Skip to main content
Managing filters on the Plasma blockchain can be done using the following methods:

eth_newFilter

eth_newBlockFilter

eth_newPendingTransactionFilter

eth_uninstallFilter

This information can be used for:
  • Event monitoring — track specific smart contract events
  • Block notifications — receive updates when new blocks are mined
  • Real-time applications — build responsive DApps with live data
  • Log filtering — efficiently query blockchain logs
Last modified on January 28, 2026