Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20Token.allowance(address,address).owner (#453) shadows:
- Ownable.owner() (#325-327) (function)
BEP20Token._approve(address,address,uint256).owner (#651) shadows:
- Ownable.owner() (#325-327) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20Token._burn(address,uint256) (#626-635) is never used and should be removed
BEP20Token._burnFrom(address,uint256) (#668-678) is never used and should be removed
Context._msgData() (#126-129) is never used and should be removed
SafeMath.div(uint256,uint256) (#229-231) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#244-255) is never used and should be removed
SafeMath.mod(uint256,uint256) (#268-270) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#283-290) is never used and should be removed
SafeMath.mul(uint256,uint256) (#204-216) is never used and should be removed
SafeMath.sub(uint256,uint256) (#171-173) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#127)" inContext (#117-130)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20Token.constructor() (#382-390) uses literals with too many digits:
- _totalSupply = 8500000000000000000 (#386)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#344-347)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#353-355)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#514-524)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#540-553)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (#563-566)
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