Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in METALINK._transfer(address,address,uint256) (#936-980):
External calls:
- swapAndLiquify(contractTokenBalance) (#967)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1014-1020)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#967)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#892)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1070)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1061)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1081)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1062)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#809)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1082)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1072)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#811)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _rTotal = _rTotal.sub(rFee) (#847)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#894)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#808)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1080)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1071)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#810)
Apply the check-effects-interactions pattern.
Additional information: link
METALINK.withdrawBalance(address) (#1095-1108) ignores return value by token.transfer(owner(),bal_scope_0) (#1105)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
METALINK.addLiquidity(uint256,uint256) (#1023-1036) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
Ensure that all the return values of the function calls are used.
Additional information: link
METALINK.allowance(address,address).owner (#725) shadows:
- Ownable.owner() (#414-416) (function)
METALINK._approve(address,address,uint256).owner (#928) shadows:
- Ownable.owner() (#414-416) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in METALINK._transfer(address,address,uint256) (#936-980):
External calls:
- swapAndLiquify(contractTokenBalance) (#967)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1014-1020)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#967)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _liquidityFee = _previousLiquidityFee (#921)
- _liquidityFee = 0 (#916)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _previousLiquidityFee = _liquidityFee (#913)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _previousTaxFee = _taxFee (#912)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _tFeeTotal = _tFeeTotal.add(tFee) (#848)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- _taxFee = _previousTaxFee (#920)
- _taxFee = 0 (#915)
Reentrancy in METALINK.swapAndLiquify(uint256) (#982-1003):
External calls:
- swapTokensForEth(half) (#994)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1014-1020)
- addLiquidity(otherHalf,newBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1000)
- _allowances[owner][spender] = amount (#932)
Reentrancy in METALINK.transferFrom(address,address,uint256) (#734-738):
External calls:
- _transfer(sender,recipient,amount) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1014-1020)
External calls sending eth:
- _transfer(sender,recipient,amount) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#736)
- _allowances[owner][spender] = amount (#932)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in METALINK._transfer(address,address,uint256) (#936-980):
External calls:
- swapAndLiquify(contractTokenBalance) (#967)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1014-1020)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#967)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1065)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- Transfer(sender,recipient,tTransferAmount) (#1085)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- Transfer(sender,recipient,tTransferAmount) (#1075)
- _tokenTransfer(from,to,amount,takeFee) (#979)
- Transfer(sender,recipient,tTransferAmount) (#814)
- _tokenTransfer(from,to,amount,takeFee) (#979)
Reentrancy in METALINK.swapAndLiquify(uint256) (#982-1003):
External calls:
- swapTokensForEth(half) (#994)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1014-1020)
- addLiquidity(otherHalf,newBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1000)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#933)
- addLiquidity(otherHalf,newBalance) (#1000)
- SwapAndLiquify(half,newBalance,otherHalf) (#1002)
Reentrancy in METALINK.transferFrom(address,address,uint256) (#734-738):
External calls:
- _transfer(sender,recipient,amount) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1014-1020)
External calls sending eth:
- _transfer(sender,recipient,amount) (#735)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1028-1035)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#933)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#736)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#479-484) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#481)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.
Additional information: link
METALINK.distributeRewardsTo(address) (#825-828) compares to a boolean constant:
-require(bool,string)(_isIncludedBonus[account] == false,Already Included) (#826)
METALINK._transfer(address,address,uint256) (#936-980) compares to a boolean constant:
-require(bool)(_isIncludedBonus[from] == false) (#944)
METALINK._transfer(address,address,uint256) (#936-980) compares to a boolean constant:
-_IsExcludedFromRedis[from] == false (#945)
Remove the equality to the boolean constant.
Additional information: link
METALINK.includeInReward(address) (#794-805) has costly operations inside a loop:
- _excluded.pop() (#801)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#238-241) is never used and should be removed
SafeMath.mod(uint256,uint256) (#211-213) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#227-230) is never used and should be removed
Remove unused functions.
Additional information: link
METALINK._rTotal (#645) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
METALINK._previousTaxFee (#653) is set pre-construction with a non-constant function or state variable:
- _taxFee
METALINK._previousLiquidityFee (#657) 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) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Router01.WETH() (#491) is not in mixedCase
Parameter METALINK.setSwapAndLiquifyEnabled(bool)._enabled (#838) is not in mixedCase
Parameter METALINK.calculateTaxFee(uint256)._amount (#897) is not in mixedCase
Parameter METALINK.calculateLiquidityFee(uint256)._amount (#903) is not in mixedCase
Parameter METALINK.withdrawBalance(address)._token (#1095) is not in mixedCase
Variable METALINK._IsExcludedFromRedis (#638) is not in mixedCase
Variable METALINK._taxFee (#652) is not in mixedCase
Variable METALINK._liquidityFee (#656) is not in mixedCase
Variable METALINK._maxTxAmount (#664) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#239)" inContext (#233-242)
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 (#496) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#497)
Variable METALINK._getValues(uint256).rTransferAmount (#853) is too similar to METALINK._transferStandard(address,address,uint256).tTransferAmount (#1060)
Variable METALINK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#868) is too similar to METALINK._transferFromExcluded(address,address,uint256).tTransferAmount (#1079)
Variable METALINK._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to METALINK._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable METALINK._getValues(uint256).rTransferAmount (#853) is too similar to METALINK._transferFromExcluded(address,address,uint256).tTransferAmount (#1079)
Variable METALINK._transferToExcluded(address,address,uint256).rTransferAmount (#1069) is too similar to METALINK._getTValues(uint256).tTransferAmount (#860)
Variable METALINK._transferStandard(address,address,uint256).rTransferAmount (#1060) is too similar to METALINK._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable METALINK._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to METALINK._getTValues(uint256).tTransferAmount (#860)
Variable METALINK._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to METALINK._transferToExcluded(address,address,uint256).tTransferAmount (#1069)
Variable METALINK._transferStandard(address,address,uint256).rTransferAmount (#1060) is too similar to METALINK._getTValues(uint256).tTransferAmount (#860)
Variable METALINK._transferStandard(address,address,uint256).rTransferAmount (#1060) is too similar to METALINK._transferToExcluded(address,address,uint256).tTransferAmount (#1069)
Variable METALINK._transferToExcluded(address,address,uint256).rTransferAmount (#1069) is too similar to METALINK._transferToExcluded(address,address,uint256).tTransferAmount (#1069)
Variable METALINK._transferFromExcluded(address,address,uint256).rTransferAmount (#1079) is too similar to METALINK._transferFromExcluded(address,address,uint256).tTransferAmount (#1079)
Variable METALINK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#868) is too similar to METALINK._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable METALINK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#868) is too similar to METALINK._getTValues(uint256).tTransferAmount (#860)
Variable METALINK._transferStandard(address,address,uint256).rTransferAmount (#1060) is too similar to METALINK._transferStandard(address,address,uint256).tTransferAmount (#1060)
Variable METALINK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#868) is too similar to METALINK._transferToExcluded(address,address,uint256).tTransferAmount (#1069)
Variable METALINK._getValues(uint256).rTransferAmount (#853) is too similar to METALINK._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable METALINK._getValues(uint256).rTransferAmount (#853) is too similar to METALINK._getTValues(uint256).tTransferAmount (#860)
Variable METALINK._getValues(uint256).rTransferAmount (#853) is too similar to METALINK._transferToExcluded(address,address,uint256).tTransferAmount (#1069)
Variable METALINK._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to METALINK._transferFromExcluded(address,address,uint256).tTransferAmount (#1079)
Variable METALINK._transferStandard(address,address,uint256).rTransferAmount (#1060) is too similar to METALINK._transferFromExcluded(address,address,uint256).tTransferAmount (#1079)
Variable METALINK._transferToExcluded(address,address,uint256).rTransferAmount (#1069) is too similar to METALINK._transferFromExcluded(address,address,uint256).tTransferAmount (#1079)
Variable METALINK._transferFromExcluded(address,address,uint256).rTransferAmount (#1079) is too similar to METALINK._getTValues(uint256).tTransferAmount (#860)
Variable METALINK._transferFromExcluded(address,address,uint256).rTransferAmount (#1079) is too similar to METALINK._transferToExcluded(address,address,uint256).tTransferAmount (#1069)
Variable METALINK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#868) is too similar to METALINK._transferStandard(address,address,uint256).tTransferAmount (#1060)
Variable METALINK.reflectionFromToken(uint256,bool).rTransferAmount (#773) is too similar to METALINK._getTValues(uint256).tTransferAmount (#860)
Variable METALINK.reflectionFromToken(uint256,bool).rTransferAmount (#773) is too similar to METALINK._getValues(uint256).tTransferAmount (#852)
Variable METALINK._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to METALINK._transferStandard(address,address,uint256).tTransferAmount (#1060)
Variable METALINK._transferFromExcluded(address,address,uint256).rTransferAmount (#1079) is too similar to METALINK._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable METALINK._getValues(uint256).rTransferAmount (#853) is too similar to METALINK._getValues(uint256).tTransferAmount (#852)
Variable METALINK._transferFromExcluded(address,address,uint256).rTransferAmount (#1079) is too similar to METALINK._transferStandard(address,address,uint256).tTransferAmount (#1060)
Variable METALINK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#868) is too similar to METALINK._getValues(uint256).tTransferAmount (#852)
Variable METALINK.reflectionFromToken(uint256,bool).rTransferAmount (#773) is too similar to METALINK._transferFromExcluded(address,address,uint256).tTransferAmount (#1079)
Variable METALINK._transferStandard(address,address,uint256).rTransferAmount (#1060) is too similar to METALINK._getValues(uint256).tTransferAmount (#852)
Variable METALINK._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to METALINK._getValues(uint256).tTransferAmount (#852)
Variable METALINK._transferFromExcluded(address,address,uint256).rTransferAmount (#1079) is too similar to METALINK._getValues(uint256).tTransferAmount (#852)
Variable METALINK._transferToExcluded(address,address,uint256).rTransferAmount (#1069) is too similar to METALINK._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable METALINK._transferToExcluded(address,address,uint256).rTransferAmount (#1069) is too similar to METALINK._transferStandard(address,address,uint256).tTransferAmount (#1060)
Variable METALINK.reflectionFromToken(uint256,bool).rTransferAmount (#773) is too similar to METALINK._transferStandard(address,address,uint256).tTransferAmount (#1060)
Variable METALINK.reflectionFromToken(uint256,bool).rTransferAmount (#773) is too similar to METALINK._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable METALINK.reflectionFromToken(uint256,bool).rTransferAmount (#773) is too similar to METALINK._transferToExcluded(address,address,uint256).tTransferAmount (#1069)
Variable METALINK._transferToExcluded(address,address,uint256).rTransferAmount (#1069) is too similar to METALINK._getValues(uint256).tTransferAmount (#852)
Prevent variables from having similar names.
Additional information: link
METALINK.slitherConstructorVariables() (#629-1111) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#644)
METALINK.slitherConstructorVariables() (#629-1111) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 9 (#664)
METALINK.slitherConstructorVariables() (#629-1111) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#665)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
METALINK._decimals (#650) should be constant
METALINK._maxTxAmount (#664) should be constant
METALINK._name (#648) should be constant
METALINK._symbol (#649) should be constant
METALINK._tTotal (#644) should be constant
METALINK.numTokensSellToAddToLiquidity (#665) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#433-437)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#452-456)
fixOwnership() should be declared external:
- Ownable.fixOwnership() (#461-464)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#466-468)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#471-476)
unlock() should be declared external:
- Ownable.unlock() (#479-484)
name() should be declared external:
- METALINK.name() (#699-701)
symbol() should be declared external:
- METALINK.symbol() (#703-705)
decimals() should be declared external:
- METALINK.decimals() (#707-709)
totalSupply() should be declared external:
- METALINK.totalSupply() (#711-713)
transfer(address,uint256) should be declared external:
- METALINK.transfer(address,uint256) (#720-723)
allowance(address,address) should be declared external:
- METALINK.allowance(address,address) (#725-727)
approve(address,uint256) should be declared external:
- METALINK.approve(address,uint256) (#729-732)
transferFrom(address,address,uint256) should be declared external:
- METALINK.transferFrom(address,address,uint256) (#734-738)
increaseAllowance(address,uint256) should be declared external:
- METALINK.increaseAllowance(address,uint256) (#740-743)
decreaseAllowance(address,uint256) should be declared external:
- METALINK.decreaseAllowance(address,uint256) (#745-748)
isExcludedFromReward(address) should be declared external:
- METALINK.isExcludedFromReward(address) (#750-752)
totalFees() should be declared external:
- METALINK.totalFees() (#754-756)
deliver(uint256) should be declared external:
- METALINK.deliver(uint256) (#758-765)
reflectionFromToken(uint256,bool) should be declared external:
- METALINK.reflectionFromToken(uint256,bool) (#767-776)
excludeFromReward(address) should be declared external:
- METALINK.excludeFromReward(address) (#784-792)
excludeFromFee(address) should be declared external:
- METALINK.excludeFromFee(address) (#817-819)
distributeRewardsTo(address) should be declared external:
- METALINK.distributeRewardsTo(address) (#825-828)
includeInBonusFIX(address) should be declared external:
- METALINK.includeInBonusFIX(address) (#830-832)
includeInFee(address) should be declared external:
- METALINK.includeInFee(address) (#834-836)
setSwapAndLiquifyEnabled(bool) should be declared external:
- METALINK.setSwapAndLiquifyEnabled(bool) (#838-841)
isExcludedFromFee(address) should be declared external:
- METALINK.isExcludedFromFee(address) (#924-926)
returnNumber() should be declared external:
- METALINK.returnNumber() (#1088-1090)
withdrawBalance(address) should be declared external:
- METALINK.withdrawBalance(address) (#1095-1108)
Use the external attribute for functions never called from the contract.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Contract has 1% buy tax and 0% 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.
Average 30d PancakeSwap volume is low.
Average 30d number of PancakeSwap swaps is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts