Distributed node infrastructure for effortless dApps creation and integration. Nody provides instant access to EVM networks via the WebSocket API or Hypertext Transfer Protocol Secure to seamlessly create your dApps.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
Pragma version>=0.4.22<0.6.0 (#13) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
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
NodyToken.slitherConstructorVariables() (#28-90) uses literals with too many digits:
- initialSupply = 1000000000 * 10 ** uint256(decimals) (#30)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
NodyToken.initialSupply (#30) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
totalSupply() should be declared external:
- ERC20.totalSupply() (#16)
- NodyToken.totalSupply() (#40-42)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#17)
- NodyToken.balanceOf(address) (#44-46)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#18)
- NodyToken.allowance(address,address) (#48-50)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#20)
- NodyToken.transfer(address,uint256) (#52-61)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#21)
- NodyToken.transferFrom(address,address,uint256) (#63-73)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#22)
- NodyToken.approve(address,uint256) (#75-79)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of scam / price dump / death
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Youtube account