Table Details
| Property | Value |
|---|---|
| Table Name | celo.dex.uniswap_v3_position_manager_calls |
| Table Status | Production-Ready |
| Unique Key | trace_id |
| Clustering Key(s) | block_timestamp::date |
Table Columns
| Column Name | Data Type | Description |
|---|---|---|
| function_name | VARCHAR(17) | Function name (e.g. mint, burn, positions etc) |
| io_params | VARIANT | Input output params |
| input_params | VARIANT | Decoded input data in JSON format |
| output_params | VARIANT | Decoded output data in JSON format |
| transaction_hash | VARCHAR(66) | Transaction hash |
| transaction_index | NUMBER(38,0) | Transaction index in the block |
| trace_address | VARCHAR(134217728) | The address of the trace within the call graph. |
| trace_id | VARCHAR(134217728) | Unique identifier for this trace. Generated by combining the trace_type, transaction_hash and trace_address. |
| block_timestamp | TIMESTAMP_NTZ(9) | Block timestamp |
| block_number | NUMBER(38,0) | Block number |
| block_hash | VARCHAR(66) | Block hash |