# OVMBaseSplitPayload

> **OVMBaseSplitPayload** = `object`

Defined in: [types.ts:207](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L207)

OVM and SplitV2 Base Params

## Properties

| Property | Type | Description | Defined in |
| ------ | ------ | ------ | ------ |
| <a id="rewardsplitrecipients"></a> `rewardSplitRecipients` | [`SplitV2Recipient`](SplitV2Recipient.md)[] | The split recipients addresses and splits. | [types.ts:209](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L209) |
| <a id="ovmowneraddress"></a> `OVMOwnerAddress` | `string` | Owner address for the OVM contract. | [types.ts:212](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L212) |
| <a id="splitowneraddress"></a> `splitOwnerAddress?` | `string` | Owner address for the splitter contracts. | [types.ts:215](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L215) |
| <a id="principalthreshold"></a> `principalThreshold?` | `number` | Principal threshold in ETH for OVM contract. | [types.ts:218](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L218) |
| <a id="distributorfeepercent"></a> `distributorFeePercent?` | `number` | Distributor fee percentage (0-10). | [types.ts:221](https://github.com/ObolNetwork/obol-sdk/blob/5137bd5c4ded55a50234f19135ea3a5bfeab4d47/src/types.ts#L221) |
