An innovative combination of traditional role-playing games (RPG) and the latest Play-to-Earn NFT trend. Built on Binance Smart Chain, Crypto Beast blends into the flow of the latest market movement, thereby not only providing wonderful experiences, but also becoming an exceptional tool for users to increase their financial assets with every minute of play.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in CryptoBeast._transfer(address,address,uint256) (#815-851):
External calls:
- swapTokens(contractTokenBalance) (#845)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#868-874)
External calls sending eth:
- swapTokens(contractTokenBalance) (#845)
- recipient.transfer(amount) (#884)
State variables written after the call(s):
- super._transfer(sender,recipient,amount) (#850)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#457)
- _balances[recipient] = _balances[recipient].add(amount) (#458)
Apply the check-effects-interactions pattern.
Additional information: link
CryptoBeast.setMinTokensBeforeSwap(uint256) (#901-904) should emit an event for:
- minimumTokensBeforeSwap = _amount (#903)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in CryptoBeast.constructor() (#802-813):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#806)
State variables written after the call(s):
- _approve(address(this),address(uniswapV2Router),~ uint256(0)) (#808)
- _allowances[owner][spender] = amount (#519)
- _isExcludedFromFee[owner()] = true (#810)
- _isExcludedFromFee[address(this)] = true (#811)
- uniswapV2Router = _uniswapV2Router (#807)
- whitelist[address(this)] = true (#812)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in CryptoBeast.constructor() (#802-813):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#806)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#520)
- _approve(address(this),address(uniswapV2Router),~ uint256(0)) (#808)
Apply the check-effects-interactions pattern.
Additional information: link
CryptoBeast._isContract(address) (#925-931) uses assembly
- INLINE ASM (#927-929)
Do not use evm assembly.
Additional information: link
CryptoBeast._transfer(address,address,uint256) (#815-851) compares to a boolean constant:
-_isExcludedFromFee[sender] == false && _isExcludedFromFee[recipient] == false (#826)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.trySub(uint256,uint256) (#33-36) is never used and should be removed
Remove unused functions.
Additional information: link
Variable CryptoBeast.PoolAddress (#788) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in CryptoBeast._transfer(address,address,uint256) (#815-851):
External calls:
- swapTokens(contractTokenBalance) (#845)
- recipient.transfer(amount) (#884)
State variables written after the call(s):
- super._transfer(sender,recipient,amount) (#850)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#457)
- _balances[recipient] = _balances[recipient].add(amount) (#458)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#459)
- super._transfer(sender,recipient,amount) (#850)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#645) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#646)
Prevent variables from having similar names.
Additional information: link
CryptoBeast.slitherConstructorVariables() (#777-936) uses literals with too many digits:
- minimumTokensBeforeSwap = 200000 * 10 ** 18 (#792)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
CryptoBeast.maxSupply (#783) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
setWhitelist(address,bool) should be declared external:
- CryptoBeast.setWhitelist(address,bool) (#913-915)
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.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted from 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 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
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account