eth.eigenlayer.delegation_manager_strategy_withdrawal_delay_blocks_set
Decoded table for StrategyWithdrawalDelayBlocksSet events from the DelegationManager contract on Ethereum mainnet.
Emitted when the strategy withdrawal delay blocks are set.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The strategy used in the operation. |
| DECIMAL | The previous value before the change. |
| DECIMAL | The new value after the change. |
| 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