MetatronToken
Verified contract
Active on
Ethereum with 6,088 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MetatronToken"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14790219 | 3 years ago | | | 0 | 0.0028100648 | |
| 9042429 | 5 years ago | | | 0 | 0.00010959500 | |
| 9027938 | 5 years ago | | | 0 | 0.000095029506 | |
| 9013540 | 5 years ago | | | 0 | 0.000040118100 | |
| 8938671 | 5 years ago | | | 0 | 0.0023392350 | |
| 8938669 | 5 years ago | | | 0 | 0.00036983000 | |
| 8559941 | 5 years ago | | | 0 | 0.00073966000 | |
| 8535361 | 5 years ago | | | 0 | 0.00088371100 | |
| 7675000 | 6 years ago | | | 0 | 0.0014053540 | |
| 7625187 | 6 years ago | | | 0 | 0.0019729220 |
ABI
ABI objects
Getter at block 21287450
decimals() view returns (uint8)
18
name() view returns (string)
MetatronToken
symbol() view returns (string)
MTM
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.