Useful Queries for Your Integration

How to use the Superfluid Subgraph to Get Data Based on Events

Superfluid Events

Whether you’re building a wallet, a block explorer, or data platform, you’ll need to display up to date account data. This means that you’ll need to listen for events where balances change and as stream/distribution operations are performed. You can see a full list of events in our solidity repo, but we recommend taking a close look at the following events as they may prove to be most useful.

Last updated