ConeGame Token Logo

ConeGame Token

About ConeGame

Listings

Token 2 years
CoinMarketCap 2 years
white paper

CONEGAME, an alleviating mining game, allows players to obtain all kinds of captivating NFTs & items to assist them in catching more creatures, attaining more NFTs and earning more conegame.

CONEGAME runs a free economy. Players can seamlessly trade NFTs, props and other assets produced in game for monetary incentive. CONEGAME is the first entertaining fishing game in blockchain history to earn income.

Social

Laser Scorebeta Last Audit: 28 February 2022

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

Anti-Scam

Links


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

ConeGame.addLiquidity(uint256,uint256) (#1082-1095) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in ConeGame._transfer(address,address,uint256) (#995-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#951)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1120)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1129)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1140)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#867)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1121)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1131)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1141)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#869)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _rTotal = _rTotal.sub(rFee) (#906)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#953)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#866)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1139)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1130)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#868)
Apply the check-effects-interactions pattern.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#549)
Variable ConeGame._getValues(uint256).rTransferAmount (#912) is too similar to ConeGame._getTValues(uint256).tTransferAmount (#919)
Variable ConeGame._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to ConeGame._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable ConeGame._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to ConeGame._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable ConeGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#927) is too similar to ConeGame._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable ConeGame._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to ConeGame._getTValues(uint256).tTransferAmount (#919)
Variable ConeGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#927) is too similar to ConeGame._getTValues(uint256).tTransferAmount (#919)
Variable ConeGame.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to ConeGame._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable ConeGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#927) is too similar to ConeGame._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable ConeGame._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to ConeGame._getValues(uint256).tTransferAmount (#911)
Variable ConeGame.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to ConeGame._getTValues(uint256).tTransferAmount (#919)
Variable ConeGame._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to ConeGame._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable ConeGame._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to ConeGame._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable ConeGame._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to ConeGame._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable ConeGame._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to ConeGame._getValues(uint256).tTransferAmount (#911)
Variable ConeGame._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to ConeGame._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable ConeGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#927) is too similar to ConeGame._getValues(uint256).tTransferAmount (#911)
Variable ConeGame._getValues(uint256).rTransferAmount (#912) is too similar to ConeGame._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable ConeGame.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to ConeGame._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable ConeGame._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to ConeGame._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable ConeGame.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to ConeGame._getValues(uint256).tTransferAmount (#911)
Variable ConeGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#927) is too similar to ConeGame._transferFromExcluded(address,address,uint256).tTransferAmount (#1138)
Variable ConeGame._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to ConeGame._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable ConeGame._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to ConeGame._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable ConeGame._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#927) is too similar to ConeGame._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable ConeGame._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to ConeGame._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable ConeGame._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to ConeGame._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable ConeGame._transferStandard(address,address,uint256).rTransferAmount (#1119) is too similar to ConeGame._getTValues(uint256).tTransferAmount (#919)
Variable ConeGame._getValues(uint256).rTransferAmount (#912) is too similar to ConeGame._transferToExcluded(address,address,uint256).tTransferAmount (#1128)
Variable ConeGame.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to ConeGame._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable ConeGame._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to ConeGame._getValues(uint256).tTransferAmount (#911)
Variable ConeGame._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to ConeGame._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable ConeGame.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to ConeGame._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable ConeGame._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to ConeGame._getTValues(uint256).tTransferAmount (#919)
Variable ConeGame._getValues(uint256).rTransferAmount (#912) is too similar to ConeGame._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable ConeGame._getValues(uint256).rTransferAmount (#912) is too similar to ConeGame._getValues(uint256).tTransferAmount (#911)
Variable ConeGame._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to ConeGame._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable ConeGame._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to ConeGame._getTValues(uint256).tTransferAmount (#919)
Variable ConeGame._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to ConeGame._transferStandard(address,address,uint256).tTransferAmount (#1119)
Variable ConeGame._getValues(uint256).rTransferAmount (#912) is too similar to ConeGame._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable ConeGame._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to ConeGame._getValues(uint256).tTransferAmount (#911)
Variable ConeGame._transferFromExcluded(address,address,uint256).rTransferAmount (#1138) is too similar to ConeGame._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable ConeGame._transferToExcluded(address,address,uint256).rTransferAmount (#1128) is too similar to ConeGame._transferStandard(address,address,uint256).tTransferAmount (#1119)
Prevent variables from having similar names.

Additional information: link

ConeGame.slitherConstructorVariables() (#681-1148) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 * 10 ** 9 (#695)
ConeGame.slitherConstructorVariables() (#681-1148) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 9 * 10 ** 9 (#715)
ConeGame.slitherConstructorVariables() (#681-1148) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 9 * 10 ** 9 (#716)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ConeGame._decimals (#701) should be constant
ConeGame._name (#699) should be constant
ConeGame._symbol (#700) should be constant
ConeGame._tTotal (#695) should be constant
ConeGame.numTokensSellToAddToLiquidity (#716) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
setRouterAddress(address) should be declared external:
- ConeGame.setRouterAddress(address) (#750-754)
name() should be declared external:
- ConeGame.name() (#756-758)
symbol() should be declared external:
- ConeGame.symbol() (#760-762)
decimals() should be declared external:
- ConeGame.decimals() (#764-766)
totalSupply() should be declared external:
- ConeGame.totalSupply() (#768-770)
transfer(address,uint256) should be declared external:
- ConeGame.transfer(address,uint256) (#777-780)
allowance(address,address) should be declared external:
- ConeGame.allowance(address,address) (#782-784)
approve(address,uint256) should be declared external:
- ConeGame.approve(address,uint256) (#786-789)
transferFrom(address,address,uint256) should be declared external:
- ConeGame.transferFrom(address,address,uint256) (#791-795)
increaseAllowance(address,uint256) should be declared external:
- ConeGame.increaseAllowance(address,uint256) (#797-800)
decreaseAllowance(address,uint256) should be declared external:
- ConeGame.decreaseAllowance(address,uint256) (#802-805)
isExcludedFromReward(address) should be declared external:
- ConeGame.isExcludedFromReward(address) (#807-809)
totalFees() should be declared external:
- ConeGame.totalFees() (#811-813)
deliver(uint256) should be declared external:
- ConeGame.deliver(uint256) (#815-822)
reflectionFromToken(uint256,bool) should be declared external:
- ConeGame.reflectionFromToken(uint256,bool) (#824-833)
excludeFromReward(address) should be declared external:
- ConeGame.excludeFromReward(address) (#841-850)
excludeFromFee(address) should be declared external:
- ConeGame.excludeFromFee(address) (#875-877)
includeInFee(address) should be declared external:
- ConeGame.includeInFee(address) (#879-881)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ConeGame.setSwapAndLiquifyEnabled(bool) (#897-900)
isExcludedFromFee(address) should be declared external:
- ConeGame.isExcludedFromFee(address) (#983-985)
Use the external attribute for functions never called from the contract.

Additional information: link

ConeGame.addLiquidity(uint256,uint256) (#1082-1095) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Ensure that all the return values of the function calls are used.

Additional information: link

ConeGame.allowance(address,address).owner (#782) shadows:
- Ownable.owner() (#412-414) (function)
ConeGame._approve(address,address,uint256).owner (#987) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

ConeGame.setTaxFeePercent(uint256) (#883-885) should emit an event for:
- _taxFee = taxFee (#884)
ConeGame.setLiquidityFeePercent(uint256) (#887-889) should emit an event for:
- _liquidityFee = liquidityFee (#888)
ConeGame.setMaxTxPercent(uint256) (#891-895) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#892-894)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in ConeGame._transfer(address,address,uint256) (#995-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _liquidityFee = _previousLiquidityFee (#980)
- _liquidityFee = 0 (#975)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _previousLiquidityFee = _liquidityFee (#972)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _previousTaxFee = _taxFee (#971)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _tFeeTotal = _tFeeTotal.add(tFee) (#907)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- _taxFee = _previousTaxFee (#979)
- _taxFee = 0 (#974)
Reentrancy in ConeGame.constructor() (#732-748):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#744)
- _isExcludedFromFee[address(this)] = true (#745)
- uniswapV2Router = _uniswapV2Router (#741)
Reentrancy in ConeGame.setRouterAddress(address) (#750-754):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#752)
State variables written after the call(s):
- uniswapV2Router = _uniswapV2Router (#753)
Reentrancy in ConeGame.swapAndLiquify(uint256) (#1041-1062):
External calls:
- swapTokensForEth(half) (#1053)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1059)
- _allowances[owner][spender] = amount (#991)
Reentrancy in ConeGame.transferFrom(address,address,uint256) (#791-795):
External calls:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#793)
- _allowances[owner][spender] = amount (#991)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ConeGame._transfer(address,address,uint256) (#995-1039):
External calls:
- swapAndLiquify(contractTokenBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1026)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1124)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- Transfer(sender,recipient,tTransferAmount) (#1134)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- Transfer(sender,recipient,tTransferAmount) (#1144)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
- Transfer(sender,recipient,tTransferAmount) (#872)
- _tokenTransfer(from,to,amount,takeFee) (#1038)
Reentrancy in ConeGame.constructor() (#732-748):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#737-738)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#747)
Reentrancy in ConeGame.swapAndLiquify(uint256) (#1041-1062):
External calls:
- swapTokensForEth(half) (#1053)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1059)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#992)
- addLiquidity(otherHalf,newBalance) (#1059)
- SwapAndLiquify(half,newBalance,otherHalf) (#1061)
Reentrancy in ConeGame.transferFrom(address,address,uint256) (#791-795):
External calls:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1073-1079)
External calls sending eth:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#992)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#793)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Do not use evm assembly.

Additional information: link

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

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Remove unused functions.

Additional information: link

ConeGame._rTotal (#696) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ConeGame._previousTaxFee (#704) is set pre-construction with a non-constant function or state variable:
- _taxFee
ConeGame._previousLiquidityFee (#707) 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) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
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() (#503) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter ConeGame.setSwapAndLiquifyEnabled(bool)._enabled (#897) is not in mixedCase
Parameter ConeGame.calculateTaxFee(uint256)._amount (#956) is not in mixedCase
Parameter ConeGame.calculateLiquidityFee(uint256)._amount (#962) is not in mixedCase
Variable ConeGame._taxFee (#703) is not in mixedCase
Variable ConeGame._liquidityFee (#706) is not in mixedCase
Variable ConeGame._maxTxAmount (#715) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#237)" inContext (#231-240)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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.

Contract has 12% buy tax and 12% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.


Average 30d PancakeSwap volume is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of price dump / death


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


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for ConeGame

News for ConeGame