eth.eigenlayer.withdrawal_router_claimed

Decoded table for DelayedWithdrawalClaimed events from the DelayedWithdrawalRouter contract on Ethereum mainnet.

Column NameData TypeDescription

recipient

CHARACTER VARYING

The address of the recipient who claimed the withdrawal.

amount_claimed_gwei

DECIMAL

The rounded Ether balance of the amount claimed, in gwei.

amount_claimed_hex

CHARACTER VARYING

The exact, unrounded Ether balance of the amount claimed, in wei. Stored as a hexadecimal string.

delayed_withdrawals_completed

BIGINT

The total number of completed withdrawals this recipient has claimed.

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.

Last updated