SquidNetGame Token Logo

SQD [SquidNetGame] Token

About SQD

Listings

Token 2 years
white paper

Welcome to the Squid Game Community.

Are you ready to play Crypto Squid Games?

The SquidNetGame project is a cryptocurrency-making money game on the BSC network, inspired by the Korean hit on Netflix about the death tournament of children's games.

Social

Laser Scorebeta Last Audit: 19 May 2022

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

Reentrancy in SquidNetGame._transfer(address,address,uint256) (#837-859):
External calls:
- swapAndLiquify(contractTokenBalance) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#883-889)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#858)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#792)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#957)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#948)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#949)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#968)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#734)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#959)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#969)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#736)
- _tokenTransfer(from,to,amount) (#858)
- _rTotal = _rTotal.sub(rFee) (#747)
- _tokenTransfer(from,to,amount) (#858)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#794)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#967)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#733)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#958)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#735)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

SquidNetGame._taxFee (#571) is written in both
_taxFee = _previousTaxFee (#807)
_taxFee = 0 (#812)
SquidNetGame._liquidityFee (#574) is written in both
_liquidityFee = _previousLiquidityFee (#808)
_liquidityFee = 0 (#813)
SquidNetGame._burnFee (#577) is written in both
_burnFee = _previousBurnFee (#809)
_burnFee = 0 (#814)
SquidNetGame._devFee (#580) is written in both
_devFee = _previousDevFee (#810)
_devFee = 0 (#815)
Fix or remove the writes.

Additional information: link


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Address.isContract(address) (#234-239) uses assembly
- INLINE ASM (#237)
Address._functionCallWithValue(address,bytes,uint256,string) (#270-286) uses assembly
- INLINE ASM (#278-281)
Do not use evm assembly.

Additional information: link

SquidNetGame.setDevWallet(address).newWallet (#995) lacks a zero-check on :
- devWallet = newWallet (#996)
Check that the address is not zero.

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#376) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#377) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#394) is not in mixedCase
Function IUniswapV2Router01.WETH() (#415) is not in mixedCase
Parameter SquidNetGame.calculateTaxFee(uint256)._amount (#797) is not in mixedCase
Parameter SquidNetGame.calculateLiquidityFee(uint256)._amount (#801) is not in mixedCase
Parameter SquidNetGame.setSwapAndLiquifyEnabled(bool)._enabled (#1013) is not in mixedCase
Variable SquidNetGame._taxFee (#571) is not in mixedCase
Variable SquidNetGame._liquidityFee (#574) is not in mixedCase
Variable SquidNetGame._burnFee (#577) is not in mixedCase
Variable SquidNetGame._devFee (#580) is not in mixedCase
Variable SquidNetGame._maxTxAmount (#590) is not in mixedCase
Variable SquidNetGame._maxWalletToken (#592) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#226)" inContext (#220-229)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#420) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#421)
Variable SquidNetGame._transferFromExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SquidNetGame._transferFromExcluded(address,address,uint256).tTransferAmount (#966)
Variable SquidNetGame._transferBothExcluded(address,address,uint256).rTransferAmount (#732) is too similar to SquidNetGame._transferStandard(address,address,uint256).tTransferAmount (#947)
Variable SquidNetGame._getValues(uint256).rTransferAmount (#753) is too similar to SquidNetGame._transferStandard(address,address,uint256).tTransferAmount (#947)
Variable SquidNetGame._transferToExcluded(address,address,uint256).rTransferAmount (#956) is too similar to SquidNetGame._transferStandard(address,address,uint256).tTransferAmount (#947)
Variable SquidNetGame._transferFromExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SquidNetGame._transferStandard(address,address,uint256).tTransferAmount (#947)
Variable SquidNetGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#768) is too similar to SquidNetGame._transferStandard(address,address,uint256).tTransferAmount (#947)
Variable SquidNetGame.reflectionFromToken(uint256,bool).rTransferAmount (#697) is too similar to SquidNetGame._transferStandard(address,address,uint256).tTransferAmount (#947)
Variable SquidNetGame._transferToExcluded(address,address,uint256).rTransferAmount (#956) is too similar to SquidNetGame._transferToExcluded(address,address,uint256).tTransferAmount (#956)
Variable SquidNetGame._transferFromExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SquidNetGame._transferToExcluded(address,address,uint256).tTransferAmount (#956)
Variable SquidNetGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#768) is too similar to SquidNetGame._transferToExcluded(address,address,uint256).tTransferAmount (#956)
Variable SquidNetGame.reflectionFromToken(uint256,bool).rTransferAmount (#697) is too similar to SquidNetGame._transferToExcluded(address,address,uint256).tTransferAmount (#956)
Variable SquidNetGame._transferStandard(address,address,uint256).rTransferAmount (#947) is too similar to SquidNetGame._transferStandard(address,address,uint256).tTransferAmount (#947)
Variable SquidNetGame._transferToExcluded(address,address,uint256).rTransferAmount (#956) is too similar to SquidNetGame._transferFromExcluded(address,address,uint256).tTransferAmount (#966)
Variable SquidNetGame._transferFromExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SquidNetGame._getValues(uint256).tTransferAmount (#752)
Variable SquidNetGame._getValues(uint256).rTransferAmount (#753) is too similar to SquidNetGame._getValues(uint256).tTransferAmount (#752)
Variable SquidNetGame._transferBothExcluded(address,address,uint256).rTransferAmount (#732) is too similar to SquidNetGame._getTValues(uint256).tTransferAmount (#760)
Variable SquidNetGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#768) is too similar to SquidNetGame._getTValues(uint256).tTransferAmount (#760)
Variable SquidNetGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#768) is too similar to SquidNetGame._transferBothExcluded(address,address,uint256).tTransferAmount (#732)
Variable SquidNetGame._transferBothExcluded(address,address,uint256).rTransferAmount (#732) is too similar to SquidNetGame._transferBothExcluded(address,address,uint256).tTransferAmount (#732)
Variable SquidNetGame._getValues(uint256).rTransferAmount (#753) is too similar to SquidNetGame._transferToExcluded(address,address,uint256).tTransferAmount (#956)
Variable SquidNetGame._getValues(uint256).rTransferAmount (#753) is too similar to SquidNetGame._transferFromExcluded(address,address,uint256).tTransferAmount (#966)
Variable SquidNetGame._transferBothExcluded(address,address,uint256).rTransferAmount (#732) is too similar to SquidNetGame._getValues(uint256).tTransferAmount (#752)
Variable SquidNetGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#768) is too similar to SquidNetGame._getValues(uint256).tTransferAmount (#752)
Variable SquidNetGame._transferStandard(address,address,uint256).rTransferAmount (#947) is too similar to SquidNetGame._getTValues(uint256).tTransferAmount (#760)
Variable SquidNetGame._transferStandard(address,address,uint256).rTransferAmount (#947) is too similar to SquidNetGame._transferBothExcluded(address,address,uint256).tTransferAmount (#732)
Variable SquidNetGame.reflectionFromToken(uint256,bool).rTransferAmount (#697) is too similar to SquidNetGame._getTValues(uint256).tTransferAmount (#760)
Variable SquidNetGame.reflectionFromToken(uint256,bool).rTransferAmount (#697) is too similar to SquidNetGame._transferBothExcluded(address,address,uint256).tTransferAmount (#732)
Variable SquidNetGame._transferToExcluded(address,address,uint256).rTransferAmount (#956) is too similar to SquidNetGame._getTValues(uint256).tTransferAmount (#760)
Variable SquidNetGame._transferBothExcluded(address,address,uint256).rTransferAmount (#732) is too similar to SquidNetGame._transferToExcluded(address,address,uint256).tTransferAmount (#956)
Variable SquidNetGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#768) is too similar to SquidNetGame._transferFromExcluded(address,address,uint256).tTransferAmount (#966)
Variable SquidNetGame._transferStandard(address,address,uint256).rTransferAmount (#947) is too similar to SquidNetGame._getValues(uint256).tTransferAmount (#752)
Variable SquidNetGame._transferToExcluded(address,address,uint256).rTransferAmount (#956) is too similar to SquidNetGame._transferBothExcluded(address,address,uint256).tTransferAmount (#732)
Variable SquidNetGame._transferBothExcluded(address,address,uint256).rTransferAmount (#732) is too similar to SquidNetGame._transferFromExcluded(address,address,uint256).tTransferAmount (#966)
Variable SquidNetGame.reflectionFromToken(uint256,bool).rTransferAmount (#697) is too similar to SquidNetGame._getValues(uint256).tTransferAmount (#752)
Variable SquidNetGame._transferToExcluded(address,address,uint256).rTransferAmount (#956) is too similar to SquidNetGame._getValues(uint256).tTransferAmount (#752)
Variable SquidNetGame._transferFromExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SquidNetGame._getTValues(uint256).tTransferAmount (#760)
Variable SquidNetGame._transferStandard(address,address,uint256).rTransferAmount (#947) is too similar to SquidNetGame._transferToExcluded(address,address,uint256).tTransferAmount (#956)
Variable SquidNetGame._getValues(uint256).rTransferAmount (#753) is too similar to SquidNetGame._getTValues(uint256).tTransferAmount (#760)
Variable SquidNetGame._transferStandard(address,address,uint256).rTransferAmount (#947) is too similar to SquidNetGame._transferFromExcluded(address,address,uint256).tTransferAmount (#966)
Variable SquidNetGame._transferFromExcluded(address,address,uint256).rTransferAmount (#966) is too similar to SquidNetGame._transferBothExcluded(address,address,uint256).tTransferAmount (#732)
Variable SquidNetGame._getValues(uint256).rTransferAmount (#753) is too similar to SquidNetGame._transferBothExcluded(address,address,uint256).tTransferAmount (#732)
Variable SquidNetGame.reflectionFromToken(uint256,bool).rTransferAmount (#697) is too similar to SquidNetGame._transferFromExcluded(address,address,uint256).tTransferAmount (#966)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#312-315)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#317-321)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#323-325)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#327-332)
unlock() should be declared external:
- Ownable.unlock() (#334-339)
name() should be declared external:
- SquidNetGame.name() (#623-625)
symbol() should be declared external:
- SquidNetGame.symbol() (#627-629)
decimals() should be declared external:
- SquidNetGame.decimals() (#631-633)
totalSupply() should be declared external:
- SquidNetGame.totalSupply() (#635-637)
transfer(address,uint256) should be declared external:
- SquidNetGame.transfer(address,uint256) (#644-647)
allowance(address,address) should be declared external:
- SquidNetGame.allowance(address,address) (#649-651)
approve(address,uint256) should be declared external:
- SquidNetGame.approve(address,uint256) (#653-656)
transferFrom(address,address,uint256) should be declared external:
- SquidNetGame.transferFrom(address,address,uint256) (#658-662)
increaseAllowance(address,uint256) should be declared external:
- SquidNetGame.increaseAllowance(address,uint256) (#664-667)
decreaseAllowance(address,uint256) should be declared external:
- SquidNetGame.decreaseAllowance(address,uint256) (#669-672)
isExcludedFromReward(address) should be declared external:
- SquidNetGame.isExcludedFromReward(address) (#674-676)
totalFees() should be declared external:
- SquidNetGame.totalFees() (#678-680)
deliver(uint256) should be declared external:
- SquidNetGame.deliver(uint256) (#682-689)
reflectionFromToken(uint256,bool) should be declared external:
- SquidNetGame.reflectionFromToken(uint256,bool) (#691-700)
excludeFromReward(address) should be declared external:
- SquidNetGame.excludeFromReward(address) (#708-716)
isExcludedFromFee(address) should be declared external:
- SquidNetGame.isExcludedFromFee(address) (#825-827)
excludeFromFee(address) should be declared external:
- SquidNetGame.excludeFromFee(address) (#975-977)
includeInFee(address) should be declared external:
- SquidNetGame.includeInFee(address) (#979-981)
setMaxTxPercent(uint256) should be declared external:
- SquidNetGame.setMaxTxPercent(uint256) (#999-1004)
setMaxWalletPercent(uint256) should be declared external:
- SquidNetGame.setMaxWalletPercent(uint256) (#1006-1011)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SquidNetGame.setSwapAndLiquifyEnabled(bool) (#1013-1016)
Use the external attribute for functions never called from the contract.

Additional information: link

SquidNetGame.addLiquidity(uint256,uint256) (#892-902) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
Ensure that all the return values of the function calls are used.

Additional information: link

SquidNetGame.allowance(address,address).owner (#649) shadows:
- Ownable.owner() (#303-305) (function)
SquidNetGame._approve(address,address,uint256).owner (#829) shadows:
- Ownable.owner() (#303-305) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in SquidNetGame._transfer(address,address,uint256) (#837-859):
External calls:
- swapAndLiquify(contractTokenBalance) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#883-889)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#858)
- _burnFee = _previousBurnFee (#821)
- _burnFee = _previousBurnFee (#809)
- _burnFee = 0 (#814)
- _tokenTransfer(from,to,amount) (#858)
- _devFee = _previousDevFee (#822)
- _devFee = _previousDevFee (#810)
- _devFee = 0 (#815)
- _tokenTransfer(from,to,amount) (#858)
- _liquidityFee = _previousLiquidityFee (#820)
- _liquidityFee = _previousLiquidityFee (#808)
- _liquidityFee = 0 (#813)
- _liquidityFee = 0 (#932)
- _liquidityFee = _previousLiquidityFee (#939)
- _tokenTransfer(from,to,amount) (#858)
- _tFeeTotal = _tFeeTotal.add(tFee) (#748)
- _tokenTransfer(from,to,amount) (#858)
- _taxFee = _previousTaxFee (#819)
- _taxFee = _previousTaxFee (#807)
- _taxFee = 0 (#812)
- _taxFee = 0 (#931)
- _taxFee = _previousTaxFee (#938)
Reentrancy in SquidNetGame.constructor() (#608-621):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#612-613)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#617)
- _isExcludedFromFee[address(this)] = true (#618)
- uniswapV2Router = _uniswapV2Router (#615)
Reentrancy in SquidNetGame.swapAndLiquify(uint256) (#861-874):
External calls:
- swapTokensForEth(half) (#867)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#883-889)
- addLiquidity(otherHalf,newBalance) (#871)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#871)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#871)
- _allowances[owner][spender] = amount (#833)
Reentrancy in SquidNetGame.transferFrom(address,address,uint256) (#658-662):
External calls:
- _transfer(sender,recipient,amount) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#883-889)
External calls sending eth:
- _transfer(sender,recipient,amount) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#660)
- _allowances[owner][spender] = amount (#833)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SquidNetGame._transfer(address,address,uint256) (#837-859):
External calls:
- swapAndLiquify(contractTokenBalance) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#883-889)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#952)
- _tokenTransfer(from,to,amount) (#858)
- Transfer(sender,recipient,tTransferAmount) (#962)
- _tokenTransfer(from,to,amount) (#858)
- Transfer(sender,recipient,tTransferAmount) (#972)
- _tokenTransfer(from,to,amount) (#858)
- Transfer(sender,recipient,tTransferAmount) (#739)
- _tokenTransfer(from,to,amount) (#858)
Reentrancy in SquidNetGame.constructor() (#608-621):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#612-613)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#620)
Reentrancy in SquidNetGame.swapAndLiquify(uint256) (#861-874):
External calls:
- swapTokensForEth(half) (#867)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#883-889)
- addLiquidity(otherHalf,newBalance) (#871)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#871)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#834)
- addLiquidity(otherHalf,newBalance) (#871)
- SwapAndLiquify(half,newBalance,otherHalf) (#873)
Reentrancy in SquidNetGame.transferFrom(address,address,uint256) (#658-662):
External calls:
- _transfer(sender,recipient,amount) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#883-889)
External calls sending eth:
- _transfer(sender,recipient,amount) (#659)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#894-901)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#834)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#660)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#334-339) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#336)
Avoid relying on block.timestamp.

Additional information: link

SquidNetGame.includeInReward(address) (#718-729) has costly operations inside a loop:
- _excluded.pop() (#725)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#270-286) is never used and should be removed
Address.functionCall(address,bytes) (#251-253) is never used and should be removed
Address.functionCall(address,bytes,string) (#256-258) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#261-263) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#265-268) is never used and should be removed
Address.isContract(address) (#234-239) is never used and should be removed
Address.sendValue(address,uint256) (#242-248) is never used and should be removed
Context._msgData() (#225-228) is never used and should be removed
SafeMath.mod(uint256,uint256) (#198-200) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#214-217) is never used and should be removed
Remove unused functions.

Additional information: link

SquidNetGame._rTotal (#564) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SquidNetGame._previousTaxFee (#572) is set pre-construction with a non-constant function or state variable:
- _taxFee
SquidNetGame._previousLiquidityFee (#575) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
SquidNetGame._previousBurnFee (#578) is set pre-construction with a non-constant function or state variable:
- _burnFee
SquidNetGame._previousDevFee (#582) is set pre-construction with a non-constant function or state variable:
- _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

Low level call in Address.sendValue(address,uint256) (#242-248):
- (success) = recipient.call{value: amount}() (#246)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#270-286):
- (success,returndata) = target.call{value: weiValue}(data) (#273)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

SquidNetGame._decimals (#569) should be constant
SquidNetGame._name (#567) should be constant
SquidNetGame._symbol (#568) should be constant
SquidNetGame._tTotal (#563) should be constant
SquidNetGame.numTokensSellToAddToLiquidity (#591) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Holders:


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


Token is deployed only at one blockchain


Token has only one trading pair


Average 30d PancakeSwap liquidity is low.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


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


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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 code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


Token has no active CoinGecko listing / rank


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


Young tokens have high risks of price dump / death

Price for SQD

News for SQD