Withdrawals
The ethereum.withdrawals table provides indexed views of all Ethereum staking withdrawals.
Columns
| Name | Type | Description |
|---|---|---|
| address | text |
The address of the account that withdrew. |
| amount | numeric |
The amount withdrawn (in Wei). |
| block_number | integer |
The block number the withdrawal was included in. |
| index | integer |
A unique sequential index for the withdrawal. |
| timestamp | timestamp |
The withdrawal's timestamp (in ISO-8601 format). |
| validator_index | text |
The index of the validator that the withdrawal was made for. |
| __confirmed | boolean |
Flag indicating whether the withdrawal has been confirmed. |
Indexes
| Index |
|---|
| block_number, index |
| timestamp, index |
| address, index |
| __confirmed WHERE __confirmed = false |
Got questions? Join our Discord
Discord is the primary home of the Transpose developer community. Join us to ask questions, share your work, and get help.