wEthereumClassic Token Logo

wETC [wEthereumClassic] Token

ALERT: phishing / airdrop scam

About wETC

Listings

Token 3 years

All the Liquidity Pool tokens have been burnt and contract ownership have been renounced to ensure security for the whole community.The profit (dividend) are accrued to your account on a daily basis and in real-time. You can withdraw the dividends at any timeSmart Chain's low transaction fees make transactions simple for everyone.

Social

Laser Scorebeta Last Audit: 5 May 2022

report
Token seems to be a scam (type: phishing / airdrop scam).

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Contract ownership is not renounced (belongs to a wallet)

wEthereumClassic.clear(uint256)._owner (#734) shadows:
- Ownable._owner (#599) (state variable)
Rename the local variables that shadow another component.

Additional information: link

wEthereumClassic.startAirdrop(uint256,uint256,uint256,uint256) (#716-722) should emit an event for:
- aSBlock = _aSBlock (#717)
- aEBlock = _aEBlock (#718)
- aAmt = _aAmt (#719)
- aCap = _aCap (#720)
wEthereumClassic.startSale(uint256,uint256,uint256,uint256,uint256) (#723-730) should emit an event for:
- sSBlock = _sSBlock (#724)
- sEBlock = _sEBlock (#725)
- sChunk = _sChunk (#726)
- sPrice = _sPrice (#727)
- sCap = _sCap (#728)
Emit an event for critical parameter changes.

Additional information: link

wEthereumClassic.clear(uint256)._owner (#734) lacks a zero-check on :
- _owner.transfer(amount) (#735)
Check that the address is not zero.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.4 (#9)
- ^0.8.0 (#88)
- ^0.8.0 (#117)
- ^0.8.0 (#144)
- ^0.8.0 (#450)
- ^0.8.0 (#492)
- ^0.8.0 (#584)
- ^0.8.0 (#653)
Use one Solidity version.

Additional information: link

Context._msgData() (#134-137) is never used and should be removed
Pausable._pause() (#562-565) is never used and should be removed
Pausable._unpause() (#574-577) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#88) allows old versions
Pragma version^0.8.0 (#117) allows old versions
Pragma version^0.8.0 (#144) allows old versions
Pragma version^0.8.0 (#450) allows old versions
Pragma version^0.8.0 (#492) allows old versions
Pragma version^0.8.0 (#584) allows old versions
Pragma version^0.8.0 (#653) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Contract wEthereumClassic (#654-738) is not in CapWords
Parameter wEthereumClassic.getAirdrop(address)._refer (#675) is not in mixedCase
Parameter wEthereumClassic.tokenSale(address)._refer (#686) is not in mixedCase
Parameter wEthereumClassic.sendair(address[],uint256[])._receivers (#709) is not in mixedCase
Parameter wEthereumClassic.sendair(address[],uint256[])._amounts (#709) is not in mixedCase
Parameter wEthereumClassic.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#716) is not in mixedCase
Parameter wEthereumClassic.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#716) is not in mixedCase
Parameter wEthereumClassic.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#716) is not in mixedCase
Parameter wEthereumClassic.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#716) is not in mixedCase
Parameter wEthereumClassic.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#723) is not in mixedCase
Parameter wEthereumClassic.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#723) is not in mixedCase
Parameter wEthereumClassic.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#723) is not in mixedCase
Parameter wEthereumClassic.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#723) is not in mixedCase
Parameter wEthereumClassic.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#723) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#135)" inContext (#129-138)
Remove redundant statements if they congest code but offer no value.

Additional information: link

wEthereumClassic.constructor() (#666-671) uses literals with too many digits:
- _mint(msg.sender,150000000000000 * 10 ** decimals()) (#667)
wEthereumClassic.constructor() (#666-671) uses literals with too many digits:
- _mint(address(this),850000000000000 * 10 ** decimals()) (#668)
wEthereumClassic.constructor() (#666-671) uses literals with too many digits:
- startSale(block.number,999999999,0,1500000000 * 10 ** decimals(),2000000000000) (#669)
wEthereumClassic.constructor() (#666-671) uses literals with too many digits:
- startAirdrop(block.number,999999999,1000000 * 10 ** decimals(),2000000000000) (#670)
wEthereumClassic.getAirdrop(address) (#675-684) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#679)
wEthereumClassic.tokenSale(address) (#686-700) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#693)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

name() should be declared external:
- ERC20.name() (#200-202)
symbol() should be declared external:
- ERC20.symbol() (#208-210)
totalSupply() should be declared external:
- ERC20.totalSupply() (#232-234)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#251-254)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#270-273)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#288-296)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#310-313)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#329-335)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#465-467)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#480-485)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#634-637)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#643-647)
getAirdrop(address) should be declared external:
- wEthereumClassic.getAirdrop(address) (#675-684)
tokenSale(address) should be declared external:
- wEthereumClassic.tokenSale(address) (#686-700)
viewAirdrop() should be declared external:
- wEthereumClassic.viewAirdrop() (#702-704)
viewSale() should be declared external:
- wEthereumClassic.viewSale() (#705-707)
sendair(address[],uint256[]) should be declared external:
- wEthereumClassic.sendair(address[],uint256[]) (#709-714)
clear(uint256) should be declared external:
- wEthereumClassic.clear(uint256) (#733-736)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account has less than 100 followers


Last post in Twitter was more than 180 days ago


Telegram account has relatively few subscribers


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for wETC

News for wETC