# Transfer Tab

The table below the tabs displays a list of recent token transactions, including transfers between wallets and changes in ownership. Each transaction provides specific details that help users track token movements, transaction history, and blockchain activity.

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

**Transaction**

This is a transfer transaction, meaning tokens were sent from one wallet to another.&#x20;

* **Transaction Hash&#x20;*****(0xea2...3ecd8)***\
  This is a unique ID for the transaction. Every transaction on the blockchain has a hash, which can be used to track, verify, and check transaction details.
* **Event Type&#x20;*****(Transfer)*** \
  This shows that the sender has moved BDAG tokens from their wallet to another address.&#x20;
* **Block Number&#x20;*****(7247)*** \
  This number indicates where in the blockchain the transaction was recorded.&#x20;
* **Age&#x20;*****(6 days ago)***\
  This tells us when the transaction was added to the blockchain.
* **From Address&#x20;*****(0xFCc...EAeC4)***\
  This is the wallet address that sent the transaction.&#x20;
* **To Address&#x20;*****(0xf6D...8e1CF)***\
  This is the wallet that has received the tokens.&#x20;
* **Quantity&#x20;*****(0)***\
  The amount of tokens transferred in this transaction.&#x20;


---

# 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.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.
