# Transfer Detail Tab (Overview)

The tab provides important information about the transaction, including the transaction hash, status, sender, receiver, gas fees, and input data. This information helps users track whether a transaction was successful, how much it cost, and what it did on the blockchain.

* **Transaction Hash**\
  A transaction hash ***0xea2000a6b7f12b76501e7f6c101bf0c97f710589ab09ac1bf812e40cdf33ecd8*** is like a receipt number that allows anyone to track and verify this transaction on the blockchain. The ***"Copy"*****&#x20;button**, allows you to copy the transaction hash for reference.
* **Block Number**\
  The transaction was recorded in ***Block Number 7247***. A block number tells us when a transaction was confirmed on the blockchain. Higher block numbers mean newer transactions. If users want to check other transactions in the same block, they can search for this block number in the blockchain explorer.
* **Transaction Status**\
  The Status of this transaction is ***Success***, meaning it was successfully processed and recorded on the blockchain. A transaction can have different statuses:
  * **Success:** The transaction was successfully confirmed, and the tokens were transferred *(if applicable)*.
  * **Pending:** The transaction is still waiting to be confirmed by the network.
  * **Failed:** The transaction did not go through, possibly due to ***insufficient gas fees, contract errors, or lack of funds***.
* **Timestamp&#x20;*****(Time of Transaction)***\
  The transaction was confirmed ***6 days ago***, on ***March 4, 2025*****,** at ***09:35:57 (UTC time)***. This timestamp helps users understand when the transaction took place.&#x20;
* **Sender&#x20;*****(From Address)***\
  The From Address is ***0xFCc221E65A34c1a478B21C6aFdbID0413b6EAeC4*****.** This is the wallet or smart contract that initiated the transaction. It could belong to a user, exchange, or smart contract. Since this same address appeared in previous transactions, it may be the token creator or contract owner.
* **Receiver&#x20;*****(To Address)***\
  The **"*****To Address"*** field displays the recipient of this transaction.&#x20;
* **Value of the Transaction**\
  The **"*****Value"*** field shows ***0 BDAG (0 USDT)*****.** This means that no tokens were directly transferred in this transaction.&#x20;
* **Transaction Fee**\
  The ***"Transaction Fee"*** is ***0.00000000347 BDAG*****.** This is the amount of BDAG tokens paid as a fee to process this transaction.&#x20;
* **Gas Price and Gas Used**\
  \&#xNAN;***"Gas Price"*** 0.000000000000064551 BDAG. Gas Price refers to how much the sender was willing to pay per unit of gas.&#x20;
* **Gas Used:** **53,865**\
  These values explain how much computational power was used to process the transaction. Gas Used refers to the total amount of gas required to execute this transaction.&#x20;
* **Input Data&#x20;*****(Function Call Details)***\
  The Input Data section shows technical details about the transaction.
  * **Function:** **Transfer**\
    This means the transaction was intended to transfer tokens. However, since the Value field shows 0 BDAG, no tokens were actually moved.
  * **Parameter \[0]:** **0x00000000f6dE38af2B76130cAeAFe8540dbC5546**\
    This is likely the receiving address or a smart contract interacting with this transaction.
  * **Parameter \[1]:** A long number that could represent token amounts, unique IDs, or encoded transaction details.


---

# 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/tokens-list/token-detail/transfer-tab/transfer-detail-tab-overview.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.
