eth_getLogs
eth_getLogs
Returns an array of all logs matching the specified filter.
Request
This endpoint expects an object.
filter
Filter object used to match logs.
Response
Logs matching the filter.
removed
True when the log was removed due to a chain reorganization.
address
20-byte EVM address.
data
Hex-encoded byte data.
topics
logIndex
Hex-encoded integer quantity.
transactionIndex
Hex-encoded integer quantity.
transactionHash
32-byte transaction hash.
blockHash
32-byte block hash.
blockNumber
Hex-encoded integer quantity.