Assessment reports>Multisafe USPC Contracts>Threat Model>requestRedemption

Function: requestRedemption(uint256 amount)

This function is used to request redemption of iUSPC tokens.

Inputs

  • amount

    • Control: Full control.

    • Constraints: The caller must pass the isAllowlisted check, the contract must be in the whenNotPaused state and redemptionPaused must be false, and the requested redemption amount must be greater than or equal to minimumRedemptionAmount.

    • Impact: Amount of iUSPC tokens to redeem.

Branches and code coverage

Intended branches

Negative behavior

Zellic © 2025Back to top ↑