Skip to main content
The staking_ethereum.deposits table contains all ETH staking deposits to the beacon chain with entity attribution.

Table Schema

ColumnTypeDescription
block_timeTIMESTAMPBlock time of deposit transaction
block_numberBIGINTBlock number
amount_stakedDOUBLEAmount of ETH staked
depositor_addressVARBINARYAddress of the depositor
entityVARCHARName of depositor entity if identified
entity_unique_nameVARCHARUnique name of identified entity
entity_categoryVARCHARCategory of identified entity
sub_entityVARCHARSub-entity name if identified
sub_entity_unique_nameVARCHARUnique name of sub-entity
sub_entity_categoryVARCHARCategory of sub-entity
tx_hashVARBINARYTransaction hash
tx_fromVARBINARYAddress that executed the transaction
deposit_indexBIGINTDeposit index
pubkeyVARBINARYValidator public key
signatureVARBINARYDeposit signature
withdrawal_addressVARBINARYDefined withdrawal address
withdrawal_credentials_typeVARBINARYWithdrawal credentials type
withdrawal_credentialsVARBINARYWithdrawal credentials
evt_indexINTEGEREvent index

Table sample