CompV3Withdraw

Description

Withdraw a token from CompoundV3.

Notes

Sending type(uint).max withdraws the whole balance of _from addr

Action ID

0xc0072381

SDK Action

const compoundV3WithdrawAction = new dfs.actions.compoundV3.CompoundV3WithdrawAction(
    market,
    to,
    asset,
    amount,
    onBehalf
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?