eth.eigenlayer.delegation_manager_withdrawal_completed

Decoded table for WithdrawalMigrated events from the DelegationManager contract on Ethereum mainnet.

Emitted when a withdrawal is migrated.

Column NameData TypeDescription

old_withdrawal_root

CHARACTER VARYING

The previous root hash of the withdrawal operation.

new_withdrawal_root

CHARACTER VARYING

The new root hash of the withdrawal operation.

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