Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in MissedCatanaCoin._transfer(address,address,uint256) (#796-832):
External calls:
- swapAndSendToFee(sellTokens) (#818)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#866-872)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#818)
- address(_marketingWallet).transfer(ethToSend) (#839)
State variables written after the call(s):
- _tOwned[from] -= amount (#822)
- transferAmount = _getValues(amount,from) (#827)
- _tOwned[address(this)] += marketingFee + liquidityFee (#778)
- _tOwned[to] += transferAmount (#830)
- swapping = false (#819)
Apply the check-effects-interactions pattern.
Additional information: link
MissedCatanaCoin.allowance(address,address).owner (#737) shadows:
- Ownable.owner() (#416-418) (function)
MissedCatanaCoin._approve(address,address,uint256).owner (#788) shadows:
- Ownable.owner() (#416-418) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in MissedCatanaCoin.constructor() (#694-710):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#699)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#705)
- _isExcludedFromFee[address(this)] = true (#706)
- _isExcludedFromFee[_marketingWallet] = true (#707)
- uniswapV2Pair = _uniswapV2Pair (#702)
- uniswapV2Router = _uniswapV2Router (#701)
Reentrancy in MissedCatanaCoin.swapAndLiquify() (#842-854):
External calls:
- newBalance = swapTokensForEth(half) (#847)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#866-872)
- addLiquidity(otherHalf,newBalance) (#851)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#881-888)
- (success) = recipient.call{value: amount}() (#301)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#891)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#851)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#881-888)
- (success) = recipient.call{value: amount}() (#301)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#851)
- _allowances[owner][spender] = amount (#792)
Reentrancy in MissedCatanaCoin.transferFrom(address,address,uint256) (#746-750):
External calls:
- _transfer(sender,recipient,amount) (#747)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#866-872)
External calls sending eth:
- _transfer(sender,recipient,amount) (#747)
- address(_marketingWallet).transfer(ethToSend) (#839)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#748)
- _allowances[owner][spender] = amount (#792)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in MissedCatanaCoin._transfer(address,address,uint256) (#796-832):
External calls:
- swapAndSendToFee(sellTokens) (#818)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#866-872)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#818)
- address(_marketingWallet).transfer(ethToSend) (#839)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#779)
- transferAmount = _getValues(amount,from) (#827)
- Transfer(from,to,transferAmount) (#831)
Reentrancy in MissedCatanaCoin.constructor() (#694-710):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#699)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#709)
Reentrancy in MissedCatanaCoin.swapAndLiquify() (#842-854):
External calls:
- newBalance = swapTokensForEth(half) (#847)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#866-872)
- addLiquidity(otherHalf,newBalance) (#851)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#881-888)
- (success) = recipient.call{value: amount}() (#301)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#891)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#851)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#881-888)
- (success) = recipient.call{value: amount}() (#301)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#793)
- addLiquidity(otherHalf,newBalance) (#851)
- SwapAndLiquify(half,newBalance,otherHalf) (#852)
Reentrancy in MissedCatanaCoin.transferFrom(address,address,uint256) (#746-750):
External calls:
- _transfer(sender,recipient,amount) (#747)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#866-872)
External calls sending eth:
- _transfer(sender,recipient,amount) (#747)
- address(_marketingWallet).transfer(ethToSend) (#839)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#793)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#748)
Apply the check-effects-interactions pattern.
Additional information: link
MissedCatanaCoin._transfer(address,address,uint256) (#796-832) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_lastBuy[to] + _buyCooldown < block.timestamp,Must wait til after coooldown to buy) (#810)
MissedCatanaCoin.addLiquidity(uint256,uint256) (#876-892) uses timestamp for comparisons
Dangerous comparisons:
- ethAmount - ethFromLiquidity > 0 (#890)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#270-279) uses assembly
- INLINE ASM (#277)
Address._functionCallWithValue(address,bytes,uint256,string) (#363-384) uses assembly
- INLINE ASM (#376-379)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#363-384) is never used and should be removed
Address.functionCall(address,bytes) (#323-325) is never used and should be removed
Address.functionCall(address,bytes,string) (#333-335) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#348-350) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#358-361) is never used and should be removed
Address.isContract(address) (#270-279) is never used and should be removed
Address.sendValue(address,uint256) (#297-303) is never used and should be removed
Context._msgData() (#242-245) is never used and should be removed
MissedCatanaCoin.addLiquidity(uint256,uint256) (#876-892) is never used and should be removed
MissedCatanaCoin.swapAndLiquify() (#842-854) is never used and should be removed
SafeMath.add(uint256,uint256) (#105-110) is never used and should be removed
SafeMath.div(uint256,uint256) (#179-181) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#195-201) is never used and should be removed
SafeMath.mod(uint256,uint256) (#215-217) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#231-234) is never used and should be removed
SafeMath.mul(uint256,uint256) (#153-165) is never used and should be removed
SafeMath.sub(uint256,uint256) (#122-124) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#136-141) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#297-303):
- (success) = recipient.call{value: amount}() (#301)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#363-384):
- (success,returndata) = target.call{value: weiValue}(data) (#367)
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() (#487) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#488) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#505) is not in mixedCase
Function IUniswapV2Router01.WETH() (#527) is not in mixedCase
Variable MissedCatanaCoin._maxTxAmount (#677) is not in mixedCase
Constant MissedCatanaCoin._name (#679) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MissedCatanaCoin._symbol (#680) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MissedCatanaCoin._decimals (#681) is not in UPPER_CASE_WITH_UNDERSCORES
Variable MissedCatanaCoin._marketingFee (#683) is not in mixedCase
Variable MissedCatanaCoin._liquidityFee (#684) is not in mixedCase
Variable MissedCatanaCoin._marketingWallet (#685) is not in mixedCase
Variable MissedCatanaCoin._buyCooldown (#687) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#243)" inContext (#237-246)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in MissedCatanaCoin._transfer(address,address,uint256) (#796-832):
External calls:
- swapAndSendToFee(sellTokens) (#818)
- address(_marketingWallet).transfer(ethToSend) (#839)
State variables written after the call(s):
- _tOwned[from] -= amount (#822)
- transferAmount = _getValues(amount,from) (#827)
- _tOwned[address(this)] += marketingFee + liquidityFee (#778)
- _tOwned[to] += transferAmount (#830)
- swapping = false (#819)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#779)
- transferAmount = _getValues(amount,from) (#827)
- Transfer(from,to,transferAmount) (#831)
Reentrancy in MissedCatanaCoin.transferFrom(address,address,uint256) (#746-750):
External calls:
- _transfer(sender,recipient,amount) (#747)
- address(_marketingWallet).transfer(ethToSend) (#839)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#748)
- _allowances[owner][spender] = amount (#792)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#793)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#748)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#532) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#533)
Prevent variables from having similar names.
Additional information: link
Address.sendValue(address,uint256) (#297-303) uses literals with too many digits:
- recipient = address(0x000000000000000000000000000000000000dEaD) (#299)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MissedCatanaCoin._buyCooldown (#687) should be constant
MissedCatanaCoin._liquidityFee (#684) should be constant
MissedCatanaCoin._marketingFee (#683) should be constant
MissedCatanaCoin._marketingWallet (#685) should be constant
MissedCatanaCoin._maxTxAmount (#677) should be constant
MissedCatanaCoin._tTotal (#676) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#435-438)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#444-448)
name() should be declared external:
- MissedCatanaCoin.name() (#712-714)
symbol() should be declared external:
- MissedCatanaCoin.symbol() (#716-718)
decimals() should be declared external:
- MissedCatanaCoin.decimals() (#720-722)
totalSupply() should be declared external:
- MissedCatanaCoin.totalSupply() (#724-726)
transfer(address,uint256) should be declared external:
- MissedCatanaCoin.transfer(address,uint256) (#732-735)
allowance(address,address) should be declared external:
- MissedCatanaCoin.allowance(address,address) (#737-739)
approve(address,uint256) should be declared external:
- MissedCatanaCoin.approve(address,uint256) (#741-744)
transferFrom(address,address,uint256) should be declared external:
- MissedCatanaCoin.transferFrom(address,address,uint256) (#746-750)
increaseAllowance(address,uint256) should be declared external:
- MissedCatanaCoin.increaseAllowance(address,uint256) (#752-755)
decreaseAllowance(address,uint256) should be declared external:
- MissedCatanaCoin.decreaseAllowance(address,uint256) (#757-760)
excludeFromFee(address) should be declared external:
- MissedCatanaCoin.excludeFromFee(address) (#762-764)
includeInFee(address) should be declared external:
- MissedCatanaCoin.includeInFee(address) (#766-768)
isExcludedFromFee(address) should be declared external:
- MissedCatanaCoin.isExcludedFromFee(address) (#784-786)
Use the external attribute for functions never called from the contract.
Additional information: link
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
Unable to find Telegram and Twitter accounts