Function: createVault(uint256 _fixedSideCapacity, uint256 _duration, uint256 _variableSideCapacity)
This function is to create a new LidoVault with initialize value.
Inputs
_fixedSideCapacityControl: Arbitrary.
Constraints: None.
Impact: The value of fixed-side capacity.
_durationControl: Arbitrary.
Constraints: None.
Impact: The value of staking duration.
_variableSideCapacityControl: Arbitrary.
Constraints: None.
Impact: The value of variable-side capacity.
Branches and code coverage
Intended branches
Create vault with initialized params.
Negative behavior
Reverts if the
vaultAddressis zero.