Forks will be deprecated on March 31, 2025. Please migrate to Tenderly Virtual TestNets or contact our support for assistance with automatic migration.

eth_getFilterLogs - BOB Testnet


Summary

Returns an array of all logs matching filter with given filter ID, created by eth_newFilter.

Parameters

1. Filter ID Hex

The ID of the filter you wish to get
Example: 0x12345...

Code Examples