FLUFFY FLOKI Token Logo

FLUFFYFLOKI [FLUFFY FLOKI] Token

ALERT: rug pull scam

About FLUFFYFLOKI

Listings

Not Found
Token 2 years

🐱FluffyFloki ($FluffyFloki) is a Dev-based token. This will be driven by large marketing campaigns and by the community itself actively.

🐱Join us on Telegram and Twitter to keep up to date on the latest happenings in the land of this very special dog!
Let's take FluffyFloki ($FluffyFloki) directly to the Moon for this noble cause!e.

Social

Laser Scorebeta Last Audit: 2 July 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


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

Reentrancy in Token._transfer(address,address,uint256) (#1043-1087):
External calls:
- swapAndLiquify(contractTokenBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1121-1127)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#999)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1168)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1177)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1188)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#915)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1169)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1179)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1189)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#917)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _rTotal = _rTotal.sub(rFee) (#954)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1001)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#914)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1187)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1178)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#916)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Token.includeInReward(address) (#900-911) has costly operations inside a loop:
- _excluded.pop() (#907)
Use a local variable to hold the loop computation result.

Additional information: link

Token.addLiquidity(uint256,uint256) (#1130-1143) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
Ensure that all the return values of the function calls are used.

Additional information: link

Token.allowance(address,address).owner (#831) shadows:
- Ownable.owner() (#467-469) (function)
Token._approve(address,address,uint256).owner (#1035) shadows:
- Ownable.owner() (#467-469) (function)
Rename the local variables that shadow another component.

Additional information: link

Token.setTaxFeePercent(uint256) (#931-933) should emit an event for:
- _taxFee = taxFee (#932)
Token.setLiquidityFeePercent(uint256) (#935-937) should emit an event for:
- _liquidityFee = liquidityFee (#936)
Token.setMaxTxPercent(uint256) (#939-943) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#940-942)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Token._transfer(address,address,uint256) (#1043-1087):
External calls:
- swapAndLiquify(contractTokenBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1121-1127)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _liquidityFee = _previousLiquidityFee (#1028)
- _liquidityFee = 0 (#1023)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _previousLiquidityFee = _liquidityFee (#1020)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _previousTaxFee = _taxFee (#1019)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _tFeeTotal = _tFeeTotal.add(tFee) (#955)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- _taxFee = _previousTaxFee (#1027)
- _taxFee = 0 (#1022)
Reentrancy in Token.constructor() (#787-803):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#792-793)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#799)
- _isExcludedFromFee[address(this)] = true (#800)
- uniswapV2Router = _uniswapV2Router (#796)
Reentrancy in Token.swapAndLiquify(uint256) (#1089-1110):
External calls:
- swapTokensForEth(half) (#1101)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1121-1127)
- addLiquidity(otherHalf,newBalance) (#1107)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1107)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1107)
- _allowances[owner][spender] = amount (#1039)
Reentrancy in Token.transferFrom(address,address,uint256) (#840-844):
External calls:
- _transfer(sender,recipient,amount) (#841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1121-1127)
External calls sending eth:
- _transfer(sender,recipient,amount) (#841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#842)
- _allowances[owner][spender] = amount (#1039)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Token._transfer(address,address,uint256) (#1043-1087):
External calls:
- swapAndLiquify(contractTokenBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1121-1127)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1074)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1172)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- Transfer(sender,recipient,tTransferAmount) (#1182)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- Transfer(sender,recipient,tTransferAmount) (#1192)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
- Transfer(sender,recipient,tTransferAmount) (#920)
- _tokenTransfer(from,to,amount,takeFee) (#1086)
Reentrancy in Token.constructor() (#787-803):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#792-793)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#802)
Reentrancy in Token.swapAndLiquify(uint256) (#1089-1110):
External calls:
- swapTokensForEth(half) (#1101)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1121-1127)
- addLiquidity(otherHalf,newBalance) (#1107)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1107)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1040)
- addLiquidity(otherHalf,newBalance) (#1107)
- SwapAndLiquify(half,newBalance,otherHalf) (#1109)
Reentrancy in Token.transferFrom(address,address,uint256) (#840-844):
External calls:
- _transfer(sender,recipient,amount) (#841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1121-1127)
External calls sending eth:
- _transfer(sender,recipient,amount) (#841)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1135-1142)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1040)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#842)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#514-519) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#516)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#319-328) uses assembly
- INLINE ASM (#326)
Address._functionCallWithValue(address,bytes,uint256,string) (#412-433) uses assembly
- INLINE ASM (#425-428)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#412-433) is never used and should be removed
Address.functionCall(address,bytes) (#372-374) is never used and should be removed
Address.functionCall(address,bytes,string) (#382-384) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#397-399) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#407-410) is never used and should be removed
Address.isContract(address) (#319-328) is never used and should be removed
Address.sendValue(address,uint256) (#346-352) is never used and should be removed
Context._msgData() (#291-294) is never used and should be removed
SafeMath.mod(uint256,uint256) (#264-266) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#280-283) is never used and should be removed
Remove unused functions.

Additional information: link

Token._rTotal (#751) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Token._previousTaxFee (#759) is set pre-construction with a non-constant function or state variable:
- _taxFee
Token._previousLiquidityFee (#762) 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) (#346-352):
- (success) = recipient.call{value: amount}() (#350)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#412-433):
- (success,returndata) = target.call{value: weiValue}(data) (#416)
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() (#558) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#559) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#576) is not in mixedCase
Function IUniswapV2Router01.WETH() (#598) is not in mixedCase
Parameter Token.setSwapAndLiquifyEnabled(bool)._enabled (#945) is not in mixedCase
Parameter Token.calculateTaxFee(uint256)._amount (#1004) is not in mixedCase
Parameter Token.calculateLiquidityFee(uint256)._amount (#1010) is not in mixedCase
Variable Token._taxFee (#758) is not in mixedCase
Variable Token._liquidityFee (#761) is not in mixedCase
Variable Token._maxTxAmount (#770) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#292)" inContext (#286-295)
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 (#603) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#604)
Variable Token._getValues(uint256).rTransferAmount (#960) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1176)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1167) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1176) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1176)
Variable Token._getValues(uint256).rTransferAmount (#960) is too similar to Token._getTValues(uint256).tTransferAmount (#967)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1167) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1176)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1167) is too similar to Token._getTValues(uint256).tTransferAmount (#967)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable Token._getValues(uint256).rTransferAmount (#960) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1176)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1167) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1167)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#975) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1167)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#879) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1167)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1167) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1186)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1176) is too similar to Token._getValues(uint256).tTransferAmount (#959)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#975) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1186)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#879) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1186)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1167)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1186) is too similar to Token._getTValues(uint256).tTransferAmount (#967)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1186) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1186)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1186) is too similar to Token._getValues(uint256).tTransferAmount (#959)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1176) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1167)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1176) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1186)
Variable Token._getValues(uint256).rTransferAmount (#960) is too similar to Token._getValues(uint256).tTransferAmount (#959)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#879) is too similar to Token._getTValues(uint256).tTransferAmount (#967)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1186) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1176)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#975) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#975) is too similar to Token._getTValues(uint256).tTransferAmount (#967)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#879) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1186) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1167)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Token._getTValues(uint256).tTransferAmount (#967)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#879) is too similar to Token._getValues(uint256).tTransferAmount (#959)
Variable Token._transferStandard(address,address,uint256).rTransferAmount (#1167) is too similar to Token._getValues(uint256).tTransferAmount (#959)
Variable Token._transferFromExcluded(address,address,uint256).rTransferAmount (#1186) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1186)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#975) is too similar to Token._getValues(uint256).tTransferAmount (#959)
Variable Token._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to Token._getValues(uint256).tTransferAmount (#959)
Variable Token._getValues(uint256).rTransferAmount (#960) is too similar to Token._transferStandard(address,address,uint256).tTransferAmount (#1167)
Variable Token._getValues(uint256).rTransferAmount (#960) is too similar to Token._transferFromExcluded(address,address,uint256).tTransferAmount (#1186)
Variable Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#975) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1176)
Variable Token.reflectionFromToken(uint256,bool).rTransferAmount (#879) is too similar to Token._transferToExcluded(address,address,uint256).tTransferAmount (#1176)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1176) is too similar to Token._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable Token._transferToExcluded(address,address,uint256).rTransferAmount (#1176) is too similar to Token._getTValues(uint256).tTransferAmount (#967)
Prevent variables from having similar names.

Additional information: link

Token.slitherConstructorVariables() (#736-1199) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#750)
Token.slitherConstructorVariables() (#736-1199) uses literals with too many digits:
- _maxTxAmount = 3000000 * 10 ** 6 * 10 ** 9 (#770)
Token.slitherConstructorVariables() (#736-1199) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#771)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Token._decimals (#756) should be constant
Token._name (#754) should be constant
Token._symbol (#755) should be constant
Token._tTotal (#750) should be constant
Token.numTokensSellToAddToLiquidity (#771) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#486-489)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#495-499)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#501-503)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#506-511)
unlock() should be declared external:
- Ownable.unlock() (#514-519)
name() should be declared external:
- Token.name() (#805-807)
symbol() should be declared external:
- Token.symbol() (#809-811)
decimals() should be declared external:
- Token.decimals() (#813-815)
totalSupply() should be declared external:
- Token.totalSupply() (#817-819)
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#826-829)
allowance(address,address) should be declared external:
- Token.allowance(address,address) (#831-833)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#835-838)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#840-844)
increaseAllowance(address,uint256) should be declared external:
- Token.increaseAllowance(address,uint256) (#846-849)
decreaseAllowance(address,uint256) should be declared external:
- Token.decreaseAllowance(address,uint256) (#851-854)
isExcludedFromReward(address) should be declared external:
- Token.isExcludedFromReward(address) (#856-858)
totalFees() should be declared external:
- Token.totalFees() (#860-862)
deliver(uint256) should be declared external:
- Token.deliver(uint256) (#864-871)
reflectionFromToken(uint256,bool) should be declared external:
- Token.reflectionFromToken(uint256,bool) (#873-882)
excludeFromReward(address) should be declared external:
- Token.excludeFromReward(address) (#890-898)
excludeFromFee(address) should be declared external:
- Token.excludeFromFee(address) (#923-925)
includeInFee(address) should be declared external:
- Token.includeInFee(address) (#927-929)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Token.setSwapAndLiquifyEnabled(bool) (#945-948)
isExcludedFromFee(address) should be declared external:
- Token.isExcludedFromFee(address) (#1031-1033)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Token has no transactions for more than 100 days. It seems dead / abandoned.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Twitter account


Telegram account has less than 100 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 verify that token and website are owned by the same team (no listings + unable to find contract on website)


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 token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has a considerable age, but social accounts / website are missing or have few users


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for FLUFFYFLOKI