eth.eigenlayer.withdrawal_router_claimed
Decoded table for DelayedWithdrawalClaimed events from the DelayedWithdrawalRouter contract on Ethereum mainnet.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The address of the recipient who claimed the withdrawal. |
| DECIMAL | The rounded Ether balance of the amount claimed, in gwei. |
| CHARACTER VARYING | The exact, unrounded Ether balance of the amount claimed, in wei. Stored as a hexadecimal string. |
| BIGINT | The total number of completed withdrawals this recipient has claimed. |
| CHARACTER VARYING | The hash of the transaction where this event occurred. |
| BIGINT | The index of the log event within the Ethereum block. |
| CHARACTER VARYING | The hash of the block that contains the transaction which contains this event. |
| BIGINT | The timestamp of the block that contains the transaction which contains this event. |
| BIGINT | The block number in the blockchain that contains the transaction which contains this event. |
Last updated