Cheems Billionaire Token Logo

CheemsBillionaire [Cheems Billionaire] Token

About CheemsBillionaire

Listings

Token 2 years

CheemsBillionaire is the biggest player in the 'Cheems Meta' following its paws of greatness. Initially stealth launched on Binance Smart Chain, CheemsBillionaire is a community-driven decentralised cryptocurrency, centred around the hype of Cheems. Holding CheemsBillionaire can provide lifelong wealth and financial freedom. Hodl strong future CheemsBillionaires.

Social

Laser Scorebeta Last Audit: 28 December 2021

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...)

CheemsBillionaire.swapBack() (#299-340) sends eth to arbitrary user
Dangerous calls:
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in CheemsBillionaire._transferFrom(address,address,uint256) (#240-260):
External calls:
- swapBack() (#249)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#310-316)
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
External calls sending eth:
- swapBack() (#249)
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#253)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#256)
- amountReceived = takeFee(sender,recipient,amount) (#255)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#286)
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.

Contract ticker (CheemsBillionaire) has length of 17 chars.
Not a direct threat, but may indicate unreliable intentions of developer.

CheemsBillionaire.slitherConstructorVariables() (#155-424) performs a multiplication on the result of a division:
-swapThreshold = _totalSupply / 1000 * 3 (#191)
Consider ordering multiplication before division.

Additional information: link

CheemsBillionaire.swapBack() (#299-340) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
Ensure that all the return values of the function calls are used.

Additional information: link

CheemsBillionaire.setTxLimit(uint256) (#363-366) should emit an event for:
- _maxTxAmount = amount (#365)
CheemsBillionaire.setFees(uint256,uint256,uint256,uint256) (#381-387) should emit an event for:
- liquidityFee = _liquidityFee (#382)
- developmentFee = _developmentFee (#383)
- marketingFee = _marketingFee (#384)
- totalFee = _liquidityFee.add(_developmentFee).add(_marketingFee) (#385)
- feeDenominator = _feeDenominator (#386)
Emit an event for critical parameter changes.

Additional information: link

Auth.transferOwnership(address).adr (#94) lacks a zero-check on :
- owner = adr (#95)
CheemsBillionaire.setFeeReceiver(address,address)._marketingFeeReceiver (#389) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#390)
CheemsBillionaire.setFeeReceiver(address,address)._developmentFeeReceiver (#389) lacks a zero-check on :
- developmentFeeReceiver = _developmentFeeReceiver (#391)
Check that the address is not zero.

Additional information: link

Reentrancy in CheemsBillionaire._transferFrom(address,address,uint256) (#240-260):
External calls:
- swapBack() (#249)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#310-316)
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
External calls sending eth:
- swapBack() (#249)
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
State variables written after the call(s):
- launch() (#251)
- launchedAt = block.number (#360)
Reentrancy in CheemsBillionaire.constructor() (#195-206):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#197)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = type()(uint256).max (#198)
- _balances[_owner] = _totalSupply (#204)
- isFeeExempt[_owner] = true (#201)
- isTxLimitExempt[_owner] = true (#202)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in CheemsBillionaire._transferFrom(address,address,uint256) (#240-260):
External calls:
- swapBack() (#249)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#310-316)
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
External calls sending eth:
- swapBack() (#249)
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#287)
- amountReceived = takeFee(sender,recipient,amount) (#255)
- Transfer(sender,recipient,amountReceived) (#258)
Reentrancy in CheemsBillionaire.constructor() (#195-206):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#197)
Event emitted after the call(s):
- Transfer(address(0),_owner,_totalSupply) (#205)
Reentrancy in CheemsBillionaire.swapBack() (#299-340):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#310-316)
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
External calls sending eth:
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,marketingFeeReceiver,block.timestamp) (#330-337)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#338)
Apply the check-effects-interactions pattern.

Additional information: link

CheemsBillionaire.buyTokens(uint256,address) (#342-353) is never used and should be removed
Remove unused functions.

Additional information: link

CheemsBillionaire._maxTxAmount (#167) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 1) / 200
CheemsBillionaire._maxWalletSize (#168) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 2) / 100
CheemsBillionaire.swapThreshold (#191) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 1000 * 3
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 CheemsBillionaire.swapBack() (#299-340):
- (MarketingSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#324)
- (developmentSuccess) = address(developmentFeeReceiver).call{gas: 30000,value: amountBNBdevelopment}() (#326)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IDEXRouter.WETH() (#109) is not in mixedCase
Parameter CheemsBillionaire.setFees(uint256,uint256,uint256,uint256)._liquidityFee (#381) is not in mixedCase
Parameter CheemsBillionaire.setFees(uint256,uint256,uint256,uint256)._developmentFee (#381) is not in mixedCase
Parameter CheemsBillionaire.setFees(uint256,uint256,uint256,uint256)._marketingFee (#381) is not in mixedCase
Parameter CheemsBillionaire.setFees(uint256,uint256,uint256,uint256)._feeDenominator (#381) is not in mixedCase
Parameter CheemsBillionaire.setFeeReceiver(address,address)._marketingFeeReceiver (#389) is not in mixedCase
Parameter CheemsBillionaire.setFeeReceiver(address,address)._developmentFeeReceiver (#389) is not in mixedCase
Parameter CheemsBillionaire.setSwapBackSettings(bool,uint256)._enabled (#394) is not in mixedCase
Parameter CheemsBillionaire.setSwapBackSettings(bool,uint256)._amount (#394) is not in mixedCase
Parameter CheemsBillionaire.transferForeignToken(address)._token (#404) is not in mixedCase
Variable CheemsBillionaire.WBNB (#158) is not in mixedCase
Variable CheemsBillionaire.DEAD (#159) is not in mixedCase
Variable CheemsBillionaire.ZERO (#160) is not in mixedCase
Constant CheemsBillionaire._name (#162) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CheemsBillionaire._symbol (#163) is not in UPPER_CASE_WITH_UNDERSCORES
Constant CheemsBillionaire._decimals (#164) is not in UPPER_CASE_WITH_UNDERSCORES
Variable CheemsBillionaire._totalSupply (#166) is not in mixedCase
Variable CheemsBillionaire._maxTxAmount (#167) is not in mixedCase
Variable CheemsBillionaire._maxWalletSize (#168) is not in mixedCase
Variable CheemsBillionaire._balances (#170) is not in mixedCase
Variable CheemsBillionaire._allowances (#171) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#114) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#115)
Prevent variables from having similar names.

Additional information: link

CheemsBillionaire.slitherConstructorVariables() (#155-424) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#159)
CheemsBillionaire.slitherConstructorVariables() (#155-424) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#160)
CheemsBillionaire.slitherConstructorVariables() (#155-424) uses literals with too many digits:
- _totalSupply = 1000000000 * (10 ** _decimals) (#166)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CheemsBillionaire.DEAD (#159) should be constant
CheemsBillionaire.WBNB (#158) should be constant
CheemsBillionaire.ZERO (#160) should be constant
CheemsBillionaire._totalSupply (#166) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

authorize(address) should be declared external:
- Auth.authorize(address) (#78-80)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#82-84)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#94-98)
transferForeignToken(address) should be declared external:
- CheemsBillionaire.transferForeignToken(address) (#404-408)
isOverLiquified(uint256,uint256) should be declared external:
- CheemsBillionaire.isOverLiquified(uint256,uint256) (#418-420)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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.


Last post in Twitter was more than 30 days ago


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


Token was delisted (assigned to inactive / untracked listing) from 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 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


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for CheemsBillionaire

News for CheemsBillionaire