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
  • Events
  • States
  1. Elements details
  2. Web3 Utils

Get Transaction Details

Get all the details about a transaction. This can be any transaction that you have the hash for, not necessarily from the current connected wallet.

Events

Event name
Details

TX Data Ready

All states will be available only after this event triggers

States

State name
Type
Details

TX: Amount sent

Number

Will be empty if none was sent.

TX: Sent to Address

Text

TX: Sent from Address

Text

Wallet Address or Contract Address

TX: Contract used

Text

If it is not an interaction with a contract, it will be empty.

TX: Timestamp

Date

TX: Status

Text

Success, Pending, Error

TX: Full JSON Data

Text

Full JSON response in text format, you can extract data from it using Bubble's integrated regex feature.

Transaction - confirmations

Number

PreviousGet Transaction confirmationsNextTo Wei

Last updated 2 years ago