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 Owner

PreviousWrite TabNextContract Verification

Last updated 2 months ago

Was this helpful?

In the BlockDAG Explorer, the Contract Owner section provides information about the address that holds administrative control over a particular smart contract. This address, typically controlled by the developer or organisation that deployed the contract, has special permissions, which may include the ability to modify contract settings, manage funds, or execute specific functions. Understanding the role of the contract owner is crucial for users who want to assess the level of control and potential centralization of a given contract.

Contract Details

  • Address: This section displays the address of the selected contract. The copy icon next to the address enables users to copy it to the clipboard for easier sharing or referencing.

  • Balance: This section displays the contract’s balance, here shown as "987.74 BDAG",where BDAG appears to be the native token for this network.

  • First Txn Sent: This section displays the hash of the first transaction sent from this contract, with a copy icon for convenience.

  • Last Txn Sent: This section displays the hash of the most recent transaction sent, with a copy icon to easily copy it.

  • BlockDAG Value: This section displays the fiat value of the contract’s balance, here shown as $0.02. It might update in real-time with the cryptocurrency’s exchange rate.

Transaction Table This table displays a list of recent transactions related to the contract or account.

  • Txn Hash: This column displays the unique identifier for each transaction. Each hash has a copy icon for the convenience of the user.

  • Block: This column displays the block number in which the transaction was included.

  • Age: This column displays how long ago the transaction was confirmed.

  • From: This column displays the address of the sender in each transaction.

  • To: This column displays the recipient address for each transaction.

  • Value: This column displays the amount of BDAG transferred in each transaction.

  • Txn Fee: This column displays the transaction fee for each transaction.