Skip to main content
Helpful?

IncentiveKey

@uniswap/v3-sdk / Exports / IncentiveKey

Interface: IncentiveKey

Represents a unique staking program.

Table of contents

Properties

Properties

endTime

endTime: BigintIsh

The time that the incentive program ends.

Defined in

staker.ts:28


pool

pool: Pool

The pool that the staked positions must provide in.

Defined in

staker.ts:20


refundee

refundee: string

The address which receives any remaining reward tokens at endTime.

Defined in

staker.ts:32


rewardToken

rewardToken: Token

The token rewarded for participating in the staking program.

Defined in

staker.ts:16


startTime

startTime: BigintIsh

The time when the incentive program begins.

Defined in

staker.ts:24

Helpful?