SaveBabyDoge is the latest pup to join the crowd with RFI tokenomics that not only gives back to it’s holders but will distribute rewards during the way with giveways and events. We will be giving public donations to dog charities and help pups in needs.
Token.addLiquidity(uint256,uint256) (#1091-1104) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in Token._transfer(address,address,uint256) (#1004-1048):
External calls:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#955)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1129)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1138)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#869)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1149)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1130)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1140)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1150)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#871)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _rTotal = _rTotal.sub(rFee) (#910)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#957)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#868)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1148)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1139)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#870)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract ownership is not renounced (belongs to a wallet)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#542) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#543)
Variable Token._getValues(uint256).rTransferAmount (#916) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable Token._getValues(uint256).rTransferAmount (#916) is too similar to Token._getValues(uint256).tTransferAmount (#915)
Variable Token._getValues(uint256).rTransferAmount (#916) is too similar to Token._getTValues(uint256).tTransferAmount (#923)
Variable Token._getValues(uint256).rTransferAmount (#916) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable Token._getValues(uint256).rTransferAmount (#916) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to Token._getValues(uint256).tTransferAmount (#915)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to Token._getValues(uint256).tTransferAmount (#915)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to Token._getTValues(uint256).tTransferAmount (#923)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#867) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable Token._getValues(uint256).rTransferAmount (#916) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1147)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to Token._getTValues(uint256).tTransferAmount (#923)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to Token._getValues(uint256).tTransferAmount (#915)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1128) is too similar to Token._getTValues(uint256).tTransferAmount (#923)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1128)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1137)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to Token._getTValues(uint256).tTransferAmount (#923)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#833) is too similar to Token._getValues(uint256).tTransferAmount (#915)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to Token._getTValues(uint256).tTransferAmount (#923)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#931) is too similar to Token._getValues(uint256).tTransferAmount (#915)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#867)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to Token._getTValues(uint256).tTransferAmount (#923)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1147) is too similar to Token._getValues(uint256).tTransferAmount (#915)
Prevent variables from having similar names.
Additional information: link
Token.addLiquidity(uint256,uint256) (#1091-1104) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Ensure that all the return values of the function calls are used.
Additional information: link
Token.allowance(address,address).owner (#785) shadows:
- Ownable.owner() (#406-408) (function)
Token._approve(address,address,uint256).owner (#996) shadows:
- Ownable.owner() (#406-408) (function)
Rename the local variables that shadow another component.
Additional information: link
Token.setTaxFeePercent(uint256) (#885-887) should emit an event for:
- _taxFee = taxFee (#886)
Token.setLiquidityFeePercent(uint256) (#889-891) should emit an event for:
- _liquidityFee = liquidityFee (#890)
Token.setNumTokensSellToAddToLiquidity(uint256) (#893-895) should emit an event for:
- numTokensSellToAddToLiquidity = swapNumber * 10 ** _decimals (#894)
Token.setMaxTxPercent(uint256) (#897-899) should emit an event for:
- _maxTxAmount = maxTxPercent * 10 ** _decimals (#898)
Emit an event for critical parameter changes.
Additional information: link
Token.constructor(string,string,uint256,uint256,uint256,uint256,uint256,uint256,address,address).tokenOwner (#726) lacks a zero-check on :
- _owner = tokenOwner (#754)
Check that the address is not zero.
Additional information: link
Reentrancy in Token._transfer(address,address,uint256) (#1004-1048):
External calls:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _liquidityFee = _previousLiquidityFee (#989)
- _liquidityFee = 0 (#984)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _previousLiquidityFee = _liquidityFee (#981)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _previousTaxFee = _taxFee (#980)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _tFeeTotal = _tFeeTotal.add(tFee) (#911)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- _taxFee = _previousTaxFee (#988)
- _taxFee = 0 (#983)
Reentrancy in Token.constructor(string,string,uint256,uint256,uint256,uint256,uint256,uint256,address,address) (#726-756):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#744-745)
State variables written after the call(s):
- _isExcludedFromFee[tokenOwner] = true (#751)
- _isExcludedFromFee[address(this)] = true (#752)
- _owner = tokenOwner (#754)
- uniswapV2Router = _uniswapV2Router (#748)
Reentrancy in Token.swapAndLiquify(uint256) (#1050-1071):
External calls:
- swapTokensForEth(half) (#1062)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1068)
- _allowances[owner][spender] = amount (#1000)
Reentrancy in Token.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
- _allowances[owner][spender] = amount (#1000)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Token._transfer(address,address,uint256) (#1004-1048):
External calls:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1133)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- Transfer(sender,recipient,tTransferAmount) (#1143)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- Transfer(sender,recipient,tTransferAmount) (#1153)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
- Transfer(sender,recipient,tTransferAmount) (#874)
- _tokenTransfer(from,to,amount,takeFee) (#1047)
Reentrancy in Token.constructor(string,string,uint256,uint256,uint256,uint256,uint256,uint256,address,address) (#726-756):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#744-745)
Event emitted after the call(s):
- Transfer(address(0),tokenOwner,_tTotal) (#755)
Reentrancy in Token.swapAndLiquify(uint256) (#1050-1071):
External calls:
- swapTokensForEth(half) (#1062)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1001)
- addLiquidity(otherHalf,newBalance) (#1068)
- SwapAndLiquify(half,newBalance,otherHalf) (#1070)
Reentrancy in Token.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1082-1088)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1096-1103)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1001)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#453-458) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#455)
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
Token.includeInReward(address) (#854-865) has costly operations inside a loop:
- _excluded.pop() (#861)
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
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
Variable Ownable._owner (#396) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#497) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#498) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#515) is not in mixedCase
Function IUniswapV2Router01.WETH() (#537) is not in mixedCase
Parameter Token.setSwapAndLiquifyEnabled(bool)._enabled (#901) is not in mixedCase
Parameter Token.calculateTaxFee(uint256)._amount (#965) is not in mixedCase
Parameter Token.calculateLiquidityFee(uint256)._amount (#971) is not in mixedCase
Variable Token._taxFee (#697) is not in mixedCase
Variable Token._liquidityFee (#700) is not in mixedCase
Variable Token._maxTxAmount (#709) 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
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#425-428)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#434-438)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#440-442)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#445-450)
unlock() should be declared external:
- Ownable.unlock() (#453-458)
name() should be declared external:
- Token.name() (#759-761)
symbol() should be declared external:
- Token.symbol() (#763-765)
decimals() should be declared external:
- Token.decimals() (#767-769)
totalSupply() should be declared external:
- Token.totalSupply() (#771-773)
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#780-783)
allowance(address,address) should be declared external:
- Token.allowance(address,address) (#785-787)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#789-792)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#794-798)
increaseAllowance(address,uint256) should be declared external:
- Token.increaseAllowance(address,uint256) (#800-803)
decreaseAllowance(address,uint256) should be declared external:
- Token.decreaseAllowance(address,uint256) (#805-808)
isExcludedFromReward(address) should be declared external:
- Token.isExcludedFromReward(address) (#810-812)
totalFees() should be declared external:
- Token.totalFees() (#814-816)
deliver(uint256) should be declared external:
- Token.deliver(uint256) (#818-825)
reflectionFromToken(uint256,bool) should be declared external:
- Token.reflectionFromToken(uint256,bool) (#827-836)
excludeFromReward(address) should be declared external:
- Token.excludeFromReward(address) (#844-852)
excludeFromFee(address) should be declared external:
- Token.excludeFromFee(address) (#877-879)
includeInFee(address) should be declared external:
- Token.includeInFee(address) (#881-883)
setNumTokensSellToAddToLiquidity(uint256) should be declared external:
- Token.setNumTokensSellToAddToLiquidity(uint256) (#893-895)
setMaxTxPercent(uint256) should be declared external:
- Token.setMaxTxPercent(uint256) (#897-899)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Token.setSwapAndLiquifyEnabled(bool) (#901-904)
claimTokens() should be declared external:
- Token.claimTokens() (#961-963)
isExcludedFromFee(address) should be declared external:
- Token.isExcludedFromFee(address) (#992-994)
Use the external attribute for functions never called from the contract.
Additional information: link
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious
Contract has 15% buy tax and 15% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Average 30d PancakeSwap volume is low.
Average 30d number of PancakeSwap swaps is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token is deployed only at one blockchain
Token has only one trading pair
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Token was delisted from CoinHunt
Additional information: link
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find code repository for the project
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has relatively low CoinGecko rank
Twitter account link seems to be invalid
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account