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 NameData TypeDescription

strategy

CHARACTER VARYING

The strategy used in the operation.

previous_value

DECIMAL

The previous value before the change.

new_value

DECIMAL

The new value after the change.

transaction_hash

CHARACTER VARYING

The hash of the transaction.

log_index

BIGINT

The index of the log within the block.

block_timestamp

BIGINT

The timestamp of the block.

block_number

BIGINT

The number of the block.

block_hash

CHARACTER VARYING

The hash of the block.

Last updated