Get back system coins or collateral tokens that were withdrawn from Uniswap and not used to save a specific SAFE
SDK Action
const reflexerSaviourGetReservesAction = new dfs.actions.reflexer.ReflexerSaviourGetReservesAction(
to,
safeId,
);
Contract
This is a DFS STANDARD_ACTION.
Input:
/// @param to The address that will receive tokens
/// @param safeId The ID of the SAFE. This ID should be registered inside GebSafeManager
struct Params {
address to;
uint256 safeId;
}