# Contract Transaction Details

The Contract Transaction Details section provides detailed information about transactions involving smart contracts on the network. This feature helps users track interactions with specific contracts, offering insight into how the contract is being used, who is interacting with it, and the outcomes of these transactions.

<figure><img src="/files/3Cg60gqC92cv4hX52C88" alt=""><figcaption></figcaption></figure>

**Transaction Hash:** This section displays the unique transaction hash of the specific transaction being viewed. The hash is displayed prominently for easy reference and includes a copy icon for convenient copying of the transaction hash.

\
**Transaction Details Section:** This section provides detailed information about the transaction. Each row includes specific transaction-related data:

* **Block Number:** This section indicates the block in which this transaction was included, here it’s shown as ***"719"***. &#x20;
* **Status:** This section displays the status of the transaction, with a green ***"Success"*** label indicating that this transaction was successfully processed.
* **Time:** This section displays the timestamp of the transaction, showing how long ago it occurred and the exact date and time: ***"6 days ago (2024-10-30 12:16:52)"***.
* **From:** This section displays the sender’s address. The address is shown with a copy icon for easy copying.
* **To:** This section displays the recipient’s address with a copy icon to copy the address.
* **Value:** This section indicates the amount of BDAG ***(the native coin)*** transferred in the transaction. Here, it shows ***"0 BDAG ($0)"*** , indicating that no coins were transferred in this transaction.
* **Transaction Fee:** This section displays the fee associated with processing the transaction. In this case, it is shown as ***"0.0000045461 BDAG"***.&#x20;
* **Gas Price:** This section displays the gas price, which is the amount of BDAG paid per unit of gas for this transaction. Here, it is displayed as ***"0.0000000001 BDAG"***.&#x20;

<br>


---

# Agent Instructions: 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:

```
GET https://docs.blockdagnetwork.io/block-explorer/evm/contract-listing/contract-transaction-details.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
