MEXC Token
Verified contract
Active on
Ethereum with 11,054 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MEXC | ERC-20 | 148.24155K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
STT | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19786606 | 6 months ago | | | 0 | 0.00015160381 | |
| 18879429 | 10 months ago | | | 0 | 0.0016618739 | |
| 14319634 | 3 years ago | | | 0 | 0.0013834095 | |
| 14117325 | 3 years ago | | | 0 | 0.0047715763 | |
| 14116598 | 3 years ago | | | 0 | 0.011595429 | |
| 13899723 | 3 years ago | | | 0 | 0.0058780469 | |
| 13898957 | 3 years ago | | | 0 | 0.010148257 | |
| 13878901 | 3 years ago | | | 0 | 0.0031848100 | |
| 13820534 | 3 years ago | | | 0 | 0.0037384170 | |
| 13820377 | 3 years ago | | | 0 | 0.0033958705 |
ABI
ABI objects
Getter at block 21158216
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
isTransferAllowed() view returns (bool)
true
maxSupply() view returns (uint256)
1714285714000000000000000000
name() view returns (string)
MEXC Token
owner() view returns (address)
0x77733defb072d75af02a4415f60212925e6bcf95
symbol() view returns (string)
MEXC
totalSupply() view returns (uint256)
1516835621961381670952000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isLocked(address _addr) view returns (bool)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
allowTransfers() returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 value)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disallowTransfers() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseSupply(uint256 supply) returns (bool)
lockAddress(address _addr)
mint(address account, uint256 amount) returns (bool)
mintThenLock(address account, uint256 amount) returns (bool)
removeMinter(address account)
renameToken(string _symbol, string _name)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlockAddress(address _addr)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
burnTokenEvent(address account, uint256 value)
lockAddressEvent(address account)
supplyHasIncreased(uint256 newSupply)
tokenIsRenamed(string symbol, string name)
unlockAddressEvent(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.