Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ERC20.allowance(address,address).owner (#437) shadows:
- Ownable.owner() (#315-317) (function)
ERC20._approve(address,address,uint256).owner (#543) shadows:
- Ownable.owner() (#315-317) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#131-134) is never used and should be removed
SafeMath.div(uint256,uint256) (#230-232) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#245-252) is never used and should be removed
SafeMath.mod(uint256,uint256) (#265-267) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#280-283) is never used and should be removed
SafeMath.mul(uint256,uint256) (#205-217) is never used and should be removed
SafeMath.sub(uint256,uint256) (#176-178) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#132)" inContext (#122-135)
Remove redundant statements if they congest code but offer no value.
Additional information: link
ERC20.constructor() (#369-377) uses literals with too many digits:
- _totalSupply = 100000000000000000000 (#373)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#334-337)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#343-345)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#483-486)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#502-505)
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