🤔 Got questions? Schedule an office hours session.

eth_uninstallFilter - Base Mainnet


Summary

Uninstalls a filter with given ID. This method should always be called when watching is no longer needed.

Parameters

1. Filter ID Hex

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

Code Examples