eth.eigenlayer.delegation_manager_withdrawal_completed
Decoded table for WithdrawalMigrated events from the DelegationManager contract on Ethereum mainnet.
Emitted when a withdrawal is migrated.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The previous root hash of the withdrawal operation. |
| CHARACTER VARYING | The new root hash of the withdrawal operation. |
| CHARACTER VARYING | The hash of the transaction. |
| BIGINT | The index of the log within the block. |
| BIGINT | The timestamp of the block. |
| BIGINT | The number of the block. |
| CHARACTER VARYING | The hash of the block. |
Last updated