Assessment reports>Stable Predeposit>Threat Model>previewRedeemBridge

Function: previewRedeemBridge(uint256 shares)

This function exposes the same preview logic used by redeem, so bridge integrations can quote redemption outcomes.

Inputs

  • shares

    • Control: N/A.

    • Constraints: Must be nonzero.

    • Impact: Returns the expected USDT output if the redemption were executed now.

Branches and code coverage

Intended branches

  • Return the expected USDT output if the redemption were executed now.

Function call analysis

  • None.

Zellic © 2025Back to top ↑