BabyMetaBank Token Logo

BMBANK [BabyMetaBank] Token

About BMBANK

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 6 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

BabyMetaBank.checkContractBalance() (#1043-1047) sends eth to arbitrary user
Dangerous calls:
- _contract.transfer(address(this).balance) (#1046)
BabyMetaBank.swapAndLiquify(uint256) (#1199-1236) sends eth to arbitrary user
Dangerous calls:
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in BabyMetaBank._transfer(address,address,uint256) (#1146-1197):
External calls:
- swapAndLiquify(contractTokenBalance) (#1184)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1248-1254)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1184)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _developerFee = _previousDeveloperFee (#1130)
- _developerFee = 0 (#1123)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _liquidityFee = _previousLiquidityFee (#1129)
- _liquidityFee = 0 (#1122)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _marketingFee = _previousMarketingFee (#1131)
- _marketingFee = 0 (#1124)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1095)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1330)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1339)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1331)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#991)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1350)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1341)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1351)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#993)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _rTotal = _rTotal.sub(rFee) (#1050)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1097)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#990)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1349)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1340)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#992)
Apply the check-effects-interactions pattern.

Additional information: link

BabyMetaBank.TeamReleaseLiquidity() (#1452-1471) ignores return value by liquidityToken.transfer(firstOwner(),amount) (#1463)
BabyMetaBank.TeamReleaseLiquidity() (#1452-1471) ignores return value by liquidityToken.transfer(firstOwner(),amount) (#1469)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

BabyMetaBank._isExcludedFromMaxWallet (#715) is never initialized. It is used in:
- BabyMetaBank._transfer(address,address,uint256) (#1146-1197)
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


Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.

BabyMetaBank.swapAndLiquify(uint256).sent (#1227) is written in both
(sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
(sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
BabyMetaBank.swapAndLiquify(uint256).data (#1227) is written in both
(sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
(sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
BabyMetaBank.swapAndLiquify(uint256).sent (#1227) is written in both
(sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
(sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
BabyMetaBank.swapAndLiquify(uint256).data (#1227) is written in both
(sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
(sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
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.


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.

BabyMetaBank.setMaxTx(uint256) (#920-922) should emit an event for:
- _maxTxAmount = maxTx * 10 ** 9 (#921)
BabyMetaBank.setMaxWallet(uint256) (#924-926) should emit an event for:
- _maxWallet = maxWallet * 10 ** 9 (#925)
BabyMetaBank.setMinTokensToSwap(uint256) (#1015-1017) should emit an event for:
- numTokensSellToAddToLiquidity = _minTokens * 10 ** 9 (#1016)
BabyMetaBank.setFees(uint256,uint256,uint256,uint256) (#1027-1033) should emit an event for:
- _taxFee = TaxFee (#1028)
- _developerFee = DevFee (#1029)
- _marketingFee = MarketingFee (#1030)
- _liquidityFee = LiquidityFee (#1031)
Emit an event for critical parameter changes.

Additional information: link

BabyMetaBank.setMarketingAddress(address).marketing (#1011) lacks a zero-check on :
- _marketingAddress = marketing (#1012)
BabyMetaBank.SetupLiquidityTokenAddress(address).liquidityTokenAddress (#1424) lacks a zero-check on :
- _liquidityTokenAddress = liquidityTokenAddress (#1425)
Check that the address is not zero.

Additional information: link

Reentrancy in BabyMetaBank._transfer(address,address,uint256) (#1146-1197):
External calls:
- swapAndLiquify(contractTokenBalance) (#1184)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1248-1254)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1184)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _previousDeveloperFee = _developerFee (#1118)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _previousLiquidityFee = _liquidityFee (#1117)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _previousMarketingFee = _marketingFee (#1119)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _previousTaxFee = _taxFee (#1116)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1051)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- _taxFee = _previousTaxFee (#1128)
- _taxFee = 0 (#1121)
Reentrancy in BabyMetaBank.constructor() (#786-846):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#793-794)
State variables written after the call(s):
- _balances[msg.sender] = _totalSupply (#833)
- _developerAddress1 = address(0x8DB2da1Fd6AdC5a92e4e27aDFAaca102a1a28db0) (#800)
- _developerAddress2 = address(0xC6EeE21b5474766F9671C17eE8435Bc02CaDAC1B) (#801)
- _isExcludedFromFee[owner()] = true (#804)
- _isExcludedFromFee[address(this)] = true (#805)
- _isExcludedFromFee[address(0x2C218b05fF792D808296C59908a5683d6Fd1a150)] = true (#806)
- _isExcludedFromFee[address(0x1D6d4973FDCEc8387aeB806EC8927568Ea36Bb98)] = true (#807)
- _isExcludedFromFee[address(0x68547A89E14137bc3a2a3cE424d2132e17eCc66f)] = true (#808)
- _isExcludedFromFee[address(0x9FDe85bB085Cb14FAaE65220853A5816B5d604F0)] = true (#809)
- _isExcludedFromFee[address(0x52CE3F6B58E385d315730F61FeD68B5965a993Aa)] = true (#810)
- _isExcludedFromFee[address(0xc0b08b0DE3aF5484d2E084176B4bEdDaFDC313ba)] = true (#811)
- _isExcludedFromFee[address(0x70d049C92F763e09bC46135A285CA21915D32a86)] = true (#812)
- _isExcludedFromFee[address(0x3df956E332A8b519492c5E906B17fE1A2C9B3422)] = true (#813)
- _isExcludedFromFee[address(0x8BD86E2919B4700A8BE1eF13dc5eb2b1488B33b6)] = true (#814)
- _isExcludedFromFee[address(0x1Caea95F5D6E5011D1eA3B4e2d96C4c89E4868a6)] = true (#815)
- _isExcludedFromFee[address(0xeba9141D8924aaB4da4F22C941Dd9290c4c2D987)] = true (#816)
- _isExcludedFromFee[address(0xaB8782B6aA15FEC1854b4B8F5bb5Dfed17f615D7)] = true (#817)
- _isExcludedFromFee[address(0xa2faB9d8b78A2Ffaa565098364eF395b2519bC48)] = true (#818)
- _isExcludedFromFee[address(0xc034F72B8800E4eEa2A775C2955b6c4aD713448B)] = true (#819)
- _isExcludedFromFee[address(0xa5fA6F6aB1C79e7d88Ad7956A8F29E3384Fe01A8)] = true (#820)
- _isExcludedFromFee[address(0xF186e20dEdd6198391268D7c69f6039ccDBF7019)] = true (#821)
- _isExcludedFromFee[address(0x1123362e36D604744b17a92a8590e66A3DDE003B)] = true (#822)
- _isExcludedFromFee[address(0xa34909b0a0b037171DAE9288B3EeDB38F49dc177)] = true (#823)
- _isExcludedFromFee[address(0x88968FA7F9F6959dC2a8C74CcC9DE786554Fc9fC)] = true (#824)
- _isExcludedFromFee[address(0x4FD75522f47E974a2D1c26F95c4192dD0cf9bAf8)] = true (#825)
- _isExcludedFromFee[address(0x9C0600adD84d81bA23b0e010D5d1463C87d24Fc2)] = true (#826)
- _isExcludedFromFee[address(0x9925e3781c5B8ddbd64C883794b4d17638177A27)] = true (#827)
- _isExcludedFromFee[address(0x20de19feA264DA9CA85F661712047C0c543d4B7c)] = true (#828)
- _isExcludedFromFee[address(0x9D75563bb1ACFAAe5d13e0281040d41839bb84Fe)] = true (#829)
- _isExcludedFromFee[address(0x1A4bB57EFAd3AF25e7b7ac6E043EF5fD6B9B762E)] = true (#830)
- _isExcludedFromMaxTx[owner()] = true (#840)
- _isExcludedFromMaxTx[address(this)] = true (#841)
- _isExcludedFromMaxTx[address(0x000000000000000000000000000000000000dEaD)] = true (#842)
- _isExcludedFromMaxTx[address(0)] = true (#843)
- _marketingAddress = address(0x18d1B9D00B9C2c71F609CfEda0e9B7d492524C3C) (#799)
- uniswapV2Router = _uniswapV2Router (#797)
Reentrancy in BabyMetaBank.swapAndLiquify(uint256) (#1199-1236):
External calls:
- swapTokensForEth(contractTokenBalance) (#1212)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1248-1254)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
- addLiquidity(liquidityPortion,finalBalance,address(this)) (#1232)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
External calls sending eth:
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
- addLiquidity(liquidityPortion,finalBalance,address(this)) (#1232)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
State variables written after the call(s):
- addLiquidity(liquidityPortion,finalBalance,address(this)) (#1232)
- _allowances[owner][spender] = amount (#1142)
Reentrancy in BabyMetaBank.transferFrom(address,address,uint256) (#891-896):
External calls:
- _transfer(sender,recipient,amount) (#893)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1248-1254)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
External calls sending eth:
- _transfer(sender,recipient,amount) (#893)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#894)
- _allowances[owner][spender] = amount (#1142)
Apply the check-effects-interactions pattern.

Additional information: link

BabyMetaBank.swapAndLiquify(uint256) (#1199-1236) performs a multiplication on the result of a division:
-developerBalance = newBalance.div(totalLiqFee).mul(_developerFee) (#1218)
BabyMetaBank.swapAndLiquify(uint256) (#1199-1236) performs a multiplication on the result of a division:
-marketingBalance = newBalance.div(totalLiqFee).mul(_marketingFee) (#1221)
Consider ordering multiplication before division.

Additional information: link

BabyMetaBank.addLiquidity(uint256,uint256,address) (#1257-1270) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
Ensure that all the return values of the function calls are used.

Additional information: link

BabyMetaBank.allowance(address,address).owner (#882) shadows:
- Ownable.owner() (#428-430) (function)
BabyMetaBank._approve(address,address,uint256).owner (#1138) shadows:
- Ownable.owner() (#428-430) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in BabyMetaBank._transfer(address,address,uint256) (#1146-1197):
External calls:
- swapAndLiquify(contractTokenBalance) (#1184)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1248-1254)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1184)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1334)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- Transfer(sender,recipient,tTransferAmount) (#1354)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- Transfer(sender,recipient,tTransferAmount) (#1344)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
- Transfer(sender,recipient,tTransferAmount) (#996)
- _tokenTransfer(from,to,amount,takeFee) (#1196)
Reentrancy in BabyMetaBank.constructor() (#786-846):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#793-794)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#836)
- Transfer(address(0),_msgSender(),_totalSupply) (#845)
Reentrancy in BabyMetaBank.swapAndLiquify(uint256) (#1199-1236):
External calls:
- swapTokensForEth(contractTokenBalance) (#1212)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1248-1254)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
- addLiquidity(liquidityPortion,finalBalance,address(this)) (#1232)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
External calls sending eth:
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
- addLiquidity(liquidityPortion,finalBalance,address(this)) (#1232)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1143)
- addLiquidity(liquidityPortion,finalBalance,address(this)) (#1232)
- SwapAndLiquify(liquidityPortion,newBalance,contractTokenBalance) (#1235)
Reentrancy in BabyMetaBank.transferFrom(address,address,uint256) (#891-896):
External calls:
- _transfer(sender,recipient,amount) (#893)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1248-1254)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
External calls sending eth:
- _transfer(sender,recipient,amount) (#893)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1262-1269)
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1143)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#894)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#479-484) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#481)
BabyMetaBank.transfer(address,uint256) (#876-880) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[_msgSender()],Wallet is still locked) (#877)
BabyMetaBank.transferFrom(address,address,uint256) (#891-896) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[sender],Wallet is still locked) (#892)
BabyMetaBank.checkBot(address,address) (#1357-1364) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_purchaseHistory[sender].add(_rateLimitSeconds) < block.timestamp,Error: Are you a bot?) (#1362)
BabyMetaBank._prolongLiquidityLock(uint256) (#1445-1449) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(newUnlockTime > _liquidityUnlockTime) (#1447)
BabyMetaBank.TeamReleaseLiquidity() (#1452-1471) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1454)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#278-287) uses assembly
- INLINE ASM (#285)
Address._functionCallWithValue(address,bytes,uint256,string) (#371-392) uses assembly
- INLINE ASM (#384-387)
Do not use evm assembly.

Additional information: link

BabyMetaBank.tradingEnabled() (#928-937) compares to a boolean constant:
-trading == true (#929)
BabyMetaBank._transfer(address,address,uint256) (#1146-1197) compares to a boolean constant:
-require(bool,string)(trading == true,Trading is not enabled) (#1155)
BabyMetaBank._transfer(address,address,uint256) (#1146-1197) compares to a boolean constant:
-_isExcludedFromMaxTx[from] == false && _isExcludedFromMaxTx[to] == false && _isExcludedFromMaxWallet[from] == false && _isExcludedFromMaxWallet[to] == false && to != uniswapV2Pair (#1154)
Remove the equality to the boolean constant.

Additional information: link

BabyMetaBank.includeInReward(address) (#975-986) has costly operations inside a loop:
- _excluded.pop() (#982)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#371-392) is never used and should be removed
Address.functionCall(address,bytes) (#331-333) is never used and should be removed
Address.functionCall(address,bytes,string) (#341-343) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#356-358) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#366-369) is never used and should be removed
Address.isContract(address) (#278-287) is never used and should be removed
Address.sendValue(address,uint256) (#305-311) is never used and should be removed
Context._msgData() (#248-251) is never used and should be removed
SafeMath.mod(uint256,uint256) (#221-223) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#237-240) is never used and should be removed
Remove unused functions.

Additional information: link

BabyMetaBank._rTotal (#729) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _totalSupply))
BabyMetaBank._previousTaxFee (#738) is set pre-construction with a non-constant function or state variable:
- _taxFee
BabyMetaBank._previousLiquidityFee (#741) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
BabyMetaBank._previousDeveloperFee (#744) is set pre-construction with a non-constant function or state variable:
- _developerFee
BabyMetaBank._previousMarketingFee (#747) is set pre-construction with a non-constant function or state variable:
- _marketingFee
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 (#10) 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 Address.sendValue(address,uint256) (#305-311):
- (success) = recipient.call{value: amount}() (#309)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#371-392):
- (success,returndata) = target.call{value: weiValue}(data) (#375)
Low level call in BabyMetaBank.swapAndLiquify(uint256) (#1199-1236):
- (sent,data) = _developerAddress1.call{value: developerBalance}() (#1227)
- (sent,data) = _developerAddress2.call{value: developerBalance}() (#1228)
- (sent,data) = _marketingAddress.call{value: marketingBalance}() (#1229)
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() (#525) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#526) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#543) is not in mixedCase
Function IUniswapV2Router01.WETH() (#565) is not in mixedCase
Event BabyMetaBankburningUpdated(bool) (#765) is not in CapWords
Event BabyMetaBanktradingUpdated(bool) (#766) is not in CapWords
Parameter BabyMetaBank.setMinTokensToSwap(uint256)._minTokens (#1015) is not in mixedCase
Parameter BabyMetaBank.setFees(uint256,uint256,uint256,uint256).TaxFee (#1027) is not in mixedCase
Parameter BabyMetaBank.setFees(uint256,uint256,uint256,uint256).DevFee (#1027) is not in mixedCase
Parameter BabyMetaBank.setFees(uint256,uint256,uint256,uint256).MarketingFee (#1027) is not in mixedCase
Parameter BabyMetaBank.setFees(uint256,uint256,uint256,uint256).LiquidityFee (#1027) is not in mixedCase
Parameter BabyMetaBank.setSwapAndLiquifyEnabled(bool)._enabled (#1035) is not in mixedCase
Parameter BabyMetaBank.calculateTaxFee(uint256)._amount (#1100) is not in mixedCase
Parameter BabyMetaBank.calculateLiquidityPlusFees(uint256)._amount (#1106) is not in mixedCase
Function BabyMetaBank.SetupLiquidityTokenAddress(address) (#1424-1427) is not in mixedCase
Function BabyMetaBank.TeamlimitLiquidityReleaseTo20Percent() (#1438-1440) is not in mixedCase
Function BabyMetaBank.TeamUnlockLiquidityInSeconds(uint256) (#1442-1444) is not in mixedCase
Function BabyMetaBank.TeamReleaseLiquidity() (#1452-1471) is not in mixedCase
Variable BabyMetaBank._developerAddress1 (#722) is not in mixedCase
Variable BabyMetaBank._developerAddress2 (#723) is not in mixedCase
Variable BabyMetaBank._marketingAddress (#724) is not in mixedCase
Variable BabyMetaBank._taxFee (#737) is not in mixedCase
Variable BabyMetaBank._liquidityFee (#740) is not in mixedCase
Variable BabyMetaBank._developerFee (#743) is not in mixedCase
Variable BabyMetaBank._marketingFee (#746) is not in mixedCase
Variable BabyMetaBank._maxWallet (#756) is not in mixedCase
Variable BabyMetaBank._maxTxAmount (#757) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#249)" inContext (#243-252)
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 (#570) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#571)
Variable BabyMetaBank._developerAddress1 (#722) is too similar to BabyMetaBank._developerAddress2 (#723)
Variable BabyMetaBank._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1071) is too similar to BabyMetaBank._transferBothExcluded(address,address,uint256).tTransferAmount (#989)
Variable BabyMetaBank._transferBothExcluded(address,address,uint256).rTransferAmount (#989) is too similar to BabyMetaBank._transferFromExcluded(address,address,uint256).tTransferAmount (#1348)
Variable BabyMetaBank.reflectionFromToken(uint256,bool).rTransferAmount (#954) is too similar to BabyMetaBank._getValues(uint256).tTransferAmount (#1055)
Variable BabyMetaBank._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1071) is too similar to BabyMetaBank._transferFromExcluded(address,address,uint256).tTransferAmount (#1348)
Variable BabyMetaBank.reflectionFromToken(uint256,bool).rTransferAmount (#954) is too similar to BabyMetaBank._transferStandard(address,address,uint256).tTransferAmount (#1329)
Variable BabyMetaBank._transferStandard(address,address,uint256).rTransferAmount (#1329) is too similar to BabyMetaBank._transferStandard(address,address,uint256).tTransferAmount (#1329)
Variable BabyMetaBank._transferBothExcluded(address,address,uint256).rTransferAmount (#989) is too similar to BabyMetaBank._transferToExcluded(address,address,uint256).tTransferAmount (#1338)
Variable BabyMetaBank._transferToExcluded(address,address,uint256).rTransferAmount (#1338) is too similar to BabyMetaBank._transferFromExcluded(address,address,uint256).tTransferAmount (#1348)
Variable BabyMetaBank._getValues(uint256).rTransferAmount (#1056) is too similar to BabyMetaBank._transferFromExcluded(address,address,uint256).tTransferAmount (#1348)
Variable BabyMetaBank._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1071) is too similar to BabyMetaBank._transferToExcluded(address,address,uint256).tTransferAmount (#1338)
Variable BabyMetaBank.reflectionFromToken(uint256,bool).rTransferAmount (#954) is too similar to BabyMetaBank._getTValues(uint256).tTransferAmount (#1063)
Variable BabyMetaBank._transferToExcluded(address,address,uint256).rTransferAmount (#1338) is too similar to BabyMetaBank._transferToExcluded(address,address,uint256).tTransferAmount (#1338)
Variable BabyMetaBank._transferFromExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to BabyMetaBank._transferFromExcluded(address,address,uint256).tTransferAmount (#1348)
Variable BabyMetaBank._getValues(uint256).rTransferAmount (#1056) is too similar to BabyMetaBank._transferToExcluded(address,address,uint256).tTransferAmount (#1338)
Variable BabyMetaBank._transferBothExcluded(address,address,uint256).rTransferAmount (#989) is too similar to BabyMetaBank._transferStandard(address,address,uint256).tTransferAmount (#1329)
Variable BabyMetaBank._transferFromExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to BabyMetaBank._transferToExcluded(address,address,uint256).tTransferAmount (#1338)
Variable BabyMetaBank.reflectionFromToken(uint256,bool).rTransferAmount (#954) is too similar to BabyMetaBank._transferBothExcluded(address,address,uint256).tTransferAmount (#989)
Variable BabyMetaBank._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1071) is too similar to BabyMetaBank._transferStandard(address,address,uint256).tTransferAmount (#1329)
Variable BabyMetaBank._transferBothExcluded(address,address,uint256).rTransferAmount (#989) is too similar to BabyMetaBank._getTValues(uint256).tTransferAmount (#1063)
Variable BabyMetaBank._getValues(uint256).rTransferAmount (#1056) is too similar to BabyMetaBank._transferStandard(address,address,uint256).tTransferAmount (#1329)
Variable BabyMetaBank.reflectionFromToken(uint256,bool).rTransferAmount (#954) is too similar to BabyMetaBank._transferFromExcluded(address,address,uint256).tTransferAmount (#1348)
Variable BabyMetaBank._transferStandard(address,address,uint256).rTransferAmount (#1329) is too similar to BabyMetaBank._transferFromExcluded(address,address,uint256).tTransferAmount (#1348)
Variable BabyMetaBank._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1071) is too similar to BabyMetaBank._getTValues(uint256).tTransferAmount (#1063)
Variable BabyMetaBank._getValues(uint256).rTransferAmount (#1056) is too similar to BabyMetaBank._getTValues(uint256).tTransferAmount (#1063)
Variable BabyMetaBank._transferStandard(address,address,uint256).rTransferAmount (#1329) is too similar to BabyMetaBank._transferToExcluded(address,address,uint256).tTransferAmount (#1338)
Variable BabyMetaBank.reflectionFromToken(uint256,bool).rTransferAmount (#954) is too similar to BabyMetaBank._transferToExcluded(address,address,uint256).tTransferAmount (#1338)
Variable BabyMetaBank._transferBothExcluded(address,address,uint256).rTransferAmount (#989) is too similar to BabyMetaBank._transferBothExcluded(address,address,uint256).tTransferAmount (#989)
Variable BabyMetaBank._transferStandard(address,address,uint256).rTransferAmount (#1329) is too similar to BabyMetaBank._getValues(uint256).tTransferAmount (#1055)
Variable BabyMetaBank._transferFromExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to BabyMetaBank._transferStandard(address,address,uint256).tTransferAmount (#1329)
Variable BabyMetaBank._transferToExcluded(address,address,uint256).rTransferAmount (#1338) is too similar to BabyMetaBank._transferStandard(address,address,uint256).tTransferAmount (#1329)
Variable BabyMetaBank._transferFromExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to BabyMetaBank._getTValues(uint256).tTransferAmount (#1063)
Variable BabyMetaBank._getValues(uint256).rTransferAmount (#1056) is too similar to BabyMetaBank._transferBothExcluded(address,address,uint256).tTransferAmount (#989)
Variable BabyMetaBank._transferFromExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to BabyMetaBank._transferBothExcluded(address,address,uint256).tTransferAmount (#989)
Variable BabyMetaBank._transferToExcluded(address,address,uint256).rTransferAmount (#1338) is too similar to BabyMetaBank._getTValues(uint256).tTransferAmount (#1063)
Variable BabyMetaBank._transferBothExcluded(address,address,uint256).rTransferAmount (#989) is too similar to BabyMetaBank._getValues(uint256).tTransferAmount (#1055)
Variable BabyMetaBank._getValues(uint256).rTransferAmount (#1056) is too similar to BabyMetaBank._getValues(uint256).tTransferAmount (#1055)
Variable BabyMetaBank._transferToExcluded(address,address,uint256).rTransferAmount (#1338) is too similar to BabyMetaBank._transferBothExcluded(address,address,uint256).tTransferAmount (#989)
Variable BabyMetaBank._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1071) is too similar to BabyMetaBank._getValues(uint256).tTransferAmount (#1055)
Variable BabyMetaBank._transferFromExcluded(address,address,uint256).rTransferAmount (#1348) is too similar to BabyMetaBank._getValues(uint256).tTransferAmount (#1055)
Variable BabyMetaBank._transferStandard(address,address,uint256).rTransferAmount (#1329) is too similar to BabyMetaBank._getTValues(uint256).tTransferAmount (#1063)
Variable BabyMetaBank._transferToExcluded(address,address,uint256).rTransferAmount (#1338) is too similar to BabyMetaBank._getValues(uint256).tTransferAmount (#1055)
Variable BabyMetaBank._transferStandard(address,address,uint256).rTransferAmount (#1329) is too similar to BabyMetaBank._transferBothExcluded(address,address,uint256).tTransferAmount (#989)
Prevent variables from having similar names.

Additional information: link

BabyMetaBank.constructor() (#786-846) uses literals with too many digits:
- _isExcludedFromMaxTx[address(0x000000000000000000000000000000000000dEaD)] = true (#842)
BabyMetaBank.letsGoLive() (#1376-1410) uses literals with too many digits:
- setMaxWallet(20000000000) (#1379)
BabyMetaBank.letsGoLive() (#1376-1410) uses literals with too many digits:
- setMaxTx(10000000000) (#1380)
BabyMetaBank.letsGetStarted() (#1412-1420) uses literals with too many digits:
- setMaxWallet(20000000000) (#1415)
BabyMetaBank.letsGetStarted() (#1412-1420) uses literals with too many digits:
- setMaxTx(25000000000) (#1416)
BabyMetaBank.slitherConstructorVariables() (#702-1473) uses literals with too many digits:
- _totalSupply = 1000000000000 * 10 ** 9 (#728)
BabyMetaBank.slitherConstructorVariables() (#702-1473) uses literals with too many digits:
- _maxWallet = 20000000000 * 10 ** 9 (#756)
BabyMetaBank.slitherConstructorVariables() (#702-1473) uses literals with too many digits:
- _maxTxAmount = 10000000000 * 10 ** 9 (#757)
BabyMetaBank.slitherConstructorVariables() (#702-1473) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 2500000000 * 10 ** 9 (#759)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BabyMetaBank._decimals (#734) should be constant
BabyMetaBank._name (#732) should be constant
BabyMetaBank._rateLimitSeconds (#761) should be constant
BabyMetaBank._symbol (#733) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#451-454)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#460-464)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#466-468)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#471-476)
unlock() should be declared external:
- Ownable.unlock() (#479-484)
lockTimeOfWallet() should be declared external:
- BabyMetaBank.lockTimeOfWallet() (#851-853)
name() should be declared external:
- BabyMetaBank.name() (#855-857)
symbol() should be declared external:
- BabyMetaBank.symbol() (#859-861)
decimals() should be declared external:
- BabyMetaBank.decimals() (#863-865)
transfer(address,uint256) should be declared external:
- BabyMetaBank.transfer(address,uint256) (#876-880)
allowance(address,address) should be declared external:
- BabyMetaBank.allowance(address,address) (#882-884)
approve(address,uint256) should be declared external:
- BabyMetaBank.approve(address,uint256) (#886-889)
transferFrom(address,address,uint256) should be declared external:
- BabyMetaBank.transferFrom(address,address,uint256) (#891-896)
increaseAllowance(address,uint256) should be declared external:
- BabyMetaBank.increaseAllowance(address,uint256) (#898-901)
decreaseAllowance(address,uint256) should be declared external:
- BabyMetaBank.decreaseAllowance(address,uint256) (#903-906)
isExcludedFromReward(address) should be declared external:
- BabyMetaBank.isExcludedFromReward(address) (#908-910)
totalFees() should be declared external:
- BabyMetaBank.totalFees() (#912-914)
lockWallet(uint256) should be declared external:
- BabyMetaBank.lockWallet(uint256) (#916-918)
tradingEnabled() should be declared external:
- BabyMetaBank.tradingEnabled() (#928-937)
deliver(uint256) should be declared external:
- BabyMetaBank.deliver(uint256) (#939-946)
reflectionFromToken(uint256,bool) should be declared external:
- BabyMetaBank.reflectionFromToken(uint256,bool) (#948-957)
excludeFromReward(address) should be declared external:
- BabyMetaBank.excludeFromReward(address) (#965-973)
excludeFromFee(address) should be declared external:
- BabyMetaBank.excludeFromFee(address) (#999-1001)
isExcludedFromMaxTx(address) should be declared external:
- BabyMetaBank.isExcludedFromMaxTx(address) (#1003-1005)
excludeOrIncludeFromMaxTx(address,bool) should be declared external:
- BabyMetaBank.excludeOrIncludeFromMaxTx(address,bool) (#1007-1009)
setMarketingAddress(address) should be declared external:
- BabyMetaBank.setMarketingAddress(address) (#1011-1013)
showMarketingaddress() should be declared external:
- BabyMetaBank.showMarketingaddress() (#1019-1021)
includeInFee(address) should be declared external:
- BabyMetaBank.includeInFee(address) (#1023-1025)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BabyMetaBank.setSwapAndLiquifyEnabled(bool) (#1035-1038)
isExcludedFromFee(address) should be declared external:
- BabyMetaBank.isExcludedFromFee(address) (#1134-1136)
burn(address,uint256) should be declared external:
- BabyMetaBank.burn(address,uint256) (#1301-1304)
SetupLiquidityTokenAddress(address) should be declared external:
- BabyMetaBank.SetupLiquidityTokenAddress(address) (#1424-1427)
TeamlimitLiquidityReleaseTo20Percent() should be declared external:
- BabyMetaBank.TeamlimitLiquidityReleaseTo20Percent() (#1438-1440)
TeamUnlockLiquidityInSeconds(uint256) should be declared external:
- BabyMetaBank.TeamUnlockLiquidityInSeconds(uint256) (#1442-1444)
TeamReleaseLiquidity() should be declared external:
- BabyMetaBank.TeamReleaseLiquidity() (#1452-1471)
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.


Number of Binance Smart Chain (BSC) token holders is low.


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 Telegram and Twitter accounts


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


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 BMBANK