Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20Detailed.constructor(string,string,uint8).name (ERC20Detailed.sol#18) shadows:
- ERC20Detailed.name() (ERC20Detailed.sol#27-29) (function)
ERC20Detailed.constructor(string,string,uint8).symbol (ERC20Detailed.sol#18) shadows:
- ERC20Detailed.symbol() (ERC20Detailed.sol#35-37) (function)
ERC20Detailed.constructor(string,string,uint8).decimals (ERC20Detailed.sol#18) shadows:
- ERC20Detailed.decimals() (ERC20Detailed.sol#51-53) (function)
Rename the local variables that shadow another component.
Additional information: link
ERC20._burn(address,uint256) (ERC20.sol#190-196) is never used and should be removed
ERC20._burnFrom(address,uint256) (ERC20.sol#225-228) is never used and should be removed
SafeMath.div(uint256,uint256) (SafeMath.sol#83-90) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#103-106) is never used and should be removed
SafeMath.mul(uint256,uint256) (SafeMath.sol#58-70) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.5.0 (ERC20.sol#1) allows old versions
Pragma version^0.5.0 (ERC20Detailed.sol#1) allows old versions
Pragma version^0.5.0 (IERC20.sol#1) allows old versions
Pragma version^0.5.0 (SafeMath.sol#1) allows old versions
Pragma version^0.5.0 (Token.sol#3) 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
Token.constructor() (Token.sol#19-21) uses literals with too many digits:
- _mint(msg.sender,6000000000 * (10 ** uint256(decimals()))) (Token.sol#20)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#42-44)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#49-51)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#61-64)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#69-71)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#80-83)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#97-101)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#115-118)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#134-137)
name() should be declared external:
- ERC20Detailed.name() (ERC20Detailed.sol#27-29)
symbol() should be declared external:
- ERC20Detailed.symbol() (ERC20Detailed.sol#35-37)
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 price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts