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

Events Tab

PreviousHolders DetailNextInfo Tab

Last updated 2 months ago

Was this helpful?

The Events tab records on-chain activities related to a token, such as transfers, approvals, and ownership changes. It helps users track what actions took place in the token's smart contract.

  • Total Event Logs At the top, the page shows a total of 3 event logs for this token. Each event log represents a specific action recorded on the blockchain, triggered by a smart contract function.

  • Transaction Details Each event is linked to a specific transaction. In this case:

    • Transaction Hash: 0xea2...3ecd8 This is a unique identifier for the transaction that triggered the event. Clicking on the hash would show full details of the transaction.

    • Block Number: 7247 This tells us when the transaction was confirmed on the blockchain.

    • Age: 6 days ago This indicates that the event happened six days ago, providing a timestamp for when the smart contract executed this action.

    • Method: Transfer

      This shows that the event was triggered by a transfer function inside the smart contract. This means tokens were sent from one wallet to another.