eth.eigenlayer.delegation_manager_operator_registered
Decoded table for OperatorRegistered events from the DelegationManager contract on Ethereum mainnet.
Emitted when an operator is registered.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The identifier of the operator. |
| CHARACTER VARYING | The address receiving the operator's earnings. |
| CHARACTER VARYING | The address approving the operator's delegation. |
| BIGINT | The number of blocks for the operator's staker opt-out window. |
| 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