Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 21M | -- | -- | ||
ERC-20 | 8.889K | -- | -- | ||
EZT | ERC-20 | 213.49 | -- | -- | |
DIW | ERC-20 | 50 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
HMC | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453364 | 4 months ago | | | 0 | 0.000056636000 | |
| 17157483 | 2 years ago | | | 0 | 0.0020225400 | |
| 16106267 | 2 years ago | | | 0 | 0.00064349497 | |
| 15305704 | 2 years ago | | | 0 | 0.00032641799 | |
| 13931374 | 3 years ago | | | 0 | 0.0038480120 | |
| 13408395 | 3 years ago | | | 0 | 0.0046134040 | |
| 12438189 | 4 years ago | | | 0 | 0.0029153600 | |
| 12432368 | 4 years ago | | | 0 | 0.0049338660 | |
| 12011727 | 4 years ago | | | 0 | 0.0033919600 | |
| 11950659 | 4 years ago | | | 0 | 0.0037973601 |
ABI
ABI objects
Getter at block 21257249
decimals() view returns (uint8)
8
name() view returns (string)
EZToken
symbol() view returns (string)
EZT
totalSupply() view returns (uint256)
5000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
freezedAccounts(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) 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)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _founderAddress, address _year1, address _year2, address _year3, address _year4, address _year5, address _year6, address _year7, address _year8, address _year9, address _year10)
This contract contains no fallback and receive objects.
This contract contains no error objects.