Interface AllowListIncentivePayload

The object representation of a AllowListIncentive.InitPayload

AllowListIncentivePayload

interface AllowListIncentivePayload {
    allowList: `0x${string}`;
    limit: bigint;
}

Properties

Properties

allowList: `0x${string}`

The address to the allowlist to add claimers to.

limit: bigint

The maximum number of claims that can be made (one per address)