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:
UniversalBalance
depositFor(), withdrawFor(), transferFor(), multiDepositFor(), multiWithdrawFor()
depositFor()
withdrawFor()
transferFor()
multiDepositFor()
multiWithdrawFor()
PositionManagement
leverageFor(), deleverageFor()
leverageFor()
deleverageFor()
CToken
depositAsCollateralFor(), redeemCollateralFor(), redeemFor(), borrowFor()
depositAsCollateralFor()
redeemCollateralFor()
redeemFor()
borrowFor()
Last updated 2 months ago
Was this helpful?