Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MESS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17963948 | a year ago | | | 0 | 0.0011464079 | |
| 17963946 | a year ago | | | 0 | 0.0011375319 | |
| 17725999 | a year ago | | | 0 | 0.0016248919 | |
| 17724529 | a year ago | | | 0 | 0.0024204275 | |
| 17691160 | a year ago | | | 0 | 0.0016987913 | |
| 17588161 | a year ago | | | 0 | 0.0022987591 | |
| 17561292 | a year ago | | | 0 | 0.0023815594 | |
| 17553567 | a year ago | | | 0 | 0.0010382358 | |
| 17553538 | a year ago | | | 0 | 0.0010393894 | |
| 17539770 | a year ago | | | 0 | 0.0013263036 |
ABI
ABI objects
Getter at block 21296955
config() view returns (address)
0xf86cf46a6a9cf508362773eb1cf1f3ebf93373ce
decimals() view returns (uint8)
18
name() view returns (string)
MESS
paused() view returns (bool)
false
symbol() view returns (string)
MESS
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchTransfer(struct MESSTransferParam[] transfers)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount)
pause()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address config_)
This contract contains no fallback and receive objects.
This contract contains no error objects.