Supersonic Token Logo

SSN [Supersonic] Token

About SSN

Listings

Token 3 years
CoinMarketCap 3 years
[CoinMarketCap] alert: Please note that Supersonic Finance has migrated to new contract address.
white paper

Supersonic Finance - The nexus of a multi-chain DEX and a self-service launchpad for developers. The vision is to offer a very simple interface for users to convert their crypto assets on-chain and in a decentralized way. In addition, developers can raise funds via SuperSale and add liquidity for their investors via SuperDEX. $SSN can be used for governance, and can be staked to earn a portion of the fees charged via SuperSale and many other use cases

Laser Scorebeta Last Audit: 14 September 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...)

Reentrancy in Supersonic._transfer(address,address,uint256) (#952-1001):
External calls:
- swapAndLiquify(contractTokenBalance) (#988)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1035-1041)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#988)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#908)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1082)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1091)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#819)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1102)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1083)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1093)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1103)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#821)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _rTotal = _rTotal.sub(rFee) (#863)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#910)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1101)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#818)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1092)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#820)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Supersonic.addLiquidity(uint256,uint256) (#1044-1057) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
Ensure that all the return values of the function calls are used.

Additional information: link

Redundant expression "this (#224)" inContext (#218-227)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Supersonic.allowance(address,address).owner (#736) shadows:
- Ownable.owner() (#383-385) (function)
Supersonic._approve(address,address,uint256).owner (#944) shadows:
- Ownable.owner() (#383-385) (function)
Rename the local variables that shadow another component.

Additional information: link

Supersonic.setTaxFeePercent(uint256) (#835-838) should emit an event for:
- _taxFee = taxFee (#837)
Supersonic.setLiquidityFeePercent(uint256) (#840-843) should emit an event for:
- _liquidityFee = liquidityFee (#842)
Supersonic.setMaxTxPercent(uint256) (#845-850) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#847-849)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Supersonic._transfer(address,address,uint256) (#952-1001):
External calls:
- swapAndLiquify(contractTokenBalance) (#988)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1035-1041)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#988)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _liquidityFee = _previousLiquidityFee (#937)
- _liquidityFee = 0 (#932)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _previousLiquidityFee = _liquidityFee (#929)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _previousTaxFee = _taxFee (#928)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _tFeeTotal = _tFeeTotal.add(tFee) (#864)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- _taxFee = _previousTaxFee (#936)
- _taxFee = 0 (#931)
Reentrancy in Supersonic.constructor() (#692-708):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#697-698)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#704)
- _isExcludedFromFee[address(this)] = true (#705)
- uniswapV2Router = _uniswapV2Router (#701)
Reentrancy in Supersonic.swapAndLiquify(uint256) (#1003-1024):
External calls:
- swapTokensForEth(half) (#1015)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1035-1041)
- addLiquidity(otherHalf,newBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1021)
- _allowances[owner][spender] = amount (#948)
Reentrancy in Supersonic.transferFrom(address,address,uint256) (#745-749):
External calls:
- _transfer(sender,recipient,amount) (#746)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1035-1041)
External calls sending eth:
- _transfer(sender,recipient,amount) (#746)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#747)
- _allowances[owner][spender] = amount (#948)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Supersonic._transfer(address,address,uint256) (#952-1001):
External calls:
- swapAndLiquify(contractTokenBalance) (#988)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1035-1041)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#988)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1086)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- Transfer(sender,recipient,tTransferAmount) (#1106)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- Transfer(sender,recipient,tTransferAmount) (#1096)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
- Transfer(sender,recipient,tTransferAmount) (#824)
- _tokenTransfer(from,to,amount,takeFee) (#1000)
Reentrancy in Supersonic.constructor() (#692-708):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#697-698)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#707)
Reentrancy in Supersonic.swapAndLiquify(uint256) (#1003-1024):
External calls:
- swapTokensForEth(half) (#1015)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1035-1041)
- addLiquidity(otherHalf,newBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1021)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#949)
- addLiquidity(otherHalf,newBalance) (#1021)
- SwapAndLiquify(half,newBalance,otherHalf) (#1023)
Reentrancy in Supersonic.transferFrom(address,address,uint256) (#745-749):
External calls:
- _transfer(sender,recipient,amount) (#746)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1035-1041)
External calls sending eth:
- _transfer(sender,recipient,amount) (#746)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1049-1056)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#949)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#747)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#247-256) uses assembly
- INLINE ASM (#254)
Address._functionCallWithValue(address,bytes,uint256,string) (#340-361) uses assembly
- INLINE ASM (#353-356)
Do not use evm assembly.

Additional information: link

Supersonic.includeInReward(address) (#804-815) has costly operations inside a loop:
- _excluded.pop() (#811)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#340-361) is never used and should be removed
Address.functionCall(address,bytes) (#300-302) is never used and should be removed
Address.functionCall(address,bytes,string) (#310-312) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#325-327) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#335-338) is never used and should be removed
Address.isContract(address) (#247-256) is never used and should be removed
Address.sendValue(address,uint256) (#274-280) is never used and should be removed
Context._msgData() (#223-226) is never used and should be removed
SafeMath.mod(uint256,uint256) (#196-198) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#212-215) is never used and should be removed
Remove unused functions.

Additional information: link

Supersonic._rTotal (#655) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Supersonic._previousTaxFee (#663) is set pre-construction with a non-constant function or state variable:
- _taxFee
Supersonic._previousLiquidityFee (#666) 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) (#274-280):
- (success) = recipient.call{value: amount}() (#278)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#340-361):
- (success,returndata) = target.call{value: weiValue}(data) (#344)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#469) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#470) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#487) is not in mixedCase
Function IUniswapV2Router01.WETH() (#507) is not in mixedCase
Parameter Supersonic.setSwapAndLiquifyEnabled(bool)._enabled (#851) is not in mixedCase
Parameter Supersonic.calculateTaxFee(uint256)._amount (#913) is not in mixedCase
Parameter Supersonic.calculateLiquidityFee(uint256)._amount (#919) is not in mixedCase
Variable Supersonic._taxFee (#662) is not in mixedCase
Variable Supersonic._liquidityFee (#665) is not in mixedCase
Variable Supersonic._maxTxAmount (#675) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#512) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#513)
Variable Supersonic._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to Supersonic._transferToExcluded(address,address,uint256).tTransferAmount (#1090)
Variable Supersonic.reflectionFromToken(uint256,bool).rTransferAmount (#784) is too similar to Supersonic._transferBothExcluded(address,address,uint256).tTransferAmount (#817)
Variable Supersonic.reflectionFromToken(uint256,bool).rTransferAmount (#784) is too similar to Supersonic._transferToExcluded(address,address,uint256).tTransferAmount (#1090)
Variable Supersonic._transferStandard(address,address,uint256).rTransferAmount (#1081) is too similar to Supersonic._transferBothExcluded(address,address,uint256).tTransferAmount (#817)
Variable Supersonic._transferStandard(address,address,uint256).rTransferAmount (#1081) is too similar to Supersonic._transferToExcluded(address,address,uint256).tTransferAmount (#1090)
Variable Supersonic._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#884) is too similar to Supersonic._transferToExcluded(address,address,uint256).tTransferAmount (#1090)
Variable Supersonic._transferBothExcluded(address,address,uint256).rTransferAmount (#817) is too similar to Supersonic._getValues(uint256).tTransferAmount (#868)
Variable Supersonic.reflectionFromToken(uint256,bool).rTransferAmount (#784) is too similar to Supersonic._getValues(uint256).tTransferAmount (#868)
Variable Supersonic._transferStandard(address,address,uint256).rTransferAmount (#1081) is too similar to Supersonic._getValues(uint256).tTransferAmount (#868)
Variable Supersonic._transferStandard(address,address,uint256).rTransferAmount (#1081) is too similar to Supersonic._transferStandard(address,address,uint256).tTransferAmount (#1081)
Variable Supersonic._getValues(uint256).rTransferAmount (#869) is too similar to Supersonic._transferToExcluded(address,address,uint256).tTransferAmount (#1090)
Variable Supersonic._transferBothExcluded(address,address,uint256).rTransferAmount (#817) is too similar to Supersonic._transferBothExcluded(address,address,uint256).tTransferAmount (#817)
Variable Supersonic._transferBothExcluded(address,address,uint256).rTransferAmount (#817) is too similar to Supersonic._transferToExcluded(address,address,uint256).tTransferAmount (#1090)
Variable Supersonic._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#884) is too similar to Supersonic._transferFromExcluded(address,address,uint256).tTransferAmount (#1100)
Variable Supersonic._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#884) is too similar to Supersonic._transferBothExcluded(address,address,uint256).tTransferAmount (#817)
Variable Supersonic._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#884) is too similar to Supersonic._getValues(uint256).tTransferAmount (#868)
Variable Supersonic._transferBothExcluded(address,address,uint256).rTransferAmount (#817) is too similar to Supersonic._transferFromExcluded(address,address,uint256).tTransferAmount (#1100)
Variable Supersonic._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to Supersonic._transferFromExcluded(address,address,uint256).tTransferAmount (#1100)
Variable Supersonic._transferStandard(address,address,uint256).rTransferAmount (#1081) is too similar to Supersonic._getTValues(uint256).tTransferAmount (#876)
Variable Supersonic._transferFromExcluded(address,address,uint256).rTransferAmount (#1100) is too similar to Supersonic._transferFromExcluded(address,address,uint256).tTransferAmount (#1100)
Variable Supersonic._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#884) is too similar to Supersonic._transferStandard(address,address,uint256).tTransferAmount (#1081)
Variable Supersonic._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to Supersonic._transferBothExcluded(address,address,uint256).tTransferAmount (#817)
Variable Supersonic._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to Supersonic._getValues(uint256).tTransferAmount (#868)
Variable Supersonic._transferFromExcluded(address,address,uint256).rTransferAmount (#1100) is too similar to Supersonic._transferBothExcluded(address,address,uint256).tTransferAmount (#817)
Variable Supersonic._transferFromExcluded(address,address,uint256).rTransferAmount (#1100) is too similar to Supersonic._transferToExcluded(address,address,uint256).tTransferAmount (#1090)
Variable Supersonic._transferFromExcluded(address,address,uint256).rTransferAmount (#1100) is too similar to Supersonic._getValues(uint256).tTransferAmount (#868)
Variable Supersonic._transferBothExcluded(address,address,uint256).rTransferAmount (#817) is too similar to Supersonic._transferStandard(address,address,uint256).tTransferAmount (#1081)
Variable Supersonic._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to Supersonic._transferStandard(address,address,uint256).tTransferAmount (#1081)
Variable Supersonic.reflectionFromToken(uint256,bool).rTransferAmount (#784) is too similar to Supersonic._transferFromExcluded(address,address,uint256).tTransferAmount (#1100)
Variable Supersonic._transferFromExcluded(address,address,uint256).rTransferAmount (#1100) is too similar to Supersonic._transferStandard(address,address,uint256).tTransferAmount (#1081)
Variable Supersonic._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#884) is too similar to Supersonic._getTValues(uint256).tTransferAmount (#876)
Variable Supersonic._getValues(uint256).rTransferAmount (#869) is too similar to Supersonic._transferFromExcluded(address,address,uint256).tTransferAmount (#1100)
Variable Supersonic._getValues(uint256).rTransferAmount (#869) is too similar to Supersonic._transferBothExcluded(address,address,uint256).tTransferAmount (#817)
Variable Supersonic._transferBothExcluded(address,address,uint256).rTransferAmount (#817) is too similar to Supersonic._getTValues(uint256).tTransferAmount (#876)
Variable Supersonic._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to Supersonic._getTValues(uint256).tTransferAmount (#876)
Variable Supersonic._getValues(uint256).rTransferAmount (#869) is too similar to Supersonic._getValues(uint256).tTransferAmount (#868)
Variable Supersonic.reflectionFromToken(uint256,bool).rTransferAmount (#784) is too similar to Supersonic._transferStandard(address,address,uint256).tTransferAmount (#1081)
Variable Supersonic._transferFromExcluded(address,address,uint256).rTransferAmount (#1100) is too similar to Supersonic._getTValues(uint256).tTransferAmount (#876)
Variable Supersonic._transferStandard(address,address,uint256).rTransferAmount (#1081) is too similar to Supersonic._transferFromExcluded(address,address,uint256).tTransferAmount (#1100)
Variable Supersonic._getValues(uint256).rTransferAmount (#869) is too similar to Supersonic._transferStandard(address,address,uint256).tTransferAmount (#1081)
Variable Supersonic.reflectionFromToken(uint256,bool).rTransferAmount (#784) is too similar to Supersonic._getTValues(uint256).tTransferAmount (#876)
Variable Supersonic._getValues(uint256).rTransferAmount (#869) is too similar to Supersonic._getTValues(uint256).tTransferAmount (#876)
Prevent variables from having similar names.

Additional information: link

Supersonic.slitherConstructorVariables() (#640-1113) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#654)
Supersonic.slitherConstructorVariables() (#640-1113) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#675)
Supersonic.slitherConstructorVariables() (#640-1113) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#676)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Supersonic._decimals (#660) should be constant
Supersonic._name (#658) should be constant
Supersonic._symbol (#659) should be constant
Supersonic._tTotal (#654) should be constant
Supersonic.numTokensSellToAddToLiquidity (#676) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#402-405)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#411-415)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#417-419)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#422-427)
unlock() should be declared external:
- Ownable.unlock() (#430-435)
name() should be declared external:
- Supersonic.name() (#710-712)
symbol() should be declared external:
- Supersonic.symbol() (#714-716)
decimals() should be declared external:
- Supersonic.decimals() (#718-720)
totalSupply() should be declared external:
- Supersonic.totalSupply() (#722-724)
allowance(address,address) should be declared external:
- Supersonic.allowance(address,address) (#736-738)
isExcludedFromReward(address) should be declared external:
- Supersonic.isExcludedFromReward(address) (#761-763)
totalFees() should be declared external:
- Supersonic.totalFees() (#765-767)
deliver(uint256) should be declared external:
- Supersonic.deliver(uint256) (#769-776)
reflectionFromToken(uint256,bool) should be declared external:
- Supersonic.reflectionFromToken(uint256,bool) (#778-787)
isExcludedFromFee(address) should be declared external:
- Supersonic.isExcludedFromFee(address) (#940-942)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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

Contract has 10% buy tax and 7% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Unable to find Youtube account


Token was delisted from CoinGecko

Additional information: link


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

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low

Price for SSN

News for SSN