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

Transfer Tab

PreviousToken DetailNextTransfer Detail Tab (Overview)

Last updated 2 months ago

Was this helpful?

The table below the tabs displays a list of recent token transactions, including transfers between wallets and changes in ownership. Each transaction provides specific details that help users track token movements, transaction history, and blockchain activity.

Transaction

This is a transfer transaction, meaning tokens were sent from one wallet to another.

  • Transaction Hash (0xea2...3ecd8) This is a unique ID for the transaction. Every transaction on the blockchain has a hash, which can be used to track, verify, and check transaction details.

  • Event Type (Transfer) This shows that the sender has moved BDAG tokens from their wallet to another address.

  • Block Number (7247) This number indicates where in the blockchain the transaction was recorded.

  • Age (6 days ago) This tells us when the transaction was added to the blockchain.

  • From Address (0xFCc...EAeC4) This is the wallet address that sent the transaction.

  • To Address (0xf6D...8e1CF) This is the wallet that has received the tokens.

  • Quantity (0) The amount of tokens transferred in this transaction.