if (_price > minReservePrices[_poolId] * filledQuantities[_poolId])
            revert InvalidPurchase();
contribution -= quantity * reservePrice;
