Assessment reports>Lido Fixed Income>Threat Model>finalizeVaultNotStartedFixedWithdrawals

Function: finalizeVaultNotStartedFixedWithdrawals()

This function is to finalize the fixed withdrawal with requestIds if not started.

Function call analysis

  • this.claimWithdrawals(msg.sender, requestIds) -> this._claimWithdrawals(user, requestIds) -> LidoVault.lidoWithdrawalQueue.claimWithdrawal(requestIds[i])

    • What is controllable? None.

    • If the return value is controllable, how is it used and how can it go wrong? None.

    • What happens if it reverts, reenters or does other unusual control flow? N/A.

Zellic © 2024Back to top ↑