CrazyMiner is a Play-to-Earn game on the Binance Smart Chain.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
CMToken.constructor() (CMToken.sol#18-22) uses literals with too many digits:
- amountMintOfYear[0] = 125000000 * 10 ** 18 (CMToken.sol#19)
CMToken.constructor() (CMToken.sol#18-22) uses literals with too many digits:
- amountMintOfYear[1] = 75000000 * 10 ** 18 (CMToken.sol#20)
CMToken.constructor() (CMToken.sol#18-22) uses literals with too many digits:
- amountMintOfYear[2] = 50000000 * 10 ** 18 (CMToken.sol#21)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
CMToken.mintToken(address) (CMToken.sol#24-33) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(lastMint + TIME < block.timestamp,too early) (CMToken.sol#26)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (ERC20.sol#22-24) is never used and should be removed
ERC20._burn(address,uint256) (ERC20.sol#460-475) is never used and should be removed
Remove unused functions.
Additional information: link
nextMinting() should be declared external:
- CMToken.nextMinting() (CMToken.sol#35-37)
owner() should be declared external:
- Ownable.owner() (ERC20.sol#163-165)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (ERC20.sol#179-187)
name() should be declared external:
- ERC20.name() (ERC20.sol#247-249)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#255-257)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#272-274)
totalSupply() should be declared external:
- ERC20.totalSupply() (ERC20.sol#279-281)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (ERC20.sol#286-288)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#298-301)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#306-308)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#317-320)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#335-349)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#363-366)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#382-390)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
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 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
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account