Authereum ENS Manager
Verified contract
Active on
Ethereum with 4 txns
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 "Authereum ENS Manager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12332671 | 4 years ago | | | 0 | 0.0015455040 | |
| 12332571 | 4 years ago | | | 0 | 0.0014545920 | |
| 10975302 | 4 years ago | | | 0 | 0.0037382940 | |
| 10975264 | 4 years ago | | | 0 | 0.0056880000 |
ABI
ABI objects
Getter at block 21289178
ADDR_REVERSE_NODE() view returns (bytes32)
0x91d1777781884d03a6757a803996e38de2a42967fb37eeaca72729271025a9e2
authereumEnsResolver() view returns (address)
0x4da86a24e30a188608e1364a2d262166a87fcb7c
authereumFactoryAddress() view returns (address)
0x260ba21bc0ae8df6495fb0bc6de5d4d9b2814a1a
getEnsRegistry() view returns (address)
0x00000000000c2e074ec69a0dfb2997ba6c7d2e1e
getEnsReverseRegistrar() view returns (address)
0xa58e81fe9b61b5c3fe2afd33cf304c454abfc7cb
name() view returns (string)
Authereum ENS Manager
owner() view returns (address)
0x0b928d5d30cfe2b815461c08e93c0d545eb5dd3a
rootName() view returns (string)
auth.eth
rootNode() view returns (bytes32)
0x324f900b491582128bb5287e1305cb7fcb93b586c96f28f7b977cf2fbb26d07a
version() view returns (string)
2020070100
Read-only
authereumProxyBytecodeHashMapping(bytes32) view returns (bytes32)
isAvailable(bytes32 _subnode) view returns (bool)
isOwner(address _potentialOwner) view returns (bool)
State-modifying
Events changeAuthereumEnsResolver(address _authereumEnsResolver)
changeAuthereumFactoryAddress(address _authereumFactoryAddress)
changeOwner(address _newOwner)
changeRootnodeContenthash(bytes _newHash)
changeRootnodeOwner(address _newOwner)
changeRootnodeResolver(address _newResolver)
changeRootnodeTTL(uint64 _newTtl)
changeRootnodeText(string _newKey, string _newValue)
register(string _label, address _owner)
AuthereumEnsResolverChanged(address indexed authereumEnsResolver)
AuthereumFactoryAddressChanged(address indexed authereumFactoryAddress)
AuthereumProxyBytecodeHashChanged(bytes32 indexed authereumProxyRuntimeCodeHash, bytes32 indexed authereumProxyCreationCodeHash)
OwnerChanged(address indexed _newOwner)
Registered(address indexed owner, string ens)
RootnodeContenthashChanged(bytes32 indexed node, bytes hash)
RootnodeOwnerChanged(bytes32 indexed rootnode, address indexed newOwner)
RootnodeResolverChanged(bytes32 indexed rootnode, address indexed newResolver)
RootnodeTTLChanged(bytes32 indexed rootnode, uint64 indexed newTtl)
RootnodeTextChanged(bytes32 indexed node, string indexed indexedKey, string key, string value)
constructor(string _rootName, bytes32 _rootNode, address _ensRegistry, address _authereumEnsResolver)
This contract contains no fallback and receive objects.
This contract contains no error objects.