> For the complete documentation index, see [llms.txt](https://qubetics.gitbook.io/qubetics-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/transaction-details.md).

# Transaction Details

The TICS Scan transaction detail page provides all the important information about a specific blockchain transaction. It includes details like the transaction hash *(a unique ID for the transaction)*, the sender and receiver addresses, the amount transferred, gas fees, and the transaction status. This page helps users verify and understand the key components of a transaction, making it easy to track activity and ensure transparency on the Qubetics blockchain.

<figure><img src="/files/oj18HzJJzauC28cDbxZe" alt=""><figcaption></figcaption></figure>

### Overview Tab

The overview tab provides a complete breakdown of each transaction on the TICSScan. This information helps users understand the transaction's status, purpose, and impact on the network:

* **Status**\
  Displays the current state of the transaction *(e.g., Success, Failed, or Pending)*, confirming whether it was processed successfully.
* **Transaction Hash**\
  A unique identifier for the transaction *(e.g., 7ccc3c04...28d69f1)*. Clicking on it allows users to investigate the transaction further or share its details.
* **From**\
  Shows the sender’s wallet or account address *(e.g., 7ccc3c04...28d69f1)*, indicating the origin of the transaction.
* **To**\
  Displays the recipient’s wallet or account address *(e.g., 7ccc3c04...28d69f1)*, showing where the assets or tokens were sent. For smart contract interactions, this could be the contract address.
* **Block Number**\
  Indicates the block in which the transaction was included *(e.g., 5124526)*, providing a timeline for when it was confirmed.
* **Amount**\
  The total amount of tokens transferred in the transaction *(e.g., 100 TICS)* helps users assess the value of the transfer.
* **Age**\
  Shows when the transaction was confirmed *(e.g., 7h ago, 11-06-2023, 7:43 AM)*, helping track its execution time.
* **Fee**\
  Displays the transaction fee paid by the sender *(e.g., 0.01 TICS)*, representing the cost of processing the transaction on the network.
* **Method**\
  Identifies the transaction type or function invoked *(e.g., transfer, delegate, or smart contract call)*, providing clarity on the transaction's purpose.
* **Gas Used**\
  Indicates the computational power consumed to process the transaction *(e.g., 78,045)*. This metric helps users understand resource utilization and network demand.

### Logs Tab Overview

The Event Logs section provides detailed information about specific events triggered during transactions on the Qubetics blockchain. These logs are essential for tracking activities like token transfers or contract interactions and offer transparency into transaction-related events. The Logs tab supports multiple entries for a single transaction. Each log entry is presented with the same structure, allowing users to analyze different events triggered during the transaction's execution. Each log entry includes:

<figure><img src="/files/bYtZihntkA6uMWTXJIEr" alt=""><figcaption></figcaption></figure>

* **Address**\
  The contract or account address linked to the log entry *(e.g., 0x2260fce5e5...c2c599)*. This identifies the source responsible for generating the event.
* **Name**\
  Describes the type or purpose of the event *(e.g., Transfer)*, providing context for the log, such as a token transfer or interaction with a smart contract.
* **Topics**\
  Topics act as identifiers, linking the log entry to specific data fields or functions in the smart contract. Organized data points related to the event:
  * **From:** The sender's address involved in the event *(e.g., 0x59b0e6...b81d3e43)*.
  * **To:** The recipient's address for the event *(e.g., 0x7cc130...f8d6795)*.
* **Hex**\
  Displays raw hexadecimal data for specific fields in the log. This low-level information is useful for debugging, verification, or advanced analysis by developers.
* **Value**\
  Shows the amount or value associated with the log entry *(e.g., 3000549 TICS)*. This typically represents the transferred amount or any other relevant metric tied to the event.
* **Date**\
  Provides the age for when the event occurred, helping users track the timeline of activities.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://qubetics.gitbook.io/qubetics-docs/getting-started/tics-scan-user-guide/transaction-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
