Skip to main content
Version: v1.10

RewardsSplitPayload

Defined in: types.ts:193

OWR and Split Proxy Params

Extends​

Properties​

PropertyTypeDescriptionInherited fromDefined in
splitRecipientsSplitRecipient[]The split recipients addresses and splits.TotalSplitPayload.splitRecipientstypes.ts:178
ObolRAFSplit?numberSplit percentageNumber allocated for obol retroactive funding, minimum is 1%.TotalSplitPayload.ObolRAFSplittypes.ts:181
distributorFee?numberThe percentageNumber of accrued rewards that is paid to the caller of the distribution function to compensate them for the gas costs of doing so. Cannot be greater than 10%. For example, 5 represents 5%.TotalSplitPayload.distributorFeetypes.ts:184
controllerAddress?stringAddress that can mutate the split, should be ZeroAddress for immutable split.TotalSplitPayload.controllerAddresstypes.ts:187
principalRecipientstringAddress that will reclaim validator principal after exit.-types.ts:195
etherAmountnumberAmount needed to deploy all validators expected for the OWR/Splitter configuration.-types.ts:198
recoveryAddress?stringAddress that can control where the owr erc-20 tokens can be pushed, if set to zero it goes to splitter or principal address.-types.ts:201