eth.withdrawals
SQL table schema for eth.withdrawals and eth.recent_withdrawals
Ethereum Block withdrawals.
Column Name | Data Type | Description |
---|---|---|
| DOUBLE | Unique identifier of the withdrawal (within the withdrawal table). |
| DOUBLE | Unique identifier of the validator (within the validator table). |
| DOUBLE | The amount of ETH withdrawn. |
| CHARACTER VARYING | The address of the withdrawing account. |
| BIGINT | Unix time when the block including this withdrawal was mined/validated. |
| CHARACTER VARYING | The hash of the block including this withdrawal |
| BIGINT | The number of the block including this withdrawal |
Last updated