Zootopia Token Logo

Zootopia Token

About Zootopia

Listings

Token 3 years
white paper

Zootopia疯狂动物城
Zootopia是动物园粉丝代币集合体,用户可以使用代币进入到pig、shib、Doge等等其他动物园系列代币的生态应用当中。
Zootopia开发出meme盲盒模式,热门NFT可进行融合成不同等级的Zootopia;打开盲盒随机获DogeNFT、ShibNFT等,可以进行出售、拍卖、收藏
消消乐定制款链游上线、包含社交、娱乐、游戏道具,组队比赛等多种玩法。各个动物园粉丝代表迅速裂变组建自己的社区团队
Bitkeep NFT交易所成功上线
Zootopia SWAP专门针对Meme的Swap
Pinksale 认证 审计 官网白皮书上线
百大微信社区长万人电报社区置顶宣发
链游定制款消消乐开发上线 社交娱乐休闲

Social

Laser Scorebeta Last Audit: 17 November 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in BEP20._transfer(address,address,uint256) (#433-479):
External calls:
- swapAndLiquify(contractTokenBalance) (#461)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#461)
- recipient.transfer(amount) (#379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#464)
- finalAmount = takeFee(sender,recipient,amount) (#470)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#563)
- _balances[recipient] = _balances[recipient].add(finalAmount) (#473)
Apply the check-effects-interactions pattern.

Additional information: link

BEP20.manageExcludeFromCut(address[],bool).i (#323) is a local variable never initialized
BEP20.manage_CantEat(address[],bool).i (#415) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

BEP20.addLiquidity(uint256,uint256) (#534-547) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
Ensure that all the return values of the function calls are used.

Additional information: link

BEP20.allowance(address,address).owner (#281) shadows:
- Ownable.owner() (#88-90) (function)
BEP20._approve(address,address,uint256).owner (#304) shadows:
- Ownable.owner() (#88-90) (function)
Rename the local variables that shadow another component.

Additional information: link

Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.

Additional information: link

BEP20.setdoYouLikeBase(address).newAddress (#357) lacks a zero-check on :
- doYouLikeBase = address(newAddress) (#358)
BEP20.setinTheMTFFace(address).newAddress (#361) lacks a zero-check on :
- inTheMTFFace = address(newAddress) (#362)
Check that the address is not zero.

Additional information: link

Reentrancy in BEP20.swapAndLiquify(uint256) (#490-512):
External calls:
- swapTokensForEth(tokensForSwap) (#495)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
External calls sending eth:
- transferToAddressETH(doYouLikeBase,amountBNBMarketing) (#505)
- recipient.transfer(amount) (#379)
- transferToAddressETH(inTheMTFFace,amountBNBTeam) (#508)
- recipient.transfer(amount) (#379)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
State variables written after the call(s):
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
- _allowances[owner][spender] = amount (#308)
Reentrancy in BEP20.transferFrom(address,address,uint256) (#390-394):
External calls:
- _transfer(sender,recipient,amount) (#391)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
External calls sending eth:
- _transfer(sender,recipient,amount) (#391)
- recipient.transfer(amount) (#379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#392)
- _allowances[owner][spender] = amount (#308)
Reentrancy in BEP20._transfer(address,address,uint256) (#433-479):
External calls:
- swapAndLiquify(contractTokenBalance) (#461)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#461)
- recipient.transfer(amount) (#379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
State variables written after the call(s):
- youCantEat(recipient) (#469)
- whoCantEat[recipient] = true (#410)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BEP20._transfer(address,address,uint256) (#433-479):
External calls:
- swapAndLiquify(contractTokenBalance) (#461)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#461)
- recipient.transfer(amount) (#379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#564)
- finalAmount = takeFee(sender,recipient,amount) (#470)
- Transfer(sender,recipient,finalAmount) (#475)
Reentrancy in BEP20.transferFrom(address,address,uint256) (#390-394):
External calls:
- _transfer(sender,recipient,amount) (#391)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
External calls sending eth:
- _transfer(sender,recipient,amount) (#391)
- recipient.transfer(amount) (#379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#309)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#392)
Reentrancy in BEP20.swapTokensForEth(uint256) (#514-532):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#531)
Reentrancy in BEP20.swapAndLiquify(uint256) (#490-512):
External calls:
- swapTokensForEth(tokensForSwap) (#495)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#523-529)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
External calls sending eth:
- transferToAddressETH(doYouLikeBase,amountBNBMarketing) (#505)
- recipient.transfer(amount) (#379)
- transferToAddressETH(inTheMTFFace,amountBNBTeam) (#508)
- recipient.transfer(amount) (#379)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#309)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
Apply the check-effects-interactions pattern.

Additional information: link

SafeMath.mod(uint256,uint256,string) (#72-75) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
SafeMath.mod(uint256,uint256) (#68-70) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#2) allows old versions
solc-0.8.14 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

Variable BEP20._sellLiquidityFee (#163) is not in mixedCase
Variable BEP20._marketingShare (#168) is not in mixedCase
Variable BEP20._totalTaxIfSelling (#172) is not in mixedCase
Variable BEP20._buyMarketingFee (#160) is not in mixedCase
Function BEP20.no_openDoor() (#429-431) is not in mixedCase
Variable BEP20._totalTaxIfBuying (#171) is not in mixedCase
Variable BEP20._sellTeamFee (#165) is not in mixedCase
Variable BEP20._sellMarketingFee (#164) is not in mixedCase
Variable BEP20._teamShare (#169) is not in mixedCase
Parameter BEP20.setSwapAndLiquifyEnabled(bool)._enabled (#365) is not in mixedCase
Variable BEP20._liquidityShare (#167) is not in mixedCase
Variable BEP20._door (#152) is not in mixedCase
Function BEP20.manage_CantEat(address[],bool) (#413-418) is not in mixedCase
Variable BEP20._buyLiquidityFee (#159) is not in mixedCase
Variable BEP20._buyTeamFee (#161) is not in mixedCase
Variable BEP20._totalDistributionShares (#173) is not in mixedCase
Function BEP20.multiTransfer_fixed(address[],uint256) (#400-407) is not in mixedCase
Variable BEP20._balances (#148) is not in mixedCase
Function IUniswapV2Router01.WETH() (#116) is not in mixedCase
Function BEP20.to_openDoor(uint256) (#424-427) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in BEP20.transferFrom(address,address,uint256) (#390-394):
External calls:
- _transfer(sender,recipient,amount) (#391)
- recipient.transfer(amount) (#379)
External calls sending eth:
- _transfer(sender,recipient,amount) (#391)
- recipient.transfer(amount) (#379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#392)
- _allowances[owner][spender] = amount (#308)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#309)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#392)
Reentrancy in BEP20._transfer(address,address,uint256) (#433-479):
External calls:
- swapAndLiquify(contractTokenBalance) (#461)
- recipient.transfer(amount) (#379)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#461)
- recipient.transfer(amount) (#379)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#464)
- finalAmount = takeFee(sender,recipient,amount) (#470)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#563)
- _balances[recipient] = _balances[recipient].add(finalAmount) (#473)
- youCantEat(recipient) (#469)
- whoCantEat[recipient] = true (#410)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#564)
- finalAmount = takeFee(sender,recipient,amount) (#470)
- Transfer(sender,recipient,finalAmount) (#475)
Reentrancy in BEP20.swapAndLiquify(uint256) (#490-512):
External calls:
- transferToAddressETH(doYouLikeBase,amountBNBMarketing) (#505)
- recipient.transfer(amount) (#379)
- transferToAddressETH(inTheMTFFace,amountBNBTeam) (#508)
- recipient.transfer(amount) (#379)
External calls sending eth:
- transferToAddressETH(doYouLikeBase,amountBNBMarketing) (#505)
- recipient.transfer(amount) (#379)
- transferToAddressETH(inTheMTFFace,amountBNBTeam) (#508)
- recipient.transfer(amount) (#379)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,inTheMTFFace,block.timestamp) (#539-546)
State variables written after the call(s):
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
- _allowances[owner][spender] = amount (#308)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#309)
- addLiquidity(tokensForLP,amountBNBLiquidity) (#511)
Apply the check-effects-interactions pattern.

Additional information: link

Zootopia.constructor() (#572-581) uses literals with too many digits:
- BEP20(Zootopia,Zootopia,10000000000,(uint256(1),uint256(2),uint256(0)),(uint256(2),uint256(3),uint256(0)),(uint256(3),uint256(5),uint256(0)),(0x5bDcd72F49Fa1F0CDE1D48c1C69ece7818270b9C,0x5bDcd72F49Fa1F0CDE1D48c1C69ece7818270b9C),0xb876928d097ab81CaE1D9E387F48436a4685e56E) (#572-581)
Zootopia.slitherConstructorVariables() (#571-583) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#146)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#385-388)
symbol() should be declared external:
- BEP20.symbol() (#265-267)
setMarketPairStatus(address,bool) should be declared external:
- BEP20.setMarketPairStatus(address,bool) (#312-314)
setWhoCantEat(address,bool) should be declared external:
- BEP20.setWhoCantEat(address,bool) (#420-422)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BEP20.setSwapAndLiquifyEnabled(bool) (#365-368)
minimumTokensBeforeSwapAmount() should be declared external:
- BEP20.minimumTokensBeforeSwapAmount() (#295-297)
isCantEat(address) should be declared external:
- BEP20.isCantEat(address) (#396-398)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#299-302)
waiveOwnership() should be declared external:
- Ownable.waiveOwnership() (#97-100)
to_openDoor(uint256) should be declared external:
- BEP20.to_openDoor(uint256) (#424-427)
setSwapAndLiquifyBySmallOnly(bool) should be declared external:
- BEP20.setSwapAndLiquifyBySmallOnly(bool) (#370-372)
name() should be declared external:
- BEP20.name() (#261-263)
manage_CantEat(address[],bool) should be declared external:
- BEP20.manage_CantEat(address[],bool) (#413-418)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#390-394)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#102-106)
setisExcludedFromCut(address,bool) should be declared external:
- BEP20.setisExcludedFromCut(address,bool) (#317-319)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#281-283)
no_openDoor() should be declared external:
- BEP20.no_openDoor() (#429-431)
getCirculatingSupply() should be declared external:
- BEP20.getCirculatingSupply() (#374-376)
totalSupply() should be declared external:
- BEP20.totalSupply() (#273-275)
decimals() should be declared external:
- BEP20.decimals() (#269-271)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#285-288)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#290-293)
manageExcludeFromCut(address[],bool) should be declared external:
- BEP20.manageExcludeFromCut(address[],bool) (#321-326)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Twitter account has less than 100 followers


Telegram account has relatively few subscribers


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to find KYC or doxxing proof


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 token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


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


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


Young tokens have high risks of price dump / death

Price for Zootopia

News for Zootopia