Tokenoid Token Logo

NOID [oid] Token

About NOID

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Tokenoid - NOID, is developing games using the blockchain technology for their transactions. More game, more utility for NOID.

There's no other way to Earn, than Playing Games. We are focussing on developing some games based on blockchain technology, the first is NLand.

Grow the best farm ever and challenge your friends! Oour Project & Ecosystem;
* Amazing Farming Game Ever - NLand Farm & Earn.
* Amazing RPG Game Ever - NCastle Castle Game.
* Amazing Battle Royale Game - NRoyale Battle Game

Social

Laser Scorebeta Last Audit: 12 December 2022

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

Reentrancy in Tokenoid._transfer(address,address,uint256) (#1101-1145):
External calls:
- swapAndLiquify(contractTokenBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1179-1185)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1040)
- _rOwned[_DevMarketingWalletAddress] = _rOwned[_DevMarketingWalletAddress].add(rDevMarketing) (#1048)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1226)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1236)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#949)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1248)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1227)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1249)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1238)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#951)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _rTotal = _rTotal.sub(rFee) (#993)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1042)
- _tOwned[_DevMarketingWalletAddress] = _tOwned[_DevMarketingWalletAddress].add(tDevMarketing) (#1050)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#948)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1247)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1237)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#950)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in Tokenoid._transfer(address,address,uint256) (#1101-1145):
External calls:
- swapAndLiquify(contractTokenBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1179-1185)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1231)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- Transfer(sender,recipient,tTransferAmount) (#1242)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- Transfer(sender,recipient,tTransferAmount) (#1253)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- Transfer(sender,recipient,tTransferAmount) (#955)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
Reentrancy in Tokenoid.transferFrom(address,address,uint256) (#874-878):
External calls:
- _transfer(sender,recipient,amount) (#875)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1179-1185)
External calls sending eth:
- _transfer(sender,recipient,amount) (#875)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1098)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#876)
Reentrancy in Tokenoid.swapAndLiquify(uint256) (#1147-1168):
External calls:
- swapTokensForEth(half) (#1159)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1179-1185)
- addLiquidity(otherHalf,newBalance) (#1165)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1165)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1098)
- addLiquidity(otherHalf,newBalance) (#1165)
- SwapAndLiquify(half,newBalance,otherHalf) (#1167)
Apply the check-effects-interactions pattern.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#485-502) uses assembly
- INLINE ASM (#494-497)
Address.isContract(address) (#340-349) uses assembly
- INLINE ASM (#347)
Do not use evm assembly.

Additional information: link

SafeMath.tryDiv(uint256,uint256) (#141-146) is never used and should be removed
Address.sendValue(address,uint256) (#367-373) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#418-420) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#153-158) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#477-483) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#467-469) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#99-105) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#290-295) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#428-435) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#268-273) is never used and should be removed
Context._msgData() (#313-316) is never used and should be removed
Address.functionStaticCall(address,bytes) (#443-445) is never used and should be removed
SafeMath.mod(uint256,uint256) (#228-230) is never used and should be removed
Address._verifyCallResult(bool,bytes,string) (#485-502) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#124-134) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#112-117) is never used and should be removed
Address.isContract(address) (#340-349) is never used and should be removed
Address.functionCall(address,bytes,string) (#403-405) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#453-459) is never used and should be removed
Address.functionCall(address,bytes) (#393-395) is never used and should be removed
Remove unused functions.

Additional information: link

Tokenoid._previousDevMarketingFee (#793) is set pre-construction with a non-constant function or state variable:
- _devmarketingFee
Tokenoid._previousTaxFee (#791) is set pre-construction with a non-constant function or state variable:
- _taxFee
Tokenoid._rTotal (#784) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Tokenoid._previousLiquidityFee (#795) 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

Pragma version^0.8.9 (#6) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#367-373):
- (success) = recipient.call{value: amount}() (#371)
Low level call in Address.functionDelegateCall(address,bytes,string) (#477-483):
- (success,returndata) = target.delegatecall(data) (#481)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#428-435):
- (success,returndata) = target.call{value: value}(data) (#433)
Low level call in Address.functionStaticCall(address,bytes,string) (#453-459):
- (success,returndata) = target.staticcall(data) (#457)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Redundant expression "this (#314)" inContext (#308-317)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Tokenoid.includeInReward(address) (#934-945) has costly operations inside a loop:
- _excluded.pop() (#941)
Use a local variable to hold the loop computation result.

Additional information: link

Tokenoid.addLiquidity(uint256,uint256) (#1188-1201) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
Ensure that all the return values of the function calls are used.

Additional information: link

Tokenoid.allowance(address,address).owner (#865) shadows:
- Ownable.owner() (#533-535) (function)
Tokenoid._approve(address,address,uint256).owner (#1093) shadows:
- Ownable.owner() (#533-535) (function)
Rename the local variables that shadow another component.

Additional information: link

Tokenoid.setDevMarketingFeePercent(uint256) (#970-972) should emit an event for:
- _devmarketingFee = devmarketingFee (#971)
Tokenoid.setMaxTxPercent(uint256) (#978-982) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#979-981)
Tokenoid.setLiquidityFeePercent(uint256) (#974-976) should emit an event for:
- _liquidityFee = liquidityFee (#975)
Tokenoid.setTaxFeePercent(uint256) (#966-968) should emit an event for:
- _taxFee = taxFee (#967)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Tokenoid.swapAndLiquify(uint256) (#1147-1168):
External calls:
- swapTokensForEth(half) (#1159)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1179-1185)
- addLiquidity(otherHalf,newBalance) (#1165)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1165)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1165)
- _allowances[owner][spender] = amount (#1097)
Reentrancy in Tokenoid.transferFrom(address,address,uint256) (#874-878):
External calls:
- _transfer(sender,recipient,amount) (#875)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1179-1185)
External calls sending eth:
- _transfer(sender,recipient,amount) (#875)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#876)
- _allowances[owner][spender] = amount (#1097)
Reentrancy in Tokenoid._transfer(address,address,uint256) (#1101-1145):
External calls:
- swapAndLiquify(contractTokenBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1179-1185)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1193-1200)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _devmarketingFee = _previousDevMarketingFee (#1085)
- _devmarketingFee = 0 (#1079)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _liquidityFee = _previousLiquidityFee (#1086)
- _liquidityFee = 0 (#1080)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _previousDevMarketingFee = _devmarketingFee (#1075)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _previousLiquidityFee = _liquidityFee (#1076)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _previousTaxFee = _taxFee (#1074)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _tFeeTotal = _tFeeTotal.add(tFee) (#994)
- _tokenTransfer(from,to,amount,takeFee) (#1144)
- _taxFee = _previousTaxFee (#1084)
- _taxFee = 0 (#1078)
Apply the check-effects-interactions pattern.

Additional information: link

Parameter Tokenoid.setSwapAndLiquifyEnabled(bool)._enabled (#984) is not in mixedCase
Parameter Tokenoid.calculateTaxFee(uint256)._amount (#1053) is not in mixedCase
Variable Tokenoid._maxTxAmount (#803) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#600) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#617) is not in mixedCase
Parameter Tokenoid.calculateLiquidityFee(uint256)._amount (#1065) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#599) is not in mixedCase
Parameter Tokenoid.calculateDevMarketingFee(uint256)._amount (#1059) is not in mixedCase
Variable Tokenoid._devmarketingFee (#792) is not in mixedCase
Function IUniswapV2Router01.WETH() (#637) is not in mixedCase
Variable Tokenoid._liquidityFee (#794) is not in mixedCase
Variable Tokenoid._taxFee (#790) is not in mixedCase
Variable Tokenoid._DevMarketingWalletAddress (#780) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tDevMarketing (#1246)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).tDevMarketing (#1011)
Variable Tokenoid.reflectionFromToken(uint256,bool).rTransferAmount (#913) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tTransferAmount (#947)
Variable Tokenoid._transferStandard(address,address,uint256).rTransferAmount (#1225) is too similar to Tokenoid._getTValues(uint256).tTransferAmount (#1007)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._transferStandard(address,address,uint256).tDevMarketing (#1225)
Variable Tokenoid.reflectionFromToken(uint256,bool).rTransferAmount (#913) is too similar to Tokenoid._getValues(uint256).tTransferAmount (#998)
Variable Tokenoid._transferBothExcluded(address,address,uint256).rTransferAmount (#947) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tTransferAmount (#1246)
Variable Tokenoid._getValues(uint256).rTransferAmount (#999) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tTransferAmount (#1235)
Variable Tokenoid._transferBothExcluded(address,address,uint256).rTransferAmount (#947) is too similar to Tokenoid._getTValues(uint256).tTransferAmount (#1007)
Variable Tokenoid.reflectionFromToken(uint256,bool).rTransferAmount (#913) is too similar to Tokenoid._transferStandard(address,address,uint256).tTransferAmount (#1225)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tDevMarketing (#1235)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tDevMarketing (#1235)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tDevMarketing (#947)
Variable Tokenoid._transferStandard(address,address,uint256).rTransferAmount (#1225) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tTransferAmount (#1235)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._getTValues(uint256).tDevMarketing (#1006)
Variable Tokenoid._transferToExcluded(address,address,uint256).rTransferAmount (#1235) is too similar to Tokenoid._transferStandard(address,address,uint256).tTransferAmount (#1225)
Variable Tokenoid._getValues(uint256).rTransferAmount (#999) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tTransferAmount (#1246)
Variable Tokenoid._getValues(uint256).rTransferAmount (#999) is too similar to Tokenoid._getTValues(uint256).tTransferAmount (#1007)
Variable Tokenoid._transferBothExcluded(address,address,uint256).rTransferAmount (#947) is too similar to Tokenoid._transferStandard(address,address,uint256).tTransferAmount (#1225)
Variable Tokenoid._transferBothExcluded(address,address,uint256).rTransferAmount (#947) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tTransferAmount (#947)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tDevMarketing (#1246)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._transferStandard(address,address,uint256).tDevMarketing (#1225)
Variable Tokenoid._transferFromExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tTransferAmount (#1235)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1016) is too similar to Tokenoid._transferStandard(address,address,uint256).tTransferAmount (#1225)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).tDevMarketing (#1011)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._getValues(uint256).tDevMarketing (#998)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1016) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tTransferAmount (#1235)
Variable Tokenoid._transferBothExcluded(address,address,uint256).rTransferAmount (#947) is too similar to Tokenoid._getValues(uint256).tTransferAmount (#998)
Variable Tokenoid.reflectionFromToken(uint256,bool).rTransferAmount (#913) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tTransferAmount (#1246)
Variable Tokenoid._getValues(uint256).rTransferAmount (#999) is too similar to Tokenoid._getValues(uint256).tTransferAmount (#998)
Variable Tokenoid._transferToExcluded(address,address,uint256).rTransferAmount (#1235) is too similar to Tokenoid._getTValues(uint256).tTransferAmount (#1007)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1016) is too similar to Tokenoid._getValues(uint256).tTransferAmount (#998)
Variable Tokenoid._transferFromExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to Tokenoid._getTValues(uint256).tTransferAmount (#1007)
Variable Tokenoid.reflectionFromToken(uint256,bool).rTransferAmount (#913) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tTransferAmount (#1235)
Variable Tokenoid._transferToExcluded(address,address,uint256).rTransferAmount (#1235) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tTransferAmount (#1246)
Variable Tokenoid._transferFromExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to Tokenoid._getValues(uint256).tTransferAmount (#998)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._getTValues(uint256).tDevMarketing (#1006)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1016) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tTransferAmount (#947)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tDevMarketing (#947)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#642) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#643)
Variable Tokenoid._transferToExcluded(address,address,uint256).rTransferAmount (#1235) is too similar to Tokenoid._getValues(uint256).tTransferAmount (#998)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._getValues(uint256).tDevMarketing (#998)
Variable Tokenoid._transferBothExcluded(address,address,uint256).rTransferAmount (#947) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tTransferAmount (#1235)
Variable Tokenoid.reflectionFromToken(uint256,bool).rTransferAmount (#913) is too similar to Tokenoid._getTValues(uint256).tTransferAmount (#1007)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rDevMarketing (#1015) is too similar to Tokenoid._takeDevMarketing(uint256).tDevMarketing (#1045)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1016) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tTransferAmount (#1246)
Variable Tokenoid._transferStandard(address,address,uint256).rTransferAmount (#1225) is too similar to Tokenoid._transferStandard(address,address,uint256).tTransferAmount (#1225)
Variable Tokenoid._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1016) is too similar to Tokenoid._getTValues(uint256).tTransferAmount (#1007)
Variable Tokenoid._transferStandard(address,address,uint256).rTransferAmount (#1225) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tTransferAmount (#947)
Variable Tokenoid._transferFromExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tTransferAmount (#1246)
Variable Tokenoid._takeDevMarketing(uint256).rDevMarketing (#1047) is too similar to Tokenoid._takeDevMarketing(uint256).tDevMarketing (#1045)
Variable Tokenoid._transferToExcluded(address,address,uint256).rTransferAmount (#1235) is too similar to Tokenoid._transferToExcluded(address,address,uint256).tTransferAmount (#1235)
Variable Tokenoid._getValues(uint256).rTransferAmount (#999) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tTransferAmount (#947)
Variable Tokenoid._transferStandard(address,address,uint256).rTransferAmount (#1225) is too similar to Tokenoid._getValues(uint256).tTransferAmount (#998)
Variable Tokenoid._getValues(uint256).rTransferAmount (#999) is too similar to Tokenoid._transferStandard(address,address,uint256).tTransferAmount (#1225)
Variable Tokenoid._transferToExcluded(address,address,uint256).rTransferAmount (#1235) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tTransferAmount (#947)
Variable Tokenoid._transferFromExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to Tokenoid._transferBothExcluded(address,address,uint256).tTransferAmount (#947)
Variable Tokenoid._transferFromExcluded(address,address,uint256).rTransferAmount (#1246) is too similar to Tokenoid._transferStandard(address,address,uint256).tTransferAmount (#1225)
Variable Tokenoid._transferStandard(address,address,uint256).rTransferAmount (#1225) is too similar to Tokenoid._transferFromExcluded(address,address,uint256).tTransferAmount (#1246)
Prevent variables from having similar names.

Additional information: link

Tokenoid.slitherConstructorVariables() (#770-1257) uses literals with too many digits:
- _tTotal = 25000000000000000 (#783)
Tokenoid.slitherConstructorVariables() (#770-1257) uses literals with too many digits:
- _maxTxAmount = 100000000000000 (#803)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Tokenoid._symbol (#788) should be constant
Tokenoid.numTokensSellToAddToLiquidity (#804) should be constant
Tokenoid._name (#787) should be constant
Tokenoid._DevMarketingWalletAddress (#780) should be constant
Tokenoid._tTotal (#783) should be constant
Tokenoid._decimals (#789) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

excludeFromReward(address) should be declared external:
- Tokenoid.excludeFromReward(address) (#924-932)
isExcludedFromFee(address) should be declared external:
- Tokenoid.isExcludedFromFee(address) (#1089-1091)
transferFrom(address,address,uint256) should be declared external:
- Tokenoid.transferFrom(address,address,uint256) (#874-878)
symbol() should be declared external:
- Tokenoid.symbol() (#843-845)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#552-555)
name() should be declared external:
- Tokenoid.name() (#839-841)
allowance(address,address) should be declared external:
- Tokenoid.allowance(address,address) (#865-867)
decimals() should be declared external:
- Tokenoid.decimals() (#847-849)
reflectionFromToken(uint256,bool) should be declared external:
- Tokenoid.reflectionFromToken(uint256,bool) (#907-916)
totalFees() should be declared external:
- Tokenoid.totalFees() (#894-896)
decreaseAllowance(address,uint256) should be declared external:
- Tokenoid.decreaseAllowance(address,uint256) (#885-888)
transfer(address,uint256) should be declared external:
- Tokenoid.transfer(address,uint256) (#860-863)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#561-565)
increaseAllowance(address,uint256) should be declared external:
- Tokenoid.increaseAllowance(address,uint256) (#880-883)
excludeFromFee(address) should be declared external:
- Tokenoid.excludeFromFee(address) (#958-960)
deliver(uint256) should be declared external:
- Tokenoid.deliver(uint256) (#898-905)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Tokenoid.setSwapAndLiquifyEnabled(bool) (#984-987)
totalSupply() should be declared external:
- Tokenoid.totalSupply() (#851-853)
includeInFee(address) should be declared external:
- Tokenoid.includeInFee(address) (#962-964)
approve(address,uint256) should be declared external:
- Tokenoid.approve(address,uint256) (#869-872)
isExcludedFromReward(address) should be declared external:
- Tokenoid.isExcludedFromReward(address) (#890-892)
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


Unable to find PancakeSwap trading pair to compute liquidity.


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


Unable to find PancakeSwap trading pair to compute volume.


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


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

Additional information: link


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

Additional information: link


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token has no active CoinMarketCap listing / rank


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


Token has relatively low CoinGecko rank

Price for NOID

News for NOID