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 Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The smart contract address of the EigenPod. |
| CHARACTER VARYING | The Beacon chain validator withdrawal credential that should match the EigenPod address. |
| CHARACTER VARYING | The address of the owner for this EigenPod. |
| CHARACTER VARYING | The hash of the transaction where this EigenPod was created. |
| BIGINT | The index of the PodDeployed log event within the Ethereum block that created this EigenPod. |
| CHARACTER VARYING | The hash of the block that contains the transaction which created this EigenPod. |
| BIGINT | The timestamp of the block that contains the transaction which created this EigenPod. |
| BIGINT | The block number in the blockchain that contains the transaction which created this EigenPod. |
Last updated