Interface ERC20VariableIncentivePayload

The object representation of a ERC20VariableIncentivePayload.InitPayload

ERC20VariableIncentivePayload

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

Properties

asset: `0x${string}`

The address of the incentivized asset.

reward: bigint

The amount of the asset to distribute.

limit: bigint

The total spending limit of the asset that will be distributed.

manager: `0x${string}`

The entity that can clawback funds