Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in NINJACATS._transfer(address,address,uint256) (#1107-1151):
External calls:
- swapAndLiquify(contractTokenBalance) (#1138)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1185-1191)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1138)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1046)
- _rOwned[_giveawayWalletAddress] = _rOwned[_giveawayWalletAddress].add(rGiveaway) (#1054)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1242)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1232)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1254)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1233)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#955)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1255)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1244)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#957)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _rTotal = _rTotal.sub(rFee) (#999)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _tOwned[_giveawayWalletAddress] = _tOwned[_giveawayWalletAddress].add(tGiveaway) (#1056)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1048)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1253)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#954)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1243)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#956)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
NINJACATS.addLiquidity(uint256,uint256) (#1194-1207) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
Ensure that all the return values of the function calls are used.
Additional information: link
NINJACATS.allowance(address,address).owner (#872) shadows:
- Ownable.owner() (#535-537) (function)
NINJACATS._approve(address,address,uint256).owner (#1099) shadows:
- Ownable.owner() (#535-537) (function)
Rename the local variables that shadow another component.
Additional information: link
NINJACATS.setTaxFeePercent(uint256) (#972-974) should emit an event for:
- _taxFee = taxFee (#973)
NINJACATS.setGiveawayFeePercent(uint256) (#976-978) should emit an event for:
- _giveawayFee = giveawayFee (#977)
NINJACATS.setLiquidityFeePercent(uint256) (#980-982) should emit an event for:
- _liquidityFee = liquidityFee (#981)
NINJACATS.setMaxTxPercent(uint256) (#984-988) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#985-987)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in NINJACATS._transfer(address,address,uint256) (#1107-1151):
External calls:
- swapAndLiquify(contractTokenBalance) (#1138)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1185-1191)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1138)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _giveawayFee = _previousGiveawayFee (#1091)
- _giveawayFee = 0 (#1085)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _liquidityFee = _previousLiquidityFee (#1092)
- _liquidityFee = 0 (#1086)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _previousGiveawayFee = _giveawayFee (#1081)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _previousLiquidityFee = _liquidityFee (#1082)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _previousTaxFee = _taxFee (#1080)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1000)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- _taxFee = _previousTaxFee (#1090)
- _taxFee = 0 (#1084)
Reentrancy in NINJACATS.constructor() (#828-844):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#833-834)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#840)
- _isExcludedFromFee[address(this)] = true (#841)
- uniswapV2Router = _uniswapV2Router (#837)
Reentrancy in NINJACATS.swapAndLiquify(uint256) (#1153-1174):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1185-1191)
- addLiquidity(otherHalf,newBalance) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1171)
- _allowances[owner][spender] = amount (#1103)
Reentrancy in NINJACATS.transferFrom(address,address,uint256) (#881-885):
External calls:
- _transfer(sender,recipient,amount) (#882)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1185-1191)
External calls sending eth:
- _transfer(sender,recipient,amount) (#882)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#883)
- _allowances[owner][spender] = amount (#1103)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in NINJACATS._transfer(address,address,uint256) (#1107-1151):
External calls:
- swapAndLiquify(contractTokenBalance) (#1138)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1185-1191)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1138)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1237)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- Transfer(sender,recipient,tTransferAmount) (#1259)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- Transfer(sender,recipient,tTransferAmount) (#1248)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
- Transfer(sender,recipient,tTransferAmount) (#961)
- _tokenTransfer(from,to,amount,takeFee) (#1150)
Reentrancy in NINJACATS.constructor() (#828-844):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#833-834)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#843)
Reentrancy in NINJACATS.swapAndLiquify(uint256) (#1153-1174):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1185-1191)
- addLiquidity(otherHalf,newBalance) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1171)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1104)
- addLiquidity(otherHalf,newBalance) (#1171)
- SwapAndLiquify(half,newBalance,otherHalf) (#1173)
Reentrancy in NINJACATS.transferFrom(address,address,uint256) (#881-885):
External calls:
- _transfer(sender,recipient,amount) (#882)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1185-1191)
External calls sending eth:
- _transfer(sender,recipient,amount) (#882)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1199-1206)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1104)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#883)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#341-350) uses assembly
- INLINE ASM (#348)
Address._verifyCallResult(bool,bytes,string) (#486-503) uses assembly
- INLINE ASM (#495-498)
Do not use evm assembly.
Additional information: link
NINJACATS.includeInReward(address) (#940-951) has costly operations inside a loop:
- _excluded.pop() (#947)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#486-503) is never used and should be removed
Address.functionCall(address,bytes) (#394-396) is never used and should be removed
Address.functionCall(address,bytes,string) (#404-406) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#419-421) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#429-436) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#468-470) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#478-484) is never used and should be removed
Address.functionStaticCall(address,bytes) (#444-446) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#454-460) is never used and should be removed
Address.isContract(address) (#341-350) is never used and should be removed
Address.sendValue(address,uint256) (#368-374) is never used and should be removed
Context._msgData() (#29-32) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#290-295) is never used and should be removed
SafeMath.mod(uint256,uint256) (#254-256) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#312-317) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#125-131) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#167-172) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#179-184) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#150-160) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#138-143) is never used and should be removed
Remove unused functions.
Additional information: link
NINJACATS._rTotal (#790) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
NINJACATS._previousTaxFee (#798) is set pre-construction with a non-constant function or state variable:
- _taxFee
NINJACATS._previousGiveawayFee (#801) is set pre-construction with a non-constant function or state variable:
- _giveawayFee
NINJACATS._previousLiquidityFee (#803) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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.3 (#2) allows old versions
Pragma version^0.8.3 (#12) allows old versions
solc-0.8.3 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) (#368-374):
- (success) = recipient.call{value: amount}() (#372)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#429-436):
- (success,returndata) = target.call{value: value}(data) (#434)
Low level call in Address.functionStaticCall(address,bytes,string) (#454-460):
- (success,returndata) = target.staticcall(data) (#458)
Low level call in Address.functionDelegateCall(address,bytes,string) (#478-484):
- (success,returndata) = target.delegatecall(data) (#482)
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() (#602) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#603) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#620) is not in mixedCase
Function IUniswapV2Router01.WETH() (#640) is not in mixedCase
Parameter NINJACATS.setSwapAndLiquifyEnabled(bool)._enabled (#990) is not in mixedCase
Parameter NINJACATS.calculateTaxFee(uint256)._amount (#1059) is not in mixedCase
Parameter NINJACATS.calculateGiveawayFee(uint256)._amount (#1065) is not in mixedCase
Parameter NINJACATS.calculateLiquidityFee(uint256)._amount (#1071) is not in mixedCase
Variable NINJACATS._taxFee (#797) is not in mixedCase
Variable NINJACATS._giveawayFee (#800) is not in mixedCase
Variable NINJACATS._liquidityFee (#802) is not in mixedCase
Variable NINJACATS._maxTxAmount (#811) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#30)" inContext (#24-33)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#645) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#646)
Variable NINJACATS._getValues(uint256).rTransferAmount (#1005) is too similar to NINJACATS._transferBothExcluded(address,address,uint256).tTransferAmount (#953)
Variable NINJACATS._transferStandard(address,address,uint256).rTransferAmount (#1231) is too similar to NINJACATS._transferFromExcluded(address,address,uint256).tTransferAmount (#1252)
Variable NINJACATS._transferStandard(address,address,uint256).rTransferAmount (#1231) is too similar to NINJACATS._transferBothExcluded(address,address,uint256).tTransferAmount (#953)
Variable NINJACATS._transferBothExcluded(address,address,uint256).rTransferAmount (#953) is too similar to NINJACATS._transferBothExcluded(address,address,uint256).tTransferAmount (#953)
Variable NINJACATS._transferFromExcluded(address,address,uint256).rTransferAmount (#1252) is too similar to NINJACATS._transferToExcluded(address,address,uint256).tTransferAmount (#1241)
Variable NINJACATS._getValues(uint256).rTransferAmount (#1005) is too similar to NINJACATS._transferToExcluded(address,address,uint256).tTransferAmount (#1241)
Variable NINJACATS._transferFromExcluded(address,address,uint256).rTransferAmount (#1252) is too similar to NINJACATS._getTValues(uint256).tTransferAmount (#1013)
Variable NINJACATS._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to NINJACATS._transferBothExcluded(address,address,uint256).tTransferAmount (#953)
Variable NINJACATS._getValues(uint256).rTransferAmount (#1005) is too similar to NINJACATS._getTValues(uint256).tTransferAmount (#1013)
Variable NINJACATS._transferStandard(address,address,uint256).rTransferAmount (#1231) is too similar to NINJACATS._transferToExcluded(address,address,uint256).tTransferAmount (#1241)
Variable NINJACATS._transferBothExcluded(address,address,uint256).rTransferAmount (#953) is too similar to NINJACATS._transferToExcluded(address,address,uint256).tTransferAmount (#1241)
Variable NINJACATS._transferStandard(address,address,uint256).rTransferAmount (#1231) is too similar to NINJACATS._getTValues(uint256).tTransferAmount (#1013)
Variable NINJACATS._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1022) is too similar to NINJACATS._transferBothExcluded(address,address,uint256).tTransferAmount (#953)
Variable NINJACATS.reflectionFromToken(uint256,bool).rTransferAmount (#920) is too similar to NINJACATS._transferBothExcluded(address,address,uint256).tTransferAmount (#953)
Variable NINJACATS._transferFromExcluded(address,address,uint256).rTransferAmount (#1252) is too similar to NINJACATS._transferStandard(address,address,uint256).tTransferAmount (#1231)
Variable NINJACATS._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to NINJACATS._transferToExcluded(address,address,uint256).tTransferAmount (#1241)
Variable NINJACATS._getValues(uint256).rTransferAmount (#1005) is too similar to NINJACATS._transferStandard(address,address,uint256).tTransferAmount (#1231)
Variable NINJACATS._transferFromExcluded(address,address,uint256).rTransferAmount (#1252) is too similar to NINJACATS._transferFromExcluded(address,address,uint256).tTransferAmount (#1252)
Variable NINJACATS._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1022) is too similar to NINJACATS._transferToExcluded(address,address,uint256).tTransferAmount (#1241)
Variable NINJACATS._getValues(uint256).rTransferAmount (#1005) is too similar to NINJACATS._transferFromExcluded(address,address,uint256).tTransferAmount (#1252)
Variable NINJACATS.reflectionFromToken(uint256,bool).rTransferAmount (#920) is too similar to NINJACATS._transferToExcluded(address,address,uint256).tTransferAmount (#1241)
Variable NINJACATS._transferFromExcluded(address,address,uint256).rTransferAmount (#1252) is too similar to NINJACATS._transferBothExcluded(address,address,uint256).tTransferAmount (#953)
Variable NINJACATS._transferStandard(address,address,uint256).rTransferAmount (#1231) is too similar to NINJACATS._transferStandard(address,address,uint256).tTransferAmount (#1231)
Variable NINJACATS._transferBothExcluded(address,address,uint256).rTransferAmount (#953) is too similar to NINJACATS._getValues(uint256).tTransferAmount (#1004)
Variable NINJACATS._transferBothExcluded(address,address,uint256).rTransferAmount (#953) is too similar to NINJACATS._transferFromExcluded(address,address,uint256).tTransferAmount (#1252)
Variable NINJACATS.reflectionFromToken(uint256,bool).rTransferAmount (#920) is too similar to NINJACATS._getTValues(uint256).tTransferAmount (#1013)
Variable NINJACATS._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1022) is too similar to NINJACATS._transferFromExcluded(address,address,uint256).tTransferAmount (#1252)
Variable NINJACATS._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1022) is too similar to NINJACATS._getValues(uint256).tTransferAmount (#1004)
Variable NINJACATS.reflectionFromToken(uint256,bool).rTransferAmount (#920) is too similar to NINJACATS._transferStandard(address,address,uint256).tTransferAmount (#1231)
Variable NINJACATS._transferFromExcluded(address,address,uint256).rTransferAmount (#1252) is too similar to NINJACATS._getValues(uint256).tTransferAmount (#1004)
Variable NINJACATS._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to NINJACATS._transferFromExcluded(address,address,uint256).tTransferAmount (#1252)
Variable NINJACATS._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to NINJACATS._getValues(uint256).tTransferAmount (#1004)
Variable NINJACATS._transferBothExcluded(address,address,uint256).rTransferAmount (#953) is too similar to NINJACATS._getTValues(uint256).tTransferAmount (#1013)
Variable NINJACATS._getValues(uint256).rTransferAmount (#1005) is too similar to NINJACATS._getValues(uint256).tTransferAmount (#1004)
Variable NINJACATS._transferBothExcluded(address,address,uint256).rTransferAmount (#953) is too similar to NINJACATS._transferStandard(address,address,uint256).tTransferAmount (#1231)
Variable NINJACATS._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1022) is too similar to NINJACATS._getTValues(uint256).tTransferAmount (#1013)
Variable NINJACATS._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1022) is too similar to NINJACATS._transferStandard(address,address,uint256).tTransferAmount (#1231)
Variable NINJACATS._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to NINJACATS._getTValues(uint256).tTransferAmount (#1013)
Variable NINJACATS._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to NINJACATS._transferStandard(address,address,uint256).tTransferAmount (#1231)
Variable NINJACATS._transferStandard(address,address,uint256).rTransferAmount (#1231) is too similar to NINJACATS._getValues(uint256).tTransferAmount (#1004)
Variable NINJACATS.reflectionFromToken(uint256,bool).rTransferAmount (#920) is too similar to NINJACATS._getValues(uint256).tTransferAmount (#1004)
Variable NINJACATS.reflectionFromToken(uint256,bool).rTransferAmount (#920) is too similar to NINJACATS._transferFromExcluded(address,address,uint256).tTransferAmount (#1252)
Prevent variables from having similar names.
Additional information: link
NINJACATS.slitherConstructorVariables() (#773-1263) uses literals with too many digits:
- _tTotal = 10000000000 * 10 ** 9 (#789)
NINJACATS.slitherConstructorVariables() (#773-1263) uses literals with too many digits:
- _maxTxAmount = 800000000 * 10 ** 9 (#811)
NINJACATS.slitherConstructorVariables() (#773-1263) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 450000000000000 * 10 ** 9 (#812)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
NINJACATS._decimals (#795) should be constant
NINJACATS._giveawayWalletAddress (#786) should be constant
NINJACATS._name (#793) should be constant
NINJACATS._symbol (#794) should be constant
NINJACATS._tTotal (#789) should be constant
NINJACATS.numTokensSellToAddToLiquidity (#812) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#554-557)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#563-567)
name() should be declared external:
- NINJACATS.name() (#846-848)
symbol() should be declared external:
- NINJACATS.symbol() (#850-852)
decimals() should be declared external:
- NINJACATS.decimals() (#854-856)
totalSupply() should be declared external:
- NINJACATS.totalSupply() (#858-860)
transfer(address,uint256) should be declared external:
- NINJACATS.transfer(address,uint256) (#867-870)
allowance(address,address) should be declared external:
- NINJACATS.allowance(address,address) (#872-874)
approve(address,uint256) should be declared external:
- NINJACATS.approve(address,uint256) (#876-879)
transferFrom(address,address,uint256) should be declared external:
- NINJACATS.transferFrom(address,address,uint256) (#881-885)
increaseAllowance(address,uint256) should be declared external:
- NINJACATS.increaseAllowance(address,uint256) (#887-890)
decreaseAllowance(address,uint256) should be declared external:
- NINJACATS.decreaseAllowance(address,uint256) (#892-895)
isExcludedFromReward(address) should be declared external:
- NINJACATS.isExcludedFromReward(address) (#897-899)
totalFees() should be declared external:
- NINJACATS.totalFees() (#901-903)
deliver(uint256) should be declared external:
- NINJACATS.deliver(uint256) (#905-912)
reflectionFromToken(uint256,bool) should be declared external:
- NINJACATS.reflectionFromToken(uint256,bool) (#914-923)
excludeFromReward(address) should be declared external:
- NINJACATS.excludeFromReward(address) (#931-938)
excludeFromFee(address) should be declared external:
- NINJACATS.excludeFromFee(address) (#964-966)
includeInFee(address) should be declared external:
- NINJACATS.includeInFee(address) (#968-970)
setSwapAndLiquifyEnabled(bool) should be declared external:
- NINJACATS.setSwapAndLiquifyEnabled(bool) (#990-993)
isExcludedFromFee(address) should be declared external:
- NINJACATS.isExcludedFromFee(address) (#1095-1097)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract has 98% buy tax and 98% sell tax.
Taxes are extremely high (over 30%)
Additional information: link
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.
Number of Binance Smart Chain (BSC) token holders is low.
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts