AuthereumEnsResolver
Verified contract
Active on
Ethereum with 7 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3141…259b
Balances ($0.00)
No balances found for "AuthereumEnsResolver"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11004675 | 4 years ago | | | 0 | 0.0025107300 | |
| 11004673 | 4 years ago | | | 0 | 0.0012395200 | |
| 11004672 | 4 years ago | | | 0 | 0.0012414400 | |
| 8865619 | 5 years ago | | | 0 | 0.000059932000 | |
| 8835710 | 5 years ago | | | 0 | 0.000089914000 | |
| 8633202 | 5 years ago | | | 0 | 0.00067435500 | |
| 8633197 | 5 years ago | | | 0 | 0.00067243500 |
ABI
ABI objects
Getter at block 21198970
authereumEnsManager() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0b928d5d30cfe2b815461c08e93c0d545eb5dd3a
timelockContract() view returns (address)
0xa80000228cf1a6d4d267aa7ea2ba5841d1952d1c
Read-only
addr(bytes32 node) view returns (address)
isOwner(address _potentialOwner) view returns (bool)
managers(address) view returns (bool)
name(bytes32 node) view returns (string)
supportsInterface(bytes4 interfaceID) pure returns (bool)
State-modifying
Events addManager(address _manager)
changeOwner(address _newOwner)
revokeManager(address _manager)
setAddr(bytes32 node, address addr)
setName(bytes32 node, string name)
AddrChanged(bytes32 indexed node, address a)
ManagerAdded(address indexed _manager)
ManagerRevoked(address indexed _manager)
NameChanged(bytes32 indexed node, string name)
OwnerChanged(address indexed _newOwner)
constructor(address ensAddr, address _timelockContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.