Meta Outer BSC Token Logo

MOB [Meta Outer BSC] Token

About MOB

Listings

Not Found
Token 4 years

Website

Not Found

Let's escape to that virtual universe with the super spaceship Meta Outer. Let's explore what's outside of the Metaverse?
Telegram : https://t.co/zX69BMzN8H

Social

Laser Scorebeta Last Audit: 14 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...)

MetaOuterBSC.sendETHToFee(uint256) (#370-372) sends eth to arbitrary user
Dangerous calls:
- _teamAddress.transfer(amount) (#371)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MetaOuterBSC._transfer(address,address,uint256) (#303-354):
External calls:
- swapTokensForEth(contractTokenBalance) (#340)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#361-367)
External calls sending eth:
- sendETHToFee(address(this).balance) (#343)
- _teamAddress.transfer(amount) (#371)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#456)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#446)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#447)
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _rTotal = _rTotal.sub(rFee) (#460)
Reentrancy in MetaOuterBSC.openTrading() (#374-398):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#380-381)
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#382-389)
External calls sending eth:
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#382-389)
State variables written after the call(s):
- tradingOpen = true (#393)
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.


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.

MetaOuterBSC.openTrading() (#374-398) ignores return value by uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#382-389)
MetaOuterBSC.openTrading() (#374-398) ignores return value by IERC20(uniswapV2Pair).approve(address(uniswapV2Router),type()(uint256).max) (#394-397)
Ensure that all the return values of the function calls are used.

Additional information: link

MetaOuterBSC.allowance(address,address).owner (#229) shadows:
- Ownable.owner() (#102-104) (function)
MetaOuterBSC._approve(address,address,uint256).owner (#293) shadows:
- Ownable.owner() (#102-104) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.constructor().msgSender (#97) lacks a zero-check on :
- _owner = msgSender (#98)
MetaOuterBSC.constructor(address).addr1 (#191) lacks a zero-check on :
- _teamAddress = addr1 (#192)
Check that the address is not zero.

Additional information: link

Reentrancy in MetaOuterBSC._transfer(address,address,uint256) (#303-354):
External calls:
- swapTokensForEth(contractTokenBalance) (#340)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#361-367)
External calls sending eth:
- sendETHToFee(address(this).balance) (#343)
- _teamAddress.transfer(amount) (#371)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _tFeeTotal = _tFeeTotal.add(tFee) (#461)
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _taxFee = 3 (#288)
- _taxFee = 0 (#283)
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _teamFee = 5 (#289)
- _teamFee = 0 (#284)
Reentrancy in MetaOuterBSC.openTrading() (#374-398):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#380-381)
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#382-389)
External calls sending eth:
- uniswapV2Router.addLiquidityETH{value: address(this).balance}(address(this),balanceOf(address(this)),0,0,owner(),block.timestamp) (#382-389)
State variables written after the call(s):
- _maxTxAmount = 100000000 * 10 ** 9 (#392)
- cooldownEnabled = false (#391)
- swapEnabled = true (#390)
Reentrancy in MetaOuterBSC.transferFrom(address,address,uint256) (#247-262):
External calls:
- _transfer(sender,recipient,amount) (#252)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#361-367)
External calls sending eth:
- _transfer(sender,recipient,amount) (#252)
- _teamAddress.transfer(amount) (#371)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#253-260)
- _allowances[owner][spender] = amount (#299)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MetaOuterBSC._transfer(address,address,uint256) (#303-354):
External calls:
- swapTokensForEth(contractTokenBalance) (#340)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#361-367)
External calls sending eth:
- sendETHToFee(address(this).balance) (#343)
- _teamAddress.transfer(amount) (#371)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#450)
- _tokenTransfer(from,to,amount,takeFee) (#353)
Reentrancy in MetaOuterBSC.transferFrom(address,address,uint256) (#247-262):
External calls:
- _transfer(sender,recipient,amount) (#252)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#361-367)
External calls sending eth:
- _transfer(sender,recipient,amount) (#252)
- _teamAddress.transfer(amount) (#371)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#300)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#253-260)
Apply the check-effects-interactions pattern.

Additional information: link

MetaOuterBSC._transfer(address,address,uint256) (#303-354) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(cooldown[to] < block.timestamp) (#335)
Avoid relying on block.timestamp.

Additional information: link

Function IUniswapV2Router02.WETH() (#134) is not in mixedCase
Constant MetaOuterBSC._name (#156) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MetaOuterBSC._symbol (#157) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MetaOuterBSC._decimals (#158) is not in UPPER_CASE_WITH_UNDERSCORES
Constant MetaOuterBSC._tTotal (#166) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Reentrancy in MetaOuterBSC._transfer(address,address,uint256) (#303-354):
External calls:
- sendETHToFee(address(this).balance) (#343)
- _teamAddress.transfer(amount) (#371)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _rOwned[address(this)] = _rOwned[address(this)].add(rTeam) (#456)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#446)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#447)
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _rTotal = _rTotal.sub(rFee) (#460)
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _tFeeTotal = _tFeeTotal.add(tFee) (#461)
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _taxFee = 3 (#288)
- _taxFee = 0 (#283)
- _tokenTransfer(from,to,amount,takeFee) (#353)
- _teamFee = 5 (#289)
- _teamFee = 0 (#284)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#450)
- _tokenTransfer(from,to,amount,takeFee) (#353)
Reentrancy in MetaOuterBSC.transferFrom(address,address,uint256) (#247-262):
External calls:
- _transfer(sender,recipient,amount) (#252)
- _teamAddress.transfer(amount) (#371)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#253-260)
- _allowances[owner][spender] = amount (#299)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#300)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#253-260)
Apply the check-effects-interactions pattern.

Additional information: link

Variable MetaOuterBSC._transferStandard(address,address,uint256).rTransferAmount (#440) is too similar to MetaOuterBSC._getTValues(uint256,uint256,uint256).tTransferAmount (#501)
Variable MetaOuterBSC._getValues(uint256).rTransferAmount (#481) is too similar to MetaOuterBSC._getTValues(uint256,uint256,uint256).tTransferAmount (#501)
Variable MetaOuterBSC._transferStandard(address,address,uint256).rTransferAmount (#440) is too similar to MetaOuterBSC._transferStandard(address,address,uint256).tTransferAmount (#442)
Variable MetaOuterBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#522) is too similar to MetaOuterBSC._getTValues(uint256,uint256,uint256).tTransferAmount (#501)
Variable MetaOuterBSC._getValues(uint256).rTransferAmount (#481) is too similar to MetaOuterBSC._getValues(uint256).tTransferAmount (#478)
Variable MetaOuterBSC._getValues(uint256).rTransferAmount (#481) is too similar to MetaOuterBSC._transferStandard(address,address,uint256).tTransferAmount (#442)
Variable MetaOuterBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#522) is too similar to MetaOuterBSC._transferStandard(address,address,uint256).tTransferAmount (#442)
Variable MetaOuterBSC._transferStandard(address,address,uint256).rTransferAmount (#440) is too similar to MetaOuterBSC._getValues(uint256).tTransferAmount (#478)
Variable MetaOuterBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#522) is too similar to MetaOuterBSC._getValues(uint256).tTransferAmount (#478)
Prevent variables from having similar names.

Additional information: link

MetaOuterBSC.openTrading() (#374-398) uses literals with too many digits:
- _maxTxAmount = 100000000 * 10 ** 9 (#392)
MetaOuterBSC.slitherConstructorConstantVariables() (#153-544) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 9 (#166)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#90) is never used in MetaOuterBSC (#153-544)
MetaOuterBSC._tOwned (#162) is never used in MetaOuterBSC (#153-544)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#90) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#111-114)
name() should be declared external:
- MetaOuterBSC.name() (#200-202)
symbol() should be declared external:
- MetaOuterBSC.symbol() (#204-206)
decimals() should be declared external:
- MetaOuterBSC.decimals() (#208-210)
totalSupply() should be declared external:
- MetaOuterBSC.totalSupply() (#212-214)
transfer(address,uint256) should be declared external:
- MetaOuterBSC.transfer(address,uint256) (#220-227)
allowance(address,address) should be declared external:
- MetaOuterBSC.allowance(address,address) (#229-236)
approve(address,uint256) should be declared external:
- MetaOuterBSC.approve(address,uint256) (#238-245)
transferFrom(address,address,uint256) should be declared external:
- MetaOuterBSC.transferFrom(address,address,uint256) (#247-262)
setBots(address[]) should be declared external:
- MetaOuterBSC.setBots(address[]) (#412-416)
delBot(address) should be declared external:
- MetaOuterBSC.delBot(address) (#418-420)
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.


Telegram account has less than 100 subscribers


Twitter account has less than 100 followers


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


Twitter account has few posts


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


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


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 MOB

News for MOB