explorer_get_event_logs
Retrieve event logs from a contract address, optionally filtering by topics and block range to isolate specific on-chain events.
Instructions
Get event logs emitted by a specific contract address, optionally filtered by topics and block range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic0 | No | First topic (event signature hash) | |
| topic1 | No | Second topic | |
| topic2 | No | Third topic | |
| topic3 | No | Fourth topic | |
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| endBlock | No | End block number | |
| startBlock | No | Start block number |