Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Pragma version^0.8.2 (#19) allows old versions
solc-0.8.2 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
Basic.slitherConstructorVariables() (#21-63) uses literals with too many digits:
- totalSupply = 1000000 * 10 ** 18 (#24)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Basic.decimals (#27) should be constant
Basic.name (#25) should be constant
Basic.symbol (#26) should be constant
Basic.totalSupply (#24) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transfer(address,uint256) should be declared external:
- Basic.transfer(address,uint256) (#40-46)
transferFrom(address,address,uint256) should be declared external:
- Basic.transferFrom(address,address,uint256) (#48-55)
approve(address,uint256) should be declared external:
- Basic.approve(address,uint256) (#57-61)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
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