eth.eigenlayer.strategy_manager_withdrawal_queued
Last updated
Last updated
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 |
---|---|---|
depositor
CHARACTER VARYING
The staker
who is queuing a withdrawal from EigenLayer.
nonce
DECIMAL
The withdrawal's unique identifier (to the depositor).
withdrawer
CHARACTER VARYING
The party specified by staker
who will be able to complete the queued withdrawal and receive the withdrawn funds.
delegated_address
CHARACTER VARYING
The party who the staker
was delegated to at the time of creating the queued withdrawal.
withdrawal_root
CHARACTER VARYING
A hash of the input data for the withdrawal.
transaction_hash
CHARACTER VARYING
The hash of the transaction where this event occurred.
log_index
BIGINT
The index of the log event within the Ethereum block.
block_hash
CHARACTER VARYING
The hash of the block that contains the transaction which contains this event.
block_timestamp
BIGINT
The timestamp of the block that contains the transaction which contains this event.
block_number
BIGINT
The block number in the blockchain that contains the transaction which contains this event.