SPIDEY FLOKI Token Logo

SPIDEYXMAS [SPIDEY FLOKI] Token

ALERT: dead

About SPIDEYXMAS

Listings

Token 21 months
CoinGecko 16 months
CoinMarketCap 21 months
white paper

SpideyFloki is a community-driven project that is inspired by The Friendly Neighborhood Hero Spider-Man and Elon's Shiba Floki. SpideyFloki is a new hero, together with the community, SpideyFloki will try his best to save the world. SpideyFloki project strives to bring massive values, not only for investors but also for the entire community and every single one who believe and support SpideyFloki. SpideyFloki is giving passive income through BUSD Rewards in this beautiful season while simultaneously saving children by doing charity and sending gift to those who need love which they deserve.

Laser Scorebeta Last Audit: 6 May 2022

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

SPIDEYFLOKI.swapBack() (contracts/tokens/Spideyfloki.sol#610-669) sends eth to arbitrary user
Dangerous calls:
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SPIDEYFLOKI._transferFrom(address,address,uint256) (contracts/tokens/Spideyfloki.sol#496-547):
External calls:
- pinkAntiBot.onPreTransferCheck(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#504)
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#629-635)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
External calls sending eth:
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (contracts/tokens/Spideyfloki.sol#528)
- _balances[recipient] = _balances[recipient].add(amountReceived) (contracts/tokens/Spideyfloki.sol#531)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _balances[address(this)] += totalFee (contracts/tokens/Spideyfloki.sol#579)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _charityFeeCollected += charity (contracts/tokens/Spideyfloki.sol#575)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _liqFeeCollected += liquidity (contracts/tokens/Spideyfloki.sol#573)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _marketingFeeCollected += marketing (contracts/tokens/Spideyfloki.sol#574)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _prizeFeeCollected += prize (contracts/tokens/Spideyfloki.sol#576)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _reflectionFeeCollected += reflection (contracts/tokens/Spideyfloki.sol#572)
Reentrancy in SPIDEYFLOKI.swapBack() (contracts/tokens/Spideyfloki.sol#610-669):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#629-635)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
State variables written after the call(s):
- _charityFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#667)
- _liqFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#665)
- _marketingFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#666)
- _prizeFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#668)
- _reflectionFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#664)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (contracts/tokens/Spideyfloki.sol#284-295) ignores return value by RWRD.transfer(shareholder,amount) (contracts/tokens/Spideyfloki.sol#290)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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


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.

DividendDistributor.process(uint256) (contracts/tokens/Spideyfloki.sol#253-277) has costly operations inside a loop:
- currentIndex = 0 (contracts/tokens/Spideyfloki.sol#265)
DividendDistributor.distributeDividend(address) (contracts/tokens/Spideyfloki.sol#284-295) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (contracts/tokens/Spideyfloki.sol#289)
DividendDistributor.process(uint256) (contracts/tokens/Spideyfloki.sol#253-277) has costly operations inside a loop:
- currentIndex ++ (contracts/tokens/Spideyfloki.sol#274)
Use a local variable to hold the loop computation result.

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (contracts/tokens/Spideyfloki.sol#284-295):
External calls:
- RWRD.transfer(shareholder,amount) (contracts/tokens/Spideyfloki.sol#290)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (contracts/tokens/Spideyfloki.sol#292)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (contracts/tokens/Spideyfloki.sol#293)
Reentrancy in DividendDistributor.process(uint256) (contracts/tokens/Spideyfloki.sol#253-277):
External calls:
- distributeDividend(shareholders[currentIndex]) (contracts/tokens/Spideyfloki.sol#269)
- RWRD.transfer(shareholder,amount) (contracts/tokens/Spideyfloki.sol#290)
State variables written after the call(s):
- currentIndex ++ (contracts/tokens/Spideyfloki.sol#274)
Reentrancy in DividendDistributor.setShare(address,uint256) (contracts/tokens/Spideyfloki.sol#215-229):
External calls:
- distributeDividend(shareholder) (contracts/tokens/Spideyfloki.sol#217)
- RWRD.transfer(shareholder,amount) (contracts/tokens/Spideyfloki.sol#290)
State variables written after the call(s):
- shares[shareholder].amount = amount (contracts/tokens/Spideyfloki.sol#227)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (contracts/tokens/Spideyfloki.sol#228)
Apply the check-effects-interactions pattern.

Additional information: link

SPIDEYFLOKI.manageBlacklist(address[],bool).i (contracts/tokens/Spideyfloki.sol#687) 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

SPIDEYFLOKI.swapBack() (contracts/tokens/Spideyfloki.sol#610-669) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (contracts/tokens/Spideyfloki.sol#210-213) should emit an event for:
- minPeriod = _minPeriod (contracts/tokens/Spideyfloki.sol#211)
- minDistribution = _minDistribution (contracts/tokens/Spideyfloki.sol#212)
SPIDEYFLOKI.setMaxTxPercent_base1000(uint256) (contracts/tokens/Spideyfloki.sol#487-489) should emit an event for:
- _maxTxAmount = (_totalSupply * maxTXPercentage_base1000) / 1000 (contracts/tokens/Spideyfloki.sol#488)
SPIDEYFLOKI.setTxLimit(uint256) (contracts/tokens/Spideyfloki.sol#491-493) should emit an event for:
- _maxTxAmount = amount (contracts/tokens/Spideyfloki.sol#492)
SPIDEYFLOKI.setSwapThreshold(uint256) (contracts/tokens/Spideyfloki.sol#739-741) should emit an event for:
- swapThreshold = _amount (contracts/tokens/Spideyfloki.sol#740)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (contracts/tokens/Spideyfloki.sol#92) lacks a zero-check on :
- owner = adr (contracts/tokens/Spideyfloki.sol#93)
SPIDEYFLOKI.constructor(address,address,address,address,address,address)._marketingFeeReceiver (contracts/tokens/Spideyfloki.sol#406) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (contracts/tokens/Spideyfloki.sol#424)
SPIDEYFLOKI.constructor(address,address,address,address,address,address)._charityFeeReceiver (contracts/tokens/Spideyfloki.sol#406) lacks a zero-check on :
- charityFeeReceiver = _charityFeeReceiver (contracts/tokens/Spideyfloki.sol#425)
SPIDEYFLOKI.constructor(address,address,address,address,address,address)._prizeFeeReceiver (contracts/tokens/Spideyfloki.sol#406) lacks a zero-check on :
- prizeFeeReceiver = _prizeFeeReceiver (contracts/tokens/Spideyfloki.sol#426)
SPIDEYFLOKI.setFeeReceivers(address,address)._autoLiquidityReceiver (contracts/tokens/Spideyfloki.sol#734) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (contracts/tokens/Spideyfloki.sol#735)
SPIDEYFLOKI.setFeeReceivers(address,address)._marketingFeeReceiver (contracts/tokens/Spideyfloki.sol#734) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (contracts/tokens/Spideyfloki.sol#736)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (contracts/tokens/Spideyfloki.sol#284-295) has external calls inside a loop: RWRD.transfer(shareholder,amount) (contracts/tokens/Spideyfloki.sol#290)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in SPIDEYFLOKI._transferFrom(address,address,uint256) (contracts/tokens/Spideyfloki.sol#496-547):
External calls:
- pinkAntiBot.onPreTransferCheck(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#504)
State variables written after the call(s):
- cooldownTimer[recipient] = block.timestamp + cooldownTimerInterval (contracts/tokens/Spideyfloki.sol#519)
Reentrancy in SPIDEYFLOKI._transferFrom(address,address,uint256) (contracts/tokens/Spideyfloki.sol#496-547):
External calls:
- pinkAntiBot.onPreTransferCheck(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#504)
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#629-635)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
External calls sending eth:
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
State variables written after the call(s):
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- _allowances[address(this)][address(router)] = totalFee (contracts/tokens/Spideyfloki.sol#628)
Reentrancy in SPIDEYFLOKI.constructor(address,address,address,address,address,address) (contracts/tokens/Spideyfloki.sol#406-452):
External calls:
- pair = IDEXFactory(router.factory()).createPair(router.WETH(),address(this)) (contracts/tokens/Spideyfloki.sol#408)
State variables written after the call(s):
- _balances[_owner] = _totalSupply (contracts/tokens/Spideyfloki.sol#448)
- transferOwnership(address(_owner)) (contracts/tokens/Spideyfloki.sol#451)
- authorizations[adr] = true (contracts/tokens/Spideyfloki.sol#94)
- autoLiquidityReceiver = DEAD (contracts/tokens/Spideyfloki.sol#423)
- charityFee.push(0) (contracts/tokens/Spideyfloki.sol#440)
- charityFee.push(100) (contracts/tokens/Spideyfloki.sol#441)
- charityFee.push(0) (contracts/tokens/Spideyfloki.sol#442)
- charityFeeReceiver = _charityFeeReceiver (contracts/tokens/Spideyfloki.sol#425)
- distributor = new DividendDistributor(_router,IBEP20(_rewardToken)) (contracts/tokens/Spideyfloki.sol#410)
- isDividendExempt[pair] = true (contracts/tokens/Spideyfloki.sol#419)
- isDividendExempt[address(this)] = true (contracts/tokens/Spideyfloki.sol#420)
- isDividendExempt[DEAD] = true (contracts/tokens/Spideyfloki.sol#421)
- isFeeExempt[_owner] = true (contracts/tokens/Spideyfloki.sol#412)
- isTimelockExempt[_owner] = true (contracts/tokens/Spideyfloki.sol#415)
- isTimelockExempt[DEAD] = true (contracts/tokens/Spideyfloki.sol#416)
- isTimelockExempt[address(this)] = true (contracts/tokens/Spideyfloki.sol#417)
- isTxLimitExempt[_owner] = true (contracts/tokens/Spideyfloki.sol#413)
- liquidityFee.push(200) (contracts/tokens/Spideyfloki.sol#432)
- liquidityFee.push(200) (contracts/tokens/Spideyfloki.sol#433)
- liquidityFee.push(0) (contracts/tokens/Spideyfloki.sol#434)
- marketingFee.push(300) (contracts/tokens/Spideyfloki.sol#436)
- marketingFee.push(500) (contracts/tokens/Spideyfloki.sol#437)
- marketingFee.push(0) (contracts/tokens/Spideyfloki.sol#438)
- marketingFeeReceiver = _marketingFeeReceiver (contracts/tokens/Spideyfloki.sol#424)
- transferOwnership(address(_owner)) (contracts/tokens/Spideyfloki.sol#451)
- owner = adr (contracts/tokens/Spideyfloki.sol#93)
- prizeFee.push(0) (contracts/tokens/Spideyfloki.sol#444)
- prizeFee.push(100) (contracts/tokens/Spideyfloki.sol#445)
- prizeFee.push(0) (contracts/tokens/Spideyfloki.sol#446)
- prizeFeeReceiver = _prizeFeeReceiver (contracts/tokens/Spideyfloki.sol#426)
- reflectionFee.push(600) (contracts/tokens/Spideyfloki.sol#428)
- reflectionFee.push(700) (contracts/tokens/Spideyfloki.sol#429)
- reflectionFee.push(0) (contracts/tokens/Spideyfloki.sol#430)
Reentrancy in DividendDistributor.deposit() (contracts/tokens/Spideyfloki.sol#231-251):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#238-243)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (contracts/tokens/Spideyfloki.sol#248)
- totalDividends = totalDividends.add(amount) (contracts/tokens/Spideyfloki.sol#247)
Reentrancy in DividendDistributor.distributeDividend(address) (contracts/tokens/Spideyfloki.sol#284-295):
External calls:
- RWRD.transfer(shareholder,amount) (contracts/tokens/Spideyfloki.sol#290)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (contracts/tokens/Spideyfloki.sol#291)
Reentrancy in DividendDistributor.setShare(address,uint256) (contracts/tokens/Spideyfloki.sol#215-229):
External calls:
- distributeDividend(shareholder) (contracts/tokens/Spideyfloki.sol#217)
- RWRD.transfer(shareholder,amount) (contracts/tokens/Spideyfloki.sol#290)
State variables written after the call(s):
- addShareholder(shareholder) (contracts/tokens/Spideyfloki.sol#221)
- shareholderIndexes[shareholder] = shareholders.length (contracts/tokens/Spideyfloki.sol#317)
- removeShareholder(shareholder) (contracts/tokens/Spideyfloki.sol#223)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (contracts/tokens/Spideyfloki.sol#323)
- addShareholder(shareholder) (contracts/tokens/Spideyfloki.sol#221)
- shareholders.push(shareholder) (contracts/tokens/Spideyfloki.sol#318)
- removeShareholder(shareholder) (contracts/tokens/Spideyfloki.sol#223)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (contracts/tokens/Spideyfloki.sol#322)
- shareholders.pop() (contracts/tokens/Spideyfloki.sol#324)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (contracts/tokens/Spideyfloki.sol#226)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SPIDEYFLOKI._transferFrom(address,address,uint256) (contracts/tokens/Spideyfloki.sol#496-547):
External calls:
- pinkAntiBot.onPreTransferCheck(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#504)
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#629-635)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
External calls sending eth:
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (contracts/tokens/Spideyfloki.sol#661)
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
Reentrancy in SPIDEYFLOKI._transferFrom(address,address,uint256) (contracts/tokens/Spideyfloki.sol#496-547):
External calls:
- pinkAntiBot.onPreTransferCheck(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#504)
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#629-635)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
- distributor.setShare(sender,_balances[sender]) (contracts/tokens/Spideyfloki.sol#535)
- distributor.setShare(recipient,_balances[recipient]) (contracts/tokens/Spideyfloki.sol#539)
- distributor.process(distributorGas) (contracts/tokens/Spideyfloki.sol#543)
External calls sending eth:
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (contracts/tokens/Spideyfloki.sol#545)
Reentrancy in SPIDEYFLOKI.constructor(address,address,address,address,address,address) (contracts/tokens/Spideyfloki.sol#406-452):
External calls:
- pair = IDEXFactory(router.factory()).createPair(router.WETH(),address(this)) (contracts/tokens/Spideyfloki.sol#408)
Event emitted after the call(s):
- OwnershipTransferred(adr) (contracts/tokens/Spideyfloki.sol#95)
- transferOwnership(address(_owner)) (contracts/tokens/Spideyfloki.sol#451)
- Transfer(address(0),_owner,_totalSupply) (contracts/tokens/Spideyfloki.sol#449)
Reentrancy in DividendDistributor.deposit() (contracts/tokens/Spideyfloki.sol#231-251):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#238-243)
Event emitted after the call(s):
- SwapedRewardTokens(amount) (contracts/tokens/Spideyfloki.sol#250)
Reentrancy in SPIDEYFLOKI.swapBack() (contracts/tokens/Spideyfloki.sol#610-669):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (contracts/tokens/Spideyfloki.sol#629-635)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (contracts/tokens/Spideyfloki.sol#661)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (contracts/tokens/Spideyfloki.sol#279-282) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (contracts/tokens/Spideyfloki.sol#280-281)
SPIDEYFLOKI._transferFrom(address,address,uint256) (contracts/tokens/Spideyfloki.sol#496-547) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,Please wait for 1min between two buys) (contracts/tokens/Spideyfloki.sol#518)
Avoid relying on block.timestamp.

Additional information: link

SPIDEYFLOKI._maxTxAmount (contracts/tokens/Spideyfloki.sol#350) is set pre-construction with a non-constant function or state variable:
- _totalSupply
SPIDEYFLOKI._maxWalletToken (contracts/tokens/Spideyfloki.sol#351) is set pre-construction with a non-constant function or state variable:
- _totalSupply
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Pragma version^0.7.4 (contracts/tokens/Spideyfloki.sol#3) allows old versions
solc-0.7.4 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Function IDEXRouter.WETH() (contracts/tokens/Spideyfloki.sol#107) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (contracts/tokens/Spideyfloki.sol#210) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (contracts/tokens/Spideyfloki.sol#210) is not in mixedCase
Variable DividendDistributor._token (contracts/tokens/Spideyfloki.sol#163) is not in mixedCase
Variable DividendDistributor.RWRD (contracts/tokens/Spideyfloki.sol#171) is not in mixedCase
Function SPIDEYFLOKI.setMaxWalletPercent_base1000(uint256) (contracts/tokens/Spideyfloki.sol#484-486) is not in mixedCase
Parameter SPIDEYFLOKI.setMaxWalletPercent_base1000(uint256).maxWallPercent_base1000 (contracts/tokens/Spideyfloki.sol#484) is not in mixedCase
Function SPIDEYFLOKI.setMaxTxPercent_base1000(uint256) (contracts/tokens/Spideyfloki.sol#487-489) is not in mixedCase
Parameter SPIDEYFLOKI.setMaxTxPercent_base1000(uint256).maxTXPercentage_base1000 (contracts/tokens/Spideyfloki.sol#487) is not in mixedCase
Function SPIDEYFLOKI.clearStuckBalance_sender(uint256) (contracts/tokens/Spideyfloki.sol#596-599) is not in mixedCase
Parameter SPIDEYFLOKI.tradingStatus(bool)._status (contracts/tokens/Spideyfloki.sol#601) is not in mixedCase
Parameter SPIDEYFLOKI.cooldownEnabled(bool,uint8)._status (contracts/tokens/Spideyfloki.sol#605) is not in mixedCase
Parameter SPIDEYFLOKI.cooldownEnabled(bool,uint8)._interval (contracts/tokens/Spideyfloki.sol#605) is not in mixedCase
Parameter SPIDEYFLOKI.enableBlacklist(bool)._status (contracts/tokens/Spideyfloki.sol#682) is not in mixedCase
Parameter SPIDEYFLOKI.setFeeReceivers(address,address)._autoLiquidityReceiver (contracts/tokens/Spideyfloki.sol#734) is not in mixedCase
Parameter SPIDEYFLOKI.setFeeReceivers(address,address)._marketingFeeReceiver (contracts/tokens/Spideyfloki.sol#734) is not in mixedCase
Parameter SPIDEYFLOKI.setSwapThreshold(uint256)._amount (contracts/tokens/Spideyfloki.sol#739) is not in mixedCase
Parameter SPIDEYFLOKI.setDistributionCriteria(uint256,uint256)._minPeriod (contracts/tokens/Spideyfloki.sol#747) is not in mixedCase
Parameter SPIDEYFLOKI.setDistributionCriteria(uint256,uint256)._minDistribution (contracts/tokens/Spideyfloki.sol#747) is not in mixedCase
Parameter SPIDEYFLOKI.setAntiBotEnabled(bool)._enable (contracts/tokens/Spideyfloki.sol#756) is not in mixedCase
Parameter SPIDEYFLOKI.setAntiBot(IPinkAntiBot,bool)._antibot (contracts/tokens/Spideyfloki.sol#760) is not in mixedCase
Variable SPIDEYFLOKI.DEAD (contracts/tokens/Spideyfloki.sol#341) is not in mixedCase
Variable SPIDEYFLOKI.ZERO (contracts/tokens/Spideyfloki.sol#342) is not in mixedCase
Constant SPIDEYFLOKI._name (contracts/tokens/Spideyfloki.sol#344) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SPIDEYFLOKI._symbol (contracts/tokens/Spideyfloki.sol#345) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SPIDEYFLOKI._decimals (contracts/tokens/Spideyfloki.sol#346) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SPIDEYFLOKI._totalSupply (contracts/tokens/Spideyfloki.sol#348) is not in mixedCase
Variable SPIDEYFLOKI._maxTxAmount (contracts/tokens/Spideyfloki.sol#350) is not in mixedCase
Variable SPIDEYFLOKI._maxWalletToken (contracts/tokens/Spideyfloki.sol#351) is not in mixedCase
Variable SPIDEYFLOKI._balances (contracts/tokens/Spideyfloki.sol#353) is not in mixedCase
Variable SPIDEYFLOKI._allowances (contracts/tokens/Spideyfloki.sol#354) is not in mixedCase
Variable SPIDEYFLOKI._reflectionFeeCollected (contracts/tokens/Spideyfloki.sol#378) is not in mixedCase
Variable SPIDEYFLOKI._marketingFeeCollected (contracts/tokens/Spideyfloki.sol#379) is not in mixedCase
Variable SPIDEYFLOKI._liqFeeCollected (contracts/tokens/Spideyfloki.sol#380) is not in mixedCase
Variable SPIDEYFLOKI._charityFeeCollected (contracts/tokens/Spideyfloki.sol#381) is not in mixedCase
Variable SPIDEYFLOKI._prizeFeeCollected (contracts/tokens/Spideyfloki.sol#382) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in SPIDEYFLOKI._transferFrom(address,address,uint256) (contracts/tokens/Spideyfloki.sol#496-547):
External calls:
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
External calls sending eth:
- swapBack() (contracts/tokens/Spideyfloki.sol#525)
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (contracts/tokens/Spideyfloki.sol#528)
- _balances[recipient] = _balances[recipient].add(amountReceived) (contracts/tokens/Spideyfloki.sol#531)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _balances[address(this)] += totalFee (contracts/tokens/Spideyfloki.sol#579)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _charityFeeCollected += charity (contracts/tokens/Spideyfloki.sol#575)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _liqFeeCollected += liquidity (contracts/tokens/Spideyfloki.sol#573)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _marketingFeeCollected += marketing (contracts/tokens/Spideyfloki.sol#574)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _prizeFeeCollected += prize (contracts/tokens/Spideyfloki.sol#576)
- amountReceived = collectFee(sender,recipient,amount) (contracts/tokens/Spideyfloki.sol#530)
- _reflectionFeeCollected += reflection (contracts/tokens/Spideyfloki.sol#572)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived) (contracts/tokens/Spideyfloki.sol#545)
Reentrancy in SPIDEYFLOKI.swapBack() (contracts/tokens/Spideyfloki.sol#610-669):
External calls:
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (contracts/tokens/Spideyfloki.sol#647)
- address(marketingFeeReceiver).transfer(amountBNBMarketing) (contracts/tokens/Spideyfloki.sol#648)
- address(charityFeeReceiver).transfer(amountBNBCharity) (contracts/tokens/Spideyfloki.sol#649)
- address(prizeFeeReceiver).transfer(amountBNBPrize) (contracts/tokens/Spideyfloki.sol#650)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (contracts/tokens/Spideyfloki.sol#653-660)
State variables written after the call(s):
- _charityFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#667)
- _liqFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#665)
- _marketingFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#666)
- _prizeFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#668)
- _reflectionFeeCollected = 0 (contracts/tokens/Spideyfloki.sol#664)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (contracts/tokens/Spideyfloki.sol#661)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (contracts/tokens/Spideyfloki.sol#112) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (contracts/tokens/Spideyfloki.sol#113)
Prevent variables from having similar names.

Additional information: link

SPIDEYFLOKI.slitherConstructorVariables() (contracts/tokens/Spideyfloki.sol#338-769) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (contracts/tokens/Spideyfloki.sol#341)
SPIDEYFLOKI.slitherConstructorVariables() (contracts/tokens/Spideyfloki.sol#338-769) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (contracts/tokens/Spideyfloki.sol#342)
SPIDEYFLOKI.slitherConstructorVariables() (contracts/tokens/Spideyfloki.sol#338-769) uses literals with too many digits:
- distributorGas = 500000 (contracts/tokens/Spideyfloki.sol#390)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SPIDEYFLOKI.ZERO (contracts/tokens/Spideyfloki.sol#342) is never used in SPIDEYFLOKI (contracts/tokens/Spideyfloki.sol#338-769)
Remove unused state variables.

Additional information: link

DividendDistributor.dividendsPerShareAccuracyFactor (contracts/tokens/Spideyfloki.sol#184) should be constant
SPIDEYFLOKI.DEAD (contracts/tokens/Spideyfloki.sol#341) should be constant
SPIDEYFLOKI.ZERO (contracts/tokens/Spideyfloki.sol#342) should be constant
SPIDEYFLOKI._totalSupply (contracts/tokens/Spideyfloki.sol#348) should be constant
SPIDEYFLOKI.feeDecimal (contracts/tokens/Spideyfloki.sol#371) 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) (contracts/tokens/Spideyfloki.sol#76-78)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (contracts/tokens/Spideyfloki.sol#80-82)
tradingStatus(bool) should be declared external:
- SPIDEYFLOKI.tradingStatus(bool) (contracts/tokens/Spideyfloki.sol#601-603)
cooldownEnabled(bool,uint8) should be declared external:
- SPIDEYFLOKI.cooldownEnabled(bool,uint8) (contracts/tokens/Spideyfloki.sol#605-608)
enableBlacklist(bool) should be declared external:
- SPIDEYFLOKI.enableBlacklist(bool) (contracts/tokens/Spideyfloki.sol#682-684)
manageBlacklist(address[],bool) should be declared external:
- SPIDEYFLOKI.manageBlacklist(address[],bool) (contracts/tokens/Spideyfloki.sol#686-690)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

Contract has 18% buy tax and 18% 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 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.


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


Twitter account link seems to be invalid


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

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find Twitter link on the website


Unable to verify token contract address on the website


Unable to find Telegram link on the website


Young tokens have high risks of price dump / death


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


Token is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank


Young tokens have high risks of price dump / death

Price for SPIDEYXMAS