The token address.
The amount per second being dripped. When setting a config, it must be in the smallest unit (e.g., Wei), greater than 0
and be multiplied by 10 ^ 9
(constants.AMT_PER_SEC_MULTIPLIER
).
An arbitrary number used to identify a drip. When setting a config, it must be greater than or equal to 0
. It's a part of the configuration but the protocol doesn't use it.
The duration (in seconds) of dripping. When setting a config, it must be greater than or equal to 0
. If set to 0
, the contract will drip until the balance runs out.
The UNIX timestamp (in seconds) when dripping should start. When setting a config, it must be greater than or equal to 0
. If set to 0
, the contract will use the timestamp when drips are configured.
The balance when drips have been configured for the last time.
The current drips receivers list hash.
The current drips history hash.
The current maximum end time of drips.
The time when drips have been configured for the last time.
The amount which would be received.
The token address.
The amount made collectable for the user on top of what was collectable before.
The amount split to the user's splits receivers.
The amount which would be splitted.
The token address.
Generated using TypeDoc
The amount which would be collected.