SablierMerkleInstant
Inherits: ISablierMerkleInstant, SablierMerkleBase
See the documentation in ISablierMerkleInstant.
Functions
constructor
Constructs the contract by initializing the immutable state variables.
constructor(
MerkleBase.ConstructorParams memory baseParams,
address campaignCreator
)
SablierMerkleBase(baseParams, campaignCreator);
_claim
This function is implemented by child contracts, so the logic varies depending on the model.
function _claim(uint256 index, address recipient, uint128 amount) internal override;