eth.eigenlayer.delegation_manager_operator_details_modified
Decoded table for OperatorDetailsModified events from the DelegationManager contract on Ethereum mainnet.
Emitted when the operator details are modified.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The identifier of the operator. |
| CHARACTER VARYING | The address receiving the operator's new earnings. |
| CHARACTER VARYING | The address approving the operator's delegation. |
| BIGINT | The number of blocks for the new 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