list_events
Retrieve indexed events for a specific contract and event name with pagination support.
Instructions
List indexed events for a contract and event name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | Event name | |
| limit | No | Maximum number of events to return | |
| offset | No | Pagination offset when after_id is not set | |
| after_id | No | Cursor-based pagination anchor; overrides offset when set | |
| contract | Yes | Contract name |