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
  3. Tokens List
  4. Token Detail
  5. Holders Tab

Holders Detail

The page provides an overview of the wallet, its balance, transaction history, and key metrics related to its activity.

  • Wallet Address Information At the top, the wallet address is displayed as 0xab0810f9187a15bcc4e7bf552a5b781846fdf6af of that specific token.

  • Balance 19.93 BDAG This wallet currently holds 19.93 BDAG tokens.

  • BlockDAG Value: 0.0248 USDT ($0) This is the wallet’s estimated total value based on its holdings and market price.

  • Last Transaction Sent: 0xfa8...3a6f0 This is the most recent transaction initiated by this wallet.

  • First Transaction Sent: 0xfa8...3a6f0 The first every recorded transaction initiated by this wallet.

  • Transaction Details The transactions table below provides a summary of the wallet's activity. Each row represents a transaction linked to this wallet.

    • Transaction Hash: 0xfa8...3a6f0 This is the unique ID for the transaction involving this wallet. Clicking on the hash would show the full transaction breakdown.

    • Block Number: 7246 The transaction was recorded in block 7246, meaning it was confirmed on the blockchain at that point in time.

    • Age: 6 days ago This shows when the transaction took place.

    • From Address: 0xFC...AeC4 This is the sender's wallet address.

    • To Address: 0xaB...f6af This is the recipient's wallet address.

    • Value: 10 BDAG The transaction moved 10 BDAG coins.

    • Transaction Fee: 0.0628 BDAG This is the fee which the user has paid to make this specific transaction.

PreviousHolders TabNextEvents Tab

Last updated 2 months ago

Was this helpful?