Expand description
ENS Registry contract.
contract EnsRegistry {
function resolver(bytes32 node) view returns (address);
}
Structs§
- A
EnsRegistry
instance. - Returns the resolver for the specified node. Function with signature
resolver(bytes32)
and selector0x0178b8bf
. - Returns the resolver for the specified node. Container type for the return parameters of the
resolver(bytes32)
function.
Enums§
- Container for all the
EnsRegistry
function calls.
Functions§
- Creates a new wrapper around an on-chain
EnsRegistry
contract instance.