eth.eigenlayer.strategy_manager_withdrawal_queued
Decoded table for WithdrawalQueued events from the StrategyManager contract on Ethereum mainnet.
Emitted when a new withdrawal is queued by depositor
.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The |
| DECIMAL | The withdrawal's unique identifier (to the depositor). |
| CHARACTER VARYING | The party specified by |
| CHARACTER VARYING | The party who the |
| CHARACTER VARYING | A hash of the input data for the withdrawal. |
| 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