Assessment reports>SSI Protocol>Threat Model>confirmMint

Function: confirmMint(byte[32] orderHash)

This function confirms the minting order.

Inputs

  • orderHash

    • Control: Fully controlled by the caller.

    • Constraints: Must be the order hash of the pending order.

    • Impact: Specifies the order to be confirmed.

Branches and code coverage

Intended branches

  • Change the status of the order.

  • Burn the asset token.

  • Mint the USSI token.

Negative behavior

  • The caller is the owner.

  • Given order is the minting order.

  • Given order is pending.

Zellic © 2025Back to top ↑