Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
TetherMeta.airdrop(address) (#435-445) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#442)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
TetherMeta.set(uint8,uint256) (#388-409) should emit an event for:
- _referEth = value (#395)
- _referToken = value (#397)
- _airdropEth = value (#399)
- _airdropToken = value (#401)
- saleMaxBlock = value (#403)
- salePrice = value (#405)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#114-117) is never used and should be removed
SafeMath.sub(uint256,uint256) (#42-45) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.6.8 (#1) allows old versions
solc-0.6.8 is not recommended for deployment
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
Parameter TetherMeta.airdrop(address)._refer (#435) is not in mixedCase
Parameter TetherMeta.buy(address)._refer (#447) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
TetherMeta.slitherConstructorVariables() (#144-463) uses literals with too many digits:
- _totalSupply = 300000000000000000000000000 (#147)
TetherMeta.slitherConstructorVariables() (#144-463) uses literals with too many digits:
- _airdropEth = 3500000000000000 (#158)
TetherMeta.slitherConstructorVariables() (#144-463) uses literals with too many digits:
- _airdropToken = 200000000000000000000 (#159)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
TetherMeta._decimals (#150) should be constant
TetherMeta._name (#148) should be constant
TetherMeta._symbol (#149) should be constant
TetherMeta._totalSupply (#147) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- TetherMeta.name() (#205-207)
symbol() should be declared external:
- TetherMeta.symbol() (#220-222)
decimals() should be declared external:
- TetherMeta.decimals() (#240-242)
cap() should be declared external:
- TetherMeta.cap() (#247-249)
totalSupply() should be declared external:
- TetherMeta.totalSupply() (#254-256)
balanceOf(address) should be declared external:
- TetherMeta.balanceOf(address) (#261-263)
allowance(address,address) should be declared external:
- TetherMeta.allowance(address,address) (#268-270)
authNum(uint256) should be declared external:
- TetherMeta.authNum(uint256) (#272-276)
transferOwnership(address) should be declared external:
- TetherMeta.transferOwnership(address) (#282-285)
setAuth(address,address) should be declared external:
- TetherMeta.setAuth(address,address) (#287-292)
transferFrom(address,address,uint256) should be declared external:
- TetherMeta.transferFrom(address,address,uint256) (#341-345)
approve(address,uint256) should be declared external:
- TetherMeta.approve(address,uint256) (#354-357)
clearETH() should be declared external:
- TetherMeta.clearETH() (#359-363)
set(uint8,uint256) should be declared external:
- TetherMeta.set(uint8,uint256) (#388-409)
transfer(address,uint256) should be declared external:
- TetherMeta.transfer(address,uint256) (#419-422)
getBlock() should be declared external:
- TetherMeta.getBlock() (#424-433)
airdrop(address) should be declared external:
- TetherMeta.airdrop(address) (#435-445)
buy(address) should be declared external:
- TetherMeta.buy(address) (#447-461)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts