Japanese version: /ja/doc/rpc/logs.html
Logs
TL;DR
eth_getLogsis a constrained implementation built onrpc_eth_get_logs_paged.- Exceeding range/filter limits returns
-32005.
Supported Patterns
- Single-address + topic0-centered retrieval
- OR arrays in
topics[0](up to 16) blockHashmode (withoutfromBlock/toBlock, within scan limits)
Constraints
topics[1+]conditions are currently unsupported- multiple addresses in one request are unsupported
Common Errors
logs.range_too_largelogs.too_many_resultsUnsupportedFilter
Sources
crates/ic-evm-rpc/src/lib.rs(rpc_eth_get_logs_paged)tools/rpc-gateway/src/handlers.ts