FlokiCash Token Logo

FLC [FlokiCash] Token

ALERT: dead

About FLC

Listings

Token 3 years
white paper

The FLOKICASH Protocol is a community driven and fairly launched Token. Three simple and transparent functions occur during each trade: Reflection, LP Acquisition, and Burn.

The Floki Cash blockchain and product ecosystem enable the development of high-performance blockchain projects.
An array of original features and protocols are designed to support the speed, privacy, usability, and liquidity needs all in one platform.

A new crypto birth by fans & members of the FlokiCash online community.
FlokiCash seeks to impress his father by showing its new and improved transaction speeds & adorableness.
It is define as hyper-deflationary with an integrated smart staking system built primarily to reward you.
The FlokiCash coins are automat

🚨Tax: 10%
✅%5 distribution to holders of each transaction
✅%5 goes to liquidity

• Liquidity will be locked on Dxsale for 1 year🔒

• %50 Burn at the launch time🔥

• Anti Whale 🐳⛔️ Max wallet size – 10 Trillion ( %1 of Total Supply )

• NO Presales❌

Social

Laser Scorebeta Last Audit: 4 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 FlokiCash._transfer(address,address,uint256) (#983-1033):
External calls:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#939)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1114)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1123)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#855)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1134)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1115)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1125)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1135)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#857)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _rTotal = _rTotal.sub(rFee) (#894)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#941)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1133)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#854)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1124)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#856)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Address.isContract(address) (#277-286) uses assembly
- INLINE ASM (#284)
Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) uses assembly
- INLINE ASM (#383-386)
Do not use evm assembly.

Additional information: link

FlokiCash.includeInReward(address) (#840-851) has costly operations inside a loop:
- _excluded.pop() (#847)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) is never used and should be removed
Address.functionCall(address,bytes) (#330-332) is never used and should be removed
Address.functionCall(address,bytes,string) (#340-342) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#365-368) is never used and should be removed
Address.isContract(address) (#277-286) is never used and should be removed
Address.sendValue(address,uint256) (#304-310) is never used and should be removed
Context._msgData() (#249-252) is never used and should be removed
SafeMath.mod(uint256,uint256) (#222-224) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#238-241) is never used and should be removed
Remove unused functions.

Additional information: link

FlokiCash._rTotal (#688) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
FlokiCash._previousTaxFee (#696) is set pre-construction with a non-constant function or state variable:
- _taxFee
FlokiCash._previousLiquidityFee (#699) 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

Pragma version>=0.8.0 (#12) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#304-310):
- (success) = recipient.call{value: amount}() (#308)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#370-391):
- (success,returndata) = target.call{value: weiValue}(data) (#374)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

FlokiCash.addLiquidity(uint256,uint256) (#1076-1089) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Ensure that all the return values of the function calls are used.

Additional information: link

FlokiCash.allowance(address,address).owner (#771) shadows:
- Ownable.owner() (#424-426) (function)
FlokiCash._approve(address,address,uint256).owner (#975) shadows:
- Ownable.owner() (#424-426) (function)
Rename the local variables that shadow another component.

Additional information: link

FlokiCash.setTaxFeePercent(uint256) (#871-873) should emit an event for:
- _taxFee = taxFee (#872)
FlokiCash.setLiquidityFeePercent(uint256) (#875-877) should emit an event for:
- _liquidityFee = liquidityFee (#876)
FlokiCash.setMaxTxPercent(uint256) (#879-883) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#880-882)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in FlokiCash._transfer(address,address,uint256) (#983-1033):
External calls:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _liquidityFee = _previousLiquidityFee (#968)
- _liquidityFee = 0 (#963)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _previousLiquidityFee = _liquidityFee (#960)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _previousTaxFee = _taxFee (#959)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _tFeeTotal = _tFeeTotal.add(tFee) (#895)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _taxFee = _previousTaxFee (#967)
- _taxFee = 0 (#962)
Reentrancy in FlokiCash.constructor() (#727-743):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#732-733)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#739)
- _isExcludedFromFee[address(this)] = true (#740)
- uniswapV2Router = _uniswapV2Router (#736)
Reentrancy in FlokiCash.swapAndLiquify(uint256) (#1035-1056):
External calls:
- swapTokensForEth(half) (#1047)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1053)
- _allowances[owner][spender] = amount (#979)
Reentrancy in FlokiCash.transferFrom(address,address,uint256) (#780-784):
External calls:
- _transfer(sender,recipient,amount) (#781)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- _transfer(sender,recipient,amount) (#781)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#782)
- _allowances[owner][spender] = amount (#979)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in FlokiCash._transfer(address,address,uint256) (#983-1033):
External calls:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1118)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- Transfer(sender,recipient,tTransferAmount) (#1128)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- Transfer(sender,recipient,tTransferAmount) (#1138)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- Transfer(sender,recipient,tTransferAmount) (#860)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
Reentrancy in FlokiCash.constructor() (#727-743):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#732-733)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#742)
Reentrancy in FlokiCash.swapAndLiquify(uint256) (#1035-1056):
External calls:
- swapTokensForEth(half) (#1047)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#980)
- addLiquidity(otherHalf,newBalance) (#1053)
- SwapAndLiquify(half,newBalance,otherHalf) (#1055)
Reentrancy in FlokiCash.transferFrom(address,address,uint256) (#780-784):
External calls:
- _transfer(sender,recipient,amount) (#781)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- _transfer(sender,recipient,amount) (#781)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#980)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#782)
Apply the check-effects-interactions pattern.

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#495) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#496) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#513) is not in mixedCase
Function IUniswapV2Router01.WETH() (#535) is not in mixedCase
Parameter FlokiCash.setSwapAndLiquifyEnabled(bool)._enabled (#885) is not in mixedCase
Parameter FlokiCash.calculateTaxFee(uint256)._amount (#944) is not in mixedCase
Parameter FlokiCash.calculateLiquidityFee(uint256)._amount (#950) is not in mixedCase
Variable FlokiCash._taxFee (#695) is not in mixedCase
Variable FlokiCash._liquidityFee (#698) is not in mixedCase
Variable FlokiCash._maxTxAmount (#707) is not in mixedCase
Variable FlokiCash._maxWalletAmount (#709) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#250)" inContext (#244-253)
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 (#540) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#541)
Variable FlokiCash._getValues(uint256).rTransferAmount (#900) is too similar to FlokiCash._transferBothExcluded(address,address,uint256).tTransferAmount (#853)
Variable FlokiCash._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to FlokiCash._getValues(uint256).tTransferAmount (#899)
Variable FlokiCash._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to FlokiCash._transferBothExcluded(address,address,uint256).tTransferAmount (#853)
Variable FlokiCash._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#915) is too similar to FlokiCash._transferBothExcluded(address,address,uint256).tTransferAmount (#853)
Variable FlokiCash._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to FlokiCash._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable FlokiCash._transferBothExcluded(address,address,uint256).rTransferAmount (#853) is too similar to FlokiCash._transferBothExcluded(address,address,uint256).tTransferAmount (#853)
Variable FlokiCash._getValues(uint256).rTransferAmount (#900) is too similar to FlokiCash._getTValues(uint256).tTransferAmount (#907)
Variable FlokiCash._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to FlokiCash._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable FlokiCash._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to FlokiCash._getTValues(uint256).tTransferAmount (#907)
Variable FlokiCash._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#915) is too similar to FlokiCash._getTValues(uint256).tTransferAmount (#907)
Variable FlokiCash._transferBothExcluded(address,address,uint256).rTransferAmount (#853) is too similar to FlokiCash._getTValues(uint256).tTransferAmount (#907)
Variable FlokiCash._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to FlokiCash._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable FlokiCash._getValues(uint256).rTransferAmount (#900) is too similar to FlokiCash._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable FlokiCash._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#915) is too similar to FlokiCash._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable FlokiCash._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to FlokiCash._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable FlokiCash._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to FlokiCash._getTValues(uint256).tTransferAmount (#907)
Variable FlokiCash._transferBothExcluded(address,address,uint256).rTransferAmount (#853) is too similar to FlokiCash._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable FlokiCash._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to FlokiCash._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable FlokiCash.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to FlokiCash._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable FlokiCash._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#915) is too similar to FlokiCash._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable FlokiCash._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to FlokiCash._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable FlokiCash._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#915) is too similar to FlokiCash._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable FlokiCash._transferBothExcluded(address,address,uint256).rTransferAmount (#853) is too similar to FlokiCash._getValues(uint256).tTransferAmount (#899)
Variable FlokiCash._transferBothExcluded(address,address,uint256).rTransferAmount (#853) is too similar to FlokiCash._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable FlokiCash._transferBothExcluded(address,address,uint256).rTransferAmount (#853) is too similar to FlokiCash._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable FlokiCash._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to FlokiCash._getValues(uint256).tTransferAmount (#899)
Variable FlokiCash.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to FlokiCash._getTValues(uint256).tTransferAmount (#907)
Variable FlokiCash._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to FlokiCash._transferBothExcluded(address,address,uint256).tTransferAmount (#853)
Variable FlokiCash._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to FlokiCash._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable FlokiCash.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to FlokiCash._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable FlokiCash._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to FlokiCash._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable FlokiCash._getValues(uint256).rTransferAmount (#900) is too similar to FlokiCash._getValues(uint256).tTransferAmount (#899)
Variable FlokiCash._getValues(uint256).rTransferAmount (#900) is too similar to FlokiCash._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable FlokiCash._getValues(uint256).rTransferAmount (#900) is too similar to FlokiCash._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable FlokiCash._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to FlokiCash._getValues(uint256).tTransferAmount (#899)
Variable FlokiCash.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to FlokiCash._getValues(uint256).tTransferAmount (#899)
Variable FlokiCash._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to FlokiCash._getTValues(uint256).tTransferAmount (#907)
Variable FlokiCash._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#915) is too similar to FlokiCash._getValues(uint256).tTransferAmount (#899)
Variable FlokiCash.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to FlokiCash._transferBothExcluded(address,address,uint256).tTransferAmount (#853)
Variable FlokiCash._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to FlokiCash._transferBothExcluded(address,address,uint256).tTransferAmount (#853)
Variable FlokiCash._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to FlokiCash._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable FlokiCash.reflectionFromToken(uint256,bool).rTransferAmount (#819) is too similar to FlokiCash._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Prevent variables from having similar names.

Additional information: link

FlokiCash.slitherConstructorVariables() (#673-1141) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#687)
FlokiCash.slitherConstructorVariables() (#673-1141) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (#707)
FlokiCash.slitherConstructorVariables() (#673-1141) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#708)
FlokiCash.slitherConstructorVariables() (#673-1141) uses literals with too many digits:
- _maxWalletAmount = 1000000000 * 10 ** 4 * 10 ** 9 (#709)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#408) is never used in FlokiCash (#673-1141)
Remove unused state variables.

Additional information: link

FlokiCash._decimals (#693) should be constant
FlokiCash._maxWalletAmount (#709) should be constant
FlokiCash._name (#691) should be constant
FlokiCash._symbol (#692) should be constant
FlokiCash._tTotal (#687) should be constant
FlokiCash.numTokensSellToAddToLiquidity (#708) should be constant
Ownable._previousOwner (#408) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#443-446)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#452-456)
name() should be declared external:
- FlokiCash.name() (#745-747)
symbol() should be declared external:
- FlokiCash.symbol() (#749-751)
decimals() should be declared external:
- FlokiCash.decimals() (#753-755)
totalSupply() should be declared external:
- FlokiCash.totalSupply() (#757-759)
transfer(address,uint256) should be declared external:
- FlokiCash.transfer(address,uint256) (#766-769)
allowance(address,address) should be declared external:
- FlokiCash.allowance(address,address) (#771-773)
approve(address,uint256) should be declared external:
- FlokiCash.approve(address,uint256) (#775-778)
transferFrom(address,address,uint256) should be declared external:
- FlokiCash.transferFrom(address,address,uint256) (#780-784)
increaseAllowance(address,uint256) should be declared external:
- FlokiCash.increaseAllowance(address,uint256) (#786-789)
decreaseAllowance(address,uint256) should be declared external:
- FlokiCash.decreaseAllowance(address,uint256) (#791-794)
isExcludedFromReward(address) should be declared external:
- FlokiCash.isExcludedFromReward(address) (#796-798)
totalFees() should be declared external:
- FlokiCash.totalFees() (#800-802)
deliver(uint256) should be declared external:
- FlokiCash.deliver(uint256) (#804-811)
reflectionFromToken(uint256,bool) should be declared external:
- FlokiCash.reflectionFromToken(uint256,bool) (#813-822)
excludeFromReward(address) should be declared external:
- FlokiCash.excludeFromReward(address) (#830-838)
excludeFromFee(address) should be declared external:
- FlokiCash.excludeFromFee(address) (#863-865)
includeInFee(address) should be declared external:
- FlokiCash.includeInFee(address) (#867-869)
setSwapAndLiquifyEnabled(bool) should be declared external:
- FlokiCash.setSwapAndLiquifyEnabled(bool) (#885-888)
isExcludedFromFee(address) should be declared external:
- FlokiCash.isExcludedFromFee(address) (#971-973)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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.


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

Contract has 10% buy tax and 7% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account seems to be suspended

Additional information: link


Telegram account has relatively few 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 contract audit


Unable to find audit link on the website


Unable to find code repository for the project


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

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for FLC