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 "MesChain"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18834372 | a year ago | | | 0 | 0.0027555119 | |
| 17942930 | a year ago | | | 0 | 0.0013548499 | |
| 17933342 | a year ago | | | 0 | 0.00073086018 | |
| 17933298 | a year ago | | | 0 | 0.00053660389 | |
| 17923234 | a year ago | | | 0 | 0.0011554562 | |
| 17303782 | 2 years ago | | | 0 | 0.0016390652 | |
| 17285706 | 2 years ago | | | 0 | 0.0014959210 | |
| 17255001 | 2 years ago | | | 0 | 0.0012611434 | |
| 17254954 | 2 years ago | | | 0 | 0.0014634709 | |
| 17254907 | 2 years ago | | | 0 | 0.0015059210 |
ABI
ABI objects
Getter at block 21281773
decimals() view returns (uint256)
8
name() view returns (string)
MesChain
owner() view returns (address)
0x6fcc81b93593301b1cbfe5567a51015b7a281016
symbol() view returns (string)
MES
totalSupply() view returns (uint256)
439970023200000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
walletsLocking(address) view returns (uint256 lockedTokens, uint256 cliff)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool success)
bulkTransfer(address[] _wallets, uint256[] _tokens, uint256[] _unLockingDate)
burnTokens(uint256 _amount, address _account)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.