CrazyFrogToken Token Logo

CFT [CrazyFrog] Token

ALERT: dead

About CFT

Listings

Not Found
Token 2 years

This project was inspired by the internet sensation, Crazy Frog. We are building a formidable army of Crazy Froggers that stand together to show the power of a decentralized community. https://crazyfrogtoken.finance

Laser Scorebeta Last Audit: 19 May 2022

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

Anti-Scam

Links


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

Reentrancy in CrazyFrogToken._transfer(address,address,uint256) (#934-978):
External calls:
- swapAndLiquify(contractTokenBalance) (#965)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1012-1018)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#965)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1160)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1079)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1093)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1109)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1064)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1080)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1095)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1110)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1066)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _rTotal = _rTotal.sub(rFee).sub(rBurn) (#1118)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1162)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1108)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1063)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1094)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1065)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _tTotal = _tTotal.sub(tBurn) (#1121)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in CrazyFrogToken._transfer(address,address,uint256) (#934-978):
External calls:
- swapAndLiquify(contractTokenBalance) (#965)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1012-1018)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#965)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _burnFee = _previousBurnFee (#919)
- _burnFee = 0 (#913)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _liquidityFee = _previousLiquidityFee (#918)
- _liquidityFee = 0 (#912)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _previousBurnFee = _burnFee (#910)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _previousLiquidityFee = _liquidityFee (#909)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _previousTaxFee = _taxFee (#908)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _tBurnTotal = _tBurnTotal.add(tBurn) (#1120)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1119)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- _taxFee = _previousTaxFee (#917)
- _taxFee = 0 (#911)
Reentrancy in CrazyFrogToken.constructor(address) (#735-751):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#740-741)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#747)
- _isExcludedFromFee[address(this)] = true (#748)
- uniswapV2Router = _uniswapV2Router (#744)
Reentrancy in CrazyFrogToken.swapAndLiquify(uint256) (#980-1001):
External calls:
- swapTokensForEth(half) (#992)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1012-1018)
- addLiquidity(otherHalf,newBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#998)
- _allowances[owner][spender] = amount (#930)
Reentrancy in CrazyFrogToken.transferFrom(address,address,uint256) (#788-792):
External calls:
- _transfer(sender,recipient,amount) (#789)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1012-1018)
External calls sending eth:
- _transfer(sender,recipient,amount) (#789)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#790)
- _allowances[owner][spender] = amount (#930)
Apply the check-effects-interactions pattern.

Additional information: link

CrazyFrogToken.setTaxFeeRate(uint256) (#877-879) should emit an event for:
- _taxFee = taxFee (#878)
CrazyFrogToken.setLiquidityFeeRate(uint256) (#881-883) should emit an event for:
- _liquidityFee = liquidityFee (#882)
CrazyFrogToken.setBurnFeeRate(uint256) (#885-887) should emit an event for:
- _burnFee = burnFee (#886)
CrazyFrogToken.setMaxTxPercent(uint256) (#889-891) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(100) (#890)
CrazyFrogToken.setMinBalanceToAddToLiquidity(uint256) (#893-895) should emit an event for:
- numTokensSellToAddToLiquidity = minBalance (#894)
Emit an event for critical parameter changes.

Additional information: link

CrazyFrogToken.addLiquidity(uint256,uint256) (#1021-1034) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
Ensure that all the return values of the function calls are used.

Additional information: link

CrazyFrogToken.allowance(address,address).owner (#779) shadows:
- Ownable.owner() (#413-415) (function)
CrazyFrogToken._approve(address,address,uint256).owner (#926) shadows:
- Ownable.owner() (#413-415) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in CrazyFrogToken._transfer(address,address,uint256) (#934-978):
External calls:
- swapAndLiquify(contractTokenBalance) (#965)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1012-1018)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#965)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1084)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- Transfer(sender,recipient,tTransferAmount) (#1114)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- Transfer(sender,recipient,tTransferAmount) (#1099)
- _tokenTransfer(from,to,amount,takeFee) (#977)
- Transfer(sender,recipient,tTransferAmount) (#1070)
- _tokenTransfer(from,to,amount,takeFee) (#977)
Reentrancy in CrazyFrogToken.constructor(address) (#735-751):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#740-741)
Event emitted after the call(s):
- Transfer(address(0),cOwner,_tTotal) (#750)
Reentrancy in CrazyFrogToken.swapAndLiquify(uint256) (#980-1001):
External calls:
- swapTokensForEth(half) (#992)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1012-1018)
- addLiquidity(otherHalf,newBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#998)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#931)
- addLiquidity(otherHalf,newBalance) (#998)
- SwapAndLiquify(half,newBalance,otherHalf) (#1000)
Reentrancy in CrazyFrogToken.transferFrom(address,address,uint256) (#788-792):
External calls:
- _transfer(sender,recipient,amount) (#789)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1012-1018)
External calls sending eth:
- _transfer(sender,recipient,amount) (#789)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1026-1033)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#931)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#790)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#460-465) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#462)
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

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

CrazyFrogToken._rTotal (#696) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
CrazyFrogToken._previousTaxFee (#708) is set pre-construction with a non-constant function or state variable:
- _taxFee
CrazyFrogToken._previousLiquidityFee (#709) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
CrazyFrogToken._previousBurnFee (#710) is set pre-construction with a non-constant function or state variable:
- _burnFee
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 IUniswapV2Pair.DOMAIN_SEPARATOR() (#504) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#505) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#522) is not in mixedCase
Function IUniswapV2Router01.WETH() (#544) is not in mixedCase
Parameter CrazyFrogToken.setSwapAndLiquifyEnabled(bool)._enabled (#897) is not in mixedCase
Parameter CrazyFrogToken.calculateTaxFee(uint256)._amount (#1166) is not in mixedCase
Parameter CrazyFrogToken.calculateLiquidityFee(uint256)._amount (#1170) is not in mixedCase
Parameter CrazyFrogToken.calculateBurnFee(uint256)._amount (#1174) is not in mixedCase
Variable CrazyFrogToken._taxFee (#705) is not in mixedCase
Variable CrazyFrogToken._liquidityFee (#706) is not in mixedCase
Variable CrazyFrogToken._burnFee (#707) is not in mixedCase
Variable CrazyFrogToken._maxTxAmount (#718) 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 (#549) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#550)
Variable CrazyFrogToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1137) is too similar to CrazyFrogToken._transferToExcluded(address,address,uint256).tTransferAmount (#1088)
Variable CrazyFrogToken._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to CrazyFrogToken._transferStandard(address,address,uint256).tTransferAmount (#1074)
Variable CrazyFrogToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1105) is too similar to CrazyFrogToken._getTValues(uint256).tTransferAmount (#1128)
Variable CrazyFrogToken._transferStandard(address,address,uint256).rTransferAmount (#1076) is too similar to CrazyFrogToken._getTValues(uint256).tTransferAmount (#1128)
Variable CrazyFrogToken._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to CrazyFrogToken._getTValues(uint256).tTransferAmount (#1128)
Variable CrazyFrogToken._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to CrazyFrogToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1103)
Variable CrazyFrogToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1105) is too similar to CrazyFrogToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1058)
Variable CrazyFrogToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1105) is too similar to CrazyFrogToken._transferToExcluded(address,address,uint256).tTransferAmount (#1088)
Variable CrazyFrogToken._transferStandard(address,address,uint256).rTransferAmount (#1076) is too similar to CrazyFrogToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1058)
Variable CrazyFrogToken._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to CrazyFrogToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1058)
Variable CrazyFrogToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1137) is too similar to CrazyFrogToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1058)
Variable CrazyFrogToken._transferStandard(address,address,uint256).rTransferAmount (#1076) is too similar to CrazyFrogToken._transferToExcluded(address,address,uint256).tTransferAmount (#1088)
Variable CrazyFrogToken._transferToExcluded(address,address,uint256).rTransferAmount (#1090) is too similar to CrazyFrogToken._transferToExcluded(address,address,uint256).tTransferAmount (#1088)
Variable CrazyFrogToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1060) is too similar to CrazyFrogToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1103)
Variable CrazyFrogToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1137) is too similar to CrazyFrogToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1103)
Variable CrazyFrogToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1105) is too similar to CrazyFrogToken._transferStandard(address,address,uint256).tTransferAmount (#1074)
Variable CrazyFrogToken.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to CrazyFrogToken._transferToExcluded(address,address,uint256).tTransferAmount (#1088)
Variable CrazyFrogToken._transferStandard(address,address,uint256).rTransferAmount (#1076) is too similar to CrazyFrogToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1103)
Variable CrazyFrogToken.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to CrazyFrogToken._getTValues(uint256).tTransferAmount (#1128)
Variable CrazyFrogToken.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to CrazyFrogToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1058)
Variable CrazyFrogToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1137) is too similar to CrazyFrogToken._transferStandard(address,address,uint256).tTransferAmount (#1074)
Variable CrazyFrogToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1060) is too similar to CrazyFrogToken._transferStandard(address,address,uint256).tTransferAmount (#1074)
Variable CrazyFrogToken.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to CrazyFrogToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1103)
Variable CrazyFrogToken._transferStandard(address,address,uint256).rTransferAmount (#1076) is too similar to CrazyFrogToken._transferStandard(address,address,uint256).tTransferAmount (#1074)
Variable CrazyFrogToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1060) is too similar to CrazyFrogToken._transferToExcluded(address,address,uint256).tTransferAmount (#1088)
Variable CrazyFrogToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1060) is too similar to CrazyFrogToken._getTValues(uint256).tTransferAmount (#1128)
Variable CrazyFrogToken._transferFromExcluded(address,address,uint256).rTransferAmount (#1105) is too similar to CrazyFrogToken._transferFromExcluded(address,address,uint256).tTransferAmount (#1103)
Variable CrazyFrogToken._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1137) is too similar to CrazyFrogToken._getTValues(uint256).tTransferAmount (#1128)
Variable CrazyFrogToken.reflectionFromToken(uint256,bool).rTransferAmount (#832) is too similar to CrazyFrogToken._transferStandard(address,address,uint256).tTransferAmount (#1074)
Variable CrazyFrogToken._transferBothExcluded(address,address,uint256).rTransferAmount (#1060) is too similar to CrazyFrogToken._transferBothExcluded(address,address,uint256).tTransferAmount (#1058)
Prevent variables from having similar names.

Additional information: link

CrazyFrogToken.slitherConstructorVariables() (#682-1179) uses literals with too many digits:
- _tTotal = 500000000 * 10 ** 8 (#695)
CrazyFrogToken.slitherConstructorVariables() (#682-1179) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 8 (#718)
CrazyFrogToken.slitherConstructorVariables() (#682-1179) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 5000000 * 10 ** 8 (#719)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CrazyFrogToken._decimals (#703) should be constant
CrazyFrogToken._name (#701) should be constant
CrazyFrogToken._symbol (#702) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#447-449)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#452-457)
unlock() should be declared external:
- Ownable.unlock() (#460-465)
name() should be declared external:
- CrazyFrogToken.name() (#753-755)
symbol() should be declared external:
- CrazyFrogToken.symbol() (#757-759)
decimals() should be declared external:
- CrazyFrogToken.decimals() (#761-763)
totalSupply() should be declared external:
- CrazyFrogToken.totalSupply() (#765-767)
transfer(address,uint256) should be declared external:
- CrazyFrogToken.transfer(address,uint256) (#774-777)
allowance(address,address) should be declared external:
- CrazyFrogToken.allowance(address,address) (#779-781)
approve(address,uint256) should be declared external:
- CrazyFrogToken.approve(address,uint256) (#783-786)
transferFrom(address,address,uint256) should be declared external:
- CrazyFrogToken.transferFrom(address,address,uint256) (#788-792)
increaseAllowance(address,uint256) should be declared external:
- CrazyFrogToken.increaseAllowance(address,uint256) (#794-797)
decreaseAllowance(address,uint256) should be declared external:
- CrazyFrogToken.decreaseAllowance(address,uint256) (#799-802)
isExcludedFromReward(address) should be declared external:
- CrazyFrogToken.isExcludedFromReward(address) (#804-806)
totalFees() should be declared external:
- CrazyFrogToken.totalFees() (#808-810)
totalBurn() should be declared external:
- CrazyFrogToken.totalBurn() (#812-814)
deliver(uint256) should be declared external:
- CrazyFrogToken.deliver(uint256) (#816-826)
reflectionFromToken(uint256,bool) should be declared external:
- CrazyFrogToken.reflectionFromToken(uint256,bool) (#828-839)
excludeFromReward(address) should be declared external:
- CrazyFrogToken.excludeFromReward(address) (#847-854)
excludeFromFee(address) should be declared external:
- CrazyFrogToken.excludeFromFee(address) (#869-871)
includeInFee(address) should be declared external:
- CrazyFrogToken.includeInFee(address) (#873-875)
setSwapAndLiquifyEnabled(bool) should be declared external:
- CrazyFrogToken.setSwapAndLiquifyEnabled(bool) (#897-900)
isExcludedFromFee(address) should be declared external:
- CrazyFrogToken.isExcludedFromFee(address) (#922-924)
Use the external attribute for functions never called from the contract.

Additional information: link

CrazyFrogToken.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

Holders:


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 PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account seems to be suspended

Additional information: link


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 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 find token/project description on the website or on BscScan, CoinMarketCap


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 code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for CFT