Description of the ethereum.withdrawals table on Dune
validator_index
of unique depositors. Since Dune doesn’t have beacon chain data yet, we have to rely on a workaround using a query to obtain a list of valid and active deposits from the Ethereum deposit contract.
This query returns a list of valid and active deposits, which we can use to identify the validator_index
of unique depositors. We can use this query to match the validator_index
of depositors with the validator_index
of withdrawers in the withdrawals table.
The Query is manually maintained and therefore may not always be up to date, but most historical data is available.
LINK TO QUERY