get-contract-events
Query and retrieve events emitted by a smart contract on the Osmosis blockchain, filtering by event type and setting result limits.
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) |