CBRedeem
Redeem LUSD (sometimes yTokens) for bLUSD
Last updated
/// @param bLUSDAmount Amount of bLusd tokens to pull
/// @param minLUSDFromSP Min. amount of LUSD to receive
/// @param from Address from where to pull bLusd tokens
/// @param to Address where to send LUSD tokens (possibly yTokens as well)
struct Params {
uint256 bLUSDAmount;
uint256 minLUSDFromSP;
address from;
address to;
}return bytes32(lusdAmount);emit ActionEvent("CBRedeem", logData);
logger.logActionDirectEvent("CBRedeem", logData);
bytes memory logData = abi.encode(params);