For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Solidity Event:

Sample Subgraph Query:

Note that totalAmountStreamedUntil timestamp is useful because it will return the total amount streamed until the state change, and streamedUntilUpdatedAt will return the total amount stream since the previous state change. Learn more about this here.

Last updated