# Visualizing smart contract activity (Data vis)

You can view function, event, and address activity charts for any smart contract you're monitoring with Patches.

<figure><img src="/files/x0hsmUoXQqnQruXuHPyS" alt="Data visualization widgets for smart contract activity in Dispatch by Esprezzo"><figcaption></figcaption></figure>

## Accessing visualizations

1. Navigate to [Contracts > Overview](https://dispatch.esprezzo.io/contracts/overview)
2. Click on the name or address of any contract in the table. Or, click the ••• at the end of any contract row and select "View details".

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

{% hint style="info" %}
At this time, charts don't auto-update; refresh the page to get updates.
{% endhint %}

### Using the time selector

Focus on a specific time range by using the time selector in each chart or table widget.

#### Free accounts can view account activity from...

* Last hour
* Last 24 hours
* Last 7 days


---

# 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.esprezzo.io/smart-contract-activity/visualizing-smart-contract-activity-data-vis.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.
