Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.97 KB

eth.eigenlayer.strategy_manager_withdrawal_delay_blocks_set.md

File metadata and controls

17 lines (14 loc) · 1.97 KB

eth.eigenlayer.strategy_manager_withdrawal_delay_blocks_set

Decoded table for WithdrawalDelayBlocksSet events from the StrategyManager contract on Ethereum mainnet.

Emitted when the withdrawalDelayBlocks variable is modified from previousValue to newValue.

Column Name Data Type Description
previous_value DECIMAL The previous value of withdrawalDelayBlocks.
previous_value_hex CHARACTER VARYING The previous value of withdrawalDelayBlocks as a hexadecimal string.
new_value DECIMAL The new value of withdrawalDelayBlocks.
new_value_hex CHARACTER VARYING The new value of withdrawalDelayBlocks as a hexadecimal string.
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.