Money Streaming Events
Query CFA Data
CFA Events (For Money Streaming)
flowUpdated
: emits any time there is a creation, update, or deletion event of a stream. Note that “type” will represent the type of update:
0 = creation event
1 = update event
2 = deletion event

Sample Subgraph Query:
Note that
totalAmountStreamedUntil
timestamp is useful because it will return the total amount streamed until the state change, andstreamedUntilUpdatedAt
will return the total amount stream since the previous state change. Learn more about this here.
Last updated
Was this helpful?