Skip to main content
Schema: crosschain.olas Table: fact_mech_activity Type: View

What

This fact-based table contains all mech requests (prompts) and delivered data, including offchain metadata links to view the requests/responses to/from AI models. For more information, please visit Olas’ Official Mech Documentation.

Columns

Column NameData TypeDescription
BLOCKCHAINTEXTBlockchain, Network, or Platform the transaction or event occurs on.
BLOCK_NUMBERNUMBERThe block number at which the transaction is finalized.
BLOCK_TIMESTAMPTIMESTAMP_NTZThe block timestamp of this transaction in UTC
TX_HASHTEXTTransaction hash is a unique 66-character identifier that is generated when a transaction is executed.
ORIGIN_FUNCTION_SIGNATURETEXTThe function signature of this transaction.
ORIGIN_FROM_ADDRESSTEXTThe address that initiates the transaction. If a transaction generates multiple events, all of them will have the same originfromaddress.
ORIGIN_TO_ADDRESSTEXTThe address that receives the transaction. If a transaction generates multiple events, all of them will have the same origintoaddress.
CONTRACT_ADDRESSTEXTThe address of the contract interacted with.
EVENT_INDEXNUMBEREvent number within a transaction.
EVENT_NAMETEXTThe name of the event.
SENDER_ADDRESSTEXTThe address of the sender.
REQUEST_IDTEXTThe unique identifier of the request.
DATA_PAYLOADTEXTThe raw data emitted from the event.
METADATA_LINKTEXTA link to the request or delivery metadata.
FACT_MECH_ACTIVITY_IDTEXTThe unique identifier for each row in the table.
INSERTED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was inserted into the table.
MODIFIED_TIMESTAMPTIMESTAMP_NTZThe utc timestamp at which the row was last modified.