Interface CGDAParameters

The configuration parameters for the CGDAIncentive

CGDAParameters

interface CGDAParameters {
    rewardDecay: bigint;
    rewardBoost: bigint;
    lastClaimTime: bigint;
    currentReward: bigint;
}

Properties

rewardDecay: bigint

The amount to subtract from the current reward after each claim

rewardBoost: bigint

The amount by which the reward increases for each hour without a claim (continuous linear increase)

lastClaimTime: bigint

The timestamp of the last claim

currentReward: bigint

The current reward amount