Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract locking ether found:
Contract COCK (#202-215) has payable functions:
- ERC20Token.fallback() (#197-199)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
setTransferable(bool) should be declared external:
- ERC20Token.setTransferable(bool) (#92-94)
Use the external attribute for functions never called from the contract.
Additional information: link
ERC20Token.setNewBurnTo(address)._newTo (#104) lacks a zero-check on :
- burnTo = _newTo (#105)
Check that the address is not zero.
Additional information: link
ERC20Token.canTransfer() (#87-90) compares to a boolean constant:
-require(bool)(transferable == true) (#88)
Remove the equality to the boolean constant.
Additional information: link
COCK.totalSupplyCap (#207) is set pre-construction with a non-constant function or state variable:
- 1000000 * (10 ** 8) * (10 ** uint256(decimals))
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
solc-0.5.9 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
Parameter ERC20Token.allowance(address,address)._spender (#193) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
COCK.slitherConstructorVariables() (#202-215) uses literals with too many digits:
- totalSupplyCap = 1000000 * (10 ** 8) * (10 ** uint256(decimals)) (#207)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ERC20Token.basisPoint (#97) should be constant
Add the constant attributes to state variables that never change.
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.
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 find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinHunt, CoinGecko, CoinMarketCap
Unable to find code repository for the project
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
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account