Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
standardToken._approve(address,address,uint256).owner (#625) shadows:
- Ownable.owner() (#314-316) (function)
Rename the local variables that shadow another component.
Additional information: link
standardToken.constructor(address,string,string,uint8,uint256).creator_ (#390) lacks a zero-check on :
- _creator = creator_ (#394)
Check that the address is not zero.
Additional information: link
Ownable.unlock() (#361-366) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#363)
Avoid relying on block.timestamp.
Additional information: link
standardToken._burn(address,uint256) (#599-610) 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
Variable standardToken._creator (#382) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#120)" inContext (#114-123)
Remove redundant statements if they congest code but offer no value.
Additional information: link
standardToken.generatedUsingDxMint (#376) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
decreaseAllowance(address,uint256) should be declared external:
- standardToken.decreaseAllowance(address,uint256) (#532-538)
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
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Telegram and Twitter accounts