Holdermoon token is an innovative project that aims to ensure continuity with the ecosystem it has created.
Reentrancy in HolderMoon._transfer(address,address,uint256) (#999-1043):
External calls:
- swapAndLiquify(contractTokenBalance) (#1030)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1077-1083)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1030)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#955)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1124)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1133)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1144)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#871)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1125)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1135)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1145)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#873)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _rTotal = _rTotal.sub(rFee) (#910)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#957)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1143)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#870)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1134)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#872)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#559) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#560)
Variable HolderMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to HolderMoon._transferStandard(address,address,uint256).tTransferAmount (#1123)
Variable HolderMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to HolderMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1132)
Variable HolderMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to HolderMoon._transferStandard(address,address,uint256).tTransferAmount (#1123)
Variable HolderMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to HolderMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1132)
Variable HolderMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to HolderMoon._getValues(uint256).tTransferAmount (#915)
Variable HolderMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to HolderMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1142)
Variable HolderMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to HolderMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1142)
Variable HolderMoon.reflectionFromToken(uint256,bool).rTransferAmount (#835) is too similar to HolderMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1142)
Variable HolderMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to HolderMoon._getValues(uint256).tTransferAmount (#915)
Variable HolderMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to HolderMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1142)
Variable HolderMoon._getValues(uint256).rTransferAmount (#916) is too similar to HolderMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1142)
Variable HolderMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to HolderMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1142)
Variable HolderMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to HolderMoon._transferStandard(address,address,uint256).tTransferAmount (#1123)
Variable HolderMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to HolderMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable HolderMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to HolderMoon._getTValues(uint256).tTransferAmount (#923)
Variable HolderMoon.reflectionFromToken(uint256,bool).rTransferAmount (#835) is too similar to HolderMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable HolderMoon._transferStandard(address,address,uint256).rTransferAmount (#1123) is too similar to HolderMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable HolderMoon.reflectionFromToken(uint256,bool).rTransferAmount (#835) is too similar to HolderMoon._getValues(uint256).tTransferAmount (#915)
Variable HolderMoon.reflectionFromToken(uint256,bool).rTransferAmount (#835) is too similar to HolderMoon._transferStandard(address,address,uint256).tTransferAmount (#1123)
Variable HolderMoon._transferStandard(address,address,uint256).rTransferAmount (#1123) is too similar to HolderMoon._getValues(uint256).tTransferAmount (#915)
Variable HolderMoon._transferStandard(address,address,uint256).rTransferAmount (#1123) is too similar to HolderMoon._transferStandard(address,address,uint256).tTransferAmount (#1123)
Variable HolderMoon._getValues(uint256).rTransferAmount (#916) is too similar to HolderMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable HolderMoon.reflectionFromToken(uint256,bool).rTransferAmount (#835) is too similar to HolderMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1132)
Variable HolderMoon._getValues(uint256).rTransferAmount (#916) is too similar to HolderMoon._getValues(uint256).tTransferAmount (#915)
Variable HolderMoon._getValues(uint256).rTransferAmount (#916) is too similar to HolderMoon._transferStandard(address,address,uint256).tTransferAmount (#1123)
Variable HolderMoon._transferStandard(address,address,uint256).rTransferAmount (#1123) is too similar to HolderMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1132)
Variable HolderMoon._getValues(uint256).rTransferAmount (#916) is too similar to HolderMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1132)
Variable HolderMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to HolderMoon._getTValues(uint256).tTransferAmount (#923)
Variable HolderMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to HolderMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable HolderMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to HolderMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable HolderMoon._transferStandard(address,address,uint256).rTransferAmount (#1123) is too similar to HolderMoon._transferFromExcluded(address,address,uint256).tTransferAmount (#1142)
Variable HolderMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to HolderMoon._getValues(uint256).tTransferAmount (#915)
Variable HolderMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to HolderMoon._transferStandard(address,address,uint256).tTransferAmount (#1123)
Variable HolderMoon.reflectionFromToken(uint256,bool).rTransferAmount (#835) is too similar to HolderMoon._getTValues(uint256).tTransferAmount (#923)
Variable HolderMoon._transferFromExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to HolderMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1132)
Variable HolderMoon._transferStandard(address,address,uint256).rTransferAmount (#1123) is too similar to HolderMoon._getTValues(uint256).tTransferAmount (#923)
Variable HolderMoon._getValues(uint256).rTransferAmount (#916) is too similar to HolderMoon._getTValues(uint256).tTransferAmount (#923)
Variable HolderMoon._transferBothExcluded(address,address,uint256).rTransferAmount (#869) is too similar to HolderMoon._getTValues(uint256).tTransferAmount (#923)
Variable HolderMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to HolderMoon._transferBothExcluded(address,address,uint256).tTransferAmount (#869)
Variable HolderMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to HolderMoon._getValues(uint256).tTransferAmount (#915)
Variable HolderMoon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to HolderMoon._transferToExcluded(address,address,uint256).tTransferAmount (#1132)
Variable HolderMoon._transferToExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to HolderMoon._getTValues(uint256).tTransferAmount (#923)
Prevent variables from having similar names.
Additional information: link
HolderMoon._decimals (#712) should be constant
HolderMoon._name (#710) should be constant
HolderMoon._symbol (#711) should be constant
HolderMoon._tTotal (#706) should be constant
HolderMoon.numTokensSellToAddToLiquidity (#727) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#442-445)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#451-455)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#457-459)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#462-467)
unlock() should be declared external:
- Ownable.unlock() (#470-475)
name() should be declared external:
- HolderMoon.name() (#761-763)
symbol() should be declared external:
- HolderMoon.symbol() (#765-767)
decimals() should be declared external:
- HolderMoon.decimals() (#769-771)
totalSupply() should be declared external:
- HolderMoon.totalSupply() (#773-775)
transfer(address,uint256) should be declared external:
- HolderMoon.transfer(address,uint256) (#782-785)
allowance(address,address) should be declared external:
- HolderMoon.allowance(address,address) (#787-789)
approve(address,uint256) should be declared external:
- HolderMoon.approve(address,uint256) (#791-794)
transferFrom(address,address,uint256) should be declared external:
- HolderMoon.transferFrom(address,address,uint256) (#796-800)
increaseAllowance(address,uint256) should be declared external:
- HolderMoon.increaseAllowance(address,uint256) (#802-805)
decreaseAllowance(address,uint256) should be declared external:
- HolderMoon.decreaseAllowance(address,uint256) (#807-810)
isExcludedFromReward(address) should be declared external:
- HolderMoon.isExcludedFromReward(address) (#812-814)
totalFees() should be declared external:
- HolderMoon.totalFees() (#816-818)
deliver(uint256) should be declared external:
- HolderMoon.deliver(uint256) (#820-827)
reflectionFromToken(uint256,bool) should be declared external:
- HolderMoon.reflectionFromToken(uint256,bool) (#829-838)
excludeFromReward(address) should be declared external:
- HolderMoon.excludeFromReward(address) (#846-854)
excludeFromFee(address) should be declared external:
- HolderMoon.excludeFromFee(address) (#879-881)
includeInFee(address) should be declared external:
- HolderMoon.includeInFee(address) (#883-885)
setSwapAndLiquifyEnabled(bool) should be declared external:
- HolderMoon.setSwapAndLiquifyEnabled(bool) (#901-904)
isExcludedFromFee(address) should be declared external:
- HolderMoon.isExcludedFromFee(address) (#987-989)
Use the external attribute for functions never called from the contract.
Additional information: link
HolderMoon.addLiquidity(uint256,uint256) (#1086-1099) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
Ensure that all the return values of the function calls are used.
Additional information: link
HolderMoon.allowance(address,address).owner (#787) shadows:
- Ownable.owner() (#423-425) (function)
HolderMoon._approve(address,address,uint256).owner (#991) shadows:
- Ownable.owner() (#423-425) (function)
Rename the local variables that shadow another component.
Additional information: link
HolderMoon.setTaxFeePercent(uint256) (#887-889) should emit an event for:
- _taxFee = taxFee (#888)
HolderMoon.setLiquidityFeePercent(uint256) (#891-893) should emit an event for:
- _liquidityFee = liquidityFee (#892)
HolderMoon.setMaxTxPercent(uint256) (#895-899) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#896-898)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in HolderMoon._transfer(address,address,uint256) (#999-1043):
External calls:
- swapAndLiquify(contractTokenBalance) (#1030)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1077-1083)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1030)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _liquidityFee = _previousLiquidityFee (#984)
- _liquidityFee = 0 (#979)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _previousLiquidityFee = _liquidityFee (#976)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _previousTaxFee = _taxFee (#975)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _tFeeTotal = _tFeeTotal.add(tFee) (#911)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- _taxFee = _previousTaxFee (#983)
- _taxFee = 0 (#978)
Reentrancy in HolderMoon.constructor() (#743-759):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#748-749)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#755)
- _isExcludedFromFee[address(this)] = true (#756)
- uniswapV2Router = _uniswapV2Router (#752)
Reentrancy in HolderMoon.swapAndLiquify(uint256) (#1045-1066):
External calls:
- swapTokensForEth(half) (#1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1077-1083)
- addLiquidity(otherHalf,newBalance) (#1063)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1063)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1063)
- _allowances[owner][spender] = amount (#995)
Reentrancy in HolderMoon.transferFrom(address,address,uint256) (#796-800):
External calls:
- _transfer(sender,recipient,amount) (#797)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1077-1083)
External calls sending eth:
- _transfer(sender,recipient,amount) (#797)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#798)
- _allowances[owner][spender] = amount (#995)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in HolderMoon._transfer(address,address,uint256) (#999-1043):
External calls:
- swapAndLiquify(contractTokenBalance) (#1030)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1077-1083)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1030)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1128)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- Transfer(sender,recipient,tTransferAmount) (#1138)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- Transfer(sender,recipient,tTransferAmount) (#1148)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
- Transfer(sender,recipient,tTransferAmount) (#876)
- _tokenTransfer(from,to,amount,takeFee) (#1042)
Reentrancy in HolderMoon.constructor() (#743-759):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#748-749)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#758)
Reentrancy in HolderMoon.swapAndLiquify(uint256) (#1045-1066):
External calls:
- swapTokensForEth(half) (#1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1077-1083)
- addLiquidity(otherHalf,newBalance) (#1063)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1063)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#996)
- addLiquidity(otherHalf,newBalance) (#1063)
- SwapAndLiquify(half,newBalance,otherHalf) (#1065)
Reentrancy in HolderMoon.transferFrom(address,address,uint256) (#796-800):
External calls:
- _transfer(sender,recipient,amount) (#797)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1077-1083)
External calls sending eth:
- _transfer(sender,recipient,amount) (#797)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1091-1098)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#996)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#798)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#470-475) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#472)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#275-284) uses assembly
- INLINE ASM (#282)
Address._functionCallWithValue(address,bytes,uint256,string) (#368-389) uses assembly
- INLINE ASM (#381-384)
Do not use evm assembly.
Additional information: link
HolderMoon.includeInReward(address) (#856-867) has costly operations inside a loop:
- _excluded.pop() (#863)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#368-389) is never used and should be removed
Address.functionCall(address,bytes) (#328-330) is never used and should be removed
Address.functionCall(address,bytes,string) (#338-340) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#353-355) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#363-366) is never used and should be removed
Address.isContract(address) (#275-284) is never used and should be removed
Address.sendValue(address,uint256) (#302-308) is never used and should be removed
Context._msgData() (#247-250) is never used and should be removed
SafeMath.mod(uint256,uint256) (#220-222) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#236-239) is never used and should be removed
Remove unused functions.
Additional information: link
HolderMoon._rTotal (#707) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
HolderMoon._previousTaxFee (#715) is set pre-construction with a non-constant function or state variable:
- _taxFee
HolderMoon._previousLiquidityFee (#718) 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
Low level call in Address.sendValue(address,uint256) (#302-308):
- (success) = recipient.call{value: amount}() (#306)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#368-389):
- (success,returndata) = target.call{value: weiValue}(data) (#372)
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() (#514) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#515) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#532) is not in mixedCase
Function IUniswapV2Router01.WETH() (#554) is not in mixedCase
Parameter HolderMoon.setSwapAndLiquifyEnabled(bool)._enabled (#901) is not in mixedCase
Parameter HolderMoon.calculateTaxFee(uint256)._amount (#960) is not in mixedCase
Parameter HolderMoon.calculateLiquidityFee(uint256)._amount (#966) is not in mixedCase
Variable HolderMoon._taxFee (#714) is not in mixedCase
Variable HolderMoon._liquidityFee (#717) is not in mixedCase
Variable HolderMoon._maxTxAmount (#726) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#248)" inContext (#242-251)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Contract has 7% buy tax and 6% sell tax.
Taxes are low and contract ownership is renounced.
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Discord account