eth.eigenlayer.eigenpods

The eth.eigenlayer.eigenpods table contains the current list of all EigenPods that have been created, as determined by the event PodDeployed. It includes the following fields:

Column NameData TypeDescription

eigenpod

CHARACTER VARYING

The smart contract address of the EigenPod.

withdrawal_credential

CHARACTER VARYING

The Beacon chain validator withdrawal credential that should match the EigenPod address.

pod_owner

CHARACTER VARYING

The address of the owner for this EigenPod.

transaction_hash

CHARACTER VARYING

The hash of the transaction where this EigenPod was created.

log_index

BIGINT

The index of the PodDeployed log event within the Ethereum block that created this EigenPod.

block_hash

CHARACTER VARYING

The hash of the block that contains the transaction which created this EigenPod.

block_timestamp

BIGINT

The timestamp of the block that contains the transaction which created this EigenPod.

block_number

BIGINT

The block number in the blockchain that contains the transaction which created this EigenPod.

Last updated