eth.eigenlayer.delegation_manager_operator_metadata_uri_updated
Decoded table for OperatorMetadataUriUpdated events (or from registerAsOperator
function) from the DelegationManager contract on Ethereum mainnet.
Emitted when the operator metadata URI is updated.
Column Name | Data Type | Description |
---|---|---|
| CHARACTER VARYING | The identifier of the operator. |
| CHARACTER VARYING | The URI of the metadata. |
| 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