CBChickenOut
Withdraws backing lusd from a pending bond
Last updated
/// @param bondID NFT token id of the bond
/// @param minLUSD Minimum amount of LUSD to be returned if the full amount is not avail.
/// @param to Address where to send LUSD returned
struct Params {
uint256 bondID;
uint256 minLUSD;
address to;
}return bytes32(lusdAmount);emit ActionEvent("CBChickenOut", logData);
logger.logActionDirectEvent("CBChickenOut", logData);
bytes memory logData = abi.encode(params);