MetaLegends Token Logo

METAL [MetaLegends] Token

ALERT: honeypot scam

About METAL

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

The purpose of Meta Legends is to create our own Metaverse : META LIFE.
You will be the instigators of this new world thanks to a future DAO.
You will be a member of the community, and will decide about the future of META LIFE.
You will be able to incarnate your own Legend in this Metaverse where the possibilities will be infinite similarly to the gaming world (FPS games, competitions, Spatial races, Easter eggs) as well as events like concerts, festivals etc.
You will also have the possibility to generate income in this Metaverse thanks to the Play to Earn technology.
You will be the owner of your own Land, house, vehicles, and several other incredible assets !
We are also working on a proprietary system where a land will have a real value (we are very well aware and sensitive about supply and ownership problems in virtual worlds, and definitely aim to solve this).
Discover all the possibilities that Meta Life will propose by clicking there.

Social

Laser Scorebeta Last Audit: 6 August 2022

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

Anti-Scam

Links

ERC20Contract.swap(uint256) (#292-295) ignores return value by this.transferFrom(_msgSender(),address(this),amount) (#293)
ERC20Contract.swap(uint256) (#292-295) ignores return value by swapWallet.transfer(_msgSender(),amount / 100) (#294)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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

ERC20Contract.constructor() (#172-187) performs a multiplication on the result of a division:
-_mint(marketingWallet,(_fixedTotalSupply / 1000) * 16) (#185)
ERC20Contract.constructor() (#172-187) performs a multiplication on the result of a division:
-_mint(liquidityWallet,(_fixedTotalSupply / 1000) * 145) (#186)
ERC20Contract.transfer(address,uint256) (#229-244) performs a multiplication on the result of a division:
-tax = ((amount / 100) * taxFee) (#237)
ERC20Contract.transfer(address,uint256) (#229-244) performs a multiplication on the result of a division:
-_transfer(_msgSender(),jackpotWallet,(tax / 5) * 4) (#238)
ERC20Contract.transferFrom(address,address,uint256) (#266-290) performs a multiplication on the result of a division:
-tax = ((amount / 100) * taxFee) (#273)
ERC20Contract.transferFrom(address,address,uint256) (#266-290) performs a multiplication on the result of a division:
-_transfer(sender,jackpotWallet,(tax / 5) * 4) (#274)
Consider ordering multiplication before division.

Additional information: link

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

Additional information: link

ERC20Contract._fixedTotalSupply (#163) is set pre-construction with a non-constant function or state variable:
- 1000 * 10 ** 12 * 10 ** decimals()
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.0 (#6) allows old versions
Pragma version^0.8.0 (#33) allows old versions
Pragma version^0.8.0 (#118) allows old versions
Pragma version^0.8.0 (#147) 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

Parameter ERC20Contract.addControllers(address)._controller (#414) is not in mixedCase
Parameter ERC20Contract.removeControllers(address)._controller (#419) is not in mixedCase
Parameter ERC20Contract.setSwapWallet(address)._swapWallet (#424) is not in mixedCase
Parameter ERC20Contract.setTaxFee(uint8)._taxFee (#438) is not in mixedCase
Parameter ERC20Contract.setTaxFree(address)._account (#442) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

ERC20Contract.jackpotWallet (#169) should be constant
ERC20Contract.liquidityWallet (#168) should be constant
ERC20Contract.marketingWallet (#167) should be constant
ERC20Contract.peWallet (#166) should be constant
ERC20Contract.teamWallet (#165) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

ERC20Contract._mint(address,uint256) (#360-370) has costly operations inside a loop:
- _totalSupply += amount (#365)
Use a local variable to hold the loop computation result.

Additional information: link

name() should be declared external:
- ERC20Contract.name() (#203-205)
symbol() should be declared external:
- ERC20Contract.symbol() (#207-209)
totalSupply() should be declared external:
- ERC20Contract.totalSupply() (#215-217)
balanceOf(address) should be declared external:
- ERC20Contract.balanceOf(address) (#219-227)
transfer(address,uint256) should be declared external:
- ERC20Contract.transfer(address,uint256) (#229-244)
allowance(address,address) should be declared external:
- ERC20Contract.allowance(address,address) (#246-254)
approve(address,uint256) should be declared external:
- ERC20Contract.approve(address,uint256) (#256-264)
transferFrom(address,address,uint256) should be declared external:
- ERC20Contract.transferFrom(address,address,uint256) (#266-290)
swap(uint256) should be declared external:
- ERC20Contract.swap(uint256) (#292-295)
increaseAllowance(address,uint256) should be declared external:
- ERC20Contract.increaseAllowance(address,uint256) (#297-308)
decreaseAllowance(address,uint256) should be declared external:
- ERC20Contract.decreaseAllowance(address,uint256) (#310-325)
mint(address,uint256) should be declared external:
- ERC20Contract.mint(address,uint256) (#352-354)
burn(address,uint256) should be declared external:
- ERC20Contract.burn(address,uint256) (#356-358)
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 has only one trading pair


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 crawl data from the website


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Token was delisted from CoinGecko

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is not listed at Mobula.Finance

Additional information: link


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has no active CoinGecko listing / rank


Young tokens have high risks of price dump / death

Price for METAL