Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in CatMommy._transfer(address,address,uint256) (#799-840):
External calls:
- swapAndLiquify(contractTokenBalance) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#871-877)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _rOwned[_marketingWalletAddress] = _rOwned[_marketingWalletAddress].add(rMarketing) (#746)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#738)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#928)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#918)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#940)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#919)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#642)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#941)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#930)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#644)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _rTotal = _rTotal.sub(rFee) (#691)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#740)
- _tOwned[_marketingWalletAddress] = _tOwned[_marketingWalletAddress].add(tMarketing) (#748)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#939)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#641)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#929)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#643)
Apply the check-effects-interactions pattern.
Additional information: link
CatMommy.addLiquidity(uint256,uint256) (#880-893) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
Ensure that all the return values of the function calls are used.
Additional information: link
CatMommy.allowance(address,address).owner (#558) shadows:
- Ownable.owner() (#228-230) (function)
CatMommy._approve(address,address,uint256).owner (#791) shadows:
- Ownable.owner() (#228-230) (function)
Rename the local variables that shadow another component.
Additional information: link
CatMommy.setDevFeePercent(uint256) (#659-661) should emit an event for:
- _devFee = devFee (#660)
CatMommy.setMarketingFeePercent(uint256) (#663-665) should emit an event for:
- _marketingFee = marketingFee (#664)
CatMommy.setLiquidityFeePercent(uint256) (#667-669) should emit an event for:
- _liquidityFee = liquidityFee (#668)
CatMommy.setBurnFeePercent(uint256) (#671-673) should emit an event for:
- _burnFee = burnFee (#672)
CatMommy.setMaxTxPercent(uint256) (#675-679) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#676-678)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in CatMommy._transfer(address,address,uint256) (#799-840):
External calls:
- swapAndLiquify(contractTokenBalance) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#871-877)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _devFee = _previousDevFee (#782)
- _devFee = 0 (#776)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _liquidityFee = _previousLiquidityFee (#784)
- _liquidityFee = 0 (#778)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _marketingFee = _previousMarketingFee (#783)
- _marketingFee = 0 (#777)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _previousDevFee = _devFee (#772)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _previousLiquidityFee = _liquidityFee (#774)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _previousMarketingFee = _marketingFee (#773)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- _tFeeTotal = _tFeeTotal.add(tFee) (#692)
Reentrancy in CatMommy.constructor() (#514-530):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#519-520)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#526)
- _isExcludedFromFee[address(this)] = true (#527)
- uniswapV2Router = _uniswapV2Router (#523)
Reentrancy in CatMommy.swapAndLiquify(uint256) (#842-860):
External calls:
- swapTokensForEth(half) (#851)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#871-877)
- addLiquidity(otherHalf,newBalance) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#857)
- _allowances[owner][spender] = amount (#795)
Reentrancy in CatMommy.transferFrom(address,address,uint256) (#567-571):
External calls:
- _transfer(sender,recipient,amount) (#568)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#871-877)
External calls sending eth:
- _transfer(sender,recipient,amount) (#568)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#569)
- _allowances[owner][spender] = amount (#795)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in CatMommy._transfer(address,address,uint256) (#799-840):
External calls:
- swapAndLiquify(contractTokenBalance) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#871-877)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#827)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#923)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- Transfer(sender,recipient,tTransferAmount) (#945)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- Transfer(sender,recipient,tTransferAmount) (#934)
- _tokenTransfer(from,to,amount,takeFee) (#839)
- Transfer(sender,recipient,tTransferAmount) (#648)
- _tokenTransfer(from,to,amount,takeFee) (#839)
Reentrancy in CatMommy.constructor() (#514-530):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#519-520)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#529)
Reentrancy in CatMommy.swapAndLiquify(uint256) (#842-860):
External calls:
- swapTokensForEth(half) (#851)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#871-877)
- addLiquidity(otherHalf,newBalance) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#857)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#796)
- addLiquidity(otherHalf,newBalance) (#857)
- SwapAndLiquify(half,newBalance,otherHalf) (#859)
Reentrancy in CatMommy.transferFrom(address,address,uint256) (#567-571):
External calls:
- _transfer(sender,recipient,amount) (#568)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#871-877)
External calls sending eth:
- _transfer(sender,recipient,amount) (#568)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#885-892)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#796)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#569)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#130-136) uses assembly
- INLINE ASM (#134)
Address._verifyCallResult(bool,bytes,string) (#197-212) uses assembly
- INLINE ASM (#204-207)
Do not use evm assembly.
Additional information: link
CatMommy.includeInReward(address) (#627-638) has costly operations inside a loop:
- _excluded.pop() (#634)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#197-212) is never used and should be removed
Address.functionCall(address,bytes) (#148-150) is never used and should be removed
Address.functionCall(address,bytes,string) (#153-155) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#158-160) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#162-169) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#185-187) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#190-195) is never used and should be removed
Address.functionStaticCall(address,bytes) (#171-173) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#176-182) is never used and should be removed
Address.isContract(address) (#130-136) is never used and should be removed
Address.sendValue(address,uint256) (#139-145) is never used and should be removed
Context._msgData() (#122-125) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#100-105) is never used and should be removed
SafeMath.mod(uint256,uint256) (#88-90) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#108-113) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#31-37) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#52-57) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#60-65) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#40-49) is never used and should be removed
Remove unused functions.
Additional information: link
CatMommy._rTotal (#472) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
CatMommy._previousDevFee (#480) is set pre-construction with a non-constant function or state variable:
- _devFee
CatMommy._previousLiquidityFee (#483) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
CatMommy._previousBurnFee (#486) is set pre-construction with a non-constant function or state variable:
- _burnFee
CatMommy._previousMarketingFee (#489) is set pre-construction with a non-constant function or state variable:
- _marketingFee
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.10 (#1) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
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) (#139-145):
- (success) = recipient.call{value: amount}() (#143)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#162-169):
- (success,returndata) = target.call{value: value}(data) (#167)
Low level call in Address.functionStaticCall(address,bytes,string) (#176-182):
- (success,returndata) = target.staticcall(data) (#180)
Low level call in Address.functionDelegateCall(address,bytes,string) (#190-195):
- (success,returndata) = target.delegatecall(data) (#193)
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() (#283) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#284) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#301) is not in mixedCase
Function IUniswapV2Router01.WETH() (#321) is not in mixedCase
Parameter CatMommy.setSwapAndLiquifyEnabled(bool)._enabled (#682) is not in mixedCase
Parameter CatMommy.calculateDevFee(uint256)._amount (#751) is not in mixedCase
Parameter CatMommy.calculateMarketingFee(uint256)._amount (#757) is not in mixedCase
Parameter CatMommy.calculateLiquidityFee(uint256)._amount (#763) is not in mixedCase
Variable CatMommy._devFee (#479) is not in mixedCase
Variable CatMommy._liquidityFee (#482) is not in mixedCase
Variable CatMommy._burnFee (#485) is not in mixedCase
Variable CatMommy._marketingFee (#488) is not in mixedCase
Variable CatMommy._maxTxAmount (#497) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#123)" inContext (#117-126)
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 (#326) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#327)
Variable CatMommy._getValues(uint256).rTransferAmount (#697) is too similar to CatMommy._transferToExcluded(address,address,uint256).tTransferAmount (#927)
Variable CatMommy._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to CatMommy._getValues(uint256).tTransferAmount (#696)
Variable CatMommy._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to CatMommy._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable CatMommy.reflectionFromToken(uint256,bool).rTransferAmount (#606) is too similar to CatMommy._getTValues(uint256).tTransferAmount (#705)
Variable CatMommy._transferToExcluded(address,address,uint256).rTransferAmount (#927) is too similar to CatMommy._getTValues(uint256).tTransferAmount (#705)
Variable CatMommy._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to CatMommy._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable CatMommy.reflectionFromToken(uint256,bool).rTransferAmount (#606) is too similar to CatMommy._transferBothExcluded(address,address,uint256).tTransferAmount (#640)
Variable CatMommy._transferToExcluded(address,address,uint256).rTransferAmount (#927) is too similar to CatMommy._transferBothExcluded(address,address,uint256).tTransferAmount (#640)
Variable CatMommy._getValues(uint256).rTransferAmount (#697) is too similar to CatMommy._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable CatMommy._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to CatMommy._getValues(uint256).tTransferAmount (#696)
Variable CatMommy.reflectionFromToken(uint256,bool).rTransferAmount (#606) is too similar to CatMommy._transferToExcluded(address,address,uint256).tTransferAmount (#927)
Variable CatMommy._transferToExcluded(address,address,uint256).rTransferAmount (#927) is too similar to CatMommy._transferToExcluded(address,address,uint256).tTransferAmount (#927)
Variable CatMommy._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to CatMommy._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable CatMommy._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#714) is too similar to CatMommy._getValues(uint256).tTransferAmount (#696)
Variable CatMommy._getValues(uint256).rTransferAmount (#697) is too similar to CatMommy._getValues(uint256).tTransferAmount (#696)
Variable CatMommy._getValues(uint256).rTransferAmount (#697) is too similar to CatMommy._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable CatMommy.reflectionFromToken(uint256,bool).rTransferAmount (#606) is too similar to CatMommy._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable CatMommy._transferToExcluded(address,address,uint256).rTransferAmount (#927) is too similar to CatMommy._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable CatMommy._transferBothExcluded(address,address,uint256).rTransferAmount (#640) is too similar to CatMommy._transferBothExcluded(address,address,uint256).tTransferAmount (#640)
Variable CatMommy._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to CatMommy._getTValues(uint256).tTransferAmount (#705)
Variable CatMommy.reflectionFromToken(uint256,bool).rTransferAmount (#606) is too similar to CatMommy._getValues(uint256).tTransferAmount (#696)
Variable CatMommy.reflectionFromToken(uint256,bool).rTransferAmount (#606) is too similar to CatMommy._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable CatMommy._transferToExcluded(address,address,uint256).rTransferAmount (#927) is too similar to CatMommy._getValues(uint256).tTransferAmount (#696)
Variable CatMommy._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to CatMommy._transferBothExcluded(address,address,uint256).tTransferAmount (#640)
Variable CatMommy._transferToExcluded(address,address,uint256).rTransferAmount (#927) is too similar to CatMommy._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable CatMommy._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to CatMommy._transferToExcluded(address,address,uint256).tTransferAmount (#927)
Variable CatMommy._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to CatMommy._getTValues(uint256).tTransferAmount (#705)
Variable CatMommy._getValues(uint256).rTransferAmount (#697) is too similar to CatMommy._getTValues(uint256).tTransferAmount (#705)
Variable CatMommy._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to CatMommy._transferBothExcluded(address,address,uint256).tTransferAmount (#640)
Variable CatMommy._transferFromExcluded(address,address,uint256).rTransferAmount (#938) is too similar to CatMommy._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable CatMommy._transferBothExcluded(address,address,uint256).rTransferAmount (#640) is too similar to CatMommy._getValues(uint256).tTransferAmount (#696)
Variable CatMommy._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#714) is too similar to CatMommy._transferBothExcluded(address,address,uint256).tTransferAmount (#640)
Variable CatMommy._getValues(uint256).rTransferAmount (#697) is too similar to CatMommy._transferBothExcluded(address,address,uint256).tTransferAmount (#640)
Variable CatMommy._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#714) is too similar to CatMommy._getTValues(uint256).tTransferAmount (#705)
Variable CatMommy._transferBothExcluded(address,address,uint256).rTransferAmount (#640) is too similar to CatMommy._transferStandard(address,address,uint256).tTransferAmount (#917)
Variable CatMommy._transferBothExcluded(address,address,uint256).rTransferAmount (#640) is too similar to CatMommy._getTValues(uint256).tTransferAmount (#705)
Variable CatMommy._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#714) is too similar to CatMommy._transferToExcluded(address,address,uint256).tTransferAmount (#927)
Variable CatMommy._transferBothExcluded(address,address,uint256).rTransferAmount (#640) is too similar to CatMommy._transferToExcluded(address,address,uint256).tTransferAmount (#927)
Variable CatMommy._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#714) is too similar to CatMommy._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable CatMommy._transferStandard(address,address,uint256).rTransferAmount (#917) is too similar to CatMommy._transferToExcluded(address,address,uint256).tTransferAmount (#927)
Variable CatMommy._transferBothExcluded(address,address,uint256).rTransferAmount (#640) is too similar to CatMommy._transferFromExcluded(address,address,uint256).tTransferAmount (#938)
Variable CatMommy._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#714) is too similar to CatMommy._transferStandard(address,address,uint256).tTransferAmount (#917)
Prevent variables from having similar names.
Additional information: link
CatMommy.slitherConstructorVariables() (#454-948) uses literals with too many digits:
- _maxTxAmount = 200000000000000 * 10 ** 6 * 10 ** 9 (#497)
CatMommy.slitherConstructorVariables() (#454-948) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 900000 * 10 ** 6 * 10 ** 9 (#498)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
CatMommy._previousBurnFee (#486) is never used in CatMommy (#454-948)
Remove unused state variables.
Additional information: link
CatMommy._decimals (#477) should be constant
CatMommy._marketingWalletAddress (#467) should be constant
CatMommy._name (#475) should be constant
CatMommy._symbol (#476) should be constant
CatMommy._tTotal (#471) should be constant
CatMommy.numTokensSellToAddToLiquidity (#498) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#239-242)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#245-249)
name() should be declared external:
- CatMommy.name() (#532-534)
symbol() should be declared external:
- CatMommy.symbol() (#536-538)
decimals() should be declared external:
- CatMommy.decimals() (#540-542)
totalSupply() should be declared external:
- CatMommy.totalSupply() (#544-546)
transfer(address,uint256) should be declared external:
- CatMommy.transfer(address,uint256) (#553-556)
allowance(address,address) should be declared external:
- CatMommy.allowance(address,address) (#558-560)
approve(address,uint256) should be declared external:
- CatMommy.approve(address,uint256) (#562-565)
transferFrom(address,address,uint256) should be declared external:
- CatMommy.transferFrom(address,address,uint256) (#567-571)
increaseAllowance(address,uint256) should be declared external:
- CatMommy.increaseAllowance(address,uint256) (#573-576)
decreaseAllowance(address,uint256) should be declared external:
- CatMommy.decreaseAllowance(address,uint256) (#578-581)
isExcludedFromReward(address) should be declared external:
- CatMommy.isExcludedFromReward(address) (#583-585)
totalFees() should be declared external:
- CatMommy.totalFees() (#587-589)
deliver(uint256) should be declared external:
- CatMommy.deliver(uint256) (#591-598)
reflectionFromToken(uint256,bool) should be declared external:
- CatMommy.reflectionFromToken(uint256,bool) (#600-609)
excludeFromReward(address) should be declared external:
- CatMommy.excludeFromReward(address) (#617-625)
excludeFromFee(address) should be declared external:
- CatMommy.excludeFromFee(address) (#651-653)
includeInFee(address) should be declared external:
- CatMommy.includeInFee(address) (#655-657)
setSwapAndLiquifyEnabled(bool) should be declared external:
- CatMommy.setSwapAndLiquifyEnabled(bool) (#682-685)
isExcludedFromFee(address) should be declared external:
- CatMommy.isExcludedFromFee(address) (#787-789)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Twitter account
Telegram account has less than 100 subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account