eth.eigenlayer.withdrawal_router_balances
This table has a row that contains the current Ether balance on each block for the Ethereum mainnet DelayedWithdrawalRouter.
Column Name | Data Type | Description |
---|---|---|
| DECIMAL | The rounded Ether balance of the withdrawal router contract, in gwei. |
| CHARACTER VARYING | The exact, unrounded Ether balance of this withdrawal router contract, in wei. Stored as a hexadecimal string. |
| DECIMAL | The change in balance (in gwei) from the previous block. Can be 0. |
| BIGINT | The timestamp of the block when the withdrawal router contract had this balance. |
| BIGINT | The block number when the withdrawal router contract had this balance. |
| CHARACTER VARYING | The hash of the block when the withdrawal router contract had this balance. |
Last updated