Function: requestSubscription(uint256 amount)
This function is used to request a subscription (mint) of iUSPC tokens.
Inputs
amountControl: Full control.
Constraints: The caller must pass the
isAllowlistedcheck,subscriptionPausedmust be false, and the requested subscription amount must be greater than or equal tominimumDepositAmount.Impact: Amount of collateral to deposit.
Branches and code coverage
Intended branches
Negative behavior