➿CurveUsdWithdraw
Last updated
/// @param controllerAddress Address of the curveusd market controller
/// @param to Address that will receive the withdrawn collateral, will default to user's wallet
/// @param collateralAmount Amount of collateral to withdraw
struct Params {
address controllerAddress;
address to;
uint256 collateralAmount;
}return bytes32(generatedAmount);emit ActionEvent("CurveUsdWithdraw", logData);
logger.logActionDirectEvent("CurveUsdWithdraw", logData);
bytes memory logData = abi.encode(params);