SiloRouter
SiloRouter
Silo Router is a utility contract that aims to improve UX. It can batch any number or combination of actions (Deposit, Withdraw, Borrow, Repay) and execute them in a single transaction.
SiloRouter requires only first action asset to be approved
Methods
execute
Execute actions
User can bundle any combination and number of actions. It's possible to do multiple deposits, withdraws etc. For that reason router may need to send multiple tokens back to the user.
Parameters
Name
Type
Description
_actions
SiloRouter.Action[]
array of actions to execute
siloRouterPing
Returns
Name
Type
Description
_0
bool
undefined
wrappedNativeToken
Returns
Name
Type
Description
_0
contract IWrappedNativeToken
undefined
Last updated