Function: initialize(uint256 _minBlocksSinceLastDeposit)
This function is used to initialize the contract.
Inputs
_minBlocksSinceLastDeposit
Control: Arbitrary.
Constraints: None.
Impact: Value of the minimum number of blocks since last deposit.
Branches and code coverage
Intended branches
Initialize the contract.
Negative behavior
Reverts if caller is not the owner.