eth.beacon.withdrawals
SQL table schema for eth.beacon.withdrawals and eth.beacon.recent_withdrawals
Ethereum Beacon withdrawals of ETH from the beacon chain to the main Ethereum chain. More details.
Column Name | Data Type | Description |
---|---|---|
| DOUBLE | Index of slot in the block the slashing was processed. |
| CHARACTER VARYING | Root hash of block the slashing was processed. |
| BIGINT | Timestamp of the block the slashing was processed. |
| DOUBLE | The index of the withdrawal within the block. |
| DOUBLE | The index for the validator who made the change request. |
| CHARACTER VARYING | The address that the ETH was withdrawn to. |
| DOUBLE | Amount of ETH withdrawn (in gwei). |
Last updated