SnowKing Token Logo

SK [SnowKing] Token

About SK

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 7 February 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in SnowKing._transfer(address,address,uint256) (#959-1024):
External calls:
- swapAndLiquify(contractTokenBalance) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1050-1056)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#919)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1091)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1099)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1109)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1092)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#794)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1101)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1110)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#796)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#919)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1091)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1099)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1109)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1092)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#794)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1101)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1110)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#796)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#919)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1091)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1099)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1109)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1092)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#794)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1101)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1110)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#796)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _rTotal = _rTotal.sub(rFee) (#879)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _rTotal = _rTotal.sub(rFee) (#879)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _rTotal = _rTotal.sub(rFee) (#879)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#921)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#793)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1108)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1100)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#795)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#921)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#793)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1108)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1100)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#795)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#921)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#793)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1108)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1100)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#795)
Apply the check-effects-interactions pattern.

Additional information: link

SnowKing.allowance(address,address).owner (#724) shadows:
- Ownable.owner() (#373-375) (function)
SnowKing._approve(address,address,uint256).owner (#953) shadows:
- Ownable.owner() (#373-375) (function)
Rename the local variables that shadow another component.

Additional information: link

SnowKing.addLiquidity(uint256,uint256) (#1058-1070) ignores return value by pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
Ensure that all the return values of the function calls are used.

Additional information: link

SnowKing.setMaxTxPercent(uint256) (#841-845) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10000) (#842-844)
Emit an event for critical parameter changes.

Additional information: link

SnowKing.setOwnerTaxAccount(address)._account (#854) lacks a zero-check on :
- _fundWallet = _account (#856)
SnowKing.setPancakeSwapRouterAddress(address)._newRouterAddress (#1116) lacks a zero-check on :
- pancakeswapRouterAddress = _newRouterAddress (#1118)
Check that the address is not zero.

Additional information: link

Reentrancy in SnowKing._transfer(address,address,uint256) (#959-1024):
External calls:
- swapAndLiquify(contractTokenBalance) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1050-1056)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _liquidityFee = _previousLiquidityFee (#947)
- _liquidityFee = 0 (#942)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _liquidityFee = _previousLiquidityFee (#947)
- _liquidityFee = 0 (#942)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _liquidityFee = _previousLiquidityFee (#947)
- _liquidityFee = 0 (#942)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _previousLiquidityFee = _liquidityFee (#939)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _previousLiquidityFee = _liquidityFee (#939)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _previousLiquidityFee = _liquidityFee (#939)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _previousTaxFee = _shareFee (#938)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _previousTaxFee = _shareFee (#938)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _previousTaxFee = _shareFee (#938)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _shareFee = _previousTaxFee (#946)
- _shareFee = 0 (#941)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _shareFee = _previousTaxFee (#946)
- _shareFee = 0 (#941)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _shareFee = _previousTaxFee (#946)
- _shareFee = 0 (#941)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- _tFeeTotal = _tFeeTotal.add(tFee) (#880)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- _tFeeTotal = _tFeeTotal.add(tFee) (#880)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- _tFeeTotal = _tFeeTotal.add(tFee) (#880)
Reentrancy in SnowKing.constructor() (#681-703):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#689-690)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#695)
- _isExcludedFromFee[address(this)] = true (#696)
- _isExcludedFromFundFee[owner()] = true (#699)
- _isExcludedFromFundFee[address(this)] = true (#700)
- pancakeswapV2Router = _pancakeswapV2Router (#692)
Reentrancy in SnowKing.swapAndLiquify(uint256) (#1025-1042):
External calls:
- swapTokensForEth(half) (#1035)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1050-1056)
- addLiquidity(otherHalf,newBalance) (#1039)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1039)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1039)
- _allowances[owner][spender] = amount (#956)
Reentrancy in SnowKing.transferFrom(address,address,uint256) (#731-735):
External calls:
- _transfer(sender,recipient,amount) (#732)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1050-1056)
External calls sending eth:
- _transfer(sender,recipient,amount) (#732)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#733)
- _allowances[owner][spender] = amount (#956)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SnowKing._transfer(address,address,uint256) (#959-1024):
External calls:
- swapAndLiquify(contractTokenBalance) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1050-1056)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#995)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1095)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- Transfer(sender,recipient,tTransferAmount) (#1095)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- Transfer(sender,recipient,tTransferAmount) (#1095)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- Transfer(sender,recipient,tTransferAmount) (#1104)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- Transfer(sender,recipient,tTransferAmount) (#1104)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- Transfer(sender,recipient,tTransferAmount) (#1113)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- Transfer(sender,recipient,tTransferAmount) (#1113)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- Transfer(sender,recipient,tTransferAmount) (#1113)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- Transfer(sender,recipient,tTransferAmount) (#1104)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
- Transfer(sender,recipient,tTransferAmount) (#799)
- _tokenTransfer(from,to,amount,takeFee) (#1008)
- Transfer(sender,recipient,tTransferAmount) (#799)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1016)
- Transfer(sender,recipient,tTransferAmount) (#799)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1018)
Reentrancy in SnowKing.constructor() (#681-703):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#689-690)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#702)
Reentrancy in SnowKing.swapAndLiquify(uint256) (#1025-1042):
External calls:
- swapTokensForEth(half) (#1035)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1050-1056)
- addLiquidity(otherHalf,newBalance) (#1039)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1039)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#957)
- addLiquidity(otherHalf,newBalance) (#1039)
- SwapAndLiquify(half,newBalance,otherHalf) (#1041)
Reentrancy in SnowKing.transferFrom(address,address,uint256) (#731-735):
External calls:
- _transfer(sender,recipient,amount) (#732)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1050-1056)
External calls sending eth:
- _transfer(sender,recipient,amount) (#732)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1062-1069)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#957)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#733)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#238-247) uses assembly
- INLINE ASM (#245)
Address._functionCallWithValue(address,bytes,uint256,string) (#324-343) uses assembly
- INLINE ASM (#335-338)
Do not use evm assembly.

Additional information: link

SnowKing.includeInReward(address) (#777-790) has costly operations inside a loop:
- _excluded.pop() (#784)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#324-343) is never used and should be removed
Address.functionCall(address,bytes) (#288-290) is never used and should be removed
Address.functionCall(address,bytes,string) (#297-299) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#311-313) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#320-323) is never used and should be removed
Address.isContract(address) (#238-247) is never used and should be removed
Address.sendValue(address,uint256) (#264-269) is never used and should be removed
Context._msgData() (#212-215) is never used and should be removed
SafeMath.mod(uint256,uint256) (#188-190) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#203-206) is never used and should be removed
Remove unused functions.

Additional information: link

SnowKing._previousFundFee (#633) is set pre-construction with a non-constant function or state variable:
- _fundFee
SnowKing._fundWallet (#635) is set pre-construction with a non-constant function or state variable:
- _msgSender()
SnowKing._previousFundWallet (#636) is set pre-construction with a non-constant function or state variable:
- _fundWallet
SnowKing._previousTaxFee (#639) is set pre-construction with a non-constant function or state variable:
- _shareFee
SnowKing._previousLiquidityFee (#642) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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) (#264-269):
- (success) = recipient.call{value: amount}() (#267)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#324-343):
- (success,returndata) = target.call{value: weiValue}(data) (#327)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakeswapV2Pair.DOMAIN_SEPARATOR() (#450) is not in mixedCase
Function IPancakeswapV2Pair.PERMIT_TYPEHASH() (#451) is not in mixedCase
Function IPancakeswapV2Pair.MINIMUM_LIQUIDITY() (#465) is not in mixedCase
Function IPancakeswapV2Router01.WETH() (#483) is not in mixedCase
Event SnowKingnewPancakeswapRouterAddress(address) (#673) is not in CapWords
Parameter SnowKing.setFundFeePercent(uint256)._fundFeePercent (#847) is not in mixedCase
Parameter SnowKing.setOwnerTaxAccount(address)._account (#854) is not in mixedCase
Parameter SnowKing.setSwapAndLiquifyEnabled(bool)._enabled (#863) is not in mixedCase
Parameter SnowKing.calculateTaxFee(uint256)._amount (#924) is not in mixedCase
Parameter SnowKing.calculateLiquidityFee(uint256)._amount (#929) is not in mixedCase
Parameter SnowKing.setPancakeSwapRouterAddress(address)._newRouterAddress (#1116) is not in mixedCase
Constant SnowKing._tTotal (#625) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SnowKing._name (#628) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SnowKing._symbol (#629) is not in UPPER_CASE_WITH_UNDERSCORES
Constant SnowKing._decimals (#630) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SnowKing._fundFee (#632) is not in mixedCase
Variable SnowKing._fundWallet (#635) is not in mixedCase
Variable SnowKing._previousFundWallet (#636) is not in mixedCase
Variable SnowKing._shareFee (#638) is not in mixedCase
Variable SnowKing._liquidityFee (#641) is not in mixedCase
Variable SnowKing._maxTxAmount (#650) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#213)" inContext (#208-216)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IPancakeswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#487) is too similar to IPancakeswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#488)
Variable SnowKing.reflectionFromToken(uint256,bool).rTransferAmount (#756) is too similar to SnowKing._transferToExcluded(address,address,uint256).tTransferAmount (#1098)
Variable SnowKing._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#897) is too similar to SnowKing._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable SnowKing._getValues(uint256).rTransferAmount (#884) is too similar to SnowKing._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable SnowKing._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to SnowKing._transferToExcluded(address,address,uint256).tTransferAmount (#1098)
Variable SnowKing._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#897) is too similar to SnowKing._getTValues(uint256).tTransferAmount (#890)
Variable SnowKing._getValues(uint256).rTransferAmount (#884) is too similar to SnowKing._getTValues(uint256).tTransferAmount (#890)
Variable SnowKing.reflectionFromToken(uint256,bool).rTransferAmount (#756) is too similar to SnowKing._transferFromExcluded(address,address,uint256).tTransferAmount (#1107)
Variable SnowKing._transferToExcluded(address,address,uint256).rTransferAmount (#1098) is too similar to SnowKing._transferToExcluded(address,address,uint256).tTransferAmount (#1098)
Variable SnowKing._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to SnowKing._transferFromExcluded(address,address,uint256).tTransferAmount (#1107)
Variable SnowKing.reflectionFromToken(uint256,bool).rTransferAmount (#756) is too similar to SnowKing._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable SnowKing._transferToExcluded(address,address,uint256).rTransferAmount (#1098) is too similar to SnowKing._transferFromExcluded(address,address,uint256).tTransferAmount (#1107)
Variable SnowKing.reflectionFromToken(uint256,bool).rTransferAmount (#756) is too similar to SnowKing._getTValues(uint256).tTransferAmount (#890)
Variable SnowKing._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to SnowKing._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable SnowKing._transferFromExcluded(address,address,uint256).rTransferAmount (#1107) is too similar to SnowKing._transferFromExcluded(address,address,uint256).tTransferAmount (#1107)
Variable SnowKing._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#897) is too similar to SnowKing._transferToExcluded(address,address,uint256).tTransferAmount (#1098)
Variable SnowKing._getValues(uint256).rTransferAmount (#884) is too similar to SnowKing._transferToExcluded(address,address,uint256).tTransferAmount (#1098)
Variable SnowKing._transferToExcluded(address,address,uint256).rTransferAmount (#1098) is too similar to SnowKing._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable SnowKing._transferStandard(address,address,uint256).rTransferAmount (#1090) is too similar to SnowKing._transferFromExcluded(address,address,uint256).tTransferAmount (#1107)
Variable SnowKing._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#897) is too similar to SnowKing._transferFromExcluded(address,address,uint256).tTransferAmount (#1107)
Variable SnowKing._getValues(uint256).rTransferAmount (#884) is too similar to SnowKing._transferFromExcluded(address,address,uint256).tTransferAmount (#1107)
Variable SnowKing._transferFromExcluded(address,address,uint256).rTransferAmount (#1107) is too similar to SnowKing._getValues(uint256).tTransferAmount (#883)
Variable SnowKing._transferFromExcluded(address,address,uint256).rTransferAmount (#1107) is too similar to SnowKing._getTValues(uint256).tTransferAmount (#890)
Variable SnowKing._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to SnowKing._transferStandard(address,address,uint256).tTransferAmount (#1090)
Variable SnowKing._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to SnowKing._getValues(uint256).tTransferAmount (#883)
Variable SnowKing._transferStandard(address,address,uint256).rTransferAmount (#1090) is too similar to SnowKing._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable SnowKing._transferBothExcluded(address,address,uint256).rTransferAmount (#792) is too similar to SnowKing._getTValues(uint256).tTransferAmount (#890)
Variable SnowKing._transferStandard(address,address,uint256).rTransferAmount (#1090) is too similar to SnowKing._transferToExcluded(address,address,uint256).tTransferAmount (#1098)
Variable SnowKing.reflectionFromToken(uint256,bool).rTransferAmount (#756) is too similar to SnowKing._getValues(uint256).tTransferAmount (#883)
Variable SnowKing.reflectionFromToken(uint256,bool).rTransferAmount (#756) is too similar to SnowKing._transferStandard(address,address,uint256).tTransferAmount (#1090)
Variable SnowKing._transferFromExcluded(address,address,uint256).rTransferAmount (#1107) is too similar to SnowKing._transferBothExcluded(address,address,uint256).tTransferAmount (#792)
Variable SnowKing._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#897) is too similar to SnowKing._transferStandard(address,address,uint256).tTransferAmount (#1090)
Variable SnowKing._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#897) is too similar to SnowKing._getValues(uint256).tTransferAmount (#883)
Variable SnowKing._transferStandard(address,address,uint256).rTransferAmount (#1090) is too similar to SnowKing._transferStandard(address,address,uint256).tTransferAmount (#1090)
Variable SnowKing._transferStandard(address,address,uint256).rTransferAmount (#1090) is too similar to SnowKing._getValues(uint256).tTransferAmount (#883)
Variable SnowKing._transferFromExcluded(address,address,uint256).rTransferAmount (#1107) is too similar to SnowKing._transferToExcluded(address,address,uint256).tTransferAmount (#1098)
Variable SnowKing._transferStandard(address,address,uint256).rTransferAmount (#1090) is too similar to SnowKing._getTValues(uint256).tTransferAmount (#890)
Variable SnowKing._transferToExcluded(address,address,uint256).rTransferAmount (#1098) is too similar to SnowKing._transferStandard(address,address,uint256).tTransferAmount (#1090)
Variable SnowKing._transferToExcluded(address,address,uint256).rTransferAmount (#1098) is too similar to SnowKing._getValues(uint256).tTransferAmount (#883)
Variable SnowKing._transferToExcluded(address,address,uint256).rTransferAmount (#1098) is too similar to SnowKing._getTValues(uint256).tTransferAmount (#890)
Variable SnowKing._getValues(uint256).rTransferAmount (#884) is too similar to SnowKing._transferStandard(address,address,uint256).tTransferAmount (#1090)
Variable SnowKing._transferFromExcluded(address,address,uint256).rTransferAmount (#1107) is too similar to SnowKing._transferStandard(address,address,uint256).tTransferAmount (#1090)
Variable SnowKing._getValues(uint256).rTransferAmount (#884) is too similar to SnowKing._getValues(uint256).tTransferAmount (#883)
Prevent variables from having similar names.

Additional information: link

SnowKing.slitherConstructorVariables() (#612-1127) uses literals with too many digits:
- _maxTxAmount = 100000000000 * 10 ** 6 (#650)
SnowKing.slitherConstructorVariables() (#612-1127) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000000000 * 10 ** 6 (#654)
SnowKing.slitherConstructorConstantVariables() (#612-1127) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 (#625)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SnowKing.numTokensSellToAddToLiquidity (#654) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


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


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for SK