Event logs#

Provides logs of events emitted by smart contracts, helping track token transfers and state changes.

eth_getLogs : Fetches logs based on specific filter criteria.
eth_newFilter : Available only on paid tier. Creates a new filter to track events.
eth_getFilterChanges : Available only on paid tier. Retrieves updates for an active filter since the last query.
eth_uninstallFilter : Removes an active filter.
eth_getFilterLogs : Available only on paid tier. Retrieves logs from an existing filter.

These methods are vital for tracking smart contract activity.

Get started
Unlock Access to 50+ chains
Boost your app's speed and reliability with dRPC - get your access API key