List of Delegable Actions

Once a user has approved your contract as a delegate, your application can perform various actions on their behalf.

Functions with the post-fix "for" enable delegable actions.

Below is a list of contracts and their delegable actions:

Contract
Delegable Actions

GaugeManager

claim()

RewardManager

manageRewardsFor()

UniversalBalance

depositFor(), withdrawFor(), transferFor(), multiDepositFor(), multiWithdrawFor()

PositionManagement

leverageFor(), deleverageFor()

Ptoken

depositAsCollateralFor(), redeemCollateralFor(), redeemFor(),

Etoken

borrowFor(), redeemFor()

Last updated