Energy Ledger
Verified contract
Active on
Ethereum with 2,707 txns
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 |
---|---|---|---|---|---|
ELX | ERC-20 | 189.196521K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21088067 | 14 days ago | | | 0 | 0.00016799375 | |
| 20934739 | a month ago | | | 0 | 0.00018518464 | |
| 20694679 | 2 months ago | | | 0 | 0.000081635356 | |
| 20528037 | 3 months ago | | | 0 | 0.00029968286 | |
| 20508151 | 3 months ago | | | 0 | 0.000027459165 | |
| 19148932 | 9 months ago | | | 0 | 0.00097008734 | |
| 19148761 | 9 months ago | | | 0 | 0.00091485976 | |
| 19134325 | 9 months ago | | | 0 | 0.00071141027 | |
| 19071566 | 10 months ago | | | 0 | 0.00071318884 | |
| 18952101 | 10 months ago | | | 0 | 0.00059135614 |
ABI
ABI objects
Getter at block 21191119
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[0xAA51B45Af89b499F6a950514FBe5d4764974acf8]
granularity() view returns (uint256)
1
name() view returns (string)
Energy Ledger
symbol() view returns (string)
ELX
totalSupply() view returns (uint256)
714000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
revokeOperator(address operator)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address[] defaultOperators, uint256 totalSupply, address feeReceiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.