Function: requestRedemption(uint256 amount)
This function is used to request redemption of iUSPC tokens.
Inputs
amountControl: Full control.
Constraints: The caller must pass the
isAllowlistedcheck, the contract must be in thewhenNotPausedstate andredemptionPausedmust be false, and the requested redemption amount must be greater than or equal tominimumRedemptionAmount.Impact: Amount of iUSPC tokens to redeem.
Branches and code coverage
Intended branches
Negative behavior