[SOLVED] Stream API for watching token burns isn't working

I’m using the Web UI and started with the pre-defined ā€œMonitor Burnt Tokensā€ stream template.

Within that, it’s watching a couple of contracts for transfer events with a filter set to:
to equal to 0x0000000000000000000000000000000000000000

None of the streams showing up have the to address set to 0x0000000000000000000000000000000000000000

Screenshot 2023-03-02 at 11.49.27 PM Screenshot 2023-03-02 at 11.49.36 PM

Hi @jins

It could that the filter is not updated correctly. Can you once verify if the filter svave to your stream? You can use get stream endpoint to test it

I think it was because I had two streams active in two different browser tabs and the UI was glitching and pulling in both streams on each page.

Seems to be working now when I close one.

1 Like