eth.eigenlayer.delegation_manager_withdrawal_migrated
Decoded table for WithdrawalQueued events from the DelegationManager contract on Ethereum mainnet.
Emitted when a withdrawal is queued.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The identifier of the depositor. |
| DECIMAL | The nonce value for the transaction. |
| CHARACTER VARYING | The nonce value in hexadecimal format. |
| BIGINT | The starting block number for the transaction. |
| ARRAY | The shares involved in the transaction in hexadecimal format. |
| CHARACTER VARYING | The identifier of the withdrawer. |
| CHARACTER VARYING | The address to which the withdrawal is delegated. |
| CHARACTER VARYING | The 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