Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Humankind._approve(address,address,uint256).owner (#306) shadows:
- Ownable.owner() (#108-110) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in Humankind.constructor() (#223-239):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#229-230)
State variables written after the call(s):
- _balances[_msgSender()] = _tTotal (#232)
- _isWhitelisted[owner()] = true (#233)
- _isWhitelisted[address(this)] = true (#234)
- swapEnabled = true (#236)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Humankind.constructor() (#223-239):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#229-230)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#238)
Apply the check-effects-interactions pattern.
Additional information: link
SafeMath.mul(uint256,uint256) (#71-78) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.4 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
Constant Humankind._tTotal (#211) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Humankind.slitherConstructorConstantVariables() (#196-363) uses literals with too many digits:
- _tTotal = 1000000000000 * 1e9 (#211)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Humankind.deadAddress (#209) is never used in Humankind (#196-363)
Remove unused state variables.
Additional information: link
Humankind.deadAddress (#209) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
openTrading(bool) should be declared external:
- Humankind.openTrading(bool) (#341-343)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to find website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts