Shazu is a BSC ecosystem which allows users to earn passive income via connecting with gamefi elements. Its Scratch 2 Mint (S2M) game technology encourages users to receive the right to stake in the staking pool to boost their rewards.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ShazuToken._transfer(address,address,uint256) (#1547-1642) uses a dangerous strict equality:
- block.timestamp == launchTime (#1581)
Don't use strict equality to determine if an account has enough Ether or tokens.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
ShazuToken._transfer(address,address,uint256).isBuying (#1565) is a local variable never initialized
ShazuToken._transfer(address,address,uint256).isSelling (#1566) 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
ShazuToken.allowance(address,address).owner (#1414) shadows:
- Ownable.owner() (#379-381) (function)
ShazuToken._approve(address,address,uint256).owner (#1536) shadows:
- Ownable.owner() (#379-381) (function)
Rename the local variables that shadow another component.
Additional information: link
ShazuToken.init(address,address,uint256,uint256,uint256,uint256) (#1318-1360) should emit an event for:
- reflectionFee = _reflectionFee (#1350)
- _previousReflectFee = reflectionFee (#1351)
- treasuryFee = _treasuryFee (#1353)
- _previousTreasuryFee = treasuryFee (#1354)
- liquidityFee = _liquidityFee (#1356)
- _previousLiquidityFee = liquidityFee (#1357)
- feeRate = _feeRate (#1359)
ShazuToken.setReflectionFeePercent(uint256) (#2055-2058) should emit an event for:
- reflectionFee = _newFee (#2057)
ShazuToken.setTreasuryFeePercent(uint256) (#2060-2063) should emit an event for:
- treasuryFee = _newFee (#2062)
ShazuToken.setLiquidityFeePercent(uint256) (#2065-2068) should emit an event for:
- liquidityFee = _newFee (#2067)
ShazuToken.setMaxSellAmount(uint256) (#2086-2088) should emit an event for:
- maxSellAmount = _maxSellAmount (#2087)
ShazuToken.setFeeRate(uint256) (#2141-2143) should emit an event for:
- feeRate = _rate (#2142)
Emit an event for critical parameter changes.
Additional information: link
ShazuToken.init(address,address,uint256,uint256,uint256,uint256)._treasuryAddress (#1320) lacks a zero-check on :
- treasuryWallet = _treasuryAddress (#1326)
ShazuToken.setTreasuryAddress(address)._treasuryWallet (#2070) lacks a zero-check on :
- treasuryWallet = address(_treasuryWallet) (#2071)
ShazuToken.setBuybackReceiver(address)._receiver (#2097) lacks a zero-check on :
- buybackReceiver = _receiver (#2098)
Check that the address is not zero.
Additional information: link
Reentrancy in ShazuToken._distribute(uint256) (#1661-1691):
External calls:
- _distributeForBNB(_contractTokenBalance) (#1672)
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
- _deliverFunds(treasuryWallet,treasuryBNBBalance,Cant send BNB to wallet) (#1681-1685)
- (sent) = address(_recipient).call{value: _value}() (#1137)
- _liquifyTokens(liquidityFeeBalance) (#1689)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
External calls sending eth:
- _deliverFunds(treasuryWallet,treasuryBNBBalance,Cant send BNB to wallet) (#1681-1685)
- (sent) = address(_recipient).call{value: _value}() (#1137)
- _liquifyTokens(liquidityFeeBalance) (#1689)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
State variables written after the call(s):
- _liquifyTokens(liquidityFeeBalance) (#1689)
- _allowances[owner][spender] = amount (#1543)
Reentrancy in ShazuToken._liquifyTokens(uint256) (#1693-1709):
External calls:
- _distributeForBNB(half) (#1704)
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
- _addLiquidity(otherHalf,newBalance) (#1708)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
External calls sending eth:
- _addLiquidity(otherHalf,newBalance) (#1708)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
State variables written after the call(s):
- _addLiquidity(otherHalf,newBalance) (#1708)
- _allowances[owner][spender] = amount (#1543)
Reentrancy in ShazuToken.init(address,address,uint256,uint256,uint256,uint256) (#1318-1360):
External calls:
- pancakeSwapPair = IUniswapV2Factory(_pancakeSwapRouter.factory()).createPair(address(this),_pancakeSwapRouter.WETH()) (#1331-1332)
State variables written after the call(s):
- _isExcludedFee[owner()] = true (#1337)
- _isExcludedFee[address(this)] = true (#1340)
- _previousLiquidityFee = liquidityFee (#1357)
- _previousReflectFee = reflectionFee (#1351)
- _previousTreasuryFee = treasuryFee (#1354)
- feeRate = _feeRate (#1359)
- liquidityFee = _liquidityFee (#1356)
- pancakeSwapRouter = _pancakeSwapRouter (#1334)
- reflectionFee = _reflectionFee (#1350)
- treasuryFee = _treasuryFee (#1353)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in ShazuToken._addLiquidity(uint256,uint256) (#1711-1732):
External calls:
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
Event emitted after the call(s):
- SwapAndLiquify(_bnbAmount,_tokenAmount) (#1730)
Reentrancy in ShazuToken._distribute(uint256) (#1661-1691):
External calls:
- _distributeForBNB(_contractTokenBalance) (#1672)
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
- _deliverFunds(treasuryWallet,treasuryBNBBalance,Cant send BNB to wallet) (#1681-1685)
- (sent) = address(_recipient).call{value: _value}() (#1137)
- _liquifyTokens(liquidityFeeBalance) (#1689)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
External calls sending eth:
- _deliverFunds(treasuryWallet,treasuryBNBBalance,Cant send BNB to wallet) (#1681-1685)
- (sent) = address(_recipient).call{value: _value}() (#1137)
- _liquifyTokens(liquidityFeeBalance) (#1689)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1544)
- _liquifyTokens(liquidityFeeBalance) (#1689)
- SwapAndLiquify(_bnbAmount,_tokenAmount) (#1730)
- _liquifyTokens(liquidityFeeBalance) (#1689)
- SwapTokensForBNB(tokenAmount,path) (#1753)
- _liquifyTokens(liquidityFeeBalance) (#1689)
Reentrancy in ShazuToken._distributeForBNB(uint256) (#1734-1755):
External calls:
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
Event emitted after the call(s):
- SwapTokensForBNB(tokenAmount,path) (#1753)
Reentrancy in ShazuToken._liquifyTokens(uint256) (#1693-1709):
External calls:
- _distributeForBNB(half) (#1704)
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
- _addLiquidity(otherHalf,newBalance) (#1708)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
External calls sending eth:
- _addLiquidity(otherHalf,newBalance) (#1708)
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1544)
- _addLiquidity(otherHalf,newBalance) (#1708)
- SwapAndLiquify(_bnbAmount,_tokenAmount) (#1730)
- _addLiquidity(otherHalf,newBalance) (#1708)
Reentrancy in Withdrawable._withdraw(address,uint256) (#1150-1161):
External calls:
- _deliverFunds(_recipient,_amount,Withdraw: Can't send BNB) (#1159)
- (sent) = address(_recipient).call{value: _value}() (#1137)
Event emitted after the call(s):
- Withdraw(_recipient,_amount) (#1160)
Reentrancy in Withdrawable._withdrawToken(address,address,uint256) (#1168-1184):
External calls:
- IERC20(_token).safeTransfer(_recipient,_amount) (#1179)
Event emitted after the call(s):
- WithdrawToken(_token,_recipient,_amount) (#1183)
Apply the check-effects-interactions pattern.
Additional information: link
ShazuToken._transfer(address,address,uint256) (#1547-1642) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp == launchTime (#1581)
Avoid relying on block.timestamp.
Additional information: link
Address.verifyCallResult(bool,bytes,string) (#624-644) uses assembly
- INLINE ASM (#636-639)
Do not use evm assembly.
Additional information: link
ShazuToken.includeInReward(address) (#1522-1533) has costly operations inside a loop:
- _excluded.pop() (#1529)
ShazuToken.amnestySniper(address) (#2127-2139) has costly operations inside a loop:
- _confirmedSnipers.pop() (#2135)
Use a local variable to hold the loop computation result.
Additional information: link
Address.functionCall(address,bytes) (#508-510) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#537-543) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#597-599) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#607-616) is never used and should be removed
Address.functionStaticCall(address,bytes) (#570-572) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#580-589) is never used and should be removed
Address.sendValue(address,uint256) (#483-488) is never used and should be removed
Context._msgData() (#338-340) is never used and should be removed
SafeERC20.safeApprove(IERC20,address,uint256) (#1060-1073) is never used and should be removed
SafeERC20.safeDecreaseAllowance(IERC20,address,uint256) (#1084-1095) is never used and should be removed
SafeERC20.safeIncreaseAllowance(IERC20,address,uint256) (#1075-1082) is never used and should be removed
SafeERC20.safeTransferFrom(IERC20,address,address,uint256) (#1044-1051) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#278-287) is never used and should be removed
SafeMath.mod(uint256,uint256) (#238-240) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#304-313) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#109-115) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#151-156) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#163-168) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#134-144) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#122-127) is never used and should be removed
Withdrawable._deliverTokens(address,address,uint256) (#1142-1148) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#1196) allows old versions
solc-0.8.10 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) (#483-488):
- (success) = recipient.call{value: amount}() (#486)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#551-562):
- (success,returndata) = target.call{value: value}(data) (#560)
Low level call in Address.functionStaticCall(address,bytes,string) (#580-589):
- (success,returndata) = target.staticcall(data) (#587)
Low level call in Address.functionDelegateCall(address,bytes,string) (#607-616):
- (success,returndata) = target.delegatecall(data) (#614)
Low level call in Withdrawable._deliverFunds(address,uint256,string) (#1132-1140):
- (sent) = address(_recipient).call{value: _value}() (#1137)
Low level call in ShazuToken._addLiquidity(uint256,uint256) (#1711-1732):
- (success) = address(address(pancakeSwapRouter)).call{value: _bnbAmount}(abi.encodeWithSignature(addLiquidityETH(address,uint256,uint256,uint256,address,uint256),address(this),_tokenAmount,0,0,buybackReceiver,block.timestamp)) (#1715-1727)
Low level call in ShazuToken._distributeForBNB(uint256) (#1734-1755):
- (success) = address(address(pancakeSwapRouter)).call(abi.encodeWithSignature(swapExactTokensForETHSupportingFeeOnTransferTokens(uint256,uint256,address[],address,uint256),tokenAmount,0,path,address(this),block.timestamp)) (#1742-1751)
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() (#720) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#722) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#753) is not in mixedCase
Function IUniswapV2Router01.WETH() (#804) is not in mixedCase
Parameter ShazuToken.init(address,address,uint256,uint256,uint256,uint256)._routerAddress (#1319) is not in mixedCase
Parameter ShazuToken.init(address,address,uint256,uint256,uint256,uint256)._treasuryAddress (#1320) is not in mixedCase
Parameter ShazuToken.init(address,address,uint256,uint256,uint256,uint256)._reflectionFee (#1321) is not in mixedCase
Parameter ShazuToken.init(address,address,uint256,uint256,uint256,uint256)._treasuryFee (#1322) is not in mixedCase
Parameter ShazuToken.init(address,address,uint256,uint256,uint256,uint256)._liquidityFee (#1323) is not in mixedCase
Parameter ShazuToken.init(address,address,uint256,uint256,uint256,uint256)._feeRate (#1324) is not in mixedCase
Parameter ShazuToken.authorize(address,bool)._user (#1373) is not in mixedCase
Parameter ShazuToken.authorize(address,bool)._isAuth (#1373) is not in mixedCase
Parameter ShazuToken.isPancakeSwapPair(address)._pair (#2018) is not in mixedCase
Parameter ShazuToken.setReflectionFeePercent(uint256)._newFee (#2055) is not in mixedCase
Parameter ShazuToken.setTreasuryFeePercent(uint256)._newFee (#2060) is not in mixedCase
Parameter ShazuToken.setLiquidityFeePercent(uint256)._newFee (#2065) is not in mixedCase
Parameter ShazuToken.setTreasuryAddress(address)._treasuryWallet (#2070) is not in mixedCase
Parameter ShazuToken.setTakeFeeOnBuyEnabled(bool)._enabled (#2074) is not in mixedCase
Parameter ShazuToken.setTakeFeeOnSellEnabled(bool)._enabled (#2078) is not in mixedCase
Parameter ShazuToken.setTakeFeeOnTransferEnabled(bool)._enabled (#2082) is not in mixedCase
Parameter ShazuToken.setMaxSellAmount(uint256)._maxSellAmount (#2086) is not in mixedCase
Parameter ShazuToken.setPancakeSwapRouter(address)._pancakeSwapRouterAddress (#2090) is not in mixedCase
Parameter ShazuToken.setBuybackReceiver(address)._receiver (#2097) is not in mixedCase
Parameter ShazuToken.addPancakeSwapPair(address)._pair (#2101) is not in mixedCase
Parameter ShazuToken.removePancakeSwapPair(address)._pair (#2105) is not in mixedCase
Parameter ShazuToken.setCanTransfer(bool)._canTransfer (#2109) is not in mixedCase
Parameter ShazuToken.setFeeRate(uint256)._rate (#2141) is not in mixedCase
Parameter ShazuToken.withdrawToken(address,address)._token (#2149) is not in mixedCase
Parameter ShazuToken.withdrawToken(address,address)._recipient (#2149) is not in mixedCase
Parameter ShazuToken.withdrawSomeToken(address,address,uint256)._token (#2162) is not in mixedCase
Parameter ShazuToken.withdrawSomeToken(address,address,uint256)._recipient (#2163) is not in mixedCase
Parameter ShazuToken.withdrawSomeToken(address,address,uint256)._amount (#2164) is not in mixedCase
Parameter ShazuToken.withdrawSome(address,uint256)._recipient (#2176) is not in mixedCase
Parameter ShazuToken.withdrawSome(address,uint256)._amount (#2176) is not in mixedCase
Constant ShazuToken._name (#1240) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ShazuToken._symbol (#1241) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ShazuToken._decimals (#1242) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ShazuToken._tTotal (#1248) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#809) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#810)
Variable ShazuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1853) is too similar to ShazuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1855)
Variable ShazuToken._getValues(uint256).rTransferAmount (#1890) is too similar to ShazuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1855)
Variable ShazuToken._transferStandard(address,address,uint256).rTransferAmount (#1787) is too similar to ShazuToken._getTValues(uint256).tTransferAmount (#1917)
Variable ShazuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1831) is too similar to ShazuToken._transferToExcluded(address,address,uint256).tTransferAmount (#1811)
Variable ShazuToken.reflectionFromToken(uint256,bool).rTransferAmount (#1494) is too similar to ShazuToken._transferToExcluded(address,address,uint256).tTransferAmount (#1811)
Variable ShazuToken.reflectionFromToken(uint256,bool).rTransferAmount (#1494) is too similar to ShazuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1855)
Variable ShazuToken._transferToExcluded(address,address,uint256).rTransferAmount (#1809) is too similar to ShazuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1855)
Variable ShazuToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1938) is too similar to ShazuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1855)
Variable ShazuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1831) is too similar to ShazuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1833)
Variable ShazuToken._getValues(uint256).rTransferAmount (#1890) is too similar to ShazuToken._transferToExcluded(address,address,uint256).tTransferAmount (#1811)
Variable ShazuToken.reflectionFromToken(uint256,bool).rTransferAmount (#1494) is too similar to ShazuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1833)
Variable ShazuToken._getValues(uint256).rTransferAmount (#1890) is too similar to ShazuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1833)
Variable ShazuToken._transferStandard(address,address,uint256).rTransferAmount (#1787) is too similar to ShazuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1855)
Variable ShazuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1831) is too similar to ShazuToken._getTValues(uint256).tTransferAmount (#1917)
Variable ShazuToken._transferToExcluded(address,address,uint256).rTransferAmount (#1809) is too similar to ShazuToken._transferToExcluded(address,address,uint256).tTransferAmount (#1811)
Variable ShazuToken.reflectionFromToken(uint256,bool).rTransferAmount (#1494) is too similar to ShazuToken._getTValues(uint256).tTransferAmount (#1917)
Variable ShazuToken._transferToExcluded(address,address,uint256).rTransferAmount (#1809) is too similar to ShazuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1833)
Variable ShazuToken._getValues(uint256).rTransferAmount (#1890) is too similar to ShazuToken._getTValues(uint256).tTransferAmount (#1917)
Variable ShazuToken._transferStandard(address,address,uint256).rTransferAmount (#1787) is too similar to ShazuToken._transferToExcluded(address,address,uint256).tTransferAmount (#1811)
Variable ShazuToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1938) is too similar to ShazuToken._getTValues(uint256).tTransferAmount (#1917)
Variable ShazuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1831) is too similar to ShazuToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1855)
Variable ShazuToken._transferToExcluded(address,address,uint256).rTransferAmount (#1809) is too similar to ShazuToken._getTValues(uint256).tTransferAmount (#1917)
Variable ShazuToken._transferStandard(address,address,uint256).rTransferAmount (#1787) is too similar to ShazuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1833)
Variable ShazuToken._transferStandard(address,address,uint256).rTransferAmount (#1787) is too similar to ShazuToken._transferStandard(address,address,uint256).tTransferAmount (#1789)
Variable ShazuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1853) is too similar to ShazuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1833)
Variable ShazuToken._transferToExcluded(address,address,uint256).rTransferAmount (#1809) is too similar to ShazuToken._transferStandard(address,address,uint256).tTransferAmount (#1789)
Variable ShazuToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1938) is too similar to ShazuToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1833)
Variable ShazuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1831) is too similar to ShazuToken._transferStandard(address,address,uint256).tTransferAmount (#1789)
Variable ShazuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1853) is too similar to ShazuToken._transferToExcluded(address,address,uint256).tTransferAmount (#1811)
Variable ShazuToken._getValues(uint256).rTransferAmount (#1890) is too similar to ShazuToken._getValues(uint256).tTransferAmount (#1886)
Variable ShazuToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1938) is too similar to ShazuToken._transferToExcluded(address,address,uint256).tTransferAmount (#1811)
Variable ShazuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1853) is too similar to ShazuToken._getTValues(uint256).tTransferAmount (#1917)
Variable ShazuToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1938) is too similar to ShazuToken._getValues(uint256).tTransferAmount (#1886)
Variable ShazuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1853) is too similar to ShazuToken._getValues(uint256).tTransferAmount (#1886)
Variable ShazuToken.reflectionFromToken(uint256,bool).rTransferAmount (#1494) is too similar to ShazuToken._getValues(uint256).tTransferAmount (#1886)
Variable ShazuToken._getValues(uint256).rTransferAmount (#1890) is too similar to ShazuToken._transferStandard(address,address,uint256).tTransferAmount (#1789)
Variable ShazuToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1853) is too similar to ShazuToken._transferStandard(address,address,uint256).tTransferAmount (#1789)
Variable ShazuToken._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1938) is too similar to ShazuToken._transferStandard(address,address,uint256).tTransferAmount (#1789)
Variable ShazuToken._transferToExcluded(address,address,uint256).rTransferAmount (#1809) is too similar to ShazuToken._getValues(uint256).tTransferAmount (#1886)
Variable ShazuToken._transferStandard(address,address,uint256).rTransferAmount (#1787) is too similar to ShazuToken._getValues(uint256).tTransferAmount (#1886)
Variable ShazuToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1831) is too similar to ShazuToken._getValues(uint256).tTransferAmount (#1886)
Variable ShazuToken.reflectionFromToken(uint256,bool).rTransferAmount (#1494) is too similar to ShazuToken._transferStandard(address,address,uint256).tTransferAmount (#1789)
Prevent variables from having similar names.
Additional information: link
ShazuToken.slitherConstructorConstantVariables() (#1207-2184) uses literals with too many digits:
- DEAD_ADDRESS = 0x000000000000000000000000000000000000dEaD (#1212-1213)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
ShazuToken._isSelling (#1287) is never used in ShazuToken (#1207-2184)
Remove unused state variables.
Additional information: link
ShazuToken._isSelling (#1287) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#398-400)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#406-409)
withdrawSomeToken(address,address,uint256) should be declared external:
- ShazuToken.withdrawSomeToken(address,address,uint256) (#2161-2168)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract has 0% buy tax and 18% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find token on CoinGecko
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
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
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account