eth.eigenlayer.delegation_manager_staker_delegated
Decoded table for StakerDelegated events from the DelegationManager contract on Ethereum mainnet.
Emitted when a staker is delegated.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The identifier of the staker. |
| CHARACTER VARYING | The identifier of the operator. |
| CHARACTER VARYING | The hash of the transaction. |
| BIGINT | The index of the log within the block. |
| BIGINT | The timestamp of the block. |
| BIGINT | The number of the block. |
| CHARACTER VARYING | The hash of the block. |
Last updated