Zoro Inu is a community controlled deflationary token, Zoro Inu's purpose is to develop solutions that will make the cryptocurrency space safer and easier to understand for everyone. The deflationary mechanism of the Zoro Inu token includes a redistribution system. 5% of each transaction is distributed as a reward to holders. On top of this, 50% of the total $ZORO supply will be burned, liquidity will be locked we will employ the use of Anti-whale Encrypted Contracts.
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Do not use evm assembly.
Additional information: link
Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Remove unused functions.
Additional information: link
ZoroInu.slitherConstructorConstantVariables() (#486-949) uses literals with too many digits:
- DEAD_ADDRESS = 0x000000000000000000000000000000000000dEaD (#530)
ZoroInu.slitherConstructorVariables() (#486-949) uses literals with too many digits:
- _maxTxAmount = 100000 * 1e9 * 10 ** 18 (#532)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ZoroInu.includeInReward(address) (#650-661) has costly operations inside a loop:
- _excluded.pop() (#657)
Use a local variable to hold the loop computation result.
Additional information: link
Redundant expression "this (#237)" inContext (#231-240)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
ZoroInu._approve(address,address,uint256).owner (#820) shadows:
- Ownable.owner() (#412-414) (function)
ZoroInu.allowance(address,address).owner (#589) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.
Additional information: link
ZoroInu.setMaxTxPercent(uint256) (#705-709) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 3) (#706-708)
ZoroInu.setAdvestisementFeePercent(uint256,uint256) (#700-703) should emit an event for:
- _sellAdvestisementFee = sellAdvestisementFee (#701)
- _buyAdvestisementFee = buyAdvestisementFee (#702)
ZoroInu.setTaxFeePercent(uint256,uint256) (#690-693) should emit an event for:
- _buyTaxFee = buyTaxFee (#691)
- _sellTaxFee = sellTaxFee (#692)
ZoroInu.setBurnFee(uint256) (#696-698) should emit an event for:
- _burnFee = fee (#697)
Emit an event for critical parameter changes.
Additional information: link
ZoroInu.changeAdvestisementWallets(address).wallet (#563) lacks a zero-check on :
- advertisementWallet = wallet (#564)
ZoroInu.setAirdropContract(address)._airdropContract (#832) lacks a zero-check on :
- airdropContract = _airdropContract (#833)
Check that the address is not zero.
Additional information: link
Ownable.unlock() (#459-464) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#461)
Avoid relying on block.timestamp.
Additional information: link
ZoroInu._previousBurn (#522) is set pre-construction with a non-constant function or state variable:
- _burnFee
ZoroInu._previousAdvestisementFee (#528) is set pre-construction with a non-constant function or state variable:
- _advestisementFee
ZoroInu._advestisementFee (#527) is set pre-construction with a non-constant function or state variable:
- _buyAdvestisementFee
ZoroInu._rTotal (#502) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ZoroInu._taxFee (#517) is set pre-construction with a non-constant function or state variable:
- _buyTaxFee
ZoroInu._previousTaxFee (#518) is set pre-construction with a non-constant function or state variable:
- _taxFee
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
Parameter ZoroInu.calculateTaxFee(uint256)._amount (#778) is not in mixedCase
Variable ZoroInu._buyAdvestisementFee (#510) is not in mixedCase
Variable ZoroInu._sellAdvestisementFee (#515) is not in mixedCase
Variable ZoroInu._sellTaxFee (#514) is not in mixedCase
Variable ZoroInu._advestisementFee (#527) is not in mixedCase
Parameter ZoroInu.calculateAdvestisementFee(uint256)._amount (#784) is not in mixedCase
Variable ZoroInu._buyTaxFee (#509) is not in mixedCase
Variable ZoroInu._maxTxAmount (#532) is not in mixedCase
Parameter ZoroInu.calculateBurnFee(uint256)._amount (#790) is not in mixedCase
Parameter ZoroInu.setAirdropContract(address)._airdropContract (#832) is not in mixedCase
Function IUniswapV2Router01.WETH() (#479) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable ZoroInu._getValues(uint256).rTransferAmount (#720) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable ZoroInu._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to ZoroInu._getValues(uint256).tTransferAmount (#719)
Variable ZoroInu._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to ZoroInu._transferStandard(address,address,uint256).tTransferAmount (#915)
Variable ZoroInu._getValues(uint256).rTransferAmount (#720) is too similar to ZoroInu._getValues(uint256).tTransferAmount (#719)
Variable ZoroInu._getValues(uint256).rTransferAmount (#720) is too similar to ZoroInu._getTValues(uint256).tTransferAmount (#729)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).tAdvertisement (#734)
Variable ZoroInu._transferStandard(address,address,uint256).rTransferAmount (#915) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).tAdvertisement (#734)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#739) is too similar to ZoroInu._getTValues(uint256).tTransferAmount (#729)
Variable ZoroInu._getValues(uint256).rTransferAmount (#720) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable ZoroInu._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable ZoroInu._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable ZoroInu._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to ZoroInu._transferStandard(address,address,uint256).tTransferAmount (#915)
Variable ZoroInu._transferStandard(address,address,uint256).rTransferAmount (#915) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable ZoroInu._transferStandard(address,address,uint256).rTransferAmount (#915) is too similar to ZoroInu._transferStandard(address,address,uint256).tTransferAmount (#915)
Variable ZoroInu.reflectionFromToken(uint256,bool).rTransferAmount (#630) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#739) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#739) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable ZoroInu._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable ZoroInu._transferStandard(address,address,uint256).rTransferAmount (#915) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._getTValues(uint256).tAdvertisement (#726)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#739) is too similar to ZoroInu._getValues(uint256).tTransferAmount (#719)
Variable ZoroInu._transferStandard(address,address,uint256).rTransferAmount (#915) is too similar to ZoroInu._getTValues(uint256).tTransferAmount (#729)
Variable ZoroInu._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable ZoroInu._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable ZoroInu._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to ZoroInu._getTValues(uint256).tTransferAmount (#729)
Variable ZoroInu._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to ZoroInu._transferStandard(address,address,uint256).tTransferAmount (#915)
Variable ZoroInu._getValues(uint256).rTransferAmount (#720) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._transferStandard(address,address,uint256).tAdvertisement (#915)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._transferStandard(address,address,uint256).tAdvertisement (#915)
Variable ZoroInu.reflectionFromToken(uint256,bool).rTransferAmount (#630) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable ZoroInu.reflectionFromToken(uint256,bool).rTransferAmount (#630) is too similar to ZoroInu._getValues(uint256).tTransferAmount (#719)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._getTValues(uint256).tAdvertisement (#726)
Variable ZoroInu._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to ZoroInu._getTValues(uint256).tTransferAmount (#729)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._getValues(uint256).tAdvertisement (#719)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#739) is too similar to ZoroInu._transferStandard(address,address,uint256).tTransferAmount (#915)
Variable ZoroInu._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to ZoroInu._getValues(uint256).tTransferAmount (#719)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tAdvertisement (#664)
Variable ZoroInu._getValues(uint256).rTransferAmount (#720) is too similar to ZoroInu._transferStandard(address,address,uint256).tTransferAmount (#915)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._getValues(uint256).tAdvertisement (#719)
Variable ZoroInu.reflectionFromToken(uint256,bool).rTransferAmount (#630) is too similar to ZoroInu._transferStandard(address,address,uint256).tTransferAmount (#915)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tAdvertisement (#926)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._takeAdvertisement(uint256).tAdvertisement (#760)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tAdvertisement (#938)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tAdvertisement (#926)
Variable ZoroInu._transferToExcluded(address,address,uint256).rTransferAmount (#926) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable ZoroInu._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable ZoroInu._takeAdvertisement(uint256).rAdvertisement (#762) is too similar to ZoroInu._takeAdvertisement(uint256).tAdvertisement (#760)
Variable ZoroInu._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable ZoroInu._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to ZoroInu._getValues(uint256).tTransferAmount (#719)
Variable ZoroInu._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#739) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._transferBothExcluded(address,address,uint256).tAdvertisement (#664)
Variable ZoroInu._getRValues(uint256,uint256,uint256,uint256,uint256).rAdvertisement (#737) is too similar to ZoroInu._transferFromExcluded(address,address,uint256).tAdvertisement (#938)
Variable ZoroInu._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to ZoroInu._getTValues(uint256).tTransferAmount (#729)
Variable ZoroInu.reflectionFromToken(uint256,bool).rTransferAmount (#630) is too similar to ZoroInu._getTValues(uint256).tTransferAmount (#729)
Variable ZoroInu._transferStandard(address,address,uint256).rTransferAmount (#915) is too similar to ZoroInu._getValues(uint256).tTransferAmount (#719)
Variable ZoroInu.reflectionFromToken(uint256,bool).rTransferAmount (#630) is too similar to ZoroInu._transferToExcluded(address,address,uint256).tTransferAmount (#926)
Prevent variables from having similar names.
Additional information: link
ZoroInu._symbol (#506) should be constant
ZoroInu._decimals (#507) should be constant
ZoroInu._name (#505) should be constant
ZoroInu._tTotal (#501) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
turnOffAntibotMode() should be declared external:
- ZoroInu.turnOffAntibotMode() (#828-830)
increaseAllowance(address,uint256) should be declared external:
- ZoroInu.increaseAllowance(address,uint256) (#604-607)
totalFees() should be declared external:
- ZoroInu.totalFees() (#618-620)
reflectionFromToken(uint256,bool) should be declared external:
- ZoroInu.reflectionFromToken(uint256,bool) (#624-633)
setAirdropContract(address) should be declared external:
- ZoroInu.setAirdropContract(address) (#832-834)
symbol() should be declared external:
- ZoroInu.symbol() (#567-569)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
approve(address,uint256) should be declared external:
- ZoroInu.approve(address,uint256) (#593-596)
decreaseAllowance(address,uint256) should be declared external:
- ZoroInu.decreaseAllowance(address,uint256) (#609-612)
isExcludedFromFee(address) should be declared external:
- ZoroInu.isExcludedFromFee(address) (#816-818)
isExcludedFromReward(address) should be declared external:
- ZoroInu.isExcludedFromReward(address) (#614-616)
includeInFee(address) should be declared external:
- ZoroInu.includeInFee(address) (#686-688)
transfer(address,uint256) should be declared external:
- ZoroInu.transfer(address,uint256) (#584-587)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
transferFrom(address,address,uint256) should be declared external:
- ZoroInu.transferFrom(address,address,uint256) (#598-602)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
changeAdvestisementWallets(address) should be declared external:
- ZoroInu.changeAdvestisementWallets(address) (#563-565)
setAntibotModeWhitelist(address[],address[]) should be declared external:
- ZoroInu.setAntibotModeWhitelist(address[],address[]) (#836-839)
allowance(address,address) should be declared external:
- ZoroInu.allowance(address,address) (#589-591)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
totalSupply() should be declared external:
- ZoroInu.totalSupply() (#575-577)
balanceOf(address) should be declared external:
- ZoroInu.balanceOf(address) (#579-582)
name() should be declared external:
- ZoroInu.name() (#559-561)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
decimals() should be declared external:
- ZoroInu.decimals() (#571-573)
excludeFromFee(address) should be declared external:
- ZoroInu.excludeFromFee(address) (#675-677)
manageAmmPairs(address,bool) should be declared external:
- ZoroInu.manageAmmPairs(address,bool) (#680-682)
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.
Contract has 12% buy tax and 9% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.
Unable to crawl data from the website
BscScan page for the token does not contain additional info: website, socials, description, etc.
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 audit link on the website
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but we're still unable to find its website
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
Token has relatively low CoinGecko rank
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
Twitter account has less than 100 followers
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts