eth.eigenlayer.delegation_manager_operator_shares_decreased
Decoded table for OperatorSharesDecreased events from the DelegationManager contract on Ethereum mainnet.
Emitted when an operator's shares are decreased.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The identifier of the operator. |
| CHARACTER VARYING | The identifier of the staker. |
| CHARACTER VARYING | The strategy used in the operation. |
| DECIMAL | The number of shares involved in the transaction. |
| 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