Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BEP20.allowance(address,address).owner (#451) shadows:
- BEPOwnable.owner() (#298-300) (function)
BEP20._approve(address,address,uint256).owner (#610) shadows:
- BEPOwnable.owner() (#298-300) (function)
Rename the local variables that shadow another component.
Additional information: link
BEP20._burnFrom(address,uint256) (#627-634) is never used and should be removed
BEPContext._msgData() (#266-269) is never used and should be removed
SafeMath.div(uint256,uint256) (#179-181) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#196-207) is never used and should be removed
SafeMath.mod(uint256,uint256) (#220-222) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#237-244) is never used and should be removed
SafeMath.mul(uint256,uint256) (#155-166) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#2) allows old versions
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
Redundant expression "this (#267)" inBEPContext (#257-270)
Remove redundant statements if they congest code but offer no value.
Additional information: link
UtopiaAcademyToken.constructor() (#693-696) uses literals with too many digits:
- totalTokens = 1000000000 * 10 ** uint256(decimals()) (#694)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
owner() should be declared external:
- BEPOwnable.owner() (#298-300)
renounceOwnership() should be declared external:
- BEPOwnable.renounceOwnership() (#324-327)
transferOwnership(address) should be declared external:
- BEPOwnable.transferOwnership(address) (#333-335)
pause() should be declared external:
- BEPPausable.pause() (#376-380)
unpause() should be declared external:
- BEPPausable.unpause() (#385-389)
totalSupply() should be declared external:
- BEP20.totalSupply() (#424-426)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#431-433)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#443-446)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#451-453)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#462-465)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#479-491)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#505-508)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#524-531)
name() should be declared external:
- BEP20Detailed.name() (#663-665)
symbol() should be declared external:
- BEP20Detailed.symbol() (#671-673)
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