SAKANA_INU.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#570-583) sends eth to arbitrary user
Dangerous calls:
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in SAKANA_INU._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#466-513):
External calls:
- swapAndLiquify(swapTokensAtAmount,sellTaxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#504)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
- swapAndLiquify(swapTokensAtAmount,taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#505)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount,sellTaxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#504)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- swapAndLiquify(swapTokensAtAmount,taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#505)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,isSell) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#512)
- _rOwned[address(this)] += rLiquidity (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#367)
- _rOwned[address(this)] += rDonation (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#387)
- _rOwned[address(this)] += rMarketing (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#377)
- _rOwned[sender] = _rOwned[sender] - s.rAmount (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#528)
- _rOwned[recipient] = _rOwned[recipient] + s.rTransferAmount (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#529)
- _tokenTransfer(from,to,amount,takeFee,isSell) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#512)
- _rTotal -= rRfi (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#356)
- _tokenTransfer(from,to,amount,takeFee,isSell) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#512)
- _tOwned[address(this)] += tMarketing (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#375)
- _tOwned[address(this)] += tDonation (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#385)
- _tOwned[address(this)] += tLiquidity (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#365)
- _tOwned[sender] = _tOwned[sender] - tAmount (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#522)
- _tOwned[recipient] = _tOwned[recipient] + s.tTransferAmount (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#525)
Apply the check-effects-interactions pattern.
Additional information: link
SAKANA_INU.rescueAnyBEP20Tokens(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#674-676) ignores return value by IERC20(_tokenAddr).transfer(_to,_amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#675)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract ownership is not renounced (belongs to a wallet)
Redundant expression "this (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#33)" inContext (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#27-36)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SAKANA_INU.initialsupply (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#141) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
isExcludedFromReward(address) should be declared external:
- SAKANA_INU.isExcludedFromReward(address) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#284-286)
increaseAllowance(address,uint256) should be declared external:
- SAKANA_INU.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#265-268)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#56-58)
setTaxes(uint256,uint256,uint256,uint256) should be declared external:
- SAKANA_INU.setTaxes(uint256,uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#345-348)
excludeFromFee(address) should be declared external:
- SAKANA_INU.excludeFromFee(address) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#333-335)
symbol() should be declared external:
- SAKANA_INU.symbol() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#229-231)
name() should be declared external:
- SAKANA_INU.name() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#226-228)
approve(address,uint256) should be declared external:
- SAKANA_INU.approve(address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#250-253)
transfer(address,uint256) should be declared external:
- SAKANA_INU.transfer(address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#278-282)
totalSupply() should be declared external:
- SAKANA_INU.totalSupply() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#237-239)
transferFrom(address,address,uint256) should be declared external:
- SAKANA_INU.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#255-263)
setSellTaxes(uint256,uint256,uint256,uint256) should be declared external:
- SAKANA_INU.setSellTaxes(uint256,uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#350-353)
decreaseAllowance(address,uint256) should be declared external:
- SAKANA_INU.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#270-276)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#60-63)
isExcludedFromFee(address) should be declared external:
- SAKANA_INU.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#341-343)
reflectionFromToken(uint256,bool) should be declared external:
- SAKANA_INU.reflectionFromToken(uint256,bool) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#288-297)
allowance(address,address) should be declared external:
- SAKANA_INU.allowance(address,address) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#246-248)
rescueAnyBEP20Tokens(address,address,uint256) should be declared external:
- SAKANA_INU.rescueAnyBEP20Tokens(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#674-676)
includeInFee(address) should be declared external:
- SAKANA_INU.includeInFee(address) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#337-339)
Use the external attribute for functions never called from the contract.
Additional information: link
SAKANA_INU._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#466-513) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(timePassed >= coolDownTime,Cooldown enabled) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#493)
Avoid relying on block.timestamp.
Additional information: link
SAKANA_INU.setTradingStatus(bool) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#299-303) compares to a boolean constant:
-state == true && genesis_block == 0 (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#302)
Remove the equality to the boolean constant.
Additional information: link
SAKANA_INU.includeInReward(address) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#320-331) has costly operations inside a loop:
- _excluded.pop() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#327)
SAKANA_INU._reflectRfi(uint256,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#355-358) has costly operations inside a loop:
- _rTotal -= rRfi (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#356)
Use a local variable to hold the loop computation result.
Additional information: link
Context._msgData() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#32-35) is never used and should be removed
Remove unused functions.
Additional information: link
SAKANA_INU._rTotal (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#143) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SAKANA_INU._tTotal (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#142) is set pre-construction with a non-constant function or state variable:
- initialsupply * 10 ** _decimals
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
Low level call in Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#97-102):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Parameter SAKANA_INU.setSellTaxes(uint256,uint256,uint256,uint256)._donation (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#350) is not in mixedCase
Contract SAKANA_INU (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#106-681) is not in CapWords
Parameter SAKANA_INU.rescueAnyBEP20Tokens(address,address,uint256)._tokenAddr (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#674) is not in mixedCase
Constant SAKANA_INU._decimals (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#138) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SAKANA_INU._name (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#155) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SAKANA_INU.genesis_block (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#150) is not in mixedCase
Parameter SAKANA_INU.rescueAnyBEP20Tokens(address,address,uint256)._amount (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#674) is not in mixedCase
Parameter SAKANA_INU.setTaxes(uint256,uint256,uint256,uint256)._liquidity (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#345) is not in mixedCase
Constant SAKANA_INU._symbol (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#156) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter SAKANA_INU.setTaxes(uint256,uint256,uint256,uint256)._donation (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#345) is not in mixedCase
Parameter SAKANA_INU.updateSwapEnabled(bool)._enabled (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#634) is not in mixedCase
Parameter SAKANA_INU.setTaxes(uint256,uint256,uint256,uint256)._rfi (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#345) is not in mixedCase
Parameter SAKANA_INU.setSellTaxes(uint256,uint256,uint256,uint256)._liquidity (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#350) is not in mixedCase
Function IRouter.WETH() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#78) is not in mixedCase
Struct SAKANA_INU.valuesFromGetValues (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#177-189) is not in CapWords
Parameter SAKANA_INU.setSellTaxes(uint256,uint256,uint256,uint256)._rfi (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#350) is not in mixedCase
Parameter SAKANA_INU.setTaxes(uint256,uint256,uint256,uint256)._marketing (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#345) is not in mixedCase
Parameter SAKANA_INU.setSellTaxes(uint256,uint256,uint256,uint256)._marketing (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#350) is not in mixedCase
Parameter SAKANA_INU.rescueAnyBEP20Tokens(address,address,uint256)._to (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#674) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
SAKANA_INU.swapAndLiquify(uint256,SAKANA_INU.Taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#542-568) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - temp.liquidity) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#552)
-bnbToAddLiquidityWith = unitBalance * temp.liquidity (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#553)
SAKANA_INU.swapAndLiquify(uint256,SAKANA_INU.Taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#542-568) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - temp.liquidity) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#552)
-marketingAmt = unitBalance * 2 * temp.marketing (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#560)
SAKANA_INU.swapAndLiquify(uint256,SAKANA_INU.Taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#542-568) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - temp.liquidity) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#552)
-donationAmt = unitBalance * 2 * temp.donation (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#564)
Consider ordering multiplication before division.
Additional information: link
SAKANA_INU.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#570-583) ignores return value by router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
Ensure that all the return values of the function calls are used.
Additional information: link
SAKANA_INU.allowance(address,address).owner (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#246) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#47-49) (function)
SAKANA_INU._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#459) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#47-49) (function)
Rename the local variables that shadow another component.
Additional information: link
SAKANA_INU.updateMaxTxLimit(uint256,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#653-656) should emit an event for:
- maxBuyLimit = maxBuy * 10 ** decimals() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#654)
- maxSellLimit = maxSell * 10 ** decimals() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#655)
SAKANA_INU.updateSwapTokensAtAmount(uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#630-632) should emit an event for:
- swapTokensAtAmount = amount * 10 ** _decimals (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#631)
SAKANA_INU.updateMaxWalletlimit(uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#658-660) should emit an event for:
- maxWalletLimit = amount * 10 ** decimals() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#659)
SAKANA_INU.updateCooldown(bool,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#625-628) should emit an event for:
- coolDownTime = time * 1 (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#626)
Emit an event for critical parameter changes.
Additional information: link
SAKANA_INU.constructor(address)._pair (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#202-203) lacks a zero-check on :
- pair = _pair (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#206)
SAKANA_INU.updateRouterAndPair(address,address).newPair (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#662) lacks a zero-check on :
- pair = newPair (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#664)
SAKANA_INU.updateMarketingWallet(address).newWallet (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#616) lacks a zero-check on :
- marketingWallet = newWallet (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#617)
SAKANA_INU.updateDonationWallet(address).newWallet (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#620) lacks a zero-check on :
- donationWallet = newWallet (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#621)
Check that the address is not zero.
Additional information: link
Reentrancy in SAKANA_INU.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#255-263):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#256)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#256)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#260)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#462)
Reentrancy in SAKANA_INU._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#466-513):
External calls:
- swapAndLiquify(swapTokensAtAmount,sellTaxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#504)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
- swapAndLiquify(swapTokensAtAmount,taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#505)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount,sellTaxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#504)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- swapAndLiquify(swapTokensAtAmount,taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#505)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,isSell) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#512)
- totFeesPaid.marketing += tMarketing (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#371)
- totFeesPaid.liquidity += tLiquidity (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#361)
- totFeesPaid.donation += tDonation (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#381)
- totFeesPaid.rfi += tRfi (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#357)
Reentrancy in SAKANA_INU.swapAndLiquify(uint256,SAKANA_INU.Taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#542-568):
External calls:
- swapTokensForBNB(toSwap) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#549)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#557)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#557)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
State variables written after the call(s):
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#557)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#462)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in SAKANA_INU.swapAndLiquify(uint256,SAKANA_INU.Taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#542-568):
External calls:
- swapTokensForBNB(toSwap) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#549)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#557)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#557)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#463)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#557)
Reentrancy in SAKANA_INU.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#255-263):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#256)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#256)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#463)
- _approve(sender,_msgSender(),currentAllowance - amount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#260)
Reentrancy in SAKANA_INU._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#466-513):
External calls:
- swapAndLiquify(swapTokensAtAmount,sellTaxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#504)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
- swapAndLiquify(swapTokensAtAmount,taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#505)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#594-600)
- address(marketingWallet).sendValue(marketingAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#562)
- address(donationWallet).sendValue(donationAmt) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#566)
External calls sending eth:
- swapAndLiquify(swapTokensAtAmount,sellTaxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#504)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
- swapAndLiquify(swapTokensAtAmount,taxes) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#505)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#575-582)
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#100)
Event emitted after the call(s):
- Transfer(sender,address(this),s.tLiquidity + s.tMarketing + s.tDonation) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#534)
- _tokenTransfer(from,to,amount,takeFee,isSell) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#512)
- Transfer(sender,recipient,s.tTransferAmount) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#538)
- _tokenTransfer(from,to,amount,takeFee,isSell) (crytic-export/etherscan-contracts/0xce4cbee3e294c4444f731c940b2aa5c95728a0ab.bscscan.com-SAKANA_INU.sol#512)
Apply the check-effects-interactions pattern.
Additional information: link
Contract has 0% buy tax and 15% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
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.
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 has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts