Function: fillOrders(SilicaOrder[] orders, bytes[] signatures, uint256[] fractions)
This function is used to fill multiple orders.
Inputs
ordersControl: Arbitrary.
Constraints: None.
Impact: Array of orders.
signaturesControl: Arbitrary.
Constraints: None.
Impact: Array of signatures.
fractionsControl: Arbitrary.
Constraints: None.
Impact: Array of fractions.
Branches and code coverage
Intended branches
Invokes
fillOrderfor each order inorders.
Negative behavior
Reverts if the lengths of
orders,signatures, andfractionsare not equal.