Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
BepToken.showuint160(address) (#77-79) is never used and should be removed
SafeMath.div(uint256,uint256) (#32-35) is never used and should be removed
SafeMath.mul(uint256,uint256) (#23-30) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.4.26 (#20) allows old versions
solc-0.4.26 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
Parameter BepToken.transfer(address,uint256)._to (#87) is not in mixedCase
Parameter BepToken.transfer(address,uint256)._value (#87) is not in mixedCase
Parameter BepToken.balanceOf(address)._owner (#99) is not in mixedCase
Parameter BepToken.transferFrom(address,address,uint256)._from (#112) is not in mixedCase
Parameter BepToken.transferFrom(address,address,uint256)._to (#112) is not in mixedCase
Parameter BepToken.transferFrom(address,address,uint256)._value (#112) is not in mixedCase
Parameter BepToken.approve(address,uint256)._spender (#129) is not in mixedCase
Parameter BepToken.approve(address,uint256)._value (#129) is not in mixedCase
Parameter BepToken.allowance(address,address)._owner (#135) is not in mixedCase
Parameter BepToken.allowance(address,address)._spender (#135) is not in mixedCase
Parameter BepToken.mint(address,uint256)._value (#143) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
transfer(address,uint256) should be declared external:
- BepToken.transfer(address,uint256) (#87-95)
balanceOf(address) should be declared external:
- BepToken.balanceOf(address) (#99-101)
transferOwnership(address) should be declared external:
- BepToken.transferOwnership(address) (#102-106)
transferFrom(address,address,uint256) should be declared external:
- BepToken.transferFrom(address,address,uint256) (#112-127)
approve(address,uint256) should be declared external:
- BepToken.approve(address,uint256) (#129-133)
allowance(address,address) should be declared external:
- BepToken.allowance(address,address) (#135-137)
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