solana-models/docs/catalog.json
2022-04-08 13:13:44 -07:00

1 line
91 KiB
JSON

{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.0.1", "generated_at": "2022-04-08T19:57:24.325174Z", "invocation_id": "cd44263c-b9fa-413e-bbd4-634d9e0cdae2", "env": {}}, "nodes": {"model.solana_models.bronze__blocks": {"metadata": {"type": "VIEW", "schema": "BRONZE", "name": "BLOCKS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": null}, "OFFSET_ID": {"type": "NUMBER", "index": 3, "name": "OFFSET_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 5, "name": "NETWORK", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 6, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 7, "name": "TX_COUNT", "comment": null}, "HEADER": {"type": "VARIANT", "index": 8, "name": "HEADER", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.bronze__blocks"}, "model.solana_models.bronze__transactions": {"metadata": {"type": "VIEW", "schema": "BRONZE", "name": "TRANSACTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 2, "name": "TX_ID", "comment": null}, "TX_BLOCK_INDEX": {"type": "NUMBER", "index": 3, "name": "TX_BLOCK_INDEX", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 4, "name": "BLOCK_ID", "comment": null}, "OFFSET_ID": {"type": "NUMBER", "index": 5, "name": "OFFSET_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 7, "name": "NETWORK", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 8, "name": "CHAIN_ID", "comment": null}, "TX": {"type": "VARIANT", "index": 9, "name": "TX", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "INGESTED_AT", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.bronze__transactions"}, "model.solana_models.core__dim_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_LABELS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The name of the blockchain"}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": "The name of the creator of the label"}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": "Address that the label is for. This is the field that should be used to join other tables with labels."}, "LABEL_TYPE": {"type": "TEXT", "index": 4, "name": "LABEL_TYPE", "comment": "A high-level category describing the addresses main function or ownership"}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 5, "name": "LABEL_SUBTYPE", "comment": "A sub-category nested within label type providing further detail"}, "LABEL": {"type": "TEXT", "index": 6, "name": "LABEL", "comment": "Name of the controlling entity of the address"}, "ADDRESS_NAME": {"type": "TEXT", "index": 7, "name": "ADDRESS_NAME", "comment": null}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__dim_labels"}, "model.solana_models.core__fact_blocks": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_BLOCKS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": "solana network name"}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "chain identifier, this will always be solana. Field is used in joins with crosschain tables"}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": "number of transactions within this block"}, "BLOCK_HEIGHT": {"type": "NUMBER", "index": 6, "name": "BLOCK_HEIGHT", "comment": "heigh of the block"}, "BLOCK_HASH": {"type": "TEXT", "index": 7, "name": "BLOCK_HASH", "comment": "hash of the block"}, "PREVIOUS_BLOCK_ID": {"type": "NUMBER", "index": 8, "name": "PREVIOUS_BLOCK_ID", "comment": "previous slot value"}, "PREVIOUS_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "PREVIOUS_BLOCK_HASH", "comment": "previous block's hash value"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_blocks"}, "model.solana_models.core__fact_nft_mints": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_NFT_MINTS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 5, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "PURCHASER": {"type": "TEXT", "index": 6, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "MINT_PRICE": {"type": "FLOAT", "index": 7, "name": "MINT_PRICE", "comment": "Price that it cost to mint the NFT in SOL or other currency."}, "MINT_CURRENCY": {"type": "TEXT", "index": 8, "name": "MINT_CURRENCY", "comment": "Currency used to pay for the NFT mint."}, "MINT": {"type": "TEXT", "index": 9, "name": "MINT", "comment": "Unique address representing a specific token"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_nft_mints"}, "model.solana_models.core__fact_nft_sales": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_NFT_SALES", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"MARKETPLACE": {"type": "TEXT", "index": 1, "name": "MARKETPLACE", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 4, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 6, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "PURCHASER": {"type": "TEXT", "index": 7, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "MINT": {"type": "TEXT", "index": 8, "name": "MINT", "comment": "Unique address representing a specific token"}, "SALES_AMOUNT": {"type": "FLOAT", "index": 9, "name": "SALES_AMOUNT", "comment": "The amount of Solana the NFT was purchased for"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_nft_sales"}, "model.solana_models.core__fact_staking_lp_actions": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_STAKING_LP_ACTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "INDEX": {"type": "NUMBER", "index": 5, "name": "INDEX", "comment": "Location of the event within the instructions of a transaction"}, "EVENT_TYPE": {"type": "TEXT", "index": 6, "name": "EVENT_TYPE", "comment": "The type of event (i.e. \"delegate\", \"withdraw\") that is occurring"}, "PROGRAM_ID": {"type": "TEXT", "index": 7, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "SIGNERS": {"type": "ARRAY", "index": 8, "name": "SIGNERS", "comment": "List of accounts that signed the transaction"}, "ACCOUNT_KEYS": {"type": "ARRAY", "index": 9, "name": "ACCOUNT_KEYS", "comment": "List of accounts that are referenced by pre/post sol/token balances objects"}, "INSTRUCTION": {"type": "VARIANT", "index": 10, "name": "INSTRUCTION", "comment": "Specifies which program it is calling, which accounts it wants to read or modify, and additional data that serves as auxiliary input to the program"}, "INNER_INSTRUCTION": {"type": "VARIANT", "index": 11, "name": "INNER_INSTRUCTION", "comment": "A call from one smart contract program to another"}, "PRE_BALANCES": {"type": "ARRAY", "index": 12, "name": "PRE_BALANCES", "comment": "List of pre-transaction balances for different accounts"}, "POST_BALANCES": {"type": "ARRAY", "index": 13, "name": "POST_BALANCES", "comment": "List of post-transaction balances for different accounts"}, "PRE_TOKEN_BALANCES": {"type": "ARRAY", "index": 14, "name": "PRE_TOKEN_BALANCES", "comment": "List of pre-transaction token balances for different token accounts"}, "POST_TOKEN_BALANCES": {"type": "ARRAY", "index": 15, "name": "POST_TOKEN_BALANCES", "comment": "List of post-transaction token balances for different token accounts"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_staking_lp_actions"}, "model.solana_models.core__fact_swaps": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_SWAPS", "database": "SOLANA", "comment": "Records with swaps on specific apps", "owner": "ACCOUNTADMIN"}, "columns": {"SWAP_PROGRAM": {"type": "TEXT", "index": 1, "name": "SWAP_PROGRAM", "comment": "name of decentralized exchange used to perform the swap"}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 4, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "SWAPPER": {"type": "TEXT", "index": 6, "name": "SWAPPER", "comment": "Address that initiated the swap"}, "SWAP_FROM_AMOUNT": {"type": "FLOAT", "index": 7, "name": "SWAP_FROM_AMOUNT", "comment": "Total amount of the token sent in to initiate the swap"}, "SWAP_FROM_MINT": {"type": "TEXT", "index": 8, "name": "SWAP_FROM_MINT", "comment": "Token being sent or swapped from"}, "SWAP_TO_AMOUNT": {"type": "FLOAT", "index": 9, "name": "SWAP_TO_AMOUNT", "comment": "Total amount of the token received in the swap"}, "SWAP_TO_MINT": {"type": "TEXT", "index": 10, "name": "SWAP_TO_MINT", "comment": "Token being received or swapped for"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_swaps"}, "model.solana_models.core__fact_transactions": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TRANSACTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "RECENT_BLOCK_HASH": {"type": "TEXT", "index": 4, "name": "RECENT_BLOCK_HASH", "comment": "Previous block's hash value"}, "SIGNERS": {"type": "ARRAY", "index": 5, "name": "SIGNERS", "comment": "List of accounts that signed the transaction"}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": "Transaction fee (in lamports)"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "ACCOUNT_KEYS": {"type": "ARRAY", "index": 8, "name": "ACCOUNT_KEYS", "comment": "List of accounts that are referenced by pre/post sol/token balances objects"}, "PRE_BALANCES": {"type": "ARRAY", "index": 9, "name": "PRE_BALANCES", "comment": "List of pre-transaction balances for different accounts"}, "POST_BALANCES": {"type": "ARRAY", "index": 10, "name": "POST_BALANCES", "comment": "List of post-transaction balances for different accounts"}, "PRE_TOKEN_BALANCES": {"type": "ARRAY", "index": 11, "name": "PRE_TOKEN_BALANCES", "comment": "List of pre-transaction token balances for different token accounts"}, "POST_TOKEN_BALANCES": {"type": "ARRAY", "index": 12, "name": "POST_TOKEN_BALANCES", "comment": "List of post-transaction token balances for different token accounts"}, "INSTRUCTIONS": {"type": "ARRAY", "index": 13, "name": "INSTRUCTIONS", "comment": null}, "INNER_INSTRUCTIONS": {"type": "ARRAY", "index": 14, "name": "INNER_INSTRUCTIONS", "comment": null}, "LOG_MESSAGES": {"type": "ARRAY", "index": 15, "name": "LOG_MESSAGES", "comment": "Array of log messages written by the program for this transaction"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_transactions"}, "model.solana_models.silver__blocks": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BLOCKS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": "solana network name"}, "CHAIN_ID": {"type": "TEXT", "index": 4, "name": "CHAIN_ID", "comment": "chain identifier, this will always be solana. Field is used in joins with crosschain tables"}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": "number of transactions within this block"}, "BLOCK_HEIGHT": {"type": "NUMBER", "index": 6, "name": "BLOCK_HEIGHT", "comment": "heigh of the block"}, "BLOCK_HASH": {"type": "TEXT", "index": 7, "name": "BLOCK_HASH", "comment": "hash of the block"}, "PREVIOUS_BLOCK_ID": {"type": "NUMBER", "index": 8, "name": "PREVIOUS_BLOCK_ID", "comment": "previous slot value"}, "PREVIOUS_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "PREVIOUS_BLOCK_HASH", "comment": "previous block's hash value"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1474947072.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 18006971.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:49UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__blocks"}, "model.solana_models.silver__saber_gov_actions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SABER_GOV_ACTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "SIGNER": {"type": "TEXT", "index": 5, "name": "SIGNER", "comment": "Address initiating the LOCK or EXIT action"}, "LOCKER_ACCOUNT": {"type": "TEXT", "index": 6, "name": "LOCKER_ACCOUNT", "comment": "Account holding tokens for LOCK or EXIT"}, "MINT": {"type": "TEXT", "index": 7, "name": "MINT", "comment": "Mint being locked"}, "ACTION": {"type": "TEXT", "index": 8, "name": "ACTION", "comment": "LOCK or EXIT action"}, "AMOUNT": {"type": "FLOAT", "index": 9, "name": "AMOUNT", "comment": "Amount being locked or exited"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 215040.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1325.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:28UTC", "include": true, "description": "The timestamp for last update/change"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__saber_gov_actions"}, "model.solana_models.silver__staking_lp_actions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "STAKING_LP_ACTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "INDEX": {"type": "NUMBER", "index": 5, "name": "INDEX", "comment": "Location of the event within the instructions of a transaction"}, "EVENT_TYPE": {"type": "TEXT", "index": 6, "name": "EVENT_TYPE", "comment": "The type of event (i.e. \"delegate\", \"withdraw\") that is occurring"}, "PROGRAM_ID": {"type": "TEXT", "index": 7, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "SIGNERS": {"type": "ARRAY", "index": 8, "name": "SIGNERS", "comment": "List of accounts that signed the transaction"}, "ACCOUNT_KEYS": {"type": "ARRAY", "index": 9, "name": "ACCOUNT_KEYS", "comment": "List of accounts that are referenced by pre/post sol/token balances objects"}, "INSTRUCTION": {"type": "VARIANT", "index": 10, "name": "INSTRUCTION", "comment": "Specifies which program it is calling, which accounts it wants to read or modify, and additional data that serves as auxiliary input to the program"}, "INNER_INSTRUCTION": {"type": "VARIANT", "index": 11, "name": "INNER_INSTRUCTION", "comment": "A call from one smart contract program to another"}, "PRE_BALANCES": {"type": "ARRAY", "index": 12, "name": "PRE_BALANCES", "comment": "List of pre-transaction balances for different accounts"}, "POST_BALANCES": {"type": "ARRAY", "index": 13, "name": "POST_BALANCES", "comment": "List of post-transaction balances for different accounts"}, "PRE_TOKEN_BALANCES": {"type": "ARRAY", "index": 14, "name": "PRE_TOKEN_BALANCES", "comment": "List of pre-transaction token balances for different token accounts"}, "POST_TOKEN_BALANCES": {"type": "ARRAY", "index": 15, "name": "POST_TOKEN_BALANCES", "comment": "List of post-transaction token balances for different token accounts"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 532492288.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1580789.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:50UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__staking_lp_actions"}, "model.solana_models.silver__swaps_orca_dex": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SWAPS_ORCA_DEX", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "SWAPPER": {"type": "TEXT", "index": 5, "name": "SWAPPER", "comment": "Address that initiated the swap"}, "FROM_MINT": {"type": "TEXT", "index": 6, "name": "FROM_MINT", "comment": "Token being sent or swapped from"}, "FROM_AMT": {"type": "FLOAT", "index": 7, "name": "FROM_AMT", "comment": "Total amount of the token sent in to initiate the swap"}, "TO_MINT": {"type": "TEXT", "index": 8, "name": "TO_MINT", "comment": "Token being received or swapped for"}, "TO_AMT": {"type": "FLOAT", "index": 9, "name": "TO_AMT", "comment": "Total amount of the token received in the swap"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1149572608.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 9967687.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:50UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__swaps_orca_dex"}, "model.solana_models.silver__transactions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSACTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "RECENT_BLOCK_HASH": {"type": "TEXT", "index": 4, "name": "RECENT_BLOCK_HASH", "comment": "Previous block's hash value"}, "SIGNERS": {"type": "ARRAY", "index": 5, "name": "SIGNERS", "comment": "List of accounts that signed the transaction"}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": "Transaction fee (in lamports)"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 7, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "ACCOUNT_KEYS": {"type": "ARRAY", "index": 8, "name": "ACCOUNT_KEYS", "comment": "List of accounts that are referenced by pre/post sol/token balances objects"}, "PRE_BALANCES": {"type": "ARRAY", "index": 9, "name": "PRE_BALANCES", "comment": "List of pre-transaction balances for different accounts"}, "POST_BALANCES": {"type": "ARRAY", "index": 10, "name": "POST_BALANCES", "comment": "List of post-transaction balances for different accounts"}, "PRE_TOKEN_BALANCES": {"type": "ARRAY", "index": 11, "name": "PRE_TOKEN_BALANCES", "comment": "List of pre-transaction token balances for different token accounts"}, "POST_TOKEN_BALANCES": {"type": "ARRAY", "index": 12, "name": "POST_TOKEN_BALANCES", "comment": "List of post-transaction token balances for different token accounts"}, "INSTRUCTIONS": {"type": "ARRAY", "index": 13, "name": "INSTRUCTIONS", "comment": null}, "INNER_INSTRUCTIONS": {"type": "ARRAY", "index": 14, "name": "INNER_INSTRUCTIONS", "comment": null}, "LOG_MESSAGES": {"type": "ARRAY", "index": 15, "name": "LOG_MESSAGES", "comment": "Array of log messages written by the program for this transaction"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2845788577792.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6553517057.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:17UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__transactions"}, "model.solana_models.silver___pre_token_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "_PRE_TOKEN_BALANCES", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "Location of the pre token balance entry within the array for a transaction"}, "ACCOUNT_INDEX": {"type": "NUMBER", "index": 5, "name": "ACCOUNT_INDEX", "comment": "Location corresponding to the index in the accounts array"}, "ACCOUNT": {"type": "TEXT", "index": 6, "name": "ACCOUNT", "comment": null}, "MINT": {"type": "TEXT", "index": 7, "name": "MINT", "comment": "Unique address representing a specific token"}, "OWNER": {"type": "TEXT", "index": 8, "name": "OWNER", "comment": "Address of the owner of the token account"}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 10, "name": "DECIMAL", "comment": "Number of decimals in the token value, need to divide amount by 10^decimal"}, "UIAMOUNT": {"type": "VARIANT", "index": 11, "name": "UIAMOUNT", "comment": "Amount of the token in the transaction"}, "UIAMOUNTSTRING": {"type": "VARIANT", "index": 12, "name": "UIAMOUNTSTRING", "comment": "Amount of the token in the transaction in string format"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 420292035072.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4478086194.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:22UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver___pre_token_balances"}, "model.solana_models.silver___prices": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "_PRICES", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_AT", "comment": "Time that the price was recorded at"}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": "Symbol of the token"}, "PRICE": {"type": "FLOAT", "index": 3, "name": "PRICE", "comment": "Price of the token at the recorded time"}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 4, "name": "TOTAL_SUPPLY", "comment": "Total supply of the token"}, "VOLUME_24H": {"type": "FLOAT", "index": 5, "name": "VOLUME_24H", "comment": "Total volume of token traded in a 24H time period"}, "PROVIDER": {"type": "TEXT", "index": 6, "name": "PROVIDER", "comment": "Name of the provider of the price information"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver___prices"}, "model.solana_models.core__fact_events": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_EVENTS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "Location of the event within the instructions of a transaction"}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": "The type of event (i.e. \"delegate\", \"withdraw\") that is occurring"}, "PROGRAM_ID": {"type": "TEXT", "index": 6, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "INSTRUCTION": {"type": "VARIANT", "index": 7, "name": "INSTRUCTION", "comment": "An instruction specifies which program it is calling, which accounts it wants to read or modify, and additional data that serves as auxiliary input to the program"}, "INNER_INSTRUCTION": {"type": "VARIANT", "index": 8, "name": "INNER_INSTRUCTION", "comment": "A call from one smart contract program to another."}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_events"}, "model.solana_models.core__fact_gov_actions": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GOV_ACTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"PROGRAM_NAME": {"type": "TEXT", "index": 1, "name": "PROGRAM_NAME", "comment": "name of solana program"}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 4, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "SIGNER": {"type": "TEXT", "index": 6, "name": "SIGNER", "comment": "Address initiating the LOCK or EXIT action"}, "LOCKER_ACCOUNT": {"type": "TEXT", "index": 7, "name": "LOCKER_ACCOUNT", "comment": "Account holding tokens for LOCK or EXIT"}, "MINT": {"type": "TEXT", "index": 8, "name": "MINT", "comment": "Mint being locked"}, "ACTION": {"type": "TEXT", "index": 9, "name": "ACTION", "comment": "LOCK or EXIT action"}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": "Amount being locked or exited"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_gov_actions"}, "model.solana_models.silver__nft_mints": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_MINTS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 5, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "INDEX": {"type": "NUMBER", "index": 6, "name": "INDEX", "comment": null}, "PURCHASER": {"type": "TEXT", "index": 7, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "MINT_PRICE": {"type": "FLOAT", "index": 8, "name": "MINT_PRICE", "comment": "Price that it cost to mint the NFT in SOL or other currency."}, "MINT_CURRENCY": {"type": "TEXT", "index": 9, "name": "MINT_CURRENCY", "comment": "Currency used to pay for the NFT mint."}, "MINT": {"type": "TEXT", "index": 10, "name": "MINT", "comment": "Unique address representing a specific token"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "INGESTED_AT", "comment": " Time the record was ingested by the source "}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1015204352.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 5782204.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:50UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__nft_mints"}, "model.solana_models.silver__nft_sales_magic_eden_v1": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_SALES_MAGIC_EDEN_V1", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 5, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "MINT": {"type": "TEXT", "index": 6, "name": "MINT", "comment": "Unique address representing a specific token"}, "PURCHASER": {"type": "TEXT", "index": 7, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "SALES_AMOUNT": {"type": "FLOAT", "index": 8, "name": "SALES_AMOUNT", "comment": "The amount of Solana the NFT was purchased for"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": " Time the record was ingested by the source "}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 334330368.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2232816.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:50UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__nft_sales_magic_eden_v1"}, "model.solana_models.silver__nft_sales_magic_eden_v2": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_SALES_MAGIC_EDEN_V2", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 5, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "MINT": {"type": "TEXT", "index": 6, "name": "MINT", "comment": "Unique address representing a specific token"}, "PURCHASER": {"type": "TEXT", "index": 7, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "SALES_AMOUNT": {"type": "FLOAT", "index": 8, "name": "SALES_AMOUNT", "comment": "The amount of Solana the NFT was purchased for"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": " Time the record was ingested by the source "}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 259308544.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1533114.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:50UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__nft_sales_magic_eden_v2"}, "model.solana_models.silver__nft_sales_smb": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_SALES_SMB", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 5, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "MINT": {"type": "TEXT", "index": 6, "name": "MINT", "comment": "Unique address representing a specific token"}, "PURCHASER": {"type": "TEXT", "index": 7, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "SALES_AMOUNT": {"type": "FLOAT", "index": 8, "name": "SALES_AMOUNT", "comment": "The amount of Solana the NFT was purchased for"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": " Time the record was ingested by the source "}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 258560.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1460.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 09:00UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__nft_sales_smb"}, "model.solana_models.silver__nft_sales_solanart": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_SALES_SOLANART", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 5, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "MINT": {"type": "TEXT", "index": 6, "name": "MINT", "comment": "Unique address representing a specific token"}, "PURCHASER": {"type": "TEXT", "index": 7, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "SALES_AMOUNT": {"type": "FLOAT", "index": 8, "name": "SALES_AMOUNT", "comment": "The amount of Solana the NFT was purchased for"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": " Time the record was ingested by the source "}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 26250240.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 179312.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:50UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__nft_sales_solanart"}, "model.solana_models.silver__nft_sales_solport": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_SALES_SOLPORT", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "PROGRAM_ID": {"type": "TEXT", "index": 5, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "MINT": {"type": "TEXT", "index": 6, "name": "MINT", "comment": "Unique address representing a specific token"}, "PURCHASER": {"type": "TEXT", "index": 7, "name": "PURCHASER", "comment": "The wallet address that purchased the NFT"}, "SALES_AMOUNT": {"type": "FLOAT", "index": 8, "name": "SALES_AMOUNT", "comment": "The amount of Solana the NFT was purchased for"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": " Time the record was ingested by the source "}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 730624.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4308.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 13:53UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__nft_sales_solport"}, "model.solana_models.silver__saber_gauges_votes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SABER_GAUGES_VOTES", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "VOTER": {"type": "TEXT", "index": 5, "name": "VOTER", "comment": "Address performing the vote"}, "GAUGE": {"type": "TEXT", "index": 6, "name": "GAUGE", "comment": "Gauge that is being voted on"}, "POWER": {"type": "NUMBER", "index": 7, "name": "POWER", "comment": "Total voting power of the voter"}, "DELEGATED_SHARES": {"type": "NUMBER", "index": 8, "name": "DELEGATED_SHARES", "comment": "Number of shares delegated to vote for this Gauge"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 670720.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 7629.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 12:08UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__saber_gauges_votes"}, "model.solana_models.silver__swaps_jupiter_dex": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SWAPS_JUPITER_DEX", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "SWAPPER": {"type": "TEXT", "index": 5, "name": "SWAPPER", "comment": "Address that initiated the swap"}, "FROM_MINT": {"type": "TEXT", "index": 6, "name": "FROM_MINT", "comment": "Token being sent or swapped from"}, "FROM_AMT": {"type": "FLOAT", "index": 7, "name": "FROM_AMT", "comment": "Total amount of the token sent in to initiate the swap"}, "TO_MINT": {"type": "TEXT", "index": 8, "name": "TO_MINT", "comment": "Token being received or swapped for"}, "TO_AMT": {"type": "FLOAT", "index": 9, "name": "TO_AMT", "comment": "Total amount of the token received in the swap"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7157096448.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 82095522.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:29UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__swaps_jupiter_dex"}, "model.solana_models.silver__swaps_saber_dex": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SWAPS_SABER_DEX", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "SWAPPER": {"type": "TEXT", "index": 5, "name": "SWAPPER", "comment": "Address that initiated the swap"}, "FROM_MINT": {"type": "TEXT", "index": 6, "name": "FROM_MINT", "comment": "Token being sent or swapped from"}, "FROM_AMT": {"type": "FLOAT", "index": 7, "name": "FROM_AMT", "comment": "Total amount of the token sent in to initiate the swap"}, "TO_MINT": {"type": "TEXT", "index": 8, "name": "TO_MINT", "comment": "Token being received or swapped for"}, "TO_AMT": {"type": "FLOAT", "index": 9, "name": "TO_AMT", "comment": "Total amount of the token received in the swap"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 13419520.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 130459.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 09:00UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__swaps_saber_dex"}, "model.solana_models.silver___instructions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "_INSTRUCTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "Location of the instruction within the instructions of a transaction"}, "VALUE": {"type": "VARIANT", "index": 5, "name": "VALUE", "comment": "json object that contains the instruction"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 835205329408.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6216717466.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:23UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver___instructions"}, "model.solana_models.silver___post_token_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "_POST_TOKEN_BALANCES", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "Location of the post token balance entry within the array for a transaction"}, "ACCOUNT_INDEX": {"type": "NUMBER", "index": 5, "name": "ACCOUNT_INDEX", "comment": "Location corresponding to the index in the account_keys array"}, "ACCOUNT": {"type": "TEXT", "index": 6, "name": "ACCOUNT", "comment": null}, "MINT": {"type": "TEXT", "index": 7, "name": "MINT", "comment": "Unique address representing a specific token"}, "OWNER": {"type": "TEXT", "index": 8, "name": "OWNER", "comment": "Address of the owner of the token account"}, "AMOUNT": {"type": "NUMBER", "index": 9, "name": "AMOUNT", "comment": null}, "DECIMAL": {"type": "VARIANT", "index": 10, "name": "DECIMAL", "comment": "Number of decimals in the token value, need to divide amount by 10^decimal"}, "UIAMOUNT": {"type": "VARIANT", "index": 11, "name": "UIAMOUNT", "comment": "Amount of the token in the transaction"}, "UIAMOUNTSTRING": {"type": "VARIANT", "index": 12, "name": "UIAMOUNTSTRING", "comment": "Amount of the token in the transaction in string format"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 424136336896.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4503920187.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:22UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver___post_token_balances"}, "model.solana_models.core__dim_nft_metadata": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_NFT_METADATA", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "In this table, always Solana. Used to join to cross-chain tables."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 2, "name": "CONTRACT_ADDRESS", "comment": "Address unique to an NFT series"}, "CONTRACT_NAME": {"type": "TEXT", "index": 3, "name": "CONTRACT_NAME", "comment": "Name of the contract that identifies an NFT series. Example - tcgdragons"}, "CREATED_AT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "CREATED_AT_TIMESTAMP", "comment": "timestamp in UTC that the NFT was minted at"}, "MINT": {"type": "TEXT", "index": 5, "name": "MINT", "comment": "Unique address representing a specific token"}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 6, "name": "CREATOR_ADDRESS", "comment": "address provided by the creator of the project where mint payments and secondary market royalties are sent"}, "CREATOR_NAME": {"type": "TEXT", "index": 7, "name": "CREATOR_NAME", "comment": "name of the project creator - this can be an individual or a company name"}, "IMAGE_URL": {"type": "TEXT", "index": 8, "name": "IMAGE_URL", "comment": "URL that links to the image on the ipfs service"}, "PROJECT_NAME": {"type": "TEXT", "index": 9, "name": "PROJECT_NAME", "comment": "Name of the project the NFT token belongs to"}, "TOKEN_ID": {"type": "TEXT", "index": 10, "name": "TOKEN_ID", "comment": "Numeric value that identifies the NFT within it's series"}, "TOKEN_METADATA": {"type": "OBJECT", "index": 11, "name": "TOKEN_METADATA", "comment": "a block of json that describes the traits of an NFT"}, "TOKEN_METADATA_URI": {"type": "TEXT", "index": 12, "name": "TOKEN_METADATA_URI", "comment": "URL that links to the token metadata on the ipfs service"}, "TOKEN_NAME": {"type": "TEXT", "index": 13, "name": "TOKEN_NAME", "comment": "Name of the NFT token - this is unique to token. Example SMB #284"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__dim_nft_metadata"}, "model.solana_models.silver___inner_instructions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "_INNER_INSTRUCTIONS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "Location of the inner_instruction within the inner_instructions of a transaction"}, "MAPPED_INSTRUCTION_INDEX": {"type": "NUMBER", "index": 5, "name": "MAPPED_INSTRUCTION_INDEX", "comment": "Specifies the instruction which this inner_instruction applies"}, "VALUE": {"type": "VARIANT", "index": 6, "name": "VALUE", "comment": "json object that contains the inner instruction"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 245535097344.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1116934562.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:20UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver___inner_instructions"}, "model.solana_models.silver__votes_agg_block": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "VOTES_AGG_BLOCK", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "NUM_VOTES": {"type": "NUMBER", "index": 3, "name": "NUM_VOTES", "comment": "The number of vote events that occurred within the block"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 131842048.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 17828887.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 08:34UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__votes_agg_block"}, "model.solana_models.silver__votes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "VOTES", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "RECENT_BLOCK_HASH": {"type": "TEXT", "index": 4, "name": "RECENT_BLOCK_HASH", "comment": "Previous block's hash value"}, "FEE": {"type": "NUMBER", "index": 5, "name": "FEE", "comment": "Transaction fee (in lamports)"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 6, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "VOTE_ACCOUNT": {"type": "TEXT", "index": 7, "name": "VOTE_ACCOUNT", "comment": "Account belonging to the voting delegator"}, "VOTE_AUTHORITY": {"type": "TEXT", "index": 8, "name": "VOTE_AUTHORITY", "comment": "Authority for the voting delegator"}, "VOTE_HASH": {"type": "TEXT", "index": 9, "name": "VOTE_HASH", "comment": "Unique hash representing this set of votes(?)"}, "VOTE_SLOTS": {"type": "ARRAY", "index": 10, "name": "VOTE_SLOTS", "comment": "Slots being voted on"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3671485363200.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 23586467289.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:18UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__votes"}, "model.solana_models.silver__transfers": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSFERS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "A unique key that identifies the event's position within a transaction"}, "TX_FROM": {"type": "TEXT", "index": 5, "name": "TX_FROM", "comment": "The wallet address that initiated an event"}, "TX_TO": {"type": "TEXT", "index": 6, "name": "TX_TO", "comment": "The wallet address that receives tokens in an event"}, "AMOUNT": {"type": "FLOAT", "index": 7, "name": "AMOUNT", "comment": "The number of tokens sent during an event"}, "MINT": {"type": "TEXT", "index": 8, "name": "MINT", "comment": "Unique address representing a specific token"}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 87024256000.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 979588170.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:29UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__transfers"}, "model.solana_models.silver__swaps_raydium_dex": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SWAPS_RAYDIUM_DEX", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 4, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "SWAPPER": {"type": "TEXT", "index": 5, "name": "SWAPPER", "comment": "Address that initiated the swap"}, "FROM_MINT": {"type": "TEXT", "index": 6, "name": "FROM_MINT", "comment": "Token being sent or swapped from"}, "FROM_AMT": {"type": "FLOAT", "index": 7, "name": "FROM_AMT", "comment": "Total amount of the token sent in to initiate the swap"}, "TO_MINT": {"type": "TEXT", "index": 8, "name": "TO_MINT", "comment": "Token being received or swapped for"}, "TO_AMT": {"type": "FLOAT", "index": 9, "name": "TO_AMT", "comment": "Total amount of the token received in the swap"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1133529088.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 11704454.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:50UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__swaps_raydium_dex"}, "model.solana_models.silver__nft_metadata": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_METADATA", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": "In this table, always Solana. Used to join to cross-chain tables."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": "Address unique to an NFT series"}, "CONTRACT_NAME": {"type": "TEXT", "index": 4, "name": "CONTRACT_NAME", "comment": "Name of the contract that identifies an NFT series. Example - tcgdragons"}, "CREATED_AT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "CREATED_AT_TIMESTAMP", "comment": "timestamp in UTC that the NFT was minted at"}, "MINT": {"type": "TEXT", "index": 6, "name": "MINT", "comment": "Unique address representing a specific token"}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 7, "name": "CREATOR_ADDRESS", "comment": "address provided by the creator of the project where mint payments and secondary market royalties are sent"}, "CREATOR_NAME": {"type": "TEXT", "index": 8, "name": "CREATOR_NAME", "comment": "name of the project creator - this can be an individual or a company name"}, "IMAGE_URL": {"type": "TEXT", "index": 9, "name": "IMAGE_URL", "comment": "URL that links to the image on the ipfs service"}, "PROJECT_NAME": {"type": "TEXT", "index": 10, "name": "PROJECT_NAME", "comment": "Name of the project the NFT token belongs to"}, "TOKEN_ID": {"type": "TEXT", "index": 11, "name": "TOKEN_ID", "comment": "Numeric value that identifies the NFT within it's series"}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": "a block of json that describes the traits of an NFT"}, "TOKEN_METADATA_URI": {"type": "TEXT", "index": 13, "name": "TOKEN_METADATA_URI", "comment": "URL that links to the token metadata on the ipfs service"}, "TOKEN_NAME": {"type": "TEXT", "index": 14, "name": "TOKEN_NAME", "comment": "Name of the NFT token - this is unique to token. Example SMB #284"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 15538176.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 82011.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 07:01UTC", "include": true, "description": "The timestamp for last update/change"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__nft_metadata"}, "model.solana_models.silver__events": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "EVENTS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "Location of the event within the instructions of a transaction"}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": "The type of event (i.e. \"delegate\", \"withdraw\") that is occurring"}, "PROGRAM_ID": {"type": "TEXT", "index": 6, "name": "PROGRAM_ID", "comment": "An address that identifies the program that is being interacted with. I.E. which DEX for a swap or marketplace for an NFT sale."}, "INSTRUCTION": {"type": "VARIANT", "index": 7, "name": "INSTRUCTION", "comment": "An instruction specifies which program it is calling, which accounts it wants to read or modify, and additional data that serves as auxiliary input to the program"}, "INNER_INSTRUCTION": {"type": "VARIANT", "index": 8, "name": "INNER_INSTRUCTION", "comment": "A call from one smart contract program to another."}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": "Time the record was ingested by the source"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 911470514176.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6216717466.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 08:07UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::DATE, program_id)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.silver__events"}, "model.solana_models.core__fact_votes_agg_block": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_VOTES_AGG_BLOCK", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "NUM_VOTES": {"type": "NUMBER", "index": 3, "name": "NUM_VOTES", "comment": "The number of vote events that occurred within the block"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_votes_agg_block"}, "model.solana_models.core__fact_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TRANSFERS", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 3, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": "A unique key that identifies the event's position within a transaction"}, "TX_FROM": {"type": "TEXT", "index": 5, "name": "TX_FROM", "comment": "The wallet address that initiated an event"}, "TX_TO": {"type": "TEXT", "index": 6, "name": "TX_TO", "comment": "The wallet address that receives tokens in an event"}, "AMOUNT": {"type": "FLOAT", "index": 7, "name": "AMOUNT", "comment": "The number of tokens sent during an event"}, "MINT": {"type": "TEXT", "index": 8, "name": "MINT", "comment": "Unique address representing a specific token"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_transfers"}, "model.solana_models.core__fact_gauges_votes": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_GAUGES_VOTES", "database": "SOLANA", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"PROGRAM_NAME": {"type": "TEXT", "index": 1, "name": "PROGRAM_NAME", "comment": "name of solana program"}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block began."}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": "Slot for which a block can be created."}, "TX_ID": {"type": "TEXT", "index": 4, "name": "TX_ID", "comment": "A unique key that identifies a transaction"}, "SUCCEEDED": {"type": "BOOLEAN", "index": 5, "name": "SUCCEEDED", "comment": "True when a transaction is successful, otherwise false."}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": "Address performing the vote"}, "GAUGE": {"type": "TEXT", "index": 7, "name": "GAUGE", "comment": "Gauge that is being voted on"}, "POWER": {"type": "NUMBER", "index": 8, "name": "POWER", "comment": "Total voting power of the voter"}, "DELEGATED_SHARES": {"type": "NUMBER", "index": 9, "name": "DELEGATED_SHARES", "comment": "Number of shares delegated to vote for this Gauge"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "model.solana_models.core__fact_gauges_votes"}}, "sources": {"source.solana_models.prod.solana_blocks": {"metadata": {"type": "BASE TABLE", "schema": "PROD", "name": "SOLANA_BLOCKS", "database": "CHAINWALKERS", "comment": null, "owner": "SYSADMIN"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": null}, "OFFSET_ID": {"type": "NUMBER", "index": 2, "name": "OFFSET_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 5, "name": "NETWORK", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 6, "name": "CHAIN_ID", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 7, "name": "TX_COUNT", "comment": null}, "HEADER": {"type": "VARIANT", "index": 8, "name": "HEADER", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 178599106048.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 19340998.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 19:54UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::date)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.solana_models.prod.solana_blocks"}, "source.solana_models.prod.solana_txs": {"metadata": {"type": "BASE TABLE", "schema": "PROD", "name": "SOLANA_TXS", "database": "CHAINWALKERS", "comment": null, "owner": "SYSADMIN"}, "columns": {"RECORD_ID": {"type": "TEXT", "index": 1, "name": "RECORD_ID", "comment": null}, "TX_ID": {"type": "TEXT", "index": 2, "name": "TX_ID", "comment": null}, "TX_BLOCK_INDEX": {"type": "NUMBER", "index": 3, "name": "TX_BLOCK_INDEX", "comment": null}, "OFFSET_ID": {"type": "NUMBER", "index": 4, "name": "OFFSET_ID", "comment": null}, "BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 7, "name": "NETWORK", "comment": null}, "CHAIN_ID": {"type": "TEXT", "index": 8, "name": "CHAIN_ID", "comment": null}, "TX": {"type": "VARIANT", "index": 9, "name": "TX", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "INGESTED_AT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8920583017984.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 31720173596.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 19:55UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ingested_at::date)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.solana_models.prod.solana_txs"}, "source.solana_models.shared.prices_v2": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "PRICES_V2", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "SYSADMIN"}, "columns": {"ASSET_ID": {"type": "TEXT", "index": 1, "name": "ASSET_ID", "comment": null}, "CIRCULATING_SUPPLY": {"type": "FLOAT", "index": 2, "name": "CIRCULATING_SUPPLY", "comment": null}, "MARKET_CAP": {"type": "FLOAT", "index": 3, "name": "MARKET_CAP", "comment": null}, "MAX_SUPPLY": {"type": "FLOAT", "index": 4, "name": "MAX_SUPPLY", "comment": null}, "NAME": {"type": "TEXT", "index": 5, "name": "NAME", "comment": null}, "PRICE": {"type": "FLOAT", "index": 6, "name": "PRICE", "comment": null}, "PROVIDER": {"type": "TEXT", "index": 7, "name": "PROVIDER", "comment": null}, "RECORDED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "RECORDED_AT", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "TOTAL_SUPPLY": {"type": "FLOAT", "index": 10, "name": "TOTAL_SUPPLY", "comment": null}, "VOLUME_24H": {"type": "FLOAT", "index": 11, "name": "VOLUME_24H", "comment": null}, "PLATFORM": {"type": "VARIANT", "index": 13, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 119133799936.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 5181594636.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 19:57UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(date_trunc(day,\"RECORDED_AT\"),symbol )", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.solana_models.shared.prices_v2"}, "source.solana_models.crosschain.address_labels": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_CROSSCHAIN", "name": "ADDRESS_LABELS", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "DOOR_PROD"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": null}, "INSERT_DATE": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "INSERT_DATE", "comment": "The date the label was inserted in the table"}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": "The name of the blockchain"}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": "Address that the label is for. This is the field that should be used to join other tables with labels."}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": "The name of the creator of the label"}, "L1_LABEL": {"type": "TEXT", "index": 6, "name": "L1_LABEL", "comment": "A high-level category describing the addresses main function or ownership"}, "L2_LABEL": {"type": "TEXT", "index": 7, "name": "L2_LABEL", "comment": "A sub-category nested within label type providing further detail"}, "ADDRESS_NAME": {"type": "TEXT", "index": 8, "name": "ADDRESS_NAME", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 9, "name": "PROJECT_NAME", "comment": "Name of the controlling entity of the address"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 960975360.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 22061874.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-08 18:12UTC", "include": true, "description": "The timestamp for last update/change"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(blockchain, address)", "include": true, "description": "The key used to cluster this table"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.solana_models.crosschain.address_labels"}, "source.solana_models.legacy_bronze.prod_nft_metadata_uploads_1828572827": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "PROD_NFT_METADATA_UPLOADS_1828572827", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "DOOR_PROD"}, "columns": {"RECORD_METADATA": {"type": "VARIANT", "index": 1, "name": "RECORD_METADATA", "comment": null}, "RECORD_CONTENT": {"type": "VARIANT", "index": 2, "name": "RECORD_CONTENT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 76533248.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4223.0, "include": true, "description": "An approximate count of rows in this table"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-04-06 20:36UTC", "include": true, "description": "The timestamp for last update/change"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.solana_models.legacy_bronze.prod_nft_metadata_uploads_1828572827"}}, "errors": null}