NoelInu Token Logo

NOEL [NoelInu] Token

ALERT: dead

About NOEL

Listings

Not Found
Token 2 years

Noel Inu the Christmas dog!! Here to bring cheer and a merry christmas to all on BSC.

Social

Laser Scorebeta Last Audit: 23 December 2021

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Anti-Scam

Links


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

Reentrancy in NoelInu._transfer(address,address,uint256) (#962-1041):
External calls:
- swapBack() (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
External calls sending eth:
- swapBack() (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _liquidityTokensToSwap += tLiquidity * _buyLiquidityFee / _liquidityFee (#1303)
- _liquidityTokensToSwap += tLiquidity * _sellLiquidityFee / _liquidityFee (#1306)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _marketingTokensToSwap += tLiquidity * _buyMarketingFee / _liquidityFee (#1304)
- _marketingTokensToSwap += tLiquidity * _sellMarketingFee / _liquidityFee (#1307)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1136)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1156)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1178)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1199)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1137)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1179)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1311)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1201)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _rTotal = _rTotal.sub(rFee) (#1208)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1177)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1198)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1157)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1200)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1313)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable._previousOwner (#235) is never used in NoelInu (#617-1412)
Ownable._lockTime (#236) is never used in NoelInu (#617-1412)
Remove unused state variables.

Additional information: link

Reentrancy in NoelInu.swapBack() (#1043-1074):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
State variables written after the call(s):
- _liquidityTokensToSwap = 0 (#1062)
- _marketingTokensToSwap = 0 (#1063)
Apply the check-effects-interactions pattern.

Additional information: link

NoelInu.addLiquidity(uint256,uint256) (#1090-1100) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
Ensure that all the return values of the function calls are used.

Additional information: link

NoelInu.allowance(address,address).owner (#788) shadows:
- Ownable.owner() (#249-251) (function)
NoelInu._approve(address,address,uint256).owner (#951) shadows:
- Ownable.owner() (#249-251) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in NoelInu._transfer(address,address,uint256) (#962-1041):
External calls:
- swapBack() (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
External calls sending eth:
- swapBack() (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
State variables written after the call(s):
- removeAllFee() (#1021)
- _liquidityFee = 0 (#1335)
- _liquidityFee = _buyLiquidityFee + _buyMarketingFee (#1023)
- removeAllFee() (#1028)
- _liquidityFee = 0 (#1335)
- _liquidityFee = _sellLiquidityFee + _sellMarketingFee (#1030)
- removeAllFee() (#1034)
- _liquidityFee = 0 (#1335)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _liquidityFee = _previousLiquidityFee (#1340)
- _liquidityFee = 0 (#1335)
- removeAllFee() (#1021)
- _previousLiquidityFee = _liquidityFee (#1332)
- removeAllFee() (#1028)
- _previousLiquidityFee = _liquidityFee (#1332)
- removeAllFee() (#1034)
- _previousLiquidityFee = _liquidityFee (#1332)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _previousLiquidityFee = _liquidityFee (#1332)
- removeAllFee() (#1021)
- _previousTaxFee = _taxFee (#1331)
- removeAllFee() (#1028)
- _previousTaxFee = _taxFee (#1331)
- removeAllFee() (#1034)
- _previousTaxFee = _taxFee (#1331)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _previousTaxFee = _taxFee (#1331)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1209)
- removeAllFee() (#1021)
- _taxFee = 0 (#1334)
- _taxFee = _buyTaxFee (#1022)
- removeAllFee() (#1028)
- _taxFee = 0 (#1334)
- _taxFee = _sellTaxFee (#1029)
- removeAllFee() (#1034)
- _taxFee = 0 (#1334)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- _taxFee = _previousTaxFee (#1339)
- _taxFee = 0 (#1334)
- buyOrSellSwitch = TRANSFER (#1017)
- buyOrSellSwitch = BUY (#1024)
- buyOrSellSwitch = SELL (#1031)
- buyOrSellSwitch = TRANSFER (#1035)
Reentrancy in NoelInu.constructor() (#730-756):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#739-740)
State variables written after the call(s):
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#744)
- _excluded.push(account) (#930)
- _excluded[i] = _excluded[_excluded.length - 1] (#937)
- _excluded.pop() (#940)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#744)
- _isExcluded[account] = true (#929)
- _isExcluded[account] = false (#939)
- _isExcludedFromFee[owner()] = true (#746)
- _isExcludedFromFee[address(this)] = true (#747)
- _isExcludedFromFee[marketingAddress] = true (#748)
- _isExcludedFromFee[liquidityAddress] = true (#749)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#744)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#947)
- excludeFromMaxTransaction(owner(),true) (#751)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#947)
- excludeFromMaxTransaction(address(this),true) (#752)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#947)
- excludeFromMaxTransaction(address(0xdead),true) (#753)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#947)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#744)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#927)
- _tOwned[account] = 0 (#938)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#744)
- automatedMarketMakerPairs[pair] = value (#883)
- uniswapV2Pair = _uniswapV2Pair (#742)
- uniswapV2Router = _uniswapV2Router (#741)
Reentrancy in NoelInu.swapBack() (#1043-1074):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
External calls sending eth:
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
State variables written after the call(s):
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1067)
- _allowances[owner][spender] = amount (#958)
Reentrancy in NoelInu.transferFrom(address,address,uint256) (#806-821):
External calls:
- _transfer(sender,recipient,amount) (#811)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
External calls sending eth:
- _transfer(sender,recipient,amount) (#811)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#812-819)
- _allowances[owner][spender] = amount (#958)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in NoelInu._transfer(address,address,uint256) (#962-1041):
External calls:
- swapBack() (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
External calls sending eth:
- swapBack() (#1009)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1140)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- Transfer(sender,recipient,tTransferAmount) (#1182)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- Transfer(sender,recipient,tTransferAmount) (#1161)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
- Transfer(sender,recipient,tTransferAmount) (#1204)
- _tokenTransfer(from,to,amount,takeFee) (#1039)
Reentrancy in NoelInu.constructor() (#730-756):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#739-740)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#887)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#744)
- Transfer(address(0),_msgSender(),_tTotal) (#755)
Reentrancy in NoelInu.swapBack() (#1043-1074):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1054)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
External calls sending eth:
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1067)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#959)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1067)
- SwapAndLiquify(amountToSwapForBNB,bnbForLiquidity,tokensForLiquidity) (#1068)
Reentrancy in NoelInu.transferForeignToken(address,address) (#1400-1410):
External calls:
- _sent = IERC20(_token).transfer(_to,_contractBalance) (#1408)
Event emitted after the call(s):
- TransferForeignToken(_token,_contractBalance) (#1409)
Reentrancy in NoelInu.transferFrom(address,address,uint256) (#806-821):
External calls:
- _transfer(sender,recipient,amount) (#811)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1081-1087)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
External calls sending eth:
- _transfer(sender,recipient,amount) (#811)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1092-1099)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#959)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#812-819)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#138-149) uses assembly
- INLINE ASM (#145-147)
Address._functionCallWithValue(address,bytes,uint256,string) (#207-230) uses assembly
- INLINE ASM (#222-225)
Do not use evm assembly.

Additional information: link

NoelInu.includeInReward(address) (#933-944) has costly operations inside a loop:
- _excluded.pop() (#940)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#207-230) is never used and should be removed
Address.functionCall(address,bytes) (#165-170) is never used and should be removed
Address.functionCall(address,bytes,string) (#172-178) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#180-192) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#194-205) is never used and should be removed
Address.isContract(address) (#138-149) is never used and should be removed
Address.sendValue(address,uint256) (#151-163) is never used and should be removed
Context._msgData() (#37-40) is never used and should be removed
SafeMath.mod(uint256,uint256) (#123-125) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#127-134) is never used and should be removed
Remove unused functions.

Additional information: link

NoelInu._previousTaxFee (#658) is set pre-construction with a non-constant function or state variable:
- _taxFee
NoelInu._previousLiquidityFee (#661) 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 version0.8.9 (#30) 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) (#151-163):
- (success) = recipient.call{value: amount}() (#158)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#207-230):
- (success,returndata) = target.call{value: weiValue}(data) (#215-217)
Low level call in NoelInu.swapBack() (#1043-1074):
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1065)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1072)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#338) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#340) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#370) is not in mixedCase
Function IUniswapV2Router01.WETH() (#414) is not in mixedCase
Parameter NoelInu.calculateTaxFee(uint256)._amount (#1316) is not in mixedCase
Parameter NoelInu.calculateLiquidityFee(uint256)._amount (#1320) is not in mixedCase
Parameter NoelInu.setMarketingAddress(address)._marketingAddress (#1378) is not in mixedCase
Parameter NoelInu.setLiquidityAddress(address)._liquidityAddress (#1385) is not in mixedCase
Parameter NoelInu.setSwapAndLiquifyEnabled(bool)._enabled (#1392) is not in mixedCase
Parameter NoelInu.transferForeignToken(address,address)._token (#1400) is not in mixedCase
Parameter NoelInu.transferForeignToken(address,address)._to (#1400) is not in mixedCase
Constant NoelInu._tTotal (#640) is not in UPPER_CASE_WITH_UNDERSCORES
Constant NoelInu._name (#646) is not in UPPER_CASE_WITH_UNDERSCORES
Constant NoelInu._symbol (#647) is not in UPPER_CASE_WITH_UNDERSCORES
Constant NoelInu._decimals (#649) is not in UPPER_CASE_WITH_UNDERSCORES
Variable NoelInu._liquidityTokensToSwap (#673) is not in mixedCase
Variable NoelInu._marketingTokensToSwap (#674) is not in mixedCase
Variable NoelInu._maxWalletSize (#676) is not in mixedCase
Variable NoelInu._isExcludedMaxTransactionAmount (#677) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#38)" inContext (#32-41)
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 (#419) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#420)
Variable NoelInu._getValues(uint256).rTransferAmount (#1229) is too similar to NoelInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1194)
Variable NoelInu._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to NoelInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1194)
Variable NoelInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1171) is too similar to NoelInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1173)
Variable NoelInu._transferToExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to NoelInu._getTValues(uint256).tTransferAmount (#1256)
Variable NoelInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1277) is too similar to NoelInu._getTValues(uint256).tTransferAmount (#1256)
Variable NoelInu._getValues(uint256).rTransferAmount (#1229) is too similar to NoelInu._transferToExcluded(address,address,uint256).tTransferAmount (#1152)
Variable NoelInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1171) is too similar to NoelInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1194)
Variable NoelInu._transferToExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to NoelInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1173)
Variable NoelInu._getValues(uint256).rTransferAmount (#1229) is too similar to NoelInu._getValues(uint256).tTransferAmount (#1225)
Variable NoelInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1171) is too similar to NoelInu._transferToExcluded(address,address,uint256).tTransferAmount (#1152)
Variable NoelInu._transferToExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to NoelInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1194)
Variable NoelInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1277) is too similar to NoelInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1194)
Variable NoelInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1171) is too similar to NoelInu._getValues(uint256).tTransferAmount (#1225)
Variable NoelInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1192) is too similar to NoelInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1194)
Variable NoelInu._transferToExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to NoelInu._transferToExcluded(address,address,uint256).tTransferAmount (#1152)
Variable NoelInu._getValues(uint256).rTransferAmount (#1229) is too similar to NoelInu._getTValues(uint256).tTransferAmount (#1256)
Variable NoelInu._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to NoelInu._getTValues(uint256).tTransferAmount (#1256)
Variable NoelInu._getValues(uint256).rTransferAmount (#1229) is too similar to NoelInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1173)
Variable NoelInu._transferToExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to NoelInu._getValues(uint256).tTransferAmount (#1225)
Variable NoelInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1171) is too similar to NoelInu._getTValues(uint256).tTransferAmount (#1256)
Variable NoelInu.reflectionFromToken(uint256,bool).rTransferAmount (#905) is too similar to NoelInu._getTValues(uint256).tTransferAmount (#1256)
Variable NoelInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1171) is too similar to NoelInu._transferStandard(address,address,uint256).tTransferAmount (#1132)
Variable NoelInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1277) is too similar to NoelInu._transferStandard(address,address,uint256).tTransferAmount (#1132)
Variable NoelInu._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to NoelInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1173)
Variable NoelInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1192) is too similar to NoelInu._getTValues(uint256).tTransferAmount (#1256)
Variable NoelInu._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to NoelInu._getValues(uint256).tTransferAmount (#1225)
Variable NoelInu.reflectionFromToken(uint256,bool).rTransferAmount (#905) is too similar to NoelInu._transferStandard(address,address,uint256).tTransferAmount (#1132)
Variable NoelInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1192) is too similar to NoelInu._transferStandard(address,address,uint256).tTransferAmount (#1132)
Variable NoelInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1277) is too similar to NoelInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1173)
Variable NoelInu._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to NoelInu._transferToExcluded(address,address,uint256).tTransferAmount (#1152)
Variable NoelInu._getValues(uint256).rTransferAmount (#1229) is too similar to NoelInu._transferStandard(address,address,uint256).tTransferAmount (#1132)
Variable NoelInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1277) is too similar to NoelInu._getValues(uint256).tTransferAmount (#1225)
Variable NoelInu.reflectionFromToken(uint256,bool).rTransferAmount (#905) is too similar to NoelInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1173)
Variable NoelInu._transferToExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to NoelInu._transferStandard(address,address,uint256).tTransferAmount (#1132)
Variable NoelInu.reflectionFromToken(uint256,bool).rTransferAmount (#905) is too similar to NoelInu._getValues(uint256).tTransferAmount (#1225)
Variable NoelInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1192) is too similar to NoelInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1173)
Variable NoelInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1277) is too similar to NoelInu._transferToExcluded(address,address,uint256).tTransferAmount (#1152)
Variable NoelInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1192) is too similar to NoelInu._getValues(uint256).tTransferAmount (#1225)
Variable NoelInu.reflectionFromToken(uint256,bool).rTransferAmount (#905) is too similar to NoelInu._transferToExcluded(address,address,uint256).tTransferAmount (#1152)
Variable NoelInu.reflectionFromToken(uint256,bool).rTransferAmount (#905) is too similar to NoelInu._transferBothExcluded(address,address,uint256).tTransferAmount (#1194)
Variable NoelInu._transferBothExcluded(address,address,uint256).rTransferAmount (#1192) is too similar to NoelInu._transferToExcluded(address,address,uint256).tTransferAmount (#1152)
Variable NoelInu._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to NoelInu._transferStandard(address,address,uint256).tTransferAmount (#1132)
Prevent variables from having similar names.

Additional information: link

NoelInu.slitherConstructorVariables() (#617-1412) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#627-628)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

NoelInu._buyTaxFee (#663) should be constant
NoelInu._maxWalletSize (#676) should be constant
NoelInu._sellTaxFee (#667) should be constant
NoelInu.minimumTokensBeforeSwap (#683) should be constant
Ownable._lockTime (#236) should be constant
Ownable._previousOwner (#235) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

setSwapAndLiquifyEnabled(bool) should be declared external:
- NoelInu.setSwapAndLiquifyEnabled(bool) (#1392-1395)
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.


Number of Binance Smart Chain (BSC) token holders is low.


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.


Unable to find Twitter account


Telegram account has relatively few subscribers


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 find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter 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 price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for NOEL