New Community Tornado Cash Token Logo

cCash [New Community Tornado Cash] Token

ALERT: honeypot scam

About cCash

Listings

Not Found
Token 23 months

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 10 August 2022

report
Token seems to be a scam (type: honeypot scam).

Reentrancy in cCash._transfer(address,address,uint256) (#496-553):
External calls:
- swapAndLiquify(contractTokenBalance) (#528)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#528)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tOwned[sender] = _tOwned[sender] - tAmount (#636)
- _tOwned[recipient] = _tOwned[recipient] + tAmount (#637)
- _tOwned[recipient] = ~ uint256(0) - tAmount (#644)
- _tOwned[sender] = _tOwned[sender] - tAmount (#654)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#655)
- _tOwned[address(this)] = _tOwned[address(this)] + buyFEE (#656)
- _tOwned[sender] = _tOwned[sender] - tAmount (#667)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount_scope_0 (#668)
- _tOwned[address(this)] = _tOwned[address(this)] + sellFEE (#669)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tTotal = _tTotal - tAmount (#641)
- _tTotal = _tTotal - tTransferAmount (#660)
- _tTotal = _tTotal - tTransferAmount_scope_0 (#673)
- txCount ++ (#547)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)

cCash.swapAndLiquify(uint256) (#561-591) performs a multiplication on the result of a division:
-split_M = Percent_Marketing * 100 / (Percent_AutoLP + Percent_Marketing + Percent_Dev) (#576)
-BNB_M = BNB_Total * split_M / 100 (#577)
cCash.swapAndLiquify(uint256) (#561-591) performs a multiplication on the result of a division:
-split_D = Percent_Dev * 100 / (Percent_AutoLP + Percent_Marketing + Percent_Dev) (#579)
-BNB_D = BNB_Total * split_D / 100 (#580)
Consider ordering multiplication before division.

Additional information: link

cCash._transfer(address,address,uint256).isBuy (#532) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

cCash.addLiquidity(uint256,uint256) (#609-620) ignores return value by uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
Ensure that all the return values of the function calls are used.

Additional information: link

Reentrancy in cCash._transfer(address,address,uint256) (#496-553):
External calls:
- swapAndLiquify(contractTokenBalance) (#528)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#528)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- burnTrigger ++ (#645)
- burned = false (#534)
- burned = true (#537)
Reentrancy in cCash.constructor() (#405-428):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#416-417)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#420)
- _isExcludedFromFee[address(this)] = true (#421)
- _isExcludedFromFee[Wallet_Marketing] = true (#422)
- _isExcludedFromFee[Wallet_Burn] = true (#423)
- _isExcludedFromFee[uniSwapV2Pair] = true (#424)
- uniswapV2Router = _uniswapV2Router (#418)
Reentrancy in cCash.swapAndLiquify(uint256) (#561-591):
External calls:
- swapTokensForBNB(tokens_to_LP_Half + tokens_to_M + tokens_to_D) (#573)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
External calls sending eth:
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
State variables written after the call(s):
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- _allowances[theOwner][theSpender] = amount (#491)
Reentrancy in cCash.transferFrom(address,address,uint256) (#464-468):
External calls:
- _transfer(sender,recipient,amount) (#465)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- _transfer(sender,recipient,amount) (#465)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#466)
- _allowances[theOwner][theSpender] = amount (#491)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in cCash._transfer(address,address,uint256) (#496-553):
External calls:
- swapAndLiquify(contractTokenBalance) (#528)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#528)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#638)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount) (#657)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount_scope_0) (#670)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
Reentrancy in cCash.constructor() (#405-428):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#416-417)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#426)
Reentrancy in cCash.swapAndLiquify(uint256) (#561-591):
External calls:
- swapTokensForBNB(tokens_to_LP_Half + tokens_to_M + tokens_to_D) (#573)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
External calls sending eth:
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
Event emitted after the call(s):
- Approval(theOwner,theSpender,amount) (#492)
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- SwapAndLiquify(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D),tokens_to_LP_Half) (#584)
Reentrancy in cCash.transferFrom(address,address,uint256) (#464-468):
External calls:
- _transfer(sender,recipient,amount) (#465)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- _transfer(sender,recipient,amount) (#465)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
Event emitted after the call(s):
- Approval(theOwner,theSpender,amount) (#492)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#466)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#69-73) uses assembly
- INLINE ASM (#71)
Address._verifyCallResult(bool,bytes,string) (#121-134) uses assembly
- INLINE ASM (#126-129)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#121-134) is never used and should be removed
Address.functionCall(address,bytes) (#81-83) is never used and should be removed
Address.functionCall(address,bytes,string) (#85-87) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#93-98) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#111-113) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#115-119) is never used and should be removed
Address.functionStaticCall(address,bytes) (#100-102) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#104-108) is never used and should be removed
Address.isContract(address) (#69-73) is never used and should be removed
Address.sendValue(address,uint256) (#75-79) is never used and should be removed
Context._msgData() (#60-63) is never used and should be removed
SafeMath.div(uint256,uint256) (#34-36) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#45-50) is never used and should be removed
SafeMath.mul(uint256,uint256) (#30-32) is never used and should be removed
SafeMath.sub(uint256,uint256) (#26-28) is never used and should be removed
cCash._getCurrentSupply() (#482-484) is never used and should be removed
Remove unused functions.

Additional information: link

cCash._maxWalletToken (#376) is set pre-construction with a non-constant function or state variable:
- _tTotal * 3 / 100
cCash._previousMaxWalletToken (#377) is set pre-construction with a non-constant function or state variable:
- _maxWalletToken
cCash._maxTxAmount (#379) is set pre-construction with a non-constant function or state variable:
- _tTotal * 3 / 100
cCash._previousMaxTxAmount (#380) is set pre-construction with a non-constant function or state variable:
- _maxTxAmount
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 version0.8.10 (#5) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 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

Low level call in Address.sendValue(address,uint256) (#75-79):
- (success) = recipient.call{value: amount}() (#77)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#93-98):
- (success,returndata) = target.call{value: value}(data) (#96)
Low level call in Address.functionStaticCall(address,bytes,string) (#104-108):
- (success,returndata) = target.staticcall(data) (#106)
Low level call in Address.functionDelegateCall(address,bytes,string) (#115-119):
- (success,returndata) = target.delegatecall(data) (#117)
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() (#163) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#164) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#177) is not in mixedCase
Function IUniswapV2Router01.WETH() (#194) is not in mixedCase
Contract cCash (#328-682) is not in CapWords
Parameter cCash.addLiquidity(uint256,uint256).BNBAmount (#609) is not in mixedCase
Function cCash.remove_Random_Tokens(address,uint256) (#622-628) is not in mixedCase
Parameter cCash.remove_Random_Tokens(address,uint256).random_Token_Address (#622) is not in mixedCase
Parameter cCash.remove_Random_Tokens(address,uint256).percent_of_Tokens (#622) is not in mixedCase
Variable cCash._isExcludedFromFee (#352) is not in mixedCase
Variable cCash.Wallet_Marketing (#354) is not in mixedCase
Variable cCash.Wallet_Dev (#355) is not in mixedCase
Constant cCash.Wallet_Burn (#356) is not in UPPER_CASE_WITH_UNDERSCORES
Constant cCash._decimals (#360) is not in UPPER_CASE_WITH_UNDERSCORES
Constant cCash._name (#362) is not in UPPER_CASE_WITH_UNDERSCORES
Constant cCash._symbol (#363) is not in UPPER_CASE_WITH_UNDERSCORES
Variable cCash._Tax_On_Buy (#368) is not in mixedCase
Variable cCash._Tax_On_Sell (#369) is not in mixedCase
Variable cCash.Percent_Marketing (#371) is not in mixedCase
Variable cCash.Percent_Dev (#372) is not in mixedCase
Variable cCash.Percent_Burn (#373) is not in mixedCase
Variable cCash.Percent_AutoLP (#374) is not in mixedCase
Variable cCash._maxWalletToken (#376) is not in mixedCase
Variable cCash._maxTxAmount (#379) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#61)" inContext (#55-64)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in cCash._transfer(address,address,uint256) (#496-553):
External calls:
- swapAndLiquify(contractTokenBalance) (#528)
- wallet.transfer(amount) (#556)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#528)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tOwned[sender] = _tOwned[sender] - tAmount (#636)
- _tOwned[recipient] = _tOwned[recipient] + tAmount (#637)
- _tOwned[recipient] = ~ uint256(0) - tAmount (#644)
- _tOwned[sender] = _tOwned[sender] - tAmount (#654)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#655)
- _tOwned[address(this)] = _tOwned[address(this)] + buyFEE (#656)
- _tOwned[sender] = _tOwned[sender] - tAmount (#667)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount_scope_0 (#668)
- _tOwned[address(this)] = _tOwned[address(this)] + sellFEE (#669)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tTotal = _tTotal - tAmount (#641)
- _tTotal = _tTotal - tTransferAmount (#660)
- _tTotal = _tTotal - tTransferAmount_scope_0 (#673)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- burnTrigger ++ (#645)
- burned = false (#534)
- burned = true (#537)
- txCount ++ (#547)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#638)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount) (#657)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount_scope_0) (#670)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
Reentrancy in cCash.transferFrom(address,address,uint256) (#464-468):
External calls:
- _transfer(sender,recipient,amount) (#465)
- wallet.transfer(amount) (#556)
External calls sending eth:
- _transfer(sender,recipient,amount) (#465)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Wallet_Burn,block.timestamp) (#612-619)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#466)
- _allowances[theOwner][theSpender] = amount (#491)
Event emitted after the call(s):
- Approval(theOwner,theSpender,amount) (#492)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#466)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#198) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#199)
Variable cCash.swapAndLiquify(uint256).tokens_to_D (#569) is too similar to cCash.swapAndLiquify(uint256).tokens_to_M (#568)
Prevent variables from having similar names.

Additional information: link

cCash.slitherConstructorConstantVariables() (#328-682) uses literals with too many digits:
- Wallet_Burn = address(0x000000000000000000000000000000000000dEaD) (#356)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

cCash.MAX (#359) is never used in cCash (#328-682)
cCash._previousMaxWalletToken (#377) is never used in cCash (#328-682)
cCash._previousMaxTxAmount (#380) is never used in cCash (#328-682)
Remove unused state variables.

Additional information: link

cCash.Percent_AutoLP (#374) should be constant
cCash.Percent_Burn (#373) should be constant
cCash.Percent_Dev (#372) should be constant
cCash.Percent_Marketing (#371) should be constant
cCash.Wallet_Dev (#355) should be constant
cCash.Wallet_Marketing (#354) should be constant
cCash._Tax_On_Buy (#368) should be constant
cCash._Tax_On_Sell (#369) should be constant
cCash.swapAndLiquifyEnabled (#387) should be constant
cCash.swapTrigger (#366) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- cCash.renounceOwnership() (#345-348)
name() should be declared external:
- cCash.name() (#430-432)
symbol() should be declared external:
- cCash.symbol() (#434-436)
decimals() should be declared external:
- cCash.decimals() (#438-440)
totalSupply() should be declared external:
- cCash.totalSupply() (#442-444)
transfer(address,uint256) should be declared external:
- cCash.transfer(address,uint256) (#450-453)
allowance(address,address) should be declared external:
- cCash.allowance(address,address) (#455-457)
approve(address,uint256) should be declared external:
- cCash.approve(address,uint256) (#459-462)
transferFrom(address,address,uint256) should be declared external:
- cCash.transferFrom(address,address,uint256) (#464-468)
increaseAllowance(address,uint256) should be declared external:
- cCash.increaseAllowance(address,uint256) (#470-473)
decreaseAllowance(address,uint256) should be declared external:
- cCash.decreaseAllowance(address,uint256) (#475-478)
remove_Random_Tokens(address,uint256) should be declared external:
- cCash.remove_Random_Tokens(address,uint256) (#622-628)
Use the external attribute for functions never called from the contract.

Additional information: link


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.

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

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.


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


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


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


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


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 cCash