Meta18X Token Logo

META18X Token

About META18X

Listings

Not Found
Token 4 years

Website

Not Found

🚀 Meta18X Publish at Ethereum& BSC🚀

Meta18X is an adult live broadcast metaverse where users can create, experience, and monetize their adult content and applications powered by the Ethereum and Binance Smart Chain (BSC) blockchain. For mission’s sake, we dominantly aim at three objectives 👇

💰 Hefty fees abolishment.

🛸 Copyright protection.

🐟 Data safety and anonymization.

Delicate NFTs of sex toys will be delivered to users via Airdrop and our NFT Marketplace, with which users can be burnt for making their preferable influencers to perform the specific sexual movements during LIVE BROADCAST👀

Stay tuned for more details💋

Social

Laser Scorebeta Last Audit: 2 March 2022

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


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


Contract creator or owner is blacklisted for past scams

Contract locking ether found:
Contract Meta18X (#414-451) has payable functions:
- LiveRoom.constructor(address) (#386-388)
- Room.fallback() (#349-351)
- Room.receive() (#353-355)
- Meta18X.constructor(address,address) (#415-424)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

Meta18X.constructor(address,address)._actress (#417) shadows:
- Meta18X._actress() (#440-445) (function)
BEP20.constructor(string,string).name (#576) shadows:
- BEP20.name() (#585-587) (function)
BEP20.constructor(string,string).symbol (#576) shadows:
- BEP20.symbol() (#593-595) (function)
Rename the local variables that shadow another component.

Additional information: link

Modifier Meta18X.ifActress() (#428-434) does not always execute _; or revert
All the paths in a modifier must execute _ or revert.

Additional information: link

Address.isContract(address) (#246-253) uses assembly
- INLINE ASM (#249-251)
Address._functionCallWithValue(address,bytes,uint256,string) (#293-319) uses assembly
- INLINE ASM (#311-314)
Room._act(address) (#359-375) uses assembly
- INLINE ASM (#360-374)
LiveRoom._room() (#392-397) uses assembly
- INLINE ASM (#394-396)
LiveRoom._setLiveRoom(address) (#403-411) uses assembly
- INLINE ASM (#408-410)
Meta18X.constructor(address,address) (#415-424) uses assembly
- INLINE ASM (#421-423)
Meta18X._actress() (#440-445) uses assembly
- INLINE ASM (#442-444)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['0.6.12', '^0.6.0']
- ^0.6.0 (#5)
- ^0.6.0 (#166)
- 0.6.12 (#243)
- ^0.6.0 (#324)
- ^0.6.0 (#456)
- ^0.6.0 (#526)
- 0.6.12 (#1037)
Use one Solidity version.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#293-319) is never used and should be removed
Address.functionCall(address,bytes) (#263-265) is never used and should be removed
Address.functionCall(address,bytes,string) (#267-273) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#275-281) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#283-291) is never used and should be removed
Address.sendValue(address,uint256) (#255-261) is never used and should be removed
BEP20._burn(address,uint256) (#769-777) is never used and should be removed
BEP20._setupDecimals(uint8) (#807-809) is never used and should be removed
Context._msgData() (#341-344) is never used and should be removed
Room._room() (#357) is never used and should be removed
SafeMath.div(uint256,uint256) (#105-107) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#121-127) is never used and should be removed
SafeMath.mod(uint256,uint256) (#141-143) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#157-160) is never used and should be removed
SafeMath.mul(uint256,uint256) (#79-91) is never used and should be removed
SafeMath.sub(uint256,uint256) (#48-50) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.0 (#5) allows old versions
Pragma version^0.6.0 (#166) allows old versions
Pragma version^0.6.0 (#324) allows old versions
Pragma version^0.6.0 (#456) allows old versions
Pragma version^0.6.0 (#526) allows old versions
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) (#255-261):
- (success) = recipient.call{value: amount}() (#259)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#293-319):
- (success,returndata) = target.call{value: weiValue}(data) (#302)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable BEP20._balances (#557) is not in mixedCase
Variable BEP20._allowances (#559) is not in mixedCase
Variable BEP20._totalSupply (#561) is not in mixedCase
Function IUniswapV2Router01.WETH() (#831) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#998) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#999) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#1016) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#342)" inContext (#336-345)
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 (#836) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#837)
Prevent variables from having similar names.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#487-489)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#506-509)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#515-519)
name() should be declared external:
- BEP20.name() (#585-587)
symbol() should be declared external:
- BEP20.symbol() (#593-595)
totalSupply() should be declared external:
- BEP20.totalSupply() (#617-619)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#624-626)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#636-639)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#644-646)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#655-658)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#672-676)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#690-693)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#709-712)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

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.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


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


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 META18X