Cranch is the Future of NFT Marketplace 🚀
Cranch is online gaming, staking, farming & NFT marketplace a decentralized cryptocurrency based on the blockchain technology.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Cranch.totalSupply (#93) shadows:
- BEP20Basic.totalSupply (#68)
Remove the state variable shadowing.
Additional information: link
Cranch.transferOwnership(address) (#129-133) should emit an event for:
- owner = newOwner (#131)
Emit an event for critical parameter changes.
Additional information: link
Cranch.doAirdrop(address,uint256) (#151-167) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(_amount) (#158)
Cranch.doAirdrop(address,uint256) (#151-167) has costly operations inside a loop:
- distributionFinished = true (#161)
Use a local variable to hold the loop computation result.
Additional information: link
SafeMath.div(uint256,uint256) (#37-42) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.4.4 (#5) allows old versions
solc-0.4.26 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
Cranch.Cranch() (#123-127) uses literals with too many digits:
- devTokens = 300000000000e18 (#125)
Cranch.slitherConstructorVariables() (#81-279) uses literals with too many digits:
- totalSupply = 1000000000000e18 (#93)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BEP20Basic.totalSupply (#68) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Parameter Cranch.distr(address,uint256)._to (#142) is not in mixedCase
Parameter Cranch.distr(address,uint256)._amount (#142) is not in mixedCase
Parameter Cranch.doAirdrop(address,uint256)._participant (#151) is not in mixedCase
Parameter Cranch.doAirdrop(address,uint256)._amount (#151) is not in mixedCase
Parameter Cranch.adminClaimAirdrop(address,uint256)._participant (#169) is not in mixedCase
Parameter Cranch.adminClaimAirdrop(address,uint256)._amount (#169) is not in mixedCase
Parameter Cranch.adminClaimAirdropMultiple(address[],uint256)._addresses (#173) is not in mixedCase
Parameter Cranch.adminClaimAirdropMultiple(address[],uint256)._amount (#173) is not in mixedCase
Parameter Cranch.updateTokensPerEth(uint256)._tokensPerEth (#177) is not in mixedCase
Parameter Cranch.balanceOf(address)._owner (#205) is not in mixedCase
Parameter Cranch.transfer(address,uint256)._to (#215) is not in mixedCase
Parameter Cranch.transfer(address,uint256)._amount (#215) is not in mixedCase
Parameter Cranch.transferFrom(address,address,uint256)._from (#226) is not in mixedCase
Parameter Cranch.transferFrom(address,address,uint256)._to (#226) is not in mixedCase
Parameter Cranch.transferFrom(address,address,uint256)._amount (#226) is not in mixedCase
Parameter Cranch.approve(address,uint256)._spender (#239) is not in mixedCase
Parameter Cranch.approve(address,uint256)._value (#239) is not in mixedCase
Parameter Cranch.allowance(address,address)._owner (#247) is not in mixedCase
Parameter Cranch.allowance(address,address)._spender (#247) is not in mixedCase
Parameter Cranch.burn(uint256)._value (#263) is not in mixedCase
Parameter Cranch.withdrawAltcoinTokens(address)._tokenContract (#273) is not in mixedCase
Constant Cranch.minContribution (#96) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
balanceOf(address) should be declared external:
- AltcoinToken.balanceOf(address) (#63)
transfer(address,uint256) should be declared external:
- AltcoinToken.transfer(address,uint256) (#64)
balanceOf(address) should be declared external:
- BEP20Basic.balanceOf(address) (#69)
- Cranch.balanceOf(address) (#205-207)
transfer(address,uint256) should be declared external:
- BEP20Basic.transfer(address,uint256) (#70)
- Cranch.transfer(address,uint256) (#215-224)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#75)
- Cranch.allowance(address,address) (#247-249)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#76)
- Cranch.transferFrom(address,address,uint256) (#226-237)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#77)
- Cranch.approve(address,uint256) (#239-245)
transferOwnership(address) should be declared external:
- Cranch.transferOwnership(address) (#129-133)
finishDistribution() should be declared external:
- Cranch.finishDistribution() (#136-140)
adminClaimAirdrop(address,uint256) should be declared external:
- Cranch.adminClaimAirdrop(address,uint256) (#169-171)
adminClaimAirdropMultiple(address[],uint256) should be declared external:
- Cranch.adminClaimAirdropMultiple(address[],uint256) (#173-175)
updateTokensPerEth(uint256) should be declared external:
- Cranch.updateTokensPerEth(uint256) (#177-180)
getTokenBalance(address,address) should be declared external:
- Cranch.getTokenBalance(address,address) (#251-255)
withdraw() should be declared external:
- Cranch.withdraw() (#257-261)
burn(uint256) should be declared external:
- Cranch.burn(uint256) (#263-271)
withdrawAltcoinTokens(address) should be declared external:
- Cranch.withdrawAltcoinTokens(address) (#273-277)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
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 Telegram link on the website
Unable to find Twitter link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
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
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Last post in Twitter was more than 180 days ago
Telegram account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account