SHANKS INU Token Logo

SHANKS [SHANKS INU] Token

About SHANKS

Listings

Not Found
Token 19 months
white paper

𝐖𝐞 𝐰𝐢𝐥𝐥 𝐛𝐞𝐜𝐨𝐦𝐞 𝐭𝐡𝐞 #𝟏 𝐂𝐨𝐦𝐢𝐜 𝐌𝐞𝐦𝐞 𝐨𝐧 𝐭𝐡𝐞 𝐩𝐥𝐚𝐭𝐟𝐨𝐫𝐦. 𝐁𝐞 𝐭𝐡𝐞 𝐟𝐢𝐫𝐬𝐭.
𝐀𝐧𝐝 𝐞𝐧𝐣𝐨𝐲 𝐭𝐡𝐞 𝐟𝐞𝐞𝐥𝐢𝐧𝐠 𝐨𝐟 𝐬𝐮𝐜𝐜𝐞𝐬𝐬 𝐰𝐢𝐭𝐡 𝐒𝐇𝐀𝐍𝐊𝐒 𝐈𝐍𝐔🔥

Social

Laser Scorebeta Last Audit: 21 April 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

SHANKS_INU.swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#545-584) sends eth to arbitrary user
Dangerous calls:
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SHANKS_INU._transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#474-500):
External calls:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#556-562)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
External calls sending eth:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#488)
- _balances[recipient] = _balances[recipient].add(amountReceived) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#491)
- amountReceived = takeFee(sender,recipient,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#490)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#532)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- inSwap = true (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#419)
- inSwap = false (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#419)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#313-324) ignores return value by DOGE.transfer(shareholder,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#319)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


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.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

SHANKS_INU.manage_blacklist(address[],bool).i (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#645) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

SHANKS_INU._maxTxAmount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#370) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 10
SHANKS_INU.swapThreshold (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#417) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 500
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

Reentrancy in DividendDistributor.distributeDividend(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#313-324):
External calls:
- DOGE.transfer(shareholder,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#319)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#321)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#322)
Reentrancy in DividendDistributor.process(uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#282-306):
External calls:
- distributeDividend(shareholders[currentIndex]) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#298)
- DOGE.transfer(shareholder,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#319)
State variables written after the call(s):
- currentIndex ++ (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#303)
Reentrancy in DividendDistributor.setShare(address,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#246-260):
External calls:
- distributeDividend(shareholder) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#248)
- DOGE.transfer(shareholder,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#319)
State variables written after the call(s):
- shares[shareholder].amount = amount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#258)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#259)
Apply the check-effects-interactions pattern.

Additional information: link

SHANKS_INU.swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#545-584) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#241-244) should emit an event for:
- minPeriod = _minPeriod (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#242)
- minDistribution = _minDistribution (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#243)
SHANKS_INU.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#630-638) should emit an event for:
- autoBuybackCap = _cap (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#632)
- autoBuybackAmount = _amount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#634)
SHANKS_INU.setDeadBlocks(uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#640-642) should emit an event for:
- deadBlocks = _deadBlocks (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#641)
SHANKS_INU.setBuybackMultiplierSettings(uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#654-659) should emit an event for:
- buybackMultiplierNumerator = numerator (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#656)
- buybackMultiplierDenominator = denominator (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#657)
- buybackMultiplierLength = length (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#658)
SHANKS_INU.setTxLimit(uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#669-672) should emit an event for:
- _maxTxAmount = amount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#671)
SHANKS_INU.setFees(uint256,uint256,uint256,uint256,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#692-699) should emit an event for:
- liquidityFee = _liquidityFee (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#693)
- reflectionFee = _reflectionFee (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#695)
- marketingFee = _marketingFee (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#696)
- totalFee = _liquidityFee.add(_buybackFee).add(_reflectionFee).add(_marketingFee) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#697)
- feeDenominator = _feeDenominator (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#698)
SHANKS_INU.setSwapBackSettings(bool,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#706-709) should emit an event for:
- swapThreshold = _amount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#708)
SHANKS_INU.setTargetLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#711-714) should emit an event for:
- targetLiquidity = _target (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#712)
- targetLiquidityDenominator = _denominator (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#713)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#123) lacks a zero-check on :
- owner = adr (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#124)
SHANKS_INU.setFeeReceivers(address,address)._autoLiquidityReceiver (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#701) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#702)
SHANKS_INU.setFeeReceivers(address,address)._marketingFeeReceiver (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#701) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#703)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#313-324) has external calls inside a loop: DOGE.transfer(shareholder,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#319)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in SHANKS_INU._transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#474-500):
External calls:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#556-562)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
External calls sending eth:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
State variables written after the call(s):
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- buybackMultiplierTriggeredAt = block.timestamp (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#609)
- launch() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#486)
- launchedAt = block.number (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#666)
Reentrancy in SHANKS_INU.constructor() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#421-440):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#423)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = type()(uint256).max (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#424)
- _balances[_presaler] = _totalSupply (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#438)
- autoLiquidityReceiver = msg.sender (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#435)
- distributor = new DividendDistributor(address(router)) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#426)
- isDividendExempt[pair] = true (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#431)
- isDividendExempt[address(this)] = true (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#432)
- isDividendExempt[DEAD] = true (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#433)
- isFeeExempt[_presaler] = true (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#429)
- isTxLimitExempt[_presaler] = true (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#430)
- marketingFeeReceiver = msg.sender (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#436)
Reentrancy in DividendDistributor.deposit() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#262-280):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#269-274)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#279)
- totalDividends = totalDividends.add(amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#278)
Reentrancy in DividendDistributor.distributeDividend(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#313-324):
External calls:
- DOGE.transfer(shareholder,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#319)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#320)
Reentrancy in DividendDistributor.setShare(address,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#246-260):
External calls:
- distributeDividend(shareholder) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#248)
- DOGE.transfer(shareholder,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#319)
State variables written after the call(s):
- addShareholder(shareholder) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#252)
- shareholderIndexes[shareholder] = shareholders.length (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#346)
- removeShareholder(shareholder) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#254)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#352)
- addShareholder(shareholder) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#252)
- shareholders.push(shareholder) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#347)
- removeShareholder(shareholder) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#254)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#351)
- shareholders.pop() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#353)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#257)
Reentrancy in SHANKS_INU.triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#606-615):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#607)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
State variables written after the call(s):
- autoBuybackAccumulator = autoBuybackAccumulator.add(autoBuybackAmount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#613)
- autoBuybackBlockLast = block.number (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#612)
- autoBuybackEnabled = false (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#614)
- buybackMultiplierTriggeredAt = block.timestamp (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#609)
Reentrancy in SHANKS_INU.triggerManualBuyback(uint256,bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#594-600):
External calls:
- buyTokens(amount,DEAD) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#595)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
State variables written after the call(s):
- buybackMultiplierTriggeredAt = block.timestamp (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#597)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SHANKS_INU._transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#474-500):
External calls:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#556-562)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
External calls sending eth:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#610)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- Transfer(sender,address(this),feeAmount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#533)
- amountReceived = takeFee(sender,recipient,amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#490)
Reentrancy in SHANKS_INU._transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#474-500):
External calls:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#556-562)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
- distributor.setShare(sender,_balances[sender]) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#493)
- distributor.setShare(recipient,_balances[recipient]) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#494)
- distributor.process(distributorGas) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#496)
External calls sending eth:
- swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#483)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
- triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#484)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#498)
Reentrancy in SHANKS_INU.constructor() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#421-440):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#423)
Event emitted after the call(s):
- Transfer(address(0),_presaler,_totalSupply) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#439)
Reentrancy in SHANKS_INU.swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#545-584):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#556-562)
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#569)
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#574-581)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#582)
Reentrancy in SHANKS_INU.triggerAutoBuyback() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#606-615):
External calls:
- buyTokens(autoBuybackAmount,DEAD) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#607)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#610)
Reentrancy in SHANKS_INU.triggerManualBuyback(uint256,bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#594-600):
External calls:
- buyTokens(amount,DEAD) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#595)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#622-627)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#598)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#308-311) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#309-310)
SHANKS_INU._transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#474-500) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(_balances[sender] > 0) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#486)
SHANKS_INU.getTotalFee(bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#517-521) uses timestamp for comparisons
Dangerous comparisons:
- selling && buybackMultiplierTriggeredAt.add(buybackMultiplierLength) > block.timestamp (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#519)
SHANKS_INU.shouldSwapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#538-543) uses timestamp for comparisons
Dangerous comparisons:
- msg.sender != pair && ! inSwap && swapEnabled && _balances[address(this)] >= swapThreshold (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#539-542)
SHANKS_INU.isOverLiquified(uint256,uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#746-748) uses timestamp for comparisons
Dangerous comparisons:
- getLiquidityBacking(accuracy) > target (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#747)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#282-306) has costly operations inside a loop:
- currentIndex = 0 (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#294)
DividendDistributor.distributeDividend(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#313-324) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#318)
DividendDistributor.process(uint256) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#282-306) has costly operations inside a loop:
- currentIndex ++ (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#303)
Use a local variable to hold the loop computation result.

Additional information: link

Low level call in SHANKS_INU.swapBack() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#545-584):
- (success) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#570)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IDEXRouter.WETH() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#138) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#241) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#241) is not in mixedCase
Variable DividendDistributor._token (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#194) is not in mixedCase
Variable DividendDistributor.DOGE (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#202) is not in mixedCase
Variable DividendDistributor.WBNB (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#203) is not in mixedCase
Contract SHANKS_INU (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#357-753) is not in CapWords
Parameter SHANKS_INU.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._enabled (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#630) is not in mixedCase
Parameter SHANKS_INU.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._cap (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#630) is not in mixedCase
Parameter SHANKS_INU.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._amount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#630) is not in mixedCase
Parameter SHANKS_INU.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._period (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#630) is not in mixedCase
Parameter SHANKS_INU.setAutoBuybackSettings(bool,uint256,uint256,uint256,bool)._autoBuybackMultiplier (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#630) is not in mixedCase
Parameter SHANKS_INU.setDeadBlocks(uint256)._deadBlocks (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#640) is not in mixedCase
Function SHANKS_INU.manage_blacklist(address[],bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#644-648) is not in mixedCase
Function SHANKS_INU.enable_blacklist(bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#650-652) is not in mixedCase
Parameter SHANKS_INU.enable_blacklist(bool)._status (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#650) is not in mixedCase
Parameter SHANKS_INU.setFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#692) is not in mixedCase
Parameter SHANKS_INU.setFees(uint256,uint256,uint256,uint256,uint256)._buybackFee (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#692) is not in mixedCase
Parameter SHANKS_INU.setFees(uint256,uint256,uint256,uint256,uint256)._reflectionFee (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#692) is not in mixedCase
Parameter SHANKS_INU.setFees(uint256,uint256,uint256,uint256,uint256)._marketingFee (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#692) is not in mixedCase
Parameter SHANKS_INU.setFees(uint256,uint256,uint256,uint256,uint256)._feeDenominator (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#692) is not in mixedCase
Parameter SHANKS_INU.setFeeReceivers(address,address)._autoLiquidityReceiver (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#701) is not in mixedCase
Parameter SHANKS_INU.setFeeReceivers(address,address)._marketingFeeReceiver (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#701) is not in mixedCase
Parameter SHANKS_INU.setSwapBackSettings(bool,uint256)._enabled (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#706) is not in mixedCase
Parameter SHANKS_INU.setSwapBackSettings(bool,uint256)._amount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#706) is not in mixedCase
Parameter SHANKS_INU.setTargetLiquidity(uint256,uint256)._target (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#711) is not in mixedCase
Parameter SHANKS_INU.setTargetLiquidity(uint256,uint256)._denominator (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#711) is not in mixedCase
Parameter SHANKS_INU.setDistributionCriteria(uint256,uint256)._minPeriod (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#721) is not in mixedCase
Parameter SHANKS_INU.setDistributionCriteria(uint256,uint256)._minDistribution (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#721) is not in mixedCase
Variable SHANKS_INU.DOGE (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#360) is not in mixedCase
Variable SHANKS_INU.WBNB (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#361) is not in mixedCase
Variable SHANKS_INU.DEAD (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#362) is not in mixedCase
Variable SHANKS_INU.ZERO (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#363) is not in mixedCase
Constant SHANKS_INU._name (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#365) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SHANKS_INU._symbol (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#366) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SHANKS_INU._decimals (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#367) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SHANKS_INU._totalSupply (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#369) is not in mixedCase
Variable SHANKS_INU._maxTxAmount (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#370) is not in mixedCase
Variable SHANKS_INU._balances (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#373) is not in mixedCase
Variable SHANKS_INU._allowances (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#374) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#143) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#144)
Prevent variables from having similar names.

Additional information: link

SHANKS_INU.slitherConstructorVariables() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#357-753) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#362)
SHANKS_INU.slitherConstructorVariables() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#357-753) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#363)
SHANKS_INU.slitherConstructorVariables() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#357-753) uses literals with too many digits:
- _totalSupply = 1000000000 * (10 ** _decimals) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#369)
SHANKS_INU.slitherConstructorVariables() (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#357-753) uses literals with too many digits:
- distributorGas = 500000 (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#414)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SHANKS_INU.DOGE (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#360) is never used in SHANKS_INU (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#357-753)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#203) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#216) should be constant
SHANKS_INU.DEAD (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#362) should be constant
SHANKS_INU.DOGE (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#360) should be constant
SHANKS_INU.WBNB (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#361) should be constant
SHANKS_INU.ZERO (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#363) should be constant
SHANKS_INU._totalSupply (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#369) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

authorize(address) should be declared external:
- Auth.authorize(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#95-97)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#102-104)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#123-127)
manage_blacklist(address[],bool) should be declared external:
- SHANKS_INU.manage_blacklist(address[],bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#644-648)
enable_blacklist(bool) should be declared external:
- SHANKS_INU.enable_blacklist(bool) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#650-652)
getUnpaidEarnings(address) should be declared external:
- SHANKS_INU.getUnpaidEarnings(address) (crytic-export/etherscan-contracts/0xfa760615782888caf3c23e40f1cd25fabef2951c.bscscan.com-SHANKS_INU.sol#729-731)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 4% buy tax and 4% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


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 SHANKS

News for SHANKS