IAddrResolver
Git Source (opens in a new tab)
Includes the interface for the legacy (ETH-only) addr function.
Functions
addr
Returns the address associated with an ENS node.
function addr(bytes32 node) external view returns (address payable);
Parameters
Name | Type | Description |
---|---|---|
node | bytes32 | The node to query. |
Returns
Name | Type | Description |
---|---|---|
<none> | address payable | The associated address. |
Events
AddrChanged
event AddrChanged(bytes32 indexed node, address a);