Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
Token._blackbalances (#160) is never initialized. It is used in:
- Token._transfer(address,address,uint256) (#288-330)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Token._approve(address,address,uint256).owner (#356) shadows:
- Token.owner (#199) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Token.changeOwner(address) (#205-207) should emit an event for:
- owner = _owner (#206)
Emit an event for critical parameter changes.
Additional information: link
Token.setBuybackUpperLimit(uint256) (#213-215) should emit an event for:
- _amount1 = _amount2_ (#214)
Emit an event for critical parameter changes.
Additional information: link
Token.changeOwner(address)._owner (#205) lacks a zero-check on :
- owner = _owner (#206)
Check that the address is not zero.
Additional information: link
Token._transfer(address,address,uint256) (#288-330) compares to a boolean constant:
-require(bool)(_blackbalances[sender] != true) (#294)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.trySub(uint256,uint256) (#27-32) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.7 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
Variable Token._symbol (#168) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#151)" inContext (#145-154)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Token.slitherConstructorVariables() (#157-378) uses literals with too many digits:
- burnAddress = 0x000000000000000000000000000000000000dEaD (#175)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Token.marketingAmount (#178) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
OwnershipRenounce(address) should be declared external:
- Token.OwnershipRenounce(address) (#374-376)
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
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Telegram account link seems to be invalid
Unable to find Twitter account
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account