Get ENS Domain from Address
Get the ENS domain from a wallet address. For example: 0xce70B7bCFe25C6Da352d596F8f2c937C5258eb09 will return novabloq.eth
Parameters
Parameter name
Type
Description
Wallet Address
Text
Wallet address to get the ens name for
Events
Event name
Description
ENS Domain is Ready
Triggered when the result is ready to be used
NO ENS Domain available
Triggered if the wallet doesn't have an ENS name or an error occurred, for example, if you are connected to the wrong chain.
States
State name
Type
Description
ENS: Domain
Text
Contains the ENS name, for example: novabloq.eth
Last updated