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. Contract Listing
  4. Contract Details

Transfer Tab

PreviousContract DetailsNextHolders Tab

Last updated 2 months ago

Was this helpful?

Transfers Table This table provides details on recent transfers and transactions related to the selected contract. The columns include:

  • TXN Hash: This column displays the unique identifier for each transaction. The user can click the clipboard icon to copy the transaction hash for future reference or external use.

  • Method: This column displays the method used in the transaction, which in this case is "Trans_Batch", indicating a batch transfer.

  • Block: This column displays the block number in which the transaction occurred. This helps in pinpointing the transaction within the blockchain.

  • Age: This column displays the time elapsed since the transaction was executed, useful for tracking the recency of activity.

  • From: This column displays the address from which the tokens were sent. The user can copy the address using the clipboard icon.

  • To: This column displays the address to which the tokens were sent. The user can also copy this address using the clipboard icon.

  • Quantity: This column displays the number of tokens involved in the transfer. In this case, the quantity is "0", which may indicate a token transfer with no actual value moved or a placeholder for additional data.