For the complete documentation index, see llms.txt. This page is also available as Markdown.

CompV3Claim

Description

Claims Comp reward for the specified user.

Notes

Claim rewards of token type from a comet instance to a target address.

Action ID

0xf8470345

SDK Action

const compoundV3ClaimAction = new dfs.actions.compoundV3.CompoundV3ClaimAction(
    market,
    onBehalfOf,
    to,
    shouldAccrue
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated