eth.eigenlayer.withdrawal_router_created

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

Column NameData TypeDescription

pod_owner

CHARACTER VARYING

The address of the owner of the pod who initiated the withdrawal.

recipient

CHARACTER VARYING

The address of the recipient who can claim the withdrawal.

amount_gwei

DECIMAL

The rounded Ether balance of the amount to claim, in gwei.

amount_hex

CHARACTER VARYING

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

index

BIGINT

The total number of withdrawals this pod owner has initiated.

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