ConsensusLayerDepositManagerV1
Methods
DEPOSIT_SIZE
function DEPOSIT_SIZE() external view returns (uint256)Returns
Name
Type
Description
PUBLIC_KEY_LENGTH
function PUBLIC_KEY_LENGTH() external view returns (uint256)Returns
Name
Type
Description
SIGNATURE_LENGTH
Returns
Name
Type
Description
depositToConsensusLayerWithDepositRoot
Parameters
Name
Type
Description
getBalanceToDeposit
Returns
Name
Type
Description
getCommittedBalance
Returns
Name
Type
Description
getDepositedValidatorCount
Returns
Name
Type
Description
getKeeper
Returns
Name
Type
Description
getWithdrawalCredentials
Returns
Name
Type
Description
Events
SetDepositContractAddress
Parameters
Name
Type
Description
SetDepositedValidatorCount
Parameters
Name
Type
Description
SetWithdrawalCredentials
Parameters
Name
Type
Description
Errors
ErrorOnDeposit
InconsistentPublicKeys
InconsistentSignatures
InvalidDepositRoot
InvalidPublicKeyCount
InvalidSignatureCount
InvalidWithdrawalCredentials
NoAvailableValidatorKeys
NotEnoughFunds
OnlyKeeper
SliceOutOfBounds
SliceOverflow
Last updated
Was this helpful?