Squidanomics Token Logo

SQUID [Squidanomics] Token

ALERT: unclassified scam

About SQUID

Listings

Token 2 years
white paper

Launched on 18/10/2021 by a team based in Canada and the United States, Squidanomics is a BUSD rewards token on the Binance Smart Chain. This means that holders can receive BUSD reflections from Buys and Sells by holding their Squidanomics tokens. No claiming required from holders to receive.

But more than a rewards token., Squidanomics is a fan made token that combines great tokenomics with the amazing TV concept that is Squid Game. People from any walk of life have the chance to participate and make themselves ridiculous money for participating in simple games. The games are not life or death as in the show, but the prizes to be won will make people feel that way. There are so many different ways to earn BUSD at Squidanomics.

Squidanomics is where Squid Game, NFTs, Gaming, and Passive Income all come together into one token. On launch a 3D Knife web browser game was released that is Hold to Play. This means players must hold a certain amount of Squidanomics to participate and receive the BUSD rewards distributed to tournament players. There is also a 2D shooter launching that will require NFTs to play and earn. This is a mobile game and will be available on app stores. Also in the telegram group there are ongoing tournaments for BUSD rewards. These are original chat based games that anyone can play with only telegram. These include Red Light/Green Light, Dice, and the Glass Floor. This allows holders without access to PC or only access to Telegram to participate in games and receive BUSD rewards. However, to participate in these games holders must hold a special limited 1 of 100 Dagger NFT.

The Squidanomics NFT marketplace on Treasureland allows investors to buy limited hand-drawn Squid Game NFTs of characters from the show. There are Common (1 of 50), Rare (1 of 5) and Legendary (1 of 1). As mentioned above the ""Dagger"" NFT allows holders to participate in the telegram games for BUSD prizes. Also, the Rare Nfts allow holders to receive an additional 3% prize money and the Legendary allow holders an additional 10% prize money. For collecting 1 of each rare from each drop holders will receive a completion NFT that allows for 20% extra prize money.

Tokenomics:

5% Tax for BUSD reflections to holders
5% Marketing fund for perpetual growth
3% Liquidity Tax for rising price floor
2% Developer Tax for continued innovation

There will be more Squid Game themed games developed for holders to enjoy and NFT drops with utilities for the community constantly developed. Rewards tracker for following BUSD earned through the rewards in the contract to be released soon.

Laser Scorebeta Last Audit: 17 January 2022

report
Token seems to be a scam (type: unclassified scam).

