Interface ERC20VariableIncentivePayload

The object representation of a ERC20VariableIncentivePayload.InitPayload

ERC20VariableIncentivePayload

interface ERC20VariableIncentivePayload {
    asset: `0x${string}`;
    reward: bigint;
    limit: bigint;
}

Properties

Properties

asset: `0x${string}`

The address of the incentivized asset.

reward: bigint

The amount of the asset to distribute.

limit: bigint

How many times can this incentive be claimed.