New Year Cheems Inu Token Logo

$NewCheems [New Year Cheems Inu] Token

ALERT: rug pull scam

About $NewCheems

Listings

Not Found
Token 21 months

Description

Not Found

Social

Laser Scorebeta Last Audit: 27 December 2021

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

Anti-Scam

Links


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

newcheems.swapBack() (#1131-1165) sends eth to arbitrary user
Dangerous calls:
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
newcheems.addLiquidity(uint256,uint256) (#1181-1191) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in newcheems._transfer(address,address,uint256) (#1034-1129):
External calls:
- swapBack() (#1092)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
External calls sending eth:
- swapBack() (#1092)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _liquidityTokensToSwap += tLiquidity * _buyLiquidityFee / _liquidityFee (#1394)
- _liquidityTokensToSwap += tLiquidity * _sellLiquidityFee / _liquidityFee (#1398)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _marketingTokensToSwap += tLiquidity * _buyMarketingFee / _liquidityFee (#1396)
- _marketingTokensToSwap += tLiquidity * _sellMarketingFee / _liquidityFee (#1400)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1227)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1247)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1269)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1290)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1228)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1249)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1270)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1292)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1404)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _rTotal = _rTotal.sub(rFee) (#1299)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1268)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1289)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1248)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1291)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1406)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _teamTokensToSwap += tLiquidity * _buyTeamFee / _liquidityFee (#1395)
- _teamTokensToSwap += tLiquidity * _sellTeamFee / _liquidityFee (#1399)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable._lockTime (#233) is never initialized. It is used in:
- Ownable.getUnlockTime() (#269-271)
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

newcheems._transfer(address,address,uint256) (#1034-1129) uses a dangerous strict equality:
- from != owner() && to != uniswapV2Pair && block.number == tradingActiveBlock (#1056)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

newcheems.swapBack().success (#1155) is written in both
(success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
(success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
Fix or remove the writes.

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.

Contract ticker ($NewCheems) 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 newcheems.swapBack() (#1131-1165):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
State variables written after the call(s):
- _liquidityTokensToSwap = 0 (#1151)
- _marketingTokensToSwap = 0 (#1152)
- _teamTokensToSwap = 0 (#1153)
Apply the check-effects-interactions pattern.

Additional information: link

newcheems.addLiquidity(uint256,uint256) (#1181-1191) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
Ensure that all the return values of the function calls are used.

Additional information: link

newcheems.allowance(address,address).owner (#827) shadows:
- Ownable.owner() (#246-248) (function)
newcheems._approve(address,address,uint256).owner (#1023) shadows:
- Ownable.owner() (#246-248) (function)
Rename the local variables that shadow another component.

Additional information: link

newcheems.setGasPriceLimit(uint256) (#946-949) should emit an event for:
- gasPriceLimit = gas * 1000000000 (#948)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in newcheems._transfer(address,address,uint256) (#1034-1129):
External calls:
- swapBack() (#1092)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
External calls sending eth:
- swapBack() (#1092)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
State variables written after the call(s):
- removeAllFee() (#1104)
- _liquidityFee = 0 (#1428)
- _liquidityFee = _buyLiquidityFee + _buyMarketingFee + _buyTeamFee (#1106)
- removeAllFee() (#1111)
- _liquidityFee = 0 (#1428)
- _liquidityFee = _sellLiquidityFee + _sellMarketingFee + _sellTeamFee (#1113)
- _liquidityFee = _liquidityFee * 3 (#1118)
- removeAllFee() (#1122)
- _liquidityFee = 0 (#1428)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _liquidityFee = _previousLiquidityFee (#1433)
- _liquidityFee = 0 (#1428)
- removeAllFee() (#1104)
- _previousLiquidityFee = _liquidityFee (#1425)
- removeAllFee() (#1111)
- _previousLiquidityFee = _liquidityFee (#1425)
- removeAllFee() (#1122)
- _previousLiquidityFee = _liquidityFee (#1425)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _previousLiquidityFee = _liquidityFee (#1425)
- removeAllFee() (#1104)
- _previousTaxFee = _taxFee (#1424)
- removeAllFee() (#1111)
- _previousTaxFee = _taxFee (#1424)
- removeAllFee() (#1122)
- _previousTaxFee = _taxFee (#1424)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _previousTaxFee = _taxFee (#1424)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1300)
- removeAllFee() (#1104)
- _taxFee = 0 (#1427)
- _taxFee = _buyTaxFee (#1105)
- removeAllFee() (#1111)
- _taxFee = 0 (#1427)
- _taxFee = _sellTaxFee (#1112)
- _taxFee = _taxFee * 3 (#1117)
- removeAllFee() (#1122)
- _taxFee = 0 (#1427)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- _taxFee = _previousTaxFee (#1432)
- _taxFee = 0 (#1427)
- buyOrSellSwitch = TRANSFER (#1100)
- buyOrSellSwitch = BUY (#1107)
- buyOrSellSwitch = SELL (#1114)
- buyOrSellSwitch = TRANSFER (#1123)
Reentrancy in newcheems.changeRouterVersion(address) (#1510-1534):
External calls:
- _pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1524-1527)
State variables written after the call(s):
- uniswapV2Pair = _pair (#1529)
- uniswapV2Router = _uniswapV2Router (#1532)
Reentrancy in newcheems.constructor() (#759-795):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#770-771)
State variables written after the call(s):
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#776)
- _excluded.push(account) (#998)
- _excluded[i] = _excluded[_excluded.length - 1] (#1005)
- _excluded.pop() (#1008)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#776)
- _isExcluded[account] = true (#997)
- _isExcluded[account] = false (#1007)
- _isExcludedFromFee[owner()] = true (#778)
- _isExcludedFromFee[address(this)] = true (#779)
- _isExcludedFromFee[marketingAddress] = true (#780)
- _isExcludedFromFee[liquidityAddress] = true (#781)
- _isExcludedFromFee[teamAddress] = true (#782)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#776)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#1015)
- excludeFromMaxTransaction(owner(),true) (#784)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#1015)
- excludeFromMaxTransaction(address(this),true) (#785)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#1015)
- excludeFromMaxTransaction(address(0xdead),true) (#786)
- _isExcludedMaxTransactionAmount[updAds] = isEx (#1015)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#776)
- _isExcludedMaxWalletAmount[updAds] = isEx (#1019)
- excludeFromWalletAmount(owner(),true) (#788)
- _isExcludedMaxWalletAmount[updAds] = isEx (#1019)
- excludeFromWalletAmount(address(this),true) (#789)
- _isExcludedMaxWalletAmount[updAds] = isEx (#1019)
- excludeFromWalletAmount(address(0xdead),true) (#790)
- _isExcludedMaxWalletAmount[updAds] = isEx (#1019)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#776)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#995)
- _tOwned[account] = 0 (#1006)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#776)
- automatedMarketMakerPairs[pair] = value (#932)
- uniswapV2Pair = _uniswapV2Pair (#774)
- uniswapV2Router = _uniswapV2Router (#773)
Reentrancy in newcheems.swapBack() (#1131-1165):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1158)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
External calls sending eth:
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1158)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
State variables written after the call(s):
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1158)
- _allowances[owner][spender] = amount (#1030)
Reentrancy in newcheems.transferFrom(address,address,uint256) (#845-860):
External calls:
- _transfer(sender,recipient,amount) (#850)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
External calls sending eth:
- _transfer(sender,recipient,amount) (#850)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#851-858)
- _allowances[owner][spender] = amount (#1030)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in newcheems._transfer(address,address,uint256) (#1034-1129):
External calls:
- swapBack() (#1092)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
External calls sending eth:
- swapBack() (#1092)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1231)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- Transfer(sender,recipient,tTransferAmount) (#1273)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- Transfer(sender,recipient,tTransferAmount) (#1252)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
- Transfer(sender,recipient,tTransferAmount) (#1295)
- _tokenTransfer(from,to,amount,takeFee) (#1127)
Reentrancy in newcheems.changeRouterVersion(address) (#1510-1534):
External calls:
- _pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1524-1527)
Event emitted after the call(s):
- UpdatedRouter(_router) (#1533)
Reentrancy in newcheems.constructor() (#759-795):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#770-771)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#939)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#776)
- Transfer(address(0),_msgSender(),_tTotal) (#794)
Reentrancy in newcheems.swapBack() (#1131-1165):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1142)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1158)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
External calls sending eth:
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1158)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1031)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1158)
- SwapAndLiquify(amountToSwapForBNB,bnbForLiquidity,tokensForLiquidity) (#1159)
Reentrancy in newcheems.transferForeignToken(address,address) (#1539-1549):
External calls:
- _sent = IERC20(_token).transfer(_to,_contractBalance) (#1547)
Event emitted after the call(s):
- TransferForeignToken(_token,_contractBalance) (#1548)
Reentrancy in newcheems.transferFrom(address,address,uint256) (#845-860):
External calls:
- _transfer(sender,recipient,amount) (#850)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1172-1178)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
External calls sending eth:
- _transfer(sender,recipient,amount) (#850)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1183-1190)
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1031)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#851-858)
Apply the check-effects-interactions pattern.

Additional information: link

newcheems._transfer(address,address,uint256) (#1034-1129) uses timestamp for comparisons
Dangerous comparisons:
- boughtEarly[from] && earlyBuyPenaltyEnd <= block.number (#1116)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#135-146) uses assembly
- INLINE ASM (#142-144)
Address._functionCallWithValue(address,bytes,uint256,string) (#204-227) uses assembly
- INLINE ASM (#219-222)
Do not use evm assembly.

Additional information: link

newcheems.includeInReward(address) (#1001-1012) has costly operations inside a loop:
- _excluded.pop() (#1008)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#204-227) is never used and should be removed
Address.functionCall(address,bytes) (#162-167) is never used and should be removed
Address.functionCall(address,bytes,string) (#169-175) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#177-189) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#191-202) is never used and should be removed
Address.isContract(address) (#135-146) is never used and should be removed
Address.sendValue(address,uint256) (#148-160) is never used and should be removed
Context._msgData() (#34-37) is never used and should be removed
SafeMath.mod(uint256,uint256) (#120-122) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#124-131) is never used and should be removed
Remove unused functions.

Additional information: link

newcheems._previousTaxFee (#666) is set pre-construction with a non-constant function or state variable:
- _taxFee
newcheems._previousLiquidityFee (#669) 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

Pragma version0.8.9 (#27) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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) (#148-160):
- (success) = recipient.call{value: amount}() (#155)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#204-227):
- (success,returndata) = target.call{value: weiValue}(data) (#212-214)
Low level call in newcheems.swapBack() (#1131-1165):
- (success) = address(teamAddress).call{value: bnbForTeam}() (#1155)
- (success,None) = address(marketingAddress).call{value: bnbForMarketing}() (#1156)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1163)
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() (#343) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#345) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#375) is not in mixedCase
Function IUniswapV2Router01.WETH() (#419) is not in mixedCase
Contract newcheems (#622-1552) is not in CapWords
Parameter newcheems.addPresaleAddressForExclusions(address,address)._presaleAddress (#912) is not in mixedCase
Parameter newcheems.addPresaleAddressForExclusions(address,address)._presaleRouterAddress (#912) is not in mixedCase
Parameter newcheems.calculateTaxFee(uint256)._amount (#1409) is not in mixedCase
Parameter newcheems.calculateLiquidityFee(uint256)._amount (#1413) is not in mixedCase
Parameter newcheems.setMarketingAddress(address)._marketingAddress (#1480) is not in mixedCase
Parameter newcheems.setTeamAddress(address)._teamAddress (#1487) is not in mixedCase
Parameter newcheems.setLiquidityAddress(address)._liquidityAddress (#1494) is not in mixedCase
Parameter newcheems.setSwapAndLiquifyEnabled(bool)._enabled (#1501) is not in mixedCase
Parameter newcheems.changeRouterVersion(address)._router (#1510) is not in mixedCase
Parameter newcheems.transferForeignToken(address,address)._token (#1539) is not in mixedCase
Parameter newcheems.transferForeignToken(address,address)._to (#1539) is not in mixedCase
Constant newcheems._tTotal (#648) is not in UPPER_CASE_WITH_UNDERSCORES
Constant newcheems._name (#654) is not in UPPER_CASE_WITH_UNDERSCORES
Constant newcheems._symbol (#655) is not in UPPER_CASE_WITH_UNDERSCORES
Constant newcheems._decimals (#657) is not in UPPER_CASE_WITH_UNDERSCORES
Variable newcheems._buyTaxFee (#671) is not in mixedCase
Variable newcheems._buyLiquidityFee (#672) is not in mixedCase
Variable newcheems._buyMarketingFee (#673) is not in mixedCase
Variable newcheems._buyTeamFee (#674) is not in mixedCase
Variable newcheems._sellTaxFee (#676) is not in mixedCase
Variable newcheems._sellLiquidityFee (#677) is not in mixedCase
Variable newcheems._sellMarketingFee (#678) is not in mixedCase
Variable newcheems._sellTeamFee (#679) is not in mixedCase
Variable newcheems._isExcludedMaxTransactionAmount (#695) is not in mixedCase
Variable newcheems._isExcludedMaxWalletAmount (#696) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#35)" inContext (#29-38)
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 (#424) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#425)
Variable newcheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to newcheems._getValues(uint256).tTransferAmount (#1316)
Variable newcheems._transferStandard(address,address,uint256).rTransferAmount (#1221) is too similar to newcheems._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable newcheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to newcheems._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable newcheems._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1368) is too similar to newcheems._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable newcheems.reflectionFromToken(uint256,bool).rTransferAmount (#973) is too similar to newcheems._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable newcheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1283) is too similar to newcheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1264)
Variable newcheems._getValues(uint256).rTransferAmount (#1320) is too similar to newcheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1264)
Variable newcheems._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1368) is too similar to newcheems._getTValues(uint256).tTransferAmount (#1347)
Variable newcheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to newcheems._getTValues(uint256).tTransferAmount (#1347)
Variable newcheems._getValues(uint256).rTransferAmount (#1320) is too similar to newcheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1285)
Variable newcheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1283) is too similar to newcheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1285)
Variable newcheems._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to newcheems._transferToExcluded(address,address,uint256).tTransferAmount (#1243)
Variable newcheems._getValues(uint256).rTransferAmount (#1320) is too similar to newcheems._transferToExcluded(address,address,uint256).tTransferAmount (#1243)
Variable newcheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1283) is too similar to newcheems._transferToExcluded(address,address,uint256).tTransferAmount (#1243)
Variable newcheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1283) is too similar to newcheems._getValues(uint256).tTransferAmount (#1316)
Variable newcheems._getValues(uint256).rTransferAmount (#1320) is too similar to newcheems._getValues(uint256).tTransferAmount (#1316)
Variable newcheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to newcheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1264)
Variable newcheems._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to newcheems._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable newcheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to newcheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1285)
Variable newcheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1283) is too similar to newcheems._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable newcheems._getValues(uint256).rTransferAmount (#1320) is too similar to newcheems._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable newcheems._transferBothExcluded(address,address,uint256).rTransferAmount (#1283) is too similar to newcheems._getTValues(uint256).tTransferAmount (#1347)
Variable newcheems._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1368) is too similar to newcheems._transferToExcluded(address,address,uint256).tTransferAmount (#1243)
Variable newcheems._transferFromExcluded(address,address,uint256).rTransferAmount (#1262) is too similar to newcheems._transferToExcluded(address,address,uint256).tTransferAmount (#1243)
Variable newcheems._getValues(uint256).rTransferAmount (#1320) is too similar to newcheems._getTValues(uint256).tTransferAmount (#1347)
Variable newcheems.reflectionFromToken(uint256,bool).rTransferAmount (#973) is too similar to newcheems._transferToExcluded(address,address,uint256).tTransferAmount (#1243)
Variable newcheems._transferStandard(address,address,uint256).rTransferAmount (#1221) is too similar to newcheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1285)
Variable newcheems._transferStandard(address,address,uint256).rTransferAmount (#1221) is too similar to newcheems._getValues(uint256).tTransferAmount (#1316)
Variable newcheems.reflectionFromToken(uint256,bool).rTransferAmount (#973) is too similar to newcheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1285)
Variable newcheems._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to newcheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1264)
Variable newcheems.reflectionFromToken(uint256,bool).rTransferAmount (#973) is too similar to newcheems._getValues(uint256).tTransferAmount (#1316)
Variable newcheems._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1368) is too similar to newcheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1285)
Variable newcheems._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1368) is too similar to newcheems._getValues(uint256).tTransferAmount (#1316)
Variable newcheems._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to newcheems._getTValues(uint256).tTransferAmount (#1347)
Variable newcheems._transferStandard(address,address,uint256).rTransferAmount (#1221) is too similar to newcheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1264)
Variable newcheems.reflectionFromToken(uint256,bool).rTransferAmount (#973) is too similar to newcheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1264)
Variable newcheems._transferStandard(address,address,uint256).rTransferAmount (#1221) is too similar to newcheems._getTValues(uint256).tTransferAmount (#1347)
Variable newcheems._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1368) is too similar to newcheems._transferFromExcluded(address,address,uint256).tTransferAmount (#1264)
Variable newcheems._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to newcheems._transferBothExcluded(address,address,uint256).tTransferAmount (#1285)
Variable newcheems.reflectionFromToken(uint256,bool).rTransferAmount (#973) is too similar to newcheems._getTValues(uint256).tTransferAmount (#1347)
Variable newcheems._transferToExcluded(address,address,uint256).rTransferAmount (#1241) is too similar to newcheems._getValues(uint256).tTransferAmount (#1316)
Variable newcheems._transferStandard(address,address,uint256).rTransferAmount (#1221) is too similar to newcheems._transferToExcluded(address,address,uint256).tTransferAmount (#1243)
Prevent variables from having similar names.

Additional information: link

newcheems.slitherConstructorVariables() (#622-1552) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#635-636)
newcheems.slitherConstructorVariables() (#622-1552) uses literals with too many digits:
- gasMaxLimit = 50000000 (#691)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#232) is never used in newcheems (#622-1552)
Remove unused state variables.

Additional information: link

Ownable._lockTime (#233) should be constant
Ownable._previousOwner (#232) should be constant
newcheems.minimumTokensBeforeSwap (#703) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#269-271)
getTime() should be declared external:
- Ownable.getTime() (#273-275)
setSwapAndLiquifyEnabled(bool) should be declared external:
- newcheems.setSwapAndLiquifyEnabled(bool) (#1501-1504)
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.


Unable to find Twitter account


Telegram account has less than 100 subscribers


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

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinHunt, CoinGecko, CoinMarketCap


Unable to find code repository for the project


Young tokens have high risks of 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 $NewCheems