explorer_get_event_logs_by_topics
Retrieve event logs across all contracts by topic and block range without an address. Use up to four topics to filter specific events.
Instructions
Get event logs across all contracts filtered by topics and block range (no address required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic0 | Yes | First topic (event signature hash) — required | |
| topic1 | No | Second topic | |
| topic2 | No | Third topic | |
| topic3 | No | Fourth topic | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| endBlock | No | End block number | |
| startBlock | No | Start block number |