AuthereumEnsResolver
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
6
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) |
---|---|---|---|---|---|---|---|
| 11004661 | 4 years ago | | | 0 | 0.0023158980 |
ABI
ABI objects
Getter at block 20848214
authereumEnsResolverVersion() view returns (string)
2019111500
owner() view returns (address)
0x0b928d5d30cfe2b815461c08e93c0d545eb5dd3a
timelockContract() view returns (address)
0xa80000228cf1a6d4d267aa7ea2ba5841d1952d1c
Read-only
addr(bytes32 _node) view returns (address)
addrs(bytes32) view returns (address)
contenthash(bytes32 node) view returns (bytes)
hashes(bytes32) view returns (bytes)
isOwner(address _potentialOwner) view returns (bool)
managers(address) view returns (bool)
name(bytes32 _node) view returns (string)
names(bytes32) view returns (string)
supportsInterface(bytes4 _interfaceID) pure returns (bool)
text(bytes32 node, string key) view returns (string)
texts(bytes32, string) view returns (string)
State-modifying
Events addManager(address _manager)
changeOwner(address _newOwner)
revokeManager(address _manager)
setAddr(bytes32 _node, address _addr)
setContenthash(bytes32 node, bytes hash)
setName(bytes32 _node, string _name)
setText(bytes32 node, string key, string value)
AddrChanged(bytes32 indexed node, address a)
ContenthashChanged(bytes32 indexed node, bytes hash)
ManagerAdded(address indexed _manager)
ManagerRevoked(address indexed _manager)
NameChanged(bytes32 indexed node, string name)
OwnerChanged(address indexed _newOwner)
TextChanged(bytes32 indexed node, string indexed indexedKey, string key, string value)
constructor(address _ensAddr, address _timelockContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.