Web3 & MetaMask - Bubble plugin
Get PluginAll our plugins
  • Overview
  • Quick Start Example
  • Elements details
    • Web3 & MetaMask
      • Connect To MetaMask
      • Disconnect MetaMask
      • Send token With MetaMask
      • Get Balance of a Token
      • Get Balance of Multiple Tokens
      • Get Token Symbol
      • Sign
      • Check signature
      • Sign Typed Data
      • Check signature-Typed Data
      • Smart Contract - Read
        • Example - CAKE/BUSD rate on Pancaksewap
      • Smart Contract - Write
        • Example - Write a function
      • Trigger Switch Chain
      • Approve - Set Allowance
      • Revoke Allowance
      • Deploy Contract
      • Add Chain to MetaMask
      • Get NFT Metadata
      • Check NFT Balance
      • Smart Contract - Read
      • Smart Contract - Write
    • Web3 Utils
      • Get Transaction confirmations
      • Get Transaction Details
      • To Wei
      • From Wei
      • Add Token to MetaMask
      • Get ENS data
      • Get ENS Domain from Address
  • Use with other Wallets & Plugins
  • Sign up a user with signature
  • How to use on Mobile
Powered by GitBook
On this page
  • Demo
  • Parameters
  • Events
  • States
  1. Elements details
  2. Web3 Utils

Get ENS Domain from Address

PreviousGet ENS dataNextUse with other Wallets & Plugins

Last updated 2 years ago

Get the ENS domain from a wallet address. For example: 0xce70B7bCFe25C6Da352d596F8f2c937C5258eb09 will return novabloq.eth

Your wallet must be connected to the ethereum mainnet

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

Demo