Skip to main content

web3-eth-ens

The web3.eth.ens functions let you interact with ENS. We recommend reading the ENS documentation to get deeper insights about the internals of the name service.

Breaking Changes

  • All the API level interfaces returning or accepting null in 1.x, use undefined in 4.x.
  • Functions don’t accept a callback anymore.
  • Functions that accepted an optional TransactionConfig as the last argument, now accept an optional NonPayableCallOptions. See web3-eth-contract package for more details.

Index

Classes

Variables

Variables

constregistryAddresses

registryAddresses: {} = ...

An object holding the addressed of the ENS registries on the different networks (mainnet, goerli).


Type declaration

  • [T string]: string