Module ethers_providers::ens
source · Expand description
Ethereum Name Service support Adapted from https://github.com/hhatto/rust-ens/blob/master/src/lib.rs
Constants§
- addr(bytes32)
- ENS registry address (
0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e
) - text(bytes32, string)
- supportsInterface(bytes4 interfaceID)
- name(bytes32)
Functions§
- Returns a number in bytes form with padding to fit in 32 bytes.
- Returns a transaction request for calling the
resolver
method on the ENS server - Returns the ENS namehash as specified in EIP-137
- Returns the ENS record key hash EIP-634
- Returns a transaction request for calling
- Returns the reverse-registrar name of an address.
- Returns a transaction request for checking interface support