eth.eigenlayer.delegation_manager_withdrawal_completed
Last updated
Last updated
Decoded table for WithdrawalMigrated events from the DelegationManager contract on Ethereum mainnet.
Emitted when a withdrawal is migrated.
Column Name | Data Type | Description |
---|---|---|
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.