crosschain.olas Table: dim_registry_metadata Type: View
What
This table contains dimensional metadata for the registry contracts, including details about the various Agent, Component and Service entities registered in the OLAS ecosystem. The metadata is sourced via contract reads on the tokenURI function, and typically direct to IPFS. Metadata columns may be null, as they are sourced from contract reads (on EVMs) and the calls will be retried where applicable. Various chain-specific columns may be null, as this table joins together the EVM and SVM.Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | Blockchain, Network, or Platform the transaction or event occurs on. |
| NAME | TEXT | The registered name of the Unit (Agent, Component) or Service. |
| DESCRIPTION | TEXT | The registered description of the Unit (Agent, Component) or Service. |
| REGISTRY_ID | NUMBER | The unique identifier associated with the registered Unit (Agent, Component) or Service. |
| CONTRACT_ADDRESS | TEXT | The address of the contract interacted with. |
| REGISTRY_TYPE | TEXT | The type of registered Unit (Agent, Component) or Service. |
| TRAIT_TYPE | TEXT | The trait type for the registered Unit (Agent, Component) or Service. |
| TRAIT_VALUE | TEXT | The trait value for the registered Unit (Agent, Component) or Service. |
| CODE_URI_LINK | TEXT | The metadata link for the registered Unit (Agent, Component) or Service. |
| IMAGE_LINK | TEXT | The link to the image of the registered Unit (Agent, Component) or Service. |
| AGENT_IDS | ARRAY | The unique identifier of the Agent, which is a fundamental component of a Service. |
| SUBCOMPONENT_IDS | ARRAY | The unique identifier of the sub-components that make up the Agent or Component. |
| DIM_REGISTRY_METADATA_ID | TEXT | The unique identifier for each row in the table. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was inserted into the table. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The utc timestamp at which the row was last modified. |