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