Alluvial Finance Inc.
Consensys Layer Deposit Manager Interface (v1)
This interface exposes methods to handle the interactions with the official deposit contract
Deposits current balance to the Consensus Layer by batches of 32 ETH
_maxCount
uint256
The maximum amount of validator keys to fund
_depositRoot
bytes32
The root of the deposit tree
Returns the amount of ETH not yet committed for deposit
_0
uint256
The amount of ETH not yet committed for deposit
Returns the amount of ETH committed for deposit
_0
uint256
The amount of ETH committed for deposit
Get the deposited validator count (the count of deposits made by the contract)
_0
uint256
The deposited validator count
Get the keeper address
_0
address
The keeper address
Retrieve the withdrawal credentials
_0
bytes32
The withdrawal credentials
The stored deposit contract address changed
depositContract indexed
address
Address of the deposit contract
Emitted when the deposited validator count is updated
oldDepositedValidatorCount
uint256
The old deposited validator count value
newDepositedValidatorCount
uint256
The new deposited validator count value
The stored withdrawal credentials changed
withdrawalCredentials
bytes32
The withdrawal credentials to use for deposits
An error occured during the deposit
The length of the BLS Public key is invalid during deposit
The length of the BLS Signature is invalid during deposit
Invalid deposit root
The received count of public keys to deposit is invalid
The received count of signatures to deposit is invalid
The withdrawal credentials value is null
The internal key retrieval returned no keys
Not enough funds to deposit one validator