You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`balance`|`uint128`| The amount of tokens that are currently available in the stream, denoted in token's decimals. This is the sum of deposited amounts minus the sum of withdrawn amounts. |
33
-
|`ratePerSecond`|`UD21x18`| The payment rate per second, denoted as a fixed-point number where 1e18 is 1 token per second. For example, to stream 1000 tokens per week, this parameter would have the value $(1000 * 10^{18}) / (7 days in seconds)$. |
33
+
|`ratePerSecond`|`UD21x18`| The payment rate per second, denoted as a fixed-point number where 1e18 is 1 token per second. For example, to stream 1000 tokens per week, this parameter would have the value $(1000 * 10^{18}) / (7 days in seconds)$. |
34
34
|`sender`|`address`| The address streaming the tokens, with the ability to pause the stream. |
35
35
|`snapshotTime`|`uint40`| The Unix timestamp used for the ongoing debt calculation. |
36
36
|`isStream`|`bool`| Boolean indicating if the struct entity exists. |
0 commit comments