Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "ENSRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2333499 | a year ago | | | 0 | 0.000048322000 | |
| 2333496 | a year ago | | | 0 | 0.000049033000 | |
| 2333471 | a year ago | | | 0 | 0.000049033000 | |
| 2333466 | a year ago | | | 0 | 0.000049417000 | |
| 2333463 | a year ago | | | 0 | 0.000049021000 |
ABI
ABI objects
Getter at block 23170088
This contract contains no getter function objects.
Read-only
isApprovedForAll(address owner, address operator) view returns (bool)
owner(bytes32 node) view returns (address)
recordExists(bytes32 node) view returns (bool)
resolver(bytes32 node) view returns (address)
ttl(bytes32 node) view returns (uint64)
State-modifying
Events setApprovalForAll(address operator, bool approved)
setOwner(bytes32 node, address owner)
setRecord(bytes32 node, address owner, address resolver, uint64 ttl)
setResolver(bytes32 node, address resolver)
setSubnodeOwner(bytes32 node, bytes32 label, address owner) returns (bytes32)
setSubnodeRecord(bytes32 node, bytes32 label, address owner, address resolver, uint64 ttl)
setTTL(bytes32 node, uint64 ttl)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewOwner(bytes32 indexed node, bytes32 indexed label, address owner)
NewResolver(bytes32 indexed node, address resolver)
NewTTL(bytes32 indexed node, uint64 ttl)
Transfer(bytes32 indexed node, address owner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.