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 NameData TypeDescription

operator

CHARACTER VARYING

The identifier of the operator.

metadata_uri

CHARACTER VARYING

The URI of the metadata.

transaction_hash

CHARACTER VARYING

The hash of the transaction.

log_index

BIGINT

The index of the log within the block.

block_timestamp

BIGINT

The timestamp of the block.

block_number

BIGINT

The number of the block.

block_hash

CHARACTER VARYING

The hash of the block.

Last updated