Strike Space Token Token Logo

$SST [Strike Space] Token

About $SST

Listings

Token 3 years

Website

white paper

StrikeN is a Web3 Shoot-to-Earn innovation with unique in-built features that allow users to equip themselves with NFTs in the form of spaceships. This project earns the credit as the world’s first Shoot-to-Earn NFT multiplayer spaceship shooter game whereby players are to shoot other spaceships so as to earn $SST (Strike Space Token) rewards which can either be used in-house or cashed out for profit.

Social

Laser Scorebeta Last Audit: 29 July 2022

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

Anti-Scam

Links


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

SST.addLiquidity(uint256,uint256) (#1507-1520) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SST._transfer(address,address,uint256) (#1428-1464):
External calls:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1498-1504)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1356)
- _rOwned[_charityAddress] = _rOwned[_charityAddress].add(rCharity) (#1365)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1582)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1560)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1606)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1561)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1198)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1607)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1584)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1200)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _rTotal = _rTotal.sub(rFee) (#1248)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1358)
- _tOwned[_charityAddress] = _tOwned[_charityAddress].add(tCharity) (#1367-1369)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1605)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1197)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1583)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1199)
Apply the check-effects-interactions pattern.

Additional information: link


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.


Contract ownership is not renounced (belongs to a wallet)

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#667) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#668)
Variable SST._charityAddress (#944) is too similar to SST.constructor(string,string,uint256,address,address,uint16,uint16,uint16).charityAddress_ (#970)
Variable SST._getValues(uint256).rTransferAmount (#1271) is too similar to SST._transferBothExcluded(address,address,uint256).tTransferAmount (#1192)
Variable SST.reflectionFromToken(uint256,bool).rTransferAmount (#1143) is too similar to SST._transferStandard(address,address,uint256).tTransferAmount (#1555)
Variable SST._transferFromExcluded(address,address,uint256).rTransferAmount (#1598) is too similar to SST._transferStandard(address,address,uint256).tTransferAmount (#1555)
Variable SST._transferBothExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to SST._transferStandard(address,address,uint256).tTransferAmount (#1555)
Variable SST._transferToExcluded(address,address,uint256).rTransferAmount (#1575) is too similar to SST._transferFromExcluded(address,address,uint256).tTransferAmount (#1600)
Variable SST.reflectionFromToken(uint256,bool).rTransferAmount (#1143) is too similar to SST._transferBothExcluded(address,address,uint256).tTransferAmount (#1192)
Variable SST._transferToExcluded(address,address,uint256).rTransferAmount (#1575) is too similar to SST._transferToExcluded(address,address,uint256).tTransferAmount (#1577)
Variable SST._transferBothExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to SST._transferBothExcluded(address,address,uint256).tTransferAmount (#1192)
Variable SST._transferFromExcluded(address,address,uint256).rTransferAmount (#1598) is too similar to SST._transferBothExcluded(address,address,uint256).tTransferAmount (#1192)
Variable SST._transferToExcluded(address,address,uint256).rTransferAmount (#1575) is too similar to SST._transferStandard(address,address,uint256).tTransferAmount (#1555)
Variable SST._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1327-1329) is too similar to SST._transferStandard(address,address,uint256).tTransferAmount (#1555)
Variable SST._transferStandard(address,address,uint256).rTransferAmount (#1553) is too similar to SST._transferStandard(address,address,uint256).tTransferAmount (#1555)
Variable SST._transferToExcluded(address,address,uint256).rTransferAmount (#1575) is too similar to SST._transferBothExcluded(address,address,uint256).tTransferAmount (#1192)
Variable SST._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1327-1329) is too similar to SST._transferBothExcluded(address,address,uint256).tTransferAmount (#1192)
Variable SST._transferFromExcluded(address,address,uint256).rTransferAmount (#1598) is too similar to SST._getValues(uint256).tTransferAmount (#1266)
Variable SST._transferToExcluded(address,address,uint256).rTransferAmount (#1575) is too similar to SST._getValues(uint256).tTransferAmount (#1266)
Variable SST._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1327-1329) is too similar to SST._getValues(uint256).tTransferAmount (#1266)
Variable SST._transferFromExcluded(address,address,uint256).rTransferAmount (#1598) is too similar to SST._getTValues(uint256).tTransferAmount (#1302-1304)
Variable SST._getValues(uint256).rTransferAmount (#1271) is too similar to SST._transferStandard(address,address,uint256).tTransferAmount (#1555)
Variable SST._transferToExcluded(address,address,uint256).rTransferAmount (#1575) is too similar to SST._getTValues(uint256).tTransferAmount (#1302-1304)
Variable SST._transferFromExcluded(address,address,uint256).rTransferAmount (#1598) is too similar to SST._transferFromExcluded(address,address,uint256).tTransferAmount (#1600)
Variable SST._transferFromExcluded(address,address,uint256).rTransferAmount (#1598) is too similar to SST._transferToExcluded(address,address,uint256).tTransferAmount (#1577)
Variable SST._charityFee (#939) is too similar to SST._getTValues(uint256).tCharityFee (#1301)
Variable SST.reflectionFromToken(uint256,bool).rTransferAmount (#1143) is too similar to SST._getTValues(uint256).tTransferAmount (#1302-1304)
Variable SST._transferStandard(address,address,uint256).rTransferAmount (#1553) is too similar to SST._getTValues(uint256).tTransferAmount (#1302-1304)
Variable SST._transferBothExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to SST._getValues(uint256).tTransferAmount (#1266)
Variable SST._getValues(uint256).rTransferAmount (#1271) is too similar to SST._getTValues(uint256).tTransferAmount (#1302-1304)
Variable SST.reflectionFromToken(uint256,bool).rTransferAmount (#1143) is too similar to SST._transferFromExcluded(address,address,uint256).tTransferAmount (#1600)
Variable SST._transferStandard(address,address,uint256).rTransferAmount (#1553) is too similar to SST._transferBothExcluded(address,address,uint256).tTransferAmount (#1192)
Variable SST._transferBothExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to SST._getTValues(uint256).tTransferAmount (#1302-1304)
Variable SST._transferStandard(address,address,uint256).rTransferAmount (#1553) is too similar to SST._transferFromExcluded(address,address,uint256).tTransferAmount (#1600)
Variable SST._getValues(uint256).rTransferAmount (#1271) is too similar to SST._transferFromExcluded(address,address,uint256).tTransferAmount (#1600)
Variable SST._transferBothExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to SST._transferFromExcluded(address,address,uint256).tTransferAmount (#1600)
Variable SST._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1327-1329) is too similar to SST._getTValues(uint256).tTransferAmount (#1302-1304)
Variable SST._transferStandard(address,address,uint256).rTransferAmount (#1553) is too similar to SST._transferToExcluded(address,address,uint256).tTransferAmount (#1577)
Variable SST.reflectionFromToken(uint256,bool).rTransferAmount (#1143) is too similar to SST._transferToExcluded(address,address,uint256).tTransferAmount (#1577)
Variable SST._getValues(uint256).rTransferAmount (#1271) is too similar to SST._transferToExcluded(address,address,uint256).tTransferAmount (#1577)
Variable SST._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1327-1329) is too similar to SST._transferFromExcluded(address,address,uint256).tTransferAmount (#1600)
Variable SST._transferBothExcluded(address,address,uint256).rTransferAmount (#1190) is too similar to SST._transferToExcluded(address,address,uint256).tTransferAmount (#1577)
Variable SST._transferStandard(address,address,uint256).rTransferAmount (#1553) is too similar to SST._getValues(uint256).tTransferAmount (#1266)
Variable SST.reflectionFromToken(uint256,bool).rTransferAmount (#1143) is too similar to SST._getValues(uint256).tTransferAmount (#1266)
Variable SST._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1327-1329) is too similar to SST._transferToExcluded(address,address,uint256).tTransferAmount (#1577)
Variable SST._getValues(uint256).rTransferAmount (#1271) is too similar to SST._getValues(uint256).tTransferAmount (#1266)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#175-177)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#183-186)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract ticker ($SST) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Function IUniswapV2Router01.WETH() (#662) is not in mixedCase
Parameter SST.setSwapAndLiquifyEnabled(bool)._enabled (#1239) is not in mixedCase
Parameter SST.calculateTaxFee(uint256)._amount (#1374) is not in mixedCase
Parameter SST.calculateLiquidityFee(uint256)._amount (#1378) is not in mixedCase
Parameter SST.calculateCharityFee(uint256)._amount (#1386) is not in mixedCase
Variable SST._taxFee (#933) is not in mixedCase
Variable SST._liquidityFee (#936) is not in mixedCase
Variable SST._charityFee (#939) is not in mixedCase
Variable SST._charityAddress (#944) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#490-495):
- (success) = recipient.call{value: amount}() (#493)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#558-569):
- (success,returndata) = target.call{value: value}(data) (#567)
Low level call in Address.functionStaticCall(address,bytes,string) (#587-596):
- (success,returndata) = target.staticcall(data) (#594)
Low level call in Address.functionDelegateCall(address,bytes,string) (#614-623):
- (success,returndata) = target.delegatecall(data) (#621)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

SST.addLiquidity(uint256,uint256) (#1507-1520) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
Ensure that all the return values of the function calls are used.

Additional information: link

SST.allowance(address,address).owner (#1045) shadows:
- Ownable.owner() (#157-159) (function)
SST._approve(address,address,uint256).owner (#1417) shadows:
- Ownable.owner() (#157-159) (function)
Rename the local variables that shadow another component.

Additional information: link

SST.setTaxFee(uint256) (#1215-1221) should emit an event for:
- _taxFee = taxFeeBps (#1216)
SST.setLiquidityFee(uint256) (#1223-1229) should emit an event for:
- _liquidityFee = liquidityFeeBps (#1224)
SST.setCharityFee(uint256) (#1231-1237) should emit an event for:
- _charityFee = charityFee (#1232)
Emit an event for critical parameter changes.

Additional information: link

SST.constructor(string,string,uint256,address,address,uint16,uint16,uint16).charityAddress_ (#970) lacks a zero-check on :
- _charityAddress = charityAddress_ (#993)
Check that the address is not zero.

Additional information: link

Reentrancy in SST._transfer(address,address,uint256) (#1428-1464):
External calls:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1498-1504)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _charityFee = _previousCharityFee (#1409)
- _charityFee = 0 (#1403)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _liquidityFee = _previousLiquidityFee (#1408)
- _liquidityFee = 0 (#1402)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _previousCharityFee = _charityFee (#1399)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _previousLiquidityFee = _liquidityFee (#1398)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _previousTaxFee = _taxFee (#1397)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1249)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- _taxFee = _previousTaxFee (#1407)
- _taxFee = 0 (#1401)
Reentrancy in SST.constructor(string,string,uint256,address,address,uint16,uint16,uint16) (#965-1013):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1004-1005)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#1009)
- _isExcludedFromFee[address(this)] = true (#1010)
- uniswapV2Router = _uniswapV2Router (#1007)
Reentrancy in SST.swapAndLiquify(uint256) (#1466-1487):
External calls:
- swapTokensForEth(half) (#1478)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1498-1504)
- addLiquidity(otherHalf,newBalance) (#1484)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1484)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1484)
- _allowances[owner][spender] = amount (#1424)
Reentrancy in SST.transferFrom(address,address,uint256) (#1063-1078):
External calls:
- _transfer(sender,recipient,amount) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1498-1504)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1069-1076)
- _allowances[owner][spender] = amount (#1424)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SST._transfer(address,address,uint256) (#1428-1464):
External calls:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1498-1504)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1451)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
Event emitted after the call(s):
- Transfer(_msgSender(),_charityAddress,tCharity) (#1370)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- Transfer(sender,recipient,tTransferAmount) (#1565)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- Transfer(sender,recipient,tTransferAmount) (#1611)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- Transfer(sender,recipient,tTransferAmount) (#1588)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
- Transfer(sender,recipient,tTransferAmount) (#1204)
- _tokenTransfer(from,to,amount,takeFee) (#1463)
Reentrancy in SST.constructor(string,string,uint256,address,address,uint16,uint16,uint16) (#965-1013):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1004-1005)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#1012)
Reentrancy in SST.swapAndLiquify(uint256) (#1466-1487):
External calls:
- swapTokensForEth(half) (#1478)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1498-1504)
- addLiquidity(otherHalf,newBalance) (#1484)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1484)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1425)
- addLiquidity(otherHalf,newBalance) (#1484)
- SwapAndLiquify(half,newBalance,otherHalf) (#1486)
Reentrancy in SST.transferFrom(address,address,uint256) (#1063-1078):
External calls:
- _transfer(sender,recipient,amount) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1498-1504)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1512-1519)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1425)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1069-1076)
Apply the check-effects-interactions pattern.

Additional information: link

Address.verifyCallResult(bool,bytes,string) (#631-651) uses assembly
- INLINE ASM (#643-646)
Do not use evm assembly.

Additional information: link

SST.includeInReward(address) (#1170-1181) has costly operations inside a loop:
- _excluded.pop() (#1177)
Use a local variable to hold the loop computation result.

Additional information: link

Address.functionCall(address,bytes) (#515-517) is never used and should be removed
Address.functionCall(address,bytes,string) (#525-531) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#544-550) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#558-569) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#604-606) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#614-623) is never used and should be removed
Address.functionStaticCall(address,bytes) (#577-579) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#587-596) is never used and should be removed
Address.isContract(address) (#466-472) is never used and should be removed
Address.sendValue(address,uint256) (#490-495) is never used and should be removed
Address.verifyCallResult(bool,bytes,string) (#631-651) is never used and should be removed
Context._msgData() (#108-110) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#391-400) is never used and should be removed
SafeMath.mod(uint256,uint256) (#351-353) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#417-426) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#222-228) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#264-269) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#276-281) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#247-257) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#235-240) is never used and should be removed
Remove unused functions.

Additional information: link

SST._previousTaxFee (#934) is set pre-construction with a non-constant function or state variable:
- _taxFee
SST._previousLiquidityFee (#937) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
SST._previousCharityFee (#940) is set pre-construction with a non-constant function or state variable:
- _charityFee
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.8.9 (#903) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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

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 less than 100. Token is either dead or inactive. Ignore for presale.


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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

Additional information: link


Unable to find token contract audit


Unable to find KYC or doxxing proof


Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


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


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 $SST

News for $SST