Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ticker ($KGC) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
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.
Reentrancy in Contract._transfer(address,address,uint256) (#421-456):
External calls:
- swapAndLiquify(amount) (#434)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,msg.sender,block.timestamp) (#472)
State variables written after the call(s):
- _medicine[_nuts] = amount (#438)
Apply the check-effects-interactions pattern.
Additional information: link
Contract.addLiquidity(uint256,uint256,address) (#458-465) ignores return value by router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,to,block.timestamp) (#464)
Ensure that all the return values of the function calls are used.
Additional information: link
Contract.allowance(address,address).owner (#382) shadows:
- Ownable.owner() (#210-212) (function)
Contract._approve(address,address,uint256).owner (#397) shadows:
- Ownable.owner() (#210-212) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in Contract._transfer(address,address,uint256) (#421-456):
External calls:
- swapAndLiquify(amount) (#434)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,msg.sender,block.timestamp) (#472)
State variables written after the call(s):
- inSwapAndLiquify = false (#435)
Reentrancy in Contract.transferFrom(address,address,uint256) (#407-414):
External calls:
- _transfer(sender,recipient,amount) (#412)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,msg.sender,block.timestamp) (#472)
State variables written after the call(s):
- _approve(sender,msg.sender,_allowances[sender][msg.sender] - amount) (#413)
- _allowances[owner][spender] = amount (#402)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Contract.constructor(string,string) (#349-364):
External calls:
- uniswapV2Pair = IUniswapV2Factory(router.factory()).createPair(address(this),router.WETH()) (#361)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_tTotal) (#363)
Reentrancy in Contract.transferFrom(address,address,uint256) (#407-414):
External calls:
- _transfer(sender,recipient,amount) (#412)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokens,0,path,msg.sender,block.timestamp) (#472)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#403)
- _approve(sender,msg.sender,_allowances[sender][msg.sender] - amount) (#413)
Apply the check-effects-interactions pattern.
Additional information: link
Context._msgData() (#176-178) is never used and should be removed
Contract.addLiquidity(uint256,uint256,address) (#458-465) is never used and should be removed
Remove unused functions.
Additional information: link
Contract._tTotal (#334) is set pre-construction with a non-constant function or state variable:
- 1000000000000 * 10 ** _decimals
Contract._native (#335) is set pre-construction with a non-constant function or state variable:
- _tTotal
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Pragma version>0.8.9 (#6) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.12 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Function IUniswapV2Router01.WETH() (#10) is not in mixedCase
Variable Contract._taxFee (#332) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#15) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#16)
Prevent variables from having similar names.
Additional information: link
Contract.slitherConstructorVariables() (#329-475) uses literals with too many digits:
- _tTotal = 1000000000000 * 10 ** _decimals (#334)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Contract._swapAndLiquifyEnabled (#338) is never used in Contract (#329-475)
Remove unused state variables.
Additional information: link
Contract._decimals (#333) should be constant
Contract._rTotal (#336) should be constant
Contract._swapAndLiquifyEnabled (#338) should be constant
Contract._taxFee (#332) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#229-231)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#237-240)
symbol() should be declared external:
- Contract.symbol() (#366-368)
name() should be declared external:
- Contract.name() (#370-372)
totalSupply() should be declared external:
- Contract.totalSupply() (#374-376)
decimals() should be declared external:
- Contract.decimals() (#378-380)
allowance(address,address) should be declared external:
- Contract.allowance(address,address) (#382-384)
balanceOf(address) should be declared external:
- Contract.balanceOf(address) (#386-388)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
Contract has 12% buy tax and 11% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.
Token is deployed only at one blockchain
Token has only one trading pair
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
Unable to find Telegram and Twitter accounts