Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MOONBEAST.allowance(address,address).owner (#250) shadows:
- Ownable.owner() (#120-122) (function)
MOONBEAST._approve(address,address,uint256).owner (#411) shadows:
- Ownable.owner() (#120-122) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#99-102) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#3) 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 (#100)" inContext (#94-103)
Remove redundant statements if they congest code but offer no value.
Additional information: link
MOONBEAST.constructor() (#180-186) uses literals with too many digits:
- _totalSupply = 100000000000 * (10 ** decimals()) (#183)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#139-141)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#147-150)
name() should be declared external:
- MOONBEAST.name() (#191-193)
symbol() should be declared external:
- MOONBEAST.symbol() (#199-201)
totalSupply() should be declared external:
- MOONBEAST.totalSupply() (#223-225)
balanceOf(address) should be declared external:
- MOONBEAST.balanceOf(address) (#230-232)
transfer(address,uint256) should be declared external:
- MOONBEAST.transfer(address,uint256) (#242-245)
allowance(address,address) should be declared external:
- MOONBEAST.allowance(address,address) (#250-252)
approve(address,uint256) should be declared external:
- MOONBEAST.approve(address,uint256) (#263-266)
burn(address,uint256) should be declared external:
- MOONBEAST.burn(address,uint256) (#300-303)
transferFrom(address,address,uint256) should be declared external:
- MOONBEAST.transferFrom(address,address,uint256) (#320-328)
increaseAllowance(address,uint256) should be declared external:
- MOONBEAST.increaseAllowance(address,uint256) (#342-345)
decreaseAllowance(address,uint256) should be declared external:
- MOONBEAST.decreaseAllowance(address,uint256) (#361-367)
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