Module EnsRegistry

Source
Expand description

ENS Registry contract.

contract EnsRegistry {
    function resolver(bytes32 node) view returns (address);
}

Structs§

EnsRegistryInstance
A EnsRegistry instance.
resolverCall
Returns the resolver for the specified node. Function with signature resolver(bytes32) and selector 0x0178b8bf.
resolverReturn
Returns the resolver for the specified node. Container type for the return parameters of the resolver(bytes32) function.

Enums§

EnsRegistryCalls
Container for all the EnsRegistry function calls.

Functions§

new
Creates a new wrapper around an on-chain EnsRegistry contract instance.