NOTHING Token Logo

NADA [NOTHING] Token

About NADA

Listings

Token 24 months
CoinGecko 23 months
CoinMarketCap 23 months
white paper

In a world full of “NFT Marketplace", " Learning App”, “Transparent Oracle Computation” blah blah blah coins. Nothing has come to the conclusion that many of these “new” and “revolutionary” tokens are the same. Let’s show that we can generate the same amount of value with two easy steps and no empty promises.

1. Build a strong, hungry community

2. Be nothing

What’s the difference between a meme coin that claims to do something innovative and a meme coin that does nothing ? Nothing.

We are a BEP20 token operating on the Binance-Smart-Chain with a deflationary concept that charges a 10% transaction fee.

Auto LP: 5% is automatically added to the liquidity pool

Static Rewards: 3% is redistributed to holders

Burn: 1% of the fees are burnt forever

Marketing: 1% is added to the Marketing Wallet in BNB

Laser Scorebeta Last Audit: 17 October 2022

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

NOTHING.addLiquidity(uint256,uint256) (#1114-1127) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in NOTHING._transfer(address,address,uint256) (#1027-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1105-1111)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#983)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1152)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1161)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1153)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#896)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1172)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1163)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1173)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#898)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _rTotal = _rTotal.sub(rFee) (#938)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#985)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1171)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#895)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1162)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#897)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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)

NOTHING._transfer(address,address,uint256) (#1027-1071) contains a tautology or contradiction:
- require(bool,string)(amount >= 0,Transfer amount must be greater than zero) (#1034)
Fix the incorrect comparison by changing the value type or the comparison.

Additional information: link

Parameter NOTHING.calculateLiquidityFee(uint256)._amount (#994) is not in mixedCase
Parameter NOTHING.calculateTaxFee(uint256)._amount (#988) is not in mixedCase
Variable NOTHING._liquidityFee (#723) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#518) is not in mixedCase
Parameter NOTHING.updateRouter(address)._newDexAddress (#770) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#535) is not in mixedCase
Variable NOTHING._maxTxPercentMinDividedBy100 (#734) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#517) is not in mixedCase
Parameter NOTHING.setSwapAndLiquifyEnabled(bool)._enabled (#929) is not in mixedCase
Variable NOTHING._numTokensSellToAddToLiquidity (#735) is not in mixedCase
Variable NOTHING._maxTxAmount (#733) is not in mixedCase
Function IUniswapV2Router01.WETH() (#557) is not in mixedCase
Variable NOTHING._taxFee (#719) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#251)" inContext (#245-254)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable NOTHING._getValues(uint256).rTransferAmount (#944) is too similar to NOTHING._transferFromExcluded(address,address,uint256).tTransferAmount (#1170)
Variable NOTHING._transferToExcluded(address,address,uint256).rTransferAmount (#1160) is too similar to NOTHING._getValues(uint256).tTransferAmount (#943)
Variable NOTHING._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to NOTHING._getValues(uint256).tTransferAmount (#943)
Variable NOTHING._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to NOTHING._transferFromExcluded(address,address,uint256).tTransferAmount (#1170)
Variable NOTHING._transferToExcluded(address,address,uint256).rTransferAmount (#1160) is too similar to NOTHING._getTValues(uint256).tTransferAmount (#951)
Variable NOTHING._transferToExcluded(address,address,uint256).rTransferAmount (#1160) is too similar to NOTHING._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable NOTHING.reflectionFromToken(uint256,bool).rTransferAmount (#854) is too similar to NOTHING._transferToExcluded(address,address,uint256).tTransferAmount (#1160)
Variable NOTHING._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#959) is too similar to NOTHING._transferFromExcluded(address,address,uint256).tTransferAmount (#1170)
Variable NOTHING._transferStandard(address,address,uint256).rTransferAmount (#1151) is too similar to NOTHING._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable NOTHING._getValues(uint256).rTransferAmount (#944) is too similar to NOTHING._getValues(uint256).tTransferAmount (#943)
Variable NOTHING._transferToExcluded(address,address,uint256).rTransferAmount (#1160) is too similar to NOTHING._transferToExcluded(address,address,uint256).tTransferAmount (#1160)
Variable NOTHING._transferFromExcluded(address,address,uint256).rTransferAmount (#1170) is too similar to NOTHING._transferStandard(address,address,uint256).tTransferAmount (#1151)
Variable NOTHING._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#959) is too similar to NOTHING._transferToExcluded(address,address,uint256).tTransferAmount (#1160)
Variable NOTHING._getValues(uint256).rTransferAmount (#944) is too similar to NOTHING._getTValues(uint256).tTransferAmount (#951)
Variable NOTHING.reflectionFromToken(uint256,bool).rTransferAmount (#854) is too similar to NOTHING._transferFromExcluded(address,address,uint256).tTransferAmount (#1170)
Variable NOTHING._transferToExcluded(address,address,uint256).rTransferAmount (#1160) is too similar to NOTHING._transferFromExcluded(address,address,uint256).tTransferAmount (#1170)
Variable NOTHING._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#959) is too similar to NOTHING._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable NOTHING._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#959) is too similar to NOTHING._getValues(uint256).tTransferAmount (#943)
Variable NOTHING._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to NOTHING._transferToExcluded(address,address,uint256).tTransferAmount (#1160)
Variable NOTHING._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#959) is too similar to NOTHING._transferStandard(address,address,uint256).tTransferAmount (#1151)
Variable NOTHING._transferStandard(address,address,uint256).rTransferAmount (#1151) is too similar to NOTHING._transferStandard(address,address,uint256).tTransferAmount (#1151)
Variable NOTHING._transferFromExcluded(address,address,uint256).rTransferAmount (#1170) is too similar to NOTHING._getValues(uint256).tTransferAmount (#943)
Variable NOTHING._getValues(uint256).rTransferAmount (#944) is too similar to NOTHING._transferToExcluded(address,address,uint256).tTransferAmount (#1160)
Variable NOTHING._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to NOTHING._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable NOTHING.reflectionFromToken(uint256,bool).rTransferAmount (#854) is too similar to NOTHING._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable NOTHING.reflectionFromToken(uint256,bool).rTransferAmount (#854) is too similar to NOTHING._transferStandard(address,address,uint256).tTransferAmount (#1151)
Variable NOTHING._getValues(uint256).rTransferAmount (#944) is too similar to NOTHING._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#562) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#563)
Variable NOTHING._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to NOTHING._transferStandard(address,address,uint256).tTransferAmount (#1151)
Variable NOTHING._transferFromExcluded(address,address,uint256).rTransferAmount (#1170) is too similar to NOTHING._transferBothExcluded(address,address,uint256).tTransferAmount (#894)
Variable NOTHING._transferStandard(address,address,uint256).rTransferAmount (#1151) is too similar to NOTHING._transferToExcluded(address,address,uint256).tTransferAmount (#1160)
Variable NOTHING._transferStandard(address,address,uint256).rTransferAmount (#1151) is too similar to NOTHING._transferFromExcluded(address,address,uint256).tTransferAmount (#1170)
Variable NOTHING._transferBothExcluded(address,address,uint256).rTransferAmount (#894) is too similar to NOTHING._getTValues(uint256).tTransferAmount (#951)
Variable NOTHING._transferFromExcluded(address,address,uint256).rTransferAmount (#1170) is too similar to NOTHING._transferToExcluded(address,address,uint256).tTransferAmount (#1160)
Variable NOTHING._transferFromExcluded(address,address,uint256).rTransferAmount (#1170) is too similar to NOTHING._transferFromExcluded(address,address,uint256).tTransferAmount (#1170)
Variable NOTHING._transferToExcluded(address,address,uint256).rTransferAmount (#1160) is too similar to NOTHING._transferStandard(address,address,uint256).tTransferAmount (#1151)
Variable NOTHING._transferStandard(address,address,uint256).rTransferAmount (#1151) is too similar to NOTHING._getTValues(uint256).tTransferAmount (#951)
Variable NOTHING._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#959) is too similar to NOTHING._getTValues(uint256).tTransferAmount (#951)
Variable NOTHING._transferFromExcluded(address,address,uint256).rTransferAmount (#1170) is too similar to NOTHING._getTValues(uint256).tTransferAmount (#951)
Variable NOTHING.reflectionFromToken(uint256,bool).rTransferAmount (#854) is too similar to NOTHING._getTValues(uint256).tTransferAmount (#951)
Variable NOTHING.reflectionFromToken(uint256,bool).rTransferAmount (#854) is too similar to NOTHING._getValues(uint256).tTransferAmount (#943)
Variable NOTHING._getValues(uint256).rTransferAmount (#944) is too similar to NOTHING._transferStandard(address,address,uint256).tTransferAmount (#1151)
Variable NOTHING._transferStandard(address,address,uint256).rTransferAmount (#1151) is too similar to NOTHING._getValues(uint256).tTransferAmount (#943)
Prevent variables from having similar names.

Additional information: link

NOTHING.slitherConstructorVariables() (#695-1180) uses literals with too many digits:
- _numTokensSellToAddToLiquidity = 100000000 * 10 ** 18 (#735)
NOTHING.slitherConstructorVariables() (#695-1180) uses literals with too many digits:
- _maxTxAmount = 1100000000 * 10 ** 18 (#733)
NOTHING.slitherConstructorVariables() (#695-1180) uses literals with too many digits:
- _tTotal = 1000000000000 * 10 ** 18 (#711)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

NOTHING._maxTxPercentMinDividedBy100 (#734) should be constant
NOTHING._decimals (#717) should be constant
NOTHING._numTokensSellToAddToLiquidity (#735) should be constant
NOTHING._maxNumExcludedWallets (#707) should be constant
NOTHING._maxLiquidityFee (#725) should be constant
NOTHING._name (#715) should be constant
NOTHING._maxTaxFee (#721) should be constant
NOTHING._tTotal (#711) should be constant
NOTHING._symbol (#716) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

excludeFromReward(address) should be declared external:
- NOTHING.excludeFromReward(address) (#865-875)
totalFees() should be declared external:
- NOTHING.totalFees() (#835-837)
transfer(address,uint256) should be declared external:
- NOTHING.transfer(address,uint256) (#801-804)
includeInFee(address) should be declared external:
- NOTHING.includeInFee(address) (#908-910)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#445-448)
isExcludedFromReward(address) should be declared external:
- NOTHING.isExcludedFromReward(address) (#831-833)
deliver(uint256) should be declared external:
- NOTHING.deliver(uint256) (#839-846)
decreaseAllowance(address,uint256) should be declared external:
- NOTHING.decreaseAllowance(address,uint256) (#826-829)
transferFrom(address,address,uint256) should be declared external:
- NOTHING.transferFrom(address,address,uint256) (#815-819)
allowance(address,address) should be declared external:
- NOTHING.allowance(address,address) (#806-808)
name() should be declared external:
- NOTHING.name() (#780-782)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#454-458)
setSwapAndLiquifyEnabled(bool) should be declared external:
- NOTHING.setSwapAndLiquifyEnabled(bool) (#929-932)
decimals() should be declared external:
- NOTHING.decimals() (#788-790)
totalSupply() should be declared external:
- NOTHING.totalSupply() (#792-794)
increaseAllowance(address,uint256) should be declared external:
- NOTHING.increaseAllowance(address,uint256) (#821-824)
excludeFromFee(address) should be declared external:
- NOTHING.excludeFromFee(address) (#904-906)
unlock() should be declared external:
- Ownable.unlock() (#473-478)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#465-470)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#460-462)
reflectionFromToken(uint256,bool) should be declared external:
- NOTHING.reflectionFromToken(uint256,bool) (#848-857)
symbol() should be declared external:
- NOTHING.symbol() (#784-786)
isExcludedFromFee(address) should be declared external:
- NOTHING.isExcludedFromFee(address) (#1015-1017)
approve(address,uint256) should be declared external:
- NOTHING.approve(address,uint256) (#810-813)
Use the external attribute for functions never called from the contract.

Additional information: link

NOTHING.addLiquidity(uint256,uint256) (#1114-1127) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
Ensure that all the return values of the function calls are used.

Additional information: link

NOTHING._approve(address,address,uint256).owner (#1019) shadows:
- Ownable.owner() (#426-428) (function)
NOTHING.allowance(address,address).owner (#806) shadows:
- Ownable.owner() (#426-428) (function)
Rename the local variables that shadow another component.

Additional information: link

NOTHING.setMaxTxPercentDiv100(uint256) (#922-927) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 4) (#924-926)
NOTHING.setTaxFeePercent(uint256) (#912-915) should emit an event for:
- _taxFee = taxFee (#914)
NOTHING.setLiquidityFeePercent(uint256) (#917-920) should emit an event for:
- _liquidityFee = liquidityFee (#919)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in NOTHING.transferFrom(address,address,uint256) (#815-819):
External calls:
- _transfer(sender,recipient,amount) (#816)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1105-1111)
External calls sending eth:
- _transfer(sender,recipient,amount) (#816)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#817)
- _allowances[owner][spender] = amount (#1023)
Reentrancy in NOTHING._transfer(address,address,uint256) (#1027-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1105-1111)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _liquidityFee = _previousLiquidityFee (#1012)
- _liquidityFee = 0 (#1007)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _previousLiquidityFee = _liquidityFee (#1004)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _previousTaxFee = _taxFee (#1003)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _tFeeTotal = _tFeeTotal.add(tFee) (#939)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- _taxFee = _previousTaxFee (#1011)
- _taxFee = 0 (#1006)
Reentrancy in NOTHING.swapAndLiquify(uint256) (#1073-1094):
External calls:
- swapTokensForEth(half) (#1085)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1105-1111)
- addLiquidity(otherHalf,newBalance) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1091)
- _allowances[owner][spender] = amount (#1023)
Reentrancy in NOTHING.updateRouter(address) (#770-778):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#773-774)
State variables written after the call(s):
- uniswapV2Router = _uniswapV2Router (#777)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in NOTHING.swapAndLiquify(uint256) (#1073-1094):
External calls:
- swapTokensForEth(half) (#1085)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1105-1111)
- addLiquidity(otherHalf,newBalance) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1024)
- addLiquidity(otherHalf,newBalance) (#1091)
- SwapAndLiquify(half,newBalance,otherHalf) (#1093)
Reentrancy in NOTHING._transfer(address,address,uint256) (#1027-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1105-1111)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1156)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- Transfer(sender,recipient,tTransferAmount) (#1176)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- Transfer(sender,recipient,tTransferAmount) (#1166)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
- Transfer(sender,recipient,tTransferAmount) (#901)
- _tokenTransfer(from,to,amount,takeFee) (#1070)
Reentrancy in NOTHING.transferFrom(address,address,uint256) (#815-819):
External calls:
- _transfer(sender,recipient,amount) (#816)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1105-1111)
External calls sending eth:
- _transfer(sender,recipient,amount) (#816)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1119-1126)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1024)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#817)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#278-287) uses assembly
- INLINE ASM (#285)
Address._functionCallWithValue(address,bytes,uint256,string) (#371-392) uses assembly
- INLINE ASM (#384-387)
Do not use evm assembly.

Additional information: link

NOTHING.includeInReward(address) (#877-891) has costly operations inside a loop:
- _numExcludedWallets = _numExcludedWallets - 1 (#887)
NOTHING.includeInReward(address) (#877-891) has costly operations inside a loop:
- _excluded.pop() (#886)
Use a local variable to hold the loop computation result.

Additional information: link

Address.sendValue(address,uint256) (#305-311) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#356-358) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#239-242) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#366-369) is never used and should be removed
Context._msgData() (#250-253) is never used and should be removed
SafeMath.mod(uint256,uint256) (#223-225) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#371-392) is never used and should be removed
Address.isContract(address) (#278-287) is never used and should be removed
Address.functionCall(address,bytes,string) (#341-343) is never used and should be removed
Address.functionCall(address,bytes) (#331-333) is never used and should be removed
Remove unused functions.

Additional information: link

NOTHING._rTotal (#712) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
NOTHING._previousLiquidityFee (#724) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
NOTHING._previousTaxFee (#720) is set pre-construction with a non-constant function or state variable:
- _taxFee
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._functionCallWithValue(address,bytes,uint256,string) (#371-392):
- (success,returndata) = target.call{value: weiValue}(data) (#375)
Low level call in Address.sendValue(address,uint256) (#305-311):
- (success) = recipient.call{value: amount}() (#309)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Holders:


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


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.


Token is deployed only at one blockchain

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


Average 30d PancakeSwap liquidity is low.


Twitter account link seems to be invalid


Telegram account has relatively few subscribers


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


Token is not listed at Mobula.Finance

Additional information: link


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


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


Token has relatively low CoinGecko rank

Price for NADA