eth.eigenlayer.strategy_manager_withdrawal_completed
Decoded table for WithdrawalCompleted events from the StrategyManager contract on Ethereum mainnet.
Emitted when a queued withdrawal is completed.
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 | 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. |
| CHARACTER VARYING | The contract address of the strategy that has a completed withdrawal. |
| DECIMAL | The number of shares withdrawn |
| CHARACTER VARYING | The number of shares withdrawn as a hexadecimal string. |
| CHARACTER VARYING | The address of the caller on the StrategyManager contract |
| CHARACTER VARYING | The token that |
| DECIMAL | The number of tokens deposited |
| CHARACTER VARYING | The number of tokens deposited as a hexadecimal string. |
| BOOLEAN | Whether the withdrawer has flagged to receive the funds as tokens |
Last updated