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