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.
Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious
MetaShibaInu.setMaxSellToken(uint256) (#215-217) should emit an event for:
- maxSellToken = num * 10 ** uint256(decimals) (#216)
Emit an event for critical parameter changes.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#59-74) uses assembly
- INLINE ASM (#66-69)
Do not use evm assembly.
Additional information: link
MetaShibaInu.transferFrom(address,address,uint256) (#161-188) compares to a boolean constant:
-require(bool)(blackLists[from] == false && blackLists[_to] == false) (#167)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.mul(uint256,uint256) (#5-12) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#59-74):
- (success,returndata) = target.call{value: weiValue}(data) (#61)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable MetaShibaInu.BNBWinner (#86) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MetaShibaInu.poolAddress (#87) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
allowance(address,address) should be declared external:
- MetaShibaInu.allowance(address,address) (#200-202)
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.
Number of Binance Smart Chain (BSC) token holders is low.
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