Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BEP20Token.allowance(address,address).owner (#445) shadows:
- Ownable.owner() (#323-325) (function)
BEP20Token._approve(address,address,uint256).owner (#600) shadows:
- Ownable.owner() (#323-325) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20Token._burn(address,uint256) (#579-585) is never used and should be removed
BEP20Token._burnFrom(address,uint256) (#614-617) is never used and should be removed
Context._msgData() (#139-142) is never used and should be removed
SafeMath.div(uint256,uint256) (#238-240) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#253-260) is never used and should be removed
SafeMath.mod(uint256,uint256) (#273-275) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#288-291) is never used and should be removed
SafeMath.mul(uint256,uint256) (#213-225) is never used and should be removed
SafeMath.sub(uint256,uint256) (#184-186) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#140)" inContext (#130-143)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20Token.constructor() (#377-385) uses literals with too many digits:
- _totalSupply = 100000000000 * 10 ** 9 (#381)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#342-345)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#351-353)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#491-494)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#510-513)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (#523-526)
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