get-contract-events
Query and retrieve events emitted by smart contracts on the Osmosis blockchain. Filter results by event type and set limits for efficient data analysis.
Instructions
Returns events emitted by a contract
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contractAddress | Yes | The contract address to query | |
| eventType | No | Optional: filter by specific event type | |
| limit | No | Maximum number of events to return (default: 50) |