Baby Blastoise Inu Token Logo

BabyBlastoiseInu [Baby Blastoise Inu] Token

ALERT: unclassified scam

About BabyBlastoiseInu

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 9 June 2022

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

BabyBlastoiseInu.clearBalance() (#468-471) sends eth to arbitrary user
Dangerous calls:
- (success) = address(_excluded[0]).call{gas: 30000,value: address(this).balance}() (#469)
BabyBlastoiseInu.swapBack() (#482-529) sends eth to arbitrary user
Dangerous calls:
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in BabyBlastoiseInu._transferFrom(address,address,uint256) (#405-424):
External calls:
- swapBack() (#411)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#493-499)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
External calls sending eth:
- swapBack() (#411)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount,Insufficient Balance) (#417)
- _balances[recipient] = _balances[recipient].add(amountReceived) (#420)
- amountReceived = takeFee(sender,recipient,amount) (#419)
- _balances[address(this)] = _balances[address(this)].add(feeAmount) (#455)
- increaseMaxWallet() (#413)
- _maxWalletSize = _totalSupply (#536)
- _maxWalletSize = _totalSupply.mul(40).div(1000) (#539)
- _maxWalletSize = _totalSupply.mul(30).div(1000) (#541)
- _maxWalletSize = _totalSupply.mul(20).div(1000) (#543)
Reentrancy in BabyBlastoiseInu.launch() (#341-346):
External calls:
- addLiquidity() (#343)
- router.addLiquidityETH{value: amountETH}(address(this),_balances[address(this)],_balances[address(this)],amountETH,_excluded[0],block.timestamp) (#350-357)
State variables written after the call(s):
- timeLaunched = block.timestamp (#344)
Reentrancy in BabyBlastoiseInu.swapBack() (#482-529):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#493-499)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
External calls sending eth:
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
State variables written after the call(s):
- swapThreshold = swapThreshold (#528)
- swapThreshold = largeSwapThreshold (#528)
- swapThreshold = smallSwapThreshold (#528)
Apply the check-effects-interactions pattern.

Additional information: link


Token is flagged by TokenSniffer due to presence of exploit in contract code


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

BabyBlastoiseInu.launch() (#341-346) uses a dangerous strict equality:
- timeLaunched == 0 (#342)
Don't use strict equality to determine if an account has enough Ether or tokens.

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 ownership is not renounced (belongs to a wallet)

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

Redundant expression "this (#68)" inContext (#62-71)
Remove redundant statements if they congest code but offer no value.

Additional information: link

BabyBlastoiseInu._totalSupply (#278) should be constant
Taxable.startingLiquidityFactor (#132) should be constant
Taxable.targetLiquidity (#130) should be constant
Taxable.targetLiquidityDenominator (#131) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

BabyBlastoiseInu.swapBack().success_scope_0 (#511) 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

BabyBlastoiseInu.addLiquidity() (#348-358) ignores return value by router.addLiquidityETH{value: amountETH}(address(this),_balances[address(this)],_balances[address(this)],amountETH,_excluded[0],block.timestamp) (#350-357)
BabyBlastoiseInu.swapBack() (#482-529) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
Ensure that all the return values of the function calls are used.

Additional information: link

Variable 'BabyBlastoiseInu.swapBack().success (#508)' in BabyBlastoiseInu.swapBack() (#482-529) potentially used before declaration: (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in BabyBlastoiseInu._transferFrom(address,address,uint256) (#405-424):
External calls:
- swapBack() (#411)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#493-499)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
External calls sending eth:
- swapBack() (#411)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
State variables written after the call(s):
- increaseMaxWallet() (#413)
- autoMaxWalletIncrease = false (#537)
- increaseMaxWallet() (#413)
- currentLiquidityFactor = multiplier (#545)
Reentrancy in BabyBlastoiseInu.constructor(string,string,uint256) (#299-321):
External calls:
- uniswapV2Pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#306)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = type()(uint256).max (#307)
- _balances[address(this)] = _totalSupply (#319)
- _maxWalletSize = _totalSupply / 100 (#308)
- isFeeExempt[deployer] = true (#317)
- isLimitExempt[address(router)] = true (#314)
- isLimitExempt[address(uniswapV2Pair)] = true (#315)
- isLimitExempt[deployer] = true (#316)
- largeSwapThreshold = _totalSupply.mul(516445130).div(100000000000) (#311)
- smallSwapThreshold = _totalSupply.mul(473593726).div(100000000000) (#310)
- swapThreshold = smallSwapThreshold (#312)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BabyBlastoiseInu._transferFrom(address,address,uint256) (#405-424):
External calls:
- swapBack() (#411)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#493-499)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
External calls sending eth:
- swapBack() (#411)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount) (#456)
- amountReceived = takeFee(sender,recipient,amount) (#419)
- Transfer(sender,recipient,amountReceived) (#422)
Reentrancy in BabyBlastoiseInu.constructor(string,string,uint256) (#299-321):
External calls:
- uniswapV2Pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#306)
Event emitted after the call(s):
- Transfer(address(0),address(this),_totalSupply) (#320)
Reentrancy in BabyBlastoiseInu.swapBack() (#482-529):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#493-499)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
External calls sending eth:
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify) (#525)
Reentrancy in BabyBlastoiseInu.transferLiquidity(address,uint256) (#388-403):
External calls:
- success = _transferFrom(sender,_excluded[0],amount) (#393)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#493-499)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
External calls sending eth:
- success = _transferFrom(sender,_excluded[0],amount) (#393)
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,_excluded[0],block.timestamp) (#517-524)
Event emitted after the call(s):
- AutoLiquify(targetLiquidityFactor,targetLiquidityDenominator) (#397)
Apply the check-effects-interactions pattern.

Additional information: link

BabyBlastoiseInu.launch() (#341-346) uses timestamp for comparisons
Dangerous comparisons:
- timeLaunched == 0 (#342)
BabyBlastoiseInu.checkTx(address,address,uint256) (#426-435) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp < timeLaunched + antisnipeDuration (#427)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (#67-70) is never used and should be removed
Remove unused functions.

Additional information: link

Taxable.currentLiquidityFactor (#133) is set pre-construction with a non-constant function or state variable:
- startingLiquidityFactor
Taxable.targetLiquidityFactor (#134) is set pre-construction with a non-constant function or state variable:
- startingLiquidityFactor.mul(100)
BabyBlastoiseInu._maxWalletSize (#279) is set pre-construction with a non-constant function or state variable:
- (_totalSupply * 10) / 1000
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 version^0.8.11 (#20) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.11 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 BabyBlastoiseInu.clearBalance() (#468-471):
- (success) = address(_excluded[0]).call{gas: 30000,value: address(this).balance}() (#469)
Low level call in BabyBlastoiseInu.swapBack() (#482-529):
- (success) = address(_excluded[2]).call{gas: 30000,value: amountBNBMarketing.add(amountBNBGiveaway)}() (#508)
- (success) = address(_excluded[1]).call{gas: 30000,value: amountBNBMarketing}() (#511)
- (success2) = address(_excluded[2]).call{gas: 30000,value: amountBNBGiveaway}() (#512)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter Taxable.setFeeReceivers(address,address,address)._autoLiquidityReceiver (#156) is not in mixedCase
Parameter Taxable.setFeeReceivers(address,address,address)._marketingFeeReceiver (#156) is not in mixedCase
Parameter Taxable.setFeeReceivers(address,address,address)._giveawayFeeReceiver (#156) is not in mixedCase
Variable Taxable._excluded (#128) is not in mixedCase
Function IDEXRouter.WETH() (#172) is not in mixedCase
Parameter BabyBlastoiseInu.setSwapBackSettings(bool,uint256,uint256,bool)._takingFees (#473) is not in mixedCase
Parameter BabyBlastoiseInu.setSwapBackSettings(bool,uint256,uint256,bool)._amountS (#473) is not in mixedCase
Parameter BabyBlastoiseInu.setSwapBackSettings(bool,uint256,uint256,bool)._amountL (#473) is not in mixedCase
Parameter BabyBlastoiseInu.setSwapBackSettings(bool,uint256,uint256,bool)._alternate (#473) is not in mixedCase
Constant BabyBlastoiseInu.mainnetRouter (#266) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BabyBlastoiseInu._name (#271) is not in mixedCase
Variable BabyBlastoiseInu._symbol (#272) is not in mixedCase
Constant BabyBlastoiseInu._decimals (#273) is not in UPPER_CASE_WITH_UNDERSCORES
Variable BabyBlastoiseInu._totalSupply (#278) is not in mixedCase
Variable BabyBlastoiseInu._maxWalletSize (#279) is not in mixedCase
Variable BabyBlastoiseInu._balances (#284) is not in mixedCase
Variable BabyBlastoiseInu._allowances (#285) is not in mixedCase
Constant BabyBlastoiseInu.marketingFee (#287) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBlastoiseInu.giveawayFee (#288) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBlastoiseInu.liquidityFee (#289) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBlastoiseInu.charityFee (#290) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBlastoiseInu.devFee (#291) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBlastoiseInu.totalFee (#292) is not in UPPER_CASE_WITH_UNDERSCORES
Constant BabyBlastoiseInu.feeDenominator (#293) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

BabyBlastoiseInu.constructor(string,string,uint256) (#299-321) uses literals with too many digits:
- smallSwapThreshold = _totalSupply.mul(473593726).div(100000000000) (#310)
BabyBlastoiseInu.constructor(string,string,uint256) (#299-321) uses literals with too many digits:
- largeSwapThreshold = _totalSupply.mul(516445130).div(100000000000) (#311)
BabyBlastoiseInu.slitherConstructorVariables() (#263-575) uses literals with too many digits:
- _totalSupply = 100000000000 * (10 ** _decimals) (#278)
BabyBlastoiseInu.slitherConstructorConstantVariables() (#263-575) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#268)
BabyBlastoiseInu.slitherConstructorConstantVariables() (#263-575) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#269)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#108-111)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#117-121)
viewBalance() should be declared external:
- BabyBlastoiseInu.viewBalance() (#360-362)
viewPairBalance() should be declared external:
- BabyBlastoiseInu.viewPairBalance() (#364)
transferLiquidity(address,uint256) should be declared external:
- BabyBlastoiseInu.transferLiquidity(address,uint256) (#388-403)
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:

Contract has 12% buy tax and 73% sell tax.
Taxes are extremely high (over 30%)

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.


Average 30d number of PancakeSwap swaps is less than 1. 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 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 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 price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for BabyBlastoiseInu