Baby White Hamster Token Logo

$BWH [Baby White Hamster] Token

About $BWH

Listings

Token 2 years
white paper

Simply hold $BWH tokens and get rewarded in $BUSD token on every transaction! With the auto-claim feature, you will receive $BUSD token automatically in your wallet every 60 minutes.

New gem real potential x1000

Rewards 7% on $BUSD

7% BUSD REWARD FOR HOLDERS

6% TO MARKETING PLAN FOR ADVERSITEMENT

2% AUTO-LIQUIDITY

40% Weekly Burn

Verified Contract

Wallet Transparency

https://babywhitehamster.com

https://t.me/BabyWhiteHamster

https://twitter.com/babywhitehamstr

Social

Laser Scorebeta Last Audit: 30 November 2021

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

BabyWhiteHamster.swapBack() (#576-617) sends eth to arbitrary user
Dangerous calls:
- address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#604)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in BabyWhiteHamster._transferFrom(address,address,uint256) (#508-531):
External calls:
- swapBack() (#514)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#587-593)
- distributor.deposit{value: amountBNBReflection}() (#603)
- address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#604)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#607-614)
- triggerAutoBuyback() (#515)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#661-666)
External calls sending eth:
- swapBack() (#514)
- distributor.deposit{value: amountBNBReflection}() (#603)
- address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#604)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#607-614)
- triggerAutoBuyback() (#515)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#661-666)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#519)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#522)
- amountReceived = takeFee(sender,recipient,amount) (#521)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#563)
- triggerAutoBuyback() (#515)
- inSwap = true (#448)
- inSwap = false (#448)
- launch() (#517)
- launchedAt = block.number (#690)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.distributeDividend(address) (#345-356) ignores return value by BUSD.transfer(shareholder,amount) (#351)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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.


Combination 2: Unchecked transfer + 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.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Contract ticker ($BWH) 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 DividendDistributor.setShare(address,uint256) (#278-292):
External calls:
- distributeDividend(shareholder) (#280)
- BUSD.transfer(shareholder,amount) (#351)
State variables written after the call(s):
- shares[shareholder].amount = amount (#290)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#291)
Apply the check-effects-interactions pattern.

Additional information: link

BabyWhiteHamster.distributorDeposit(uint256,uint256) (#635-638) ignores return value by address(marketingFeeReceiver).call{gas: 30000,value: amount2}() (#637)
Ensure that the return value of a low-level call is checked or logged.

Additional information: link

BabyWhiteHamster.swapBack() (#576-617) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#607-614)
Ensure that all the return values of the function calls are used.

Additional information: link

BabyWhiteHamster.triggerBuybackMultiplier(uint256,bool).triggerBuybackMultiplier (#627) shadows:
- BabyWhiteHamster.triggerBuybackMultiplier(uint256,bool) (#627-633) (function)
Rename the local variables that shadow another component.

Additional information: link

BabyWhiteHamster.setTargetLiquidity(uint256,uint256) (#742-745) should emit an event for:
- targetLiquidity = _target (#743)
- targetLiquidityDenominator = _denominator (#744)
Emit an event for critical parameter changes.

Additional information: link

BabyWhiteHamster.setFeeReceivers(address,address)._marketingFeeReceiver (#732) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#734)
Check that the address is not zero.

Additional information: link

Reentrancy in BabyWhiteHamster.triggerBuybackMultiplier(uint256,bool) (#627-633):
External calls:
- buyTokens(amount,DEAD) (#628)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#661-666)
State variables written after the call(s):
- buybackMultiplierTriggeredAt = block.timestamp (#630)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabyWhiteHamster.triggerBuybackMultiplier(uint256,bool) (#627-633):
External calls:
- buyTokens(amount,DEAD) (#628)
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,to,block.timestamp) (#661-666)
Event emitted after the call(s):
- BuybackMultiplierActive(buybackMultiplierLength) (#631)
Apply the check-effects-interactions pattern.

Additional information: link

BabyWhiteHamster.isOverLiquified(uint256,uint256) (#763-765) uses timestamp for comparisons
Dangerous comparisons:
- getLiquidityBacking(accuracy) > target (#764)
Avoid relying on block.timestamp.

Additional information: link

DividendDistributor.process(uint256) (#314-338) has costly operations inside a loop:
- currentIndex ++ (#335)
Use a local variable to hold the loop computation result.

Additional information: link

BabyWhiteHamster.swapThreshold (#446) is set pre-construction with a non-constant function or state variable:
- _totalSupply / 1
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

solc-0.7.4 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 BabyWhiteHamster.distributorDeposit(uint256,uint256) (#635-638):
- address(marketingFeeReceiver).call{gas: 30000,value: amount2}() (#637)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable BabyWhiteHamster._allowances (#405) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

BabyWhiteHamster.slitherConstructorVariables() (#389-770) uses literals with too many digits:
- feeDenominator = 100000000000 (#417)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BabyWhiteHamster.BUSD (#392) is never used in BabyWhiteHamster (#389-770)
Remove unused state variables.

Additional information: link

DividendDistributor.dividendsPerShareAccuracyFactor (#248) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

transferMultiple(address[],uint256) should be declared external:
- BabyWhiteHamster.transferMultiple(address[],uint256) (#490-494)
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.


Twitter account link seems to be invalid


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 CoinHunt

Additional information: link


Unable to find code repository for the project


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


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for $BWH