9Lives Token Logo

9Lives Token

About 9Lives

Listings

Not Found
Token 2 years

9Lives Saga is a special project with interesting utility.

Saga consists of 9 tokens, and first we are launching the main token.

The 8 Lives that follow it, will support the Main token by paying rewards in 9Lives.

So when we start launching the support tokens, the price of the main one starts going up, when people buy the other Lives.

This way, the HODLers are truly rewarded.
LFG!

Long term hold by determined Devs.

Contract : 0x94d424c8309694A283a7B75267Ce8944af9bB1Ee

Supply: 999999999
Max TX:2%
Max Wallet: 2%
Fees: Total 9%
Marketing : 5%/4%
Buybacks : 2%/2%
Liquidity: 2%/3%

TG: https://t.me/NineLivesPortal

Social

Laser Scorebeta Last Audit: 2 March 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

Nine.rescueAnyBEP20Tokens(address,address,uint256) (#1235-1237) ignores return value by IERC20(_tokenAddr).transfer(_to,_amount) (#1236)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

Reentrancy in Nine._transfer(address,address,uint256) (#1004-1055):
External calls:
- swapAndLiquify(numTokensSellToAddToLiquidity) (#1051)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
- UniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1127-1133)
- devAddress.sendValue(devFee) (#1112)
- treasuryAddress.sendValue(treasuryFee) (#1113)
External calls sending eth:
- swapAndLiquify(numTokensSellToAddToLiquidity) (#1051)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1054)
- _rOwned[address(this)] += rToSwap (#911)
- _rOwned[sender] -= s.rAmount (#1073)
- _rOwned[recipient] += s.rTransferAmount (#1074)
- _tokenTransfer(from,to,amount,takeFee) (#1054)
- _rTotal -= rRfi (#906)
- _tokenTransfer(from,to,amount,takeFee) (#1054)
- _tOwned[address(this)] += tToSwap (#912)
- _tOwned[sender] -= tAmount (#1067)
- _tOwned[recipient] += s.tTransferAmount (#1070)
Reentrancy in Nine.transferFrom(address,address,uint256) (#772-789):
External calls:
- _transfer(sender,recipient,amount) (#777)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
- UniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1127-1133)
- devAddress.sendValue(devFee) (#1112)
- treasuryAddress.sendValue(treasuryFee) (#1113)
External calls sending eth:
- _transfer(sender,recipient,amount) (#777)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
State variables written after the call(s):
- _approve(sender,_msgSender(),currentAllowance - amount) (#785)
- _allowances[owner][spender] = amount (#1000)
Apply the check-effects-interactions pattern.

Additional information: link


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Nine.addLiquidity(uint256,uint256) (#1136-1147) ignores return value by UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
Ensure that all the return values of the function calls are used.

Additional information: link

Nine.allowance(address,address).owner (#754) shadows:
- Ownable.owner() (#78-80) (function)
Nine._approve(address,address,uint256).owner (#994) shadows:
- Ownable.owner() (#78-80) (function)
Rename the local variables that shadow another component.

Additional information: link

Nine.setMaxTransactionAmount(uint256,uint256) (#1191-1197) should emit an event for:
- maxTxAmountBuy = _tTotal / _maxTxAmountBuyPct (#1195)
- maxTxAmountSell = _tTotal / _maxTxAmountSellPct (#1196)
Nine.setNumTokensSellToAddToLiq(uint256) (#1199-1204) should emit an event for:
- numTokensSellToAddToLiquidity = amountTokens * 10 ** _decimals (#1203)
Emit an event for critical parameter changes.

Additional information: link

Nine.setTreasuryAddress(address)._treasuryAddress (#1206) lacks a zero-check on :
- treasuryAddress = _treasuryAddress (#1210)
Nine.setDevAddress(address)._devAddress (#1213) lacks a zero-check on :
- devAddress = _devAddress (#1214)
Nine.manualSwapPercentage(uint256,address).toAddress (#1222) lacks a zero-check on :
- wAddress = address(toAddress) (#1225)
Check that the address is not zero.

Additional information: link

Reentrancy in Nine._transfer(address,address,uint256) (#1004-1055):
External calls:
- swapAndLiquify(numTokensSellToAddToLiquidity) (#1051)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
- UniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1127-1133)
- devAddress.sendValue(devFee) (#1112)
- treasuryAddress.sendValue(treasuryFee) (#1113)
External calls sending eth:
- swapAndLiquify(numTokensSellToAddToLiquidity) (#1051)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1054)
- totFeesPaid.rfi += tRfi (#907)
- totFeesPaid.toSwap += tToSwap (#913)
Reentrancy in Nine.constructor() (#695-720):
External calls:
- uniswapPair = IUniswapV2Factory(_UniswapV2Router.factory()).createPair(address(this),_UniswapV2Router.WETH()) (#699)
State variables written after the call(s):
- UniswapV2Router = _UniswapV2Router (#702)
- _isExcludedFromFee[owner()] = true (#707)
- _isExcludedFromFee[treasuryAddress] = true (#708)
- _isExcludedFromFee[devAddress] = true (#709)
- _isExcludedFromFee[address(this)] = true (#710)
- _isExcludedFromMaxWallet[owner()] = true (#712)
- _isExcludedFromMaxWallet[treasuryAddress] = true (#713)
- _isExcludedFromMaxWallet[devAddress] = true (#714)
- _isExcludedFromMaxWallet[address(this)] = true (#715)
- _isExcludedFromMaxWallet[uniswapPair] = true (#717)
- _rOwned[owner()] = _rTotal (#703)
- devAddress = address(msg.sender) (#705)
- isAutomatedMarketMakerPair[uniswapPair] = true (#700)
- treasuryAddress = address(msg.sender) (#704)
- wAddress = address(msg.sender) (#706)
Reentrancy in Nine.manualSwapPercentage(uint256,address) (#1222-1228):
External calls:
- swapTokensForETH(tokenstosell) (#1224)
- UniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1127-1133)
State variables written after the call(s):
- ttk = address(this).balance (#1226)
- wAddress = address(toAddress) (#1225)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Nine._transfer(address,address,uint256) (#1004-1055):
External calls:
- swapAndLiquify(numTokensSellToAddToLiquidity) (#1051)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
- UniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1127-1133)
- devAddress.sendValue(devFee) (#1112)
- treasuryAddress.sendValue(treasuryFee) (#1113)
External calls sending eth:
- swapAndLiquify(numTokensSellToAddToLiquidity) (#1051)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
Event emitted after the call(s):
- Transfer(sender,address(this),s.tToSwap) (#1078)
- _tokenTransfer(from,to,amount,takeFee) (#1054)
- Transfer(sender,recipient,s.tTransferAmount) (#1085)
- _tokenTransfer(from,to,amount,takeFee) (#1054)
Reentrancy in Nine.addLiquidity(uint256,uint256) (#1136-1147):
External calls:
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
Event emitted after the call(s):
- LiquidityAdded(tokenAmount,ETHAmount) (#1146)
Reentrancy in Nine.constructor() (#695-720):
External calls:
- uniswapPair = IUniswapV2Factory(_UniswapV2Router.factory()).createPair(address(this),_UniswapV2Router.WETH()) (#699)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(uniswapPair,true) (#701)
- Transfer(address(0),owner(),_tTotal) (#719)
Reentrancy in Nine.swapAndLiquify(uint256) (#1088-1114):
External calls:
- swapTokensForETH(toSwap) (#1097)
- UniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1127-1133)
- addLiquidity(tokensToAddLiquidityWith,ETHToAddLiquidityWith) (#1104)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,ETHToAddLiquidityWith) (#1104)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
Event emitted after the call(s):
- LiquidityAdded(tokenAmount,ETHAmount) (#1146)
- addLiquidity(tokensToAddLiquidityWith,ETHToAddLiquidityWith) (#1104)
Reentrancy in Nine.transferFrom(address,address,uint256) (#772-789):
External calls:
- _transfer(sender,recipient,amount) (#777)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
- UniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1127-1133)
- devAddress.sendValue(devFee) (#1112)
- treasuryAddress.sendValue(treasuryFee) (#1113)
External calls sending eth:
- _transfer(sender,recipient,amount) (#777)
- UniswapV2Router.addLiquidityETH{value: ETHAmount}(address(this),tokenAmount,0,0,devAddress,block.timestamp) (#1138-1145)
- (success) = recipient.call{value: amount}() (#423)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1001)
- _approve(sender,_msgSender(),currentAllowance - amount) (#785)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#392-402) uses assembly
- INLINE ASM (#398-400)
Address.verifyCallResult(bool,bytes,string) (#560-580) uses assembly
- INLINE ASM (#572-575)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.5.0', '>=0.6.2', '^0.8.0']
- ^0.8.0 (#24)
- ^0.8.0 (#49)
- ^0.8.0 (#120)
- >=0.6.2 (#203)
- >=0.6.2 (#302)
- >=0.5.0 (#348)
- ^0.8.0 (#369)
- ^0.8.0 (#585)
Use one Solidity version.

Additional information: link

Nine.includeInReward(address) (#863-874) has costly operations inside a loop:
- _excluded.pop() (#870)
Use a local variable to hold the loop computation result.

Additional information: link

Address.functionCall(address,bytes) (#445-447) is never used and should be removed
Address.functionCall(address,bytes,string) (#454-460) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#473-479) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#487-498) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#533-535) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#543-552) is never used and should be removed
Address.functionStaticCall(address,bytes) (#506-508) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#516-525) is never used and should be removed
Address.isContract(address) (#392-402) is never used and should be removed
Address.verifyCallResult(bool,bytes,string) (#560-580) is never used and should be removed
Context._msgData() (#41-43) is never used and should be removed
Remove unused functions.

Additional information: link

Nine._rTotal (#606) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Nine.maxTxAmountBuy (#608) is set pre-construction with a non-constant function or state variable:
- _tTotal / 50
Nine.maxTxAmountSell (#609) is set pre-construction with a non-constant function or state variable:
- _tTotal / 50
Nine.maxWalletAmount (#610) is set pre-construction with a non-constant function or state variable:
- _tTotal / 50
Nine.numTokensSellToAddToLiquidity (#630) is set pre-construction with a non-constant function or state variable:
- _tTotal / 650
Nine.appliedRates (#658) is set pre-construction with a non-constant function or state variable:
- buyRates
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.0 (#24) allows old versions
Pragma version^0.8.0 (#49) allows old versions
Pragma version^0.8.0 (#120) allows old versions
Pragma version>=0.6.2 (#203) allows old versions
Pragma version>=0.6.2 (#302) allows old versions
Pragma version>=0.5.0 (#348) allows old versions
Pragma version^0.8.0 (#369) allows old versions
Pragma version^0.8.0 (#585) allows old versions
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

Low level call in Address.sendValue(address,uint256) (#420-425):
- (success) = recipient.call{value: amount}() (#423)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#487-498):
- (success,returndata) = target.call{value: value}(data) (#496)
Low level call in Address.functionStaticCall(address,bytes,string) (#516-525):
- (success,returndata) = target.staticcall(data) (#523)
Low level call in Address.functionDelegateCall(address,bytes,string) (#543-552):
- (success,returndata) = target.delegatecall(data) (#550)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Router01.WETH() (#207) is not in mixedCase
Struct Nine.feeRatesStruct (#632-638) is not in CapWords
Struct Nine.valuesFromGetValues (#666-674) is not in CapWords
Parameter Nine.setSwapAndLiquifyEnabled(bool)._enabled (#897) is not in mixedCase
Parameter Nine.addLiquidity(uint256,uint256).ETHAmount (#1136) is not in mixedCase
Parameter Nine.setAutomatedMarketMakerPair(address,bool)._pair (#1149) is not in mixedCase
Parameter Nine.setBuyFees(uint8,uint8,uint8,uint8)._rfi (#1166) is not in mixedCase
Parameter Nine.setBuyFees(uint8,uint8,uint8,uint8)._treasury (#1167) is not in mixedCase
Parameter Nine.setBuyFees(uint8,uint8,uint8,uint8)._dev (#1168) is not in mixedCase
Parameter Nine.setBuyFees(uint8,uint8,uint8,uint8)._lp (#1169) is not in mixedCase
Parameter Nine.setSellFees(uint8,uint8,uint8,uint8)._rfi (#1179) is not in mixedCase
Parameter Nine.setSellFees(uint8,uint8,uint8,uint8)._treasury (#1180) is not in mixedCase
Parameter Nine.setSellFees(uint8,uint8,uint8,uint8)._dev (#1181) is not in mixedCase
Parameter Nine.setSellFees(uint8,uint8,uint8,uint8)._lp (#1182) is not in mixedCase
Parameter Nine.setMaxTransactionAmount(uint256,uint256)._maxTxAmountBuyPct (#1192) is not in mixedCase
Parameter Nine.setMaxTransactionAmount(uint256,uint256)._maxTxAmountSellPct (#1193) is not in mixedCase
Parameter Nine.setTreasuryAddress(address)._treasuryAddress (#1206) is not in mixedCase
Parameter Nine.setDevAddress(address)._devAddress (#1213) is not in mixedCase
Parameter Nine.rescueAnyBEP20Tokens(address,address,uint256)._tokenAddr (#1235) is not in mixedCase
Parameter Nine.rescueAnyBEP20Tokens(address,address,uint256)._to (#1235) is not in mixedCase
Parameter Nine.rescueAnyBEP20Tokens(address,address,uint256)._amount (#1235) is not in mixedCase
Parameter Nine.setMaxWalletAmount(uint256)._maxWalletAmountPct (#1244) is not in mixedCase
Constant Nine._decimals (#602) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Nine._name (#623) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Nine._symbol (#624) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Nine.UniswapV2Router (#627) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#212) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#213)
Prevent variables from having similar names.

Additional information: link

Nine._tTotal (#605) should be constant
Nine.blocksToWait (#616) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#97-99)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#105-108)
name() should be declared external:
- Nine.name() (#723-725)
symbol() should be declared external:
- Nine.symbol() (#727-729)
decimals() should be declared external:
- Nine.decimals() (#731-733)
totalSupply() should be declared external:
- Nine.totalSupply() (#736-738)
transfer(address,uint256) should be declared external:
- Nine.transfer(address,uint256) (#745-752)
approve(address,uint256) should be declared external:
- Nine.approve(address,uint256) (#763-770)
transferFrom(address,address,uint256) should be declared external:
- Nine.transferFrom(address,address,uint256) (#772-789)
increaseAllowance(address,uint256) should be declared external:
- Nine.increaseAllowance(address,uint256) (#791-802)
decreaseAllowance(address,uint256) should be declared external:
- Nine.decreaseAllowance(address,uint256) (#804-819)
isExcludedFromReward(address) should be declared external:
- Nine.isExcludedFromReward(address) (#821-823)
reflectionFromToken(uint256,bool) should be declared external:
- Nine.reflectionFromToken(uint256,bool) (#825-838)
isExcludedFromFee(address) should be declared external:
- Nine.isExcludedFromFee(address) (#885-887)
isExcludedFromMaxWallet(address) should be declared external:
- Nine.isExcludedFromMaxWallet(address) (#889-895)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Nine.setSwapAndLiquifyEnabled(bool) (#897-900)
rescueAnyBEP20Tokens(address,address,uint256) should be declared external:
- Nine.rescueAnyBEP20Tokens(address,address,uint256) (#1235-1237)
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.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 9% buy tax and 9% sell tax.
Taxes are low and contract ownership is renounced.


Telegram account has less than 100 subscribers


Twitter account has less than 100 followers


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


Unable to find token on CoinGecko

Additional information: link


Unable to find token on 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 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 whitepaper link on the website


Unable to find Telegram 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


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 9Lives

News for 9Lives