Cake Kishu Token Logo

CKISHU [Cake Kishu] Token

About CKISHU

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 5 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

Reentrancy in CakeKishu._transfer(address,address,uint256) (#621-651):
External calls:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#572)
- _rOwned[_CakeKishuMarketing] = _rOwned[_CakeKishuMarketing].add(rCakeKishu) (#579)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#713)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#704)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#517)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#724)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#705)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#725)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#715)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#519)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#531)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _tOwned[_CakeKishuMarketing] = _tOwned[_CakeKishuMarketing].add(tCakeKishu) (#581)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#574)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#516)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#723)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#714)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#518)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

CakeKishu.allowance(address,address).owner (#445) shadows:
- Ownable.owner() (#173-175) (function)
CakeKishu._approve(address,address,uint256).owner (#615) shadows:
- Ownable.owner() (#173-175) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in CakeKishu._transfer(address,address,uint256) (#621-651):
External calls:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#610)
- _BurnedliquidityFee = 0 (#605)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _CakeKishuFee = _previousCakeKishuFee (#609)
- _CakeKishuFee = 0 (#604)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _Reflections = _previousReflections (#608)
- _Reflections = 0 (#603)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#602)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _previousCakeKishuFee = _CakeKishuFee (#601)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _previousReflections = _Reflections (#600)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- _tFeeTotal = _tFeeTotal.add(tFee) (#532)
Reentrancy in CakeKishu.constructor() (#415-424):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#418-419)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#421)
- _isExcludedFromFee[address(this)] = true (#422)
- uniswapV2Router = _uniswapV2Router (#420)
Reentrancy in CakeKishu.swapAndLiquify(uint256) (#652-660):
External calls:
- swapTokensForEth(half) (#656)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#658)
- _allowances[owner][spender] = amount (#618)
Reentrancy in CakeKishu.transferFrom(address,address,uint256) (#452-456):
External calls:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#454)
- _allowances[owner][spender] = amount (#618)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in CakeKishu._transfer(address,address,uint256) (#621-651):
External calls:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#644)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#709)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- Transfer(sender,recipient,tTransferAmount) (#729)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- Transfer(sender,recipient,tTransferAmount) (#719)
- _tokenTransfer(from,to,amount,takeFee) (#650)
- Transfer(sender,recipient,tTransferAmount) (#523)
- _tokenTransfer(from,to,amount,takeFee) (#650)
Reentrancy in CakeKishu.constructor() (#415-424):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#418-419)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#423)
Reentrancy in CakeKishu.swapAndLiquify(uint256) (#652-660):
External calls:
- swapTokensForEth(half) (#656)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#658)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#619)
- addLiquidity(otherHalf,newBalance) (#658)
- SwapAndLiquify(half,newBalance,otherHalf) (#659)
Reentrancy in CakeKishu.transferFrom(address,address,uint256) (#452-456):
External calls:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#666-672)
External calls sending eth:
- _transfer(sender,recipient,amount) (#453)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#676-683)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#619)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#454)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#109-113) uses assembly
- INLINE ASM (#111)
Address._verifyCallResult(bool,bytes,string) (#150-163) uses assembly
- INLINE ASM (#155-158)
Do not use evm assembly.

Additional information: link

CakeKishu.includeInReward(address) (#502-513) has costly operations inside a loop:
- _excluded.pop() (#509)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#150-163) is never used and should be removed
Address.functionCall(address,bytes) (#119-121) is never used and should be removed
Address.functionCall(address,bytes,string) (#122-124) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#125-127) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#128-133) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#142-144) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#145-149) is never used and should be removed
Address.functionStaticCall(address,bytes) (#134-136) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#137-141) is never used and should be removed
Address.isContract(address) (#109-113) is never used and should be removed
Address.sendValue(address,uint256) (#114-118) is never used and should be removed
Context._msgData() (#102-105) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#84-89) is never used and should be removed
SafeMath.mod(uint256,uint256) (#75-77) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#90-95) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#30-36) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#51-56) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#57-62) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#43-50) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#37-42) is never used and should be removed
Remove unused functions.

Additional information: link

CakeKishu._rTotalSupply (#385) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
CakeKishu._previousReflections (#391) is set pre-construction with a non-constant function or state variable:
- _Reflections
CakeKishu._previousCakeKishuFee (#393) is set pre-construction with a non-constant function or state variable:
- _CakeKishuFee
CakeKishu._previousBurnedLiquidityFee (#395) 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) (#114-118):
- (success) = recipient.call{value: amount}() (#116)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#128-133):
- (success,returndata) = target.call{value: value}(data) (#131)
Low level call in Address.functionStaticCall(address,bytes,string) (#137-141):
- (success,returndata) = target.staticcall(data) (#139)
Low level call in Address.functionDelegateCall(address,bytes,string) (#145-149):
- (success,returndata) = target.delegatecall(data) (#147)
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() (#210) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#211) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#225) is not in mixedCase
Function IUniswapV2Router01.WETH() (#243) is not in mixedCase
Parameter CakeKishu.setSwapAndLiquifyEnabled(bool)._enabled (#525) is not in mixedCase
Parameter CakeKishu.calculateReflections(uint256)._amount (#583) is not in mixedCase
Parameter CakeKishu.calculateCakeKishuFee(uint256)._amount (#588) is not in mixedCase
Parameter CakeKishu.calculateBurnedLiquidityFee(uint256)._amount (#593) is not in mixedCase
Variable CakeKishu._CakeKishuMarketing (#382) is not in mixedCase
Variable CakeKishu._Reflections (#390) is not in mixedCase
Variable CakeKishu._CakeKishuFee (#392) is not in mixedCase
Variable CakeKishu._BurnedliquidityFee (#394) is not in mixedCase
Variable CakeKishu._maxTxAmount (#396) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#103)" inContext (#98-106)
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 (#247) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#248)
Variable CakeKishu._rTotalSupply (#385) is too similar to CakeKishu._tTotalSupply (#384)
Variable CakeKishu._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to CakeKishu._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable CakeKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to CakeKishu._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable CakeKishu._getValues(uint256).rTransferAmount (#536) is too similar to CakeKishu._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable CakeKishu._getValues(uint256).rTransferAmount (#536) is too similar to CakeKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable CakeKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to CakeKishu._getTValues(uint256).tTransferAmount (#543)
Variable CakeKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to CakeKishu._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable CakeKishu._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to CakeKishu._getTValues(uint256).tTransferAmount (#543)
Variable CakeKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to CakeKishu._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable CakeKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to CakeKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable CakeKishu._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to CakeKishu._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable CakeKishu._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to CakeKishu._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable CakeKishu._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to CakeKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable CakeKishu._getValues(uint256).rTransferAmount (#536) is too similar to CakeKishu._getTValues(uint256).tTransferAmount (#543)
Variable CakeKishu._getValues(uint256).rTransferAmount (#536) is too similar to CakeKishu._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable CakeKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to CakeKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable CakeKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to CakeKishu._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable CakeKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to CakeKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable CakeKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to CakeKishu._getTValues(uint256).tTransferAmount (#543)
Variable CakeKishu._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to CakeKishu._getValues(uint256).tTransferAmount (#535)
Variable CakeKishu._getValues(uint256).rTransferAmount (#536) is too similar to CakeKishu._getValues(uint256).tTransferAmount (#535)
Variable CakeKishu.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to CakeKishu._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable CakeKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to CakeKishu._getValues(uint256).tTransferAmount (#535)
Variable CakeKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to CakeKishu._getValues(uint256).tTransferAmount (#535)
Variable CakeKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to CakeKishu._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable CakeKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to CakeKishu._getValues(uint256).tTransferAmount (#535)
Variable CakeKishu.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to CakeKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable CakeKishu.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to CakeKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable CakeKishu.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to CakeKishu._getTValues(uint256).tTransferAmount (#543)
Variable CakeKishu._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to CakeKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable CakeKishu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#551) is too similar to CakeKishu._transferToExcluded(address,address,uint256).tTransferAmount (#712)
Variable CakeKishu._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to CakeKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable CakeKishu._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to CakeKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable CakeKishu._getValues(uint256).rTransferAmount (#536) is too similar to CakeKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable CakeKishu._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to CakeKishu._getTValues(uint256).tTransferAmount (#543)
Variable CakeKishu._transferFromExcluded(address,address,uint256).rTransferAmount (#722) is too similar to CakeKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable CakeKishu.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to CakeKishu._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable CakeKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to CakeKishu._transferFromExcluded(address,address,uint256).tTransferAmount (#722)
Variable CakeKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to CakeKishu._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable CakeKishu._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to CakeKishu._getTValues(uint256).tTransferAmount (#543)
Variable CakeKishu.reflectionFromToken(uint256,bool).rTransferAmount (#485) is too similar to CakeKishu._getValues(uint256).tTransferAmount (#535)
Variable CakeKishu._transferToExcluded(address,address,uint256).rTransferAmount (#712) is too similar to CakeKishu._transferStandard(address,address,uint256).tTransferAmount (#703)
Variable CakeKishu._transferStandard(address,address,uint256).rTransferAmount (#703) is too similar to CakeKishu._getValues(uint256).tTransferAmount (#535)
Prevent variables from having similar names.

Additional information: link

CakeKishu.slitherConstructorVariables() (#373-732) uses literals with too many digits:
- _tTotalSupply = 1000000000 * 10 ** 18 (#384)
CakeKishu.slitherConstructorVariables() (#373-732) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 18 (#396)
CakeKishu.slitherConstructorVariables() (#373-732) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000 * 10 ** 18 (#402)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CakeKishu._CakeKishuMarketing (#382) should be constant
CakeKishu._decimals (#389) should be constant
CakeKishu._maxTxAmount (#396) should be constant
CakeKishu._tTotalSupply (#384) should be constant
CakeKishu._tokenname (#387) should be constant
CakeKishu._tokensymbol (#388) should be constant
CakeKishu.numTokensSellToAddToLiquidity (#402) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#180-183)
name() should be declared external:
- CakeKishu.name() (#425-427)
symbol() should be declared external:
- CakeKishu.symbol() (#428-430)
decimals() should be declared external:
- CakeKishu.decimals() (#431-433)
totalSupply() should be declared external:
- CakeKishu.totalSupply() (#434-436)
transfer(address,uint256) should be declared external:
- CakeKishu.transfer(address,uint256) (#441-444)
allowance(address,address) should be declared external:
- CakeKishu.allowance(address,address) (#445-447)
approve(address,uint256) should be declared external:
- CakeKishu.approve(address,uint256) (#448-451)
transferFrom(address,address,uint256) should be declared external:
- CakeKishu.transferFrom(address,address,uint256) (#452-456)
increaseAllowance(address,uint256) should be declared external:
- CakeKishu.increaseAllowance(address,uint256) (#457-460)
decreaseAllowance(address,uint256) should be declared external:
- CakeKishu.decreaseAllowance(address,uint256) (#461-464)
isExcludedFromReward(address) should be declared external:
- CakeKishu.isExcludedFromReward(address) (#465-467)
totalFees() should be declared external:
- CakeKishu.totalFees() (#468-470)
deliver(uint256) should be declared external:
- CakeKishu.deliver(uint256) (#471-478)
reflectionFromToken(uint256,bool) should be declared external:
- CakeKishu.reflectionFromToken(uint256,bool) (#479-488)
excludeFromReward(address) should be declared external:
- CakeKishu.excludeFromReward(address) (#494-501)
setSwapAndLiquifyEnabled(bool) should be declared external:
- CakeKishu.setSwapAndLiquifyEnabled(bool) (#525-528)
isExcludedFromFee(address) should be declared external:
- CakeKishu.isExcludedFromFee(address) (#612-614)
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.


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


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.


Unable to find Telegram and Twitter accounts


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


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for CKISHU