eth.eigenlayer.delegation_manager_staker_undelegated
Decoded table for StakerUndelegated events from the DelegationManager contract on Ethereum mainnet.
Emitted when a staker is undelegated.
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