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

Contract Transaction Details

PreviousContract VerificationNextTokens List

Last updated 2 months ago

Was this helpful?

The Contract Transaction Details section provides detailed information about transactions involving smart contracts on the network. This feature helps users track interactions with specific contracts, offering insight into how the contract is being used, who is interacting with it, and the outcomes of these transactions.

Transaction Hash: This section displays the unique transaction hash of the specific transaction being viewed. The hash is displayed prominently for easy reference and includes a copy icon for convenient copying of the transaction hash.

Transaction Details Section: This section provides detailed information about the transaction. Each row includes specific transaction-related data:

  • Block Number: This section indicates the block in which this transaction was included, here it’s shown as "719".

  • Status: This section displays the status of the transaction, with a green "Success" label indicating that this transaction was successfully processed.

  • Time: This section displays the timestamp of the transaction, showing how long ago it occurred and the exact date and time "6 days ago (2024-10-30 12:16:52)".

  • From: This section displays the sender’s address. The address is shown with a copy icon for easy copying.

  • To: This section displays the recipient’s address with a copy icon to copy the address.

  • Value: This section indicates the amount of BDAG (the native token) transferred in the transaction. Here, it shows "0 BDAG ($0)" ,indicating that no tokens were transferred in this transaction.

  • Transaction Fee: This section displays the fee associated with processing the transaction. In this case, it is shown as "0.0000045461 BDAG".

  • Gas Price: This section displays the gas price, which is the amount of BDAG paid per unit of gas for this transaction. Here, it is displayed as "0.0000000001 BDAG".