Floki Shiba Inu Token Logo

FLOKISHIB [Floki Shiba Inu] Token

About FLOKISHIB

Listings

Token 2 years

Floki the Shiba Inu young but with a lot of BITE! $FlokiShibaInu is a deflationary coin designed to become more scarce over time. All holders of Floki Shiba Inu will earn more Floki Shiba Inu that is automatically sent to your wallet simply by holding Floki Shiba Inu in your wallet. Watch the amount of Floki Shiba Inu grow in your wallet as all holders automatically receive a 4% fee from every transaction that happens on the Floki Shiba Inu network. The community owns the Floki Shiba Inu network earning from fees generated on the Floki Shiba Inu network.

Social

Laser Scorebeta Last Audit: 26 August 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links

Reentrancy in FlokiShibaInu._transfer(address,address,uint256) (#1023-1067):
External calls:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#979)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1148)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1157)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1168)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#895)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1149)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1159)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1169)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#897)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _rTotal = _rTotal.sub(rFee) (#934)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#981)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#894)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1167)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1158)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#896)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)


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.

FlokiShibaInu.includeInReward(address) (#879-890) has costly operations inside a loop:
- _excluded.pop() (#886)
Use a local variable to hold the loop computation result.

Additional information: link

FlokiShibaInu.addLiquidity(uint256,uint256) (#1110-1123) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Ensure that all the return values of the function calls are used.

Additional information: link

FlokiShibaInu.allowance(address,address).owner (#810) shadows:
- Ownable.owner() (#446-448) (function)
FlokiShibaInu._approve(address,address,uint256).owner (#1015) shadows:
- Ownable.owner() (#446-448) (function)
Rename the local variables that shadow another component.

Additional information: link

FlokiShibaInu.setTaxFeePercent(uint256) (#911-913) should emit an event for:
- _taxFee = taxFee (#912)
FlokiShibaInu.setLiquidityFeePercent(uint256) (#915-917) should emit an event for:
- _liquidityFee = liquidityFee (#916)
FlokiShibaInu.setMaxTxPercent(uint256) (#919-923) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#920-922)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in FlokiShibaInu._transfer(address,address,uint256) (#1023-1067):
External calls:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _liquidityFee = _previousLiquidityFee (#1008)
- _liquidityFee = 0 (#1003)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _previousLiquidityFee = _liquidityFee (#1000)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _previousTaxFee = _taxFee (#999)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _tFeeTotal = _tFeeTotal.add(tFee) (#935)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- _taxFee = _previousTaxFee (#1007)
- _taxFee = 0 (#1002)
Reentrancy in FlokiShibaInu.constructor() (#766-782):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#771-772)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#778)
- _isExcludedFromFee[address(this)] = true (#779)
- uniswapV2Router = _uniswapV2Router (#775)
Reentrancy in FlokiShibaInu.swapAndLiquify(uint256) (#1069-1090):
External calls:
- swapTokensForEth(half) (#1081)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1087)
- _allowances[owner][spender] = amount (#1019)
Reentrancy in FlokiShibaInu.transferFrom(address,address,uint256) (#819-823):
External calls:
- _transfer(sender,recipient,amount) (#820)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- _transfer(sender,recipient,amount) (#820)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#821)
- _allowances[owner][spender] = amount (#1019)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in FlokiShibaInu._transfer(address,address,uint256) (#1023-1067):
External calls:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1054)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1152)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- Transfer(sender,recipient,tTransferAmount) (#1172)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- Transfer(sender,recipient,tTransferAmount) (#1162)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
- Transfer(sender,recipient,tTransferAmount) (#900)
- _tokenTransfer(from,to,amount,takeFee) (#1066)
Reentrancy in FlokiShibaInu.constructor() (#766-782):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#771-772)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#781)
Reentrancy in FlokiShibaInu.swapAndLiquify(uint256) (#1069-1090):
External calls:
- swapTokensForEth(half) (#1081)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1087)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1020)
- addLiquidity(otherHalf,newBalance) (#1087)
- SwapAndLiquify(half,newBalance,otherHalf) (#1089)
Reentrancy in FlokiShibaInu.transferFrom(address,address,uint256) (#819-823):
External calls:
- _transfer(sender,recipient,amount) (#820)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1101-1107)
External calls sending eth:
- _transfer(sender,recipient,amount) (#820)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1115-1122)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1020)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#821)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#298-307) uses assembly
- INLINE ASM (#305)
Address._functionCallWithValue(address,bytes,uint256,string) (#391-412) uses assembly
- INLINE ASM (#404-407)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#391-412) is never used and should be removed
Address.functionCall(address,bytes) (#351-353) is never used and should be removed
Address.functionCall(address,bytes,string) (#361-363) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#376-378) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#386-389) is never used and should be removed
Address.isContract(address) (#298-307) is never used and should be removed
Address.sendValue(address,uint256) (#325-331) is never used and should be removed
Context._msgData() (#270-273) is never used and should be removed
SafeMath.mod(uint256,uint256) (#243-245) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#259-262) is never used and should be removed
Remove unused functions.

Additional information: link

FlokiShibaInu._rTotal (#730) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
FlokiShibaInu._previousTaxFee (#738) is set pre-construction with a non-constant function or state variable:
- _taxFee
FlokiShibaInu._previousLiquidityFee (#741) 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) (#325-331):
- (success) = recipient.call{value: amount}() (#329)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#391-412):
- (success,returndata) = target.call{value: weiValue}(data) (#395)
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() (#537) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#538) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#555) is not in mixedCase
Function IUniswapV2Router01.WETH() (#577) is not in mixedCase
Parameter FlokiShibaInu.setSwapAndLiquifyEnabled(bool)._enabled (#925) is not in mixedCase
Parameter FlokiShibaInu.calculateTaxFee(uint256)._amount (#984) is not in mixedCase
Parameter FlokiShibaInu.calculateLiquidityFee(uint256)._amount (#990) is not in mixedCase
Variable FlokiShibaInu._taxFee (#737) is not in mixedCase
Variable FlokiShibaInu._liquidityFee (#740) is not in mixedCase
Variable FlokiShibaInu._maxTxAmount (#749) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#271)" inContext (#265-274)
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 (#582) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#583)
Variable FlokiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to FlokiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable FlokiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#858) is too similar to FlokiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable FlokiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to FlokiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable FlokiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to FlokiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable FlokiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to FlokiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable FlokiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#858) is too similar to FlokiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable FlokiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to FlokiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable FlokiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to FlokiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable FlokiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#858) is too similar to FlokiShibaInu._getValues(uint256).tTransferAmount (#939)
Variable FlokiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to FlokiShibaInu._getTValues(uint256).tTransferAmount (#947)
Variable FlokiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to FlokiShibaInu._getValues(uint256).tTransferAmount (#939)
Variable FlokiShibaInu._getValues(uint256).rTransferAmount (#940) is too similar to FlokiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable FlokiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to FlokiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable FlokiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to FlokiShibaInu._getValues(uint256).tTransferAmount (#939)
Variable FlokiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#858) is too similar to FlokiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable FlokiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to FlokiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable FlokiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to FlokiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable FlokiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to FlokiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable FlokiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to FlokiShibaInu._getTValues(uint256).tTransferAmount (#947)
Variable FlokiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to FlokiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable FlokiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#955) is too similar to FlokiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable FlokiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to FlokiShibaInu._getValues(uint256).tTransferAmount (#939)
Variable FlokiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to FlokiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable FlokiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#858) is too similar to FlokiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable FlokiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to FlokiShibaInu._getTValues(uint256).tTransferAmount (#947)
Variable FlokiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to FlokiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable FlokiShibaInu._getValues(uint256).rTransferAmount (#940) is too similar to FlokiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable FlokiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#858) is too similar to FlokiShibaInu._getTValues(uint256).tTransferAmount (#947)
Variable FlokiShibaInu._getValues(uint256).rTransferAmount (#940) is too similar to FlokiShibaInu._getTValues(uint256).tTransferAmount (#947)
Variable FlokiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to FlokiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable FlokiShibaInu._getValues(uint256).rTransferAmount (#940) is too similar to FlokiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable FlokiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to FlokiShibaInu._getTValues(uint256).tTransferAmount (#947)
Variable FlokiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1147) is too similar to FlokiShibaInu._getValues(uint256).tTransferAmount (#939)
Variable FlokiShibaInu._getValues(uint256).rTransferAmount (#940) is too similar to FlokiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable FlokiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to FlokiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1166)
Variable FlokiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to FlokiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1147)
Variable FlokiShibaInu._getValues(uint256).rTransferAmount (#940) is too similar to FlokiShibaInu._getValues(uint256).tTransferAmount (#939)
Variable FlokiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#893) is too similar to FlokiShibaInu._getValues(uint256).tTransferAmount (#939)
Variable FlokiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to FlokiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Variable FlokiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to FlokiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#893)
Variable FlokiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1166) is too similar to FlokiShibaInu._getTValues(uint256).tTransferAmount (#947)
Variable FlokiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1156) is too similar to FlokiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1156)
Prevent variables from having similar names.

Additional information: link

FlokiShibaInu.slitherConstructorVariables() (#715-1176) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#729)
FlokiShibaInu.slitherConstructorVariables() (#715-1176) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 6 * 10 ** 9 (#749)
FlokiShibaInu.slitherConstructorVariables() (#715-1176) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 50000000 * 10 ** 6 * 10 ** 9 (#750)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

FlokiShibaInu._decimals (#735) should be constant
FlokiShibaInu._name (#733) should be constant
FlokiShibaInu._symbol (#734) should be constant
FlokiShibaInu._tTotal (#729) should be constant
FlokiShibaInu.numTokensSellToAddToLiquidity (#750) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#465-468)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#474-478)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#480-482)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#485-490)
unlock() should be declared external:
- Ownable.unlock() (#493-498)
name() should be declared external:
- FlokiShibaInu.name() (#784-786)
symbol() should be declared external:
- FlokiShibaInu.symbol() (#788-790)
decimals() should be declared external:
- FlokiShibaInu.decimals() (#792-794)
totalSupply() should be declared external:
- FlokiShibaInu.totalSupply() (#796-798)
transfer(address,uint256) should be declared external:
- FlokiShibaInu.transfer(address,uint256) (#805-808)
allowance(address,address) should be declared external:
- FlokiShibaInu.allowance(address,address) (#810-812)
approve(address,uint256) should be declared external:
- FlokiShibaInu.approve(address,uint256) (#814-817)
transferFrom(address,address,uint256) should be declared external:
- FlokiShibaInu.transferFrom(address,address,uint256) (#819-823)
increaseAllowance(address,uint256) should be declared external:
- FlokiShibaInu.increaseAllowance(address,uint256) (#825-828)
decreaseAllowance(address,uint256) should be declared external:
- FlokiShibaInu.decreaseAllowance(address,uint256) (#830-833)
isExcludedFromReward(address) should be declared external:
- FlokiShibaInu.isExcludedFromReward(address) (#835-837)
totalFees() should be declared external:
- FlokiShibaInu.totalFees() (#839-841)
deliver(uint256) should be declared external:
- FlokiShibaInu.deliver(uint256) (#843-850)
reflectionFromToken(uint256,bool) should be declared external:
- FlokiShibaInu.reflectionFromToken(uint256,bool) (#852-861)
excludeFromReward(address) should be declared external:
- FlokiShibaInu.excludeFromReward(address) (#869-877)
excludeFromFee(address) should be declared external:
- FlokiShibaInu.excludeFromFee(address) (#903-905)
includeInFee(address) should be declared external:
- FlokiShibaInu.includeInFee(address) (#907-909)
setSwapAndLiquifyEnabled(bool) should be declared external:
- FlokiShibaInu.setSwapAndLiquifyEnabled(bool) (#925-928)
isExcludedFromFee(address) should be declared external:
- FlokiShibaInu.isExcludedFromFee(address) (#1011-1013)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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

Contract has 11% buy tax and 6% 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 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 is deployed only at one blockchain


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord account


Unable to find website, listings and other project-related information


Token has a considerable age, but we're still unable to find its website


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

Price for FLOKISHIB