sablier-labs / flow

🍃 Smart contracts of the Sablier Flow protocol.
Other
8 stars 0 forks source link

Add the time variable in withdraw event #211

Closed andreivladbrg closed 1 month ago

andreivladbrg commented 2 months ago

This might be useful for the subgraph as it may not have access to input params. @razgraf is this correct?

for context, the withdraw function in flow doesn't take an amount as input param, but a time variable.

razgraf commented 2 months ago

https://github.com/sablier-labs/flow/blob/f82aedc0f8a268039eec0f0c5ee56bd5ea3eefe9/src/SablierFlow.sol#L808

Yes, that would probably be useful!