AuthereumEnsResolverProxy
Verified contract
Proxy
Active on
Ethereum with 11 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AuthereumEnsResolverProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11004737 | 4 years ago | | | 0 | 0.0013992800 | |
| 10975293 | 4 years ago | | | 0 | 0.0059978520 | |
| 10453050 | 4 years ago | | | 0 | 0.0012254490 | |
| 9425712 | 5 years ago | | | 0 | 0.00010494600 | |
| 9425708 | 5 years ago | | | 0 | 0.00028561200 | |
| 9425701 | 5 years ago | | | 0 | 0.00012243700 | |
| 9425574 | 5 years ago | | | 0 | 0.00028561200 | |
| 8922612 | 5 years ago | | | 0 | 0.000085362000 | |
| 8922446 | 5 years ago | | | 0 | 0.00013935000 | |
| 8922443 | 5 years ago | | | 0 | 0.000049017000 |
ABI
ABI objects
Getter at block 21307627
authereumEnsResolverProxyVersion() view returns (string)
2019111500
implementation() view returns (address impl)
0xa42d000187bd8d997df54267e4b27c08329fdfe1
owner() view returns (address)
0x0b928d5d30cfe2b815461c08e93c0d545eb5dd3a
authereumEnsResolverVersion() view returns (string)
2019111500
owner() view returns (address)
0x0b928d5d30cfe2b815461c08e93c0d545eb5dd3a
timelockContract() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
isOwner(address _potentialOwner) view returns (bool)
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 changeOwner(address _newOwner)
setImplementation(address _logic)
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)
OwnerChanged(address indexed _newOwner)
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 _logic)
fallback()
This contract contains no error objects.