McdClaim
Last updated
/// @param vaultId Id of the vault
/// @param joinAddr Join address of the maker collateral
/// @param to Address where to send the bonus tokens we withdrew
struct Params {
uint256 vaultId;
address joinAddr;
address to;
}return bytes32(returnAmount);emit ActionEvent("McdClaim", logData);
logger.logActionDirectEvent("McdClaim", logData);
bytes memory logData = abi.encode(params);