IInfraredV1_4
Inherits: IInfraredV1_3
Interface for Infrared V1.4 upgrade. Adds BGT incentive claims.
Defines external functions and events for V1.4. Inherits from IInfraredV1_3.
Functions
claimBGTIncentives
Claims BGT incentive rewards via the BGTIncentiveDistributor.
function claimBGTIncentives(IBGTIncentiveDistributor.Claim[] calldata _claims)
external;
Parameters
Name | Type | Description |
---|---|---|
_claims | IBGTIncentiveDistributor.Claim[] | Array of claim data. |
Events
BGTIncentivesClaimAttempted
Emitted when claimBGTIncentives is called.
event BGTIncentivesClaimAttempted(
address indexed caller, address indexed distributor, uint256 numClaims
);
Parameters
Name | Type | Description |
---|---|---|
caller | address | Address initiating the claim. |
distributor | address | BGTIncentiveDistributor contract called. |
numClaims | uint256 | Number of claims submitted. |