ChesterCoin Token Logo

CTRFI [ChesterCoin] Token

ALERT: dead

About CTRFI

Listings

Token 2 years
CoinMarketCap 2 years
[CoinGecko] alert: Trademark infringement

Chester Coin is a deflationary token with an 8% commission charged on sale. 5% is added to the blocked liquidity and burned. 3% is distributed among token holders. Chester Coin is 100% community owned. Ownership has been transferred to the community.

Social

Laser Scorebeta Last Audit: 14 May 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Anti-Scam

Links

Reentrancy in ChesterCoin._transfer(address,address,uint256) (#1007-1051):
External calls:
- swapAndLiquify(contractTokenBalance) (#1038)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1085-1091)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1038)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#963)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1132)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1141)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1152)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#879)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1133)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1143)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1153)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#881)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _rTotal = _rTotal.sub(rFee) (#918)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#965)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#878)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1151)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1142)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#880)
Apply the check-effects-interactions pattern.

Additional information: link


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

ChesterCoin._decimals (#720) should be constant
ChesterCoin._name (#718) should be constant
ChesterCoin._symbol (#719) should be constant
ChesterCoin._tTotal (#714) should be constant
ChesterCoin.numTokensSellToAddToLiquidity (#735) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#567) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#568)
Variable ChesterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#843) is too similar to ChesterCoin._transferStandard(address,address,uint256).tTransferAmount (#1131)
Variable ChesterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to ChesterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1140)
Variable ChesterCoin._transferStandard(address,address,uint256).rTransferAmount (#1131) is too similar to ChesterCoin._transferStandard(address,address,uint256).tTransferAmount (#1131)
Variable ChesterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to ChesterCoin._transferStandard(address,address,uint256).tTransferAmount (#1131)
Variable ChesterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to ChesterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1150)
Variable ChesterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#939) is too similar to ChesterCoin._transferStandard(address,address,uint256).tTransferAmount (#1131)
Variable ChesterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#877) is too similar to ChesterCoin._getValues(uint256).tTransferAmount (#923)
Variable ChesterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#939) is too similar to ChesterCoin._getValues(uint256).tTransferAmount (#923)
Variable ChesterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#877) is too similar to ChesterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1150)
Variable ChesterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#939) is too similar to ChesterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1150)
Variable ChesterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#877) is too similar to ChesterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#877)
Variable ChesterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#843) is too similar to ChesterCoin._getValues(uint256).tTransferAmount (#923)
Variable ChesterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#939) is too similar to ChesterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#877)
Variable ChesterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#843) is too similar to ChesterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1150)
Variable ChesterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#843) is too similar to ChesterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#877)
Variable ChesterCoin._getValues(uint256).rTransferAmount (#924) is too similar to ChesterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1150)
Variable ChesterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to ChesterCoin._getValues(uint256).tTransferAmount (#923)
Variable ChesterCoin._transferStandard(address,address,uint256).rTransferAmount (#1131) is too similar to ChesterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1150)
Variable ChesterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to ChesterCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#1150)
Variable ChesterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#877) is too similar to ChesterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1140)
Variable ChesterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#939) is too similar to ChesterCoin._getTValues(uint256).tTransferAmount (#931)
Variable ChesterCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#939) is too similar to ChesterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1140)
Variable ChesterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#877) is too similar to ChesterCoin._transferStandard(address,address,uint256).tTransferAmount (#1131)
Variable ChesterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#843) is too similar to ChesterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1140)
Variable ChesterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to ChesterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#877)
Variable ChesterCoin._transferStandard(address,address,uint256).rTransferAmount (#1131) is too similar to ChesterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#877)
Variable ChesterCoin._transferStandard(address,address,uint256).rTransferAmount (#1131) is too similar to ChesterCoin._getValues(uint256).tTransferAmount (#923)
Variable ChesterCoin._getValues(uint256).rTransferAmount (#924) is too similar to ChesterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#877)
Variable ChesterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to ChesterCoin._getTValues(uint256).tTransferAmount (#931)
Variable ChesterCoin._getValues(uint256).rTransferAmount (#924) is too similar to ChesterCoin._getValues(uint256).tTransferAmount (#923)
Variable ChesterCoin._getValues(uint256).rTransferAmount (#924) is too similar to ChesterCoin._transferStandard(address,address,uint256).tTransferAmount (#1131)
Variable ChesterCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#877) is too similar to ChesterCoin._getTValues(uint256).tTransferAmount (#931)
Variable ChesterCoin._transferStandard(address,address,uint256).rTransferAmount (#1131) is too similar to ChesterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1140)
Variable ChesterCoin._getValues(uint256).rTransferAmount (#924) is too similar to ChesterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1140)
Variable ChesterCoin._transferToExcluded(address,address,uint256).rTransferAmount (#1140) is too similar to ChesterCoin._getTValues(uint256).tTransferAmount (#931)
Variable ChesterCoin._transferStandard(address,address,uint256).rTransferAmount (#1131) is too similar to ChesterCoin._getTValues(uint256).tTransferAmount (#931)
Variable ChesterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to ChesterCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#877)
Variable ChesterCoin._getValues(uint256).rTransferAmount (#924) is too similar to ChesterCoin._getTValues(uint256).tTransferAmount (#931)
Variable ChesterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to ChesterCoin._getValues(uint256).tTransferAmount (#923)
Variable ChesterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to ChesterCoin._transferStandard(address,address,uint256).tTransferAmount (#1131)
Variable ChesterCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#1150) is too similar to ChesterCoin._transferToExcluded(address,address,uint256).tTransferAmount (#1140)
Variable ChesterCoin.reflectionFromToken(uint256,bool).rTransferAmount (#843) is too similar to ChesterCoin._getTValues(uint256).tTransferAmount (#931)
Prevent variables from having similar names.

Additional information: link

ChesterCoin.slitherConstructorVariables() (#700-1163) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#714)
ChesterCoin.slitherConstructorVariables() (#700-1163) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 6 * 10 ** 9 (#734)
ChesterCoin.slitherConstructorVariables() (#700-1163) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 50000000 * 10 ** 6 * 10 ** 9 (#735)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

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

Additional information: link

ChesterCoin.allowance(address,address).owner (#795) shadows:
- Ownable.owner() (#431-433) (function)
ChesterCoin._approve(address,address,uint256).owner (#999) shadows:
- Ownable.owner() (#431-433) (function)
Rename the local variables that shadow another component.

Additional information: link

ChesterCoin.setTaxFeePercent(uint256) (#895-897) should emit an event for:
- _taxFee = taxFee (#896)
ChesterCoin.setLiquidityFeePercent(uint256) (#899-901) should emit an event for:
- _liquidityFee = liquidityFee (#900)
ChesterCoin.setMaxTxPercent(uint256) (#903-907) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#904-906)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in ChesterCoin._transfer(address,address,uint256) (#1007-1051):
External calls:
- swapAndLiquify(contractTokenBalance) (#1038)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1085-1091)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1038)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _liquidityFee = _previousLiquidityFee (#992)
- _liquidityFee = 0 (#987)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _previousLiquidityFee = _liquidityFee (#984)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _previousTaxFee = _taxFee (#983)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _tFeeTotal = _tFeeTotal.add(tFee) (#919)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- _taxFee = _previousTaxFee (#991)
- _taxFee = 0 (#986)
Reentrancy in ChesterCoin.constructor() (#751-767):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#756-757)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#763)
- _isExcludedFromFee[address(this)] = true (#764)
- uniswapV2Router = _uniswapV2Router (#760)
Reentrancy in ChesterCoin.swapAndLiquify(uint256) (#1053-1074):
External calls:
- swapTokensForEth(half) (#1065)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1085-1091)
- addLiquidity(otherHalf,newBalance) (#1071)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1071)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1071)
- _allowances[owner][spender] = amount (#1003)
Reentrancy in ChesterCoin.transferFrom(address,address,uint256) (#804-808):
External calls:
- _transfer(sender,recipient,amount) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1085-1091)
External calls sending eth:
- _transfer(sender,recipient,amount) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#806)
- _allowances[owner][spender] = amount (#1003)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ChesterCoin._transfer(address,address,uint256) (#1007-1051):
External calls:
- swapAndLiquify(contractTokenBalance) (#1038)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1085-1091)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1038)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1136)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- Transfer(sender,recipient,tTransferAmount) (#1146)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- Transfer(sender,recipient,tTransferAmount) (#1156)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
- Transfer(sender,recipient,tTransferAmount) (#884)
- _tokenTransfer(from,to,amount,takeFee) (#1050)
Reentrancy in ChesterCoin.constructor() (#751-767):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#756-757)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#766)
Reentrancy in ChesterCoin.swapAndLiquify(uint256) (#1053-1074):
External calls:
- swapTokensForEth(half) (#1065)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1085-1091)
- addLiquidity(otherHalf,newBalance) (#1071)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1071)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1004)
- addLiquidity(otherHalf,newBalance) (#1071)
- SwapAndLiquify(half,newBalance,otherHalf) (#1073)
Reentrancy in ChesterCoin.transferFrom(address,address,uint256) (#804-808):
External calls:
- _transfer(sender,recipient,amount) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1085-1091)
External calls sending eth:
- _transfer(sender,recipient,amount) (#805)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1004)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#806)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#283-292) uses assembly
- INLINE ASM (#290)
Address._functionCallWithValue(address,bytes,uint256,string) (#376-397) uses assembly
- INLINE ASM (#389-392)
Do not use evm assembly.

Additional information: link

ChesterCoin.includeInReward(address) (#864-875) has costly operations inside a loop:
- _excluded.pop() (#871)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#376-397) is never used and should be removed
Address.functionCall(address,bytes) (#336-338) is never used and should be removed
Address.functionCall(address,bytes,string) (#346-348) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#361-363) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#371-374) is never used and should be removed
Address.isContract(address) (#283-292) is never used and should be removed
Address.sendValue(address,uint256) (#310-316) is never used and should be removed
Context._msgData() (#255-258) is never used and should be removed
SafeMath.mod(uint256,uint256) (#228-230) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#244-247) is never used and should be removed
Remove unused functions.

Additional information: link

ChesterCoin._rTotal (#715) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ChesterCoin._previousTaxFee (#723) is set pre-construction with a non-constant function or state variable:
- _taxFee
ChesterCoin._previousLiquidityFee (#726) 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) (#310-316):
- (success) = recipient.call{value: amount}() (#314)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#376-397):
- (success,returndata) = target.call{value: weiValue}(data) (#380)
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() (#522) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#523) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#540) is not in mixedCase
Function IUniswapV2Router01.WETH() (#562) is not in mixedCase
Parameter ChesterCoin.setSwapAndLiquifyEnabled(bool)._enabled (#909) is not in mixedCase
Parameter ChesterCoin.calculateTaxFee(uint256)._amount (#968) is not in mixedCase
Parameter ChesterCoin.calculateLiquidityFee(uint256)._amount (#974) is not in mixedCase
Variable ChesterCoin._taxFee (#722) is not in mixedCase
Variable ChesterCoin._liquidityFee (#725) is not in mixedCase
Variable ChesterCoin._maxTxAmount (#734) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#256)" inContext (#250-259)
Remove redundant statements if they congest code but offer no value.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#450-453)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#459-463)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#465-467)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#470-475)
unlock() should be declared external:
- Ownable.unlock() (#478-483)
name() should be declared external:
- ChesterCoin.name() (#769-771)
symbol() should be declared external:
- ChesterCoin.symbol() (#773-775)
decimals() should be declared external:
- ChesterCoin.decimals() (#777-779)
totalSupply() should be declared external:
- ChesterCoin.totalSupply() (#781-783)
transfer(address,uint256) should be declared external:
- ChesterCoin.transfer(address,uint256) (#790-793)
allowance(address,address) should be declared external:
- ChesterCoin.allowance(address,address) (#795-797)
approve(address,uint256) should be declared external:
- ChesterCoin.approve(address,uint256) (#799-802)
transferFrom(address,address,uint256) should be declared external:
- ChesterCoin.transferFrom(address,address,uint256) (#804-808)
increaseAllowance(address,uint256) should be declared external:
- ChesterCoin.increaseAllowance(address,uint256) (#810-813)
decreaseAllowance(address,uint256) should be declared external:
- ChesterCoin.decreaseAllowance(address,uint256) (#815-818)
isExcludedFromReward(address) should be declared external:
- ChesterCoin.isExcludedFromReward(address) (#820-822)
totalFees() should be declared external:
- ChesterCoin.totalFees() (#824-826)
deliver(uint256) should be declared external:
- ChesterCoin.deliver(uint256) (#828-835)
reflectionFromToken(uint256,bool) should be declared external:
- ChesterCoin.reflectionFromToken(uint256,bool) (#837-846)
excludeFromReward(address) should be declared external:
- ChesterCoin.excludeFromReward(address) (#854-862)
excludeFromFee(address) should be declared external:
- ChesterCoin.excludeFromFee(address) (#887-889)
includeInFee(address) should be declared external:
- ChesterCoin.includeInFee(address) (#891-893)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ChesterCoin.setSwapAndLiquifyEnabled(bool) (#909-912)
isExcludedFromFee(address) should be declared external:
- ChesterCoin.isExcludedFromFee(address) (#995-997)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.

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


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Last post in Twitter was more than 180 days ago


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to crawl data from the website


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

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Token has a considerable age, but we're still unable to find its website


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


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinGecko rank

Price for CTRFI

News for CTRFI