> For the complete documentation index, see [llms.txt](https://docs.esprezzo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.esprezzo.io/smart-contract-activity/visualizing-smart-contract-activity-data-vis.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.esprezzo.io/smart-contract-activity/visualizing-smart-contract-activity-data-vis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
