Instant Distribution Events

Query IDA Events

IDA Events (For Distributions)

indexDistributionClaimed: emits when a subscriber claims a pending distribution. This will increment the super balance of the subscriber

Solidity Event:

Sample Subgraph Query:

subscriptionApprovedEvents : emits when a subscribed approves a subscription. If the subscribed has any unclaimed distributions, this will increment the token balance of the subscriber

Solidity Event:

Sample Subgraph Query:

indexUpdatedEvents: emits when an index is updated. This will happen when a publisher distributes funds to an index. If a subscriber has approved the subscription by calling approveSubscription(), then these events will increment the user’s balance. In this case, we’d recommend getting a user’s list of index subscriptions and then simply calling balanceOf() when an indexUpdatedEvent is emitted for one of those subscriptions.

Solidity Event:

Sample Subgraph Queries

Then, you can listen for events for the above indexIds^

Last updated

Was this helpful?