# Contract Interactions & Transaction History

## Contract Interactions

<figure><img src="https://netalabs.gitbook.io/supra-ide/~gitbook/image?url=https%3A%2F%2Flh7-rt.googleusercontent.com%2Fdocsz%2FAD_4nXf9Eue0DmjFQ8jc5VqCgOIlX35hbR8zU2DN6zhLVj4edokD9gYOqeXFgaTAmHo0ZGPVdsQpDdenjSv-D2mYIfYAOPzjVtFCI_iyrVe9X3Ct7r4sTHqrPZdlqXLgHaPjaxKYL5BayA%3Fkey%3D4NMBPIGagqp7hkgc5QATsw&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=aa22f090&#x26;sv=2" alt="" width="563"><figcaption></figcaption></figure>

This tab is used to execute view or run functions for your created addresses. Steps:

1. **Address** – Select one of your available addresses.
2. **Type** –
   1. View – Read data (no changes, no gas).
   2. Run – Execute transaction (changes data, requires gas).
3. **Modules** – Choose from dropdown.
4. **Function** – Select the function to call.
5. **Action Button** – Click View or Run.

{% hint style="success" %}
**“View” functions do not consume gas, while “Run” functions require a signed transaction and may incur fees.**
{% endhint %}

## Transaction History

This tab allows you to view a list of your recent transactions and their details.

<figure><img src="https://netalabs.gitbook.io/supra-ide/~gitbook/image?url=https%3A%2F%2Flh7-rt.googleusercontent.com%2Fdocsz%2FAD_4nXdD0LnvxMz-OEbv3pZgvlselbXdRveDJSh3xDg23emjiHwvJKnHcBtVkoENHHMO_1tf3vOR3IGviNShoj-KuwOqLXVUwmfZ04EoaoykIutu86whNVJY85_hluq488-Onopw-hxtIg%3Fkey%3D4NMBPIGagqp7hkgc5QATsw&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=fb5042db&#x26;sv=2" alt=""><figcaption></figcaption></figure>

1. **Recent Transactions** (Left Panel) – Displays your latest transactions, including:
   1. Date & Time – When the transaction occurred.
   2. Amount – The amount of SUPRA transferred.
   3. Status – The completion status of the transaction (e.g., Completed).
2. **Transaction Details** – When you click on a transaction, you will see:
   1. Transaction Hash – The unique identifier of the transaction.
   2. From – The sender’s address
   3. Network Fee – The gas fee paid for the transaction.
   4. View on SupraScan – A button to open the transaction in the SupraScan blockchain explorer.
3. **Activities** (Right Panel) Enter an address to view its activity history.

{% hint style="success" %}
**You can use the copy icon next to the transaction hash or address to quickly copy them to your clipboard.**
{% endhint %}


---

# 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://supraoracles.gitbook.io/supra/network/move/dev/supra-move-ide/contract-interactions-and-transaction-history.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.
