SOSFOUNDATION.io Token Logo

SOS [SOSFOUNDATION.io] Token

About SOS

Listings

Token 2 years

The SOS project is a decentralized, community-driven utility token dedicated to supporting humanitarian programmes, preserving creative arts communities and protecting our planet’s environmental resources.

The SOS project has been created for the betterment of our society to help solve the most severe problems facing the human race today.

Through the unique economy design, the project charges 5% for buyer tax and 10% for seller tax. The tax will be applied towards charity as well as static yield return and jackpot (triggered by a market cap goal set by the algorithm. ) which contributes back to the community.

The SOS Foundation has established relationships with several beneficiary foundations to receive donations from the SOS Foundation.

You can find more details here: https://docs.google.com/presentation/d/1YsHPYbUrVCh3vXP-S0S9ArFj7wT7qr0ms7ldYgYWCW8/edit?usp=sharing

Social

Laser Scorebeta Last Audit: 25 December 2021

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...)

SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by _quoteTokenPool.transfer(address(this),lpQuoteAmount) (#1377)
SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by _quoteTokenPool.transfer(_communityAddress,quoteAmount.sub(lpQuoteAmount)) (#1392)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#788-819) uses a dangerous strict equality:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#793)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

Contract name (SOSFOUNDATION.io) 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.

Reentrancy in SOS._transfer(address,address,uint256) (#1292-1463):
External calls:
- r.swapExactTokensForTokensSupportingFeeOnTransferTokens(sellAmount,0,path,address(_quoteTokenPool),block.timestamp) (#1363-1369)
- _quoteTokenPool.transfer(address(this),lpQuoteAmount) (#1377)
- IERC20(_quoteToken).approve(_router,lpQuoteAmount) (#1379)
- r.addLiquidity(address(this),_quoteToken,lpTokenBaseAmount,lpQuoteAmount,0,0,owner(),block.timestamp) (#1381-1390)
- _quoteTokenPool.transfer(_communityAddress,quoteAmount.sub(lpQuoteAmount)) (#1392)
State variables written after the call(s):
- _transferToExcluded(sender,recipient,amount,initialAmount.mul(_reflectSellFeePct).div(10000)) (#1398)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1475)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1477)
- _transferToExcluded(sender,recipient,amount,initialAmount.mul(_reflectSellFeePct).div(10000)) (#1398)
- _rTotal = _rTotal.sub(rFee) (#1502)
- _transferToExcluded(sender,recipient,amount,initialAmount.mul(_reflectSellFeePct).div(10000)) (#1398)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1503)
- _transferToExcluded(sender,recipient,amount,initialAmount.mul(_reflectSellFeePct).div(10000)) (#1398)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1476)
Reentrancy in SOS.constructor(address,address,address,address) (#1053-1097):
External calls:
- pair = f.createPair(address(this),_quoteToken) (#1089)
State variables written after the call(s):
- setPair(pair,true) (#1091)
- _excluded.push(account) (#1267)
- _excluded[i] = _excluded[_excluded.length - 1] (#1274)
- _excluded.pop() (#1277)
- setPair(pair,true) (#1091)
- _isExcluded[account] = true (#1266)
- _isExcluded[account] = false (#1276)
- setPair(pair,true) (#1091)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#1264)
- _tOwned[account] = 0 (#1275)
Apply the check-effects-interactions pattern.

Additional information: link

SOS.balanceOfHolders(uint256,uint256).balanceList (#1179) is a local variable never initialized
SOS.balanceOfHolders(uint256,uint256).addressList (#1178) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

SOS.constructor(address,address,address,address) (#1053-1097) ignores return value by _holders.add(_msgSender()) (#1078)
SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by IERC20(_quoteToken).approve(_router,lpQuoteAmount) (#1379)
SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by r.addLiquidity(address(this),_quoteToken,lpTokenBaseAmount,lpQuoteAmount,0,0,owner(),block.timestamp) (#1381-1390)
SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by _holders.add(sender) (#1460)
SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by _holders.remove(sender) (#1460)
SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by _holders.add(recipient) (#1461)
SOS._transfer(address,address,uint256) (#1292-1463) ignores return value by _holders.remove(recipient) (#1461)
Ensure that all the return values of the function calls are used.

Additional information: link

SOS.allowance(address,address).owner (#1207) shadows:
- Ownable.owner() (#621-623) (function)
SOS._approve(address,address,uint256).owner (#1283) shadows:
- Ownable.owner() (#621-623) (function)
Rename the local variables that shadow another component.

Additional information: link

SOS.setBuyMaxAmount(uint256) (#1099-1101) should emit an event for:
- _buyMaxAmount = buyMaxAmount (#1100)
SOS.setSellMaxAmount(uint256) (#1103-1105) should emit an event for:
- _sellMaxAmount = sellMaxAmount (#1104)
SOS.setHolderMinBalance(uint256) (#1107-1109) should emit an event for:
- _holderMinBalance = minBalance (#1108)
SOS.setCommunity(address,uint256,uint256) (#1128-1134) should emit an event for:
- _communityBuyFeePct = buyFeePct (#1131)
- _communitySellFeePct = sellFeePct (#1132)
SOS.setJackpot(address,uint256,uint256) (#1136-1143) should emit an event for:
- _jackpotBuyFeePct = buyFeePct (#1140)
- _jackpotSellFeePct = sellFeePct (#1141)
SOS.setLP(uint256) (#1145-1149) should emit an event for:
- _lpSellFeePct = sellFeePct (#1147)
Emit an event for critical parameter changes.

Additional information: link

LGEWhitelisted.createLGEWhitelist(address,uint256[],uint256[]).pairAddress (#709) lacks a zero-check on :
- _lgePairAddress = pairAddress (#712)
SOS.constructor(address,address,address,address).router (#1053) lacks a zero-check on :
- _router = router (#1055)
SOS.constructor(address,address,address,address).communityAddress (#1053) lacks a zero-check on :
- _communityAddress = communityAddress (#1059)
SOS.constructor(address,address,address,address).jackpotAddress (#1053) lacks a zero-check on :
- _jackpotAddress = jackpotAddress (#1063)
SOS.constructor(address,address,address,address).quoteToken (#1053) lacks a zero-check on :
- _quoteToken = quoteToken (#1087)
SOS.setRouter(address).r (#1112) lacks a zero-check on :
- _router = r (#1113)
SOS.setCommunity(address,uint256,uint256).a (#1128) lacks a zero-check on :
- _communityAddress = a (#1130)
SOS.setJackpot(address,uint256,uint256).a (#1136) lacks a zero-check on :
- _jackpotAddress = a (#1138)
Check that the address is not zero.

Additional information: link

Reentrancy in SOS.constructor(address,address,address,address) (#1053-1097):
External calls:
- pair = f.createPair(address(this),_quoteToken) (#1089)
State variables written after the call(s):
- _holderMinBalance = 1e9 (#1093)
- setPair(pair,true) (#1091)
- _pair[a] = pair (#1124)
- _quoteTokenPool = new TokenPool(IERC20(_quoteToken)) (#1095)
Reentrancy in SOS.transferFrom(address,address,uint256) (#1216-1220):
External calls:
- _transfer(sender,recipient,amount) (#1217)
- r.swapExactTokensForTokensSupportingFeeOnTransferTokens(sellAmount,0,path,address(_quoteTokenPool),block.timestamp) (#1363-1369)
- _quoteTokenPool.transfer(address(this),lpQuoteAmount) (#1377)
- IERC20(_quoteToken).approve(_router,lpQuoteAmount) (#1379)
- r.addLiquidity(address(this),_quoteToken,lpTokenBaseAmount,lpQuoteAmount,0,0,owner(),block.timestamp) (#1381-1390)
- _quoteTokenPool.transfer(_communityAddress,quoteAmount.sub(lpQuoteAmount)) (#1392)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1218)
- _allowances[owner][spender] = amount (#1287)
Apply the check-effects-interactions pattern.

Additional information: link

SOS._decimals (#1026) should be constant
SOS._name (#1024) should be constant
SOS._symbol (#1025) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Reentrancy in SOS._transfer(address,address,uint256) (#1292-1463):
External calls:
- r.swapExactTokensForTokensSupportingFeeOnTransferTokens(sellAmount,0,path,address(_quoteTokenPool),block.timestamp) (#1363-1369)
- _quoteTokenPool.transfer(address(this),lpQuoteAmount) (#1377)
- IERC20(_quoteToken).approve(_router,lpQuoteAmount) (#1379)
- r.addLiquidity(address(this),_quoteToken,lpTokenBaseAmount,lpQuoteAmount,0,0,owner(),block.timestamp) (#1381-1390)
- _quoteTokenPool.transfer(_communityAddress,quoteAmount.sub(lpQuoteAmount)) (#1392)
Event emitted after the call(s):
- SellFees(communitySellFeeAmount,jackpotSellFeeAmount,lpSellFeeAmount,initialAmount.mul(_reflectSellFeePct).div(10000)) (#1400)
- Transfer(sender,recipient,tTransferAmount) (#1479)
- _transferToExcluded(sender,recipient,amount,initialAmount.mul(_reflectSellFeePct).div(10000)) (#1398)
Reentrancy in SOS.transferFrom(address,address,uint256) (#1216-1220):
External calls:
- _transfer(sender,recipient,amount) (#1217)
- r.swapExactTokensForTokensSupportingFeeOnTransferTokens(sellAmount,0,path,address(_quoteTokenPool),block.timestamp) (#1363-1369)
- _quoteTokenPool.transfer(address(this),lpQuoteAmount) (#1377)
- IERC20(_quoteToken).approve(_router,lpQuoteAmount) (#1379)
- r.addLiquidity(address(this),_quoteToken,lpTokenBaseAmount,lpQuoteAmount,0,0,owner(),block.timestamp) (#1381-1390)
- _quoteTokenPool.transfer(_communityAddress,quoteAmount.sub(lpQuoteAmount)) (#1392)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1288)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#1218)
Apply the check-effects-interactions pattern.

Additional information: link

LGEWhitelisted.getLGEWhitelistRound() (#763-781) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp > 0 (#765)
- now <= wlCloseTimestampLast (#774)
LGEWhitelisted._applyLGEWhitelist(address,address,uint256) (#788-819) uses timestamp for comparisons
Dangerous comparisons:
- _lgeTimestamp == 0 && sender != _lgePairAddress && recipient == _lgePairAddress && amount > 0 (#793)
- wlRoundNumber > 0 (#801)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#271-280) uses assembly
- INLINE ASM (#278)
Address._functionCallWithValue(address,bytes,uint256,string) (#364-385) uses assembly
- INLINE ASM (#377-380)
Do not use evm assembly.

Additional information: link

SOS.includeAccount(address) (#1270-1281) has costly operations inside a loop:
- _excluded.pop() (#1277)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#364-385) is never used and should be removed
Address.functionCall(address,bytes) (#324-326) is never used and should be removed
Address.functionCall(address,bytes,string) (#334-336) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#349-351) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#359-362) is never used and should be removed
Address.isContract(address) (#271-280) is never used and should be removed
Address.sendValue(address,uint256) (#298-304) is never used and should be removed
Context._msgData() (#33-36) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#561-563) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#599-601) is never used and should be removed
EnumerableSet.contains(EnumerableSet.AddressSet,address) (#523-525) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#578-580) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#585-587) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#571-573) is never used and should be removed
SafeMath.mod(uint256,uint256) (#231-233) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#247-250) is never used and should be removed
TransferHelper.safeApprove(address,address,uint256) (#4-8) is never used and should be removed
TransferHelper.safeTransferETH(address,uint256) (#22-25) is never used and should be removed
TransferHelper.safeTransferFrom(address,address,address,uint256) (#16-20) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in TransferHelper.safeApprove(address,address,uint256) (#4-8):
- (success,data) = token.call(abi.encodeWithSelector(0x095ea7b3,to,value)) (#6)
Low level call in TransferHelper.safeTransfer(address,address,uint256) (#10-14):
- (success,data) = token.call(abi.encodeWithSelector(0xa9059cbb,to,value)) (#12)
Low level call in TransferHelper.safeTransferFrom(address,address,address,uint256) (#16-20):
- (success,data) = token.call(abi.encodeWithSelector(0x23b872dd,from,to,value)) (#18)
Low level call in TransferHelper.safeTransferETH(address,uint256) (#22-25):
- (success) = to.call{value: value}(new bytes(0)) (#23)
Low level call in Address.sendValue(address,uint256) (#298-304):
- (success) = recipient.call{value: amount}() (#302)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#364-385):
- (success,returndata) = target.call{value: weiValue}(data) (#368)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable LGEWhitelisted._lgeWhitelistRounds (#667) is not in mixedCase
Variable LGEWhitelisted._lgeTimestamp (#669) is not in mixedCase
Variable LGEWhitelisted._lgePairAddress (#670) is not in mixedCase
Variable LGEWhitelisted._whitelister (#672) is not in mixedCase
Function IUniswapV2Router01.WETH() (#841) is not in mixedCase
Constant SOS._tTotal (#1020) is not in UPPER_CASE_WITH_UNDERSCORES
Variable SOS._router (#1028) is not in mixedCase
Variable SOS._pair (#1030) is not in mixedCase
Variable SOS._communityAddress (#1032) is not in mixedCase
Variable SOS._communityBuyFeePct (#1033) is not in mixedCase
Variable SOS._communitySellFeePct (#1034) is not in mixedCase
Variable SOS._jackpotAddress (#1036) is not in mixedCase
Variable SOS._jackpotBuyFeePct (#1037) is not in mixedCase
Variable SOS._jackpotSellFeePct (#1038) is not in mixedCase
Variable SOS._lpSellFeePct (#1040) is not in mixedCase
Variable SOS._reflectSellFeePct (#1042) is not in mixedCase
Variable SOS._holders (#1044) is not in mixedCase
Variable SOS._holderMinBalance (#1045) is not in mixedCase
Variable SOS._quoteToken (#1047) is not in mixedCase
Variable SOS._quoteTokenPool (#1048) is not in mixedCase
Variable SOS._buyMaxAmount (#1050) is not in mixedCase
Variable SOS._sellMaxAmount (#1051) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#34)" inContext (#28-37)
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 (#846) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#847)
Variable SOS._getRValues(uint256,uint256,uint256).rTransferAmount (#1516) is too similar to SOS._transferToExcluded(address,address,uint256,uint256).tTransferAmount (#1474)
Variable SOS._getRValues(uint256,uint256,uint256).rTransferAmount (#1516) is too similar to SOS._transferFromExcluded(address,address,uint256,uint256).tTransferAmount (#1483)
Variable SOS._transferFromExcluded(address,address,uint256,uint256).rTransferAmount (#1483) is too similar to SOS._transferStandard(address,address,uint256,uint256).tTransferAmount (#1466)
Variable SOS._transferStandard(address,address,uint256,uint256).rTransferAmount (#1466) is too similar to SOS._transferFromExcluded(address,address,uint256,uint256).tTransferAmount (#1483)
Variable SOS._getValues(uint256,uint256).rTransferAmount (#1509) is too similar to SOS._transferStandard(address,address,uint256,uint256).tTransferAmount (#1466)
Variable SOS._transferToExcluded(address,address,uint256,uint256).rTransferAmount (#1474) is too similar to SOS._getValues(uint256,uint256).tTransferAmount (#1507)
Variable SOS._transferBothExcluded(address,address,uint256,uint256).rTransferAmount (#1492) is too similar to SOS._getValues(uint256,uint256).tTransferAmount (#1507)
Variable SOS._transferFromExcluded(address,address,uint256,uint256).rTransferAmount (#1483) is too similar to SOS._transferFromExcluded(address,address,uint256,uint256).tTransferAmount (#1483)
Variable SOS._getRValues(uint256,uint256,uint256).rTransferAmount (#1516) is too similar to SOS._getValues(uint256,uint256).tTransferAmount (#1507)
Variable SOS._transferToExcluded(address,address,uint256,uint256).rTransferAmount (#1474) is too similar to SOS._transferStandard(address,address,uint256,uint256).tTransferAmount (#1466)
Variable SOS._transferBothExcluded(address,address,uint256,uint256).rTransferAmount (#1492) is too similar to SOS._transferStandard(address,address,uint256,uint256).tTransferAmount (#1466)
Variable SOS._transferToExcluded(address,address,uint256,uint256).rTransferAmount (#1474) is too similar to SOS._transferBothExcluded(address,address,uint256,uint256).tTransferAmount (#1492)
Variable SOS._getRValues(uint256,uint256,uint256).rTransferAmount (#1516) is too similar to SOS._transferStandard(address,address,uint256,uint256).tTransferAmount (#1466)
Variable SOS._transferBothExcluded(address,address,uint256,uint256).rTransferAmount (#1492) is too similar to SOS._transferBothExcluded(address,address,uint256,uint256).tTransferAmount (#1492)
Variable SOS._getRValues(uint256,uint256,uint256).rTransferAmount (#1516) is too similar to SOS._transferBothExcluded(address,address,uint256,uint256).tTransferAmount (#1492)
Variable SOS._getValues(uint256,uint256).rTransferAmount (#1509) is too similar to SOS._transferFromExcluded(address,address,uint256,uint256).tTransferAmount (#1483)
Variable SOS._transferStandard(address,address,uint256,uint256).rTransferAmount (#1466) is too similar to SOS._transferStandard(address,address,uint256,uint256).tTransferAmount (#1466)
Variable SOS._transferToExcluded(address,address,uint256,uint256).rTransferAmount (#1474) is too similar to SOS._transferToExcluded(address,address,uint256,uint256).tTransferAmount (#1474)
Variable SOS._transferToExcluded(address,address,uint256,uint256).rTransferAmount (#1474) is too similar to SOS._transferFromExcluded(address,address,uint256,uint256).tTransferAmount (#1483)
Variable SOS._transferBothExcluded(address,address,uint256,uint256).rTransferAmount (#1492) is too similar to SOS._transferFromExcluded(address,address,uint256,uint256).tTransferAmount (#1483)
Variable SOS._transferBothExcluded(address,address,uint256,uint256).rTransferAmount (#1492) is too similar to SOS._transferToExcluded(address,address,uint256,uint256).tTransferAmount (#1474)
Variable SOS._getValues(uint256,uint256).rTransferAmount (#1509) is too similar to SOS._getValues(uint256,uint256).tTransferAmount (#1507)
Variable SOS._getValues(uint256,uint256).rTransferAmount (#1509) is too similar to SOS._transferBothExcluded(address,address,uint256,uint256).tTransferAmount (#1492)
Variable SOS._transferFromExcluded(address,address,uint256,uint256).rTransferAmount (#1483) is too similar to SOS._getValues(uint256,uint256).tTransferAmount (#1507)
Variable SOS._transferFromExcluded(address,address,uint256,uint256).rTransferAmount (#1483) is too similar to SOS._transferBothExcluded(address,address,uint256,uint256).tTransferAmount (#1492)
Variable SOS._getValues(uint256,uint256).rTransferAmount (#1509) is too similar to SOS._transferToExcluded(address,address,uint256,uint256).tTransferAmount (#1474)
Variable SOS._transferFromExcluded(address,address,uint256,uint256).rTransferAmount (#1483) is too similar to SOS._transferToExcluded(address,address,uint256,uint256).tTransferAmount (#1474)
Variable SOS._transferStandard(address,address,uint256,uint256).rTransferAmount (#1466) is too similar to SOS._getValues(uint256,uint256).tTransferAmount (#1507)
Variable SOS._transferStandard(address,address,uint256,uint256).rTransferAmount (#1466) is too similar to SOS._transferBothExcluded(address,address,uint256,uint256).tTransferAmount (#1492)
Variable SOS._transferStandard(address,address,uint256,uint256).rTransferAmount (#1466) is too similar to SOS._transferToExcluded(address,address,uint256,uint256).tTransferAmount (#1474)
Prevent variables from having similar names.

Additional information: link

SOS.constructor(address,address,address,address) (#1053-1097) uses literals with too many digits:
- _buyMaxAmount = 10000000e9 (#1072)
SOS.constructor(address,address,address,address) (#1053-1097) uses literals with too many digits:
- _sellMaxAmount = 10000000e9 (#1073)
SOS.slitherConstructorConstantVariables() (#1002-1545) uses literals with too many digits:
- _tTotal = 1000000000e9 (#1020)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#640-643)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#649-653)
balance() should be declared external:
- TokenPool.balance() (#985-987)
name() should be declared external:
- SOS.name() (#1151-1153)
symbol() should be declared external:
- SOS.symbol() (#1155-1157)
decimals() should be declared external:
- SOS.decimals() (#1159-1161)
totalSupply() should be declared external:
- SOS.totalSupply() (#1163-1165)
holders() should be declared external:
- SOS.holders() (#1172-1174)
transfer(address,uint256) should be declared external:
- SOS.transfer(address,uint256) (#1202-1205)
allowance(address,address) should be declared external:
- SOS.allowance(address,address) (#1207-1209)
approve(address,uint256) should be declared external:
- SOS.approve(address,uint256) (#1211-1214)
transferFrom(address,address,uint256) should be declared external:
- SOS.transferFrom(address,address,uint256) (#1216-1220)
increaseAllowance(address,uint256) should be declared external:
- SOS.increaseAllowance(address,uint256) (#1222-1225)
decreaseAllowance(address,uint256) should be declared external:
- SOS.decreaseAllowance(address,uint256) (#1227-1230)
totalFees() should be declared external:
- SOS.totalFees() (#1236-1238)
reflect(uint256) should be declared external:
- SOS.reflect(uint256) (#1240-1247)
reflectionFromToken(uint256) should be declared external:
- SOS.reflectionFromToken(uint256) (#1249-1253)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


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

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


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


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


Token has relatively low CoinGecko rank

Price for SOS

News for SOS