Catto Inu Token Logo

Catnu [Catto Inu] Token

ALERT: dead

About Catnu

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 20 May 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Reentrancy in CattoInu._transfer(address,address,uint256) (#1450-1498):
External calls:
- swapAndLiquify(contractTokenBalance) (#1479)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1479)
- recipient.transfer(amount) (#1544)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
State variables written after the call(s):
- _MarketingFee = _buyMarketingFee (#1486)
- _MarketingFee = _sellMarketingFee (#1493)
- _tokenTransfer(from,to,amount) (#1497)
- _MarketingFee = _previousMarketingFee (#1296)
- _MarketingFee = 0 (#1289)
- _liquidityFee = _buyLiquidityFee (#1484)
- _liquidityFee = _sellLiquidityFee (#1491)
- _tokenTransfer(from,to,amount) (#1497)
- _liquidityFee = _previousLiquidityFee (#1295)
- _liquidityFee = 0 (#1288)
- _tokenTransfer(from,to,amount) (#1497)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1254)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1698)
- _rOwned[DevelopmentWallet] = _rOwned[DevelopmentWallet].add(rDevelopment) (#1678-1680)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1661)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1147)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1720)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1721)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1641)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1700)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1149)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1642)
- _tokenTransfer(from,to,amount) (#1497)
- _rTotal = _rTotal.sub(rFee) (#1158)
- _tokenTransfer(from,to,amount) (#1497)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1256)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1146)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1719)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1699)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1148)
Apply the check-effects-interactions pattern.

Additional information: link


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

CattoInu.takeMarketing(uint256,uint256,uint256) (#1649-1663) performs a multiplication on the result of a division:
-tMarketing = tAmount.mul(_MarketingFee).div(feeDenominator) (#1657)
-rMarketing = tMarketing.mul(_getRate()) (#1658)
CattoInu.takeDevelopment(address,uint256,uint256,uint256) (#1665-1683) performs a multiplication on the result of a division:
-tDevelopment = tAmount.mul(_DevelopmentFee).div(feeDenominator) (#1674)
-rDevelopment = tDevelopment.mul(_getRate()) (#1675)
Consider ordering multiplication before division.

Additional information: link

CattoInu.addLiquidity(uint256,uint256) (#1565-1578) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
Ensure that all the return values of the function calls are used.

Additional information: link

CattoInu.allowance(address,address).owner (#999) shadows:
- Ownable.owner() (#477-479) (function)
CattoInu._approve(address,address,uint256).owner (#1439) shadows:
- Ownable.owner() (#477-479) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in CattoInu._transfer(address,address,uint256) (#1450-1498):
External calls:
- swapAndLiquify(contractTokenBalance) (#1479)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1479)
- recipient.transfer(amount) (#1544)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
State variables written after the call(s):
- _DevelopmentFee = _buyDevelopmentFee (#1485)
- _DevelopmentFee = _sellDevelopmentFee (#1492)
- _tokenTransfer(from,to,amount) (#1497)
- _DevelopmentFee = _previousDevelopmentFee (#1297)
- _DevelopmentFee = 0 (#1290)
- _tokenTransfer(from,to,amount) (#1497)
- _previousDevelopmentFee = _DevelopmentFee (#1285)
- _tokenTransfer(from,to,amount) (#1497)
- _previousLiquidityFee = _liquidityFee (#1283)
- _tokenTransfer(from,to,amount) (#1497)
- _previousMarketingFee = _MarketingFee (#1284)
- _tokenTransfer(from,to,amount) (#1497)
- _previousTaxFee = _taxFee (#1282)
- _tokenTransfer(from,to,amount) (#1497)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1159)
- _taxFee = _buyTaxFee (#1483)
- _taxFee = _sellTaxFee (#1490)
- _tokenTransfer(from,to,amount) (#1497)
- _taxFee = _previousTaxFee (#1294)
- _taxFee = 0 (#1287)
Reentrancy in CattoInu.constructor() (#941-967):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#948-949)
State variables written after the call(s):
- _isAtomaticMarketMaker[uniswapV2Pair] = true (#964)
- _isExcludedFromFee[owner()] = true (#955)
- _isExcludedFromFee[address(this)] = true (#956)
- _isExcludedFromFee[DeadWallet] = true (#957)
- _isExcludedFromFee[MarketingWallet] = true (#958)
- _isExcludedFromWalletHoldingLimit[owner()] = true (#959)
- _isExcludedFromWalletHoldingLimit[MarketingWallet] = true (#960)
- _isExcludedFromWalletHoldingLimit[DeadWallet] = true (#961)
- _isExcludedFromWalletHoldingLimit[address(this)] = true (#962)
- _isExcludedFromWalletHoldingLimit[uniswapV2Pair] = true (#963)
- uniswapV2Router = _uniswapV2Router (#952)
Reentrancy in CattoInu.swapAndLiquify(uint256) (#1500-1539):
External calls:
- swapTokensForEth(half) (#1521)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1527)
- _allowances[owner][spender] = amount (#1446)
Reentrancy in CattoInu.swapAndLiquify(uint256) (#1500-1539):
External calls:
- swapTokensForEth(half) (#1521)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
- swapTokensForEth(tokensForMarketing) (#1532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
State variables written after the call(s):
- swapTokensForEth(tokensForMarketing) (#1532)
- _allowances[owner][spender] = amount (#1446)
Reentrancy in CattoInu.transferFrom(address,address,uint256) (#1017-1032):
External calls:
- _transfer(sender,recipient,amount) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1022)
- recipient.transfer(amount) (#1544)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1023-1030)
- _allowances[owner][spender] = amount (#1446)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in CattoInu._transfer(address,address,uint256) (#1450-1498):
External calls:
- swapAndLiquify(contractTokenBalance) (#1479)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1479)
- recipient.transfer(amount) (#1544)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
Event emitted after the call(s):
- Transfer(sender,DevelopmentWallet,tDevelopment) (#1681)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1703)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1724)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1152)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1645)
- _tokenTransfer(from,to,amount) (#1497)
Reentrancy in CattoInu.constructor() (#941-967):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#948-949)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#966)
Reentrancy in CattoInu.swapAndLiquify(uint256) (#1500-1539):
External calls:
- swapTokensForEth(half) (#1521)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1447)
- addLiquidity(otherHalf,newBalance) (#1527)
- SwapAndLiquify(half,newBalance,otherHalf) (#1529)
Reentrancy in CattoInu.swapAndLiquify(uint256) (#1500-1539):
External calls:
- swapTokensForEth(half) (#1521)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
- swapTokensForEth(tokensForMarketing) (#1532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1527)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1447)
- swapTokensForEth(tokensForMarketing) (#1532)
Reentrancy in CattoInu.transferFrom(address,address,uint256) (#1017-1032):
External calls:
- _transfer(sender,recipient,amount) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1556-1562)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1022)
- recipient.transfer(amount) (#1544)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1447)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1023-1030)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#289-300) uses assembly
- INLINE ASM (#296-298)
Address._functionCallWithValue(address,bytes,uint256,string) (#415-443) uses assembly
- INLINE ASM (#435-438)
Do not use evm assembly.

Additional information: link

CattoInu.includeInReward(address) (#1120-1131) has costly operations inside a loop:
- _excluded.pop() (#1127)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#415-443) is never used and should be removed
Address.functionCall(address,bytes) (#350-355) is never used and should be removed
Address.functionCall(address,bytes,string) (#363-369) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#382-394) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#402-413) is never used and should be removed
Address.isContract(address) (#289-300) is never used and should be removed
Address.sendValue(address,uint256) (#318-330) is never used and should be removed
Context._msgData() (#262-265) is never used and should be removed
SafeMath.mod(uint256,uint256) (#231-233) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#247-254) is never used and should be removed
Remove unused functions.

Additional information: link

CattoInu._previousTaxFee (#888) is set pre-construction with a non-constant function or state variable:
- _taxFee
CattoInu._previousLiquidityFee (#891) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
CattoInu._previousMarketingFee (#894) is set pre-construction with a non-constant function or state variable:
- _MarketingFee
CattoInu._previousDevelopmentFee (#897) is set pre-construction with a non-constant function or state variable:
- _DevelopmentFee
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.0<0.8.14 (#7) is too complex
solc-0.8.13 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) (#318-330):
- (success) = recipient.call{value: amount}() (#325)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#415-443):
- (success,returndata) = target.call{value: weiValue}(data) (#424-426)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Event IUniswapV2Pairburn(address,uint256,uint256,address) (#594-599) is not in CapWords
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#578) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#580) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#610) is not in mixedCase
Function IUniswapV2Pair._burn(address) (#633-635) is not in mixedCase
Function IUniswapV2Router01.WETH() (#654) is not in mixedCase
Event CattoInuthresholdValueUpdated(uint256) (#925) is not in CapWords
Parameter CattoInu.calculateTaxFee(uint256)._amount (#1259) is not in mixedCase
Parameter CattoInu.calculateLiquidityFee(uint256)._amount (#1267) is not in mixedCase
Parameter CattoInu.isExcludedFromWalletLimit(address).WalletAddress (#1308) is not in mixedCase
Function CattoInu._isAutomaticMarketMaker(address) (#1316-1318) is not in mixedCase
Parameter CattoInu._isAutomaticMarketMaker(address).AMM (#1316) is not in mixedCase
Parameter CattoInu.setSwapAndLiquifyEnabled(bool)._enabled (#1324) is not in mixedCase
Function CattoInu.UpdateWallets(address,address) (#1333-1344) is not in mixedCase
Function CattoInu.UpdateBuyTaxFeePercentage(uint256,uint256,uint256,uint256) (#1346-1377) is not in mixedCase
Parameter CattoInu.UpdateBuyTaxFeePercentage(uint256,uint256,uint256,uint256).MarketingFee (#1349) is not in mixedCase
Parameter CattoInu.UpdateBuyTaxFeePercentage(uint256,uint256,uint256,uint256).DevelopmentFee (#1350) is not in mixedCase
Function CattoInu.UpdateSellTaxFeePercentage(uint256,uint256,uint256,uint256) (#1379-1400) is not in mixedCase
Parameter CattoInu.UpdateSellTaxFeePercentage(uint256,uint256,uint256,uint256).MarketingFee (#1382) is not in mixedCase
Parameter CattoInu.UpdateSellTaxFeePercentage(uint256,uint256,uint256,uint256).DevelopmentFee (#1383) is not in mixedCase
Function CattoInu.UpdateMaxTxPercentage(uint256) (#1402-1409) is not in mixedCase
Function CattoInu.UpdateMaxWalletHoldingPercentage(uint256) (#1411-1421) is not in mixedCase
Function CattoInu.UpdateSwapThresholdValue(uint256) (#1423-1429) is not in mixedCase
Function CattoInu.UpdateAutomaticMarketMaker(address,bool) (#1431-1436) is not in mixedCase
Variable CattoInu.MarketingWallet (#871-872) is not in mixedCase
Variable CattoInu.DevelopmentWallet (#873-874) is not in mixedCase
Variable CattoInu.DeadWallet (#875-876) is not in mixedCase
Constant CattoInu._tTotal (#879) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CattoInu._name (#883) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CattoInu._symbol (#884) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CattoInu._decimals (#885) is not in UPPER_CASE_WITH_UNDERSCORES
Variable CattoInu._MarketingFee (#893) is not in mixedCase
Variable CattoInu._DevelopmentFee (#896) is not in mixedCase
Variable CattoInu._buyTaxFee (#900) is not in mixedCase
Variable CattoInu._buyLiquidityFee (#901) is not in mixedCase
Variable CattoInu._buyMarketingFee (#902) is not in mixedCase
Variable CattoInu._buyDevelopmentFee (#903) is not in mixedCase
Variable CattoInu._sellTaxFee (#905) is not in mixedCase
Variable CattoInu._sellLiquidityFee (#906) is not in mixedCase
Variable CattoInu._sellMarketingFee (#907) is not in mixedCase
Variable CattoInu._sellDevelopmentFee (#908) is not in mixedCase
Constant CattoInu.feeDenominator (#910) is not in UPPER_CASE_WITH_UNDERSCORES
Variable CattoInu._maxTxAmount (#919) is not in mixedCase
Variable CattoInu._maxWalletHoldingLimit (#920) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#263)" inContext (#257-266)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in CattoInu._transfer(address,address,uint256) (#1450-1498):
External calls:
- swapAndLiquify(contractTokenBalance) (#1479)
- recipient.transfer(amount) (#1544)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1479)
- recipient.transfer(amount) (#1544)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
State variables written after the call(s):
- _DevelopmentFee = _buyDevelopmentFee (#1485)
- _DevelopmentFee = _sellDevelopmentFee (#1492)
- _tokenTransfer(from,to,amount) (#1497)
- _DevelopmentFee = _previousDevelopmentFee (#1297)
- _DevelopmentFee = 0 (#1290)
- _MarketingFee = _buyMarketingFee (#1486)
- _MarketingFee = _sellMarketingFee (#1493)
- _tokenTransfer(from,to,amount) (#1497)
- _MarketingFee = _previousMarketingFee (#1296)
- _MarketingFee = 0 (#1289)
- _liquidityFee = _buyLiquidityFee (#1484)
- _liquidityFee = _sellLiquidityFee (#1491)
- _tokenTransfer(from,to,amount) (#1497)
- _liquidityFee = _previousLiquidityFee (#1295)
- _liquidityFee = 0 (#1288)
- _tokenTransfer(from,to,amount) (#1497)
- _previousDevelopmentFee = _DevelopmentFee (#1285)
- _tokenTransfer(from,to,amount) (#1497)
- _previousLiquidityFee = _liquidityFee (#1283)
- _tokenTransfer(from,to,amount) (#1497)
- _previousMarketingFee = _MarketingFee (#1284)
- _tokenTransfer(from,to,amount) (#1497)
- _previousTaxFee = _taxFee (#1282)
- _tokenTransfer(from,to,amount) (#1497)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1254)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1698)
- _rOwned[DevelopmentWallet] = _rOwned[DevelopmentWallet].add(rDevelopment) (#1678-1680)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1661)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1147)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1720)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1721)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1641)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1700)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1149)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1642)
- _tokenTransfer(from,to,amount) (#1497)
- _rTotal = _rTotal.sub(rFee) (#1158)
- _tokenTransfer(from,to,amount) (#1497)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1159)
- _tokenTransfer(from,to,amount) (#1497)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1256)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1146)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1719)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1699)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1148)
- _taxFee = _buyTaxFee (#1483)
- _taxFee = _sellTaxFee (#1490)
- _tokenTransfer(from,to,amount) (#1497)
- _taxFee = _previousTaxFee (#1294)
- _taxFee = 0 (#1287)
Event emitted after the call(s):
- Transfer(sender,DevelopmentWallet,tDevelopment) (#1681)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1724)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1703)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1645)
- _tokenTransfer(from,to,amount) (#1497)
- Transfer(sender,recipient,tTransferAmount) (#1152)
- _tokenTransfer(from,to,amount) (#1497)
Reentrancy in CattoInu.transferFrom(address,address,uint256) (#1017-1032):
External calls:
- _transfer(sender,recipient,amount) (#1022)
- recipient.transfer(amount) (#1544)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1022)
- recipient.transfer(amount) (#1544)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1570-1577)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1023-1030)
- _allowances[owner][spender] = amount (#1446)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1447)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#1023-1030)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#659) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#660)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rDevelopment (#1675) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tDevelopment (#1674)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu.takeMarketing(uint256,uint256,uint256).rTransferAmount (#1651) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu._getTValues(uint256).tTransferAmount (#1206)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1715)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu.takeDevelopment(address,uint256,uint256,uint256).rTransferAmount (#1668) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu.reflectionFromToken(uint256,bool).rTransferAmount (#1093) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1227) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu._getValues(uint256).tTransferAmount (#1175)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1142)
Variable CattoInu._transferStandard(address,address,uint256).rTransferAmount (#1623) is too similar to CattoInu._transferToExcluded(address,address,uint256).tTransferAmount (#1694)
Variable CattoInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu._transferToExcluded(address,address,uint256).rTransferAmount (#1692) is too similar to CattoInu.takeDevelopment(address,uint256,uint256,uint256).tTransferAmount (#1667)
Variable CattoInu._getValues(uint256).rTransferAmount (#1179) is too similar to CattoInu._transferStandard(address,address,uint256).tTransferAmount (#1625)
Variable CattoInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1713) is too similar to CattoInu.takeMarketing(uint256,uint256,uint256).tTransferAmount (#1650)
Prevent variables from having similar names.

Additional information: link

CattoInu.slitherConstructorVariables() (#857-1727) uses literals with too many digits:
- DeadWallet = 0x000000000000000000000000000000000000dEaD (#875-876)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#496-499)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#505-512)
name() should be declared external:
- CattoInu.name() (#969-971)
symbol() should be declared external:
- CattoInu.symbol() (#973-975)
decimals() should be declared external:
- CattoInu.decimals() (#977-979)
totalSupply() should be declared external:
- CattoInu.totalSupply() (#981-983)
transfer(address,uint256) should be declared external:
- CattoInu.transfer(address,uint256) (#990-997)
allowance(address,address) should be declared external:
- CattoInu.allowance(address,address) (#999-1006)
approve(address,uint256) should be declared external:
- CattoInu.approve(address,uint256) (#1008-1015)
transferFrom(address,address,uint256) should be declared external:
- CattoInu.transferFrom(address,address,uint256) (#1017-1032)
increaseAllowance(address,uint256) should be declared external:
- CattoInu.increaseAllowance(address,uint256) (#1034-1045)
decreaseAllowance(address,uint256) should be declared external:
- CattoInu.decreaseAllowance(address,uint256) (#1047-1061)
isExcludedFromReward(address) should be declared external:
- CattoInu.isExcludedFromReward(address) (#1063-1065)
totalFees() should be declared external:
- CattoInu.totalFees() (#1067-1069)
deliver(uint256) should be declared external:
- CattoInu.deliver(uint256) (#1071-1081)
reflectionFromToken(uint256,bool) should be declared external:
- CattoInu.reflectionFromToken(uint256,bool) (#1083-1096)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is low.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 3% buy tax and 2% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for Catnu