Skip to main content

Interface: StakeReward

Stake reward record.

Hierarchy

Properties

createdBy

Optional createdBy: string

Member UID Member

Inherited from

BaseRecord.createdBy


createdOn

Optional createdOn: Timestamp

Date/time it was created on.

Inherited from

BaseRecord.createdOn


endDate

Readonly endDate: Timestamp

End date of the reward


startDate

Readonly startDate: Timestamp

Start date of the reward.


status

Readonly status: StakeRewardStatus

Token reward status


token

Readonly token: string

Token Token


tokenVestingDate

Readonly tokenVestingDate: Timestamp

Token vesting date (until what date it's locked)


tokensToDistribute

Readonly tokensToDistribute: number

Amount of tokens to distribute within the period


totalAirdropped

Optional Readonly totalAirdropped: number

Total airdropped in the period.


totalStaked

Optional Readonly totalStaked: number

Total staked in the period.


updatedOn

Optional updatedOn: Timestamp

Date/time it was updated on.

Inherited from

BaseRecord.updatedOn