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

Contract Listing

PreviousAddress DetailsNextContract Details

Last updated 2 months ago

Was this helpful?

The contract listing refers to the cataloguing of all smart contracts deployed on the BlockDAG blockchain. Each listed contract provides essential information, such as the contract address, creator details, transaction history.

Contracts Table: This table provides a comprehensive list of all contracts in the BlockDAG network, displaying key information and enabling easy access to each contract’s details.

  • Contracts: This section displays the name or symbol of each contract to help the user easily identify the contract.

  • Contract Address: This column displays a unique address of each contract on the network. The user can copy the address using the clipboard icon next to each entry, simplifying the process of sharing or interacting with the contract.

  • Type: This column displays the contract type (e.g., "ERC1155"), indicating the token standard or other compatibility aspects to help identify its functionality within the network.

  • Owner: This column displays the complete list of all the addresses (the contract's owner), offering transparency regarding the entity managing the contract.

  • Age: This column displays the time elapsed since the contract was deployed or last updated, providing context on the recency and activity level of each contract.

  • Status: This column indicates the verification status of the deployed contract on our BlockDAG chain, showing whether it is "Fully Verified", "Partially Verified", or "Not Verified".

  • Details Button (Arrow Icon): Clicking on this icon reveals a detailed view of the contract. This may include additional information, like past transactions and associated metadata, giving users deeper insights into each contract's behaviour.