ReflexerWithdrawStuckFunds
Last updated
/// @param safeId Id of the reflexer safe
/// @param to Address where to send stuck rai tokens
struct Params {
uint256 safeId;
address to;
}return bytes32(withdrawnAmount);emit ActionEvent("ReflexerWithdrawStuckFunds", logData);
logger.logActionDirectEvent("ReflexerWithdrawStuckFunds", logData);
bytes memory logData = abi.encode(params);