Qubetics Docs
  • Getting Started
    • Quickstart
    • Network Architechture
    • Qubetics: TICS Token
    • Add Qubetics Network
    • Get TICS tokens
    • Testnet Node Setup
      • How To Become a Validator
    • Validator Application: User Guide
      • Validator Login
      • Validator Dashboard
      • Setup as a Validator
      • Blocks Page
      • Validators
        • Active Validators Tab
        • Inactive Validator Tab
        • Deactivated Validator Tab
      • Validator Details
      • Manage Account
        • Profile Details
          • Bond More Funds
          • Unbond Funds
          • Stop Validator
    • How To Become a Delegator
    • Delegator Application: User Guide
      • Login
      • Dashboard
        • Bond More Funds
        • Unbond Funds
        • Redelegate Funds
      • Wallet Activities
      • Setup Delegator Bond
      • All Validators
      • Validator Details Page
    • TICS Scan User Guide
      • Dashboard
      • Block Summary
      • Block Details
      • Transactions Summary
      • Transaction Details
      • Address Detail
      • Tokens
      • Validators
      • Nodes
        • Node Sync
      • Contract List
      • Contract Detail
        • Transaction Tab
        • Transfers Tab
        • Holders Tab
        • Event Tab
        • Contract Tab
          • Read Contract Tab
          • Write Contract Tab
        • Analytics Tab
      • Contract Verification
      • Token Icon
      • Faucet
    • Qubetics IDE User Guide
    • QubeQode Basic User Guide
      • Workspace
      • Compile
      • Deploy
  • QubeQode Pro User Guide
    • Choose your plan
    • Start Chat
      • Generated Code Preview
      • Deploy Step-1
      • Generated Code
    • Settings
  • Basics
    • Editor
    • Markdown
    • Images & media
    • Interactive blocks
    • OpenAPI
    • Integrations
Powered by GitBook
On this page
Export as PDF
  1. Getting Started
  2. TICS Scan User Guide
  3. Contract Detail

Event Tab

PreviousHolders TabNextContract Tab

Last updated 17 days ago

The Events Tab provides a detailed list of all blockchain events triggered by the smart contract. Events are crucial for understanding contract behavior, analyzing on-chain activity, and debugging issues. This tab helps users track and explore all emitted events in an organized table format.

  • FR 11.006a: Txn Hash A unique identifier for the transaction that triggered the event (e.g., 0x6b5...4c85). Clicking on the hash opens detailed information about the transaction, including its logs and execution details.

  • FR 11.006b: Block Displays the block number where the event was recorded (e.g., 187564434). This helps users trace the timeline of the event.

  • FR 11.006c: Timestamp Shows the time that has passed since the block containing the event was mined (e.g., 1 min ago). This provides real-time context for event timing.

  • FR 11.006d: Method Indicates the specific function or method in the contract that generated the event (e.g., Approval). This helps users identify the purpose of the event.

  • FR 11.006e: Logs Offers detailed information about the event, broken into:

    • Topics: Indexed parameters of the event, such as the sender and recipient addresses or token amounts, which are used for quick filtering and identification.

    • Data: Additional non-indexed data associated with the event, providing deeper insights into its details.

    • Hex View: A raw hexadecimal representation of the log data, useful for developers conducting low-level debugging or technical analysis.

    • Dex View: A decoded and structured representation of on-chain event logs, the Dex View translates raw log data into a human-readable format, making it easier for developers and analysts to interpret smart contract interactions, especially those related to decentralized exchanges or token transfers.