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

eth_newBlockFilter - Ethereum Sepolia


Summary

Creates a filter object based on the given filter options, to notify when a new block arrives. To check if the state has changed, call eth_getFilterChanges. Filters that are not requested by eth_getFilterChanges time out after 24 hours.

Parameters

This method does not accept any parameters.

Code Examples