Squidanomics.swapBack() (#737-785) sends eth to arbitrary user
Dangerous calls:
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link


Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.

Reentrancy in Squidanomics._transferFrom(address,address,uint256) (#582-635):
External calls:
- swapBack() (#614)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#750-756)
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
External calls sending eth:
- swapBack() (#614)
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
State variables written after the call(s):
- _rBalance[sender] = _rBalance[sender].sub(rAmount,Insufficient Balance) (#617)
- _rBalance[recipient] = _rBalance[recipient].add(amountReceived) (#620)
- amountReceived = takeFee(sender,rAmount,(recipient == pair)) (#619)
- _rBalance[address(this)] = _rBalance[address(this)].add(feeAmount) (#669)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (#338-349) ignores return value by RWRD.transfer(shareholder,amount) (#344)
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


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.

Squidanomics.swapBack().tmpSuccess (#768) is written in both
(tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
(tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
Squidanomics.swapBack().tmpSuccess (#768) is written in both
(tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
tmpSuccess = false (#772)
Fix or remove the writes.

Additional information: link

Squidanomics.rebase_percentage(uint256,bool) (#467-475) performs a multiplication on the result of a division:
-newSupply = rebase(0,int256(_totalSupply.div(1000).mul(_percentage_base1000)).mul(- 1)) (#470)
Squidanomics.rebase_percentage(uint256,bool) (#467-475) performs a multiplication on the result of a division:
-newSupply = rebase(0,int256(_totalSupply.div(1000).mul(_percentage_base1000))) (#472)
Squidanomics.takeFee(address,uint256,bool) (#656-673) performs a multiplication on the result of a division:
-feeAmount = rAmount.div(feeDenominator * 100).mul(totalFee).mul(multiplier) (#663)
Squidanomics.takeFee(address,uint256,bool) (#656-673) performs a multiplication on the result of a division:
-feeAmount = rAmount.div(100).mul(99) (#666)
Squidanomics.swapBack() (#737-785) performs a multiplication on the result of a division:
-amountToLiquify = tokensToSell.div(totalFee).mul(dynamicLiquidityFee).div(2) (#741)
Squidanomics.setSwapBackSettings(bool,uint256) (#829-832) performs a multiplication on the result of a division:
-swapThreshold = rSupply.div(10000).mul(_percentage_base10000) (#831)
Squidanomics.setMaxWalletPercent_base1000(uint256) (#910-912) performs a multiplication on the result of a division:
-_maxWalletToken = rSupply.div(1000).mul(maxWallPercent_base1000) (#911)
Squidanomics.setMaxTxPercent_base1000(uint256) (#914-916) performs a multiplication on the result of a division:
-_maxTxAmount = rSupply.div(1000).mul(maxTXPercentage_base1000) (#915)
Squidanomics.slitherConstructorVariables() (#382-982) performs a multiplication on the result of a division:
-_maxTxAmount = rSupply.div(100).mul(2) (#464)
Squidanomics.slitherConstructorVariables() (#382-982) performs a multiplication on the result of a division:
-_maxWalletToken = rSupply.div(100).mul(3) (#465)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (#338-349):
External calls:
- RWRD.transfer(shareholder,amount) (#344)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#346)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#347)
Reentrancy in DividendDistributor.process(uint256) (#307-331):
External calls:
- distributeDividend(shareholders[currentIndex]) (#323)
- RWRD.transfer(shareholder,amount) (#344)
State variables written after the call(s):
- currentIndex ++ (#328)
Reentrancy in DividendDistributor.setShare(address,uint256) (#271-285):
External calls:
- distributeDividend(shareholder) (#273)
- RWRD.transfer(shareholder,amount) (#344)
State variables written after the call(s):
- shares[shareholder].amount = amount (#283)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#284)
Apply the check-effects-interactions pattern.

Additional information: link

Squidanomics.manage_houseguests(address[],bool).i (#726) 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

Squidanomics.swapBack() (#737-785) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
Ensure that all the return values of the function calls are used.

Additional information: link

Squidanomics.setMaster(address) (#852-854) should emit an event for:
- master = _master (#853)
Emit an event for critical parameter changes.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#266-269) should emit an event for:
- minPeriod = _minPeriod (#267)
- minDistribution = _minDistribution (#268)
Squidanomics.set_sell_multiplier(uint256) (#698-700) should emit an event for:
- sellMultiplier = Multiplier (#699)
Squidanomics.tradingStatus(bool,uint256) (#704-710) should emit an event for:
- deadBlocks = _deadBlocks (#708)
Squidanomics.launchStatus(uint256) (#712-714) should emit an event for:
- launchedAt = _launchblock (#713)
Squidanomics.setFees(uint256,uint256,uint256,uint256,uint256) (#811-819) should emit an event for:
- liquidityFee = _liquidityFee (#812)
- reflectionFee = _reflectionFee (#813)
- marketingFee = _marketingFee (#814)
- devFee = _devFee (#815)
- totalFee = _liquidityFee.add(_reflectionFee).add(_marketingFee).add(_devFee) (#816)
- feeDenominator = _feeDenominator (#817)
Squidanomics.setSwapBackSettings(bool,uint256) (#829-832) should emit an event for:
- swapThreshold = rSupply.div(10000).mul(_percentage_base10000) (#831)
Squidanomics.setTargetLiquidity(uint256,uint256) (#835-838) should emit an event for:
- targetLiquidity = _target (#836)
- targetLiquidityDenominator = _denominator (#837)
Squidanomics.setMaxWalletPercent_base1000(uint256) (#910-912) should emit an event for:
- _maxWalletToken = rSupply.div(1000).mul(maxWallPercent_base1000) (#911)
Squidanomics.setMaxTxPercent_base1000(uint256) (#914-916) should emit an event for:
- _maxTxAmount = rSupply.div(1000).mul(maxTXPercentage_base1000) (#915)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#144) lacks a zero-check on :
- owner = adr (#145)
Squidanomics.setFeeReceivers(address,address,address)._autoLiquidityReceiver (#822) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#823)
Squidanomics.setFeeReceivers(address,address,address)._marketingFeeReceiver (#822) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#824)
Squidanomics.setFeeReceivers(address,address,address)._devFeeReceiver (#822) lacks a zero-check on :
- devFeeReceiver = _devFeeReceiver (#825)
Squidanomics.setMaster(address)._master (#852) lacks a zero-check on :
- master = _master (#853)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#338-349) has external calls inside a loop: RWRD.transfer(shareholder,amount) (#344)
Squidanomics.multiTransfer(address,address[],uint256[]) (#922-946) has external calls inside a loop: distributor.setShare(addresses[i_scope_0],balanceOf(addresses[i_scope_0])) (#938)
Squidanomics.multiTransfer_fixed(address,address[],uint256) (#948-967) has external calls inside a loop: distributor.setShare(addresses[i],balanceOf(addresses[i])) (#959)
Squidanomics.rebase_updatebalance(address[]) (#969-978) has external calls inside a loop: distributor.setShare(addresses[i],balanceOf(addresses[i])) (#975)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in Squidanomics.constructor() (#510-540):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#512)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = uint256(- 1) (#513)
- _rBalance[msg.sender] = rSupply (#538)
- _totalSupply = INITIAL_FRAGMENTS_SUPPLY (#517)
- autoLiquidityReceiver = msg.sender (#534)
- devFeeReceiver = 0xa83D2728a3543Db9117D21725f7b9bb0388D35Ea (#536)
- distributor = new DividendDistributor(address(router)) (#521)
- isDividendExempt[pair] = true (#530)
- isDividendExempt[address(this)] = true (#531)
- isDividendExempt[DEAD] = true (#532)
- isFeeExempt[msg.sender] = true (#523)
- isTimelockExempt[msg.sender] = true (#526)
- isTimelockExempt[DEAD] = true (#527)
- isTimelockExempt[address(this)] = true (#528)
- isTxLimitExempt[msg.sender] = true (#524)
- marketingFeeReceiver = 0xddc1E0AA1c5fd7601D6626FB2412fcA69B3F778f (#535)
- pairContract = InterfaceLP(pair) (#516)
- rate = rSupply.div(_totalSupply) (#518)
Reentrancy in DividendDistributor.deposit() (#287-305):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#294-299)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#304)
- totalDividends = totalDividends.add(amount) (#303)
Reentrancy in DividendDistributor.distributeDividend(address) (#338-349):
External calls:
- RWRD.transfer(shareholder,amount) (#344)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#345)
Reentrancy in DividendDistributor.setShare(address,uint256) (#271-285):
External calls:
- distributeDividend(shareholder) (#273)
- RWRD.transfer(shareholder,amount) (#344)
State variables written after the call(s):
- addShareholder(shareholder) (#277)
- shareholderIndexes[shareholder] = shareholders.length (#371)
- removeShareholder(shareholder) (#279)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#377)
- addShareholder(shareholder) (#277)
- shareholders.push(shareholder) (#372)
- removeShareholder(shareholder) (#279)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#376)
- shareholders.pop() (#378)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#282)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Squidanomics._transferFrom(address,address,uint256) (#582-635):
External calls:
- swapBack() (#614)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#750-756)
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
- distributor.setShare(sender,balanceOf(sender)) (#624)
- distributor.setShare(recipient,balanceOf(recipient)) (#628)
- distributor.process(distributorGas) (#631)
External calls sending eth:
- swapBack() (#614)
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived.div(rate)) (#633)
Reentrancy in Squidanomics._transferFrom(address,address,uint256) (#582-635):
External calls:
- swapBack() (#614)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#750-756)
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
External calls sending eth:
- swapBack() (#614)
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount.div(rate)) (#670)
- amountReceived = takeFee(sender,rAmount,(recipient == pair)) (#619)
Reentrancy in Squidanomics.constructor() (#510-540):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#512)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#539)
Reentrancy in Squidanomics.rebase(uint256,int256) (#478-506):
External calls:
- pairContract.sync() (#502)
Event emitted after the call(s):
- LogRebase(epoch,_totalSupply) (#504)
Reentrancy in Squidanomics.swapBack() (#737-785):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#750-756)
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#767)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#775-782)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify.div(rate)) (#783)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#333-336) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#334-335)
Squidanomics._transferFrom(address,address,uint256) (#582-635) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,buy Cooldown exists) (#598)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#307-331) has costly operations inside a loop:
- currentIndex = 0 (#319)
DividendDistributor.distributeDividend(address) (#338-349) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#343)
DividendDistributor.process(uint256) (#307-331) has costly operations inside a loop:
- currentIndex ++ (#328)
Use a local variable to hold the loop computation result.

Additional information: link

SafeMathInt.abs(int256) (#87-90) is never used and should be removed
SafeMathInt.add(int256,int256) (#81-85) is never used and should be removed
SafeMathInt.div(int256,int256) (#69-73) is never used and should be removed
SafeMathInt.sub(int256,int256) (#75-79) is never used and should be removed
Remove unused functions.

Additional information: link

Squidanomics.totalFee (#408) is set pre-construction with a non-constant function or state variable:
- marketingFee + reflectionFee + liquidityFee + devFee
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 (#19) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Squidanomics.swapBack() (#737-785):
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#768)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#769)
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() (#163) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#266) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#266) is not in mixedCase
Variable DividendDistributor._token (#219) is not in mixedCase
Variable DividendDistributor.RWRD (#227) is not in mixedCase
Variable DividendDistributor.WBNB (#228) is not in mixedCase
Function Squidanomics.rebase_percentage(uint256,bool) (#467-475) is not in mixedCase
Parameter Squidanomics.rebase_percentage(uint256,bool)._percentage_base1000 (#467) is not in mixedCase
Function Squidanomics.clearStuckBalance_sender(uint256) (#691-694) is not in mixedCase
Function Squidanomics.set_sell_multiplier(uint256) (#698-700) is not in mixedCase
Parameter Squidanomics.set_sell_multiplier(uint256).Multiplier (#698) is not in mixedCase
Parameter Squidanomics.tradingStatus(bool,uint256)._status (#704) is not in mixedCase
Parameter Squidanomics.tradingStatus(bool,uint256)._deadBlocks (#704) is not in mixedCase
Parameter Squidanomics.launchStatus(uint256)._launchblock (#712) is not in mixedCase
Function Squidanomics.enable_hotel_CaliforniaMode(bool) (#717-719) is not in mixedCase
Parameter Squidanomics.enable_hotel_CaliforniaMode(bool)._status (#717) is not in mixedCase
Function Squidanomics.set_max_roomrent(uint256) (#721-723) is not in mixedCase
Parameter Squidanomics.set_max_roomrent(uint256)._rent_withoutdecimal (#721) is not in mixedCase
Function Squidanomics.manage_houseguests(address[],bool) (#725-729) is not in mixedCase
Parameter Squidanomics.cooldownEnabled(bool,uint8)._status (#731) is not in mixedCase
Parameter Squidanomics.cooldownEnabled(bool,uint8)._interval (#731) is not in mixedCase
Parameter Squidanomics.setFees(uint256,uint256,uint256,uint256,uint256)._liquidityFee (#811) is not in mixedCase
Parameter Squidanomics.setFees(uint256,uint256,uint256,uint256,uint256)._reflectionFee (#811) is not in mixedCase
Parameter Squidanomics.setFees(uint256,uint256,uint256,uint256,uint256)._marketingFee (#811) is not in mixedCase
Parameter Squidanomics.setFees(uint256,uint256,uint256,uint256,uint256)._devFee (#811) is not in mixedCase
Parameter Squidanomics.setFees(uint256,uint256,uint256,uint256,uint256)._feeDenominator (#811) is not in mixedCase
Parameter Squidanomics.setFeeReceivers(address,address,address)._autoLiquidityReceiver (#822) is not in mixedCase
Parameter Squidanomics.setFeeReceivers(address,address,address)._marketingFeeReceiver (#822) is not in mixedCase
Parameter Squidanomics.setFeeReceivers(address,address,address)._devFeeReceiver (#822) is not in mixedCase
Parameter Squidanomics.setSwapBackSettings(bool,uint256)._enabled (#829) is not in mixedCase
Parameter Squidanomics.setSwapBackSettings(bool,uint256)._percentage_base10000 (#829) is not in mixedCase
Parameter Squidanomics.setTargetLiquidity(uint256,uint256)._target (#835) is not in mixedCase
Parameter Squidanomics.setTargetLiquidity(uint256,uint256)._denominator (#835) is not in mixedCase
Parameter Squidanomics.setLP(address)._address (#845) is not in mixedCase
Parameter Squidanomics.setMaster(address)._master (#852) is not in mixedCase
Parameter Squidanomics.setDistributionCriteria(uint256,uint256)._minPeriod (#869) is not in mixedCase
Parameter Squidanomics.setDistributionCriteria(uint256,uint256)._minDistribution (#869) is not in mixedCase
Function Squidanomics.setMaxWalletPercent_base1000(uint256) (#910-912) is not in mixedCase
Parameter Squidanomics.setMaxWalletPercent_base1000(uint256).maxWallPercent_base1000 (#910) is not in mixedCase
Function Squidanomics.setMaxTxPercent_base1000(uint256) (#914-916) is not in mixedCase
Parameter Squidanomics.setMaxTxPercent_base1000(uint256).maxTXPercentage_base1000 (#914) is not in mixedCase
Function Squidanomics.multiTransfer_fixed(address,address[],uint256) (#948-967) is not in mixedCase
Function Squidanomics.rebase_updatebalance(address[]) (#969-978) is not in mixedCase
Variable Squidanomics.WBNB (#386) is not in mixedCase
Variable Squidanomics.DEAD (#387) is not in mixedCase
Variable Squidanomics.ZERO (#388) is not in mixedCase
Constant Squidanomics._name (#390) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Squidanomics._symbol (#391) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Squidanomics._decimals (#392) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Squidanomics._rBalance (#396) is not in mixedCase
Variable Squidanomics._allowances (#397) is not in mixedCase
Variable Squidanomics.rebase_count (#456) is not in mixedCase
Variable Squidanomics._totalSupply (#458) is not in mixedCase
Constant Squidanomics.rSupply (#461) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Squidanomics._maxTxAmount (#464) is not in mixedCase
Variable Squidanomics._maxWalletToken (#465) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#168) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#169)
Prevent variables from having similar names.

Additional information: link

Squidanomics.setDistributorSettings(uint256) (#875-878) uses literals with too many digits:
- require(bool)(gas < 900000) (#876)
Squidanomics.slitherConstructorVariables() (#382-982) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#387)
Squidanomics.slitherConstructorVariables() (#382-982) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#388)
Squidanomics.slitherConstructorVariables() (#382-982) uses literals with too many digits:
- maxRoomRent = 8000000000 (#412)
Squidanomics.slitherConstructorVariables() (#382-982) uses literals with too many digits:
- distributorGas = 500000 (#435)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#59) is never used in SafeMathInt (#57-91)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (#228) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#241) should be constant
Squidanomics.DEAD (#387) should be constant
Squidanomics.WBNB (#386) should be constant
Squidanomics.ZERO (#388) 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) (#128-130)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#132-134)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#144-148)
rebase_percentage(uint256,bool) should be declared external:
- Squidanomics.rebase_percentage(uint256,bool) (#467-475)
tradingStatus(bool,uint256) should be declared external:
- Squidanomics.tradingStatus(bool,uint256) (#704-710)
launchStatus(uint256) should be declared external:
- Squidanomics.launchStatus(uint256) (#712-714)
enable_hotel_CaliforniaMode(bool) should be declared external:
- Squidanomics.enable_hotel_CaliforniaMode(bool) (#717-719)
set_max_roomrent(uint256) should be declared external:
- Squidanomics.set_max_roomrent(uint256) (#721-723)
manage_houseguests(address[],bool) should be declared external:
- Squidanomics.manage_houseguests(address[],bool) (#725-729)
cooldownEnabled(bool,uint8) should be declared external:
- Squidanomics.cooldownEnabled(bool,uint8) (#731-734)
rescueToken(address,uint256) should be declared external:
- Squidanomics.rescueToken(address,uint256) (#882-884)
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.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Telegram account has relatively few subscribers


Last post in Twitter was more than 30 days ago


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

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of price dump / death


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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for SQUID

News for SQUID