MX Token Token Logo

MX Token

About MX

Listings

Token 3 years
CoinMarketCap 4 years

Website

Founded in 2018, MEXC Global is known as the exchange of high performance and mega transaction matching technology. The team at MEXC Global are some of the first movers and pioneers of financial and blockchain technology. Currently, MEXC Global caters to 6 million+ users in more than 70 countries around the world and we have just started. This magnificent achievement is a significant milestone, and MEXC Global aims to become the go-to platform for new traders and experienced investors as they move forward in their financial journey.

Laser Scorebeta Last Audit: 21 September 2022

report
Token seems to be legit.

TokenRecover.recoverERC20(address,uint256) (#1259-1267) ignores return value by IERC20(tokenAddress).transfer(owner(),tokenAmount) (#1266)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

Address.isContract(address) (#559-570) is declared view but contains assembly code
ERC165Checker._callERC165SupportsInterface(address,bytes4) (#688-720) is declared view but contains assembly code
Ensure the attributes of contracts compiled prior to Solidity 0.5.0 are correct.

Additional information: link

ERC20Detailed.constructor(string,string,uint8).name (#50) shadows:
- ERC20Detailed.name() (#59-61) (function)
ERC20Detailed.constructor(string,string,uint8).symbol (#50) shadows:
- ERC20Detailed.symbol() (#66-68) (function)
ERC20Detailed.constructor(string,string,uint8).decimals (#50) shadows:
- ERC20Detailed.decimals() (#73-75) (function)
ERC20Capped.constructor(uint256).cap (#494) shadows:
- ERC20Capped.cap() (#504-506) (function)
MXToken.constructor(string,string,uint8,uint256,uint256).name (#1286) shadows:
- ERC20Detailed.name() (#59-61) (function)
MXToken.constructor(string,string,uint8,uint256,uint256).symbol (#1287) shadows:
- ERC20Detailed.symbol() (#66-68) (function)
MXToken.constructor(string,string,uint8,uint256,uint256).decimals (#1288) shadows:
- ERC20Detailed.decimals() (#73-75) (function)
MXToken.constructor(string,string,uint8,uint256,uint256).cap (#1289) shadows:
- ERC20Capped.cap() (#504-506) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#559-570) uses assembly
- INLINE ASM (#568-569)
ERC165Checker._callERC165SupportsInterface(address,bytes4) (#688-720) uses assembly
- INLINE ASM (#702-720)
Do not use evm assembly.

Additional information: link

ERC165._registerInterface(bytes4) (#792-797) is never used and should be removed
ERC165Checker._callERC165SupportsInterface(address,bytes4) (#688-720) is never used and should be removed
ERC165Checker._supportsAllInterfaces(address,bytes4[]) (#635-654) is never used and should be removed
ERC165Checker._supportsERC165(address) (#598-607) is never used and should be removed
ERC165Checker._supportsERC165Interface(address,bytes4) (#667-678) is never used and should be removed
ERC165Checker._supportsInterface(address,bytes4) (#617-625) is never used and should be removed
SafeMath.div(uint256,uint256) (#108-114) is never used and should be removed
SafeMath.mod(uint256,uint256) (#140-143) is never used and should be removed
SafeMath.mul(uint256,uint256) (#91-103) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.4.24 (#36) allows old versions
Pragma version^0.4.24 (#80) allows old versions
Pragma version^0.4.24 (#148) allows old versions
Pragma version^0.4.24 (#361) allows old versions
Pragma version^0.4.24 (#408) allows old versions
Pragma version^0.4.24 (#453) allows old versions
Pragma version^0.4.24 (#483) allows old versions
Pragma version^0.4.24 (#516) allows old versions
Pragma version^0.4.24 (#545) allows old versions
Pragma version^0.4.24 (#576) allows old versions
Pragma version^0.4.24 (#725) allows old versions
Pragma version^0.4.24 (#747) allows old versions
Pragma version^0.4.24 (#802) allows old versions
Pragma version^0.4.24 (#899) allows old versions
Pragma version^0.4.24 (#934) allows old versions
Pragma version^0.4.24 (#968) allows old versions
Pragma version^0.4.24 (#1164) allows old versions
Pragma version^0.4.24 (#1242) allows old versions
Pragma version^0.4.24 (#1272) allows old versions
solc-0.4.24 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

Constant ERC165Checker._InterfaceId_Invalid (#585) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ERC165Checker._InterfaceId_ERC165 (#587) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ERC165._InterfaceId_ERC165 (#757) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ERC1363._InterfaceId_ERC1363Transfer (#993) is not in UPPER_CASE_WITH_UNDERSCORES
Constant ERC1363._InterfaceId_ERC1363Approve (#1001) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

name() should be declared external:
- ERC20Detailed.name() (#59-61)
symbol() should be declared external:
- ERC20Detailed.symbol() (#66-68)
decimals() should be declared external:
- ERC20Detailed.decimals() (#73-75)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#180-182)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#190-199)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#258-271)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#282-295)
addMinter(address) should be declared external:
- MinterRole.addMinter(address) (#432-434)
renounceMinter() should be declared external:
- MinterRole.renounceMinter() (#436-438)
mint(address,uint256) should be declared external:
- ERC20Mintable.mint(address,uint256) (#468-478)
cap() should be declared external:
- ERC20Capped.cap() (#504-506)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#529-531)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#538-540)
transferAndCall(address,uint256) should be declared external:
- ERC1363.transferAndCall(address,uint256) (#1017-1025)
- IERC1363.transferAndCall(address,uint256) (#837)
transferFromAndCall(address,address,uint256) should be declared external:
- ERC1363.transferFromAndCall(address,address,uint256) (#1047-1057)
- IERC1363.transferFromAndCall(address,address,uint256) (#857)
approveAndCall(address,uint256) should be declared external:
- ERC1363.approveAndCall(address,uint256) (#1080-1088)
- IERC1363.approveAndCall(address,uint256) (#881)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#1216-1219)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#1225-1227)
recoverERC20(address,uint256) should be declared external:
- TokenRecover.recoverERC20(address,uint256) (#1259-1267)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:
No disclosed threats
No disclosed threats


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

Additional information: link


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


Token is not listed at Mobula.Finance

Additional information: link

No disclosed threats

Price for MX

News for MX