lookup_event_feed
Converts a bytes32 feedId from Pythia events into its human-readable feed name, eliminating the need for a manual lookup table.
Instructions
Reverse-lookup a Pythia Event feedId (bytes32) to its human-readable feed name.
Subscribers receive bytes32 feedId in SubscriptionCreated and PythiaEvent
events. This tool maps that hash back to the canonical feed name (e.g.
'pol_RSI_5M_14') so dApps don't need to maintain their own feedId → name
table or query the registry contract on every event.
Args: feed_id_hex: bytes32 hash, with or without '0x' prefix, any case.
Returns: Single-section report with feed_name + matching token + indicator suffix. If the hash is not in the registered lookup table, returns a diagnostic pointer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feed_id_hex | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |