Skip to main content
The staking_ethereum.flows table combines deposits and withdrawals into a unified view for analyzing net staking flows over time.

Table Schema

ColumnTypeDescription
block_timeTIMESTAMPBlock time
block_numberBIGINTBlock number
amount_stakedDOUBLEAmount of ETH staked (deposits)
depositor_addressVARBINARYAddress of the depositor
entityVARCHARName of entity if identified
entity_unique_nameVARCHARUnique name of identified entity
entity_categoryVARCHARCategory of entity
sub_entityVARCHARSub-entity name
sub_entity_unique_nameVARCHARUnique name of sub-entity
sub_entity_categoryVARCHARCategory of sub-entity
tx_fromVARBINARYAddress that executed the transaction
deposit_indexBIGINTDeposit index
withdrawal_indexBIGINTWithdrawal index
validator_indexBIGINTValidator index
pubkeyVARBINARYValidator public key
signatureVARBINARYSignature
withdrawal_addressVARBINARYWithdrawal address
withdrawal_credentials_typeVARBINARYWithdrawal credentials type
withdrawal_credentialsVARBINARYWithdrawal credentials
amount_full_withdrawnDOUBLEAmount from full validator withdrawal
amount_partial_withdrawnDOUBLEAmount from partial (rewards) withdrawal
tx_hashVARBINARYTransaction hash
evt_indexINTEGEREvent index

Table sample