Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BEP20._burn(address,uint256) (#394-409) is never used and should be removed
Context._msgData() (#20-22) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#3) allows old versions
solc-0.8.0 is not recommended for deployment
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
BEP20Token.constructor(string,string,uint256).symbol (#482) shadows:
- BEP20.symbol() (#189-191) (function)
- IBEP20Metadata.symbol() (#121) (function)
BEP20Token.constructor(string,string,uint256).name (#481) shadows:
- BEP20.name() (#181-183) (function)
- IBEP20Metadata.name() (#116) (function)
BEP20Token.constructor(string,string,uint256).totalSupply (#483) shadows:
- BEP20.totalSupply() (#213-215) (function)
- IBEP20.totalSupply() (#34) (function)
Rename the local variables that shadow another component.
Additional information: link
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#232-235)
symbol() should be declared external:
- BEP20.symbol() (#189-191)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#251-254)
name() should be declared external:
- BEP20.name() (#181-183)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#220-222)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#269-283)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#240-242)
totalSupply() should be declared external:
- BEP20.totalSupply() (#213-215)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#297-300)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#316-324)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token is marked as risky (blacklisted creator, fake name, dead project, etc.)
Additional information: link
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Unable to find Telegram and Twitter accounts