axelar.axelscan Table: fact_gmp Type: View
This table contains the records from Axelscan for the General Message Protocol (GMP). This table
will not contain the current day’s data and will always be one day behind.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | TEXT | The unique identifier for the transaction |
| CREATED_AT | TIMESTAMP_NTZ | The timestamp the transaction was created |
| STATUS | TEXT | The status of the transaction |
| AMOUNT | FLOAT | The amount of the transaction |
| DESTINATION_CHAIN_TYPE | TEXT | The type of destination chain |
| EVENT | TEXT | The name of the event |
| SIMPLIFIED_STATUS | TEXT | The simplified status of the transaction |
| CALL | VARIANT | The call object |
| COMMAND_ID | TEXT | The ID of the command |
| FEES | VARIANT | The fees of the transaction |
| GAS_STATUS | TEXT | The gas status of the transaction |
| IS_CALL_FROM_RELAYER | TEXT | Whether the call is from a relayer |
| IS_INVALID_CALL | TEXT | Whether the call is invalid |
| IS_INVALID_DESTINATION_CHAIN | TEXT | Whether the destination chain is invalid |
| IS_TWO_WAY | TEXT | Whether the transaction is two way |
| TIME_SPENT | VARIANT | The time spent object |
| DATA | VARIANT | The raw API response |
| FACT_GMP_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. |