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 data

PreviousAdd Token to MetaMaskNextGet ENS Domain from Address

Last updated 2 years ago

Extract all available data from an ENS name like address, email, avatar, etc.

Your wallet must be connected to the ethereum mainnet

Parameters

Parameter name
Type
Description

ENS Name

Text

Example: novabloq.eth or vitalik.eth

Data type

Dropdown

Data to extract form ENS name: Wallet Address,Email,Avatar,URL,Description,Keywords,Twitter,Notice,Discord,Github,Reddit,Telegram,Delegate,All

Events

Event name
Description

ENS Data is Ready

Triggered when data is ready to be used

NO ENS Domain available

Triggered if the given ENS name is incorrect or wrong connected chain

States

State name
Type
Description

ENS: Wallet Address

Text

ENS: Email

Text

If the given ENS doesn't have the desired data type, the state will be empty

ENS: Avatar

Text

ENS: URL

Text

ENS: Description

Text

ENS: Keywords

Text

ENS: Twitter

Text

ENS: Notice

Text

ENS: Discord

Text

ENS: GitHub

Text

ENS: Reddit

Text

ENS: Telegram

Text

ENS: Delegate

Text

Demo