🐷 Zhū Token is the base of revolutionary Zhū Ecosystem, where Zhū is a first of its meme kind with unique reflection and real-world incentives. It will brings the real-world luxury to you through the power of meme token and metaverse.
⚖️ Available on BSC and ETH.
🆒 Real-world rewards, luxury prizes and exclusive lifestyle perks.
😱 DCA, Leverage, Ventures
🔐 SECURITY AUDIT
✅ NO TEAM TOKENS
✅ CONTRACT RENOUNCED
✅ TAX CANNOT BE CHANGED
✅ TRADING CANNOT BE PAUSED
🛗 COMMUNITY DRIVEN
🚼 FULLY DECENTRALIZED
Reentrancy in Zhu._transfer(address,address,uint256) (#631-665):
External calls:
- swapAndLiquify() (#653)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- swapAndLiquify() (#653)
- recipient.transfer(amount) (#951)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _rOwned[address(this)] = _rOwned[address(this)] + rLiquidity (#864)
- _rOwned[sender] = _rOwned[sender] - rAmount (#780)
- _rOwned[sender] = _rOwned[sender] - rAmount (#789)
- _rOwned[sender] = _rOwned[sender] - rAmount (#800)
- _rOwned[sender] = _rOwned[sender] - rAmount (#810)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#781)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#791)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#801)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#812)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _rTotal = _rTotal - rFee (#819)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _tOwned[address(this)] = _tOwned[address(this)] + tLiquidity (#865)
- _tOwned[sender] = _tOwned[sender] - tAmount (#799)
- _tOwned[sender] = _tOwned[sender] - tAmount (#809)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#790)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#811)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- dcaTokensCollected += (amount * _dcaFee) / 100 (#774)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- liquidityTokensCollected += (amount * _liquidityFee) / 100 (#770)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- marketingTokensCollected += (amount * _marketingFee) / 100 (#772)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- reserveTokensCollected += (amount * _reserveFee) / 100 (#773)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- teamTokensCollected += (amount * _teamFee) / 100 (#771)
Reentrancy in Zhu.swapAndLiquify() (#667-704):
External calls:
- swapTokensForEth(halfLiquidityTokens) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- swapTokensForEth(totalTokens) (#683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- transferToAddressETH(walletVentureAddress,ethForDca) (#693)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletMarketingAddress,ethForMarketing) (#694)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletEcosystemAddress,ethForReserve) (#695)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletTeamAddress,ethForTeam) (#696)
- recipient.transfer(amount) (#951)
State variables written after the call(s):
- liquidityTokensCollected = 0 (#698)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Zhu.addLiquidity(uint256,uint256) (#727-740) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
Ensure that all the return values of the function calls are used.
Additional information: link
Zhu.constructor()._owner (#470) shadows:
- Ownable._owner (#91) (state variable)
Zhu.allowance(address,address).owner (#536) shadows:
- Ownable.owner() (#103-105) (function)
Zhu._approve(address,address,uint256).owner (#611) shadows:
- Ownable.owner() (#103-105) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in Zhu._transfer(address,address,uint256) (#631-665):
External calls:
- swapAndLiquify() (#653)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- swapAndLiquify() (#653)
- recipient.transfer(amount) (#951)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
State variables written after the call(s):
- setSaleFee() (#656)
- _dcaFee = _saleDcaFee (#763)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _dcaFee = _previousDcaFee (#893)
- _dcaFee = 0 (#883)
- setSaleFee() (#656)
- _liquidityFee = _saleLiquidityFee (#760)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _liquidityFee = 0 (#879)
- _liquidityFee = _previousLiquidityFee (#889)
- setSaleFee() (#656)
- _marketingFee = _saleMarketingFee (#762)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _marketingFee = _previousMarketingFee (#892)
- _marketingFee = 0 (#882)
- setSaleFee() (#656)
- _refFee = _saleRefFee (#759)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _refFee = 0 (#878)
- _refFee = _previousRefFee (#888)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _reserveFee = 0 (#881)
- _reserveFee = _previousReserveFee (#891)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _tFeeTotal = _tFeeTotal + tFee (#820)
- setSaleFee() (#656)
- _teamFee = _saleTeamFee (#761)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _teamFee = 0 (#880)
- _teamFee = _previousTeamFee (#890)
- setSaleFee() (#656)
- totalSwapableFee = _liquidityFee + _teamFee + _marketingFee + _dcaFee (#764)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- totalSwapableFee = _liquidityFee + _teamFee + _marketingFee + _dcaFee (#894)
- totalSwapableFee = 0 (#884)
Reentrancy in Zhu.constructor() (#469-508):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#499-500)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#502)
- _isExcludedFromFee[address(this)] = true (#503)
- transferOwnership(_owner) (#505)
- _owner = newOwner (#120)
- uniswapV2Router = _uniswapV2Router (#501)
Reentrancy in Zhu.swapAndLiquify() (#667-704):
External calls:
- swapTokensForEth(halfLiquidityTokens) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
External calls sending eth:
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
State variables written after the call(s):
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- _allowances[owner][spender] = amount (#615)
Reentrancy in Zhu.swapAndLiquify() (#667-704):
External calls:
- swapTokensForEth(halfLiquidityTokens) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- swapTokensForEth(totalTokens) (#683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
State variables written after the call(s):
- swapTokensForEth(totalTokens) (#683)
- _allowances[owner][spender] = amount (#615)
Reentrancy in Zhu.swapAndLiquify() (#667-704):
External calls:
- swapTokensForEth(halfLiquidityTokens) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- swapTokensForEth(totalTokens) (#683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- transferToAddressETH(walletVentureAddress,ethForDca) (#693)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletMarketingAddress,ethForMarketing) (#694)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletEcosystemAddress,ethForReserve) (#695)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletTeamAddress,ethForTeam) (#696)
- recipient.transfer(amount) (#951)
State variables written after the call(s):
- dcaTokensCollected = 0 (#702)
- marketingTokensCollected = 0 (#701)
- reserveTokensCollected = 0 (#700)
- teamTokensCollected = 0 (#699)
Reentrancy in Zhu.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#951)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#547)
- _allowances[owner][spender] = amount (#615)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Zhu._transfer(address,address,uint256) (#631-665):
External calls:
- swapAndLiquify() (#653)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- swapAndLiquify() (#653)
- recipient.transfer(amount) (#951)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#784)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- Transfer(sender,recipient,tTransferAmount) (#794)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- Transfer(sender,recipient,tTransferAmount) (#804)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- Transfer(sender,recipient,tTransferAmount) (#815)
- _tokenTransfer(from,to,amount,takeFee) (#664)
Reentrancy in Zhu.constructor() (#469-508):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#499-500)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#119)
- transferOwnership(_owner) (#505)
- Transfer(address(0),_owner,_tTotal) (#507)
Reentrancy in Zhu.swapAndLiquify() (#667-704):
External calls:
- swapTokensForEth(halfLiquidityTokens) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
External calls sending eth:
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#616)
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- SwapAndLiquify(halfLiquidityTokens,newBalance,halfLiquidityTokens) (#676)
Reentrancy in Zhu.swapAndLiquify() (#667-704):
External calls:
- swapTokensForEth(halfLiquidityTokens) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- swapTokensForEth(totalTokens) (#683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#616)
- swapTokensForEth(totalTokens) (#683)
- SwapTokensForETH(tokenAmount,path) (#723)
- swapTokensForEth(totalTokens) (#683)
Reentrancy in Zhu.swapETHForTokens(uint256) (#962-974):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp + 300) (#969-972)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#973)
Reentrancy in Zhu.swapTokensForEth(uint256) (#707-724):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#723)
Reentrancy in Zhu.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#715-721)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#951)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#616)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#547)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#138-143) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#140)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#32-41) uses assembly
- INLINE ASM (#39)
Address._functionCallWithValue(address,bytes,uint256,string) (#69-86) uses assembly
- INLINE ASM (#78-81)
Do not use evm assembly.
Additional information: link
Zhu.includeInReward(address) (#598-609) has costly operations inside a loop:
- _excluded.pop() (#605)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#69-86) is never used and should be removed
Address.functionCall(address,bytes) (#52-54) is never used and should be removed
Address.functionCall(address,bytes,string) (#56-58) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#60-62) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#64-67) is never used and should be removed
Address.isContract(address) (#32-41) is never used and should be removed
Address.sendValue(address,uint256) (#43-49) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
Zhu.swapETHForTokens(uint256) (#962-974) is never used and should be removed
Remove unused functions.
Additional information: link
Zhu._rTotal (#387) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Zhu._previousRefFee (#397) is set pre-construction with a non-constant function or state variable:
- _refFee
Zhu._previousLiquidityFee (#400) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Zhu._previousTeamFee (#403) is set pre-construction with a non-constant function or state variable:
- _teamFee
Zhu._previousReserveFee (#406) is set pre-construction with a non-constant function or state variable:
- _reserveFee
Zhu._previousMarketingFee (#409) is set pre-construction with a non-constant function or state variable:
- _marketingFee
Zhu._previousDcaFee (#412) is set pre-construction with a non-constant function or state variable:
- _dcaFee
Zhu.totalSwapableFee (#414) is set pre-construction with a non-constant function or state variable:
- _liquidityFee + _teamFee + _marketingFee + _dcaFee + _reserveFee
Zhu.totalSwapableSaleFee (#423) is set pre-construction with a non-constant function or state variable:
- _saleRefFee + _saleLiquidityFee + _saleTeamFee + _saleMarketingFee + _saleDcaFee + _saleReserveFee
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
Pragma version^0.8.15 (#2) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.15 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
Low level call in Address.sendValue(address,uint256) (#43-49):
- (success) = recipient.call{value: amount}() (#47)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#69-86):
- (success,returndata) = target.call{value: weiValue}(data) (#72)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#182) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#183) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#199) is not in mixedCase
Function IUniswapV2Router01.WETH() (#220) is not in mixedCase
Parameter Zhu.calculateRefFee(uint256)._amount (#868) is not in mixedCase
Parameter Zhu.calculateLiquidityFee(uint256)._amount (#872) is not in mixedCase
Parameter Zhu.setExcludeFromFee(address,bool)._flag (#902) is not in mixedCase
Parameter Zhu.setNumTokensSellToAddToLiquidity(uint256)._minimumTokensBeforeSwap (#912) is not in mixedCase
Parameter Zhu.setwalletMarketingAddress(address)._marketingWallet (#917) is not in mixedCase
Parameter Zhu.setwalletVentureAddress(address)._dcaWallet (#923) is not in mixedCase
Parameter Zhu.setwalletTeamAddress(address)._teamWallet (#929) is not in mixedCase
Parameter Zhu.setwalletReserveAddress(address)._reserveWallet (#936) is not in mixedCase
Parameter Zhu.setSwapAndLiquifyEnabled(bool)._enabled (#943) is not in mixedCase
Constant Zhu.deadWallet (#367) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Zhu._name (#391) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Zhu._symbol (#392) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Zhu._decimals (#393) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Zhu._refFee (#396) is not in mixedCase
Variable Zhu._liquidityFee (#399) is not in mixedCase
Variable Zhu._teamFee (#402) is not in mixedCase
Variable Zhu._reserveFee (#405) is not in mixedCase
Variable Zhu._marketingFee (#408) is not in mixedCase
Variable Zhu._dcaFee (#411) is not in mixedCase
Variable Zhu._saleRefFee (#416) is not in mixedCase
Variable Zhu._saleLiquidityFee (#417) is not in mixedCase
Variable Zhu._saleReserveFee (#418) is not in mixedCase
Variable Zhu._saleTeamFee (#419) is not in mixedCase
Variable Zhu._saleMarketingFee (#420) is not in mixedCase
Variable Zhu._saleDcaFee (#421) is not in mixedCase
Constant Zhu.deadAddress (#959) is not in UPPER_CASE_WITH_UNDERSCORES
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 Zhu._transfer(address,address,uint256) (#631-665):
External calls:
- swapAndLiquify() (#653)
- recipient.transfer(amount) (#951)
External calls sending eth:
- swapAndLiquify() (#653)
- recipient.transfer(amount) (#951)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
State variables written after the call(s):
- setSaleFee() (#656)
- _dcaFee = _saleDcaFee (#763)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _dcaFee = _previousDcaFee (#893)
- _dcaFee = 0 (#883)
- setSaleFee() (#656)
- _liquidityFee = _saleLiquidityFee (#760)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _liquidityFee = 0 (#879)
- _liquidityFee = _previousLiquidityFee (#889)
- setSaleFee() (#656)
- _marketingFee = _saleMarketingFee (#762)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _marketingFee = _previousMarketingFee (#892)
- _marketingFee = 0 (#882)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _rOwned[address(this)] = _rOwned[address(this)] + rLiquidity (#864)
- _rOwned[sender] = _rOwned[sender] - rAmount (#780)
- _rOwned[sender] = _rOwned[sender] - rAmount (#789)
- _rOwned[sender] = _rOwned[sender] - rAmount (#800)
- _rOwned[sender] = _rOwned[sender] - rAmount (#810)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#781)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#791)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#801)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#812)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _rTotal = _rTotal - rFee (#819)
- setSaleFee() (#656)
- _refFee = _saleRefFee (#759)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _refFee = 0 (#878)
- _refFee = _previousRefFee (#888)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _reserveFee = 0 (#881)
- _reserveFee = _previousReserveFee (#891)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _tFeeTotal = _tFeeTotal + tFee (#820)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _tOwned[address(this)] = _tOwned[address(this)] + tLiquidity (#865)
- _tOwned[sender] = _tOwned[sender] - tAmount (#799)
- _tOwned[sender] = _tOwned[sender] - tAmount (#809)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#790)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#811)
- setSaleFee() (#656)
- _teamFee = _saleTeamFee (#761)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- _teamFee = 0 (#880)
- _teamFee = _previousTeamFee (#890)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- dcaTokensCollected += (amount * _dcaFee) / 100 (#774)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- liquidityTokensCollected += (amount * _liquidityFee) / 100 (#770)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- marketingTokensCollected += (amount * _marketingFee) / 100 (#772)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- reserveTokensCollected += (amount * _reserveFee) / 100 (#773)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- teamTokensCollected += (amount * _teamFee) / 100 (#771)
- setSaleFee() (#656)
- totalSwapableFee = _liquidityFee + _teamFee + _marketingFee + _dcaFee (#764)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- totalSwapableFee = _liquidityFee + _teamFee + _marketingFee + _dcaFee (#894)
- totalSwapableFee = 0 (#884)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#784)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- Transfer(sender,recipient,tTransferAmount) (#804)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- Transfer(sender,recipient,tTransferAmount) (#794)
- _tokenTransfer(from,to,amount,takeFee) (#664)
- Transfer(sender,recipient,tTransferAmount) (#815)
- _tokenTransfer(from,to,amount,takeFee) (#664)
Reentrancy in Zhu.swapAndLiquify() (#667-704):
External calls:
- transferToAddressETH(walletVentureAddress,ethForDca) (#693)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletMarketingAddress,ethForMarketing) (#694)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletEcosystemAddress,ethForReserve) (#695)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletTeamAddress,ethForTeam) (#696)
- recipient.transfer(amount) (#951)
External calls sending eth:
- addLiquidity(halfLiquidityTokens,newBalance) (#675)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
- transferToAddressETH(walletVentureAddress,ethForDca) (#693)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletMarketingAddress,ethForMarketing) (#694)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletEcosystemAddress,ethForReserve) (#695)
- recipient.transfer(amount) (#951)
- transferToAddressETH(walletTeamAddress,ethForTeam) (#696)
- recipient.transfer(amount) (#951)
State variables written after the call(s):
- dcaTokensCollected = 0 (#702)
- liquidityTokensCollected = 0 (#698)
- marketingTokensCollected = 0 (#701)
- reserveTokensCollected = 0 (#700)
- teamTokensCollected = 0 (#699)
Reentrancy in Zhu.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#951)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- recipient.transfer(amount) (#951)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#732-739)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#547)
- _allowances[owner][spender] = amount (#615)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#616)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#547)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#225) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#226)
Variable Zhu._transferToExcluded(address,address,uint256).rTransferAmount (#788) is too similar to Zhu._getTValues(uint256).tTransferAmount (#832)
Variable Zhu._getValues(uint256).rTransferAmount (#825) is too similar to Zhu._transferFromExcluded(address,address,uint256).tTransferAmount (#798)
Variable Zhu._transferBothExcluded(address,address,uint256).rTransferAmount (#808) is too similar to Zhu._getTValues(uint256).tTransferAmount (#832)
Variable Zhu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#840) is too similar to Zhu._transferStandard(address,address,uint256).tTransferAmount (#779)
Variable Zhu._transferToExcluded(address,address,uint256).rTransferAmount (#788) is too similar to Zhu._transferToExcluded(address,address,uint256).tTransferAmount (#788)
Variable Zhu._transferBothExcluded(address,address,uint256).rTransferAmount (#808) is too similar to Zhu._transferToExcluded(address,address,uint256).tTransferAmount (#788)
Variable Zhu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#840) is too similar to Zhu._transferFromExcluded(address,address,uint256).tTransferAmount (#798)
Variable Zhu._getValues(uint256).rTransferAmount (#825) is too similar to Zhu._getTValues(uint256).tTransferAmount (#832)
Variable Zhu._transferStandard(address,address,uint256).rTransferAmount (#779) is too similar to Zhu._transferStandard(address,address,uint256).tTransferAmount (#779)
Variable Zhu._transferToExcluded(address,address,uint256).rTransferAmount (#788) is too similar to Zhu._transferStandard(address,address,uint256).tTransferAmount (#779)
Variable Zhu.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to Zhu._transferStandard(address,address,uint256).tTransferAmount (#779)
Variable Zhu._transferBothExcluded(address,address,uint256).rTransferAmount (#808) is too similar to Zhu._transferStandard(address,address,uint256).tTransferAmount (#779)
Variable Zhu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#840) is too similar to Zhu._getTValues(uint256).tTransferAmount (#832)
Variable Zhu._transferToExcluded(address,address,uint256).rTransferAmount (#788) is too similar to Zhu._transferFromExcluded(address,address,uint256).tTransferAmount (#798)
Variable Zhu._transferBothExcluded(address,address,uint256).rTransferAmount (#808) is too similar to Zhu._transferBothExcluded(address,address,uint256).tTransferAmount (#808)
Variable Zhu._transferBothExcluded(address,address,uint256).rTransferAmount (#808) is too similar to Zhu._transferFromExcluded(address,address,uint256).tTransferAmount (#798)
Variable Zhu._transferFromExcluded(address,address,uint256).rTransferAmount (#798) is too similar to Zhu._transferStandard(address,address,uint256).tTransferAmount (#779)
Variable Zhu._getValues(uint256).rTransferAmount (#825) is too similar to Zhu._transferStandard(address,address,uint256).tTransferAmount (#779)
Variable Zhu._transferToExcluded(address,address,uint256).rTransferAmount (#788) is too similar to Zhu._getValues(uint256).tTransferAmount (#824)
Variable Zhu._transferFromExcluded(address,address,uint256).rTransferAmount (#798) is too similar to Zhu._transferFromExcluded(address,address,uint256).tTransferAmount (#798)
Variable Zhu._transferBothExcluded(address,address,uint256).rTransferAmount (#808) is too similar to Zhu._getValues(uint256).tTransferAmount (#824)
Variable Zhu.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to Zhu._transferToExcluded(address,address,uint256).tTransferAmount (#788)
Variable Zhu.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to Zhu._transferBothExcluded(address,address,uint256).tTransferAmount (#808)
Variable Zhu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#840) is too similar to Zhu._getValues(uint256).tTransferAmount (#824)
Variable Zhu._getValues(uint256).rTransferAmount (#825) is too similar to Zhu._getValues(uint256).tTransferAmount (#824)
Variable Zhu._transferFromExcluded(address,address,uint256).rTransferAmount (#798) is too similar to Zhu._getValues(uint256).tTransferAmount (#824)
Variable Zhu.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to Zhu._transferFromExcluded(address,address,uint256).tTransferAmount (#798)
Variable Zhu.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to Zhu._getValues(uint256).tTransferAmount (#824)
Variable Zhu._transferToExcluded(address,address,uint256).rTransferAmount (#788) is too similar to Zhu._transferBothExcluded(address,address,uint256).tTransferAmount (#808)
Variable Zhu._transferStandard(address,address,uint256).rTransferAmount (#779) is too similar to Zhu._getTValues(uint256).tTransferAmount (#832)
Variable Zhu._transferFromExcluded(address,address,uint256).rTransferAmount (#798) is too similar to Zhu._getTValues(uint256).tTransferAmount (#832)
Variable Zhu._getValues(uint256).rTransferAmount (#825) is too similar to Zhu._transferToExcluded(address,address,uint256).tTransferAmount (#788)
Variable Zhu._transferStandard(address,address,uint256).rTransferAmount (#779) is too similar to Zhu._transferToExcluded(address,address,uint256).tTransferAmount (#788)
Variable Zhu._getValues(uint256).rTransferAmount (#825) is too similar to Zhu._transferBothExcluded(address,address,uint256).tTransferAmount (#808)
Variable Zhu._transferStandard(address,address,uint256).rTransferAmount (#779) is too similar to Zhu._transferBothExcluded(address,address,uint256).tTransferAmount (#808)
Variable Zhu.reflectionFromToken(uint256,bool).rTransferAmount (#577) is too similar to Zhu._getTValues(uint256).tTransferAmount (#832)
Variable Zhu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#840) is too similar to Zhu._transferToExcluded(address,address,uint256).tTransferAmount (#788)
Variable Zhu._transferStandard(address,address,uint256).rTransferAmount (#779) is too similar to Zhu._transferFromExcluded(address,address,uint256).tTransferAmount (#798)
Variable Zhu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#840) is too similar to Zhu._transferBothExcluded(address,address,uint256).tTransferAmount (#808)
Variable Zhu._transferFromExcluded(address,address,uint256).rTransferAmount (#798) is too similar to Zhu._transferToExcluded(address,address,uint256).tTransferAmount (#788)
Variable Zhu._transferStandard(address,address,uint256).rTransferAmount (#779) is too similar to Zhu._getValues(uint256).tTransferAmount (#824)
Variable Zhu._transferFromExcluded(address,address,uint256).rTransferAmount (#798) is too similar to Zhu._transferBothExcluded(address,address,uint256).tTransferAmount (#808)
Prevent variables from having similar names.
Additional information: link
Zhu.slitherConstructorVariables() (#361-989) uses literals with too many digits:
- _tTotal = 500000000000 * 10 ** 9 (#386)
Zhu.slitherConstructorConstantVariables() (#361-989) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (#367)
Zhu.slitherConstructorConstantVariables() (#361-989) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#959)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Zhu._saleDcaFee (#421) should be constant
Zhu._saleLiquidityFee (#417) should be constant
Zhu._saleMarketingFee (#420) should be constant
Zhu._saleRefFee (#416) should be constant
Zhu._saleReserveFee (#418) should be constant
Zhu._saleTeamFee (#419) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#112-115)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#123-125)
getTime() should be declared external:
- Ownable.getTime() (#127-129)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#131-136)
unlock() should be declared external:
- Ownable.unlock() (#138-143)
name() should be declared external:
- Zhu.name() (#510-512)
symbol() should be declared external:
- Zhu.symbol() (#514-516)
decimals() should be declared external:
- Zhu.decimals() (#518-520)
totalSupply() should be declared external:
- Zhu.totalSupply() (#522-524)
transfer(address,uint256) should be declared external:
- Zhu.transfer(address,uint256) (#531-534)
allowance(address,address) should be declared external:
- Zhu.allowance(address,address) (#536-538)
approve(address,uint256) should be declared external:
- Zhu.approve(address,uint256) (#540-543)
transferFrom(address,address,uint256) should be declared external:
- Zhu.transferFrom(address,address,uint256) (#545-549)
increaseAllowance(address,uint256) should be declared external:
- Zhu.increaseAllowance(address,uint256) (#551-554)
decreaseAllowance(address,uint256) should be declared external:
- Zhu.decreaseAllowance(address,uint256) (#556-559)
isExcludedFromReward(address) should be declared external:
- Zhu.isExcludedFromReward(address) (#561-563)
minimumTokensBeforeSwapAmount() should be declared external:
- Zhu.minimumTokensBeforeSwapAmount() (#566-568)
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 find KYC or doxxing proof
Unable to find audit link on the website
Unable to find whitepaper 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
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Telegram account has relatively few subscribers
Twitter account has relatively few followers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts