BlockDAG Docs
  • 🎯Introduction to BlockDAG
  • ⭐GETTING STARTED
    • What is BDAG?
    • Introductory Concepts
      • Decentralized Application (dApps)
      • Accounts
        • EVM Account
        • UTXO Account
      • Transactions
      • Blocks
      • EVM
        • Opcodes
      • Gas Fees
    • Nodes and Mining
      • Testnet Node Setup
    • BlockDAG Architecture
      • Architecture Overview
      • Core Modules and Components
      • Development and Implementation
      • Blockchain Features
      • Consensus Algorithm
  • TEST/MAIN NETWORKS
    • Testnet Alpha
    • Testnet Beta 1: Primordial
      • Network Details
  • BlockDAG Tools
    • Block Explorer
    • Faucet
    • Smart Contract IDE
      • IDE Layout
      • How to create and deploy
    • Contracts Wizard
  • BlockDAG Client APIs
    • EVM RPC
    • WebSocket
  • BlockDAG dApps
    • Create dApps
    • dApps Overview
    • Reflection User Guide
      • Home
      • Reflection Dashboard
      • Reflection
    • Lottery User Guide
      • Lottery Dashboard
      • Lottery
      • Participants
  • Block Explorer
    • EVM
      • Home
      • Block List
        • Block Detail
      • Transaction List
        • Transaction Detail
      • Address Details
      • Contract Listing
        • Contract Details
          • Transfer Tab
          • Holders Tab
          • Events Tab
          • Info Tab
          • Contract Tab
            • Code Tab
            • Read Tab
            • Write Tab
        • Contract Owner
        • Contract Verification
        • Contract Transaction Details
      • Tokens List
        • Token Detail
          • Transfer Tab
            • Transfer Detail Tab (Overview)
            • Transfer Detail (Logs)
          • Holders Tab
            • Holders Detail
          • Events Tab
          • Info Tab
          • Contracts Tab
        • Token Transfer
      • Node Visualizer
      • Faucet
    • UTXO
      • UTXO Home
      • Block List (UTXO)
        • Block Details (UTXO)
      • Transaction List (UTXO)
        • Transaction Details (UTXO)
      • Address Details (UTXO)
Powered by GitBook

Copyright Š BlockDAG

On this page

Was this helpful?

Edit on GitHub
  1. Block Explorer
  2. EVM

Address Details

PreviousTransaction DetailNextContract Listing

Last updated 2 months ago

Was this helpful?

The transactions screen tracks BDAG token movements, provides detailed transaction information like addresses and values, shows transaction statuses (pending, confirmed), allows searching and filtering by criteria such as transaction hash or sender, presents a transaction history for analysis, offers fee insights (gas fees), and updates in real-time with the latest blockchain transactions.

The “Wallet Address” section displays the selected To or From address of the transaction made from that selected wallet address.

The “Copy” option allows the user to copy it as a clipboard.

The “Balance” section displays the balance in the overview section of the transactions screen on Etherscan shows the total amount of BDAG currently held in the specified wallet address.

The “BlockDAG Value” section displays the BDGA value in the overview section displays the total value of all transactions (in BDAG) associated with the specified wallet address. This includes the sum of incoming and outgoing transactions.

The "Last Transaction Sent" is the transactions screen that displays the details about the most recent outgoing transaction from the specified wallet address.

The "First Transaction Sent" is the transactions screen that displays the details about the last outgoing transaction from the specified wallet address.

The “Transaction Hash” is the unique identifier for each transaction on the blockchain.

The “Block Number” section displays the block number in which the transaction was included.

The “Age” section displays the block’s age of the time elapsed since the transaction was mined.

The “From” section displays the sender's BDAG address.

The “To” section displays the recipient's BDAG address or the contract address if interacting with a smart contract.

The “Value” section displays the amount of BDAG transferred in the transaction.

The “Transaction Fees” section displays the fees paid for executing the transaction including gas fees.

The “View All Transactions” option provides a detailed view of all the details transactions.