Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
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
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
KooBoo.constructor() (#484-487) uses literals with too many digits:
- _mint(msg.sender,1000000000000 * 10 ** 18) (#485)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- ERC20.name() (#186-188)
symbol() should be declared external:
- ERC20.symbol() (#194-196)
decimals() should be declared external:
- ERC20.decimals() (#211-213)
totalSupply() should be declared external:
- ERC20.totalSupply() (#218-220)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#225-227)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#237-240)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#245-247)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#256-259)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#274-288)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#302-305)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#321-329)
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