AaveV3Supply

Description

Supply a token to an Aave market

Notes

User deposits tokens to the Aave protocol. User needs to approve its wallet to pull the tokens being supplied

Action ID

0xfc33bf00

SDK Action

const aaveV3SupplyAction = new dfs.actions.aaveV3.AaveV3SupplyAction(
    useDefaultMarket,
    market,
    amount,
    from,
    tokenAddress,
    assetId,
    enableAsColl,
    useOnBehalf,
    onBehalf
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?