AMM and Yield Farm Platform Governance Token
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
CheesecakeSwapToken._writeCheckpoint(address,uint32,uint256,uint256) (CheesecakeSwapToken.sol#216-234) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (CheesecakeSwapToken.sol#226)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
BEP20._approve(address,address,uint256).owner (BEP20.sol#278) shadows:
- Ownable.owner() (Ownable.sol#33-35) (function)
Rename the local variables that shadow another component.
Additional information: link
CheesecakeSwapToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (CheesecakeSwapToken.sol#82-123) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,CCAKE::delegateBySig: signature expired) (CheesecakeSwapToken.sol#121)
Avoid relying on block.timestamp.
Additional information: link
CheesecakeSwapToken.getChainId() (CheesecakeSwapToken.sol#241-245) uses assembly
- INLINE ASM (CheesecakeSwapToken.sol#243)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.0', '>=0.6.0<0.8.0', '>=0.6.4']
- >=0.4.0 (BEP20.sol#1)
- 0.6.12 (CheesecakeSwapToken.sol#1)
- >=0.6.0<0.8.0 (Context.sol#1)
- >=0.6.4 (IBEP20.sol#1)
- >=0.6.0<0.8.0 (Ownable.sol#1)
- >=0.6.0<0.8.0 (SafeMath.sol#1)
Use one Solidity version.
Additional information: link
SafeMath.mul(uint256,uint256) (SafeMath.sol#75-87) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (SafeMath.sol#1) is too complex
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 CheesecakeSwapToken._delegates (CheesecakeSwapToken.sol#24) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (Context.sol#19)" inContext (Context.sol#13-23)
Remove redundant statements if they congest code but offer no value.
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (Ownable.sol#61-65)
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 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.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account