First Kishu Token Logo

FKISHU [First Kishu] Token

ALERT: rug pull scam

About FKISHU

Listings

Not Found
Token 2 years

www.firstkishu.com

Social

Laser Scorebeta Last Audit: 6 May 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 FirstKishu._transfer(address,address,uint256) (#620-650):
External calls:
- swapAndLiquify(contractTokenBalance) (#643)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#665-671)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#643)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _rOwned[_FirstKishuMarketing] = _rOwned[_FirstKishuMarketing].add(rFirstKishu) (#578)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#571)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#712)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#703)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#723)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#704)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#516)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#724)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#714)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#518)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#530)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#573)
- _tOwned[_FirstKishuMarketing] = _tOwned[_FirstKishuMarketing].add(tFirstKishu) (#580)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#722)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#515)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#713)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#517)
Apply the check-effects-interactions pattern.

Additional information: link

FirstKishu.addLiquidity(uint256,uint256) (#673-683) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
Ensure that all the return values of the function calls are used.

Additional information: link

FirstKishu.allowance(address,address).owner (#444) shadows:
- Ownable.owner() (#172-174) (function)
FirstKishu._approve(address,address,uint256).owner (#614) shadows:
- Ownable.owner() (#172-174) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in FirstKishu._transfer(address,address,uint256) (#620-650):
External calls:
- swapAndLiquify(contractTokenBalance) (#643)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#665-671)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#643)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#609)
- _BurnedliquidityFee = 0 (#604)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _FirstKishuFee = _previousFirstKishuFee (#608)
- _FirstKishuFee = 0 (#603)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _Reflections = _previousReflections (#607)
- _Reflections = 0 (#602)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#601)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _previousFirstKishuFee = _FirstKishuFee (#600)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _previousReflections = _Reflections (#599)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- _tFeeTotal = _tFeeTotal.add(tFee) (#531)
Reentrancy in FirstKishu.constructor() (#414-423):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#417-418)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#420)
- _isExcludedFromFee[address(this)] = true (#421)
- uniswapV2Router = _uniswapV2Router (#419)
Reentrancy in FirstKishu.swapAndLiquify(uint256) (#651-659):
External calls:
- swapTokensForEth(half) (#655)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#665-671)
- addLiquidity(otherHalf,newBalance) (#657)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#657)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#657)
- _allowances[owner][spender] = amount (#617)
Reentrancy in FirstKishu.transferFrom(address,address,uint256) (#451-455):
External calls:
- _transfer(sender,recipient,amount) (#452)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#665-671)
External calls sending eth:
- _transfer(sender,recipient,amount) (#452)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#453)
- _allowances[owner][spender] = amount (#617)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in FirstKishu._transfer(address,address,uint256) (#620-650):
External calls:
- swapAndLiquify(contractTokenBalance) (#643)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#665-671)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#643)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#708)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- Transfer(sender,recipient,tTransferAmount) (#728)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- Transfer(sender,recipient,tTransferAmount) (#718)
- _tokenTransfer(from,to,amount,takeFee) (#649)
- Transfer(sender,recipient,tTransferAmount) (#522)
- _tokenTransfer(from,to,amount,takeFee) (#649)
Reentrancy in FirstKishu.constructor() (#414-423):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#417-418)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#422)
Reentrancy in FirstKishu.swapAndLiquify(uint256) (#651-659):
External calls:
- swapTokensForEth(half) (#655)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#665-671)
- addLiquidity(otherHalf,newBalance) (#657)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#657)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#618)
- addLiquidity(otherHalf,newBalance) (#657)
- SwapAndLiquify(half,newBalance,otherHalf) (#658)
Reentrancy in FirstKishu.transferFrom(address,address,uint256) (#451-455):
External calls:
- _transfer(sender,recipient,amount) (#452)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#665-671)
External calls sending eth:
- _transfer(sender,recipient,amount) (#452)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#675-682)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#618)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#453)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#108-112) uses assembly
- INLINE ASM (#110)
Address._verifyCallResult(bool,bytes,string) (#149-162) uses assembly
- INLINE ASM (#154-157)
Do not use evm assembly.

Additional information: link

FirstKishu.includeInReward(address) (#501-512) has costly operations inside a loop:
- _excluded.pop() (#508)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#149-162) is never used and should be removed
Address.functionCall(address,bytes) (#118-120) is never used and should be removed
Address.functionCall(address,bytes,string) (#121-123) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#124-126) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#127-132) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#141-143) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#144-148) is never used and should be removed
Address.functionStaticCall(address,bytes) (#133-135) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#136-140) is never used and should be removed
Address.isContract(address) (#108-112) is never used and should be removed
Address.sendValue(address,uint256) (#113-117) is never used and should be removed
Context._msgData() (#101-104) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#83-88) is never used and should be removed
SafeMath.mod(uint256,uint256) (#74-76) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#89-94) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#29-35) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#50-55) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#56-61) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#42-49) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#36-41) is never used and should be removed
Remove unused functions.

Additional information: link

FirstKishu._rTotalSupply (#384) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
FirstKishu._previousReflections (#390) is set pre-construction with a non-constant function or state variable:
- _Reflections
FirstKishu._previousFirstKishuFee (#392) is set pre-construction with a non-constant function or state variable:
- _FirstKishuFee
FirstKishu._previousBurnedLiquidityFee (#394) is set pre-construction with a non-constant function or state variable:
- _BurnedliquidityFee
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) (#113-117):
- (success) = recipient.call{value: amount}() (#115)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#127-132):
- (success,returndata) = target.call{value: value}(data) (#130)
Low level call in Address.functionStaticCall(address,bytes,string) (#136-140):
- (success,returndata) = target.staticcall(data) (#138)
Low level call in Address.functionDelegateCall(address,bytes,string) (#144-148):
- (success,returndata) = target.delegatecall(data) (#146)
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() (#209) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#210) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#224) is not in mixedCase
Function IUniswapV2Router01.WETH() (#242) is not in mixedCase
Parameter FirstKishu.setSwapAndLiquifyEnabled(bool)._enabled (#524) is not in mixedCase
Parameter FirstKishu.calculateReflections(uint256)._amount (#582) is not in mixedCase
Parameter FirstKishu.calculateFirstKishuFee(uint256)._amount (#587) is not in mixedCase
Parameter FirstKishu.calculateBurnedLiquidityFee(uint256)._amount (#592) is not in mixedCase
Variable FirstKishu._FirstKishuMarketing (#381) is not in mixedCase
Variable FirstKishu._Reflections (#389) is not in mixedCase
Variable FirstKishu._FirstKishuFee (#391) is not in mixedCase
Variable FirstKishu._BurnedliquidityFee (#393) is not in mixedCase
Variable FirstKishu._maxTxAmount (#395) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#102)" inContext (#97-105)
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 (#246) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#247)
Variable FirstKishu._rTotalSupply (#384) is too similar to FirstKishu._tTotalSupply (#383)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._getTValues(uint256).tFirstKishu (#541)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tFirstKishu (#514)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._takeFirstKishu(uint256).tFirstKishu (#575)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._getTValues(uint256).tFirstKishu (#541)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tFirstKishu (#711)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tFirstKishu (#514)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._takeFirstKishu(uint256).tFirstKishu (#575)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tFirstKishu (#721)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tFirstKishu (#711)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._transferStandard(address,address,uint256).tFirstKishu (#702)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._getValues(uint256).tFirstKishu (#534)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tFirstKishu (#721)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._transferStandard(address,address,uint256).tFirstKishu (#702)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._getValues(uint256).tFirstKishu (#534)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rFirstKishu (#549) is too similar to FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).tFirstKishu (#545)
Variable FirstKishu.reflectionFromToken(uint256,bool).rTransferAmount (#484) is too similar to FirstKishu._getValues(uint256).tTransferAmount (#534)
Variable FirstKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#514) is too similar to FirstKishu._transferStandard(address,address,uint256).tTransferAmount (#702)
Variable FirstKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#514) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#721)
Variable FirstKishu._transferStandard(address,address,uint256).rTransferAmount (#702) is too similar to FirstKishu._getTValues(uint256).tTransferAmount (#542)
Variable FirstKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#514) is too similar to FirstKishu._getValues(uint256).tTransferAmount (#534)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#550) is too similar to FirstKishu._getTValues(uint256).tTransferAmount (#542)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#550) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tTransferAmount (#711)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#550) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#514)
Variable FirstKishu._transferToExcluded(address,address,uint256).rTransferAmount (#711) is too similar to FirstKishu._transferStandard(address,address,uint256).tTransferAmount (#702)
Variable FirstKishu._transferToExcluded(address,address,uint256).rTransferAmount (#711) is too similar to FirstKishu._getValues(uint256).tTransferAmount (#534)
Variable FirstKishu._transferToExcluded(address,address,uint256).rTransferAmount (#711) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#721)
Variable FirstKishu._transferStandard(address,address,uint256).rTransferAmount (#702) is too similar to FirstKishu._transferStandard(address,address,uint256).tTransferAmount (#702)
Variable FirstKishu._transferStandard(address,address,uint256).rTransferAmount (#702) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#721)
Variable FirstKishu._transferStandard(address,address,uint256).rTransferAmount (#702) is too similar to FirstKishu._getValues(uint256).tTransferAmount (#534)
Variable FirstKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#721) is too similar to FirstKishu._getTValues(uint256).tTransferAmount (#542)
Variable FirstKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#721) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tTransferAmount (#711)
Variable FirstKishu._transferToExcluded(address,address,uint256).rTransferAmount (#711) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tTransferAmount (#711)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#550) is too similar to FirstKishu._transferStandard(address,address,uint256).tTransferAmount (#702)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#550) is too similar to FirstKishu._getValues(uint256).tTransferAmount (#534)
Variable FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#550) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#721)
Variable FirstKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#514) is too similar to FirstKishu._getTValues(uint256).tTransferAmount (#542)
Variable FirstKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#721) is too similar to FirstKishu._transferStandard(address,address,uint256).tTransferAmount (#702)
Variable FirstKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#514) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tTransferAmount (#711)
Variable FirstKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#721) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#721)
Variable FirstKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#514) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#514)
Variable FirstKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#721) is too similar to FirstKishu._getValues(uint256).tTransferAmount (#534)
Variable FirstKishu._transferToExcluded(address,address,uint256).rTransferAmount (#711) is too similar to FirstKishu._getTValues(uint256).tTransferAmount (#542)
Variable FirstKishu._takeFirstKishu(uint256).rFirstKishu (#577) is too similar to FirstKishu._getRValues(uint256,uint256,uint256,uint256,uint256).tFirstKishu (#545)
Variable FirstKishu._getValues(uint256).rTransferAmount (#535) is too similar to FirstKishu._transferStandard(address,address,uint256).tTransferAmount (#702)
Variable FirstKishu.reflectionFromToken(uint256,bool).rTransferAmount (#484) is too similar to FirstKishu._getTValues(uint256).tTransferAmount (#542)
Variable FirstKishu._transferToExcluded(address,address,uint256).rTransferAmount (#711) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#514)
Variable FirstKishu._getValues(uint256).rTransferAmount (#535) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#514)
Variable FirstKishu._getValues(uint256).rTransferAmount (#535) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tTransferAmount (#711)
Variable FirstKishu._getValues(uint256).rTransferAmount (#535) is too similar to FirstKishu._getTValues(uint256).tTransferAmount (#542)
Variable FirstKishu.reflectionFromToken(uint256,bool).rTransferAmount (#484) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#721)
Variable FirstKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#721) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#514)
Variable FirstKishu._transferStandard(address,address,uint256).rTransferAmount (#702) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#514)
Variable FirstKishu._transferStandard(address,address,uint256).rTransferAmount (#702) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tTransferAmount (#711)
Variable FirstKishu._getValues(uint256).rTransferAmount (#535) is too similar to FirstKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#721)
Variable FirstKishu.reflectionFromToken(uint256,bool).rTransferAmount (#484) is too similar to FirstKishu._transferStandard(address,address,uint256).tTransferAmount (#702)
Variable FirstKishu.reflectionFromToken(uint256,bool).rTransferAmount (#484) is too similar to FirstKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#514)
Variable FirstKishu._getValues(uint256).rTransferAmount (#535) is too similar to FirstKishu._getValues(uint256).tTransferAmount (#534)
Variable FirstKishu.reflectionFromToken(uint256,bool).rTransferAmount (#484) is too similar to FirstKishu._transferToExcluded(address,address,uint256).tTransferAmount (#711)
Prevent variables from having similar names.

Additional information: link

FirstKishu.slitherConstructorVariables() (#372-731) uses literals with too many digits:
- _tTotalSupply = 1000000000 * 10 ** 18 (#383)
FirstKishu.slitherConstructorVariables() (#372-731) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 18 (#395)
FirstKishu.slitherConstructorVariables() (#372-731) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000 * 10 ** 18 (#401)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

FirstKishu._FirstKishuMarketing (#381) should be constant
FirstKishu._decimals (#388) should be constant
FirstKishu._maxTxAmount (#395) should be constant
FirstKishu._tTotalSupply (#383) should be constant
FirstKishu._tokenname (#386) should be constant
FirstKishu._tokensymbol (#387) should be constant
FirstKishu.numTokensSellToAddToLiquidity (#401) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#179-182)
name() should be declared external:
- FirstKishu.name() (#424-426)
symbol() should be declared external:
- FirstKishu.symbol() (#427-429)
decimals() should be declared external:
- FirstKishu.decimals() (#430-432)
totalSupply() should be declared external:
- FirstKishu.totalSupply() (#433-435)
transfer(address,uint256) should be declared external:
- FirstKishu.transfer(address,uint256) (#440-443)
allowance(address,address) should be declared external:
- FirstKishu.allowance(address,address) (#444-446)
approve(address,uint256) should be declared external:
- FirstKishu.approve(address,uint256) (#447-450)
transferFrom(address,address,uint256) should be declared external:
- FirstKishu.transferFrom(address,address,uint256) (#451-455)
increaseAllowance(address,uint256) should be declared external:
- FirstKishu.increaseAllowance(address,uint256) (#456-459)
decreaseAllowance(address,uint256) should be declared external:
- FirstKishu.decreaseAllowance(address,uint256) (#460-463)
isExcludedFromReward(address) should be declared external:
- FirstKishu.isExcludedFromReward(address) (#464-466)
totalFees() should be declared external:
- FirstKishu.totalFees() (#467-469)
deliver(uint256) should be declared external:
- FirstKishu.deliver(uint256) (#470-477)
reflectionFromToken(uint256,bool) should be declared external:
- FirstKishu.reflectionFromToken(uint256,bool) (#478-487)
excludeFromReward(address) should be declared external:
- FirstKishu.excludeFromReward(address) (#493-500)
setSwapAndLiquifyEnabled(bool) should be declared external:
- FirstKishu.setSwapAndLiquifyEnabled(bool) (#524-527)
isExcludedFromFee(address) should be declared external:
- FirstKishu.isExcludedFromFee(address) (#611-613)
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.


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.

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


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


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


Token is marked as scam (rug pull, honeypot, phishing, 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

Price for FKISHU