Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20Token._burnFrom(address,uint256) (#608-611) is never used and should be removed
Context._msgData() (#125-128) is never used and should be removed
SafeMath.div(uint256,uint256) (#224-226) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#239-246) is never used and should be removed
SafeMath.mod(uint256,uint256) (#259-261) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#274-277) is never used and should be removed
SafeMath.mul(uint256,uint256) (#199-211) is never used and should be removed
Remove unused functions.
Additional information: link
Variable BEP20Token._decimals (#359) is not in mixedCase
Variable BEP20Token._symbol (#360) is not in mixedCase
Variable BEP20Token._name (#361) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#126)" inContext (#116-129)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20Token.constructor() (#363-371) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000 (#367)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#328-331)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#337-339)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#477-480)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#496-499)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (#509-512)
burn(uint256) should be declared external:
- BEP20Token.burn(uint256) (#517-520)
Use the external attribute for functions never called from the contract.
Additional information: link
BEP20Token.allowance(address,address).owner (#431) shadows:
- Ownable.owner() (#309-311) (function)
BEP20Token._approve(address,address,uint256).owner (#594) shadows:
- Ownable.owner() (#309-311) (function)
Rename the local variables that shadow another component.
Additional information: link
Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Token has no transactions for more than 100 days. It seems dead / abandoned.
Unable to find website, listings and other project-related information
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
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