Assessment reports>Alkimiya>Threat Model>cancelOrders

Function: cancelOrders(SilicaOrder[] orders)

This function is used to cancel multiple orders.

Inputs

  • orders

    • Control: Arbitrary.

    • Constraints: None.

    • Impact: Array of orders.

Branches and code coverage

Intended branches

  • Update sOrderCancelled for each order in orders.

Negative behavior

  • Reverts if the caller is not the maker of the order.

Zellic © 2024Back to top ↑