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 |
---|---|---|---|---|---|
ELAC | ERC-20 | 100 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9792882 | 5 years ago | | | 0 | 0.00012540500 | |
| 9616623 | 5 years ago | | | 0 | 0.00016142400 | |
| 9615711 | 5 years ago | | | 0 | 0.00016142400 | |
| 9615657 | 5 years ago | | | 0 | 0.00016142400 | |
| 9615539 | 5 years ago | | | 0 | 0.00016142400 | |
| 9615467 | 5 years ago | | | 0 | 0.00016142400 | |
| 9615325 | 5 years ago | | | 0 | 0.00016142400 | |
| 9615317 | 5 years ago | | | 0 | 0.00016142400 | |
| 9610266 | 5 years ago | | | 0 | 0.00016142400 | |
| 9610256 | 5 years ago | | | 0 | 0.00016142400 |
ABI
ABI objects
Getter at block 21316773
TransferAllowed() view returns (bool)
false
decimals() view returns (uint8)
18
name() view returns (string)
ELACoin
owner() view returns (address)
0x1f8c25b4138ecbd792241a415a359f37f4333fa1
symbol() view returns (string)
ELAC
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events burn(uint256 _value) returns (bool success)
disableTokenTransfer()
enableTokenTransfer()
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
TransferDisabled(bool arg0)
TransferEnabled(bool arg0)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.