Okane Academy Token Logo

OKANE [Okane Academy] Token

About OKANE

Listings

Not Found
Token 2 years
white paper

A token that aims to teach those who want to invest safely and also introduce those who are still skeptical to the world of cryptocurrencies. #token #crypto

Social

Laser Scorebeta Last Audit: 12 January 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Reentrancy in Okane._transfer(address,address,uint256) (#1006-1050):
External calls:
- swapAndLiquify(contractTokenBalance) (#1037)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1084-1090)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1037)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _rOwned[_BurnWallet] = _rOwned[_BurnWallet].add(rBurn) (#905)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1145)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1133)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#876)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount).sub(rBurn) (#1134)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1159)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1160)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount).sub(rBurn) (#1147)
- _rOwned[_ProjectWallet] = _rOwned[_ProjectWallet].add(tProject.mul(_getRate())) (#1135)
- _rOwned[_ProjectWallet] = _rOwned[_ProjectWallet].add(tProject.mul(_getRate())) (#1161)
- _rOwned[_ProjectWallet] = _rOwned[_ProjectWallet].add(tProject.mul(_getRate())) (#1148)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount).sub(rBurn) (#878)
- _rOwned[_ProjectWallet] = _rOwned[_ProjectWallet].add(tProject.mul(_getRate())) (#879)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _rTotal = _rTotal.sub(rFee) (#902)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _tOwned[_BurnWallet] = _tOwned[_BurnWallet].add(tBurn) (#906)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1158)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#875)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount).sub(tBurn) (#1146)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount).sub(tBurn) (#877)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Reentrancy in Okane._transfer(address,address,uint256) (#1006-1050):
External calls:
- swapAndLiquify(contractTokenBalance) (#1037)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1084-1090)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1037)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1139)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- Transfer(sender,recipient,tTransferAmount) (#1151)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- Transfer(sender,recipient,tTransferAmount) (#1164)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- Transfer(sender,recipient,tTransferAmount) (#882)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
Reentrancy in Okane.constructor(address) (#735-757):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#741-742)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#756)
Reentrancy in Okane.swapAndLiquify(uint256) (#1052-1073):
External calls:
- swapTokensForEth(half) (#1064)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1084-1090)
- addLiquidity(otherHalf,newBalance) (#1070)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1070)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1003)
- addLiquidity(otherHalf,newBalance) (#1070)
- SwapAndLiquify(half,newBalance,otherHalf) (#1072)
Reentrancy in Okane.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1084-1090)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1003)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#265-274) uses assembly
- INLINE ASM (#272)
Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) uses assembly
- INLINE ASM (#371-374)
Do not use evm assembly.

Additional information: link

Okane.includeInReward(address) (#859-870) has costly operations inside a loop:
- _excluded.pop() (#866)
Use a local variable to hold the loop computation result.

Additional information: link

Okane.Burn(uint256) (#1167-1171) performs a multiplication on the result of a division:
-tBurn = tAmount.mul(_Burn_FEE).div(100) (#1168)
-rBurn = tBurn.mul(_getRate()) (#1169)
Consider ordering multiplication before division.

Additional information: link

Okane.addLiquidity(uint256,uint256) (#1093-1106) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
Ensure that all the return values of the function calls are used.

Additional information: link

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

Additional information: link

Reentrancy in Okane._transfer(address,address,uint256) (#1006-1050):
External calls:
- swapAndLiquify(contractTokenBalance) (#1037)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1084-1090)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1037)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _Burn_FEE = _previousBurnFEE (#991)
- _Burn_FEE = 0 (#984)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _Project = _previousProject (#990)
- _Project = 0 (#983)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _liquidityFee = _previousLiquidityFee (#989)
- _liquidityFee = 0 (#982)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _previousBurnFEE = _Burn_FEE (#979)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _previousLiquidityFee = _liquidityFee (#977)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _previousProject = _Project (#978)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _previousTaxFee = _taxFee (#976)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _tBurnTotal = _tBurnTotal.add(tBurn) (#904)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _tFeeTotal = _tFeeTotal.add(tFee) (#903)
- _tokenTransfer(from,to,amount,takeFee) (#1049)
- _taxFee = _previousTaxFee (#988)
- _taxFee = 0 (#981)
Reentrancy in Okane.constructor(address) (#735-757):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#741-742)
State variables written after the call(s):
- _BurnWallet = BurnWallet (#753)
- _ProjectWallet = 0xc16D3512129b251069539b06425223154Ede6130 (#754)
- excludeFromReward(BurnWallet) (#751)
- _excluded.push(account) (#856)
- excludeFromReward(BurnWallet) (#751)
- _isExcluded[account] = true (#855)
- _isExcludedFromFee[owner()] = true (#748)
- _isExcludedFromFee[address(this)] = true (#749)
- _isExcludedFromFee[_ProjectWallet] = true (#755)
- excludeFromReward(BurnWallet) (#751)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#853)
- uniswapV2Router = _uniswapV2Router (#745)
Reentrancy in Okane.swapAndLiquify(uint256) (#1052-1073):
External calls:
- swapTokensForEth(half) (#1064)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1084-1090)
- addLiquidity(otherHalf,newBalance) (#1070)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1070)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1070)
- _allowances[owner][spender] = amount (#1002)
Reentrancy in Okane.transferFrom(address,address,uint256) (#794-798):
External calls:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1084-1090)
External calls sending eth:
- _transfer(sender,recipient,amount) (#795)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1098-1105)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#796)
- _allowances[owner][spender] = amount (#1002)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) is never used and should be removed
Address.functionCall(address,bytes) (#318-320) is never used and should be removed
Address.functionCall(address,bytes,string) (#328-330) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#353-356) is never used and should be removed
Address.isContract(address) (#265-274) is never used and should be removed
Address.sendValue(address,uint256) (#292-298) is never used and should be removed
Context._msgData() (#237-240) is never used and should be removed
Okane._takeLiquidity(uint256) (#949-953) is never used and should be removed
SafeMath.mod(uint256,uint256) (#210-212) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#226-229) is never used and should be removed
Remove unused functions.

Additional information: link

Okane._previousTaxFee (#699) is set pre-construction with a non-constant function or state variable:
- _taxFee
Okane._previousLiquidityFee (#702) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Okane._previousProject (#705) is set pre-construction with a non-constant function or state variable:
- _Project
Okane._previousBurnFEE (#719) is set pre-construction with a non-constant function or state variable:
- _Burn_FEE
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) (#292-298):
- (success) = recipient.call{value: amount}() (#296)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#358-379):
- (success,returndata) = target.call{value: weiValue}(data) (#362)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#504) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#505) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#522) is not in mixedCase
Function IUniswapV2Router01.WETH() (#542) is not in mixedCase
Parameter Okane.setSwapAndLiquifyEnabled(bool)._enabled (#893) is not in mixedCase
Parameter Okane.calculateTaxFee(uint256)._amount (#955) is not in mixedCase
Parameter Okane.calculateLiquidityFee(uint256)._amount (#961) is not in mixedCase
Parameter Okane.calculateProjectFee(uint256)._amount (#967) is not in mixedCase
Function Okane.Burn(uint256) (#1167-1171) is not in mixedCase
Constant Okane._tTotal (#690) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Okane._name (#694) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Okane._symbol (#695) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Okane._decimals (#696) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Okane._taxFee (#698) is not in mixedCase
Variable Okane._liquidityFee (#701) is not in mixedCase
Variable Okane._Project (#704) is not in mixedCase
Variable Okane._maxTxAmount (#713) is not in mixedCase
Constant Okane.numTokensSellToAddToLiquidity (#714) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Okane._BurnWallet (#715) is not in mixedCase
Variable Okane._ProjectWallet (#716) is not in mixedCase
Variable Okane._DevWallet (#717) is not in mixedCase
Variable Okane._Burn_FEE (#718) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#238)" inContext (#232-241)
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 (#547) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#548)
Variable Okane._getValues(uint256).rTransferAmount (#911) is too similar to Okane._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable Okane._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to Okane._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable Okane._transferToExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to Okane._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable Okane._transferToExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to Okane._transferToExcluded(address,address,uint256).tTransferAmount (#1142)
Variable Okane._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to Okane._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable Okane._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to Okane._transferToExcluded(address,address,uint256).tTransferAmount (#1142)
Variable Okane._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to Okane._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable Okane._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to Okane._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable Okane._transferToExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to Okane._getValues(uint256).tTransferAmount (#910)
Variable Okane._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to Okane._getValues(uint256).tTransferAmount (#910)
Variable Okane.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to Okane._transferFromExcluded(address,address,uint256).tTransferAmount (#1155)
Variable Okane._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to Okane._getTValues(uint256).tTransferAmount (#919)
Variable Okane._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to Okane._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable Okane._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to Okane._transferStandard(address,address,uint256).tTransferAmount (#1130)
Variable Okane._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to Okane._getValues(uint256).tTransferAmount (#910)
Variable Okane._transferToExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to Okane._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable Okane._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to Okane._transferStandard(address,address,uint256).tTransferAmount (#1130)
Variable Okane._getValues(uint256).rTransferAmount (#911) is too similar to Okane._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable Okane._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to Okane._getTValues(uint256).tTransferAmount (#919)
Variable Okane.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to Okane._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable Okane._getValues(uint256).rTransferAmount (#911) is too similar to Okane._getValues(uint256).tTransferAmount (#910)
Variable Okane.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to Okane._getValues(uint256).tTransferAmount (#910)
Variable Okane._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to Okane._transferToExcluded(address,address,uint256).tTransferAmount (#1142)
Variable Okane._transferToExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to Okane._getTValues(uint256).tTransferAmount (#919)
Variable Okane._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to Okane._transferStandard(address,address,uint256).tTransferAmount (#1130)
Variable Okane._getValues(uint256).rTransferAmount (#911) is too similar to Okane._getTValues(uint256).tTransferAmount (#919)
Variable Okane._getValues(uint256).rTransferAmount (#911) is too similar to Okane._transferToExcluded(address,address,uint256).tTransferAmount (#1142)
Variable Okane.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to Okane._getTValues(uint256).tTransferAmount (#919)
Variable Okane.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to Okane._transferToExcluded(address,address,uint256).tTransferAmount (#1142)
Variable Okane._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to Okane._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable Okane._transferFromExcluded(address,address,uint256).rTransferAmount (#1155) is too similar to Okane._transferStandard(address,address,uint256).tTransferAmount (#1130)
Variable Okane._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to Okane._getValues(uint256).tTransferAmount (#910)
Variable Okane._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to Okane._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable Okane._transferToExcluded(address,address,uint256).rTransferAmount (#1142) is too similar to Okane._transferStandard(address,address,uint256).tTransferAmount (#1130)
Variable Okane._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to Okane._getValues(uint256).tTransferAmount (#910)
Variable Okane._getValues(uint256).rTransferAmount (#911) is too similar to Okane._transferStandard(address,address,uint256).tTransferAmount (#1130)
Variable Okane._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to Okane._getTValues(uint256).tTransferAmount (#919)
Variable Okane._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#928) is too similar to Okane._transferBothExcluded(address,address,uint256).tTransferAmount (#872)
Variable Okane.reflectionFromToken(uint256,bool).rTransferAmount (#839) is too similar to Okane._transferStandard(address,address,uint256).tTransferAmount (#1130)
Variable Okane._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to Okane._getTValues(uint256).tTransferAmount (#919)
Variable Okane._transferBothExcluded(address,address,uint256).rTransferAmount (#872) is too similar to Okane._transferToExcluded(address,address,uint256).tTransferAmount (#1142)
Variable Okane._transferStandard(address,address,uint256).rTransferAmount (#1130) is too similar to Okane._transferToExcluded(address,address,uint256).tTransferAmount (#1142)
Prevent variables from having similar names.

Additional information: link

Okane.slitherConstructorVariables() (#676-1173) uses literals with too many digits:
- _maxTxAmount = 30000000 * 10 ** 9 (#713)
Okane.slitherConstructorConstantVariables() (#676-1173) uses literals with too many digits:
- _tTotal = 30000000 * 10 ** 9 (#690)
Okane.slitherConstructorConstantVariables() (#676-1173) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 30000000 * 10 ** 9 (#714)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Okane._DevWallet (#717) is never used in Okane (#676-1173)
Remove unused state variables.

Additional information: link

Okane._DevWallet (#717) should be constant
Okane._maxTxAmount (#713) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#447-449)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#452-457)
unlock() should be declared external:
- Ownable.unlock() (#460-465)
name() should be declared external:
- Okane.name() (#759-761)
symbol() should be declared external:
- Okane.symbol() (#763-765)
decimals() should be declared external:
- Okane.decimals() (#767-769)
totalSupply() should be declared external:
- Okane.totalSupply() (#771-773)
transfer(address,uint256) should be declared external:
- Okane.transfer(address,uint256) (#780-783)
allowance(address,address) should be declared external:
- Okane.allowance(address,address) (#785-787)
approve(address,uint256) should be declared external:
- Okane.approve(address,uint256) (#789-792)
transferFrom(address,address,uint256) should be declared external:
- Okane.transferFrom(address,address,uint256) (#794-798)
increaseAllowance(address,uint256) should be declared external:
- Okane.increaseAllowance(address,uint256) (#800-803)
decreaseAllowance(address,uint256) should be declared external:
- Okane.decreaseAllowance(address,uint256) (#805-808)
isExcludedFromReward(address) should be declared external:
- Okane.isExcludedFromReward(address) (#810-812)
totalFees() should be declared external:
- Okane.totalFees() (#814-816)
totalBurnFee() should be declared external:
- Okane.totalBurnFee() (#817-819)
getBurnWallet() should be declared external:
- Okane.getBurnWallet() (#820-822)
deliver(uint256) should be declared external:
- Okane.deliver(uint256) (#824-831)
reflectionFromToken(uint256,bool) should be declared external:
- Okane.reflectionFromToken(uint256,bool) (#833-842)
excludeFromFee(address) should be declared external:
- Okane.excludeFromFee(address) (#885-887)
includeInFee(address) should be declared external:
- Okane.includeInFee(address) (#889-891)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Okane.setSwapAndLiquifyEnabled(bool) (#893-896)
isExcludedFromFee(address) should be declared external:
- Okane.isExcludedFromFee(address) (#994-996)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Twitter account has less than 100 followers


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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 on CoinHunt

Additional information: link


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


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for OKANE

News for OKANE