mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 13:06:51 +00:00
1 line
4.5 MiB
1 line
4.5 MiB
{"metadata": {"dbt_schema_version": "https://schemas.getdbt.com/dbt/catalog/v1.json", "dbt_version": "1.3.1", "generated_at": "2023-02-01T18:31:46.834611Z", "invocation_id": "1fc9e615-05b4-46ee-aaec-dea3676af258", "env": {}}, "nodes": {"model.ethereum_models.silver__abis": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ABIS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "DATA": {"type": "VARIANT", "index": 2, "name": "DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ABI_SOURCE": {"type": "TEXT", "index": 4, "name": "ABI_SOURCE", "comment": null}, "DISCORD_USERNAME": {"type": "TEXT", "index": 5, "name": "DISCORD_USERNAME", "comment": null}, "ABI_HASH": {"type": "TEXT", "index": 6, "name": "ABI_HASH", "comment": null}, "BYTECODE": {"type": "TEXT", "index": 7, "name": "BYTECODE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 4012404736.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 17999210.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__abis"}, "model.ethereum_models.silver__token_balance_diffs": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_BALANCE_DIFFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 76331797504.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1646226423.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver__token_balance_diffs"}, "seed.ethereum_models.silver__snapshot_voting": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SNAPSHOT_VOTING", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"NAME": {"type": "TEXT", "index": 1, "name": "NAME", "comment": null}, "DELAY": {"type": "NUMBER", "index": 2, "name": "DELAY", "comment": null}, "DELAY_TIME": {"type": "TEXT", "index": 3, "name": "DELAY_TIME", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 4, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 5, "name": "VOTING_PERIOD", "comment": null}, "VOTING_PERIOD_TIME": {"type": "TEXT", "index": 6, "name": "VOTING_PERIOD_TIME", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 7, "name": "VOTING_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 15360.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 939.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__snapshot_voting"}, "model.ethereum_models.silver__token_meta_reads": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_META_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 2, "name": "TOKEN_NAME", "comment": null}, "TOKEN_DECIMALS": {"type": "TEXT", "index": 3, "name": "TOKEN_DECIMALS", "comment": null}, "TOKEN_SYMBOL": {"type": "TEXT", "index": 4, "name": "TOKEN_SYMBOL", "comment": null}, "COMPLETE_F": {"type": "TEXT", "index": 5, "name": "COMPLETE_F", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17289216.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 481488.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__token_meta_reads"}, "model.ethereum_models.silver__eth_balance_diffs": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ETH_BALANCE_DIFFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 78111443456.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1569856467.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver__eth_balance_diffs"}, "seed.ethereum_models.silver__seed_nft_metadata_upload": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SEED_NFT_METADATA_UPLOAD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "START_DATE": {"type": "DATE", "index": 2, "name": "START_DATE", "comment": null}, "END_DATE": {"type": "DATE", "index": 3, "name": "END_DATE", "comment": null}, "COMMISSION_RATE": {"type": "NUMBER", "index": 4, "name": "COMMISSION_RATE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2048.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__seed_nft_metadata_upload"}, "model.ethereum_models.silver__beacon_attestations": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BEACON_ATTESTATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 14702053888.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 108198043.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(slot_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.ethereum_models.silver__beacon_attestations"}, "model.ethereum_models.silver__blocks": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 9433040896.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 16532036.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR( block_timestamp::DATE, _inserted_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.ethereum_models.silver__blocks"}, "model.ethereum_models.silver__aave_liquidity_mining": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AAVE_LIQUIDITY_MINING", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "EMISSION_PER_SECOND": {"type": "TEXT", "index": 3, "name": "EMISSION_PER_SECOND", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 145492480.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 23485104.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__aave_liquidity_mining"}, "model.ethereum_models.silver__univ3_positions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "UNIV3_POSITIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 176044032.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 955334.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver__univ3_positions"}, "model.ethereum_models.silver__optimism_submission_hashes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "OPTIMISM_SUBMISSION_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 61846016.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 510621.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(l1_submission_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.ethereum_models.silver__optimism_submission_hashes"}, "seed.ethereum_models.silver__aave_tokens_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AAVE_TOKENS_BACKFILL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ATOKEN_SYMBOL": {"type": "TEXT", "index": 1, "name": "ATOKEN_SYMBOL", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_STABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 3, "name": "ATOKEN_STABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_VARIABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 4, "name": "ATOKEN_VARIABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_DECIMALS": {"type": "NUMBER", "index": 5, "name": "ATOKEN_DECIMALS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 6, "name": "ATOKEN_VERSION", "comment": null}, "ATOKEN_CREATED_BLOCK": {"type": "NUMBER", "index": 7, "name": "ATOKEN_CREATED_BLOCK", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 8, "name": "UNDERLYING_SYMBOL", "comment": null}, "UNDERLYING_ADDRESS": {"type": "TEXT", "index": 9, "name": "UNDERLYING_ADDRESS", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 10, "name": "UNDERLYING_DECIMALS", "comment": null}, "ATOKEN_NAME": {"type": "TEXT", "index": 11, "name": "ATOKEN_NAME", "comment": null}, "UNDERLYING_NAME": {"type": "TEXT", "index": 12, "name": "UNDERLYING_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17408.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 80.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__aave_tokens_backfill"}, "seed.ethereum_models.silver__chainlink_feeds_seed": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "CHAINLINK_FEEDS_SEED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"FEED_NAME": {"type": "TEXT", "index": 1, "name": "FEED_NAME", "comment": null}, "FEED_ADDRESS": {"type": "TEXT", "index": 2, "name": "FEED_ADDRESS", "comment": null}, "FEED_CATEGORY": {"type": "TEXT", "index": 3, "name": "FEED_CATEGORY", "comment": null}, "FEED_ADDED": {"type": "TEXT", "index": 4, "name": "FEED_ADDED", "comment": null}, "CREATED_BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "CREATED_BLOCK_NUMBER", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 16384.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 243.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__chainlink_feeds_seed"}, "model.ethereum_models.silver__aave_token_prices": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AAVE_TOKEN_PRICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PRICES_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "PRICES_HOUR", "comment": null}, "UNDERLYING_ADDRESS": {"type": "TEXT", "index": 2, "name": "UNDERLYING_ADDRESS", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 4, "name": "ATOKEN_VERSION", "comment": null}, "ETH_PRICE": {"type": "FLOAT", "index": 5, "name": "ETH_PRICE", "comment": null}, "ORACLE_PRICE": {"type": "FLOAT", "index": 6, "name": "ORACLE_PRICE", "comment": null}, "BACKUP_PRICE": {"type": "FLOAT", "index": 7, "name": "BACKUP_PRICE", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 8, "name": "UNDERLYING_DECIMALS", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 9, "name": "UNDERLYING_SYMBOL", "comment": null}, "VALUE_ETHEREUM": {"type": "FLOAT", "index": 10, "name": "VALUE_ETHEREUM", "comment": null}, "HOURLY_PRICE": {"type": "FLOAT", "index": 11, "name": "HOURLY_PRICE", "comment": null}, "PRICE_ID": {"type": "TEXT", "index": 12, "name": "PRICE_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 40047616.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1087697.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(prices_hour::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.ethereum_models.silver__aave_token_prices"}, "model.ethereum_models.silver__user_verified_abis": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "USER_VERIFIED_ABIS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "ABI": {"type": "TEXT", "index": 2, "name": "ABI", "comment": null}, "DISCORD_USERNAME": {"type": "TEXT", "index": 3, "name": "DISCORD_USERNAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ABI_HASH": {"type": "TEXT", "index": 5, "name": "ABI_HASH", "comment": null}, "ID": {"type": "TEXT", "index": 6, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 13824.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 3.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__user_verified_abis"}, "model.ethereum_models.silver__snapshot": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SNAPSHOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1297277440.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 10176078.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__snapshot"}, "model.ethereum_models.silver__daily_token_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DAILY_TOKEN_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_DATE": {"type": "DATE", "index": 1, "name": "BLOCK_DATE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 4, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DAILY_ACTIVITY": {"type": "BOOLEAN", "index": 6, "name": "DAILY_ACTIVITY", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1782985822720.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 38983121548.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_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.ethereum_models.silver__daily_token_balances"}, "model.ethereum_models.silver__univ3_position_collected_fees": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 110168064.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 624311.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver__univ3_position_collected_fees"}, "model.ethereum_models.silver__token_prices_coin_gecko_hourly": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_PRICES_COIN_GECKO_HOURLY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1345108480.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 57836163.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(recorded_hour::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.ethereum_models.silver__token_prices_coin_gecko_hourly"}, "model.ethereum_models.silver__beacon_blocks": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BEACON_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 208510508544.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1000910.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(slot_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.ethereum_models.silver__beacon_blocks"}, "model.ethereum_models.silver__relevant_contracts": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "RELEVANT_CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "EVENTS": {"type": "NUMBER", "index": 3, "name": "EVENTS", "comment": null}, "FIRST_BLOCK": {"type": "NUMBER", "index": 4, "name": "FIRST_BLOCK", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 26288640.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 592422.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__relevant_contracts"}, "model.ethereum_models.silver__daily_balances": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "DAILY_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BALANCE_DATE": {"type": "DATE", "index": 1, "name": "BALANCE_DATE", "comment": null}, "USER_ADDRESS": {"type": "TEXT", "index": 2, "name": "USER_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 4, "name": "SYMBOL", "comment": null}, "NAME": {"type": "TEXT", "index": 5, "name": "NAME", "comment": null}, "NON_ADJUSTED_BALANCE": {"type": "NUMBER", "index": 6, "name": "NON_ADJUSTED_BALANCE", "comment": null}, "BALANCE": {"type": "FLOAT", "index": 7, "name": "BALANCE", "comment": null}, "BALANCE_USD": {"type": "FLOAT", "index": 8, "name": "BALANCE_USD", "comment": null}, "HAS_DECIMAL": {"type": "BOOLEAN", "index": 9, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "BOOLEAN", "index": 10, "name": "HAS_PRICE", "comment": null}, "DAILY_ACTIVITY": {"type": "BOOLEAN", "index": 11, "name": "DAILY_ACTIVITY", "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.ethereum_models.silver__daily_balances"}, "model.ethereum_models.silver__univ3_pools": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "UNIV3_POOLS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2194944.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 10169.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_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.ethereum_models.silver__univ3_pools"}, "model.ethereum_models.silver__token_prices_all_providers_hourly": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_PRICES_ALL_PROVIDERS_HOURLY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": null}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3085580800.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 106423548.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(hour::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.ethereum_models.silver__token_prices_all_providers_hourly"}, "model.ethereum_models.silver__contracts": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": null}, "NAME": {"type": "TEXT", "index": 3, "name": "NAME", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 5, "name": "CONTRACT_METADATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 112470528.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1853931.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__contracts"}, "model.ethereum_models.silver__proxies": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "PROXIES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "PROXY_ADDRESS": {"type": "TEXT", "index": 4, "name": "PROXY_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "END_BLOCK": {"type": "NUMBER", "index": 6, "name": "END_BLOCK", "comment": null}, "START_BLOCK": {"type": "NUMBER", "index": 7, "name": "START_BLOCK", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 99209728.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1592353.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.silver__proxies"}, "model.ethereum_models.silver__univ3_swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "UNIV3_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 4489661440.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 25139766.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver__univ3_swaps"}, "model.ethereum_models.silver__optimism_state_hashes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "OPTIMISM_STATE_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 11451392.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 76744.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(state_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.ethereum_models.silver__optimism_state_hashes"}, "model.ethereum_models.silver__transactions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSACTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1451522483712.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1858875947.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR( block_timestamp::DATE, _inserted_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.ethereum_models.silver__transactions"}, "model.ethereum_models.silver__token_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 99177646592.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2365525179.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::date, 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.ethereum_models.silver__token_balances"}, "model.ethereum_models.silver__univ3_lp_actions": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "UNIV3_LP_ACTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 241166336.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1297903.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver__univ3_lp_actions"}, "seed.ethereum_models.silver__evm_chains_20221212": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "EVM_CHAINS_20221212", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"NAME": {"type": "TEXT", "index": 1, "name": "NAME", "comment": null}, "CHAINID": {"type": "NUMBER", "index": 2, "name": "CHAINID", "comment": null}, "SHORTNAME": {"type": "TEXT", "index": 3, "name": "SHORTNAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 14336.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 631.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__evm_chains_20221212"}, "model.ethereum_models.silver__nft_metadata_api_requests": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "NFT_METADATA_API_REQUESTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "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.ethereum_models.silver__nft_metadata_api_requests"}, "seed.ethereum_models.silver__synthetix_synths": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SYNTHETIX_SYNTHS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYNTH_SYMBOL": {"type": "TEXT", "index": 1, "name": "SYNTH_SYMBOL", "comment": null}, "SYNTH_PROXY_ADDRESS": {"type": "TEXT", "index": 2, "name": "SYNTH_PROXY_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 4608.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 70.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__synthetix_synths"}, "model.ethereum_models.silver__aave_oracle_prices": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AAVE_ORACLE_PRICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORACLE_CONTRACT": {"type": "TEXT", "index": 3, "name": "ORACLE_CONTRACT", "comment": null}, "VALUE_ETHEREUM": {"type": "TEXT", "index": 4, "name": "VALUE_ETHEREUM", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 6, "name": "TOKEN_ADDRESS", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 7, "name": "UNDERLYING_DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 8, "name": "PRICE", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "BLOCK_HOUR", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 97011712.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 9755192.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__aave_oracle_prices"}, "model.ethereum_models.silver__comp_market_stats": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "COMP_MARKET_STATS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_HOUR", "comment": null}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 4, "name": "CTOKEN_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOTAL_SUPPLY": {"type": "TEXT", "index": 6, "name": "TOTAL_SUPPLY", "comment": null}, "SUPPLY_TOKEN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "SUPPLY_TOKEN_AMOUNT", "comment": null}, "BORROW_RATE_PER_BLOCK": {"type": "TEXT", "index": 8, "name": "BORROW_RATE_PER_BLOCK", "comment": null}, "BORROW_APY": {"type": "FLOAT", "index": 9, "name": "BORROW_APY", "comment": null}, "EXCHANGE_RATE_STORED": {"type": "TEXT", "index": 10, "name": "EXCHANGE_RATE_STORED", "comment": null}, "CTOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "CTOKEN_PRICE", "comment": null}, "SUPPLY_RATE_PER_BLOCK": {"type": "TEXT", "index": 12, "name": "SUPPLY_RATE_PER_BLOCK", "comment": null}, "SUPPLY_APY": {"type": "FLOAT", "index": 13, "name": "SUPPLY_APY", "comment": null}, "TOTAL_BORROWS": {"type": "TEXT", "index": 14, "name": "TOTAL_BORROWS", "comment": null}, "BORROWS_TOKEN_AMOUNT": {"type": "FLOAT", "index": 15, "name": "BORROWS_TOKEN_AMOUNT", "comment": null}, "TOTAL_RESERVES": {"type": "TEXT", "index": 16, "name": "TOTAL_RESERVES", "comment": null}, "RESERVES_TOKEN_AMOUNT": {"type": "FLOAT", "index": 17, "name": "RESERVES_TOKEN_AMOUNT", "comment": null}, "COMP_SUPPLY_USD": {"type": "FLOAT", "index": 18, "name": "COMP_SUPPLY_USD", "comment": null}, "COMP_BORROW_USD": {"type": "FLOAT", "index": 19, "name": "COMP_BORROW_USD", "comment": null}, "COMP_SPEED_USD": {"type": "FLOAT", "index": 20, "name": "COMP_SPEED_USD", "comment": null}, "ID": {"type": "TEXT", "index": 21, "name": "ID", "comment": null}, "SUPPLY_USD": {"type": "FLOAT", "index": 22, "name": "SUPPLY_USD", "comment": null}, "RESERVES_USD": {"type": "FLOAT", "index": 23, "name": "RESERVES_USD", "comment": null}, "BORROWS_USD": {"type": "FLOAT", "index": 24, "name": "BORROWS_USD", "comment": null}, "COMP_APY_BORROW": {"type": "FLOAT", "index": 25, "name": "COMP_APY_BORROW", "comment": null}, "COMP_APY_SUPPLY": {"type": "FLOAT", "index": 26, "name": "COMP_APY_SUPPLY", "comment": null}, "UNDERLYING_CONTRACT": {"type": "TEXT", "index": 27, "name": "UNDERLYING_CONTRACT", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 28, "name": "UNDERLYING_SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 29, "name": "TOKEN_PRICE", "comment": null}, "COMP_PRICE": {"type": "FLOAT", "index": 30, "name": "COMP_PRICE", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 31, "name": "CONTRACT_NAME", "comment": null}, "COMP_SPEED": {"type": "TEXT", "index": 32, "name": "COMP_SPEED", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 12062373888.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 115690219.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_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.ethereum_models.silver__comp_market_stats"}, "model.ethereum_models.silver__token_prices_coin_market_cap_hourly": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_PRICES_COIN_MARKET_CAP_HOURLY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2468822016.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 92461225.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(recorded_hour::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.ethereum_models.silver__token_prices_coin_market_cap_hourly"}, "model.ethereum_models.silver__aave_market_stats": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AAVE_MARKET_STATS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 2, "name": "CONTRACT_ADDRESS", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "TOKEN_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "AVAILABLELIQUIDITY": {"type": "FLOAT", "index": 5, "name": "AVAILABLELIQUIDITY", "comment": null}, "TOTALSTABLEDEBT": {"type": "FLOAT", "index": 6, "name": "TOTALSTABLEDEBT", "comment": null}, "TOTALVARIABLEDEBT": {"type": "FLOAT", "index": 7, "name": "TOTALVARIABLEDEBT", "comment": null}, "LIQUIDITYRATE": {"type": "FLOAT", "index": 8, "name": "LIQUIDITYRATE", "comment": null}, "VARIABLEBORROWRATE": {"type": "FLOAT", "index": 9, "name": "VARIABLEBORROWRATE", "comment": null}, "STABLEBORROWRATE": {"type": "FLOAT", "index": 10, "name": "STABLEBORROWRATE", "comment": null}, "AVERAGESTABLEBORROWRATE": {"type": "FLOAT", "index": 11, "name": "AVERAGESTABLEBORROWRATE", "comment": null}, "LIQUIDITYINDEX": {"type": "FLOAT", "index": 12, "name": "LIQUIDITYINDEX", "comment": null}, "VARIABLEBORROWINDEX": {"type": "FLOAT", "index": 13, "name": "VARIABLEBORROWINDEX", "comment": null}, "LASTUPDATETIMESTAMP": {"type": "FLOAT", "index": 14, "name": "LASTUPDATETIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 15, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 10001430528.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 722494801.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__aave_market_stats"}, "model.ethereum_models.silver__nft_transfers": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "NFT_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17407289344.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 213263125.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver__nft_transfers"}, "model.ethereum_models.silver__daily_eth_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DAILY_ETH_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_DATE": {"type": "DATE", "index": 1, "name": "BLOCK_DATE", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 3, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DAILY_ACTIVITY": {"type": "BOOLEAN", "index": 5, "name": "DAILY_ACTIVITY", "comment": null}, "ID": {"type": "TEXT", "index": 6, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1750600582656.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 40062861356.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_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.ethereum_models.silver__daily_eth_balances"}, "model.ethereum_models.silver__contracts_extended": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "CONTRACTS_EXTENDED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": null}, "BLOCK_NUMBER": {"type": "FLOAT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATOR_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 6, "name": "LOGIC_ADDRESS", "comment": null}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 7, "name": "TOKEN_CONVENTION", "comment": null}, "NAME": {"type": "TEXT", "index": 8, "name": "NAME", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "FLOAT", "index": 10, "name": "DECIMALS", "comment": null}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 11, "name": "CONTRACT_METADATA", "comment": null}, "MODEL": {"type": "TEXT", "index": 12, "name": "MODEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 155729920.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1599938.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__contracts_extended"}, "model.ethereum_models.silver__univ3_pool_stats": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "UNIV3_POOL_STATS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 11105046528.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 258355139.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::date, pool_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": "model.ethereum_models.silver__univ3_pool_stats"}, "model.ethereum_models.silver__chainlink_feeds": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "CHAINLINK_FEEDS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "READ_RESULT": {"type": "NUMBER", "index": 3, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 5, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 533852160.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 20102756.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__chainlink_feeds"}, "model.ethereum_models.silver__eth_balances": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ETH_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 4, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 6, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 94471425536.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2178358255.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::date, 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.ethereum_models.silver__eth_balances"}, "seed.ethereum_models.silver__signatures_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SIGNATURES_BACKFILL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "BYTES_SIGNATURE": {"type": "TEXT", "index": 2, "name": "BYTES_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 13106176.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 549518.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__signatures_backfill"}, "model.ethereum_models.silver__traces": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRACES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": null}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": null}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": null}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 13, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "OBJECT", "index": 16, "name": "DATA", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 17, "name": "TX_STATUS", "comment": null}, "SUB_TRACES": {"type": "NUMBER", "index": 18, "name": "SUB_TRACES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1334189418496.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6364463123.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR( block_timestamp::DATE, _inserted_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.ethereum_models.silver__traces"}, "model.ethereum_models.silver__bytecode_abis": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BYTECODE_ABIS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "ABI": {"type": "VARIANT", "index": 2, "name": "ABI", "comment": null}, "ABI_HASH": {"type": "TEXT", "index": 3, "name": "ABI_HASH", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ABI_ROW_NO": {"type": "NUMBER", "index": 5, "name": "ABI_ROW_NO", "comment": null}, "ABI_ID": {"type": "TEXT", "index": 6, "name": "ABI_ID", "comment": null}, "BYTECODE_DUPE": {"type": "BOOLEAN", "index": 7, "name": "BYTECODE_DUPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 363299840.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 3206442.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__bytecode_abis"}, "model.ethereum_models.silver__logs": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 400095333888.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2541722577.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR( block_timestamp::DATE, _inserted_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.ethereum_models.silver__logs"}, "model.ethereum_models.silver__verified_abis": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "VERIFIED_ABIS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "DATA": {"type": "VARIANT", "index": 2, "name": "DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ABI_SOURCE": {"type": "TEXT", "index": 4, "name": "ABI_SOURCE", "comment": null}, "DISCORD_USERNAME": {"type": "TEXT", "index": 5, "name": "DISCORD_USERNAME", "comment": null}, "ABI_HASH": {"type": "TEXT", "index": 6, "name": "ABI_HASH", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1820606976.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 15060278.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__verified_abis"}, "model.ethereum_models.silver__created_contracts": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "CREATED_CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "CREATED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATED_CONTRACT_ADDRESS", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 5, "name": "CREATOR_ADDRESS", "comment": null}, "CREATED_CONTRACT_INPUT": {"type": "TEXT", "index": 6, "name": "CREATED_CONTRACT_INPUT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7543898624.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 56803901.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver__created_contracts"}, "model.ethereum_models.silver__transfers": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 13, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 131857249280.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1130001752.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver__transfers"}, "seed.ethereum_models.silver__snapshot_network": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SNAPSHOT_NETWORK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"NAME": {"type": "TEXT", "index": 1, "name": "NAME", "comment": null}, "NETWORK": {"type": "TEXT", "index": 2, "name": "NETWORK", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17920.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 939.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__snapshot_network"}, "model.ethereum_models.silver__eth_transfers": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "ETH_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 7, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 8, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT": {"type": "TEXT", "index": 11, "name": "INPUT", "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.ethereum_models.silver__eth_transfers"}, "model.ethereum_models.silver__aave_tokens": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "AAVE_TOKENS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ATOKEN_ADDRESS": {"type": "TEXT", "index": 1, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_SYMBOL": {"type": "TEXT", "index": 2, "name": "ATOKEN_SYMBOL", "comment": null}, "ATOKEN_NAME": {"type": "TEXT", "index": 3, "name": "ATOKEN_NAME", "comment": null}, "ATOKEN_DECIMALS": {"type": "NUMBER", "index": 4, "name": "ATOKEN_DECIMALS", "comment": null}, "UNDERLYING_ADDRESS": {"type": "TEXT", "index": 5, "name": "UNDERLYING_ADDRESS", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 6, "name": "UNDERLYING_SYMBOL", "comment": null}, "UNDERLYING_NAME": {"type": "TEXT", "index": 7, "name": "UNDERLYING_NAME", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 8, "name": "UNDERLYING_DECIMALS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 9, "name": "ATOKEN_VERSION", "comment": null}, "ATOKEN_CREATED_BLOCK": {"type": "NUMBER", "index": 10, "name": "ATOKEN_CREATED_BLOCK", "comment": null}, "ATOKEN_STABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 11, "name": "ATOKEN_STABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_VARIABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 12, "name": "ATOKEN_VARIABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_METADATA": {"type": "OBJECT", "index": 13, "name": "ATOKEN_METADATA", "comment": null}, "UNDERLYING_METADATA": {"type": "OBJECT", "index": 14, "name": "UNDERLYING_METADATA", "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.ethereum_models.silver__aave_tokens"}, "seed.ethereum_models.silver__event_signatures_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "EVENT_SIGNATURES_BACKFILL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "HEX_SIGNATURE": {"type": "TEXT", "index": 2, "name": "HEX_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 6930432.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 88734.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__event_signatures_backfill"}, "model.ethereum_models.silver__override_abis": {"metadata": {"type": "VIEW", "schema": "SILVER", "name": "OVERRIDE_ABIS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "DATA": {"type": "TEXT", "index": 2, "name": "DATA", "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.ethereum_models.silver__override_abis"}, "seed.ethereum_models.silver__curve_pools_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "CURVE_POOLS_BACKFILL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}, "TOKEN_INDEX": {"type": "NUMBER", "index": 2, "name": "TOKEN_INDEX", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "TOKEN_ADDRESS", "comment": null}, "POOL": {"type": "TEXT", "index": 4, "name": "POOL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 5120.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 73.0, "include": true, "description": "An approximate count of rows in 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": "seed.ethereum_models.silver__curve_pools_backfill"}, "model.ethereum_models.silver__decoded_logs": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DECODED_LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 3, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 4, "name": "EVENT_NAME", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "DECODED_DATA": {"type": "VARIANT", "index": 6, "name": "DECODED_DATA", "comment": null}, "TRANSFORMED": {"type": "VARIANT", "index": 7, "name": "TRANSFORMED", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 8, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECODED_FLAT": {"type": "OBJECT", "index": 10, "name": "DECODED_FLAT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 434360304640.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2191398104.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.silver__decoded_logs"}, "model.ethereum_models.silver__beacon_deposits": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "BEACON_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 41626624.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 87749.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(slot_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.ethereum_models.silver__beacon_deposits"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.c796a1205e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "NFT_TRANSFERS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.c796a1205e"}, "model.ethereum_models.streamline__eth_balances": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "ETH_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 48271360512.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1573427761.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__eth_balances"}, "model.ethereum_models.core__fact_event_logs": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_EVENT_LOGS", "database": "ETHEREUM_DEV", "comment": "This table contains flattened event logs from transactions on the Ethereum Blockchain. Transactions may have multiple events, which are denoted by the event index for a transaction hash. Therefore, this table is unique on the combination of transaction hash and event index. Event names are decoded in this table where possible. The event inputs column will contain the log details in JSON format. Specific fields can be pulled from this column using the following sample format: ```event_inputs:<FILED_NAME>::<DATA TYPE> as <FIELD_NAME>```.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of this transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address at the transaction level."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address at the transaction level."}, "EVENT_INDEX": {"type": "FLOAT", "index": 7, "name": "EVENT_INDEX", "comment": "Event number within a transaction."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": "The address interacted with for a given event."}, "CONTRACT_NAME": {"type": "TEXT", "index": 9, "name": "CONTRACT_NAME", "comment": "The name of the contract or token, where possible."}, "EVENT_NAME": {"type": "TEXT", "index": 10, "name": "EVENT_NAME", "comment": "The decoded event name for a given event."}, "EVENT_INPUTS": {"type": "OBJECT", "index": 11, "name": "EVENT_INPUTS", "comment": "The decoded event inputs for a given event."}, "TOPICS": {"type": "VARIANT", "index": 12, "name": "TOPICS", "comment": "The un-decoded event input topics."}, "DATA": {"type": "TEXT", "index": 13, "name": "DATA", "comment": "The un-decoded event data."}, "EVENT_REMOVED": {"type": "TEXT", "index": 14, "name": "EVENT_REMOVED", "comment": "Whether the event has been removed from the transaction."}, "TX_STATUS": {"type": "TEXT", "index": 15, "name": "TX_STATUS", "comment": "Status of the transaction."}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "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.ethereum_models.core__fact_event_logs"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze__successful_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.1b1c4e16b3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_BRONZE", "name": "SUCCESSFUL_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze__successful_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.1b1c4e16b3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__governance_votes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b02826cedd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "GOVERNANCE_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__governance_votes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b02826cedd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TX_FEE_USD__NUMBER__FLOAT.dc6bddc005": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TX_FEE_USD__NUMBER__FLOAT.dc6bddc005"}, "model.ethereum_models.ethereum_share__fact_event_logs": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "FACT_EVENT_LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 7, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 9, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 10, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 11, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 12, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 13, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 14, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 15, "name": "TX_STATUS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 348010148352.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2130290983.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__fact_event_logs"}, "model.ethereum_models.streamline__decode_logs_history_018492090_018520090": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018492090_018520090", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018492090_018520090"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.c2991a069e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.c2991a069e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.cee682a5cc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.cee682a5cc"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_liquidations_BLOCK_TIMESTAMP__day__5.967ba8847a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_COMPOUND", "name": "EZ_LIQUIDATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_liquidations_BLOCK_TIMESTAMP__day__5.967ba8847a"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__deposits_BLOCK_TIMESTAMP__day__2.ea8a1c1433": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_MAKER", "name": "DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__deposits_BLOCK_TIMESTAMP__day__2.ea8a1c1433"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_TX_HASH.1ac0dfa71b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_TX_HASH.1ac0dfa71b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__contracts_extended_LOGIC_ADDRESS__0_xX_0_9a_fA_F_.1a0dc10ba5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "CONTRACTS_EXTENDED_LOGIC_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__contracts_extended_LOGIC_ADDRESS__0_xX_0_9a_fA_F_.1a0dc10ba5"}, "test.ethereum_models.not_null_silver__nft_transfers_TO_ADDRESS.be19f60243": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_TO_ADDRESS.be19f60243"}, "test.ethereum_models.not_null_aave__ez_deposits_BLOCKCHAIN.d4b87c2fc4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_BLOCKCHAIN.d4b87c2fc4"}, "test.ethereum_models.not_null_aave__ez_repayments_AAVE_MARKET.65f0a2d955": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_AAVE_MARKET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_AAVE_MARKET.65f0a2d955"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_CHOICES.90f7d0976b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_CHOICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_CHOICES.90f7d0976b"}, "test.ethereum_models.not_null_compound__ez_borrows_CTOKEN_SYMBOL.9ea4f9afef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_CTOKEN_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_CTOKEN_SYMBOL.9ea4f9afef"}, "test.ethereum_models.not_null_compound__ez_liquidations_COLLATERAL_CTOKEN.80e4314381": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_COLLATERAL_CTOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_COLLATERAL_CTOKEN.80e4314381"}, "test.ethereum_models.not_null_core__ez_eth_transfers_ETH_TO_ADDRESS.72e8f4a314": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_ETH_TRANSFERS_ETH_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_eth_transfers_ETH_TO_ADDRESS.72e8f4a314"}, "test.ethereum_models.not_null_silver_maker__repayments_TX_HASH.378365bc48": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_TX_HASH.378365bc48"}, "test.ethereum_models.not_null_silver__eth_transfers_ETH_VALUE.5a36354513": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_TRANSFERS_ETH_VALUE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 7, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 8, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "INPUT": {"type": "TEXT", "index": 10, "name": "INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_transfers_ETH_VALUE.5a36354513"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TX_TO__0_xX_0_9a_fA_F_.1ba73cf78b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TX_TO__0_xX_0_9a_fA_F_.1ba73cf78b"}, "test.ethereum_models.not_null_silver__transfers_FROM_ADDRESS.cc15ca835c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_FROM_ADDRESS.cc15ca835c"}, "test.ethereum_models.not_null_silver__snapshot_ID.3248ddccf3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_ID.3248ddccf3"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_ROOT.5b25dd8051": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BATCH_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_ROOT.5b25dd8051"}, "test.ethereum_models.not_null_silver__transactions_TX_FEE.f2f0cdc085": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_TX_FEE.f2f0cdc085"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_TX_TO.0b66096c89": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_TX_TO.0b66096c89"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_BLOCK_TIMESTAMP.407a253fab": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_BLOCK_TIMESTAMP.407a253fab"}, "test.ethereum_models.not_null_silver__chainlink_feeds_ID.e942f31a6d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CHAINLINK_FEEDS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "READ_RESULT": {"type": "NUMBER", "index": 3, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 5, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__chainlink_feeds_ID.e942f31a6d"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_TITLE.4482339aae": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_PROPOSAL_TITLE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_TITLE.4482339aae"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_CREATOR_FEE.26da310e90": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_CREATOR_FEE.26da310e90"}, "model.ethereum_models.silver_dex__synthetix_swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "SYNTHETIX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 14110720.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 107305.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_dex__synthetix_swaps"}, "model.ethereum_models.silver_nft__x2y2_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "X2Y2_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1330063360.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1742163.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__x2y2_sales"}, "model.ethereum_models.streamline__decode_logs_history_014453746_014486058": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014453746_014486058", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014453746_014486058"}, "model.ethereum_models.streamline__decode_logs_history_016560021_016588021": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016560021_016588021", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016560021_016588021"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_INSERTED_TIMESTAMP__TIMESTAMP_NTZ.1bd7224ca6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_INSERTED_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_INSERTED_TIMESTAMP__TIMESTAMP_NTZ.1bd7224ca6"}, "model.ethereum_models.streamline__decode_logs_history_017568057_017596057": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017568057_017596057", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017568057_017596057"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_DECIMALS.d6908689a7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_DECIMALS.d6908689a7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_repayments_REPAYED_TOKENS__decimal__float.8c6f986b62": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_REPAYMENTS_REPAYED_TOKENS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_repayments_REPAYED_TOKENS__decimal__float.8c6f986b62"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PRICE__NUMBER__FLOAT.d68c2faeac": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PRICE__NUMBER__FLOAT.d68c2faeac"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_VAULT.0e920315e8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_VAULT_CREATION_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_VAULT.0e920315e8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_SENDER__STRING__VARCHAR.cbb33146e7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_SENDER__STRING__VARCHAR.cbb33146e7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__vault_creation_BLOCK_NUMBER__NUMBER__FLOAT.f46631f130": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "VAULT_CREATION_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__vault_creation_BLOCK_NUMBER__NUMBER__FLOAT.f46631f130"}, "model.ethereum_models.streamline__decode_logs_history_017064039_017092039": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017064039_017092039", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017064039_017092039"}, "test.ethereum_models.not_null_silver__beacon_blocks_STATE_ROOT.a7da1e74c9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_STATE_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_STATE_ROOT.a7da1e74c9"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__v2_swaps__LOG_ID.0563845eec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "V2_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__v2_swaps__LOG_ID.0563845eec"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__blur_sales__log_id.2e70dd520b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "BLUR_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__blur_sales__log_id.2e70dd520b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_CREATOR_FEE_USD__NUMBER__FLOAT.2ac3fcffcf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_CREATOR_FEE_USD__NUMBER__FLOAT.2ac3fcffcf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.65bce787d7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.65bce787d7"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_BLOCK_NUMBER.ddbfb9526e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_BLOCK_NUMBER.ddbfb9526e"}, "test.ethereum_models.not_null_aave__ez_repayments_PAYER.853a217334": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_PAYER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_PAYER.853a217334"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__proxies_TX_HASH.0c9192d19c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "PROXIES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__proxies_TX_HASH.0c9192d19c"}, "model.ethereum_models.maker__ez_withdrawals": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_WITHDRAWALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "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.ethereum_models.maker__ez_withdrawals"}, "test.ethereum_models.not_null_aave__ez_liquidations_COLLATERAL_ASSET.0cfca93e80": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_COLLATERAL_ASSET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_COLLATERAL_ASSET.0cfca93e80"}, "test.ethereum_models.not_null_core__dim_labels_CREATOR.0c77d5749c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_CREATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__dim_labels_CREATOR.0c77d5749c"}, "test.ethereum_models.not_null_silver__token_balance_diffs_CURRENT_BAL_UNADJ.ada7e915a8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS_CURRENT_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs_CURRENT_BAL_UNADJ.ada7e915a8"}, "test.ethereum_models.not_null_silver__token_prices_all_providers_hourly_IS_IMPUTED.a01ecf688d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_ALL_PROVIDERS_HOURLY_IS_IMPUTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": null}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_all_providers_hourly_IS_IMPUTED.a01ecf688d"}, "test.ethereum_models.not_null_silver__univ3_pool_stats_BLOCK_TIMESTAMP.e7b7e8d431": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOL_STATS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pool_stats_BLOCK_TIMESTAMP.e7b7e8d431"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.64a1b8490e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.64a1b8490e"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PRICE.0422f1eb4e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PRICE.0422f1eb4e"}, "model.ethereum_models.streamline__blocks_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "BLOCKS_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__blocks_realtime"}, "test.ethereum_models.not_null_silver_maker__vault_creation_BLOCK_NUMBER.2cc530c858": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "VAULT_CREATION_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__vault_creation_BLOCK_NUMBER.2cc530c858"}, "test.ethereum_models.not_null_silver_nft__blur_sales_TX_FEE.c059ef797c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_TX_FEE.c059ef797c"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_EVENT_TYPE.6a70e0d43c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_EVENT_TYPE.6a70e0d43c"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_TOKEN_OUT.baa114db6e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_TOKEN_OUT.baa114db6e"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_BLOCK_TIMESTAMP.96c19ccb1a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_BLOCK_TIMESTAMP.96c19ccb1a"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_SELLER_ADDRESS.cb600d47fc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_SELLER_ADDRESS.cb600d47fc"}, "model.ethereum_models.streamline__decode_logs_history_015457638_015488783": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015457638_015488783", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015457638_015488783"}, "model.ethereum_models.bronze_api__contract_reads": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_API", "name": "CONTRACT_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "TEXT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "FUNCTION_SIG": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIG", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 4, "name": "FUNCTION_INPUT", "comment": null}, "READ_RESULT": {"type": "TEXT", "index": 5, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 87805440.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1777266.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.bronze_api__contract_reads"}, "model.ethereum_models.streamline__complete_reads": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 2, "name": "CONTRACT_ADDRESS", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 4, "name": "CALL_NAME", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 5, "name": "FUNCTION_INPUT", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 6, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 83546605056.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 3729486413.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__complete_reads"}, "model.ethereum_models.streamline__decode_logs_history_006865432_007008508": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006865432_007008508", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006865432_007008508"}, "model.ethereum_models.streamline__decode_logs_history_008133665_008236826": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008133665_008236826", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008133665_008236826"}, "model.ethereum_models.streamline__decode_logs_history_010766552_010801126": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010766552_010801126", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010766552_010801126"}, "model.ethereum_models.streamline__decode_logs_history_011613943_011652233": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011613943_011652233", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011613943_011652233"}, "model.ethereum_models.streamline__decode_logs_history_012371602_012402623": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012371602_012402623", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012371602_012402623"}, "model.ethereum_models.streamline__decode_logs_history_014518262_014551912": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014518262_014551912", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014518262_014551912"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_LIQUIDITY_TOKEN__decimal__float.23fda4c3ba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_TOTAL_LIQUIDITY_TOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_LIQUIDITY_TOKEN__decimal__float.23fda4c3ba"}, "model.ethereum_models.streamline__decode_logs_history_015789603_015823300": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015789603_015823300", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015789603_015823300"}, "model.ethereum_models.streamline__decode_logs_history_016280011_016308011": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016280011_016308011", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016280011_016308011"}, "model.ethereum_models.streamline__decode_logs_history_017876068_017904068": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017876068_017904068", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017876068_017904068"}, "model.ethereum_models.streamline__decode_logs_history_019976143_020000000": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019976143_020000000", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019976143_020000000"}, "model.ethereum_models.uniswapv3__ez_position_collected_fees": {"metadata": {"type": "VIEW", "schema": "UNISWAPV3", "name": "EZ_POSITION_COLLECTED_FEES", "database": "ETHEREUM_DEV", "comment": "Fees collected by a Liquidity Provider (LP) on their position. In V3 fees are accrued and collected in each token within the pair. When a pool Collect event is emitted a new record is appended to this table. If a Burn event is emitted in the same transaction as the Collect event the amount of the burn is subtracted from the Collect event token1 and token0 amounts. This allows us to arrive solely at the swap fees collected.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The blockchain on which transactions are being confirmed."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": ""}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": "The contract address of the pool"}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": ""}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": "The address of the LP"}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": "The id of the NFT associated with the liquidity position"}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": "The address of the peripheral nf position manager contract, if used."}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": "Symbol of token0"}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": "Symbol of token1"}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": "The delta of the token0 balance of the pool, decimal adjusted."}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": "The delta of the token1 balance of the pool, decimal adjusted."}, "AMOUNT0_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT0_USD", "comment": "The delta of the token0 balance of the pool, converted to USD"}, "AMOUNT1_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT1_USD", "comment": "The delta of the token1 balance of the pool, converted to USD"}, "TICK_LOWER": {"type": "TEXT", "index": 17, "name": "TICK_LOWER", "comment": "Lower tick of the liquidity position"}, "TICK_UPPER": {"type": "TEXT", "index": 18, "name": "TICK_UPPER", "comment": "Upper tick of the liquidity position"}, "PRICE_LOWER": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER", "comment": "Lower bound of the liquidity position represented as token 1 per token 0."}, "PRICE_UPPER": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER", "comment": "Upper bound of the liquidity position represented as token 1 per token 0."}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_USD", "comment": "Lower bound of the liquidity position represented as token 1 per token 0, converted to USD."}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_USD", "comment": "Upper bound of the liquidity position represented as token 1 per token 0, converted to USD."}}, "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.ethereum_models.uniswapv3__ez_position_collected_fees"}, "test.ethereum_models.not_null_silver_maker__vault_creation_BLOCK_TIMESTAMP.8515d9d949": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "VAULT_CREATION_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__vault_creation_BLOCK_TIMESTAMP.8515d9d949"}, "test.ethereum_models.not_null_silver__beacon_blocks_GRAFFITI.5df6b3bdb5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_GRAFFITI", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_GRAFFITI.5df6b3bdb5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_deposits_ISSUED_TOKENS__decimal__float.33c07028ec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_DEPOSITS_ISSUED_TOKENS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_deposits_ISSUED_TOKENS__decimal__float.33c07028ec"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_PREV_TOTAL_ELEMENTS__NUMBER__FLOAT.d4ef80cfd1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_PREV_TOTAL_ELEMENTS__NUMBER__FLOAT.d4ef80cfd1"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_TOKEN_DEPOSITED.28ba97b4ba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_TOKEN_DEPOSITED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_TOKEN_DEPOSITED.28ba97b4ba"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_BLOCK_TIMESTAMP.1264722eaf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_BLOCK_TIMESTAMP.1264722eaf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_OUT_USD__decimal__float.95c4818e1e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_AMOUNT_OUT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_OUT_USD__decimal__float.95c4818e1e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.4ccf9184cd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__decoded_logs_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.a0e3dbd7d9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "DECODED_LOGS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__decoded_logs_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.a0e3dbd7d9"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__snapshot_votes_id.c9a319431b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_BRONZE_API", "name": "SNAPSHOT_VOTES_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__snapshot_votes_id.c9a319431b"}, "model.ethereum_models.ethereum_share__dim_function_signatures": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "DIM_FUNCTION_SIGNATURES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "BYTES_SIGNATURE": {"type": "TEXT", "index": 2, "name": "BYTES_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8818688.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 549518.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(bytes_signature)", "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.ethereum_models.ethereum_share__dim_function_signatures"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_AAVE_PRICE__decimal__float.69321bba4e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_AAVE_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_AAVE_PRICE__decimal__float.69321bba4e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_SLOT_TIMESTAMP__TIMESTAMP_NTZ.d1b69bceaf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_SLOT_TIMESTAMP__TIMESTAMP_NTZ.d1b69bceaf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__vault_creation_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.030e305af1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "VAULT_CREATION_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__vault_creation_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.030e305af1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.203ba5aff8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.203ba5aff8"}, "test.ethereum_models.not_null_core__ez_eth_transfers_AMOUNT_USD.543e69d082": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_ETH_TRANSFERS_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_eth_transfers_AMOUNT_USD.543e69d082"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.18b6e532b8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.18b6e532b8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TX_HASH__0_xX_0_9a_fA_F_.c48f9b7af0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TX_HASH__0_xX_0_9a_fA_F_.c48f9b7af0"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_bronze_api__comp_v3_market_reads__INSERTED_TIMESTAMP__day__1.c756f73acf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_BRONZE_API", "name": "COMP_V3_MARKET_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_bronze_api__comp_v3_market_reads__INSERTED_TIMESTAMP__day__1.c756f73acf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_pools_TOKEN_ADDRESS__varchar.0d2fd9250e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "CURVE_POOLS_TOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_pools_TOKEN_ADDRESS__varchar.0d2fd9250e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__dim_labels_ADDRESS__0_xX_0_9a_fA_F_.52c2534d6a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "DIM_LABELS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__dim_labels_ADDRESS__0_xX_0_9a_fA_F_.52c2534d6a"}, "test.ethereum_models.not_null_aave__ez_liquidations_DEBT_ASSET.c8a26c9dab": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_DEBT_ASSET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_DEBT_ASSET.c8a26c9dab"}, "test.ethereum_models.not_null_aave__ez_withdraws_EVENT_INDEX.a7e28a543a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_WITHDRAWS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_withdraws_EVENT_INDEX.a7e28a543a"}, "test.ethereum_models.not_null_core__dim_labels_LABEL.05696d692d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_LABEL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__dim_labels_LABEL.05696d692d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_TOKEN_PAID__0_xX_0_9a_fA_F_.7b5b1bb4ee": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "REPAYMENTS_TOKEN_PAID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_TOKEN_PAID__0_xX_0_9a_fA_F_.7b5b1bb4ee"}, "test.ethereum_models.not_null_silver_maker__withdrawals_AMOUNT_WITHDRAWN_UNADJUSTED.87a262ff3c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_AMOUNT_WITHDRAWN_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_AMOUNT_WITHDRAWN_UNADJUSTED.87a262ff3c"}, "test.ethereum_models.not_null_compound__ez_repayments_CTOKEN_SYMBOL.eda1aec8e9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_CTOKEN_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_CTOKEN_SYMBOL.eda1aec8e9"}, "test.ethereum_models.not_null_silver__beacon_blocks_PROPOSER_INDEX.521228febe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_PROPOSER_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_PROPOSER_INDEX.521228febe"}, "test.ethereum_models.not_null_silver__eth_balance_diffs_BLOCK_TIMESTAMP.92e1f1ca7d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCE_DIFFS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balance_diffs_BLOCK_TIMESTAMP.92e1f1ca7d"}, "test.ethereum_models.not_null_silver__logs_DATA.c5fac5c4a4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_DATA.c5fac5c4a4"}, "test.ethereum_models.not_null_silver__eth_transfers_TX_HASH.17f57d6018": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 7, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 8, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "INPUT": {"type": "TEXT", "index": 10, "name": "INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_transfers_TX_HASH.17f57d6018"}, "test.ethereum_models.not_null_silver__univ3_pool_stats_TOKEN1_BALANCE.6a3b0c8f3f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOL_STATS_TOKEN1_BALANCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pool_stats_TOKEN1_BALANCE.6a3b0c8f3f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__snapshot_PROPOSAL_AUTHOR__0_xX_0_9a_fA_F_.fe09c407da": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "SNAPSHOT_PROPOSAL_AUTHOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__snapshot_PROPOSAL_AUTHOR__0_xX_0_9a_fA_F_.fe09c407da"}, "test.ethereum_models.not_null_silver_maker__flash_loans_TX_STATUS.eaf1ca2fc8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_TX_STATUS.eaf1ca2fc8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_IN__decimal__float.1f9b16f7a7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_IN__decimal__float.1f9b16f7a7"}, "test.ethereum_models.not_null_silver_maker__deposits_DECIMALS.c8cd06c873": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_DECIMALS.c8cd06c873"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_INGESTED_AT.2f4f068926": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_INGESTED_AT.2f4f068926"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_NFT_ADDRESS.c32a41c9cb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_NFT_ADDRESS.c32a41c9cb"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PLATFORM_ADDRESS.e197592c5d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PLATFORM_ADDRESS.e197592c5d"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_ORIGIN_FROM_ADDRESS.43bc581e8d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_ORIGIN_FROM_ADDRESS.43bc581e8d"}, "model.ethereum_models.core__fact_dex_pool_weekly_reads": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_DEX_POOL_WEEKLY_READS", "database": "ETHEREUM_DEV", "comment": "This view shows metrics that we're reading once per week off of the dex pool contracts", "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": ""}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block at which the read has been made from the contract"}, "PID": {"type": "TEXT", "index": 3, "name": "PID", "comment": "The pool ID of that pool inside the reward contract. In sushi the reward contract is called masterchef"}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": "The address of the liquidity pool or the reward contract"}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": ""}, "ALLOCATION_POINTS": {"type": "TEXT", "index": 6, "name": "ALLOCATION_POINTS", "comment": "allocation points for the pools are used to calculate their share of rewards. when pid is null allocation points is showing the total allocation points for that reward contract"}, "FUNCTION_NAME": {"type": "TEXT", "index": 7, "name": "FUNCTION_NAME", "comment": ""}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 8, "name": "FUNCTION_SIGNATURE", "comment": "The ID for this function or event signature."}}, "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.ethereum_models.core__fact_dex_pool_weekly_reads"}, "model.ethereum_models.streamline__decode_logs_history_011315293_011354716": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011315293_011354716", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011315293_011354716"}, "model.ethereum_models.streamline__decode_logs_history_012019957_012057200": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012019957_012057200", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012019957_012057200"}, "model.ethereum_models.streamline__decode_logs_history_013920243_013956975": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013920243_013956975", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013920243_013956975"}, "model.ethereum_models.streamline__decode_logs_history_016448017_016476017": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016448017_016476017", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016448017_016476017"}, "model.ethereum_models.streamline__decode_logs_history_017092040_017120040": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017092040_017120040", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017092040_017120040"}, "model.ethereum_models.streamline__decode_logs_history_017204044_017232044": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017204044_017232044", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017204044_017232044"}, "model.ethereum_models.streamline__decode_logs_history_018100076_018128076": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018100076_018128076", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018100076_018128076"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.5c66b8d9e6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.5c66b8d9e6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_CURRENT_BAL_UNADJ__NUMBER__FLOAT.bf053391b2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_BALANCE_DIFFS_CURRENT_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_CURRENT_BAL_UNADJ__NUMBER__FLOAT.bf053391b2"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_TX_STATUS.245a3ef8d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_TX_STATUS.245a3ef8d1"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_COLLATERAL_BALANCE.184a2ddbd4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_COLLATERAL_BALANCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_COLLATERAL_BALANCE.184a2ddbd4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_MAX_BLOCK__NUMBER__FLOAT.b71a791aec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_MAX_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_MAX_BLOCK__NUMBER__FLOAT.b71a791aec"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_DELEGATE.db453cce35": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_DELEGATE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_DELEGATE.db453cce35"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_eth_transfers_TX_HASH__0_xX_0_9a_fA_F_.acf7e6f3c4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_ETH_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_eth_transfers_TX_HASH__0_xX_0_9a_fA_F_.acf7e6f3c4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bd53ed4b36": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TOKEN_BALANCES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bd53ed4b36"}, "model.ethereum_models.aave__ez_borrows": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_BORROWS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 36470272.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 302072.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.aave__ez_borrows"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__liquidations_BLOCK_NUMBER__NUMBER__FLOAT.2f10f81ad2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "LIQUIDATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__liquidations_BLOCK_NUMBER__NUMBER__FLOAT.2f10f81ad2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balances_ADDRESS__0_xX_0_9a_fA_F_.a2e4e46caf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TOKEN_BALANCES_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balances_ADDRESS__0_xX_0_9a_fA_F_.a2e4e46caf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_FROM_ADDRESS__0_xX_0_9a_fA_F_.0479073084": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSFERS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_FROM_ADDRESS__0_xX_0_9a_fA_F_.0479073084"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_VAULT.e0b13875de": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_VAULT.e0b13875de"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_BLOCK_TIMESTAMP.746a0a161c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_BLOCK_TIMESTAMP.746a0a161c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_LIQUIDATED_AMOUNT_USD__decimal__float.4ff4742148": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_LIQUIDATIONS_LIQUIDATED_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_LIQUIDATED_AMOUNT_USD__decimal__float.4ff4742148"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_GRAFFITI__STRING__VARCHAR.99b5450874": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_GRAFFITI", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_GRAFFITI__STRING__VARCHAR.99b5450874"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_borrows_BORROWED_USD__decimal__float.5425806f25": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_BORROWS_BORROWED_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_borrows_BORROWED_USD__decimal__float.5425806f25"}, "model.ethereum_models.streamline__decode_logs_history_007151294_007283375": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007151294_007283375", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007151294_007283375"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.f309d16365": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.f309d16365"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_token_transfers_BLOCK_TIMESTAMP__day__1.1d56697ce2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_CORE", "name": "EZ_TOKEN_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_token_transfers_BLOCK_TIMESTAMP__day__1.1d56697ce2"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_deposits_TX_HASH__EVENT_INDEX.0e99f8633e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_DEPOSITS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 2, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_deposits_TX_HASH__EVENT_INDEX.0e99f8633e"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__governance_votes__LOG_ID.dd7015656f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "GOVERNANCE_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__governance_votes__LOG_ID.dd7015656f"}, "model.ethereum_models.ethereum_share__ez_dex_swaps": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "EZ_DEX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 479044096.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4310475.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__ez_dex_swaps"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals__INSERTED_TIMESTAMP.ad96e18fec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals__INSERTED_TIMESTAMP.ad96e18fec"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_NFT_TO_ADDRESS.d7d647030e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_NFT_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_NFT_TO_ADDRESS.d7d647030e"}, "test.ethereum_models.not_null_silver__beacon_attestations_ATTESTATION_INDEX.e9d90657aa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_ATTESTATION_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_ATTESTATION_INDEX.e9d90657aa"}, "test.ethereum_models.not_null_silver__beacon_attestations_TARGET_EPOCH.9b631267df": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_TARGET_EPOCH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_TARGET_EPOCH.9b631267df"}, "test.ethereum_models.not_null_silver__comp_market_stats_CTOKEN_ADDRESS.102c9d1b7e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "COMP_MARKET_STATS_CTOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_HOUR", "comment": null}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 4, "name": "CTOKEN_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOTAL_SUPPLY": {"type": "TEXT", "index": 6, "name": "TOTAL_SUPPLY", "comment": null}, "SUPPLY_TOKEN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "SUPPLY_TOKEN_AMOUNT", "comment": null}, "BORROW_RATE_PER_BLOCK": {"type": "TEXT", "index": 8, "name": "BORROW_RATE_PER_BLOCK", "comment": null}, "BORROW_APY": {"type": "FLOAT", "index": 9, "name": "BORROW_APY", "comment": null}, "EXCHANGE_RATE_STORED": {"type": "TEXT", "index": 10, "name": "EXCHANGE_RATE_STORED", "comment": null}, "CTOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "CTOKEN_PRICE", "comment": null}, "SUPPLY_RATE_PER_BLOCK": {"type": "TEXT", "index": 12, "name": "SUPPLY_RATE_PER_BLOCK", "comment": null}, "SUPPLY_APY": {"type": "FLOAT", "index": 13, "name": "SUPPLY_APY", "comment": null}, "TOTAL_BORROWS": {"type": "TEXT", "index": 14, "name": "TOTAL_BORROWS", "comment": null}, "BORROWS_TOKEN_AMOUNT": {"type": "FLOAT", "index": 15, "name": "BORROWS_TOKEN_AMOUNT", "comment": null}, "TOTAL_RESERVES": {"type": "TEXT", "index": 16, "name": "TOTAL_RESERVES", "comment": null}, "RESERVES_TOKEN_AMOUNT": {"type": "FLOAT", "index": 17, "name": "RESERVES_TOKEN_AMOUNT", "comment": null}, "COMP_SUPPLY_USD": {"type": "FLOAT", "index": 18, "name": "COMP_SUPPLY_USD", "comment": null}, "COMP_BORROW_USD": {"type": "FLOAT", "index": 19, "name": "COMP_BORROW_USD", "comment": null}, "COMP_SPEED_USD": {"type": "FLOAT", "index": 20, "name": "COMP_SPEED_USD", "comment": null}, "ID": {"type": "TEXT", "index": 21, "name": "ID", "comment": null}, "SUPPLY_USD": {"type": "FLOAT", "index": 22, "name": "SUPPLY_USD", "comment": null}, "RESERVES_USD": {"type": "FLOAT", "index": 23, "name": "RESERVES_USD", "comment": null}, "BORROWS_USD": {"type": "FLOAT", "index": 24, "name": "BORROWS_USD", "comment": null}, "COMP_APY_BORROW": {"type": "FLOAT", "index": 25, "name": "COMP_APY_BORROW", "comment": null}, "COMP_APY_SUPPLY": {"type": "FLOAT", "index": 26, "name": "COMP_APY_SUPPLY", "comment": null}, "UNDERLYING_CONTRACT": {"type": "TEXT", "index": 27, "name": "UNDERLYING_CONTRACT", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 28, "name": "UNDERLYING_SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 29, "name": "TOKEN_PRICE", "comment": null}, "COMP_PRICE": {"type": "FLOAT", "index": 30, "name": "COMP_PRICE", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 31, "name": "CONTRACT_NAME", "comment": null}, "COMP_SPEED": {"type": "TEXT", "index": 32, "name": "COMP_SPEED", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__comp_market_stats_CTOKEN_ADDRESS.102c9d1b7e"}, "test.ethereum_models.not_null_silver__transactions_FROM_ADDRESS.002109da43": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_FROM_ADDRESS.002109da43"}, "test.ethereum_models.not_null_silver__transactions_ORIGIN_FUNCTION_SIGNATURE.6ba6212d68": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_ORIGIN_FUNCTION_SIGNATURE.6ba6212d68"}, "test.ethereum_models.not_null_silver__univ3_positions_FEE_PERCENT.d740b4963e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_FEE_PERCENT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_FEE_PERCENT.d740b4963e"}, "test.ethereum_models.not_null_silver_nft__blur_sales_CREATOR_FEE.8d9cd569c9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_CREATOR_FEE.8d9cd569c9"}, "model.ethereum_models.silver_nft__rarible_sales_update_sept_2022": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3001856.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 8492.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__rarible_sales_update_sept_2022"}, "test.ethereum_models.not_null_silver__beacon_attestations_AGGREGATION_BITS.bf9f0e7b37": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_AGGREGATION_BITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_AGGREGATION_BITS.bf9f0e7b37"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_INPUT_DATA.2ae55cb15f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_INPUT_DATA.2ae55cb15f"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PLATFORM_NAME.d11003109c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PLATFORM_NAME.d11003109c"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_ORIGIN_FROM_ADDRESS.124398d0de": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_ORIGIN_FROM_ADDRESS.124398d0de"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_ORIGIN_TO_ADDRESS.c2a9b80698": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_ORIGIN_TO_ADDRESS.c2a9b80698"}, "model.ethereum_models.streamline__decode_logs_history_018044074_018072074": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018044074_018072074", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018044074_018072074"}, "model.ethereum_models.streamline__decode_logs_history_008949588_008952587": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008949588_008952587", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008949588_008952587"}, "model.ethereum_models.streamline__decode_logs_history_009678026_009762301": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009678026_009762301", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009678026_009762301"}, "model.ethereum_models.streamline__decode_logs_history_011466125_011502761": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011466125_011502761", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011466125_011502761"}, "model.ethereum_models.streamline__decode_logs_history_011798590_011835415": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011798590_011835415", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011798590_011835415"}, "model.ethereum_models.streamline__decode_logs_history_013956976_013994254": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013956976_013994254", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013956976_013994254"}, "model.ethereum_models.streamline__decode_logs_history_014784641_014819146": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014784641_014819146", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014784641_014819146"}, "test.ethereum_models.not_null_compound__ez_borrows_CTOKEN.6e51c82d98": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_CTOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_CTOKEN.6e51c82d98"}, "model.ethereum_models.streamline__decode_logs_history_015296116_015328325": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015296116_015328325", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015296116_015328325"}, "model.ethereum_models.core__dim_function_signatures": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_FUNCTION_SIGNATURES", "database": "ETHEREUM_DEV", "comment": "This table contains function signatures used to decode Ethereum call data into a human-readable format. For more details see (https://www.4byte.directory/).", "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": "The human-readable format for this function or event."}, "BYTES_SIGNATURE": {"type": "TEXT", "index": 2, "name": "BYTES_SIGNATURE", "comment": "The byte signature for this function."}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": "The ID for this function or event signature."}}, "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.ethereum_models.core__dim_function_signatures"}, "model.ethereum_models.streamline__decode_logs_history_018772100_018800100": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018772100_018800100", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018772100_018800100"}, "model.ethereum_models.uniswapv3__ez_lp_actions": {"metadata": {"type": "VIEW", "schema": "UNISWAPV3", "name": "EZ_LP_ACTIONS", "database": "ETHEREUM_DEV", "comment": "Use this table to track increases and decreases to positions by liquidity providers (LPs) over time. Whenever a Pool Burn or Mint event is triggered on a position a record is appended to this table.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The blockchain on which transactions are being confirmed."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": "The type of lp action, either INCREASE_LIQUIDITY (mint) or DECREASE_LIQUIDITY (burn)"}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": "The delta of the token0 balance of the pool, decimal adjusted."}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": "The delta of the token1 balance of the pool, decimal adjusted."}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": "The delta of the token0 balance of the pool, converted to USD"}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": "The delta of the token1 balance of the pool, converted to USD"}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": "Contract address of token 0"}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": "Contract address of token 0"}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": "Symbol of token0"}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": "Symbol of token1"}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": "Price of token0"}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": "Price of token1"}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": "The liquidity of the pool."}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": "The liquidity of the pool, decimal adjusted."}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": "The address of the LP"}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 19, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": "The address of the peripheral nf position manager contract, if used."}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 20, "name": "NF_TOKEN_ID", "comment": "The id of the NFT associated with the liquidity position"}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": "The contract address of the pool"}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": "The contract label/name of the pool"}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": "Lower tick of the liquidity position"}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": "Upper tick of the liquidity position"}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": "Lower bound of the liquidity position represented as token 1 per token 0"}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": "pper bound of the liquidity position represented as token 1 per token 0"}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": "Lower bound of the liquidity position represented as token 0 per token 1"}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": "Upper bound of the liquidity position represented as token 0 per token 1"}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": "Lower bound of the liquidity position represented as token 1 per token 0, converted to USD"}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": "Upper bound of the liquidity position represented as token 1 per token 0, converted to USD"}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": "Lower bound of the liquidity position represented as token 0 per token 1, converted to USD"}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": "Upper bound of the liquidity position represented as token 0 per token 1, converted to USD"}}, "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.ethereum_models.uniswapv3__ez_lp_actions"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_AMOUNT_DEPOSITED_UNADJUSTED.40517e6fbb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_AMOUNT_DEPOSITED_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_AMOUNT_DEPOSITED_UNADJUSTED.40517e6fbb"}, "model.ethereum_models.core__sv_dim_contracts": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_DIM_CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": null}, "NAME": {"type": "TEXT", "index": 3, "name": "NAME", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 5, "name": "CONTRACT_METADATA", "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.ethereum_models.core__sv_dim_contracts"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_DEPOSITOR.74bfff5873": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_DEPOSITOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_DEPOSITOR.74bfff5873"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_positions__LOG_ID.a9b507cfca": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "UNIV3_POSITIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_positions__LOG_ID.a9b507cfca"}, "model.ethereum_models.streamline__decode_logs_history_014852639_014887643": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014852639_014887643", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014852639_014887643"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_AMOUNT_USD__NUMBER__FLOAT.010574c5b1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_LENDING_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_AMOUNT_USD__NUMBER__FLOAT.010574c5b1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_FEE__NUMBER__FLOAT.c56121a801": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_FEE__NUMBER__FLOAT.c56121a801"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__governance_votes_BLOCK_NUMBER__NUMBER__FLOAT.0a34aad28f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "GOVERNANCE_VOTES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__governance_votes_BLOCK_NUMBER__NUMBER__FLOAT.0a34aad28f"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_eth_transfers__CALL_ID.e436c6a020": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "EZ_ETH_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_CALL_ID": {"type": "TEXT", "index": 1, "name": "_CALL_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_eth_transfers__CALL_ID.e436c6a020"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__created_contracts_created_contract_address.d34472b2a8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "CREATED_CONTRACTS_CREATED_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CREATED_CONTRACT_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__created_contracts_created_contract_address.d34472b2a8"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_TOKEN_WITHDRAWN.cc64007444": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_TOKEN_WITHDRAWN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_TOKEN_WITHDRAWN.cc64007444"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_TOKEN_CONVENTION__STRING__VARCHAR.8a2cf81ede": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_TOKEN_CONVENTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_TOKEN_CONVENTION__STRING__VARCHAR.8a2cf81ede"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_position_collected_fees__LOG_ID.30fff0a44c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_position_collected_fees__LOG_ID.30fff0a44c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_CREATOR_FEE_USD__NUMBER__FLOAT.4f8f06d016": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_CREATOR_FEE_USD__NUMBER__FLOAT.4f8f06d016"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_deposits_ISSUED_CTOKENS__decimal__float.c13d6db42c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_DEPOSITS_ISSUED_CTOKENS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_deposits_ISSUED_CTOKENS__decimal__float.c13d6db42c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__eth_transfers_TX_HASH__0_xX_0_9a_fA_F_.6aa1eca6e4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "ETH_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__eth_transfers_TX_HASH__0_xX_0_9a_fA_F_.6aa1eca6e4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.bbaf831913": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.bbaf831913"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.b3c6d46984": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.b3c6d46984"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_liquidations__log_id.5d1b803269": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_COMPOUND", "name": "EZ_LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_liquidations__log_id.5d1b803269"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_OUT__decimal__float.dbf8b5cfda": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_OUT__decimal__float.dbf8b5cfda"}, "test.ethereum_models.not_null_silver_maker__deposits_TX_STATUS.285f81ccf9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_TX_STATUS.285f81ccf9"}, "test.ethereum_models.not_null_aave__ez_market_stats_AAVE_VERSION.cbdcffe3b1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_MARKET_STATS_AAVE_VERSION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_market_stats_AAVE_VERSION.cbdcffe3b1"}, "test.ethereum_models.not_null_compound__ez_liquidations_TX_HASH.762d866cdf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_TX_HASH.762d866cdf"}, "test.ethereum_models.not_null_core__ez_token_transfers_RAW_AMOUNT.a3646396ec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_RAW_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_RAW_AMOUNT.a3646396ec"}, "test.ethereum_models.not_null_silver__logs_TOPICS.f042e94d85": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_TOPICS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_TOPICS.f042e94d85"}, "model.ethereum_models.silver_nft__looksrare_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "LOOKSRARE_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 381536256.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 385713.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__looksrare_sales"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_AMOUNT_IN.4234084c0d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_AMOUNT_IN.4234084c0d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__snapshot_proposals__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.4feed89226": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_BRONZE_API", "name": "SNAPSHOT_PROPOSALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__snapshot_proposals__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.4feed89226"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_TX_FEE.080a2177c8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_TX_FEE.080a2177c8"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_INGESTED_AT.8ad208bea8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_INGESTED_AT.8ad208bea8"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_CREATOR_FEE.de434ed2a1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_CREATOR_FEE.de434ed2a1"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_ORIGIN_FUNCTION_SIGNATURE.862f8597a8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_ORIGIN_FUNCTION_SIGNATURE.862f8597a8"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_TOTAL_FEES.f91a4c9d1b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_TOTAL_FEES.f91a4c9d1b"}, "test.ethereum_models.not_null_silver__transfers__LOG_ID.29bb073a40": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers__LOG_ID.29bb073a40"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_TX_STATUS.7be941380b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_TX_STATUS.7be941380b"}, "model.ethereum_models.streamline__decode_logs_history_006231223_006343791": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006231223_006343791", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006231223_006343791"}, "model.ethereum_models.streamline__decode_logs_history_010099867_010183537": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010099867_010183537", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010099867_010183537"}, "model.ethereum_models.streamline__decode_logs_history_010873049_010906531": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010873049_010906531", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010873049_010906531"}, "model.ethereum_models.streamline__decode_logs_history_011983270_012019956": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011983270_012019956", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011983270_012019956"}, "model.ethereum_models.streamline__decode_logs_history_013287841_013326959": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013287841_013326959", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013287841_013326959"}, "model.ethereum_models.streamline__decode_logs_history_018016073_018044073": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018016073_018044073", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018016073_018044073"}, "model.ethereum_models.streamline__decode_logs_history_019864139_019892139": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019864139_019892139", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019864139_019892139"}, "model.ethereum_models.streamline__contract_reads": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "CONTRACT_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 4, "name": "CALL_NAME", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "FUNCTION_SIGNATURE", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 6, "name": "FUNCTION_INPUT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "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.ethereum_models.streamline__contract_reads"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_PREV_TOTAL_ELEMENTS__NUMBER__FLOAT.1fd474f5a9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_PREV_TOTAL_ELEMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_PREV_TOTAL_ELEMENTS__NUMBER__FLOAT.1fd474f5a9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_LIQUIDITY__decimal__float.ce228641c8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_SWAPS_LIQUIDITY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_LIQUIDITY__decimal__float.ce228641c8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_IN_USD__decimal__float.0dadb2c432": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "BALANCER_SWAPS_AMOUNT_IN_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_IN_USD__decimal__float.0dadb2c432"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3f5f8a21b5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3f5f8a21b5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_BLOCK_NUMBER__NUMBER__FLOAT.fe4c8e9e74": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_BLOCK_NUMBER__NUMBER__FLOAT.fe4c8e9e74"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__chainlink_feeds_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.f794d08adc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "CHAINLINK_FEEDS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__chainlink_feeds_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.f794d08adc"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_redemptions__log_id.4721c619e6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_COMPOUND", "name": "EZ_REDEMPTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_redemptions__log_id.4721c619e6"}, "model.ethereum_models.maker__ez_flash_loans": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_FLASH_LOANS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "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.ethereum_models.maker__ez_flash_loans"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_liquidations_CTOKENS_SEIZED__decimal__float.d7644bc4ea": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_LIQUIDATIONS_CTOKENS_SEIZED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_liquidations_CTOKENS_SEIZED__decimal__float.d7644bc4ea"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__traces_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3ffecd9044": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRACES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__traces_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3ffecd9044"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_IN_USD__decimal__float.ba320d391f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "CURVE_SWAPS_AMOUNT_IN_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_IN_USD__decimal__float.ba320d391f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__repayments__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.afd87db980": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "REPAYMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__repayments__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.afd87db980"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_BLOCK_NUMBER__NUMBER__FLOAT.4ac0f4feed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_BLOCK_NUMBER__NUMBER__FLOAT.4ac0f4feed"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_DEPOSITOR__0_xX_0_9a_fA_F_.3bac527556": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DEPOSITS_DEPOSITOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_DEPOSITOR__0_xX_0_9a_fA_F_.3bac527556"}, "model.ethereum_models.silver_maker__flash_loans": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "FLASH_LOANS", "database": "ETHEREUM_DEV", "comment": "A record of all flash loans or uncollateralized loans that have occurred on Maker. This can also include flash loans on other platforms that utilize a Maker vault to receive DAI.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": "The wallet address of the user who is taking out the flash loan and receiving tokens in the transaction."}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": "An address associated with the lending contract or vault that is providing tokens in the flash loan."}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": "The address of the token / asset that is being flash loaned."}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": "The symbol of the token / asset."}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": "The raw amount of the token / asset that is being flash loaned. Divide this through by POW(10, DECIMALS) to get the actual amount."}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": "Divide amount by POW(10, DECIMALS) to convert raw amount to actual amount."}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": "The amount of the token / asset that is being flash loaned."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": "Time at which the record was inserted into the table."}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 10650624.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 363819.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__flash_loans"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_swaps_BLOCK_TIMESTAMP__day__1.d63f51ff99": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "UNIV3_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_swaps_BLOCK_TIMESTAMP__day__1.d63f51ff99"}, "model.ethereum_models.streamline__decode_logs_history_015488784_015520475": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015488784_015520475", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015488784_015520475"}, "test.ethereum_models.not_null_silver__logs_ORIGIN_FUNCTION_SIGNATURE.ed647f3e17": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_ORIGIN_FUNCTION_SIGNATURE.ed647f3e17"}, "test.ethereum_models.not_null_silver__nft_transfers__LOG_ID.50d81077a3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers__LOG_ID.50d81077a3"}, "test.ethereum_models.not_null_silver__univ3_pools_POOL_ADDRESS.65cad94568": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_POOL_ADDRESS.65cad94568"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_EVENT_NAME.c836c9175c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_EVENT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_EVENT_NAME.c836c9175c"}, "test.ethereum_models.not_null_silver_maker__deposits_BLOCK_NUMBER.13efaa4b8f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_BLOCK_NUMBER.13efaa4b8f"}, "test.ethereum_models.not_null_silver_maker__vault_creation_VAULT_NUMBER.15388c142b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "VAULT_CREATION_VAULT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__vault_creation_VAULT_NUMBER.15388c142b"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_lp_actions_BLOCK_TIMESTAMP__day__1.418e01c567": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "UNIV3_LP_ACTIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_lp_actions_BLOCK_TIMESTAMP__day__1.418e01c567"}, "model.ethereum_models.streamline__decode_logs_history_013366236_013403900": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013366236_013403900", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013366236_013403900"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_ORIGIN_FUNCTION_SIGNATURE.9f47ed4489": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_ORIGIN_FUNCTION_SIGNATURE.9f47ed4489"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_INSERTED_TIMESTAMP.b288d78a8a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_INSERTED_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_INSERTED_TIMESTAMP.b288d78a8a"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TX_HASH.ffdf5dd735": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TX_HASH.ffdf5dd735"}, "model.ethereum_models.silver_nft__rarible_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "RARIBLE_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 84312064.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 239511.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__rarible_sales"}, "model.ethereum_models.streamline__contract_addresses": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "CONTRACT_ADDRESSES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "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.ethereum_models.streamline__contract_addresses"}, "model.ethereum_models.streamline__decode_logs_history_007283376_007433628": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007283376_007433628", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007283376_007433628"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BLOCK_NUMBER__NUMBER__FLOAT.3f466fd3e3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BLOCK_NUMBER__NUMBER__FLOAT.3f466fd3e3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_SELLER_ADDRESS__0_xX_0_9a_fA_F_.e21026d77d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_SELLER_ADDRESS__0_xX_0_9a_fA_F_.e21026d77d"}, "model.ethereum_models.streamline__decode_logs_history_018632095_018660095": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018632095_018660095", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018632095_018660095"}, "model.ethereum_models.streamline__decode_logs_history_019836138_019864138": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019836138_019864138", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019836138_019864138"}, "model.ethereum_models.uniswapv3__ez_swaps": {"metadata": {"type": "VIEW", "schema": "UNISWAPV3", "name": "EZ_SWAPS", "database": "ETHEREUM_DEV", "comment": "All swaps that occur on V3 pools.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The blockchain on which transactions are being confirmed."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": "The contract address of the pool"}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": "The contract label/name of the pool"}, "PRICE_1_0": {"type": "FLOAT", "index": 7, "name": "PRICE_1_0", "comment": "The amount of token1 per token0 that the swap occurred at"}, "PRICE_0_1": {"type": "FLOAT", "index": 8, "name": "PRICE_0_1", "comment": "The amount of token0 per token1 that the swap occurred at"}, "RECIPIENT": {"type": "TEXT", "index": 9, "name": "RECIPIENT", "comment": "The address that received the output of the swap"}, "SENDER": {"type": "TEXT", "index": 10, "name": "SENDER", "comment": "The address that initiated the swap call, and that received the callback"}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": "The log base 1.0001 of the price of the pool after the swap"}, "LIQUIDITY": {"type": "FLOAT", "index": 12, "name": "LIQUIDITY", "comment": "The liquidity of the pool."}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "LIQUIDITY_ADJUSTED", "comment": "The liquidity of the pool, decimal adjusted."}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": "Log index pertains to the grouping of individual events together. Withing one log index there could be multiple events that take place and this would be the key to tie them together."}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT0_ADJUSTED", "comment": "The delta of the token0 balance of the pool, decimal adjusted."}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 16, "name": "AMOUNT1_ADJUSTED", "comment": "The delta of the token1 balance of the pool, decimal adjusted."}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": "Contract address of token 0"}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": "Address of token1"}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": "Symbol of token0"}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": "Symbol of token1"}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": "Price of token0"}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": "Price of token1"}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": "The delta of the token1 balance of the pool, converted to USD"}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": ""}}, "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.ethereum_models.uniswapv3__ez_swaps"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TX_FEE__NUMBER__FLOAT.2f867b06d9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TX_FEE__NUMBER__FLOAT.2f867b06d9"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_BLOCK_NUMBER.8c71b5a54a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_BLOCK_NUMBER.8c71b5a54a"}, "model.ethereum_models.streamline__decode_logs_history_008945589_008946000": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008945589_008946000", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008945589_008946000"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_redemptions_BLOCK_TIMESTAMP__day__3.3a1b4b9a1a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_COMPOUND", "name": "EZ_REDEMPTIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_redemptions_BLOCK_TIMESTAMP__day__3.3a1b4b9a1a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.0d253df9f9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.0d253df9f9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_BEACON_BLOCK_ROOT__STRING__VARCHAR.f121780403": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_BEACON_BLOCK_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_BEACON_BLOCK_ROOT__STRING__VARCHAR.f121780403"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_ETH1_DEPOSIT_COUNT__NUMBER__FLOAT.cc8017aaaf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_ETH1_DEPOSIT_COUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_ETH1_DEPOSIT_COUNT__NUMBER__FLOAT.cc8017aaaf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_BLOCK_NUMBER__NUMBER__FLOAT.87f7f7c6f4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_BLOCK_NUMBER__NUMBER__FLOAT.87f7f7c6f4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.0b0dfe96be": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.0b0dfe96be"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_TX_HASH__0_xX_0_9a_fA_F_.180f93e16d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_TX_HASH__0_xX_0_9a_fA_F_.180f93e16d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__flash_loans_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9ebf4cda63": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "FLASH_LOANS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__flash_loans_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9ebf4cda63"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_NFT_ADDRESS.20f944d1ac": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_NFT_ADDRESS.20f944d1ac"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__decoded_logs__LOG_ID.44b88b644f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "DECODED_LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__decoded_logs__LOG_ID.44b88b644f"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_attestations__INSERTED_TIMESTAMP__day__1.b633ad1e7c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BEACON_ATTESTATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_attestations__INSERTED_TIMESTAMP__day__1.b633ad1e7c"}, "test.ethereum_models.not_null_core__dim_labels_ADDRESS.ddf35f62af": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__dim_labels_ADDRESS.ddf35f62af"}, "test.ethereum_models.not_null_core__ez_dex_swaps_ORIGIN_FUNCTION_SIGNATURE.26fd2bdff6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_ORIGIN_FUNCTION_SIGNATURE.26fd2bdff6"}, "test.ethereum_models.not_null_core__ez_token_transfers_BLOCK_TIMESTAMP.ac73bae239": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_BLOCK_TIMESTAMP.ac73bae239"}, "test.ethereum_models.not_null_silver__beacon_deposits_SLOT_TIMESTAMP.1ad3f9e12e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits_SLOT_TIMESTAMP.1ad3f9e12e"}, "test.ethereum_models.not_null_aave__ez_liquidations_BORROWER.8c2c8a4fe1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_BORROWER.8c2c8a4fe1"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_SENDER.c08e5193dc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_SENDER.c08e5193dc"}, "test.ethereum_models.not_null_silver__eth_transfers_BLOCK_TIMESTAMP.0a766e4f24": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 7, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 8, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "INPUT": {"type": "TEXT", "index": 10, "name": "INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_transfers_BLOCK_TIMESTAMP.0a766e4f24"}, "test.ethereum_models.not_null_silver__logs_EVENT_REMOVED.4f302d08e0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_EVENT_REMOVED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_EVENT_REMOVED.4f302d08e0"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_MAX_BLOCK.18bc9f8086": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_MAX_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_MAX_BLOCK.18bc9f8086"}, "test.ethereum_models.not_null_silver__univ3_positions_NF_TOKEN_ID.1f71e87ac4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_NF_TOKEN_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_NF_TOKEN_ID.1f71e87ac4"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_AMOUNT1.c7610efee4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_AMOUNT1", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_AMOUNT1.c7610efee4"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_BLOCK_TIMESTAMP.037267964e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_BLOCK_TIMESTAMP.037267964e"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_BLOCK_TIMESTAMP.eeb49fcea0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_BLOCK_TIMESTAMP.eeb49fcea0"}, "test.ethereum_models.not_null_silver__beacon_deposits_WITHDRAWAL_CREDENTIALS.0be32ff444": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS_WITHDRAWAL_CREDENTIALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits_WITHDRAWAL_CREDENTIALS.0be32ff444"}, "test.ethereum_models.not_null_silver_maker__deposits_AMOUNT_DEPOSITED_UNADJUSTED.9179fb0cb2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_AMOUNT_DEPOSITED_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_AMOUNT_DEPOSITED_UNADJUSTED.9179fb0cb2"}, "test.ethereum_models.not_null_silver_maker__governance_votes_BLOCK_TIMESTAMP.97e7490f25": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_BLOCK_TIMESTAMP.97e7490f25"}, "test.ethereum_models.not_null_silver_nft__blur_sales_ORIGIN_FUNCTION_SIGNATURE.885643d007": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_ORIGIN_FUNCTION_SIGNATURE.885643d007"}, "test.ethereum_models.not_null_silver_nft__blur_sales_TOKENID.859161ed72": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_TOKENID.859161ed72"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_ORIGIN_FUNCTION_SIGNATURE.1b424dab06": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_ORIGIN_FUNCTION_SIGNATURE.1b424dab06"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_INPUT_DATA.27cd93086b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_INPUT_DATA.27cd93086b"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_PLATFORM_ADDRESS.2f2598fc00": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_PLATFORM_ADDRESS.2f2598fc00"}, "model.ethereum_models.streamline__decode_logs_history_018212080_018240080": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018212080_018240080", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018212080_018240080"}, "model.ethereum_models.streamline__decode_logs_history_006579936_006725259": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006579936_006725259", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006579936_006725259"}, "model.ethereum_models.streamline__decode_logs_history_008033543_008133664": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008033543_008133664", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008033543_008133664"}, "model.ethereum_models.streamline__decode_logs_history_013017954_013054686": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013017954_013054686", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013017954_013054686"}, "model.ethereum_models.streamline__decode_logs_history_014992945_015026970": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014992945_015026970", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014992945_015026970"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes_PROPOSAL_ID.fb1b59ca8b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes_PROPOSAL_ID.fb1b59ca8b"}, "model.ethereum_models.streamline__decode_logs_history_017372050_017400050": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017372050_017400050", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017372050_017400050"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2a22373751"}, "model.ethereum_models.bronze__blocks": {"metadata": {"type": "VIEW", "schema": "BRONZE", "name": "BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "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.ethereum_models.bronze__blocks"}, "model.ethereum_models.core__fact_contract_reads": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_CONTRACT_READS", "database": "ETHEREUM_DEV", "comment": "This table contains contract reads for a variety of functions and contracts on the Ethereum Blockchain.", "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": "The address of the contract read."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block number the contract address was read at."}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": "The function signature called by this read. See `dim_function_signatures` for text versions."}, "FUNCTION_INPUT": {"type": "TEXT", "index": 4, "name": "FUNCTION_INPUT", "comment": "The function inputs called in this read, if applicable."}, "READ_OUTPUT": {"type": "TEXT", "index": 5, "name": "READ_OUTPUT", "comment": "The return of the contract call."}, "SEGMENTED_OUTPUT": {"type": "ARRAY", "index": 6, "name": "SEGMENTED_OUTPUT", "comment": "The return of the contract call, segmented into 64 character strings."}}, "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.ethereum_models.core__fact_contract_reads"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_ID.9ba8e98e65": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_ID.9ba8e98e65"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_TX_COUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TX_COUNT__NUMBER__FLOAT.9486c781f5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TX_HASH__STRING__VARCHAR.f8e55f0221": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TX_HASH__STRING__VARCHAR.f8e55f0221"}, "model.ethereum_models.streamline__decode_logs_history_015128228_015162362": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015128228_015162362", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015128228_015162362"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__repayments_BLOCK_NUMBER__NUMBER__FLOAT.5a71578122": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "REPAYMENTS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__repayments_BLOCK_NUMBER__NUMBER__FLOAT.5a71578122"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TOTAL_FEES__NUMBER__FLOAT.9407bd9f47": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TOTAL_FEES__NUMBER__FLOAT.9407bd9f47"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_submission_hashes_L1_SUBMISSION_TX_HASH__0_xX_0_9a_fA_F_.208527b372": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_submission_hashes_L1_SUBMISSION_TX_HASH__0_xX_0_9a_fA_F_.208527b372"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TX_FROM__0_xX_0_9a_fA_F_.0527f5cafe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_FROM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TX_FROM__0_xX_0_9a_fA_F_.0527f5cafe"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balances__INSERTED_TIMESTAMP__day__2.3a0f359395": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "ETH_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balances__INSERTED_TIMESTAMP__day__2.3a0f359395"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver__contracts_extended_TOKEN_CONVENTION__erc20__erc721__erc1155.e1f3bc8eca": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "CONTRACTS_EXTENDED_TOKEN_CONVENTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver__contracts_extended_TOKEN_CONVENTION__erc20__erc721__erc1155.e1f3bc8eca"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_INGESTED_AT__TIMESTAMP_NTZ.27ad6ac99d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_INGESTED_AT__TIMESTAMP_NTZ.27ad6ac99d"}, "test.ethereum_models.not_null_compound__ez_liquidations_BLOCK_TIMESTAMP.93e3adb71d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_BLOCK_TIMESTAMP.93e3adb71d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.81fe3d170a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSFERS_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.81fe3d170a"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__seaport_decoded_sales_INSERTED_TIMESTAMP__day__1.5604347117": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_INSERTED_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__seaport_decoded_sales_INSERTED_TIMESTAMP__day__1.5604347117"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__comp_market_stats_BLOCK_NUMBER__CONTRACT_NAME__CTOKEN_ADDRESS.546d914476": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "COMP_MARKET_STATS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 2, "name": "CONTRACT_NAME", "comment": null}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "CTOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__comp_market_stats_BLOCK_NUMBER__CONTRACT_NAME__CTOKEN_ADDRESS.546d914476"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.9425f12c11": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.9425f12c11"}, "model.ethereum_models.maker__ez_delegations": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_DELEGATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "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.ethereum_models.maker__ez_delegations"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.32a00e8bbe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.32a00e8bbe"}, "test.ethereum_models.not_null_compound__ez_deposits_SUPPLIED_CONTRACT_ADDR.8dd184560f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_SUPPLIED_CONTRACT_ADDR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_SUPPLIED_CONTRACT_ADDR.8dd184560f"}, "model.ethereum_models.streamline__decode_logs_history_009039651_009126245": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009039651_009126245", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009039651_009126245"}, "test.ethereum_models.not_null_silver__logs_TX_HASH.18b09ee14d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_TX_HASH.18b09ee14d"}, "test.ethereum_models.not_null_silver__transactions_TX_JSON.c989b71e6a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_JSON", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_TX_JSON.c989b71e6a"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_CURRENCY_ADDRESS.40a919244b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_CURRENCY_ADDRESS.40a919244b"}, "test.ethereum_models.not_null_silver_maker__liquidations_TX_STATUS.e95a4fd5ae": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_TX_STATUS.e95a4fd5ae"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_PLATFORM_NAME.2123aa582d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_PLATFORM_NAME.2123aa582d"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_SELLER_ADDRESS.649e7df65f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_SELLER_ADDRESS.649e7df65f"}, "model.ethereum_models.streamline__decode_logs_history_017988072_018016072": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017988072_018016072", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017988072_018016072"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_INGESTED_AT__TIMESTAMP_NTZ.1edcc84be4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_INGESTED_AT__TIMESTAMP_NTZ.1edcc84be4"}, "model.ethereum_models.streamline__decode_logs_history_010906532_010942439": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010906532_010942439", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010906532_010942439"}, "model.ethereum_models.streamline__decode_logs_history_011201421_011240013": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011201421_011240013", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011201421_011240013"}, "model.ethereum_models.streamline__decode_logs_history_015927606_015962455": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015927606_015962455", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015927606_015962455"}, "model.ethereum_models.streamline__decode_logs_history_016364014_016392014": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016364014_016392014", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016364014_016392014"}, "model.ethereum_models.streamline__decode_logs_history_016504019_016532019": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016504019_016532019", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016504019_016532019"}, "model.ethereum_models.streamline__decode_logs_history_016616023_016644023": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016616023_016644023", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016616023_016644023"}, "model.ethereum_models.streamline__decode_logs_history_016840031_016868031": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016840031_016868031", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016840031_016868031"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__comp_market_stats_BLOCK_HOUR__day__3.dcb3717acc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "COMP_MARKET_STATS_BLOCK_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__comp_market_stats_BLOCK_HOUR__day__3.dcb3717acc"}, "model.ethereum_models.sushi__dim_distributor_reward_schedule": {"metadata": {"type": "BASE TABLE", "schema": "SUSHI", "name": "DIM_DISTRIBUTOR_REWARD_SCHEDULE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MERKLE_ROOT": {"type": "TEXT", "index": 1, "name": "MERKLE_ROOT", "comment": null}, "REWARDS_SNAPSHOT": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "REWARDS_SNAPSHOT", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "INDEX": {"type": "NUMBER", "index": 4, "name": "INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 5, "name": "AMOUNT", "comment": null}, "PROOF": {"type": "ARRAY", "index": 6, "name": "PROOF", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8502784.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 20637.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.sushi__dim_distributor_reward_schedule"}, "model.ethereum_models.core__ez_snapshot": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "EZ_SNAPSHOT", "database": "ETHEREUM_DEV", "comment": "A table that contains all votes on Snapshot and information about the voting space and proposal. All data in this table is off chain.", "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": "A pseudo transaction hash assigned to all votes on snapshot."}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": "An address that identifies the proposal being voted on."}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": "The wallet address of the user that voted on a proposal."}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": "How the user voted on the proposal. Corresponds to the choices array."}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": "The amount of voting power one holds is proportional to the amount of the token they hold."}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": "The time at which the vote was cast."}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": "An array containing the voting options on the proposal."}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": "The address of the wallet that wrote the proposal."}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": "The title or name of the proposal."}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": "The body of the proposal."}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": "A way to identify which group, or space, on Snapshot a proposal belongs to."}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": "The default network or blockchain used for the space."}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": "The default number of hours of voting delay for the space. The voting delay is the time between proposal submission and the opening of voting."}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": "The minimum amount of voting power for a proposal to pass."}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": "The default time in hours within a space for a proposal to be open for voting."}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": "The type of voting system used for this space. If this column is not null, the same voting system will be used for all proposals in this space."}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": "The time at which voting on the proposal begins."}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": "The time at which voting on the proposal ends."}}, "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.ethereum_models.core__ez_snapshot"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_VAULT.1c519f5580": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_VAULT.1c519f5580"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_AMOUNT_WITHDRAWN.b5b562a750": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_AMOUNT_WITHDRAWN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_AMOUNT_WITHDRAWN.b5b562a750"}, "model.ethereum_models.core__fact_dex_pool_daily_reads": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_DEX_POOL_DAILY_READS", "database": "ETHEREUM_DEV", "comment": "This view shows metrics that we're reading per day off of the dex pool contracts", "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": ""}, "DATE": {"type": "DATE", "index": 2, "name": "DATE", "comment": ""}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": "The block at which the read has been made from the contract"}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": "The address of the liquidity pool"}, "BALANCE_OF_SLP_STAKED": {"type": "TEXT", "index": 5, "name": "BALANCE_OF_SLP_STAKED", "comment": "Balance of pool token that is staked in the protocol for earning rewards"}, "TOTAL_SUPPLY_OF_SLP": {"type": "TEXT", "index": 6, "name": "TOTAL_SUPPLY_OF_SLP", "comment": "total number of pool tokens issued by that pool"}}, "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.ethereum_models.core__fact_dex_pool_daily_reads"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_EVENT_INDEX.055732e122": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_EVENT_INDEX.055732e122"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_AMOUNT__NUMBER__FLOAT.ef74453dc7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_AMOUNT__NUMBER__FLOAT.ef74453dc7"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_EVENT_INDEX.5f3f330a2c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_EVENT_INDEX.5f3f330a2c"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_TX_HASH.55b8f7a187": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_TX_HASH.55b8f7a187"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SLOT_TIMESTAMP__TIMESTAMP_NTZ.6d079da239": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SLOT_TIMESTAMP__TIMESTAMP_NTZ.6d079da239"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_PRICE_1_0__decimal__float.e1514b8a97": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_SWAPS_PRICE_1_0", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_PRICE_1_0__decimal__float.e1514b8a97"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_CREATOR_FEE_USD__NUMBER__FLOAT.fe3338dc89": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_CREATOR_FEE_USD__NUMBER__FLOAT.fe3338dc89"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_ROOT__0_xX_0_9a_fA_F_.ccc6eedf0f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BATCH_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_ROOT__0_xX_0_9a_fA_F_.ccc6eedf0f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_NFT_FROM_ADDRESS__0_xX_0_9a_fA_F_.0bd668142b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_NFT_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_NFT_FROM_ADDRESS__0_xX_0_9a_fA_F_.0bd668142b"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__created_contracts_BLOCK_TIMESTAMP__day__1.a80259716b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "CREATED_CONTRACTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__created_contracts_BLOCK_TIMESTAMP__day__1.a80259716b"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TOKEN_OUT.a2ea835b3b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TOKEN_OUT.a2ea835b3b"}, "test.ethereum_models.not_null_compound__ez_liquidations_COLLATERAL_SYMBOL.26857b1690": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_COLLATERAL_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_COLLATERAL_SYMBOL.26857b1690"}, "test.ethereum_models.not_null_core__ez_dex_swaps_BLOCK_NUMBER.3b2b1633f1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_BLOCK_NUMBER.3b2b1633f1"}, "test.ethereum_models.not_null_silver__comp_market_stats_CONTRACT_NAME.b0ae104f2b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "COMP_MARKET_STATS_CONTRACT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_HOUR", "comment": null}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 4, "name": "CTOKEN_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOTAL_SUPPLY": {"type": "TEXT", "index": 6, "name": "TOTAL_SUPPLY", "comment": null}, "SUPPLY_TOKEN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "SUPPLY_TOKEN_AMOUNT", "comment": null}, "BORROW_RATE_PER_BLOCK": {"type": "TEXT", "index": 8, "name": "BORROW_RATE_PER_BLOCK", "comment": null}, "BORROW_APY": {"type": "FLOAT", "index": 9, "name": "BORROW_APY", "comment": null}, "EXCHANGE_RATE_STORED": {"type": "TEXT", "index": 10, "name": "EXCHANGE_RATE_STORED", "comment": null}, "CTOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "CTOKEN_PRICE", "comment": null}, "SUPPLY_RATE_PER_BLOCK": {"type": "TEXT", "index": 12, "name": "SUPPLY_RATE_PER_BLOCK", "comment": null}, "SUPPLY_APY": {"type": "FLOAT", "index": 13, "name": "SUPPLY_APY", "comment": null}, "TOTAL_BORROWS": {"type": "TEXT", "index": 14, "name": "TOTAL_BORROWS", "comment": null}, "BORROWS_TOKEN_AMOUNT": {"type": "FLOAT", "index": 15, "name": "BORROWS_TOKEN_AMOUNT", "comment": null}, "TOTAL_RESERVES": {"type": "TEXT", "index": 16, "name": "TOTAL_RESERVES", "comment": null}, "RESERVES_TOKEN_AMOUNT": {"type": "FLOAT", "index": 17, "name": "RESERVES_TOKEN_AMOUNT", "comment": null}, "COMP_SUPPLY_USD": {"type": "FLOAT", "index": 18, "name": "COMP_SUPPLY_USD", "comment": null}, "COMP_BORROW_USD": {"type": "FLOAT", "index": 19, "name": "COMP_BORROW_USD", "comment": null}, "COMP_SPEED_USD": {"type": "FLOAT", "index": 20, "name": "COMP_SPEED_USD", "comment": null}, "ID": {"type": "TEXT", "index": 21, "name": "ID", "comment": null}, "SUPPLY_USD": {"type": "FLOAT", "index": 22, "name": "SUPPLY_USD", "comment": null}, "RESERVES_USD": {"type": "FLOAT", "index": 23, "name": "RESERVES_USD", "comment": null}, "BORROWS_USD": {"type": "FLOAT", "index": 24, "name": "BORROWS_USD", "comment": null}, "COMP_APY_BORROW": {"type": "FLOAT", "index": 25, "name": "COMP_APY_BORROW", "comment": null}, "COMP_APY_SUPPLY": {"type": "FLOAT", "index": 26, "name": "COMP_APY_SUPPLY", "comment": null}, "UNDERLYING_CONTRACT": {"type": "TEXT", "index": 27, "name": "UNDERLYING_CONTRACT", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 28, "name": "UNDERLYING_SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 29, "name": "TOKEN_PRICE", "comment": null}, "COMP_PRICE": {"type": "FLOAT", "index": 30, "name": "COMP_PRICE", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 31, "name": "CONTRACT_NAME", "comment": null}, "COMP_SPEED": {"type": "TEXT", "index": 32, "name": "COMP_SPEED", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__comp_market_stats_CONTRACT_NAME.b0ae104f2b"}, "test.ethereum_models.not_null_silver__eth_transfers_FROM_ADDRESS.aeb58eefc2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_TRANSFERS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 7, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 8, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "INPUT": {"type": "TEXT", "index": 10, "name": "INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_transfers_FROM_ADDRESS.aeb58eefc2"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BLOCK_TIMESTAMP.b94b49a0c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BLOCK_TIMESTAMP.b94b49a0c5"}, "test.ethereum_models.not_null_silver__token_prices_coin_market_cap_hourly_CLOSE.1f6d0ab541": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_COIN_MARKET_CAP_HOURLY_CLOSE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_coin_market_cap_hourly_CLOSE.1f6d0ab541"}, "test.ethereum_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_BLOCK_TIMESTAMP.d599dc282c"}, "model.ethereum_models.streamline__decode_logs_history_017008037_017036037": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017008037_017036037", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017008037_017036037"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_ORIGIN_TO_ADDRESS.3a9adcd12f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_ORIGIN_TO_ADDRESS.3a9adcd12f"}, "test.ethereum_models.not_null_silver_maker__delegations_AMOUNT_DELEGATED.2f6cf22178": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_AMOUNT_DELEGATED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_AMOUNT_DELEGATED.2f6cf22178"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_BLOCK_NUMBER.a6c03abb23": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_BLOCK_NUMBER.a6c03abb23"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_ORIGIN_FROM_ADDRESS.c11d976102": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_ORIGIN_FROM_ADDRESS.c11d976102"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_ORIGIN_TO_ADDRESS.8a06fa835e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_ORIGIN_TO_ADDRESS.8a06fa835e"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_BLOCK_TIMESTAMP.2f670f6ffe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_BLOCK_TIMESTAMP.2f670f6ffe"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PLATFORM_NAME.1d842250db": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PLATFORM_NAME.1d842250db"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_TX_FEE_USD.767e895763": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_TX_FEE_USD.767e895763"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_RAW_AMOUNT__NUMBER__FLOAT.f16ebc3c1c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_RAW_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_RAW_AMOUNT__NUMBER__FLOAT.f16ebc3c1c"}, "model.ethereum_models.streamline__decode_logs_history_006451870_006579935": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006451870_006579935", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006451870_006579935"}, "model.ethereum_models.streamline__decode_logs_history_012057201_012095095": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012057201_012095095", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012057201_012095095"}, "model.ethereum_models.streamline__decode_logs_history_014319813_014353198": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014319813_014353198", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014319813_014353198"}, "model.ethereum_models.streamline__decode_logs_history_014353199_014386281": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014353199_014386281", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014353199_014386281"}, "model.ethereum_models.streamline__decode_logs_history_015682431_015720136": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015682431_015720136", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015682431_015720136"}, "model.ethereum_models.streamline__decode_logs_history_017960071_017988071": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017960071_017988071", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017960071_017988071"}, "test.ethereum_models.tx_block_count_silver__logs_TX_HASH.2176c33a7d": {"metadata": {"type": "BASE TABLE", "schema": "TX_BLOCK_COUNT_SILVER", "name": "LOGS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "NUM_BLOCKS": {"type": "NUMBER", "index": 2, "name": "NUM_BLOCKS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.tx_block_count_silver__logs_TX_HASH.2176c33a7d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PRICE_USD__NUMBER__FLOAT.b9584cf4e4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PRICE_USD__NUMBER__FLOAT.b9584cf4e4"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balance_diffs_BLOCK_TIMESTAMP__day__2.368ca783e4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_BALANCE_DIFFS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balance_diffs_BLOCK_TIMESTAMP__day__2.368ca783e4"}, "model.ethereum_models.core__fact_eth_balances": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_ETH_BALANCES", "database": "ETHEREUM_DEV", "comment": "'This table contains the unadjusted Ether (ETH) balances for users on the Ethereum blockchain. When an ETH transfer occurs, we will read the balance of the involved parties at the transfer block.'\n", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Block number at which the ETH balance was read."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "Timestamp of block number read."}, "USER_ADDRESS": {"type": "TEXT", "index": 3, "name": "USER_ADDRESS", "comment": "Wallet / contract address holding ETH."}, "BALANCE": {"type": "NUMBER", "index": 4, "name": "BALANCE", "comment": "The unadjusted ETH balance."}}, "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.ethereum_models.core__fact_eth_balances"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_pools_INIT_PRICE_1_0__decimal__float.afd031ed61": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_POOLS_INIT_PRICE_1_0", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_pools_INIT_PRICE_1_0__decimal__float.afd031ed61"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_ORIGIN_FUNCTION_SIGNATURE__STRING__VARCHAR.0c6a9b2343": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_ORIGIN_FUNCTION_SIGNATURE__STRING__VARCHAR.0c6a9b2343"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_EVENT_INDEX__NUMBER__FLOAT.b6d6b46e86": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_EVENT_INDEX__NUMBER__FLOAT.b6d6b46e86"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_VAULT__0_xX_0_9a_fA_F_.0a6531cd12": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "WITHDRAWALS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_VAULT__0_xX_0_9a_fA_F_.0a6531cd12"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_VAULT.80922a9920": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_VAULT.80922a9920"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PLATFORM_FEE__NUMBER__FLOAT.c54343a733": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PLATFORM_FEE__NUMBER__FLOAT.c54343a733"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_DEBT_TO_COVER_AMOUNT_USD__decimal__float.19b7245222": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_LIQUIDATIONS_DEBT_TO_COVER_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_DEBT_TO_COVER_AMOUNT_USD__decimal__float.19b7245222"}, "test.ethereum_models.not_null_aave__ez_flashloans_BLOCKCHAIN.d28e3d325f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_BLOCKCHAIN.d28e3d325f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PLATFORM_FEE_USD__NUMBER__FLOAT.4810074748": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PLATFORM_FEE_USD__NUMBER__FLOAT.4810074748"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__governance_votes_VOTER__0_xX_0_9a_fA_F_.4d4d9dd5e2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "GOVERNANCE_VOTES_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__governance_votes_VOTER__0_xX_0_9a_fA_F_.4d4d9dd5e2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.8f93e087d0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.8f93e087d0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.7dfb847fac": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.7dfb847fac"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_asset_details_CTOKEN_ADDRESS.9ec0f29f25": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_COMPOUND", "name": "EZ_ASSET_DETAILS_CTOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CTOKEN_ADDRESS": {"type": "TEXT", "index": 1, "name": "CTOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_asset_details_CTOKEN_ADDRESS.9ec0f29f25"}, "model.ethereum_models.ethereum_share__ez_eth_transfers": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "EZ_ETH_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2908222976.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 29862778.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__ez_eth_transfers"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__created_contracts__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dced273a3b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CREATED_CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__created_contracts__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.dced273a3b"}, "test.ethereum_models.not_null_aave__ez_deposits_EVENT_INDEX.a30c63af48": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_EVENT_INDEX.a30c63af48"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_SLOT_NUMBER__NUMBER__FLOAT.01caa64ada": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS_SLOT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_SLOT_NUMBER__NUMBER__FLOAT.01caa64ada"}, "test.ethereum_models.not_null_compound__ez_repayments_PAYER.bedc7e53db": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_PAYER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_PAYER.bedc7e53db"}, "test.ethereum_models.not_null_core__ez_dex_swaps_SENDER.09a5f2a1d3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_SENDER.09a5f2a1d3"}, "test.ethereum_models.not_null_silver__beacon_attestations_BEACON_BLOCK_ROOT.2c151f74aa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_BEACON_BLOCK_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_BEACON_BLOCK_ROOT.2c151f74aa"}, "test.ethereum_models.not_null_silver__blocks_SIZE.f1fa8f466b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_SIZE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_SIZE.f1fa8f466b"}, "test.ethereum_models.not_null_silver__univ3_positions_TOKENS_OWED0_ADJUSTED.1b1bfda790": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_TOKENS_OWED0_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_TOKENS_OWED0_ADJUSTED.1b1bfda790"}, "model.ethereum_models.bronze__contracts": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": null}, "BLOCK_ID": {"type": "TEXT", "index": 2, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATOR_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 6, "name": "LOGIC_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 7, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "META": {"type": "OBJECT", "index": 9, "name": "META", "comment": null}, "NAME": {"type": "TEXT", "index": 10, "name": "NAME", "comment": null}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 11, "name": "TOKEN_CONVENTION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 489248768.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 7591037.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.bronze__contracts"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_BLOCK_NUMBER.36b3cfcc65": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_BLOCK_NUMBER.36b3cfcc65"}, "test.ethereum_models.not_null_silver_maker__delegations_ORIGIN_FROM_ADDRESS.ccd909053a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_ORIGIN_FROM_ADDRESS.ccd909053a"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TOKENID.89243885c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TOKENID.89243885c5"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_PLATFORM_ADDRESS.02cd3a8016": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_PLATFORM_ADDRESS.02cd3a8016"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_CREATOR_FEE.e443a8b7fe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_CREATOR_FEE.e443a8b7fe"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PRICE.8b7fdbc000": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PRICE.8b7fdbc000"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TX_FEE_USD.b940d3a4ba": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 9216.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TX_FEE_USD.b940d3a4ba"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_ATTESTATION_INDEX__NUMBER__FLOAT.44f920a17c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_ATTESTATION_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_ATTESTATION_INDEX__NUMBER__FLOAT.44f920a17c"}, "test.ethereum_models.not_null_silver__univ3_swaps_TICK.412bd4d8de": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_TICK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_TICK.412bd4d8de"}, "model.ethereum_models.core__fact_token_balances": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TOKEN_BALANCES", "database": "ETHEREUM_DEV", "comment": "'This table contains the unadjusted token balances for users on the Ethereum blockchain. When a token transfer event occurs, we will read the balance of the involved parties at the transfer block. Please see `ethereum.core.dim_contracts` for decimal adjustments. Includes both ERC20s and ERC721s.'\n", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Block number at which the token balance was read."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "Timestamp of block number read."}, "USER_ADDRESS": {"type": "TEXT", "index": 3, "name": "USER_ADDRESS", "comment": "Wallet / contract address holding tokens."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": "The contract address of the token."}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": "The unadjusted token balance."}}, "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.ethereum_models.core__fact_token_balances"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__curve_swaps_BLOCK_TIMESTAMP__day__1.bbd622871b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_DEX", "name": "CURVE_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__curve_swaps_BLOCK_TIMESTAMP__day__1.bbd622871b"}, "model.ethereum_models.core__ez_nft_mints": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "EZ_NFT_MINTS", "database": "ETHEREUM_DEV", "comment": "This table contains NFT mint events, defined as an NFT transfers from a burn address to an address, on the ethereum blockchain.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The block timestamp at which the NFT event occurred."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block number at which the NFT event occurred."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "The transaction hash for the NFT event. This is not necessarily unique in this table as a transaction may contain multiple NFT events."}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": "The type of NFT event in this transaction, either `sale`, `bid_won` or `redeem`."}, "NFT_ADDRESS": {"type": "TEXT", "index": 5, "name": "NFT_ADDRESS", "comment": "The contract address of the NFT."}, "PROJECT_NAME": {"type": "TEXT", "index": 6, "name": "PROJECT_NAME", "comment": "The name of the NFT project. This field, along with metadata, will be filled in over time."}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "NFT_FROM_ADDRESS", "comment": "The sending address of the NFT in the transaction."}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "NFT_TO_ADDRESS", "comment": "The receiving address of the NFT in the transaction."}, "TOKENID": {"type": "TEXT", "index": 9, "name": "TOKENID", "comment": "The token ID for this NFT contract."}, "TOKEN_METADATA": {"type": "OBJECT", "index": 10, "name": "TOKEN_METADATA", "comment": "The token metadata for this NFT. This may be blank for many NFTs. We are working to expand this field."}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": "If the NFT is an ERC-1155 contract, this field may be one or greater, representing the number of tokens."}, "MINT_PRICE_ETH": {"type": "FLOAT", "index": 12, "name": "MINT_PRICE_ETH", "comment": "The price paid in ETH to mint the NFT(s)."}, "MINT_PRICE_USD": {"type": "FLOAT", "index": 13, "name": "MINT_PRICE_USD", "comment": "The price paid in US dollars to mint the NFT(s)."}, "NFT_COUNT": {"type": "NUMBER", "index": 14, "name": "NFT_COUNT", "comment": "The number of NFTs minted in this event."}, "AMOUNT": {"type": "FLOAT", "index": 15, "name": "AMOUNT", "comment": ""}, "AMOUNT_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT_USD", "comment": ""}, "MINT_PRICE_TOKENS": {"type": "FLOAT", "index": 17, "name": "MINT_PRICE_TOKENS", "comment": "The decimal adjusted amount of tokens supplied within the same transaction to mint the NFT. This field may not handle all edge cases."}, "MINT_PRICE_TOKENS_USD": {"type": "FLOAT", "index": 18, "name": "MINT_PRICE_TOKENS_USD", "comment": "The amount of tokens supplied in US dollars within the same transaction to mint the NFT. This field may not handle all edge cases."}, "MINT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "MINT_TOKEN_SYMBOL", "comment": "The symbol of the token supplied to mint the NFT, if applicable. This field may not handle all edge cases."}, "MINT_TOKEN_ADDRESS": {"type": "TEXT", "index": 20, "name": "MINT_TOKEN_ADDRESS", "comment": "The contract address of the token supplied to mint the NFT, if applicable. This field may not handle all edge cases."}, "TX_FEE": {"type": "FLOAT", "index": 21, "name": "TX_FEE", "comment": "The gas fee for this transaction in ETH."}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "INGESTED_AT", "comment": ""}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7252302848.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 129659670.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.core__ez_nft_mints"}, "model.ethereum_models.core__fact_blocks": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_BLOCKS", "database": "ETHEREUM_DEV", "comment": "This table contains block level data for the Ethereum Blockchain. This table can be used to analyze trends at a block level, for example gas fees vs. total transactions over time. For more information, please see [Etherscan Resources](https://etherscan.io/directory/Learning_Resources/Ethereum) or [The Ethereum Organization](https://ethereum.org/en/developers/docs/blocks/)", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": "The network on the blockchain used by a transaction."}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": "The blockchain on which transactions are being confirmed."}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": "Total number of transactions within a block."}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": "The effort required to mine the block."}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": "Total difficulty of the chain at a given block."}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": "Any data included by the miner for a given block."}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": "Total gas limit provided by all transactions in the block."}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": "Total gas used in the block."}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": "The hash of the block header for a given block."}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": "The hash of the block from which a given block is generated. Also known as the parent block."}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": "Miner who successfully added a given block to the blockchain."}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": "Block nonce is a value used during mining to demonstrate proof of work for a given block."}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": "The root of the state trie."}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": "The mechanism which Ethereum Javascript RLP encodes an empty string."}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": "Block size, which is determined by a given block's gas limit."}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": "Uncle blocks occur when two blocks are mined and broadcasted at the same time, with the same block number. The block validated across the most nodes will be added to the primary chain, and the other one becomes an uncle block. Miners do receive rewards for uncle blocks."}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 19, "name": "BLOCK_HEADER_JSON", "comment": "This JSON column contains the block header details."}}, "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.ethereum_models.core__fact_blocks"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_TX_HASH.86a43e9051": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_TX_HASH.86a43e9051"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_VOTER.b0ba51d2b6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_VOTER.b0ba51d2b6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PRICE__NUMBER__FLOAT.d7e265bfed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PRICE__NUMBER__FLOAT.d7e265bfed"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BATCH_SIZE__NUMBER__FLOAT.58c863c9cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BATCH_SIZE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BATCH_SIZE__NUMBER__FLOAT.58c863c9cd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.17c406765a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.17c406765a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_FROM_ADDRESS__0_xX_0_9a_fA_F_.9fadb81646": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_TOKEN_TRANSFERS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_FROM_ADDRESS__0_xX_0_9a_fA_F_.9fadb81646"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.85379defc5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.85379defc5"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BLOCKS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__blocks_BLOCK_TIMESTAMP__day__1.3844f6e7d3"}, "test.ethereum_models.not_null_silver__univ3_swaps_BLOCK_NUMBER.88aeecac4e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_BLOCK_NUMBER.88aeecac4e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SOURCE_EPOCH__NUMBER__FLOAT.7416bb12b8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_SOURCE_EPOCH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SOURCE_EPOCH__NUMBER__FLOAT.7416bb12b8"}, "model.ethereum_models.streamline__decode_logs_history_006343792_006451869": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006343792_006451869", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006343792_006451869"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PRICE_USD__NUMBER__FLOAT.6c86d4268e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PRICE_USD__NUMBER__FLOAT.6c86d4268e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.0f3d8a5dde": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DELEGATIONS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.0f3d8a5dde"}, "model.ethereum_models.ethereum_share__dim_contracts_extended": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "DIM_CONTRACTS_EXTENDED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": null}, "BLOCK_NUMBER": {"type": "FLOAT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATOR_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 6, "name": "LOGIC_ADDRESS", "comment": null}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 7, "name": "TOKEN_CONVENTION", "comment": null}, "NAME": {"type": "TEXT", "index": 8, "name": "NAME", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "FLOAT", "index": 10, "name": "DECIMALS", "comment": null}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 11, "name": "CONTRACT_METADATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 135821824.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1503148.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__dim_contracts_extended"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.2e9318e194": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.2e9318e194"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_EVENT_INPUTS__OBJECT.a903a96237": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOGS_EVENT_INPUTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_EVENT_INPUTS__OBJECT.a903a96237"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_sushi__ez_lending__LOG_ID.9fb554f90f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SUSHI", "name": "EZ_LENDING", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_sushi__ez_lending__LOG_ID.9fb554f90f"}, "test.ethereum_models.not_null_silver__nft_transfers_TX_HASH.494be13b6d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_TX_HASH.494be13b6d"}, "test.ethereum_models.not_null_silver__univ3_positions_FEE_GROWTH_INSIDE1_LAST_x128.eb4b82a1e5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_FEE_GROWTH_INSIDE1_LAST_X128", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_FEE_GROWTH_INSIDE1_LAST_x128.eb4b82a1e5"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_POOL_ADDRESS.f3e5e370ea": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_POOL_ADDRESS.f3e5e370ea"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_AMOUNT_OUT.a31dbc20e3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_AMOUNT_OUT.a31dbc20e3"}, "test.ethereum_models.not_null_silver_nft__blur_sales_BLOCK_TIMESTAMP.caa0dfba65": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_BLOCK_TIMESTAMP.caa0dfba65"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_ORIGIN_FUNCTION_SIGNATURE.0560fc6d1e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_ORIGIN_FUNCTION_SIGNATURE.0560fc6d1e"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_TX_FEE.52480cc33b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_TX_FEE.52480cc33b"}, "model.ethereum_models.streamline__decode_logs_history_018436088_018464088": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018436088_018464088", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018436088_018464088"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_WITHDRAWAL_CREDENTIALS__STRING__VARCHAR.7c59020d92": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS_WITHDRAWAL_CREDENTIALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_WITHDRAWAL_CREDENTIALS__STRING__VARCHAR.7c59020d92"}, "model.ethereum_models.streamline__aave_reserve_config_reads": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "AAVE_RESERVE_CONFIG_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3465216.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 159273.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__aave_reserve_config_reads"}, "model.ethereum_models.streamline__blocks_history": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "BLOCKS_HISTORY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__blocks_history"}, "model.ethereum_models.streamline__decode_logs_history_013211507_013249767": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013211507_013249767", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013211507_013249767"}, "model.ethereum_models.streamline__decode_logs_history_013476067_013509047": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013476067_013509047", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013476067_013509047"}, "model.ethereum_models.streamline__decode_logs_history_014585984_014618457": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014585984_014618457", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014585984_014618457"}, "model.ethereum_models.streamline__decode_logs_history_014887645_014923262": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014887645_014923262", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014887645_014923262"}, "model.ethereum_models.streamline__decode_logs_history_015392749_015425029": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015392749_015425029", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015392749_015425029"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a9e554785e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.a9e554785e"}, "model.ethereum_models.streamline__decode_logs_history_019192115_019220115": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019192115_019220115", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019192115_019220115"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balances_BLOCK_TIMESTAMP__day__2.ba00861fd2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "ETH_BALANCES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balances_BLOCK_TIMESTAMP__day__2.ba00861fd2"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_TX_EVENT.3530b620c0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_TX_EVENT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_TX_EVENT.3530b620c0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__opensea_sales_EVENT_TYPE__bid_won__sale.ac2374f4eb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "OPENSEA_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__opensea_sales_EVENT_TYPE__bid_won__sale.ac2374f4eb"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c899850f80": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_BALANCES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balances_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c899850f80"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_state_hashes__INSERTED_TIMESTAMP__day__1.7f77f5c4fc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "OPTIMISM_STATE_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_state_hashes__INSERTED_TIMESTAMP__day__1.7f77f5c4fc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_IN__NUMBER__FLOAT.cf58ec2f14": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_IN__NUMBER__FLOAT.cf58ec2f14"}, "test.ethereum_models.not_null_sushi__ez_borrowing_LENDING_POOL_ADDRESS.6ea7d50567": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING_LENDING_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing_LENDING_POOL_ADDRESS.6ea7d50567"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_BLOCK_TIMESTAMP.7ef5a9bde1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_BLOCK_TIMESTAMP.7ef5a9bde1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.8d2dbabd48": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.8d2dbabd48"}, "model.ethereum_models.ethereum_share__ez_nft_sales": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "EZ_NFT_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 353042944.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1269788.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__ez_nft_sales"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_sushi__ez_lending_BLOCK_TIMESTAMP__day__7.71e49e375e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SUSHI", "name": "EZ_LENDING_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_sushi__ez_lending_BLOCK_TIMESTAMP__day__7.71e49e375e"}, "test.ethereum_models.not_null_compound__ez_deposits_TX_HASH.eaf2442abe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_TX_HASH.eaf2442abe"}, "test.ethereum_models.not_null_silver__blocks_NONCE.10c0698884": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_NONCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_NONCE.10c0698884"}, "model.ethereum_models.streamline__decode_logs_history_008946589_008947087": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008946589_008947087", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008946589_008947087"}, "test.ethereum_models.not_null_silver__token_prices_all_providers_hourly__INSERTED_TIMESTAMP.9fed185d8b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_ALL_PROVIDERS_HOURLY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": null}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_all_providers_hourly__INSERTED_TIMESTAMP.9fed185d8b"}, "test.ethereum_models.not_null_silver__token_prices_all_providers_hourly_PRICE.15a1dd09e2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_ALL_PROVIDERS_HOURLY_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": null}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 8, "name": "_UNIQUE_KEY", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_all_providers_hourly_PRICE.15a1dd09e2"}, "test.ethereum_models.not_null_silver__transfers_BLOCK_NUMBER.d11bbde531": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_BLOCK_NUMBER.d11bbde531"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_BLOCKCHAIN.23fb925e23": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_BLOCKCHAIN.23fb925e23"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_TIMESTAMP.c7df2b5639": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_TIMESTAMP.c7df2b5639"}, "test.ethereum_models.not_null_silver_maker__repayments_AMOUNT_PAID.8501364a23": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_AMOUNT_PAID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_AMOUNT_PAID.8501364a23"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.6fd6a06b37": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.6fd6a06b37"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_BLOCK_TIMESTAMP.76ced32bf0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_VAULT_CREATION_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_BLOCK_TIMESTAMP.76ced32bf0"}, "model.ethereum_models.streamline__decode_logs_history_010328740_010388441": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010328740_010388441", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010328740_010388441"}, "model.ethereum_models.streamline__decode_logs_history_015360162_015392748": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015360162_015392748", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015360162_015392748"}, "model.ethereum_models.streamline__decode_logs_history_017932070_017960070": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017932070_017960070", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017932070_017960070"}, "model.ethereum_models.aave__ez_repayments": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_REPAYMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 28860928.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 216618.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.aave__ez_repayments"}, "model.ethereum_models.chainlink__ez_oracle_feeds": {"metadata": {"type": "VIEW", "schema": "CHAINLINK", "name": "EZ_ORACLE_FEEDS", "database": "ETHEREUM_DEV", "comment": "'This table contains Chainlink Oracle feeds, along with their metadata. Latest Answer reads are collected every 50 blocks.'\n", "owner": "INTERNAL_DEV"}, "columns": {"FEED_ADDRESS": {"type": "TEXT", "index": 1, "name": "FEED_ADDRESS", "comment": "The address of the feed contract."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block number at which the feed was read."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The timestamp of the block at which the feed was read."}, "FEED_NAME": {"type": "TEXT", "index": 4, "name": "FEED_NAME", "comment": "The name of the feed contract."}, "LATEST_ANSWER_UNADJ": {"type": "NUMBER", "index": 5, "name": "LATEST_ANSWER_UNADJ", "comment": "The latest answer from the feed, unadjusted."}, "LATEST_ANSWER_ADJ": {"type": "FLOAT", "index": 6, "name": "LATEST_ANSWER_ADJ", "comment": "The latest answer from the feed, adjusted."}, "FEED_CATEGORY": {"type": "TEXT", "index": 7, "name": "FEED_CATEGORY", "comment": "The category of the feed contract."}, "FEED_ADDED_DATE": {"type": "TEXT", "index": 8, "name": "FEED_ADDED_DATE", "comment": "The date the feed was added to the Chainlink network."}, "CREATED_BLOCK_NUMBER": {"type": "NUMBER", "index": 9, "name": "CREATED_BLOCK_NUMBER", "comment": "The block number at which the feed was created."}}, "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.ethereum_models.chainlink__ez_oracle_feeds"}, "model.ethereum_models.core__sv_dim_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_DIM_LABELS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "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": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 4, "name": "ADDRESS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "L1_LABEL": {"type": "TEXT", "index": 6, "name": "L1_LABEL", "comment": null}, "L2_LABEL": {"type": "TEXT", "index": 7, "name": "L2_LABEL", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 8, "name": "ADDRESS_NAME", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 9, "name": "PROJECT_NAME", "comment": null}, "DELETE_FLAG": {"type": "TEXT", "index": 10, "name": "DELETE_FLAG", "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.ethereum_models.core__sv_dim_labels"}, "model.ethereum_models.core__sv_fact_event_logs": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_FACT_EVENT_LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 7, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 9, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 10, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 11, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 12, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 13, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 14, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 15, "name": "TX_STATUS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "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.ethereum_models.core__sv_fact_event_logs"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_SUPPLY_USD__decimal__float.9d8d071ea8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_SUPPLY_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_SUPPLY_USD__decimal__float.9d8d071ea8"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_CHOICES.be984b9be6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_CHOICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_CHOICES.be984b9be6"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_TX_HASH.f9d9b70f5d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_TX_HASH.f9d9b70f5d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__nft_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd77585a5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "NFT_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__nft_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.dfd77585a5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.08cb184de7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_DEX_SWAPS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.08cb184de7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__snapshot_votes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b81f462ebe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_BRONZE_API", "name": "SNAPSHOT_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__snapshot_votes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.b81f462ebe"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__opensea_sales__log_id.77cdbe7222": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "OPENSEA_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__opensea_sales__log_id.77cdbe7222"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_INPUT_DATA.e07dd83818": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_INPUT_DATA.e07dd83818"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TOKEN_IN__STRING__VARCHAR.699eb19f9d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TOKEN_IN__STRING__VARCHAR.699eb19f9d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.0641032026": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.0641032026"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.79abf2b6f6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.79abf2b6f6"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__abis_CONTRACT_ADDRESS.fde1a02696": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "ABIS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__abis_CONTRACT_ADDRESS.fde1a02696"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_balances_ID.194d6cb20b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TOKEN_BALANCES_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_balances_ID.194d6cb20b"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_prices_coin_gecko_hourly_RECORDED_HOUR__TOKEN_ADDRESS.41a9d3b9dd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TOKEN_PRICES_COIN_GECKO_HOURLY_RECORDED_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_prices_coin_gecko_hourly_RECORDED_HOUR__TOKEN_ADDRESS.41a9d3b9dd"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_COLLATERAL_BALANCE_UNADJUSTED.a7d0c10d18": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_COLLATERAL_BALANCE_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_COLLATERAL_BALANCE_UNADJUSTED.a7d0c10d18"}, "test.ethereum_models.not_null_silver__logs_BLOCK_TIMESTAMP.ca6209335c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_BLOCK_TIMESTAMP.ca6209335c"}, "test.ethereum_models.not_null_aave__ez_borrows_EVENT_INDEX.d08b201d3c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_EVENT_INDEX.d08b201d3c"}, "test.ethereum_models.not_null_aave__ez_votes_GOVERNANCE_CONTRACT.177cda8808": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_GOVERNANCE_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_GOVERNANCE_CONTRACT.177cda8808"}, "test.ethereum_models.not_null_aave__ez_withdraws_AAVE_VERSION.96b63537a9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_WITHDRAWS_AAVE_VERSION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_withdraws_AAVE_VERSION.96b63537a9"}, "test.ethereum_models.not_null_compound__ez_repayments_CTOKEN.764059a744": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_CTOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_CTOKEN.764059a744"}, "test.ethereum_models.not_null_core__ez_dex_swaps_TOKEN_IN.dcf4834d74": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_TOKEN_IN.dcf4834d74"}, "test.ethereum_models.not_null_silver_maker__vault_creation_CREATOR.457f116168": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "VAULT_CREATION_CREATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__vault_creation_CREATOR.457f116168"}, "test.ethereum_models.not_null_silver__decoded_logs__INSERTED_TIMESTAMP.3f30403f93": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DECODED_LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 3, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 4, "name": "EVENT_NAME", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "DECODED_DATA": {"type": "VARIANT", "index": 6, "name": "DECODED_DATA", "comment": null}, "TRANSFORMED": {"type": "VARIANT", "index": 7, "name": "TRANSFORMED", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 8, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECODED_FLAT": {"type": "OBJECT", "index": 10, "name": "DECODED_FLAT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__decoded_logs__INSERTED_TIMESTAMP.3f30403f93"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__curve_pools_POOL_ID.16e66dab1a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "CURVE_POOLS_POOL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ID": {"type": "TEXT", "index": 1, "name": "POOL_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__curve_pools_POOL_ID.16e66dab1a"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BLOCK_NUMBER.7154b9467b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BLOCK_NUMBER.7154b9467b"}, "test.ethereum_models.not_null_silver__token_balances_ADDRESS.b3828c5e47": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCES_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balances_ADDRESS.b3828c5e47"}, "test.ethereum_models.not_null_silver__token_balance_diffs__INSERTED_TIMESTAMP.ff0360b911": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs__INSERTED_TIMESTAMP.ff0360b911"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_ACTION.3027614614": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_ACTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_ACTION.3027614614"}, "test.ethereum_models.not_null_silver__univ3_positions_LIQUIDITY_PROVIDER.aec3da5543": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_LIQUIDITY_PROVIDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_LIQUIDITY_PROVIDER.aec3da5543"}, "test.ethereum_models.not_null_silver_maker__deposits_VAULT.e33f530417": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_VAULT.e33f530417"}, "test.ethereum_models.not_null_silver__aave_liquidity_mining_TOKEN_ADDRESS.253a78c200": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_LIQUIDITY_MINING_TOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "EMISSION_PER_SECOND": {"type": "TEXT", "index": 3, "name": "EMISSION_PER_SECOND", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_liquidity_mining_TOKEN_ADDRESS.253a78c200"}, "test.ethereum_models.not_null_silver__created_contracts_BLOCK_TIMESTAMP.1689ac9c3d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CREATED_CONTRACTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "CREATED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATED_CONTRACT_ADDRESS", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 5, "name": "CREATOR_ADDRESS", "comment": null}, "CREATED_CONTRACT_INPUT": {"type": "TEXT", "index": 6, "name": "CREATED_CONTRACT_INPUT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__created_contracts_BLOCK_TIMESTAMP.1689ac9c3d"}, "model.ethereum_models.streamline__decode_logs_history_012877065_012910958": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012877065_012910958", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012877065_012910958"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_CURRENCY_ADDRESS.67d7f68c0d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_CURRENCY_ADDRESS.67d7f68c0d"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_SELLER_ADDRESS.89db8a2b52": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_SELLER_ADDRESS.89db8a2b52"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales__LOG_ID.f0d0dc9fe6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales__LOG_ID.f0d0dc9fe6"}, "test.ethereum_models.not_null_sushi__ez_lending__LOG_ID.aeb399324a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending__LOG_ID.aeb399324a"}, "test.ethereum_models.not_null_sushi__ez_lending_LENDING_POOL_ADDRESS.343619b86f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING_LENDING_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending_LENDING_POOL_ADDRESS.343619b86f"}, "model.ethereum_models.streamline__decode_logs_history_014105430_014143358": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014105430_014143358", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014105430_014143358"}, "model.ethereum_models.streamline__decode_logs_history_008952588_008954587": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008952588_008954587", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008952588_008954587"}, "test.ethereum_models.not_null_silver__eth_balances__INSERTED_TIMESTAMP.b5dfd97ee3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 4, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 6, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balances__INSERTED_TIMESTAMP.b5dfd97ee3"}, "model.ethereum_models.streamline__decode_logs_history_015649051_015682430": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015649051_015682430", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015649051_015682430"}, "model.ethereum_models.streamline__decode_logs_history_016476018_016504018": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016476018_016504018", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016476018_016504018"}, "model.ethereum_models.streamline__price_api_token_reads": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "PRICE_API_TOKEN_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TOKEN_ADDRESS": {"type": "TEXT", "index": 1, "name": "TOKEN_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__price_api_token_reads"}, "model.ethereum_models.aave__ez_liquidations": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7520768.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 33148.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.aave__ez_liquidations"}, "model.ethereum_models.beacon_chain__fact_attestations": {"metadata": {"type": "VIEW", "schema": "BEACON_CHAIN", "name": "FACT_ATTESTATIONS", "database": "ETHEREUM_DEV", "comment": "Validators are expected to create, sign and broadcast an attestation during every epoch. Data in this table contains details around these attestations. For more info, please visit [The Ethereum Organization](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/attestations/)", "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": "The Beacon Chain slot this block represents."}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": "Timestamp of Beacon Chain slot."}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": "A period of 32 slots, each slot being 12 seconds, totalling 6.4 minutes."}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": "A number that identifies which committee the validator belongs to in a given slot"}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": ""}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": "Root hash of the block the validator sees at the head of the chain (the result of applying the fork-choice algorithm)"}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": "Part of the finality vote indicating what the validators see as the most recent justified block"}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": "Part of the finality vote indicating what the validators see as the most recent justified block"}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": "Part of the finality vote indicating what the validators see as the first block in the current epoch"}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": "Part of the finality vote indicating what the validators see as the first block in the current epoch"}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": "A BLS signature that aggregates the signatures of individual validators"}}, "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.ethereum_models.beacon_chain__fact_attestations"}, "model.ethereum_models.compound__ez_asset_details": {"metadata": {"type": "VIEW", "schema": "COMPOUND", "name": "EZ_ASSET_DETAILS", "database": "ETHEREUM_DEV", "comment": "Contains details, such as decimals, name, and other relevant contract metadata for Compound assets.", "owner": "INTERNAL_DEV"}, "columns": {"CTOKEN_ADDRESS": {"type": "TEXT", "index": 1, "name": "CTOKEN_ADDRESS", "comment": "Address of the Compound token."}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 2, "name": "CTOKEN_SYMBOL", "comment": "The cToken symbol."}, "CTOKEN_NAME": {"type": "TEXT", "index": 3, "name": "CTOKEN_NAME", "comment": "The cToken name."}, "CTOKEN_DECIMALS": {"type": "NUMBER", "index": 4, "name": "CTOKEN_DECIMALS", "comment": "The cToken decimals."}, "UNDERLYING_ASSET_ADDRESS": {"type": "TEXT", "index": 5, "name": "UNDERLYING_ASSET_ADDRESS", "comment": "The underlying asset for the cToken."}, "CTOKEN_METADATA": {"type": "OBJECT", "index": 6, "name": "CTOKEN_METADATA", "comment": "This JSON column contains other relevant details for each contract."}, "UNDERLYING_NAME": {"type": "TEXT", "index": 7, "name": "UNDERLYING_NAME", "comment": "The underlying asset name."}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 8, "name": "UNDERLYING_SYMBOL", "comment": "The underlying asset symbol."}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 9, "name": "UNDERLYING_DECIMALS", "comment": "The underlying asset decimals."}, "UNDERLYING_CONTRACT_METADATA": {"type": "OBJECT", "index": 10, "name": "UNDERLYING_CONTRACT_METADATA", "comment": "This JSON column contains other relevant details for each contract."}, "CREATED_BLOCK": {"type": "NUMBER", "index": 11, "name": "CREATED_BLOCK", "comment": ""}}, "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.ethereum_models.compound__ez_asset_details"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.c674276543": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.c674276543"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_TX_HASH__0_xX_0_9a_fA_F_.9f57942682": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "LIQUIDATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_TX_HASH__0_xX_0_9a_fA_F_.9f57942682"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_pool_stats_BLOCK_NUMBER__POOL_ADDRESS.e9ac88d7cc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "UNIV3_POOL_STATS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_pool_stats_BLOCK_NUMBER__POOL_ADDRESS.e9ac88d7cc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PRICE_USD__NUMBER__FLOAT.70feea7df8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PRICE_USD__NUMBER__FLOAT.70feea7df8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__balancer_swaps_POOL_ADDRESS__0_xX_0_9a_fA_F_.7f1ace981c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "BALANCER_SWAPS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__balancer_swaps_POOL_ADDRESS__0_xX_0_9a_fA_F_.7f1ace981c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.e6ece387f4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "CRYPTOPUNK_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.e6ece387f4"}, "test.ethereum_models.not_null_core__dim_labels_BLOCKCHAIN.a4e09054d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__dim_labels_BLOCKCHAIN.a4e09054d7"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__bytecode_abis_ABI_ID.951c30ff62": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BYTECODE_ABIS_ABI_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ABI_ID": {"type": "TEXT", "index": 1, "name": "ABI_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__bytecode_abis_ABI_ID.951c30ff62"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_CONTRACT_ADDRESS__STRING__VARCHAR.b6eb3d0d3c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_CONTRACT_ADDRESS__STRING__VARCHAR.b6eb3d0d3c"}, "test.ethereum_models.not_null_aave__ez_proposals_PROPOSAL_TX.0de766b345": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_PROPOSAL_TX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_PROPOSAL_TX.0de766b345"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__contract_reads_CONTRACT_ADDRESS__FUNCTION_SIG.233482b511": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_BRONZE_API", "name": "CONTRACT_READS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "FUNCTION_SIG": {"type": "TEXT", "index": 2, "name": "FUNCTION_SIG", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__contract_reads_CONTRACT_ADDRESS__FUNCTION_SIG.233482b511"}, "test.ethereum_models.not_null_aave__ez_borrows_AAVE_MARKET.54d378784d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_AAVE_MARKET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_AAVE_MARKET.54d378784d"}, "test.ethereum_models.not_null_aave__ez_proposals_STATUS.89a8b9ae1c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_STATUS.89a8b9ae1c"}, "test.ethereum_models.not_null_aave__ez_votes_BLOCKCHAIN.c55edf68fd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_BLOCKCHAIN.c55edf68fd"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_AUTHOR.ed1d6a653b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_PROPOSAL_AUTHOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_AUTHOR.ed1d6a653b"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_votes__LOG_ID.b73e515b34": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_votes__LOG_ID.b73e515b34"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TOTAL_FEES.821ff3545d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TOTAL_FEES.821ff3545d"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_TICK_LOWER.b13da4d00d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_TICK_LOWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_TICK_LOWER.b13da4d00d"}, "test.ethereum_models.not_null_silver_maker__deposits_TX_HASH.29d4e3805c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_TX_HASH.29d4e3805c"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_BLOCK_TIMESTAMP.9ea6755147": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_BLOCK_TIMESTAMP.9ea6755147"}, "test.ethereum_models.not_null_silver_maker__withdrawals_WITHDRAWER.72cca5ac87": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_WITHDRAWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_WITHDRAWER.72cca5ac87"}, "test.ethereum_models.not_null_silver_maker__vault_creation_TX_STATUS.b3955d24c8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "VAULT_CREATION_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__vault_creation_TX_STATUS.b3955d24c8"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_TX_STATUS.f804165c47": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_TX_STATUS.f804165c47"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TX_HASH.b680f23fe2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TX_HASH.b680f23fe2"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_CURRENCY_ADDRESS.73c9b4e081": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_CURRENCY_ADDRESS.73c9b4e081"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_TOKENID.96b5b44a8a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_TOKENID.96b5b44a8a"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_BLOCK_TIMESTAMP.14d5ad71f9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_BLOCK_TIMESTAMP.14d5ad71f9"}, "model.ethereum_models.streamline__decode_logs_history_010183538_010262649": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010183538_010262649", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010183538_010262649"}, "model.ethereum_models.streamline__decode_logs_history_012132153_012168445": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012132153_012168445", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012132153_012168445"}, "model.ethereum_models.streamline__decode_logs_history_013509048_013541141": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013509048_013541141", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013509048_013541141"}, "test.ethereum_models.not_null_silver_maker__vault_creation_VAULT.2a9806ba88": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "VAULT_CREATION_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__vault_creation_VAULT.2a9806ba88"}, "test.ethereum_models.avg_row_count_bronze__successful_reads_False__block_number__round_block_number_3___block_number_16000000__0_25.c16afc8559": {"metadata": {"type": "BASE TABLE", "schema": "AVG_ROW_COUNT_BRONZE", "name": "SUCCESSFUL_READS_FALSE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"GROUP_FIELD": {"type": "NUMBER", "index": 1, "name": "GROUP_FIELD", "comment": null}, "COUNT_FIELD": {"type": "NUMBER", "index": 2, "name": "COUNT_FIELD", "comment": null}, "AVG_ROWS": {"type": "NUMBER", "index": 3, "name": "AVG_ROWS", "comment": null}, "DIFF": {"type": "NUMBER", "index": 4, "name": "DIFF", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3072.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.avg_row_count_bronze__successful_reads_False__block_number__round_block_number_3___block_number_16000000__0_25.c16afc8559"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_CREATOR_FEE__NUMBER__FLOAT.12836c1241": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_CREATOR_FEE__NUMBER__FLOAT.12836c1241"}, "model.ethereum_models.streamline__decode_logs_history_015162363_015195682": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015162363_015195682", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015162363_015195682"}, "model.ethereum_models.streamline__decode_logs_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_realtime"}, "model.ethereum_models.aave__ez_withdraws": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_WITHDRAWS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 53766144.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 445397.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.aave__ez_withdraws"}, "model.ethereum_models.core__sv_fact_traces": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_FACT_TRACES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": null}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": null}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": null}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": null}, "DATA": {"type": "OBJECT", "index": 13, "name": "DATA", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 14, "name": "TX_STATUS", "comment": null}, "SUB_TRACES": {"type": "NUMBER", "index": 15, "name": "SUB_TRACES", "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.ethereum_models.core__sv_fact_traces"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__cryptopunk_sales__INSERTED_TIMESTAMP__day__1.5f1e2585de": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "CRYPTOPUNK_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__cryptopunk_sales__INSERTED_TIMESTAMP__day__1.5f1e2585de"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CUMULATIVE_GAS_USED__NUMBER__FLOAT.68061c4689": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_CUMULATIVE_GAS_USED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_CUMULATIVE_GAS_USED__NUMBER__FLOAT.68061c4689"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e330d89f4d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e330d89f4d"}, "test.ethereum_models.not_null_aave__ez_flashloans_BLOCK_TIMESTAMP.62def4f4ff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_BLOCK_TIMESTAMP.62def4f4ff"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_SYMBOL__STRING__VARCHAR.dcace84af9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_LENDING_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_SYMBOL__STRING__VARCHAR.dcace84af9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.bb6ebcbed8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.bb6ebcbed8"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balances__INSERTED_TIMESTAMP__day__2.74e559c797": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balances__INSERTED_TIMESTAMP__day__2.74e559c797"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__looksrare_sales_PLATFORM_NAME__looksrare.9cbd647a62": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "LOOKSRARE_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__looksrare_sales_PLATFORM_NAME__looksrare.9cbd647a62"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_transfers_BLOCK_NUMBER__NUMBER__FLOAT.ed2b9f67f3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_transfers_BLOCK_NUMBER__NUMBER__FLOAT.ed2b9f67f3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_NUMBER__NUMBER__FLOAT.c48e941615": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_NUMBER__NUMBER__FLOAT.c48e941615"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_IN_USD__decimal__float.396d981870": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_AMOUNT_IN_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_AMOUNT_IN_USD__decimal__float.396d981870"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TOTAL_FEES__NUMBER__FLOAT.3da6a68097": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TOTAL_FEES__NUMBER__FLOAT.3da6a68097"}, "test.ethereum_models.not_null_aave__ez_withdraws_AAVE_MARKET.f2fa7780d8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_WITHDRAWS_AAVE_MARKET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_withdraws_AAVE_MARKET.f2fa7780d8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_CREATOR_FEE_USD__NUMBER__FLOAT.497f9a3e5e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_CREATOR_FEE_USD__NUMBER__FLOAT.497f9a3e5e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.8e89d13bed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSFERS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.8e89d13bed"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_VAULT__0_xX_0_9a_fA_F_.b7e6a7e2b9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "LIQUIDATIONS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_VAULT__0_xX_0_9a_fA_F_.b7e6a7e2b9"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_repayments_BLOCK_TIMESTAMP__day__3.2e08bd4977": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_AAVE", "name": "EZ_REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_repayments_BLOCK_TIMESTAMP__day__3.2e08bd4977"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_deposits_BLOCK_TIMESTAMP__day__3.3dcf0d5a22": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_COMPOUND", "name": "EZ_DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_deposits_BLOCK_TIMESTAMP__day__3.3dcf0d5a22"}, "model.ethereum_models.ethereum_share__ez_nft_transfers": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "EZ_NFT_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 6, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "NFT_TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 11, "name": "TOKEN_METADATA", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 564666880.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 5337837.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__ez_nft_transfers"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_deposits_BLOCK_TIMESTAMP__day__3.ad2af43d03": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_AAVE", "name": "EZ_DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_deposits_BLOCK_TIMESTAMP__day__3.ad2af43d03"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_DELAY.5cbf45f04a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_DELAY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_DELAY.5cbf45f04a"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_TITLE.e61193fac2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_PROPOSAL_TITLE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_TITLE.e61193fac2"}, "test.ethereum_models.not_null_compound__ez_repayments_TX_HASH.4b51b3a608": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_TX_HASH.4b51b3a608"}, "test.ethereum_models.not_null_silver__aave_oracle_prices_UNDERLYING_DECIMALS.812b06daa4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_ORACLE_PRICES_UNDERLYING_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORACLE_CONTRACT": {"type": "TEXT", "index": 3, "name": "ORACLE_CONTRACT", "comment": null}, "VALUE_ETHEREUM": {"type": "TEXT", "index": 4, "name": "VALUE_ETHEREUM", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 6, "name": "TOKEN_ADDRESS", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 7, "name": "UNDERLYING_DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 8, "name": "PRICE", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "BLOCK_HOUR", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_oracle_prices_UNDERLYING_DECIMALS.812b06daa4"}, "test.ethereum_models.not_null_silver__beacon_deposits_SIGNATURE.c516eece91": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits_SIGNATURE.c516eece91"}, "test.ethereum_models.not_null_silver__blocks_BLOCKCHAIN.c3e6e8be96": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_BLOCKCHAIN.c3e6e8be96"}, "test.ethereum_models.not_null_silver__logs_EVENT_INDEX.b97eeb39d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_EVENT_INDEX.b97eeb39d7"}, "test.ethereum_models.sequence_gaps_silver__blocks_BLOCK_NUMBER.4a1c166840": {"metadata": {"type": "BASE TABLE", "schema": "SEQUENCE_GAPS_SILVER", "name": "BLOCKS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PREV_BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "PREV_BLOCK_NUMBER", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "GAP": {"type": "NUMBER", "index": 3, "name": "GAP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.sequence_gaps_silver__blocks_BLOCK_NUMBER.4a1c166840"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_TOKEN_OUT.32131504ac": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_TOKEN_OUT.32131504ac"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_TOKEN_OUT.3c63da8507": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_TOKEN_OUT.3c63da8507"}, "test.ethereum_models.not_null_silver_maker__delegations__INSERTED_TIMESTAMP.e159a1576d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations__INSERTED_TIMESTAMP.e159a1576d"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_AMOUNT_OUT.4c690879c1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_AMOUNT_OUT.4c690879c1"}, "test.ethereum_models.not_null_silver_maker__delegations_TX_EVENT.1fcf9a4102": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_TX_EVENT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_TX_EVENT.1fcf9a4102"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_BUYER_ADDRESS.e587ace7b8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_BUYER_ADDRESS.e587ace7b8"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_NFT_FROM_ADDRESS.14581c0a44": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_NFT_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_NFT_FROM_ADDRESS.14581c0a44"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_LIQUIDITY_PROVIDER.890b22dcd4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_LIQUIDITY_PROVIDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_LIQUIDITY_PROVIDER.890b22dcd4"}, "model.ethereum_models.streamline__decode_logs_history_008568081_008688069": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008568081_008688069", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008568081_008688069"}, "model.ethereum_models.streamline__decode_logs_history_012945177_012981462": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012945177_012981462", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012945177_012981462"}, "model.ethereum_models.streamline__decode_logs_history_013090064_013130704": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013090064_013130704", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013090064_013130704"}, "model.ethereum_models.streamline__decode_logs_history_013573654_013605580": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013573654_013605580", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013573654_013605580"}, "model.ethereum_models.streamline__decode_logs_history_017624059_017652059": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017624059_017652059", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017624059_017652059"}, "model.ethereum_models.streamline__decode_logs_history_019948142_019976142": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019948142_019976142", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019948142_019976142"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_BLOCK_TIMESTAMP.0b00ab83f0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_BLOCK_TIMESTAMP.0b00ab83f0"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balance_diffs__INSERTED_TIMESTAMP__day__2.e674f3117c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "ETH_BALANCE_DIFFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balance_diffs__INSERTED_TIMESTAMP__day__2.e674f3117c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_TO_ADDRESS__0_xX_0_9a_fA_F_.1da4143081": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_TOKEN_TRANSFERS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_TO_ADDRESS__0_xX_0_9a_fA_F_.1da4143081"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__dim_labels_LABEL__STRING__VARCHAR.541a605c84": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "DIM_LABELS_LABEL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__dim_labels_LABEL__STRING__VARCHAR.541a605c84"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TOTAL_FEES_USD__NUMBER__FLOAT.af0751ca96": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TOTAL_FEES_USD__NUMBER__FLOAT.af0751ca96"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__vault_creation_TX_HASH__0_xX_0_9a_fA_F_.d048a9f95e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "VAULT_CREATION_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__vault_creation_TX_HASH__0_xX_0_9a_fA_F_.d048a9f95e"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_COLLATERAL.a4c0a771e3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_COLLATERAL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_COLLATERAL.a4c0a771e3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TOTAL_FEES_USD__NUMBER__FLOAT.8afb1a5920": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TOTAL_FEES_USD__NUMBER__FLOAT.8afb1a5920"}, "model.ethereum_models.core__sv_fact_transactions": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_FACT_TRANSACTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 3, "name": "BLOCK_HASH", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 5, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 6, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 10, "name": "ETH_VALUE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 11, "name": "TX_FEE", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 12, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 13, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 14, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 15, "name": "CUMULATIVE_GAS_USED", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 16, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 17, "name": "STATUS", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 18, "name": "TX_JSON", "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.ethereum_models.core__sv_fact_transactions"}, "model.ethereum_models.streamline__decode_logs_history_011835416_011870974": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011835416_011870974", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011835416_011870974"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TOTAL_FEES__NUMBER__FLOAT.e61da1e484": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TOTAL_FEES__NUMBER__FLOAT.e61da1e484"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.3b6e77f076": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.3b6e77f076"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__eth_balances_ADDRESS__0_xX_0_9a_fA_F_.578299e937": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "ETH_BALANCES_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__eth_balances_ADDRESS__0_xX_0_9a_fA_F_.578299e937"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__traces_TX_HASH__0_xX_0_9a_fA_F_.14f576932b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRACES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__traces_TX_HASH__0_xX_0_9a_fA_F_.14f576932b"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_deposits__INSERTED_TIMESTAMP__day__1.6df7490ef6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BEACON_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_deposits__INSERTED_TIMESTAMP__day__1.6df7490ef6"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_pool_stats_BLOCK_TIMESTAMP__day__3.98c9db09e4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "UNIV3_POOL_STATS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_pool_stats_BLOCK_TIMESTAMP__day__3.98c9db09e4"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__contracts_extended_CONTRACT_ADDRESS.868e0ffdc1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "CONTRACTS_EXTENDED_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__contracts_extended_CONTRACT_ADDRESS.868e0ffdc1"}, "test.ethereum_models.not_null_aave__ez_votes_VOTER.f25a8aa9db": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_VOTER.f25a8aa9db"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__x2y2_sales__INSERTED_TIMESTAMP__day__1.54b320d2d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "X2Y2_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__x2y2_sales__INSERTED_TIMESTAMP__day__1.54b320d2d1"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_deposits__log_id.9050401994": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_COMPOUND", "name": "EZ_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_deposits__log_id.9050401994"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__liquidations__LOG_ID.ca8d89ad65": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__liquidations__LOG_ID.ca8d89ad65"}, "model.ethereum_models.ethereum_share__fact_hourly_token_prices": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "FACT_HOURLY_TOKEN_PRICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": null}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 260283904.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 5187745.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(hour::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.ethereum_models.ethereum_share__fact_hourly_token_prices"}, "model.ethereum_models.maker__ez_governance_votes": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_GOVERNANCE_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "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.ethereum_models.maker__ez_governance_votes"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_TX_HASH__0_xX_0_9a_fA_F_.d4d2dd8d38": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_DEX_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_TX_HASH__0_xX_0_9a_fA_F_.d4d2dd8d38"}, "test.ethereum_models.not_null_silver_nft__nftx_sales__LOG_ID.565ff32394": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales__LOG_ID.565ff32394"}, "model.ethereum_models.streamline__decode_logs_history_012523500_012554050": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012523500_012554050", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012523500_012554050"}, "test.ethereum_models.not_null_compound__ez_redemptions_CTOKEN_SYMBOL.f48e4eabb6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_CTOKEN_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_CTOKEN_SYMBOL.f48e4eabb6"}, "test.ethereum_models.not_null_silver__nft_transfers_BLOCK_TIMESTAMP.376ac811e0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_BLOCK_TIMESTAMP.376ac811e0"}, "test.ethereum_models.not_null_silver__nft_transfers_CONTRACT_ADDRESS.616fbb7bba": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_CONTRACT_ADDRESS.616fbb7bba"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_PREV_TOTAL_ELEMENTS.85c38df68d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_PREV_TOTAL_ELEMENTS.85c38df68d"}, "test.ethereum_models.not_null_silver__univ3_pools_TICK_SPACING.8afd28bcd2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_TICK_SPACING", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_TICK_SPACING.8afd28bcd2"}, "test.ethereum_models.not_null_silver_nft__blur_sales_CURRENCY_ADDRESS.26e01c61a0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_CURRENCY_ADDRESS.26e01c61a0"}, "model.ethereum_models.ethereum_share__fact_token_transfers": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "FACT_TOKEN_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2728651264.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 23153717.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__fact_token_transfers"}, "model.ethereum_models.streamline__decode_logs_history_012554051_012586322": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012554051_012586322", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012554051_012586322"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_TX_FEE_USD.ed0ec2916c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_TX_FEE_USD.ed0ec2916c"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_CURRENCY_ADDRESS.cc684a4f27": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_CURRENCY_ADDRESS.cc684a4f27"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PLATFORM_ADDRESS.1bac9c8090": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PLATFORM_ADDRESS.1bac9c8090"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_ORIGIN_FROM_ADDRESS.3f8ee6b9c1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_ORIGIN_FROM_ADDRESS.3f8ee6b9c1"}, "model.ethereum_models.silver_dex__balancer_swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "BALANCER_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 200824320.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1186393.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_dex__balancer_swaps"}, "model.ethereum_models.streamline__decode_logs_history_011089185_011127030": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011089185_011127030", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011089185_011127030"}, "test.ethereum_models.not_null_compound__ez_redemptions_REDEEMER.e674507c3b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_REDEEMER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_REDEEMER.e674507c3b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.31e6dc84d4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__deposits_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.31e6dc84d4"}, "model.ethereum_models.streamline__decode_logs_history_014143360_014179839": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014143360_014179839", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014143360_014179839"}, "model.ethereum_models.streamline__decode_logs_history_017400051_017428051": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017400051_017428051", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017400051_017428051"}, "model.ethereum_models.streamline__decode_logs_history_017904069_017932069": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017904069_017932069", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017904069_017932069"}, "model.ethereum_models.streamline__decode_logs_history_018520091_018548091": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018520091_018548091", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018520091_018548091"}, "model.ethereum_models.streamline__decode_logs_history_018856103_018884103": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018856103_018884103", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018856103_018884103"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_PREV_BAL_UNADJ__NUMBER__FLOAT.7e07380094": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_BALANCE_DIFFS_PREV_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_PREV_BAL_UNADJ__NUMBER__FLOAT.7e07380094"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__contracts_extended_CREATOR_ADDRESS__0_xX_0_9a_fA_F_.e7f86e2060": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "CONTRACTS_EXTENDED_CREATOR_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__contracts_extended_CREATOR_ADDRESS__0_xX_0_9a_fA_F_.e7f86e2060"}, "model.ethereum_models.core__fact_decoded_event_logs": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_DECODED_EVENT_LOGS", "database": "ETHEREUM_DEV", "comment": "'For information on how to submit a contract for decoding, as well as how ABIs are sourced, please visit [here](https://science.flipsidecrypto.xyz/abi-requestor/). This model contains decoded event logs for contracts that we have an ABI for. Please note, this table does not include all event logs, only those that we have an ABI for. This table will perform better than the `core__ez_decoded_event_logs` table, but does not include as many columns. The `decoded_log` column is the easiest place to query decoded data. It is a JSON object, where the keys are the names of the event parameters, and the values are the values of the event parameters. You can select from this column using the following sample format, `decoded_log:from::string` or more generally, `decoded_log:<event_param>::datatype`. See below for a full sample query. The `full_decoded_logs` column contains the same information, as well as additional fields such as the datatype of the decoded data. You may need to laterally flatten this column to query the data.\nSample query for USDC Transfer events:\n```sql select tx_hash, block_number, contract_address, decoded_log:from::string as from_address, decoded_log:to::string as to_address, decoded_log:value::integer as value from ethereum.core.fact_decoded_event_logs where contract_address = lower('0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48') and block_number between 16400000 and 16405000 and event_name = 'Transfer' limit 50```'\n", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events."}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": "Event number within a transaction."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": "The address interacted with for a given event."}, "EVENT_NAME": {"type": "TEXT", "index": 6, "name": "EVENT_NAME", "comment": "The name of the event, as defined in the contract ABI."}, "DECODED_LOG": {"type": "OBJECT", "index": 7, "name": "DECODED_LOG", "comment": "The flattened decoded log, where the keys are the names of the event parameters, and the values are the values of the event parameters."}, "FULL_DECODED_LOG": {"type": "VARIANT", "index": 8, "name": "FULL_DECODED_LOG", "comment": "The full decoded log, including the event name, the event parameters, and the data type of the event parameters."}}, "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.ethereum_models.core__fact_decoded_event_logs"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_RESERVES_USD__decimal__float.6913fbdaec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_RESERVES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_RESERVES_USD__decimal__float.6913fbdaec"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__repayments_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e567631e2c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__repayments_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.e567631e2c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TOTAL_FEES_USD__NUMBER__FLOAT.c0e7844964": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TOTAL_FEES_USD__NUMBER__FLOAT.c0e7844964"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_BLOCK_NUMBER__NUMBER__FLOAT.a600f2c7dd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_BLOCK_NUMBER__NUMBER__FLOAT.a600f2c7dd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_AMOUNT__NUMBER__FLOAT.28b1f9641c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_BORROWING_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_AMOUNT__NUMBER__FLOAT.28b1f9641c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_positions_LIQUIDITY_ADJUSTED__decimal__float.6d4e4db7a4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_POSITIONS_LIQUIDITY_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_positions_LIQUIDITY_ADJUSTED__decimal__float.6d4e4db7a4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TOTAL_FEES__NUMBER__FLOAT.9afef4a917": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TOTAL_FEES__NUMBER__FLOAT.9afef4a917"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_PAYER__0_xX_0_9a_fA_F_.7f5a7ae13d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "REPAYMENTS_PAYER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_PAYER__0_xX_0_9a_fA_F_.7f5a7ae13d"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_nft_mints__LOG_ID.7c541378be": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "EZ_NFT_MINTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_nft_mints__LOG_ID.7c541378be"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__logs__LOG_ID.780efa90bd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__logs__LOG_ID.780efa90bd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__sudoswap_sales_PLATFORM_NAME__sudoswap.c2574f393d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "SUDOSWAP_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__sudoswap_sales_PLATFORM_NAME__sudoswap.c2574f393d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_OUT__NUMBER__FLOAT.1953480d73": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_OUT__NUMBER__FLOAT.1953480d73"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__traces_BLOCK_NUMBER__NUMBER__FLOAT.ccd2c156a6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRACES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__traces_BLOCK_NUMBER__NUMBER__FLOAT.ccd2c156a6"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_meta_reads__INSERTED_TIMESTAMP__day__1.a90df13050": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_META_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_meta_reads__INSERTED_TIMESTAMP__day__1.a90df13050"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_CREATOR_FEE__NUMBER__FLOAT.54e1aca021": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_CREATOR_FEE__NUMBER__FLOAT.54e1aca021"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__governance_votes_TX_HASH__0_xX_0_9a_fA_F_.f6c25995a8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "GOVERNANCE_VOTES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__governance_votes_TX_HASH__0_xX_0_9a_fA_F_.f6c25995a8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.12ffc23958": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.12ffc23958"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_withdraws_BLOCK_TIMESTAMP__day__3.3abd538399": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_AAVE", "name": "EZ_WITHDRAWS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_withdraws_BLOCK_TIMESTAMP__day__3.3abd538399"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_repayments__log_id.f14e8f482c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_COMPOUND", "name": "EZ_REPAYMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_repayments__log_id.f14e8f482c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_JSON__OBJECT.f6596e98ec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_TX_JSON", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_TX_JSON__OBJECT.f6596e98ec"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.650cdd680a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.650cdd680a"}, "test.ethereum_models.not_null_core__ez_eth_transfers_TX_HASH.ff31c52877": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_ETH_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_eth_transfers_TX_HASH.ff31c52877"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__seaport_decoded_sales_EVENT_TYPE__bid_won__sale.bfd30273ec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__seaport_decoded_sales_EVENT_TYPE__bid_won__sale.bfd30273ec"}, "model.ethereum_models.ethereum_share__fact_transactions": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "FACT_TRANSACTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 3, "name": "BLOCK_HASH", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 5, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 6, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 10, "name": "ETH_VALUE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 11, "name": "TX_FEE", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 12, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 13, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 14, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 15, "name": "CUMULATIVE_GAS_USED", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 16, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 17, "name": "STATUS", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 18, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 32697867776.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 38300450.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__fact_transactions"}, "test.ethereum_models.not_null_aave__ez_liquidations_TX_HASH.0fb1c911c9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_TX_HASH.0fb1c911c9"}, "test.ethereum_models.not_null_aave__ez_withdraws_BLOCK_TIMESTAMP.6633965795": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_WITHDRAWS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_withdraws_BLOCK_TIMESTAMP.6633965795"}, "test.ethereum_models.not_null_compound__ez_borrows_BORROWS_CONTRACT_SYMBOL.0a4b04a8ff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_BORROWS_CONTRACT_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_BORROWS_CONTRACT_SYMBOL.0a4b04a8ff"}, "test.ethereum_models.not_null_compound__ez_redemptions_RECEIVED_CONTRACT_SYMBOL.79a18b1fa8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_RECEIVED_CONTRACT_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_RECEIVED_CONTRACT_SYMBOL.79a18b1fa8"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__pools_POOL_ADDRESS.83afc7f284": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "POOLS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__pools_POOL_ADDRESS.83afc7f284"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PLATFORM_FEE.852766a580": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PLATFORM_FEE.852766a580"}, "test.ethereum_models.not_null_silver__beacon_deposits__INSERTED_TIMESTAMP.41e01f77f0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits__INSERTED_TIMESTAMP.41e01f77f0"}, "test.ethereum_models.not_null_silver__nft_transfers_INGESTED_AT.52de2ea95d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_INGESTED_AT.52de2ea95d"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_INDEX.4048524b1d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BATCH_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_INDEX.4048524b1d"}, "test.ethereum_models.not_null_silver__snapshot_VOTE_OPTION.479dee3cd6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_VOTE_OPTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_VOTE_OPTION.479dee3cd6"}, "test.ethereum_models.not_null_silver__token_balance_diffs_PREV_BAL_UNADJ.b23c3d702d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS_PREV_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs_PREV_BAL_UNADJ.b23c3d702d"}, "model.ethereum_models.streamline__complete_contract_abis": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_CONTRACT_ABIS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 2, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2441146368.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 56862544.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__complete_contract_abis"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_INPUT_DATA.e4d1f47dc0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_INPUT_DATA.e4d1f47dc0"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_EVENT_TYPE.7650a16b69": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_EVENT_TYPE.7650a16b69"}, "model.ethereum_models.silver_maker__repayments": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "REPAYMENTS", "database": "ETHEREUM_DEV", "comment": "A record of all loan repayments on Maker", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": "An index signifying where an event occurred within a transaction."}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": "A wallet address of the user making a loan payment."}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": "Address associated with a Maker Vault. A vault is a tool that allows the owner to deposit collateral and generate DAI."}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": "The address of the token / asset that is being used to make the loan payment."}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": "The symbol of the token / asset."}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": "The raw amount of token / asset used in the loan repayment. Divide through by POW(10, DECIMALS) to get the actual amount."}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": "Divide amount by POW(10, DECIMALS) to convert raw amount to actual amount."}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": "The amount of token / asset used in the loan repayment."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": "Time at which the record was inserted into the table."}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8780800.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 75867.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__repayments"}, "model.ethereum_models.streamline__beacon_blocks_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "BEACON_BLOCKS_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "SLOT_NUMBER": {"type": "NUMBER", "index": 2, "name": "SLOT_NUMBER", "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.ethereum_models.streamline__beacon_blocks_realtime"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_ORIGIN_FROM_ADDRESS.c72d1e4948": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_ORIGIN_FROM_ADDRESS.c72d1e4948"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_AMOUNT_DELEGATED_UNADJUSTED.5b0f15c3be": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_AMOUNT_DELEGATED_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_AMOUNT_DELEGATED_UNADJUSTED.5b0f15c3be"}, "model.ethereum_models.streamline__decode_logs_history_012810449_012843419": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012810449_012843419", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012810449_012843419"}, "model.ethereum_models.streamline__decode_logs_history_019332120_019360120": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019332120_019360120", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019332120_019360120"}, "model.ethereum_models.core__dim_dex_liquidity_pools": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_DEX_LIQUIDITY_POOLS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATION_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATION_BLOCK", "comment": null}, "CREATION_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATION_TIME", "comment": null}, "CREATION_TX": {"type": "TEXT", "index": 3, "name": "CREATION_TX", "comment": null}, "FACTORY_ADDRESS": {"type": "TEXT", "index": 4, "name": "FACTORY_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 5, "name": "POOL_NAME", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 7, "name": "PLATFORM", "comment": null}, "TOKEN0": {"type": "TEXT", "index": 8, "name": "TOKEN0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 9, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 10, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1": {"type": "TEXT", "index": 11, "name": "TOKEN1", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 13, "name": "TOKEN1_DECIMALS", "comment": null}, "TOKENS": {"type": "ARRAY", "index": 14, "name": "TOKENS", "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.ethereum_models.core__dim_dex_liquidity_pools"}, "model.ethereum_models.core__fact_traces": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TRACES", "database": "ETHEREUM_DEV", "comment": "This table contains flattened trace data for internal contract calls on the Ethereum blockchain. Hex encoded fields can be decoded to integers by using `TO_NUMBER(<FIELD>, 'XXXXXXXXXXXX')`, with the number of Xs being the max length of the encoded field. You must also remove the `0x` from your field to use the `TO_NUMBER()` function, if applicable.", "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": "The transaction hash for the trace. Please note, this is not necessarily unique in this table as transactions frequently have multiple traces."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block number of this transaction."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The block timestamp of this transaction."}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": "The sending address of this trace. This is not necessarily the from address of the transaction."}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": "The receiving address of this trace. This is not necessarily the to address of the transaction."}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": "The amount of ETH transferred in this trace."}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": "The gas supplied for this trace."}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": "The gas used for this trace."}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": "The input data for this trace."}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": "The output data for this trace."}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": "The type of internal transaction. Common trace types are `CALL`, `DELEGATECALL`, and `STATICCALL`."}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": "This field represents the position and type of the trace within the transaction."}, "DATA": {"type": "OBJECT", "index": 13, "name": "DATA", "comment": "The raw JSON data for this trace."}, "TX_STATUS": {"type": "TEXT", "index": 14, "name": "TX_STATUS", "comment": "Status of the transaction."}, "SUB_TRACES": {"type": "NUMBER", "index": 15, "name": "SUB_TRACES", "comment": "The amount of nested sub traces for this trace."}}, "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.ethereum_models.core__fact_traces"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.873512a62c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.873512a62c"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__withdrawals_BLOCK_TIMESTAMP__day__2.8dab45a96d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_MAKER", "name": "WITHDRAWALS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__withdrawals_BLOCK_TIMESTAMP__day__2.8dab45a96d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_FROM_ADDRESS__0_xX_0_9a_fA_F_.19a7a2c3f7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "NFT_TRANSFERS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_FROM_ADDRESS__0_xX_0_9a_fA_F_.19a7a2c3f7"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_CONTRACT_ADDRESS.a8c3b1d177": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_CONTRACT_ADDRESS.a8c3b1d177"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_dex_swaps_BLOCK_TIMESTAMP__day__1.8f881aae37": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_CORE", "name": "EZ_DEX_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_dex_swaps_BLOCK_TIMESTAMP__day__1.8f881aae37"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__aave_token_prices_PRICE_ID.29eb0d22aa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "AAVE_TOKEN_PRICES_PRICE_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PRICE_ID": {"type": "TEXT", "index": 1, "name": "PRICE_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__aave_token_prices_PRICE_ID.29eb0d22aa"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.515968e4c3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.515968e4c3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_TOKEN_DEPOSITED__0_xX_0_9a_fA_F_.877fdd7854": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DEPOSITS_TOKEN_DEPOSITED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_TOKEN_DEPOSITED__0_xX_0_9a_fA_F_.877fdd7854"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__comp_v3_market_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6ced7a4892": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_BRONZE_API", "name": "COMP_V3_MARKET_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__comp_v3_market_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6ced7a4892"}, "test.ethereum_models.not_null_silver__comp_market_stats_BLOCK_HOUR.720dd1a386": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "COMP_MARKET_STATS_BLOCK_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_HOUR", "comment": null}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 4, "name": "CTOKEN_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOTAL_SUPPLY": {"type": "TEXT", "index": 6, "name": "TOTAL_SUPPLY", "comment": null}, "SUPPLY_TOKEN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "SUPPLY_TOKEN_AMOUNT", "comment": null}, "BORROW_RATE_PER_BLOCK": {"type": "TEXT", "index": 8, "name": "BORROW_RATE_PER_BLOCK", "comment": null}, "BORROW_APY": {"type": "FLOAT", "index": 9, "name": "BORROW_APY", "comment": null}, "EXCHANGE_RATE_STORED": {"type": "TEXT", "index": 10, "name": "EXCHANGE_RATE_STORED", "comment": null}, "CTOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "CTOKEN_PRICE", "comment": null}, "SUPPLY_RATE_PER_BLOCK": {"type": "TEXT", "index": 12, "name": "SUPPLY_RATE_PER_BLOCK", "comment": null}, "SUPPLY_APY": {"type": "FLOAT", "index": 13, "name": "SUPPLY_APY", "comment": null}, "TOTAL_BORROWS": {"type": "TEXT", "index": 14, "name": "TOTAL_BORROWS", "comment": null}, "BORROWS_TOKEN_AMOUNT": {"type": "FLOAT", "index": 15, "name": "BORROWS_TOKEN_AMOUNT", "comment": null}, "TOTAL_RESERVES": {"type": "TEXT", "index": 16, "name": "TOTAL_RESERVES", "comment": null}, "RESERVES_TOKEN_AMOUNT": {"type": "FLOAT", "index": 17, "name": "RESERVES_TOKEN_AMOUNT", "comment": null}, "COMP_SUPPLY_USD": {"type": "FLOAT", "index": 18, "name": "COMP_SUPPLY_USD", "comment": null}, "COMP_BORROW_USD": {"type": "FLOAT", "index": 19, "name": "COMP_BORROW_USD", "comment": null}, "COMP_SPEED_USD": {"type": "FLOAT", "index": 20, "name": "COMP_SPEED_USD", "comment": null}, "ID": {"type": "TEXT", "index": 21, "name": "ID", "comment": null}, "SUPPLY_USD": {"type": "FLOAT", "index": 22, "name": "SUPPLY_USD", "comment": null}, "RESERVES_USD": {"type": "FLOAT", "index": 23, "name": "RESERVES_USD", "comment": null}, "BORROWS_USD": {"type": "FLOAT", "index": 24, "name": "BORROWS_USD", "comment": null}, "COMP_APY_BORROW": {"type": "FLOAT", "index": 25, "name": "COMP_APY_BORROW", "comment": null}, "COMP_APY_SUPPLY": {"type": "FLOAT", "index": 26, "name": "COMP_APY_SUPPLY", "comment": null}, "UNDERLYING_CONTRACT": {"type": "TEXT", "index": 27, "name": "UNDERLYING_CONTRACT", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 28, "name": "UNDERLYING_SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 29, "name": "TOKEN_PRICE", "comment": null}, "COMP_PRICE": {"type": "FLOAT", "index": 30, "name": "COMP_PRICE", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 31, "name": "CONTRACT_NAME", "comment": null}, "COMP_SPEED": {"type": "TEXT", "index": 32, "name": "COMP_SPEED", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__comp_market_stats_BLOCK_HOUR.720dd1a386"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__repayments__LOG_ID.e73f10e3e9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "REPAYMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__repayments__LOG_ID.e73f10e3e9"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__nft_transfers_BLOCK_TIMESTAMP__day__1.acbf7aedfe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "NFT_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__nft_transfers_BLOCK_TIMESTAMP__day__1.acbf7aedfe"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_prices_coin_market_cap_hourly_RECORDED_HOUR__day__1.a2602b0eaf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_PRICES_COIN_MARKET_CAP_HOURLY_RECORDED_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_prices_coin_market_cap_hourly_RECORDED_HOUR__day__1.a2602b0eaf"}, "test.ethereum_models.not_null_compound__ez_deposits_SUPPLIED_SYMBOL.7d52368307": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_SUPPLIED_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_SUPPLIED_SYMBOL.7d52368307"}, "test.ethereum_models.not_null_compound__ez_redemptions_CTOKEN.99ccb1e67d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_CTOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_CTOKEN.99ccb1e67d"}, "test.ethereum_models.not_null_compound__ez_repayments_EVENT_INDEX.5fef98d693": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_EVENT_INDEX.5fef98d693"}, "test.ethereum_models.not_null_core__ez_eth_transfers_AMOUNT.f22e807472": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_ETH_TRANSFERS_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_eth_transfers_AMOUNT.f22e807472"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_repayments_BLOCK_TIMESTAMP__day__3.a868f825a0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_COMPOUND", "name": "EZ_REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_repayments_BLOCK_TIMESTAMP__day__3.a868f825a0"}, "test.ethereum_models.not_null_silver__token_prices_coin_market_cap_hourly_IMPUTED.fcf9f9c455": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_COIN_MARKET_CAP_HOURLY_IMPUTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_coin_market_cap_hourly_IMPUTED.fcf9f9c455"}, "test.ethereum_models.not_null_silver__univ3_swaps_LIQUIDITY.7d6169289c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_LIQUIDITY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_LIQUIDITY.7d6169289c"}, "test.ethereum_models.not_null_silver_maker__delegations_BLOCK_TIMESTAMP.b9ac46525b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_BLOCK_TIMESTAMP.b9ac46525b"}, "test.ethereum_models.not_null_silver_maker__governance_votes_VOTE_OPTION.d69ce7f585": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_VOTE_OPTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_VOTE_OPTION.d69ce7f585"}, "test.ethereum_models.not_null_silver_maker__repayments_TOKEN_PAID.f262fc2a8b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_TOKEN_PAID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_TOKEN_PAID.f262fc2a8b"}, "test.ethereum_models.not_null_silver_maker__withdrawals_BLOCK_TIMESTAMP.e36b2ed491": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_BLOCK_TIMESTAMP.e36b2ed491"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TX_FROM.1e752c7994": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_FROM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TX_FROM.1e752c7994"}, "model.ethereum_models.streamline__decode_logs_history_016924034_016952034": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016924034_016952034", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016924034_016952034"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_INPUT_DATA.b155f0c455": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_INPUT_DATA.b155f0c455"}, "model.ethereum_models.silver_maker__vault_creation": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "VAULT_CREATION", "database": "ETHEREUM_DEV", "comment": "A record of all vault creations on Maker", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": "The wallet address of the user that opened the vault."}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": "Address associated with a Maker Vault. A vault is a tool that allows the owner to deposit collateral and generate DAI."}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": "Number associated with a Maker Vault."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3140096.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 19708.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__vault_creation"}, "model.ethereum_models.streamline__decode_logs_history_010388442_010447927": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010388442_010447927", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010388442_010447927"}, "model.ethereum_models.streamline__decode_logs_history_011050517_011089184": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011050517_011089184", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011050517_011089184"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.95b9940e71": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.95b9940e71"}, "model.ethereum_models.streamline__decode_logs_history_014651102_014684043": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014651102_014684043", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014651102_014684043"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__deposits__LOG_ID.2d80c4b65a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__deposits__LOG_ID.2d80c4b65a"}, "model.ethereum_models.streamline__decode_logs_history_018072075_018100075": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018072075_018100075", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018072075_018100075"}, "model.ethereum_models.compound__ez_deposits": {"metadata": {"type": "BASE TABLE", "schema": "COMPOUND", "name": "EZ_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 106546688.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 932196.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.compound__ez_deposits"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_CREATOR.45447ae10f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_VAULT_CREATION_CREATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_CREATOR.45447ae10f"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_TX_HASH.eb50d22bf4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_TX_HASH.eb50d22bf4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_VARIABLE_DEBT_USD__decimal__float.44d2f2035a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_TOTAL_VARIABLE_DEBT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_VARIABLE_DEBT_USD__decimal__float.44d2f2035a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.45e243a63d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.45e243a63d"}, "model.ethereum_models.streamline__decode_logs_history_014285558_014319812": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014285558_014319812", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014285558_014319812"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.bf004c5ccf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.bf004c5ccf"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_BLOCK_TIMESTAMP.fa66bfe085": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_BLOCK_TIMESTAMP.fa66bfe085"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_BORROW_APY__decimal__float.717638ee0b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_BORROW_APY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_BORROW_APY__decimal__float.717638ee0b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.bf6b7ad056": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.bf6b7ad056"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_deposits_SUPPLIED_BASE_ASSET__decimal__float.4b67757c8c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_DEPOSITS_SUPPLIED_BASE_ASSET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_deposits_SUPPLIED_BASE_ASSET__decimal__float.4b67757c8c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_EVENT_INDEX__NUMBER__FLOAT.d0df352178": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOGS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_EVENT_INDEX__NUMBER__FLOAT.d0df352178"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TOTAL_FEES__NUMBER__FLOAT.1b07032171": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TOTAL_FEES__NUMBER__FLOAT.1b07032171"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_TX_HASH__0_xX_0_9a_fA_F_.347dc9028c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "REPAYMENTS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_TX_HASH__0_xX_0_9a_fA_F_.347dc9028c"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_NFT_ADDRESS.5526c4e74a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_NFT_ADDRESS.5526c4e74a"}, "model.ethereum_models.streamline__decode_logs_history_018184079_018212079": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018184079_018212079", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018184079_018212079"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__balancer_swaps_BLOCK_TIMESTAMP__day__1.14b7f9f0e8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_DEX", "name": "BALANCER_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__balancer_swaps_BLOCK_TIMESTAMP__day__1.14b7f9f0e8"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__verified_abis_CONTRACT_ADDRESS.4c86e4f316": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "VERIFIED_ABIS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__verified_abis_CONTRACT_ADDRESS.4c86e4f316"}, "test.ethereum_models.not_null_aave__ez_repayments_EVENT_INDEX.8c6b89bd81": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_EVENT_INDEX.8c6b89bd81"}, "test.ethereum_models.not_null_aave__ez_votes_PROPOSAL_ID.2b3cbbc96f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_PROPOSAL_ID.2b3cbbc96f"}, "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_ID.8916006031": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_ID.8916006031"}, "test.ethereum_models.not_null_silver_maker__withdrawals_BLOCK_NUMBER.89aa653c40": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_BLOCK_NUMBER.89aa653c40"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.2763bb6991": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "CRYPTOPUNK_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.2763bb6991"}, "model.ethereum_models.bronze__transactions": {"metadata": {"type": "VIEW", "schema": "BRONZE", "name": "TRANSACTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "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.ethereum_models.bronze__transactions"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_PLATFORM_NAME.810306ba1c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_PLATFORM_NAME.810306ba1c"}, "model.ethereum_models.streamline__decode_logs_history_006128605_006231222": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006128605_006231222", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006128605_006231222"}, "model.ethereum_models.streamline__decode_logs_history_008337164_008449853": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008337164_008449853", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008337164_008449853"}, "model.ethereum_models.streamline__decode_logs_history_008939588_008944587": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008939588_008944587", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008939588_008944587"}, "model.ethereum_models.streamline__decode_logs_history_014958903_014992944": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014958903_014992944", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014958903_014992944"}, "model.ethereum_models.streamline__decode_logs_history_017232045_017260045": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017232045_017260045", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017232045_017260045"}, "model.ethereum_models.streamline__decode_logs_history_014250158_014285557": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014250158_014285557", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014250158_014285557"}, "test.ethereum_models.not_null_silver__beacon_attestations_EPOCH_NUMBER.08709e6253": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_EPOCH_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_EPOCH_NUMBER.08709e6253"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__looksrare_sales_BLOCK_TIMESTAMP__day__1.7d41164578": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "LOOKSRARE_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__looksrare_sales_BLOCK_TIMESTAMP__day__1.7d41164578"}, "model.ethereum_models.compound__ez_redemptions": {"metadata": {"type": "BASE TABLE", "schema": "COMPOUND", "name": "EZ_REDEMPTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 59093504.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 486499.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.compound__ez_redemptions"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_SYMBOL.987d8649aa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_SYMBOL.987d8649aa"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_BLOCK_TIMESTAMP.a8188ac476": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_BLOCK_TIMESTAMP.a8188ac476"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__ez_token_transfers_HAS_PRICE__true__false.c77e1cdb74": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_CORE", "name": "EZ_TOKEN_TRANSFERS_HAS_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__ez_token_transfers_HAS_PRICE__true__false.c77e1cdb74"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.f94db051a4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_DEX_SWAPS_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.f94db051a4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_EVENT_INDEX__NUMBER__FLOAT.64324e3895": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_LENDING_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_EVENT_INDEX__NUMBER__FLOAT.64324e3895"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__looksrare_sales__log_id.6e1700c569": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "LOOKSRARE_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__looksrare_sales__log_id.6e1700c569"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_OUT__decimal__float.b91cdafb85": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "CURVE_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_OUT__decimal__float.b91cdafb85"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_ORIGIN_FROM_ADDRESS.6fbb9f84f1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_ORIGIN_FROM_ADDRESS.6fbb9f84f1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_AGGREGATION_BITS__STRING__VARCHAR.c6f8e60f51": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_AGGREGATION_BITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_AGGREGATION_BITS__STRING__VARCHAR.c6f8e60f51"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PRICE__NUMBER__FLOAT.49af08b6d6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PRICE__NUMBER__FLOAT.49af08b6d6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_BLOCK_HASH__0_xX_0_9a_fA_F_.6a7999ad31": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSACTIONS_BLOCK_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_BLOCK_HASH__0_xX_0_9a_fA_F_.6a7999ad31"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_LENDING_POOL_ADDRESS__0_xX_0_9a_fA_F_.3ccd0511f9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_LENDING_LENDING_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_LENDING_POOL_ADDRESS__0_xX_0_9a_fA_F_.3ccd0511f9"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_positions_BLOCK_TIMESTAMP__day__1.feca00b046": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "UNIV3_POSITIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_positions_BLOCK_TIMESTAMP__day__1.feca00b046"}, "test.ethereum_models.not_null_aave__ez_proposals_END_VOTING_PERIOD.ab136b517c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_END_VOTING_PERIOD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_END_VOTING_PERIOD.ab136b517c"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__x2y2_sales_BLOCK_TIMESTAMP__day__1.c8150df2c0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "X2Y2_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__x2y2_sales_BLOCK_TIMESTAMP__day__1.c8150df2c0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_LIQUIDATED_WALLET__0_xX_0_9a_fA_F_.a9b0e46d29": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "LIQUIDATIONS_LIQUIDATED_WALLET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_LIQUIDATED_WALLET__0_xX_0_9a_fA_F_.a9b0e46d29"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__eth_balances_ID.014d69432a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "ETH_BALANCES_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__eth_balances_ID.014d69432a"}, "test.ethereum_models.dbt_utils_expression_is_true_aave__ez_market_stats_TOTAL_LIQUIDITY_USD___10000000000.bc0368a9b5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_EXPRESSION_IS_TRUE_AAVE", "name": "EZ_MARKET_STATS_TOTAL_LIQUIDITY_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_expression_is_true_aave__ez_market_stats_TOTAL_LIQUIDITY_USD___10000000000.bc0368a9b5"}, "test.ethereum_models.not_null_aave__ez_votes_BLOCK_TIMESTAMP.1f72891a5f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_BLOCK_TIMESTAMP.1f72891a5f"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes_ID.83345b0a08": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes_ID.83345b0a08"}, "test.ethereum_models.not_null_compound__ez_redemptions_BLOCK_TIMESTAMP.98fc302af4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_BLOCK_TIMESTAMP.98fc302af4"}, "test.ethereum_models.not_null_core__ez_token_transfers_CONTRACT_ADDRESS.006c65a449": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_CONTRACT_ADDRESS.006c65a449"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_CREATOR_FEE.f04140a834": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_CREATOR_FEE.f04140a834"}, "test.ethereum_models.not_null_compound__ez_repayments_BLOCK_NUMBER.bfcd1eb2cf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_BLOCK_NUMBER.bfcd1eb2cf"}, "test.ethereum_models.not_null_silver__eth_balance_diffs_BLOCK_NUMBER.0568c0b73d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCE_DIFFS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balance_diffs_BLOCK_NUMBER.0568c0b73d"}, "test.ethereum_models.not_null_silver__snapshot_CHOICES.1d1455b29b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_CHOICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_CHOICES.1d1455b29b"}, "test.ethereum_models.not_null_silver__token_meta_reads_contract_address.153954908c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_META_READS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 2, "name": "TOKEN_NAME", "comment": null}, "TOKEN_DECIMALS": {"type": "TEXT", "index": 3, "name": "TOKEN_DECIMALS", "comment": null}, "TOKEN_SYMBOL": {"type": "TEXT", "index": 4, "name": "TOKEN_SYMBOL", "comment": null}, "COMPLETE_F": {"type": "TEXT", "index": 5, "name": "COMPLETE_F", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_meta_reads_contract_address.153954908c"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees__LOG_ID.aeafd0adc2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees__LOG_ID.aeafd0adc2"}, "model.ethereum_models.silver_maker__withdrawals": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "WITHDRAWALS", "database": "ETHEREUM_DEV", "comment": "A record of all withdrawals into Maker vaults", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": "An index signifying where an event occurred within a transaction."}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": "The wallet address of the user performing the withdrawal."}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": "Address associated with a Maker Vault. A vault is a tool that allows the owner to deposit collateral and generate DAI."}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": "The address of the token / asset that is being withdrawn from the Maker vault."}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": "The symbol of the token / asset."}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": "The raw amount of token / asset withdrawn from the Maker vault. Divide through by POW(10, DECIMALS) to get the actual amount."}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": "Divide amount by POW(10, DECIMALS) to convert raw amount to actual amount."}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": "The amount of token / asset withdrawn from the Maker vault."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": "Time at which the record was inserted into the table."}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8874496.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 82038.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__withdrawals"}, "model.ethereum_models.streamline__blocks": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__blocks"}, "model.ethereum_models.streamline__decode_logs_history_005544370_005644534": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005544370_005644534", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005544370_005644534"}, "model.ethereum_models.streamline__decode_logs_history_009221443_009324137": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009221443_009324137", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009221443_009324137"}, "model.ethereum_models.streamline__decode_logs_history_010838384_010873048": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010838384_010873048", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010838384_010873048"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_INPUT_DATA.77de162c94": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_INPUT_DATA.77de162c94"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_PLATFORM__STRING__VARCHAR.045b7f587a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_PLATFORM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_PLATFORM__STRING__VARCHAR.045b7f587a"}, "model.ethereum_models.streamline__decode_logs_history_016672025_016700025": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016672025_016700025", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016672025_016700025"}, "model.ethereum_models.streamline__decode_logs_history_011726148_011762252": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011726148_011762252", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011726148_011762252"}, "model.ethereum_models.streamline__decode_logs_history_018324084_018352084": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018324084_018352084", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018324084_018352084"}, "model.ethereum_models.aave__ez_market_stats": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_MARKET_STATS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 16322532352.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 343195566.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.aave__ez_market_stats"}, "model.ethereum_models.beacon_chain__fact_blocks": {"metadata": {"type": "VIEW", "schema": "BEACON_CHAIN", "name": "FACT_BLOCKS", "database": "ETHEREUM_DEV", "comment": "This table contains data around block formation from the consensus layer of the Ethereum 2.0 protocol. For more info, please visit [The Ethereum Organization](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/)", "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": "The Beacon Chain slot this block represents."}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": "A period of 32 slots, each slot being 12 seconds, totalling 6.4 minutes."}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": "Timestamp of Beacon Chain slot."}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": "Index of the validator that proposed the block for the slot."}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": "The hash of the block that came before."}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": "The hash-tree-root of the BeaconState."}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": "The validators RANDAO reveal 96 byte value."}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": "32 byte field of arbitrary data."}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": "The 32 byte block hash of the Ethereum execution layer block considered for deposit inclusion."}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": "The total number of deposits included in the Beacon Chain, since Genesis, including deposits in this block."}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": "The 32 byte deposit tree root for the last deposit included in this block."}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": "Data from execution layer about block contents."}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": "96 byte BLS signature from validator that produced this block."}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": "Details on any attester slashings."}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": "Details on any proposer slashings."}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": "Details on Beacon Chain deposits - see `beacon_chain.fact_deposits`."}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": "Details on validator attestations - see `beacon_chain.fact_attestations`."}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": "Slot details in JSON format, excludes deposits and attestations."}}, "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.ethereum_models.beacon_chain__fact_blocks"}, "model.ethereum_models.core__dim_event_signatures": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_EVENT_SIGNATURES", "database": "ETHEREUM_DEV", "comment": "This table contains event signatures used to decode Ethereum event data into a human-readable format. For more details see (https://www.4byte.directory/).", "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": "The human-readable format for this function or event."}, "HEX_SIGNATURE": {"type": "TEXT", "index": 2, "name": "HEX_SIGNATURE", "comment": "The hex signature for this event."}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": "The ID for this function or event signature."}}, "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.ethereum_models.core__dim_event_signatures"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_TX_STATUS.df1c21e757": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_TX_STATUS.df1c21e757"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_TX_HASH.bebfbc70d0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_TX_HASH.bebfbc70d0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.6d628e9bd9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.6d628e9bd9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_CREATOR_FEE_USD__NUMBER__FLOAT.a8e4c5c16a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_CREATOR_FEE_USD__NUMBER__FLOAT.a8e4c5c16a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__dim_labels_BLOCKCHAIN__ethereum.d8a6eb03b5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_CORE", "name": "DIM_LABELS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__dim_labels_BLOCKCHAIN__ethereum.d8a6eb03b5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.66ac542714": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.66ac542714"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_TOKEN_LOANED__0_xX_0_9a_fA_F_.f5db7482d2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "FLASH_LOANS_TOKEN_LOANED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_TOKEN_LOANED__0_xX_0_9a_fA_F_.f5db7482d2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__vault_creation_VAULT__0_xX_0_9a_fA_F_.287f825255": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "VAULT_CREATION_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__vault_creation_VAULT__0_xX_0_9a_fA_F_.287f825255"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__snapshot_VOTE_TIMESTAMP__day__3.41c356e1da": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "SNAPSHOT_VOTE_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__snapshot_VOTE_TIMESTAMP__day__3.41c356e1da"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__curve_swaps__log_id.dd7f9e0134": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "CURVE_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__curve_swaps__log_id.dd7f9e0134"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_liquidations_BLOCK_TIMESTAMP__day__3.8b1472f5f9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_AAVE", "name": "EZ_LIQUIDATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_liquidations_BLOCK_TIMESTAMP__day__3.8b1472f5f9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_eth_transfers_AMOUNT__NUMBER__FLOAT.7e89c2fdf2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_ETH_TRANSFERS_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_eth_transfers_AMOUNT__NUMBER__FLOAT.7e89c2fdf2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_DECIMALS__NUMBER__FLOAT.1f393edf99": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_DECIMALS__NUMBER__FLOAT.1f393edf99"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__created_contracts_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9a5a965a80": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CREATED_CONTRACTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__created_contracts_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.9a5a965a80"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bc42693f6e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.7b707ae4c6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.7b707ae4c6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PRICE_USD__NUMBER__FLOAT.6e269cbf60": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PRICE_USD__NUMBER__FLOAT.6e269cbf60"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_NONCE__0_xX_0_9a_fA_F_.0f55c64955": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "BLOCKS_NONCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_NONCE__0_xX_0_9a_fA_F_.0f55c64955"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__delegations__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9824f7a714": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "DELEGATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__delegations__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.9824f7a714"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_withdraws_TOKEN_PRICE__decimal__float.70eab3ef2b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_WITHDRAWS_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_withdraws_TOKEN_PRICE__decimal__float.70eab3ef2b"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__aave_oracle_prices_ID.63c5253127": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "AAVE_ORACLE_PRICES_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__aave_oracle_prices_ID.63c5253127"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.4495a35fb1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.4495a35fb1"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_prices_all_providers_hourly_HOUR__day__1.f3cfd75f67": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_PRICES_ALL_PROVIDERS_HOURLY_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_prices_all_providers_hourly_HOUR__day__1.f3cfd75f67"}, "test.ethereum_models.not_null_aave__ez_flashloans_EVENT_INDEX.5ef1c6e97c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_EVENT_INDEX.5ef1c6e97c"}, "test.ethereum_models.not_null_aave__ez_proposals_BLOCK_NUMBER.075933a78b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_BLOCK_NUMBER.075933a78b"}, "test.ethereum_models.not_null_compound__ez_liquidations_LIQUIDATION_CONTRACT_SYMBOL.fb493eadfc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_LIQUIDATION_CONTRACT_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_LIQUIDATION_CONTRACT_SYMBOL.fb493eadfc"}, "test.ethereum_models.not_null_silver__univ3_swaps_AMOUNT1_UNADJ.f1301119a8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_AMOUNT1_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_AMOUNT1_UNADJ.f1301119a8"}, "test.ethereum_models.not_null_core__ez_token_transfers_BLOCK_NUMBER.f76d8950d3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_BLOCK_NUMBER.f76d8950d3"}, "test.ethereum_models.not_null_silver__blocks_GAS_LIMIT.a66366ccf7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_GAS_LIMIT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_GAS_LIMIT.a66366ccf7"}, "test.ethereum_models.not_null_silver__comp_market_stats_UNDERLYING_CONTRACT.6c2f737850": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "COMP_MARKET_STATS_UNDERLYING_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_HOUR", "comment": null}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 4, "name": "CTOKEN_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOTAL_SUPPLY": {"type": "TEXT", "index": 6, "name": "TOTAL_SUPPLY", "comment": null}, "SUPPLY_TOKEN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "SUPPLY_TOKEN_AMOUNT", "comment": null}, "BORROW_RATE_PER_BLOCK": {"type": "TEXT", "index": 8, "name": "BORROW_RATE_PER_BLOCK", "comment": null}, "BORROW_APY": {"type": "FLOAT", "index": 9, "name": "BORROW_APY", "comment": null}, "EXCHANGE_RATE_STORED": {"type": "TEXT", "index": 10, "name": "EXCHANGE_RATE_STORED", "comment": null}, "CTOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "CTOKEN_PRICE", "comment": null}, "SUPPLY_RATE_PER_BLOCK": {"type": "TEXT", "index": 12, "name": "SUPPLY_RATE_PER_BLOCK", "comment": null}, "SUPPLY_APY": {"type": "FLOAT", "index": 13, "name": "SUPPLY_APY", "comment": null}, "TOTAL_BORROWS": {"type": "TEXT", "index": 14, "name": "TOTAL_BORROWS", "comment": null}, "BORROWS_TOKEN_AMOUNT": {"type": "FLOAT", "index": 15, "name": "BORROWS_TOKEN_AMOUNT", "comment": null}, "TOTAL_RESERVES": {"type": "TEXT", "index": 16, "name": "TOTAL_RESERVES", "comment": null}, "RESERVES_TOKEN_AMOUNT": {"type": "FLOAT", "index": 17, "name": "RESERVES_TOKEN_AMOUNT", "comment": null}, "COMP_SUPPLY_USD": {"type": "FLOAT", "index": 18, "name": "COMP_SUPPLY_USD", "comment": null}, "COMP_BORROW_USD": {"type": "FLOAT", "index": 19, "name": "COMP_BORROW_USD", "comment": null}, "COMP_SPEED_USD": {"type": "FLOAT", "index": 20, "name": "COMP_SPEED_USD", "comment": null}, "ID": {"type": "TEXT", "index": 21, "name": "ID", "comment": null}, "SUPPLY_USD": {"type": "FLOAT", "index": 22, "name": "SUPPLY_USD", "comment": null}, "RESERVES_USD": {"type": "FLOAT", "index": 23, "name": "RESERVES_USD", "comment": null}, "BORROWS_USD": {"type": "FLOAT", "index": 24, "name": "BORROWS_USD", "comment": null}, "COMP_APY_BORROW": {"type": "FLOAT", "index": 25, "name": "COMP_APY_BORROW", "comment": null}, "COMP_APY_SUPPLY": {"type": "FLOAT", "index": 26, "name": "COMP_APY_SUPPLY", "comment": null}, "UNDERLYING_CONTRACT": {"type": "TEXT", "index": 27, "name": "UNDERLYING_CONTRACT", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 28, "name": "UNDERLYING_SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 29, "name": "TOKEN_PRICE", "comment": null}, "COMP_PRICE": {"type": "FLOAT", "index": 30, "name": "COMP_PRICE", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 31, "name": "CONTRACT_NAME", "comment": null}, "COMP_SPEED": {"type": "TEXT", "index": 32, "name": "COMP_SPEED", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__comp_market_stats_UNDERLYING_CONTRACT.6c2f737850"}, "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_START_TIME.9782925c9b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_PROPOSAL_START_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_START_TIME.9782925c9b"}, "test.ethereum_models.not_null_silver__snapshot_VOTE_TIMESTAMP.55519d7f00": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_VOTE_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_VOTE_TIMESTAMP.55519d7f00"}, "model.ethereum_models.streamline__decode_logs_history_013130705_013172883": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013130705_013172883", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013130705_013172883"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_EVENT_INDEX.e9ff4cff24": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_EVENT_INDEX.e9ff4cff24"}, "test.ethereum_models.not_null_silver_maker__liquidations_LIQUIDATED_WALLET.5db4f7f7de": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_LIQUIDATED_WALLET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_LIQUIDATED_WALLET.5db4f7f7de"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_PRICE_USD.18e5bb8d71": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_PRICE_USD.18e5bb8d71"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_BLOCK_NUMBER.1ed5891cea": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_BLOCK_NUMBER.1ed5891cea"}, "model.ethereum_models.streamline__aave_prices_oracle_read": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "AAVE_PRICES_ORACLE_READ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 269814272.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 11225853.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__aave_prices_oracle_read"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_AMOUNT_WITHDRAWN_UNADJUSTED.142c4206d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_AMOUNT_WITHDRAWN_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_AMOUNT_WITHDRAWN_UNADJUSTED.142c4206d1"}, "model.ethereum_models.streamline__decode_logs_history_013639145_013673606": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013639145_013673606", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013639145_013673606"}, "test.ethereum_models.avg_row_count_silver__token_balances_False__block_number__block_timestamp_date__block_timestamp_date_current_date_30_and_block_timestamp_date_current_date___0_25.da732f67f2": {"metadata": {"type": "BASE TABLE", "schema": "AVG_ROW_COUNT_SILVER", "name": "TOKEN_BALANCES_FALSE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"GROUP_FIELD": {"type": "DATE", "index": 1, "name": "GROUP_FIELD", "comment": null}, "COUNT_FIELD": {"type": "NUMBER", "index": 2, "name": "COUNT_FIELD", "comment": null}, "AVG_ROWS": {"type": "NUMBER", "index": 3, "name": "AVG_ROWS", "comment": null}, "DIFF": {"type": "NUMBER", "index": 4, "name": "DIFF", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.avg_row_count_silver__token_balances_False__block_number__block_timestamp_date__block_timestamp_date_current_date_30_and_block_timestamp_date_current_date___0_25.da732f67f2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_RECEIPTS_ROOT__0_xX_0_9a_fA_F_.6964f6dc30": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "BLOCKS_RECEIPTS_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_RECEIPTS_ROOT__0_xX_0_9a_fA_F_.6964f6dc30"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_SYMBOL_IN__STRING__VARCHAR.7a9ec14da1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_SYMBOL_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_SYMBOL_IN__STRING__VARCHAR.7a9ec14da1"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_SYMBOL.83f27a2be6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_SYMBOL.83f27a2be6"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__vault_creation_BLOCK_TIMESTAMP__day__10.28b1474a1f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_MAKER", "name": "VAULT_CREATION_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__vault_creation_BLOCK_TIMESTAMP__day__10.28b1474a1f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_BORROW_RATE_VARIABLE__decimal__float.4df956768c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_BORROW_RATE_VARIABLE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_BORROW_RATE_VARIABLE__decimal__float.4df956768c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__balancer_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.c6c7f84cb2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "BALANCER_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__balancer_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.c6c7f84cb2"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__seaport_decoded_sales_BLOCK_TIMESTAMP__day__1.af4dfe00ec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__seaport_decoded_sales_BLOCK_TIMESTAMP__day__1.af4dfe00ec"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__chainlink_feeds_ID.3ebbbe2221": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "CHAINLINK_FEEDS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__chainlink_feeds_ID.3ebbbe2221"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balances_BALANCE__NUMBER__FLOAT.13cbacbad4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_BALANCES_BALANCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balances_BALANCE__NUMBER__FLOAT.13cbacbad4"}, "test.ethereum_models.not_null_aave__ez_deposits_DEPOSITOR_ADDRESS.a3aafe26ec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_DEPOSITOR_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_DEPOSITOR_ADDRESS.a3aafe26ec"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_bronze_api__snapshot_proposals_PROPOSAL_AUTHOR__0_xX_0_9a_fA_F_.6fb4509038": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_PROPOSAL_AUTHOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_bronze_api__snapshot_proposals_PROPOSAL_AUTHOR__0_xX_0_9a_fA_F_.6fb4509038"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_TX_HASH__0_xX_0_9a_fA_F_.558497d3b6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSACTIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_TX_HASH__0_xX_0_9a_fA_F_.558497d3b6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.468f5b75bf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.468f5b75bf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_TX_HASH__0_xX_0_9a_fA_F_.c7d1ac74ac": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_TX_HASH__0_xX_0_9a_fA_F_.c7d1ac74ac"}, "model.ethereum_models.core__dim_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_LABELS", "database": "ETHEREUM_DEV", "comment": "This table contains labels for addresses on the Ethereum Blockchain.", "owner": "INTERNAL_DEV"}, "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."}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": "This table contains labels for addresses on the Ethereum Blockchain."}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": "A high-level category describing the addresses main function or ownership."}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": "A sub-category nested within label type providing further detail."}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": "The label for this address."}}, "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.ethereum_models.core__dim_labels"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_BLOCK_NUMBER.6557f686fc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_BLOCK_NUMBER.6557f686fc"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_TOTAL_FEES.303da7e4ef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_TOTAL_FEES.303da7e4ef"}, "model.ethereum_models.streamline__decode_logs_history_005745913_005851103": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005745913_005851103", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005745913_005851103"}, "test.ethereum_models.not_null_silver__blocks_MINER.c17f6cbb87": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_MINER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_MINER.c17f6cbb87"}, "test.ethereum_models.not_null_silver__blocks_SHA3_UNCLES.e7c903103e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_SHA3_UNCLES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_SHA3_UNCLES.e7c903103e"}, "test.ethereum_models.not_null_silver__token_balances_CONTRACT_ADDRESS.30da6d9149": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCES_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balances_CONTRACT_ADDRESS.30da6d9149"}, "test.ethereum_models.not_null_silver__univ3_pools_INIT_TICK.936f2cc204": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_INIT_TICK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_INIT_TICK.936f2cc204"}, "test.ethereum_models.not_null_silver_dex__curve_pools_TOKEN_ADDRESS.27eb2fea68": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_POOLS_TOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "TOKEN_INDEX": {"type": "NUMBER", "index": 3, "name": "TOKEN_INDEX", "comment": null}, "TOKEN_SYMBOL": {"type": "TEXT", "index": 4, "name": "TOKEN_SYMBOL", "comment": null}, "TOKEN_DECIMALS": {"type": "NUMBER", "index": 5, "name": "TOKEN_DECIMALS", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 6, "name": "TOKEN_NAME", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "POOL_ID": {"type": "TEXT", "index": 8, "name": "POOL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_pools_TOKEN_ADDRESS.27eb2fea68"}, "test.ethereum_models.not_null_silver_maker__flash_loans_AMOUNT_LOANED.212aaa9bff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_AMOUNT_LOANED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_AMOUNT_LOANED.212aaa9bff"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_TX_HASH.06f84140a7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_TX_HASH.06f84140a7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PLATFORM_FEE__NUMBER__FLOAT.58d99c50c3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PLATFORM_FEE__NUMBER__FLOAT.58d99c50c3"}, "model.ethereum_models.streamline__decode_logs_history_009126246_009221442": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009126246_009221442", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009126246_009221442"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_PRICE.4299cf265e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_PRICE.4299cf265e"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_NFT_ADDRESS.5a062dc9b2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_NFT_ADDRESS.5a062dc9b2"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_NFT_ADDRESS.f39726dd81": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_NFT_ADDRESS.f39726dd81"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_ORIGIN_TO_ADDRESS.1685962301": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_ORIGIN_TO_ADDRESS.1685962301"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TOKENID.51717a9a61": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TOKENID.51717a9a61"}, "test.ethereum_models.not_null_sushi__ez_borrowing_ASSET.963aa5a1aa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING_ASSET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing_ASSET.963aa5a1aa"}, "model.ethereum_models.streamline__beacon_blocks": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "BEACON_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "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.ethereum_models.streamline__beacon_blocks"}, "test.ethereum_models.not_null_compound__ez_redemptions_EVENT_INDEX.e3669f45f1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_EVENT_INDEX.e3669f45f1"}, "model.ethereum_models.streamline__decode_logs_history_010685584_010726824": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010685584_010726824", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010685584_010726824"}, "model.ethereum_models.streamline__decode_logs_history_012463883_012494225": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012463883_012494225", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012463883_012494225"}, "model.ethereum_models.streamline__decode_logs_history_016420016_016448016": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016420016_016448016", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016420016_016448016"}, "model.ethereum_models.streamline__decode_logs_history_016644024_016672024": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016644024_016672024", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016644024_016672024"}, "model.ethereum_models.streamline__decode_logs_history_018156078_018184078": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018156078_018184078", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018156078_018184078"}, "model.ethereum_models.core__sv_dim_event_signatures": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_DIM_EVENT_SIGNATURES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "HEX_SIGNATURE": {"type": "TEXT", "index": 2, "name": "HEX_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "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.ethereum_models.core__sv_dim_event_signatures"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_QUORUM.3ce2c09575": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_QUORUM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_QUORUM.3ce2c09575"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_DECIMALS.14d91c316b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_DECIMALS.14d91c316b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__blur_sales_PLATFORM_NAME__blur.e3eb801f5f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "BLUR_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__blur_sales_PLATFORM_NAME__blur.e3eb801f5f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_CREATOR_FEE__NUMBER__FLOAT.ea247bf59d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_CREATOR_FEE__NUMBER__FLOAT.ea247bf59d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ab75c64cc0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ab75c64cc0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TX_FEE__NUMBER__FLOAT.c834697773": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TX_FEE__NUMBER__FLOAT.c834697773"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__curve_pools_POOL_ADDRESS__0_xX_0_9a_fA_F_.185fa9348a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "CURVE_POOLS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__curve_pools_POOL_ADDRESS__0_xX_0_9a_fA_F_.185fa9348a"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__created_contracts__INSERTED_TIMESTAMP__day__1.ccfdbc7e72": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "CREATED_CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__created_contracts__INSERTED_TIMESTAMP__day__1.ccfdbc7e72"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__synthetix_swaps__log_id.2093379480": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "SYNTHETIX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__synthetix_swaps__log_id.2093379480"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.942a1810b7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_DEX_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.942a1810b7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__dim_labels_LABEL_TYPE__flotsam__nft__defi__dex__cex__dapp__token__operator__layer2__chadmin__project.145ec1d947": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_CORE", "name": "DIM_LABELS_LABEL_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__dim_labels_LABEL_TYPE__flotsam__nft__defi__dex__cex__dapp__token__operator__layer2__chadmin__project.145ec1d947"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_withdraws_WITHDRAWN_TOKENS__decimal__float.fa28047b71": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_WITHDRAWS_WITHDRAWN_TOKENS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_withdraws_WITHDRAWN_TOKENS__decimal__float.fa28047b71"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_EVENT_NAME__STRING__VARCHAR.8135e14b05": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_EVENT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_EVENT_NAME__STRING__VARCHAR.8135e14b05"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_AMOUNT__NUMBER__FLOAT.f5513895b6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_LENDING_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_AMOUNT__NUMBER__FLOAT.f5513895b6"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__balancer_swaps__log_id.4f4a029e9d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "BALANCER_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__balancer_swaps__log_id.4f4a029e9d"}, "test.ethereum_models.not_null_bronze_api__comp_v3_market_reads__INSERTED_TIMESTAMP.0d1ca3c449": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "COMP_V3_MARKET_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "TEXT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "FUNCTION_SIG": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIG", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 4, "name": "FUNCTION_INPUT", "comment": null}, "READ_RESULT": {"type": "TEXT", "index": 5, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__comp_v3_market_reads__INSERTED_TIMESTAMP.0d1ca3c449"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_SELLER_ADDRESS.74cc9082ac": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_SELLER_ADDRESS.74cc9082ac"}, "test.ethereum_models.not_null_silver__beacon_attestations__INSERTED_TIMESTAMP.f9bc43d647": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations__INSERTED_TIMESTAMP.f9bc43d647"}, "test.ethereum_models.not_null_silver__decoded_logs_TX_HASH.c1cd35c1b4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DECODED_LOGS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 3, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 4, "name": "EVENT_NAME", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "DECODED_DATA": {"type": "VARIANT", "index": 6, "name": "DECODED_DATA", "comment": null}, "TRANSFORMED": {"type": "VARIANT", "index": 7, "name": "TRANSFORMED", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 8, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECODED_FLAT": {"type": "OBJECT", "index": 10, "name": "DECODED_FLAT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__decoded_logs_TX_HASH.c1cd35c1b4"}, "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_TITLE.981b85819b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_PROPOSAL_TITLE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_TITLE.981b85819b"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_AMOUNT_IN.82d4cfa662": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_AMOUNT_IN.82d4cfa662"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_EVENT_NAME.66b664caa4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_EVENT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_EVENT_NAME.66b664caa4"}, "test.ethereum_models.not_null_silver_maker__flash_loans__INSERTED_TIMESTAMP.6c74633766": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans__INSERTED_TIMESTAMP.6c74633766"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_SYMBOL__STRING__VARCHAR.2fe518e35d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_SYMBOL__STRING__VARCHAR.2fe518e35d"}, "test.ethereum_models.not_null_silver_maker__repayments_EVENT_INDEX.36947dcbbf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_EVENT_INDEX.36947dcbbf"}, "test.ethereum_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_BLOCK_TIMESTAMP.3ffe21fe8d"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_BUYER_ADDRESS.9e39facda3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_BUYER_ADDRESS.9e39facda3"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TOKENID.c35ff83bf4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TOKENID.c35ff83bf4"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_nft_uni_id.6fbc0243a3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_NFT_UNI_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_nft_uni_id.6fbc0243a3"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TX_FEE_USD.97e4d6b5fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TX_FEE_USD.97e4d6b5fa"}, "model.ethereum_models.silver_maker__liquidations": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": "A record of all liquidations of Maker vaults. A liquidation occurs when the value of a vault's collateral falls below a required minimum level.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": "The address of the token / asset that is being used as collateral in the vault."}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": "The symbol of the token / asset."}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": "The raw amount of collateral in the vault at the time of liquidation. Divide through by POW(10, DECIMALS) to get the actual amount."}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": "Divide amount by POW(10, DECIMALS) to convert raw amount to actual amount."}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": "The amount of collateral in the vault at the time of liquidation."}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": "The vault's amount of debt as normalized with DAI."}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": "Address associated with a Maker Vault. A vault is a tool that allows the owner to deposit collateral and generate DAI."}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": "The wallet address of the vault owner that is being liquidated."}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": "The wallet address of the liquidator, or the user who is purchasing vault collateral to cover the vault's debt."}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": "An ID associated with the auction sale of the vault's collateral performed to cover the debt of the vault."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": "Time at which the record was inserted into the table."}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 648704.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 3441.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__liquidations"}, "test.ethereum_models.not_null_silver_maker__repayments__INSERTED_TIMESTAMP.bd2fe00c5d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments__INSERTED_TIMESTAMP.bd2fe00c5d"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_SYMBOL.3de1435760": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_SYMBOL.3de1435760"}, "model.ethereum_models.streamline__decode_logs_history_005851104_005930963": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005851104_005930963", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005851104_005930963"}, "model.ethereum_models.streamline__decode_logs_history_009324138_009421382": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009324138_009421382", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009324138_009421382"}, "model.ethereum_models.streamline__decode_logs_history_010500575_010549225": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010500575_010549225", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010500575_010549225"}, "model.ethereum_models.streamline__decode_logs_history_010726825_010766551": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010726825_010766551", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010726825_010766551"}, "model.ethereum_models.streamline__decode_logs_history_012681038_012713030": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012681038_012713030", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012681038_012713030"}, "model.ethereum_models.streamline__decode_logs_history_017512055_017540055": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017512055_017540055", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017512055_017540055"}, "model.ethereum_models.streamline__decode_logs_history_017708062_017736062": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017708062_017736062", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017708062_017736062"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__flash_loans__LOG_ID.bee224c011": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "FLASH_LOANS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__flash_loans__LOG_ID.bee224c011"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_Borrower__0_xX_0_9a_fA_F_.cf22d8c187": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_BORROWING_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_Borrower__0_xX_0_9a_fA_F_.cf22d8c187"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTING_PERIOD.66b9dff422": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_VOTING_PERIOD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTING_PERIOD.66b9dff422"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_POLLING_CONTRACT.f9744b4ca3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_POLLING_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_POLLING_CONTRACT.f9744b4ca3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_redemptions_REDEEMED_CTOKEN__decimal__float.62fd6cebe9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_REDEMPTIONS_REDEEMED_CTOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_redemptions_REDEEMED_CTOKEN__decimal__float.62fd6cebe9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_POOL_NAME__varchar.2796159485": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "BALANCER_SWAPS_POOL_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_POOL_NAME__varchar.2796159485"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__cryptopunk_sales_BLOCK_TIMESTAMP__day__1.af73a6a395": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "CRYPTOPUNK_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__cryptopunk_sales_BLOCK_TIMESTAMP__day__1.af73a6a395"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__beacon_blocks_SLOT_NUMBER.0cf4a7e6a8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BEACON_BLOCKS_SLOT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__beacon_blocks_SLOT_NUMBER.0cf4a7e6a8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_DEPOSITOR__0_xX_0_9a_fA_F_.560921e0f1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_LENDING_DEPOSITOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_DEPOSITOR__0_xX_0_9a_fA_F_.560921e0f1"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_TOKEN_PAID.5616511ae4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_TOKEN_PAID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_TOKEN_PAID.5616511ae4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_repayments_REPAYED_USD__decimal__float.e678c92aaf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_REPAYMENTS_REPAYED_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_repayments_REPAYED_USD__decimal__float.e678c92aaf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_AMOUNT_USD__NUMBER__FLOAT.41b94e4dfd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_AMOUNT_USD__NUMBER__FLOAT.41b94e4dfd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_SIZE__NUMBER__FLOAT.0519056370": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_SIZE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_SIZE__NUMBER__FLOAT.0519056370"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_PRICE__NUMBER__FLOAT.7ff329f632": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_GAS_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_PRICE__NUMBER__FLOAT.7ff329f632"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_PLATFORM__STRING__VARCHAR.863f80b5ff": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_PLATFORM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_PLATFORM__STRING__VARCHAR.863f80b5ff"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.ccafb39a75": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.ccafb39a75"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_pool_stats_VIRTUAL_LIQUIDITY_ADJUSTED__decimal__float.127a04415d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_POOL_STATS_VIRTUAL_LIQUIDITY_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_pool_stats_VIRTUAL_LIQUIDITY_ADJUSTED__decimal__float.127a04415d"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_BLOCK_NUMBER.d34b508acb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_BLOCK_NUMBER.d34b508acb"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_flashloans_TX_HASH__EVENT_INDEX.b0cd0ddee4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_FLASHLOANS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 2, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_flashloans_TX_HASH__EVENT_INDEX.b0cd0ddee4"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_repayments_TX_HASH__EVENT_INDEX.da48670f2a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_REPAYMENTS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 2, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_repayments_TX_HASH__EVENT_INDEX.da48670f2a"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_sushi__ez_borrowing__LOG_ID.c1053ad43e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SUSHI", "name": "EZ_BORROWING", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_sushi__ez_borrowing__LOG_ID.c1053ad43e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PRICE__NUMBER__FLOAT.8bbcf7b622": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PRICE__NUMBER__FLOAT.8bbcf7b622"}, "model.ethereum_models.ethereum_share__fact_blocks": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "FACT_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 19, "name": "BLOCK_HEADER_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 199492096.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 198319.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__fact_blocks"}, "test.ethereum_models.not_null_aave__ez_liquidations_LIQUIDATOR.3a6bf716d0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_LIQUIDATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_LIQUIDATOR.3a6bf716d0"}, "test.ethereum_models.not_null_aave__ez_market_stats_LENDING_POOL_ADD.ef0a53ec27": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_MARKET_STATS_LENDING_POOL_ADD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_market_stats_LENDING_POOL_ADD.ef0a53ec27"}, "test.ethereum_models.not_null_silver__transactions_STATUS.42a484ef7a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_STATUS.42a484ef7a"}, "test.ethereum_models.not_null_compound__ez_borrows_BLOCK_TIMESTAMP.c6b59889ff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_BLOCK_TIMESTAMP.c6b59889ff"}, "test.ethereum_models.not_null_compound__ez_deposits_SUPPLIER.33ca7c4805": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_SUPPLIER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_SUPPLIER.33ca7c4805"}, "test.ethereum_models.not_null_compound__ez_redemptions_BLOCK_NUMBER.cd0372882c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_BLOCK_NUMBER.cd0372882c"}, "test.ethereum_models.not_null_core__ez_token_transfers_FROM_ADDRESS.1eeb23e280": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_FROM_ADDRESS.1eeb23e280"}, "test.ethereum_models.not_null_silver__chainlink_feeds_BLOCK_NUMBER.f4e0f43b3d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CHAINLINK_FEEDS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "READ_RESULT": {"type": "NUMBER", "index": 3, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 5, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__chainlink_feeds_BLOCK_NUMBER.f4e0f43b3d"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_NUMBER.46b4a06fab": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_NUMBER.46b4a06fab"}, "test.ethereum_models.not_null_silver__traces_TX_HASH.ccbdeb5e91": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRACES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": null}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": null}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": null}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 13, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "OBJECT", "index": 16, "name": "DATA", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 17, "name": "TX_STATUS", "comment": null}, "SUB_TRACES": {"type": "NUMBER", "index": 18, "name": "SUB_TRACES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__traces_TX_HASH.ccbdeb5e91"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PRICE.f5ffc23a93": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PRICE.f5ffc23a93"}, "test.ethereum_models.not_null_silver__univ3_pool_stats_BLOCK_NUMBER.ab577e2783": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOL_STATS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pool_stats_BLOCK_NUMBER.ab577e2783"}, "test.ethereum_models.not_null_silver__transactions_INGESTED_AT.98e6b66449": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_INGESTED_AT.98e6b66449"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_BLOCK_TIMESTAMP.e42c2c2c0c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_BLOCK_TIMESTAMP.e42c2c2c0c"}, "test.ethereum_models.not_null_silver__token_balances__INSERTED_TIMESTAMP.44b8954a86": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balances__INSERTED_TIMESTAMP.44b8954a86"}, "test.ethereum_models.not_null_silver_maker__deposits_TOKEN_DEPOSITED.578ee14ec9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_TOKEN_DEPOSITED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_TOKEN_DEPOSITED.578ee14ec9"}, "test.ethereum_models.not_null_silver_maker__flash_loans_DECIMALS.3713859099": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_DECIMALS.3713859099"}, "test.ethereum_models.not_null_silver_nft__blur_sales_TX_HASH.6fa6bc81fd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_TX_HASH.6fa6bc81fd"}, "model.ethereum_models.streamline__decode_logs_history_013994255_014031819": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013994255_014031819", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013994255_014031819"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_NFT_TO_ADDRESS.9d57a88f98": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_NFT_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_NFT_TO_ADDRESS.9d57a88f98"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_PLATFORM_FEE.5fb832c6d6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_PLATFORM_FEE.5fb832c6d6"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_SELLER_ADDRESS.5d3cc672bc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_SELLER_ADDRESS.5d3cc672bc"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_EVENT_TYPE.9f0919f5c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_EVENT_TYPE.9f0919f5c5"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TX_FEE.cfae932073": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TX_FEE.cfae932073"}, "test.ethereum_models.not_null_bronze__successful_reads__INSERTED_TIMESTAMP.8fc41623c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE", "name": "SUCCESSFUL_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 4, "name": "CALL_NAME", "comment": null}, "READ_OUTPUT": {"type": "TEXT", "index": 5, "name": "READ_OUTPUT", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 6, "name": "FUNCTION_INPUT", "comment": null}, "SEGMENTED_DATA": {"type": "ARRAY", "index": 7, "name": "SEGMENTED_DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 9, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze__successful_reads__INSERTED_TIMESTAMP.8fc41623c0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_maker__ez_flash_loans_TX_HASH__0_xX_0_9a_fA_F_.ac7c27b56c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_MAKER", "name": "EZ_FLASH_LOANS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_maker__ez_flash_loans_TX_HASH__0_xX_0_9a_fA_F_.ac7c27b56c"}, "model.ethereum_models.streamline__decode_logs_history_014067826_014105429": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014067826_014105429", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014067826_014105429"}, "model.ethereum_models.streamline__decode_logs_history_015230049_015262684": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015230049_015262684", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015230049_015262684"}, "model.ethereum_models.streamline__decode_logs_history_015328326_015360161": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015328326_015360161", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015328326_015360161"}, "model.ethereum_models.streamline__decode_logs_history_015520477_015553972": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015520477_015553972", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015520477_015553972"}, "model.ethereum_models.streamline__decode_logs_history_015756877_015789602": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015756877_015789602", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015756877_015789602"}, "model.ethereum_models.streamline__decode_logs_history_015891868_015927605": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015891868_015927605", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015891868_015927605"}, "model.ethereum_models.streamline__decode_logs_history_016308012_016336012": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016308012_016336012", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016308012_016336012"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.99c3eeb554": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.99c3eeb554"}, "model.ethereum_models.streamline__decode_logs_history_018884104_018912104": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018884104_018912104", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018884104_018912104"}, "model.ethereum_models.streamline__decode_logs_history_019780136_019808136": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019780136_019808136", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019780136_019808136"}, "model.ethereum_models.beacon_chain__fact_deposits": {"metadata": {"type": "VIEW", "schema": "BEACON_CHAIN", "name": "FACT_DEPOSITS", "database": "ETHEREUM_DEV", "comment": "This table contains information about the deposits made to the beacon chain. For more info, please visit [The Ethereum Organization](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/)", "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": "The Beacon Chain slot this block represents."}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": "Timestamp of Beacon Chain slot."}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": "A period of 32 slots, each slot being 12 seconds, totalling 6.4 minutes."}, "DEPOSIT_AMOUNT": {"type": "FLOAT", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": "Decimal adjusted Ether deposit amount."}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": "Validator public key."}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": "Signature of Validator deposit."}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": "A 32-byte field verifying the destination of valid withdrawals."}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": ""}}, "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.ethereum_models.beacon_chain__fact_deposits"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_PUBKEY__STRING__VARCHAR.603a47df89": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS_PUBKEY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_PUBKEY__STRING__VARCHAR.603a47df89"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_LENDER.0655a9c735": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_LENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_LENDER.0655a9c735"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_PLATFORM__STRING__VARCHAR.bf3cf0fa1e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_PLATFORM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_PLATFORM__STRING__VARCHAR.bf3cf0fa1e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_LIQUIDATOR__0_xX_0_9a_fA_F_.a8280f9ae7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "LIQUIDATIONS_LIQUIDATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_LIQUIDATOR__0_xX_0_9a_fA_F_.a8280f9ae7"}, "test.ethereum_models.not_null_aave__ez_proposals_BLOCK_TIMESTAMP.363be4c5b2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_BLOCK_TIMESTAMP.363be4c5b2"}, "model.ethereum_models.core__dim_contracts": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_CONTRACTS", "database": "ETHEREUM_DEV", "comment": "This table contains contract details for contracts deployed on the Ethereum blockchain.", "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": "The unique Ethereum address of the deployed contract."}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": "The symbol used to represent this contract. Please note this is not necessarily unique."}, "NAME": {"type": "TEXT", "index": 3, "name": "NAME", "comment": "The name of the deployed contract. Please note this is not necessarily unique."}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": "The number of decimal places this contract needs adjusted where token values exist. For example, use the decimal field to correctly transform raw amounts in ```fact_token_transfers```."}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 5, "name": "CONTRACT_METADATA", "comment": "This JSON column contains other relevant details for each contract."}}, "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.ethereum_models.core__dim_contracts"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__seaport_decoded_sales_PLATFORM_NAME__opensea.dc899faeed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__seaport_decoded_sales_PLATFORM_NAME__opensea.dc899faeed"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_EVENT_NAME__STRING__VARCHAR.7af2bc20cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOGS_EVENT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_EVENT_NAME__STRING__VARCHAR.7af2bc20cd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_CREATOR_FEE__NUMBER__FLOAT.6e3263cf5d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_CREATOR_FEE__NUMBER__FLOAT.6e3263cf5d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.08301cbbc7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.08301cbbc7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.d151539a20": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.d151539a20"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_ORIGIN_FROM_ADDRESS__STRING__VARCHAR.5028bb7f49": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_ORIGIN_FROM_ADDRESS__STRING__VARCHAR.5028bb7f49"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PLATFORM_FEE__NUMBER__FLOAT.76d2da338a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_PLATFORM_FEE__NUMBER__FLOAT.76d2da338a"}, "test.ethereum_models.not_null_silver__beacon_blocks__INSERTED_TIMESTAMP.33584f166e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks__INSERTED_TIMESTAMP.33584f166e"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balance_diffs_BLOCK_TIMESTAMP__day__2.253a7cae4e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "ETH_BALANCE_DIFFS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_balance_diffs_BLOCK_TIMESTAMP__day__2.253a7cae4e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__contracts_extended_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.4020521dbd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "CONTRACTS_EXTENDED_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__contracts_extended_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.4020521dbd"}, "test.ethereum_models.not_null_aave__ez_repayments_BLOCK_TIMESTAMP.0d65116300": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_BLOCK_TIMESTAMP.0d65116300"}, "test.ethereum_models.not_null_aave__ez_votes_VOTING_POWER.d255e5447b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_VOTING_POWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_VOTING_POWER.d255e5447b"}, "test.ethereum_models.not_null_compound__ez_liquidations_EVENT_INDEX.50de29e5ed": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_EVENT_INDEX.50de29e5ed"}, "test.ethereum_models.not_null_silver__beacon_blocks_ETH1_DEPOSIT_ROOT.59a7acfc51": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_ETH1_DEPOSIT_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_ETH1_DEPOSIT_ROOT.59a7acfc51"}, "test.ethereum_models.not_null_aave__ez_deposits_AAVE_MARKET.c344ae0934": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_AAVE_MARKET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_AAVE_MARKET.c344ae0934"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_AMOUNT_PAID.19d8615669": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_AMOUNT_PAID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_AMOUNT_PAID.19d8615669"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_TOKEN_LOANED.0230cf9a70": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_TOKEN_LOANED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_TOKEN_LOANED.0230cf9a70"}, "test.ethereum_models.not_null_silver__eth_balance_diffs_CURRENT_BAL_UNADJ.9c18809da2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCE_DIFFS_CURRENT_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balance_diffs_CURRENT_BAL_UNADJ.9c18809da2"}, "test.ethereum_models.not_null_silver__token_balance_diffs_ID.ffdf7b70f1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs_ID.ffdf7b70f1"}, "test.ethereum_models.not_null_silver__traces_BLOCK_NUMBER.9dcd1525b2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRACES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": null}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": null}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": null}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 13, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "OBJECT", "index": 16, "name": "DATA", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 17, "name": "TX_STATUS", "comment": null}, "SUB_TRACES": {"type": "NUMBER", "index": 18, "name": "SUB_TRACES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__traces_BLOCK_NUMBER.9dcd1525b2"}, "test.ethereum_models.not_null_silver__transfers_TO_ADDRESS.2ea6a02b7c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_TO_ADDRESS.2ea6a02b7c"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_TX_HASH.f2fa194a90": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_TX_HASH.f2fa194a90"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_SENDER.fee3ff8d5e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_SENDER.fee3ff8d5e"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_AMOUNT_OUT.1f5cc3abe1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_AMOUNT_OUT.1f5cc3abe1"}, "model.ethereum_models.streamline__decode_logs_history_016784029_016812029": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016784029_016812029", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016784029_016812029"}, "test.ethereum_models.not_null_silver_dex__v2_swaps__LOG_ID.459aa805b5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps__LOG_ID.459aa805b5"}, "test.ethereum_models.not_null_silver_maker__delegations_CONTRACT_ADDRESS.7486ec497f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_CONTRACT_ADDRESS.7486ec497f"}, "test.ethereum_models.not_null_silver_maker__delegations_DECIMALS.a9b537b8c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_DECIMALS.a9b537b8c5"}, "test.ethereum_models.not_null_silver_maker__deposits_AMOUNT_DEPOSITED.111ed999bb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_AMOUNT_DEPOSITED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_AMOUNT_DEPOSITED.111ed999bb"}, "test.ethereum_models.not_null_silver_maker__governance_votes_BLOCK_NUMBER.243119c5e3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_BLOCK_NUMBER.243119c5e3"}, "test.ethereum_models.not_null_silver_maker__liquidations_LIQUIDATOR.27fbf95a23": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_LIQUIDATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_LIQUIDATOR.27fbf95a23"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_PRICE.901075a57c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_PRICE.901075a57c"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_TX_FEE_USD.6f3f5c7484": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_TX_FEE_USD.6f3f5c7484"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_SUPPLY_RATE__decimal__float.fda740f3a9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_SUPPLY_RATE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_SUPPLY_RATE__decimal__float.fda740f3a9"}, "model.ethereum_models.streamline__beacon_blocks_history": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "BEACON_BLOCKS_HISTORY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "SLOT_NUMBER": {"type": "NUMBER", "index": 2, "name": "SLOT_NUMBER", "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.ethereum_models.streamline__beacon_blocks_history"}, "model.ethereum_models.streamline__chainlink_prices": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "CHAINLINK_PRICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 449861120.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 20737973.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__chainlink_prices"}, "model.ethereum_models.streamline__decode_logs_history_008946001_008946588": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008946001_008946588", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008946001_008946588"}, "model.ethereum_models.streamline__decode_logs_history_010596025_010641532": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010596025_010641532", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010596025_010641532"}, "model.ethereum_models.streamline__decode_logs_history_016028002_016056002": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016028002_016056002", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016028002_016056002"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_GAS_USED__NUMBER__FLOAT.bde7aa758f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_GAS_USED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_GAS_USED__NUMBER__FLOAT.bde7aa758f"}, "model.ethereum_models.streamline__decode_logs_history_018604094_018632094": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018604094_018632094", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018604094_018632094"}, "model.ethereum_models.streamline__decode_logs_history_019528127_019556127": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019528127_019556127", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019528127_019556127"}, "model.ethereum_models.aave__ez_deposits": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 78366208.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 597561.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.aave__ez_deposits"}, "model.ethereum_models.core__ez_decoded_event_logs": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "EZ_DECODED_EVENT_LOGS", "database": "ETHEREUM_DEV", "comment": "'For information on how to submit a contract for decoding, as well as how ABIs are sourced, please visit [here](https://science.flipsidecrypto.xyz/abi-requestor/). This model contains decoded event logs for contracts that we have an ABI for. Please note, this table does not include all event logs, only those that we have an ABI for. The `decoded_log` column is the easiest place to query decoded data. It is a JSON object, where the keys are the names of the event parameters, and the values are the values of the event parameters. You can select from this column using the following sample format, `decoded_log:from::string` or more generally, `decoded_log:<event_param>::datatype`. See below for a full sample query. The `full_decoded_logs` column contains the same information, as well as additional fields such as the datatype of the decoded data. You may need to laterally flatten this column to query the data.\n \nSample query for USDC Transfer events:\n```sql select tx_hash, block_number, contract_address, decoded_log:from::string as from_address, decoded_log:to::string as to_address, decoded_log:value::integer as value from ethereum.core.fact_decoded_event_logs where contract_address = lower('0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48') and block_number between 16400000 and 16405000 and event_name = 'Transfer' limit 50```'\n", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events."}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": "Event number within a transaction."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": "The address interacted with for a given event."}, "CONTRACT_NAME": {"type": "TEXT", "index": 6, "name": "CONTRACT_NAME", "comment": "The name of the contract, if the contract has a name() function."}, "EVENT_NAME": {"type": "TEXT", "index": 7, "name": "EVENT_NAME", "comment": "The name of the event, as defined in the contract ABI."}, "DECODED_LOG": {"type": "OBJECT", "index": 8, "name": "DECODED_LOG", "comment": "The flattened decoded log, where the keys are the names of the event parameters, and the values are the values of the event parameters."}, "FULL_DECODED_LOG": {"type": "VARIANT", "index": 9, "name": "FULL_DECODED_LOG", "comment": "The full decoded log, including the event name, the event parameters, and the data type of the event parameters."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 10, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of this transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address at the transaction level."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address at the transaction level."}, "TOPICS": {"type": "VARIANT", "index": 13, "name": "TOPICS", "comment": "The un-decoded event input topics."}, "DATA": {"type": "TEXT", "index": 14, "name": "DATA", "comment": "The un-decoded event data."}, "EVENT_REMOVED": {"type": "TEXT", "index": 15, "name": "EVENT_REMOVED", "comment": "Whether the event has been removed from the transaction."}, "TX_STATUS": {"type": "TEXT", "index": 16, "name": "TX_STATUS", "comment": "Status of the 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.ethereum_models.core__ez_decoded_event_logs"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_DEBT_TOKEN_PRICE__decimal__float.23bdba198e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_LIQUIDATIONS_DEBT_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_DEBT_TOKEN_PRICE__decimal__float.23bdba198e"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_ORIGIN_FUNCTION_SIGNATURE.e45b39f717": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_ORIGIN_FUNCTION_SIGNATURE.e45b39f717"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_BLOCK_NUMBER__NUMBER__FLOAT.e9fb190872": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_BLOCK_NUMBER__NUMBER__FLOAT.e9fb190872"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__eth_balance_diffs_ADDRESS__0_xX_0_9a_fA_F_.e5b8b497d5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "ETH_BALANCE_DIFFS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__eth_balance_diffs_ADDRESS__0_xX_0_9a_fA_F_.e5b8b497d5"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_TX_STATUS.ed554b2d5c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_TX_STATUS.ed554b2d5c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_NUMBER__NUMBER__FLOAT.6c470b35b2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_NUMBER__NUMBER__FLOAT.6c470b35b2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TX_FEE__NUMBER__FLOAT.40aec53b15": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TX_FEE__NUMBER__FLOAT.40aec53b15"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_blocks_SLOT_TIMESTAMP__day__1.5b77d78f54": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BEACON_BLOCKS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_blocks_SLOT_TIMESTAMP__day__1.5b77d78f54"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_DIFFICULTY__NUMBER__FLOAT.4b5343dd2c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_DIFFICULTY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_DIFFICULTY__NUMBER__FLOAT.4b5343dd2c"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_BLOCK_TIMESTAMP.567573ecfd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_BLOCK_TIMESTAMP.567573ecfd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_BLOCK_NUMBER__NUMBER.73461cc432": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOGS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_BLOCK_NUMBER__NUMBER.73461cc432"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.ccc5a802f5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.ccc5a802f5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_TX_HASH__0_xX_0_9a_fA_F_.590a5a2925": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "WITHDRAWALS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_TX_HASH__0_xX_0_9a_fA_F_.590a5a2925"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_TX_HASH__0_xX_0_9a_fA_F_.e3f190eb04": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_BORROWING_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_TX_HASH__0_xX_0_9a_fA_F_.e3f190eb04"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_proposals_PROPOSAL_TX__PROPOSAL_ID.a4521358c4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_PROPOSALS_PROPOSAL_TX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_TX": {"type": "TEXT", "index": 1, "name": "PROPOSAL_TX", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_proposals_PROPOSAL_TX__PROPOSAL_ID.a4521358c4"}, "test.ethereum_models.not_null_aave__ez_market_stats_BLOCKCHAIN.33b254d234": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_MARKET_STATS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_market_stats_BLOCKCHAIN.33b254d234"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TOTAL_FEES_USD__NUMBER__FLOAT.c79c1cfdab": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TOTAL_FEES_USD__NUMBER__FLOAT.c79c1cfdab"}, "model.ethereum_models.silver_nft__opensea_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "OPENSEA_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 11334233088.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 20173419.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__opensea_sales"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_START_TIME.609f83aa46": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_PROPOSAL_START_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_START_TIME.609f83aa46"}, "test.ethereum_models.not_null_compound__ez_deposits_BLOCK_NUMBER.4694ca3f10": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_BLOCK_NUMBER.4694ca3f10"}, "test.ethereum_models.not_null_compound__ez_liquidations_BLOCK_NUMBER.13d4182190": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_BLOCK_NUMBER.13d4182190"}, "test.ethereum_models.not_null_silver__snapshot_VOTING_POWER.863163a774": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_VOTING_POWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_VOTING_POWER.863163a774"}, "test.ethereum_models.not_null_silver__transactions_CUMULATIVE_GAS_USED.2ff9788f8f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_CUMULATIVE_GAS_USED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_CUMULATIVE_GAS_USED.2ff9788f8f"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_EVENT_INDEX.1328ed7ac4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_EVENT_INDEX.1328ed7ac4"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_PLATFORM.446326143a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_PLATFORM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_PLATFORM.446326143a"}, "test.ethereum_models.not_null_silver_maker__governance_votes_EVENT_INDEX.dfba9521b3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_EVENT_INDEX.dfba9521b3"}, "model.ethereum_models.silver_nft__seaport_decoded_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "SEAPORT_DECODED_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 9754263040.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 12712059.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__seaport_decoded_sales"}, "test.ethereum_models.not_null_silver_maker__withdrawals_EVENT_INDEX.ec43c0eade": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_EVENT_INDEX.ec43c0eade"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_NFT_ADDRESS.3e808d1013": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_NFT_ADDRESS.3e808d1013"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_NFT_ADDRESS.7f102bd39e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_NFT_ADDRESS.7f102bd39e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.1c1877bccb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.1c1877bccb"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_SYMBOL_OUT__STRING__VARCHAR.0d042bf686": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_SYMBOL_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_SYMBOL_OUT__STRING__VARCHAR.0d042bf686"}, "model.ethereum_models.streamline__decode_logs_history_009499379_009591761": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009499379_009591761", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009499379_009591761"}, "model.ethereum_models.streamline__decode_logs_history_012342015_012371601": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012342015_012371601", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012342015_012371601"}, "model.ethereum_models.streamline__decode_logs_history_015061137_015094154": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015061137_015094154", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015061137_015094154"}, "model.ethereum_models.streamline__decode_logs_history_015962456_015997733": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015962456_015997733", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015962456_015997733"}, "model.ethereum_models.streamline__decode_logs_history_017344049_017372049": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017344049_017372049", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017344049_017372049"}, "model.ethereum_models.streamline__decode_logs_history_019556128_019584128": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019556128_019584128", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019556128_019584128"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c46321a153": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c46321a153"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_LENDER__0_xX_0_9a_fA_F_.2e5714fe59": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "FLASH_LOANS_LENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_LENDER__0_xX_0_9a_fA_F_.2e5714fe59"}, "model.ethereum_models.core__dim_dates": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "DIM_DATES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE_DAY": {"type": "DATE", "index": 1, "name": "DATE_DAY", "comment": null}, "PRIOR_DATE_DAY": {"type": "DATE", "index": 2, "name": "PRIOR_DATE_DAY", "comment": null}, "NEXT_DATE_DAY": {"type": "DATE", "index": 3, "name": "NEXT_DATE_DAY", "comment": null}, "PRIOR_YEAR_DATE_DAY": {"type": "DATE", "index": 4, "name": "PRIOR_YEAR_DATE_DAY", "comment": null}, "PRIOR_YEAR_OVER_YEAR_DATE_DAY": {"type": "DATE", "index": 5, "name": "PRIOR_YEAR_OVER_YEAR_DATE_DAY", "comment": null}, "DAY_OF_WEEK": {"type": "NUMBER", "index": 6, "name": "DAY_OF_WEEK", "comment": null}, "DAY_OF_WEEK_ISO": {"type": "NUMBER", "index": 7, "name": "DAY_OF_WEEK_ISO", "comment": null}, "DAY_OF_WEEK_NAME": {"type": "TEXT", "index": 8, "name": "DAY_OF_WEEK_NAME", "comment": null}, "DAY_OF_WEEK_NAME_SHORT": {"type": "TEXT", "index": 9, "name": "DAY_OF_WEEK_NAME_SHORT", "comment": null}, "DAY_OF_MONTH": {"type": "NUMBER", "index": 10, "name": "DAY_OF_MONTH", "comment": null}, "DAY_OF_YEAR": {"type": "NUMBER", "index": 11, "name": "DAY_OF_YEAR", "comment": null}, "WEEK_START_DATE": {"type": "DATE", "index": 12, "name": "WEEK_START_DATE", "comment": null}, "WEEK_END_DATE": {"type": "DATE", "index": 13, "name": "WEEK_END_DATE", "comment": null}, "PRIOR_YEAR_WEEK_START_DATE": {"type": "DATE", "index": 14, "name": "PRIOR_YEAR_WEEK_START_DATE", "comment": null}, "PRIOR_YEAR_WEEK_END_DATE": {"type": "DATE", "index": 15, "name": "PRIOR_YEAR_WEEK_END_DATE", "comment": null}, "WEEK_OF_YEAR": {"type": "NUMBER", "index": 16, "name": "WEEK_OF_YEAR", "comment": null}, "ISO_WEEK_START_DATE": {"type": "DATE", "index": 17, "name": "ISO_WEEK_START_DATE", "comment": null}, "ISO_WEEK_END_DATE": {"type": "DATE", "index": 18, "name": "ISO_WEEK_END_DATE", "comment": null}, "PRIOR_YEAR_ISO_WEEK_START_DATE": {"type": "DATE", "index": 19, "name": "PRIOR_YEAR_ISO_WEEK_START_DATE", "comment": null}, "PRIOR_YEAR_ISO_WEEK_END_DATE": {"type": "DATE", "index": 20, "name": "PRIOR_YEAR_ISO_WEEK_END_DATE", "comment": null}, "ISO_WEEK_OF_YEAR": {"type": "NUMBER", "index": 21, "name": "ISO_WEEK_OF_YEAR", "comment": null}, "PRIOR_YEAR_WEEK_OF_YEAR": {"type": "NUMBER", "index": 22, "name": "PRIOR_YEAR_WEEK_OF_YEAR", "comment": null}, "PRIOR_YEAR_ISO_WEEK_OF_YEAR": {"type": "NUMBER", "index": 23, "name": "PRIOR_YEAR_ISO_WEEK_OF_YEAR", "comment": null}, "MONTH_OF_YEAR": {"type": "NUMBER", "index": 24, "name": "MONTH_OF_YEAR", "comment": null}, "MONTH_NAME": {"type": "TEXT", "index": 25, "name": "MONTH_NAME", "comment": null}, "MONTH_NAME_SHORT": {"type": "TEXT", "index": 26, "name": "MONTH_NAME_SHORT", "comment": null}, "MONTH_START_DATE": {"type": "DATE", "index": 27, "name": "MONTH_START_DATE", "comment": null}, "MONTH_END_DATE": {"type": "DATE", "index": 28, "name": "MONTH_END_DATE", "comment": null}, "PRIOR_YEAR_MONTH_START_DATE": {"type": "DATE", "index": 29, "name": "PRIOR_YEAR_MONTH_START_DATE", "comment": null}, "PRIOR_YEAR_MONTH_END_DATE": {"type": "DATE", "index": 30, "name": "PRIOR_YEAR_MONTH_END_DATE", "comment": null}, "QUARTER_OF_YEAR": {"type": "NUMBER", "index": 31, "name": "QUARTER_OF_YEAR", "comment": null}, "QUARTER_START_DATE": {"type": "DATE", "index": 32, "name": "QUARTER_START_DATE", "comment": null}, "QUARTER_END_DATE": {"type": "DATE", "index": 33, "name": "QUARTER_END_DATE", "comment": null}, "YEAR_NUMBER": {"type": "NUMBER", "index": 34, "name": "YEAR_NUMBER", "comment": null}, "YEAR_START_DATE": {"type": "DATE", "index": 35, "name": "YEAR_START_DATE", "comment": null}, "YEAR_END_DATE": {"type": "DATE", "index": 36, "name": "YEAR_END_DATE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 151552.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4016.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.core__dim_dates"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SLOT_NUMBER__NUMBER__FLOAT.ef57d67481": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_SLOT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SLOT_NUMBER__NUMBER__FLOAT.ef57d67481"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_TARGET_ROOT__STRING__VARCHAR.4bfce6c4a3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_TARGET_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_TARGET_ROOT__STRING__VARCHAR.4bfce6c4a3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_DEBT_TO_COVER_AMOUNT__decimal__float.ddcd48787c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_LIQUIDATIONS_DEBT_TO_COVER_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_DEBT_TO_COVER_AMOUNT__decimal__float.ddcd48787c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_LIQUIDITY_USD__decimal__float.0d3a74c907": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_TOTAL_LIQUIDITY_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_LIQUIDITY_USD__decimal__float.0d3a74c907"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6cfafc48fe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.6cfafc48fe"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_TX_HASH.3de3bf590d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_VAULT_CREATION_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_TX_HASH.3de3bf590d"}, "test.ethereum_models.not_null_silver__nft_transfers_TOKENID.0ac214daa4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_TOKENID.0ac214daa4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__decoded_logs_TX_HASH__0_xX_0_9a_fA_F_.ee25e811af": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "DECODED_LOGS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__decoded_logs_TX_HASH__0_xX_0_9a_fA_F_.ee25e811af"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_LENDING_POOL_ADDRESS__0_xX_0_9a_fA_F_.11e77397a2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_BORROWING_LENDING_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_LENDING_POOL_ADDRESS__0_xX_0_9a_fA_F_.11e77397a2"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_flashloans_BLOCK_TIMESTAMP__day__3.f27659d38b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_AAVE", "name": "EZ_FLASHLOANS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_flashloans_BLOCK_TIMESTAMP__day__3.f27659d38b"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__eth_balance_diffs_ID.857b13282a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "ETH_BALANCE_DIFFS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__eth_balance_diffs_ID.857b13282a"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_BLOCK_TIMESTAMP.f3c2f605fb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_BLOCK_TIMESTAMP.f3c2f605fb"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_SYMBOL_IN__STRING__VARCHAR.98d21a7e6b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_SYMBOL_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_SYMBOL_IN__STRING__VARCHAR.98d21a7e6b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_SIZE__NUMBER.7f2a8fc982": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_SIZE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_SIZE__NUMBER.7f2a8fc982"}, "test.ethereum_models.not_null_silver__univ3_pools_CREATED_BLOCK.cffd49d1a2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_CREATED_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_CREATED_BLOCK.cffd49d1a2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_DELEGATE__0_xX_0_9a_fA_F_.be26b64640": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DELEGATIONS_DELEGATE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_DELEGATE__0_xX_0_9a_fA_F_.be26b64640"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TX_FROM__STRING__VARCHAR.f0eaf5a189": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_FROM", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TX_FROM__STRING__VARCHAR.f0eaf5a189"}, "test.ethereum_models.not_null_aave__ez_borrows_AAVE_VERSION.6793d8c9f9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_AAVE_VERSION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_AAVE_VERSION.6793d8c9f9"}, "test.ethereum_models.not_null_aave__ez_liquidations_AAVE_VERSION.2936c69473": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_AAVE_VERSION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_AAVE_VERSION.2936c69473"}, "model.ethereum_models.compound__ez_market_stats": {"metadata": {"type": "VIEW", "schema": "COMPOUND", "name": "EZ_MARKET_STATS", "database": "ETHEREUM_DEV", "comment": "Market Stats exist within the compound schema, as compound.ez_market_stats", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": ""}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": ""}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_HOUR", "comment": "Market stats are aggregated by hour in UTC. date_trunc(\u2018hour\u2019,block_timestamp) for joins on other tables."}, "CONTRACT_NAME": {"type": "TEXT", "index": 4, "name": "CONTRACT_NAME", "comment": "market/cToken name"}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 5, "name": "CTOKEN_ADDRESS", "comment": "Address of the Compound token."}, "UNDERLYING_CONTRACT": {"type": "TEXT", "index": 6, "name": "UNDERLYING_CONTRACT", "comment": "Address of the underlying token the market serves (i.e. USDC)."}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 7, "name": "UNDERLYING_SYMBOL", "comment": "Symbol of the underlying token the market serves."}, "TOKEN_PRICE": {"type": "FLOAT", "index": 8, "name": "TOKEN_PRICE", "comment": "Price of the underlying token (i.e. USDC)."}, "CTOKEN_PRICE": {"type": "FLOAT", "index": 9, "name": "CTOKEN_PRICE", "comment": "Price of the cToken (i.e. cUSDC)."}, "RESERVES_TOKEN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RESERVES_TOKEN_AMOUNT", "comment": "Reserves are amounts set aside by the market that can be used/affected by governance actions through proposals voted on by COMP holders."}, "BORROWS_TOKEN_AMOUNT": {"type": "FLOAT", "index": 11, "name": "BORROWS_TOKEN_AMOUNT", "comment": "Amount borrowed from the market."}, "SUPPLY_TOKEN_AMOUNT": {"type": "FLOAT", "index": 12, "name": "SUPPLY_TOKEN_AMOUNT", "comment": "Amount (in terms of the cToken) supplied to the market through suppliers."}, "SUPPLY_USD": {"type": "FLOAT", "index": 13, "name": "SUPPLY_USD", "comment": "Supply converted to USD values as of the hour recorded."}, "RESERVES_USD": {"type": "FLOAT", "index": 14, "name": "RESERVES_USD", "comment": "Reserves converted to USD values as of the hour recorded."}, "BORROWS_USD": {"type": "FLOAT", "index": 15, "name": "BORROWS_USD", "comment": "Borrows converted to USD values as of the hour recorded."}, "COMP_SPEED": {"type": "TEXT", "index": 16, "name": "COMP_SPEED", "comment": "COMP is a governance token distributed equally to both suppliers and borrowers (the idea being the users of the protocol are also the ones who should be able to vote on governance actions). Comp speed controls the rate at which comp is distributed to users of the market, per block."}, "SUPPLY_APY": {"type": "FLOAT", "index": 17, "name": "SUPPLY_APY", "comment": "The supplier\u2019s APY in terms of the underlying asset. It depends on the exchange rate between the cToken/underlying token (cUSDC/USDC). This is interest paid to the supplier for their stake."}, "BORROW_APY": {"type": "FLOAT", "index": 18, "name": "BORROW_APY", "comment": "The borrower\u2019s APY in terms of the underlying asset. It depends on the exchange rate between the cToken/underlying token (cUSDC/USDC). This is interest paid by the borrower on their loan."}, "COMP_PRICE": {"type": "FLOAT", "index": 19, "name": "COMP_PRICE", "comment": "The price of the COMP governance token."}, "COMP_SPEED_USD": {"type": "FLOAT", "index": 20, "name": "COMP_SPEED_USD", "comment": "Comp distributed to markets converted to USD."}, "COMP_APY_BORROW": {"type": "FLOAT", "index": 21, "name": "COMP_APY_BORROW", "comment": "The APY one can expect based on COMP governance tokens distributed (which in turn can be staked elsewhere, or used in voting)."}, "COMP_APY_SUPPLY": {"type": "FLOAT", "index": 22, "name": "COMP_APY_SUPPLY", "comment": "The APY one can expect based on COMP governance tokens distributed (which in turn can be staked elsewhere, or used in voting)."}}, "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.ethereum_models.compound__ez_market_stats"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_BUYER_ADDRESS.62d8c8d477": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_BUYER_ADDRESS.62d8c8d477"}, "test.ethereum_models.not_null_silver__univ3_pool_stats_UNLOCKED.6385730d4c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOL_STATS_UNLOCKED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pool_stats_UNLOCKED.6385730d4c"}, "test.ethereum_models.not_null_silver__univ3_swaps_LIQUIDITY_ADJUSTED.c302e41c84": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_LIQUIDITY_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_LIQUIDITY_ADJUSTED.c302e41c84"}, "test.ethereum_models.not_null_silver_maker__withdrawals_AMOUNT_WITHDRAWN.d5156b13c4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_AMOUNT_WITHDRAWN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_AMOUNT_WITHDRAWN.d5156b13c4"}, "test.ethereum_models.not_null_silver_nft__blur_sales_BUYER_ADDRESS.75d6442288": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_BUYER_ADDRESS.75d6442288"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TX_FEE.7624a7d57d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TX_FEE.7624a7d57d"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_EVENT_TYPE.c68afd2d19": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_EVENT_TYPE.c68afd2d19"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_ORIGIN_FUNCTION_SIGNATURE.b2c2a50da7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_ORIGIN_FUNCTION_SIGNATURE.b2c2a50da7"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__contracts_address.5d43822bf3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "CONTRACTS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__contracts_address.5d43822bf3"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_PRICE.3af510cd06": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_PRICE.3af510cd06"}, "test.ethereum_models.not_null_sushi__ez_borrowing_TX_HASH.eeaf313cd8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing_TX_HASH.eeaf313cd8"}, "model.ethereum_models.streamline__decode_logs_history_007008509_007151293": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007008509_007151293", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007008509_007151293"}, "model.ethereum_models.streamline__decode_logs_history_009421383_009499378": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009421383_009499378", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009421383_009499378"}, "model.ethereum_models.streamline__decode_logs_history_010641533_010685583": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010641533_010685583", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010641533_010685583"}, "model.ethereum_models.streamline__decode_logs_history_011354717_011392785": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011354717_011392785", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011354717_011392785"}, "model.ethereum_models.streamline__decode_logs_history_015425030_015457637": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015425030_015457637", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015425030_015457637"}, "model.ethereum_models.streamline__decode_logs_history_018912105_018940105": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018912105_018940105", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018912105_018940105"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_TX_HASH.ce5318817f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_TX_HASH.ce5318817f"}, "model.ethereum_models.streamline__decode_logs_history_018940106_018968106": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018940106_018968106", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018940106_018968106"}, "model.ethereum_models.streamline__decode_logs_history_019696133_019724133": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019696133_019724133", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019696133_019724133"}, "model.ethereum_models.streamline__dex_reserve_reads": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "DEX_RESERVE_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 9640448.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 385626.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__dex_reserve_reads"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver__transactions_STATUS__SUCCESS__FAIL.f4150c7e34": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER", "name": "TRANSACTIONS_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver__transactions_STATUS__SUCCESS__FAIL.f4150c7e34"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_repayments_REPAYED_AMOUNT__decimal__float.1d7e9f5dc2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_REPAYMENTS_REPAYED_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_repayments_REPAYED_AMOUNT__decimal__float.1d7e9f5dc2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TOTAL_FEES__NUMBER__FLOAT.fc5ea050bf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TOTAL_FEES__NUMBER__FLOAT.fc5ea050bf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PRICE_USD__NUMBER__FLOAT.6ea1d21f6f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PRICE_USD__NUMBER__FLOAT.6ea1d21f6f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_state_hashes_STATE_TX_HASH__0_xX_0_9a_fA_F_.b3c2ad0f0e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_state_hashes_STATE_TX_HASH__0_xX_0_9a_fA_F_.b3c2ad0f0e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_OUT_USD__NUMBER__FLOAT.d321ebbe3c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_AMOUNT_OUT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_OUT_USD__NUMBER__FLOAT.d321ebbe3c"}, "model.ethereum_models.compound__ez_borrows": {"metadata": {"type": "BASE TABLE", "schema": "COMPOUND", "name": "EZ_BORROWS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 23735296.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 210969.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.compound__ez_borrows"}, "model.ethereum_models.core__ez_eth_transfers": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "EZ_ETH_TRANSFERS", "database": "ETHEREUM_DEV", "comment": "This table contains all native ETH transfers, including equivalent USD amounts. The origin addresses correspond to the to and from addresses from the `fact_transactions` table. The `identifier` and `tx_hash` columns relate this table back to `fact_traces`, which contains more details on the transfers.", "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": "This field represents the position and type of the trace within the transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address at the transaction level."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address at the transaction level."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of this transaction."}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": "The sending address of this transfer."}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": "The receiving address of this transfer. This can be a contract address."}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": "ETH value transferred."}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": "ETH value transferred, in USD."}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 149154736640.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1094146146.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.core__ez_eth_transfers"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_TEXT.586d468732": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_PROPOSAL_TEXT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_TEXT.586d468732"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_SLOT_NUMBER__NUMBER__FLOAT.5bbe8326b1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_SLOT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_SLOT_NUMBER__NUMBER__FLOAT.5bbe8326b1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_CURRENT_BAL_UNADJ__NUMBER__FLOAT.3d09f3278f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TOKEN_BALANCE_DIFFS_CURRENT_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_CURRENT_BAL_UNADJ__NUMBER__FLOAT.3d09f3278f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_SYMBOL_OUT__STRING__VARCHAR.94e5ffc1f8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_SYMBOL_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_SYMBOL_OUT__STRING__VARCHAR.94e5ffc1f8"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_borrows_BLOCK_TIMESTAMP__day__3.baabba7cfc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_AAVE", "name": "EZ_BORROWS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_borrows_BLOCK_TIMESTAMP__day__3.baabba7cfc"}, "model.ethereum_models.streamline__decode_logs_history_019276118_019304118": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019276118_019304118", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019276118_019304118"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TOTAL_FEES_USD__NUMBER__FLOAT.f3b00b2c4e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TOTAL_FEES_USD__NUMBER__FLOAT.f3b00b2c4e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_TO_ADDRESS__0_xX_0_9a_fA_F_.6729f77190": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSACTIONS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_TO_ADDRESS__0_xX_0_9a_fA_F_.6729f77190"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__aave_oracle_prices_BLOCK_HOUR__day__1.9b26cf0629": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "AAVE_ORACLE_PRICES_BLOCK_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__aave_oracle_prices_BLOCK_HOUR__day__1.9b26cf0629"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_lp_actions__LOG_ID.fb4c7d5cf2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "UNIV3_LP_ACTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_lp_actions__LOG_ID.fb4c7d5cf2"}, "test.ethereum_models.not_null_aave__ez_liquidations_BLOCK_NUMBER.ba149e37bc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_BLOCK_NUMBER.ba149e37bc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.28bc84b2ae": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "LOGS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.28bc84b2ae"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__sudoswap_sales__INSERTED_TIMESTAMP__day__1.bcca121a2c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "SUDOSWAP_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__sudoswap_sales__INSERTED_TIMESTAMP__day__1.bcca121a2c"}, "test.ethereum_models.not_null_compound__ez_borrows_TX_HASH.0807949524": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_TX_HASH.0807949524"}, "test.ethereum_models.not_null_compound__ez_deposits_CTOKEN_SYMBOL.4f98e1df9f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_CTOKEN_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_CTOKEN_SYMBOL.4f98e1df9f"}, "test.ethereum_models.not_null_silver__aave_liquidity_mining_BLOCK_NUMBER.b0470aa2eb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_LIQUIDITY_MINING_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "EMISSION_PER_SECOND": {"type": "TEXT", "index": 3, "name": "EMISSION_PER_SECOND", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_liquidity_mining_BLOCK_NUMBER.b0470aa2eb"}, "test.ethereum_models.not_null_silver__aave_token_prices_UNDERLYING_ADDRESS.ddff2f7026": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_TOKEN_PRICES_UNDERLYING_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PRICES_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "PRICES_HOUR", "comment": null}, "UNDERLYING_ADDRESS": {"type": "TEXT", "index": 2, "name": "UNDERLYING_ADDRESS", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 4, "name": "ATOKEN_VERSION", "comment": null}, "ETH_PRICE": {"type": "FLOAT", "index": 5, "name": "ETH_PRICE", "comment": null}, "ORACLE_PRICE": {"type": "FLOAT", "index": 6, "name": "ORACLE_PRICE", "comment": null}, "BACKUP_PRICE": {"type": "FLOAT", "index": 7, "name": "BACKUP_PRICE", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 8, "name": "UNDERLYING_DECIMALS", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 9, "name": "UNDERLYING_SYMBOL", "comment": null}, "VALUE_ETHEREUM": {"type": "FLOAT", "index": 10, "name": "VALUE_ETHEREUM", "comment": null}, "HOURLY_PRICE": {"type": "FLOAT", "index": 11, "name": "HOURLY_PRICE", "comment": null}, "PRICE_ID": {"type": "TEXT", "index": 12, "name": "PRICE_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_token_prices_UNDERLYING_ADDRESS.ddff2f7026"}, "test.ethereum_models.not_null_silver__blocks_TX_COUNT.34525b51e6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_TX_COUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_TX_COUNT.34525b51e6"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BATCH_SIZE.25f5025fad": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BATCH_SIZE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BATCH_SIZE.25f5025fad"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_TX_HASH.b122579965": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_TX_HASH.b122579965"}, "test.ethereum_models.not_null_silver__transactions_GAS_LIMIT.b5ac619228": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_GAS_LIMIT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_GAS_LIMIT.b5ac619228"}, "model.ethereum_models.core__ez_balance_deltas": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "EZ_BALANCE_DELTAS", "database": "ETHEREUM_DEV", "comment": "This table contains the block level balance changes for both tokens (including ERC721s) and Native ETH on the Ethereum Blockchain for all wallets and contracts. If a token or Native ETH is moved, we will read the balance of the involved wallets at that block, and carry forward the previous balance into the current record. Symbol, name, and price are joined where possible. ERC721s are included. Data is currently read at the max daily block for wallets with activity. We plan to increase the granularity on this table to block level changes in the near term. \n\nPlease note - the underlying data for this is large. If you want your query to run quickly, please use filters as much as possible. Using at least `block_timestamp::date` as a filter will lead to optimal query performance.\n\nIf you want to take this data and make it daily, you can do so with the query below. You must use a `block_timestamp::date` filter here at a minimum. Other filters will help query runtime. \n\n```sql\nWITH base_table AS (\n SELECT\n block_timestamp :: DATE AS balance_date,\n CASE\n WHEN symbol = 'ETH' THEN 'ETH'\n ELSE contract_address\n END AS contract_address,\n user_address,\n symbol,\n current_bal\n FROM\n ethereum.core.ez_balance_diffs\n WHERE\n block_timestamp :: DATE >= '' --user input \n AND user_address = '' --user input\n AND (\n contract_address = '' --user input\n OR symbol = 'ETH'\n )\n),\nall_days AS (\n SELECT\n date_day AS balance_date\n FROM\n ethereum.core.dim_dates\n),\naddress_ranges AS (\n SELECT\n user_address,\n contract_address,\n symbol,\n MIN(\n balance_date :: DATE\n ) AS min_block_date,\n CURRENT_DATE() :: DATE AS max_block_date\n FROM\n base_table\n GROUP BY\n user_address,\n contract_address,\n symbol,\n max_block_date\n),\nall_dates AS (\n SELECT\n C.balance_date,\n A.user_address,\n A.contract_address,\n A.symbol\n FROM\n all_days C\n LEFT JOIN address_ranges A\n ON C.full_balance_date BETWEEN A.min_block_date\n AND A.max_block_date\n WHERE\n A.user_address IS NOT NULL\n),\neth_balances AS (\n SELECT\n user_address,\n contract_address,\n balance_date,\n current_bal,\n TRUE AS daily_activity\n FROM\n base_table\n),\nbalance_tmp AS (\n SELECT\n d.balance_date,\n d.user_address,\n d.contract_address,\n d.symbol,\n b.current_bal,\n b.daily_activity\n FROM\n all_dates d\n LEFT JOIN eth_balances b\n ON d.balance_date = b.balance_date\n AND d.user_address = b.user_address\n AND d.contract_address = b.contract_address\n),\nFINAL AS (\n SELECT\n balance_date,\n user_address,\n contract_address,\n symbol,\n LAST_VALUE(\n current_bal ignore nulls\n ) over(\n PARTITION BY user_address,\n contract_address\n ORDER BY\n balance_date ASC rows unbounded preceding\n ) AS balance,\n CASE\n WHEN daily_activity IS NULL THEN FALSE\n ELSE TRUE\n END AS daily_activity\n FROM\n balance_tmp\n)\nSELECT\n *\nFROM\n FINAL\nWHERE\n balance <> 0\nORDER BY\n balance_date DESC,\n contract_address\n```", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Block at which the balance was read (when the transfer occurred)."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "Block timestamp at which the balance was read (when the transfer occurred)."}, "USER_ADDRESS": {"type": "TEXT", "index": 3, "name": "USER_ADDRESS", "comment": "The wallet address holding the tokens / ETH."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": "The contract address of the token (null for ETH)."}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": "The token or ETH balance from the previously recorded record for this wallet / token, without a decimal adjustment."}, "PREV_BAL": {"type": "FLOAT", "index": 6, "name": "PREV_BAL", "comment": "The decimal adjusted token or ETH balance from the previously recorded record for this wallet and token."}, "PREV_BAL_USD": {"type": "FLOAT", "index": 7, "name": "PREV_BAL_USD", "comment": "Previously recorded balance in USD - this will be null for tokens without a decimal adjustment. Please note, the USD value is calculated at this block."}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 8, "name": "CURRENT_BAL_UNADJ", "comment": "The token or ETH balance at the current block number, without a decimal adjustment."}, "CURRENT_BAL": {"type": "FLOAT", "index": 9, "name": "CURRENT_BAL", "comment": "The decimal adjusted token or ETH balance at the current block number."}, "CURRENT_BAL_USD": {"type": "FLOAT", "index": 10, "name": "CURRENT_BAL_USD", "comment": "The current balance in USD - this will be null for tokens without a decimal adjustment. Please note, the USD value is calculated at this block."}, "BAL_DELTA_UNADJ": {"type": "NUMBER", "index": 11, "name": "BAL_DELTA_UNADJ", "comment": "The non-decimal adjusted balance change."}, "BAL_DELTA": {"type": "FLOAT", "index": 12, "name": "BAL_DELTA", "comment": "The decimal adjusted balance change"}, "BAL_DELTA_USD": {"type": "FLOAT", "index": 13, "name": "BAL_DELTA_USD", "comment": "The balance change in USD, will be null for tokens without a decimal."}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": "The symbol of the token contract, or ETH."}, "TOKEN_NAME": {"type": "TEXT", "index": 15, "name": "TOKEN_NAME", "comment": "The name of the token contract, or Native ETH."}, "DECIMALS": {"type": "NUMBER", "index": 16, "name": "DECIMALS", "comment": "The decimals for the token contract."}, "HAS_DECIMAL": {"type": "BOOLEAN", "index": 17, "name": "HAS_DECIMAL", "comment": "Whether the token has a decimal or not, either TRUE or FALSE."}, "HAS_PRICE": {"type": "BOOLEAN", "index": 18, "name": "HAS_PRICE", "comment": "Whether the token has an hourly price or not, either TRUE or FALSE."}}, "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.ethereum_models.core__ez_balance_deltas"}, "test.ethereum_models.not_null_silver_maker__withdrawals__INSERTED_TIMESTAMP.24982ed2ee": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals__INSERTED_TIMESTAMP.24982ed2ee"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TOTAL_FEES.088f31d1b0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TOTAL_FEES.088f31d1b0"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_NFT_ADDRESS.ccbdc863a6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_NFT_ADDRESS.ccbdc863a6"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FROM_ADDRESS.040fc6e33e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FROM_ADDRESS.040fc6e33e"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_EVENT_TYPE.3e2c1dd4b4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_EVENT_TYPE.3e2c1dd4b4"}, "test.ethereum_models.not_null_sushi__ez_borrowing_BLOCK_TIMESTAMP.3829c4c2c4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing_BLOCK_TIMESTAMP.3829c4c2c4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_LIQUIDATED_AMOUNT__decimal__float.b301a8071c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_LIQUIDATIONS_LIQUIDATED_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_LIQUIDATED_AMOUNT__decimal__float.b301a8071c"}, "model.ethereum_models.streamline__decode_logs_history_012778840_012810448": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012778840_012810448", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012778840_012810448"}, "model.ethereum_models.streamline__decode_logs_history_014031820_014067825": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014031820_014067825", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014031820_014067825"}, "model.ethereum_models.streamline__decode_logs_history_015553973_015585959": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015553973_015585959", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015553973_015585959"}, "model.ethereum_models.streamline__decode_logs_history_016000001_016028001": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016000001_016028001", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016000001_016028001"}, "model.ethereum_models.streamline__decode_logs_history_016588022_016616022": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016588022_016616022", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016588022_016616022"}, "model.ethereum_models.streamline__decode_logs_history_017288047_017316047": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017288047_017316047", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017288047_017316047"}, "model.ethereum_models.aave__ez_flashloans": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_FLASHLOANS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8578048.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 62428.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.aave__ez_flashloans"}, "test.ethereum_models.not_null_aave__ez_deposits_BLOCK_NUMBER.3b35b60df6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_BLOCK_NUMBER.3b35b60df6"}, "model.ethereum_models.streamline__reads_history": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "READS_HISTORY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 2, "name": "FUNCTION_SIGNATURE", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 3, "name": "CALL_NAME", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 4, "name": "FUNCTION_INPUT", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__reads_history"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TX_FEE_USD__NUMBER__FLOAT.e03e87be18": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TX_FEE_USD__NUMBER__FLOAT.e03e87be18"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__sudoswap_sales_EVENT_TYPE__bid_won__sale.fba64e5f3e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "SUDOSWAP_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__sudoswap_sales_EVENT_TYPE__bid_won__sale.fba64e5f3e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_SLOT_TIMESTAMP__TIMESTAMP_NTZ.f013250899": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_SLOT_TIMESTAMP__TIMESTAMP_NTZ.f013250899"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__flash_loans_BLOCK_NUMBER__NUMBER__FLOAT.4e3982c9f1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "FLASH_LOANS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__flash_loans_BLOCK_NUMBER__NUMBER__FLOAT.4e3982c9f1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TOTAL_DIFFICULTY__NUMBER__FLOAT.4a0213cf40": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_TOTAL_DIFFICULTY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_TOTAL_DIFFICULTY__NUMBER__FLOAT.4a0213cf40"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BATCH_ROOT.3378ae0dfd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BATCH_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BATCH_ROOT.3378ae0dfd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__decoded_logs_BLOCK_NUMBER__NUMBER__FLOAT.c3f2a0dba7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "DECODED_LOGS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__decoded_logs_BLOCK_NUMBER__NUMBER__FLOAT.c3f2a0dba7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_OUT_USD__decimal__float.aa8738a946": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "BALANCER_SWAPS_AMOUNT_OUT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_OUT_USD__decimal__float.aa8738a946"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5790d1e974": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5790d1e974"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_NFT_FROM_ADDRESS__0_xX_0_9a_fA_F_.7121ee0cb0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_NFT_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_NFT_FROM_ADDRESS__0_xX_0_9a_fA_F_.7121ee0cb0"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_attestations_SLOT_TIMESTAMP__day__1.03fd52d8e4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BEACON_ATTESTATIONS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_attestations_SLOT_TIMESTAMP__day__1.03fd52d8e4"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_market_stats_READ_ID.5dec0e3993": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_MARKET_STATS_READ_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"READ_ID": {"type": "TEXT", "index": 1, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_market_stats_READ_ID.5dec0e3993"}, "model.ethereum_models.ethereum_share__dim_labels": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "DIM_LABELS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 282492928.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 8939991.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(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": "model.ethereum_models.ethereum_share__dim_labels"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__v2_swaps_BLOCK_TIMESTAMP__day__1.0bd7deb591": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_DEX", "name": "V2_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__v2_swaps_BLOCK_TIMESTAMP__day__1.0bd7deb591"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_TOKENID.a69b7a7b4d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_TOKENID.a69b7a7b4d"}, "test.ethereum_models.not_null_aave__ez_market_stats_BLOCK_HOUR.03488281a9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_MARKET_STATS_BLOCK_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_market_stats_BLOCK_HOUR.03488281a9"}, "test.ethereum_models.not_null_aave__ez_market_stats_ATOKEN_ADDRESS.7ee5dd3f87": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_MARKET_STATS_ATOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_market_stats_ATOKEN_ADDRESS.7ee5dd3f87"}, "test.ethereum_models.not_null_aave__ez_proposals_TARGETS.54b4f2b362": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_TARGETS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_TARGETS.54b4f2b362"}, "test.ethereum_models.not_null_aave__ez_votes_TX_HASH.8357041762": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_TX_HASH.8357041762"}, "test.ethereum_models.not_null_core__ez_eth_transfers_ETH_FROM_ADDRESS.32d37385b4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_ETH_TRANSFERS_ETH_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_eth_transfers_ETH_FROM_ADDRESS.32d37385b4"}, "test.ethereum_models.not_null_silver__aave_oracle_prices_TOKEN_ADDRESS.385351ca9d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_ORACLE_PRICES_TOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORACLE_CONTRACT": {"type": "TEXT", "index": 3, "name": "ORACLE_CONTRACT", "comment": null}, "VALUE_ETHEREUM": {"type": "TEXT", "index": 4, "name": "VALUE_ETHEREUM", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 6, "name": "TOKEN_ADDRESS", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 7, "name": "UNDERLYING_DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 8, "name": "PRICE", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "BLOCK_HOUR", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_oracle_prices_TOKEN_ADDRESS.385351ca9d"}, "test.ethereum_models.not_null_core__ez_token_transfers_AMOUNT_USD.399f4c1d66": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_AMOUNT_USD.399f4c1d66"}, "test.ethereum_models.not_null_silver__univ3_positions_BLOCKCHAIN.63daa985ce": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_BLOCKCHAIN.63daa985ce"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_PLATFORM_ADDRESS.5b6afa36ec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_PLATFORM_ADDRESS.5b6afa36ec"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_MIN_BLOCK.94e7539e08": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_MIN_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_MIN_BLOCK.94e7539e08"}, "test.ethereum_models.not_null_silver__univ3_positions_BLOCK_NUMBER.abc350ee84": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_BLOCK_NUMBER.abc350ee84"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_TX_TO.aa25c70204": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_TX_TO.aa25c70204"}, "test.ethereum_models.not_null_silver_maker__governance_votes_PROPOSAL_ID.6f13c91770": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_PROPOSAL_ID.6f13c91770"}, "test.ethereum_models.not_null_silver_maker__withdrawals_VAULT.7a33ba9760": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_VAULT.7a33ba9760"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_ORIGIN_TO_ADDRESS.bda1344132": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_ORIGIN_TO_ADDRESS.bda1344132"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_PLATFORM_FEE.24b3ac449d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_PLATFORM_FEE.24b3ac449d"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TOTAL_FEES.bb29a00b22": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TOTAL_FEES.bb29a00b22"}, "test.ethereum_models.not_null_aave__ez_borrows_TX_HASH.b50a1e174f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_TX_HASH.b50a1e174f"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_CURRENCY_ADDRESS.a3da81cf6f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_CURRENCY_ADDRESS.a3da81cf6f"}, "model.ethereum_models.silver_dex__pools": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "POOLS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATION_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATION_BLOCK", "comment": null}, "CREATION_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATION_TIME", "comment": null}, "CREATION_TX": {"type": "TEXT", "index": 3, "name": "CREATION_TX", "comment": null}, "FACTORY_ADDRESS": {"type": "TEXT", "index": 4, "name": "FACTORY_ADDRESS", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 5, "name": "PLATFORM", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 6, "name": "EVENT_NAME", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 7, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 9, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 10, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 12, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 14, "name": "TOKEN1_DECIMALS", "comment": null}, "FEE": {"type": "NUMBER", "index": 15, "name": "FEE", "comment": null}, "TICKSPACING": {"type": "NUMBER", "index": 16, "name": "TICKSPACING", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "INGESTED_AT", "comment": null}, "TOKENS": {"type": "ARRAY", "index": 19, "name": "TOKENS", "comment": null}, "MODEL_NAME": {"type": "TEXT", "index": 20, "name": "MODEL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 43125760.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 155378.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver_dex__pools"}, "model.ethereum_models.streamline__curve_pool_reads": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "CURVE_POOL_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 4, "name": "CALL_NAME", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "FUNCTION_SIGNATURE", "comment": null}, "FUNCTION_INPUT": {"type": "NUMBER", "index": 6, "name": "FUNCTION_INPUT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1566208.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 39384.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__curve_pool_reads"}, "model.ethereum_models.streamline__decode_logs_history_005425475_005544369": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005425475_005544369", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005425475_005544369"}, "model.ethereum_models.streamline__decode_logs_history_012434016_012463882": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012434016_012463882", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012434016_012463882"}, "model.ethereum_models.streamline__decode_logs_history_014819147_014852638": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014819147_014852638", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014819147_014852638"}, "model.ethereum_models.streamline__decode_logs_history_017260046_017288046": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017260046_017288046", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017260046_017288046"}, "model.ethereum_models.streamline__decode_logs_history_017456053_017484053": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017456053_017484053", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017456053_017484053"}, "model.ethereum_models.streamline__decode_logs_history_017540056_017568056": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017540056_017568056", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017540056_017568056"}, "model.ethereum_models.streamline__decode_logs_history_017680061_017708061": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017680061_017708061", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017680061_017708061"}, "model.ethereum_models.streamline__decode_logs_history_017820066_017848066": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017820066_017848066", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017820066_017848066"}, "model.ethereum_models.streamline__decode_logs_history_018716098_018744098": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018716098_018744098", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018716098_018744098"}, "model.ethereum_models.streamline__decode_logs_history_019444124_019472124": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019444124_019472124", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019444124_019472124"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_TOKEN_PRICE__decimal__float.93246bb231": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_FLASHLOANS_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_TOKEN_PRICE__decimal__float.93246bb231"}, "test.ethereum_models.test_silver__transactions_tx_gaps": {"metadata": {"type": "BASE TABLE", "schema": "TEST_SILVER", "name": "TRANSACTIONS_TX_GAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 2, "name": "TX_COUNT", "comment": null}, "MODEL_BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "MODEL_BLOCK_NUMBER", "comment": null}, "MODEL_TX_COUNT": {"type": "NUMBER", "index": 4, "name": "MODEL_TX_COUNT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.test_silver__transactions_tx_gaps"}, "model.ethereum_models.streamline__decode_logs_history_018744099_018772099": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018744099_018772099", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018744099_018772099"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_NETWORK.121c0461e0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_NETWORK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_NETWORK.121c0461e0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.49514f88c4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.49514f88c4"}, "model.ethereum_models.core__sv_ez_nft_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_EZ_NFT_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 6, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "NFT_TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 11, "name": "TOKEN_METADATA", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "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.ethereum_models.core__sv_ez_nft_transfers"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_SYMBOL.d79c0b2480": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_SYMBOL.d79c0b2480"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__contract_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.673524ee23": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_BRONZE_API", "name": "CONTRACT_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_bronze_api__contract_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.673524ee23"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3432c42af5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3432c42af5"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__repayments_BLOCK_TIMESTAMP__day__2.228f5637d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_MAKER", "name": "REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__repayments_BLOCK_TIMESTAMP__day__2.228f5637d1"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_swaps__LOG_ID.669e17cd19": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "UNIV3_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_swaps__LOG_ID.669e17cd19"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__nftx_sales__log_id.dec5fb0811": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "NFTX_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__nftx_sales__log_id.dec5fb0811"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__nftx_sales_EVENT_TYPE__bid_won__sale__redeem.9874ccb68c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "NFTX_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__nftx_sales_EVENT_TYPE__bid_won__sale__redeem.9874ccb68c"}, "model.ethereum_models.streamline__decode_logs_history_013054687_013090063": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013054687_013090063", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013054687_013090063"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_ORIGIN_FROM_ADDRESS.862af0b4d2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_ORIGIN_FROM_ADDRESS.862af0b4d2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_INGESTED_AT__TIMESTAMP_NTZ.c716636b55": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_INGESTED_AT__TIMESTAMP_NTZ.c716636b55"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_EVENT_NAME__STRING__VARCHAR.906c317369": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_EVENT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_EVENT_NAME__STRING__VARCHAR.906c317369"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_CREATOR_FEE_USD__NUMBER__FLOAT.9068c0f127": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_CREATOR_FEE_USD__NUMBER__FLOAT.9068c0f127"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PRICE_USD__NUMBER__FLOAT.11614a646b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PRICE_USD__NUMBER__FLOAT.11614a646b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_AMOUNT_USD__NUMBER__FLOAT.5a6575a29d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_BORROWING_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_AMOUNT_USD__NUMBER__FLOAT.5a6575a29d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.6c5f384aea": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_TOKEN_TRANSFERS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.6c5f384aea"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_HASH__0_xX_0_9a_fA_F_.923a822bca": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "BLOCKS_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_HASH__0_xX_0_9a_fA_F_.923a822bca"}, "test.ethereum_models.not_null_silver_maker__liquidations_COLLATERAL.6e5bb1fbb7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_COLLATERAL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_COLLATERAL.6e5bb1fbb7"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__looksrare_sales_INGESTED_AT__day__1.ddf637c9e2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "LOOKSRARE_SALES_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__looksrare_sales_INGESTED_AT__day__1.ddf637c9e2"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__blur_sales_BLOCK_TIMESTAMP__day__1.6f890a129b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "BLUR_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__blur_sales_BLOCK_TIMESTAMP__day__1.6f890a129b"}, "test.ethereum_models.not_null_silver__blocks_DIFFICULTY.dfd6bb7310": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_DIFFICULTY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_DIFFICULTY.dfd6bb7310"}, "test.ethereum_models.not_null_silver__chainlink_feeds__INSERTED_TIMESTAMP.e2ce9abec5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CHAINLINK_FEEDS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "READ_RESULT": {"type": "NUMBER", "index": 3, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 5, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__chainlink_feeds__INSERTED_TIMESTAMP.e2ce9abec5"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BATCH_INDEX.26f82c9123": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BATCH_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_BATCH_INDEX.26f82c9123"}, "model.ethereum_models.streamline__contract_meta_read": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "CONTRACT_META_READ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7498937856.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 333190984.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__contract_meta_read"}, "test.ethereum_models.not_null_silver__token_prices_coin_gecko_hourly_CLOSE.a9f1dd7929": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_COIN_GECKO_HOURLY_CLOSE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_coin_gecko_hourly_CLOSE.a9f1dd7929"}, "test.ethereum_models.not_null_silver__transactions_ETH_VALUE.1b920ed67c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_ETH_VALUE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_ETH_VALUE.1b920ed67c"}, "test.ethereum_models.not_null_silver__univ3_pool_stats_POOL_ADDRESS.d6e589af0b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOL_STATS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pool_stats_POOL_ADDRESS.d6e589af0b"}, "test.ethereum_models.not_null_silver__univ3_positions_FEE_GROWTH_INSIDE0_LAST_x128.121763a65d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_FEE_GROWTH_INSIDE0_LAST_X128", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_FEE_GROWTH_INSIDE0_LAST_x128.121763a65d"}, "test.ethereum_models.not_null_silver__univ3_swaps_SENDER.c5b0709347": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_SENDER.c5b0709347"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_AMOUNT_IN.7362af5d9f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_AMOUNT_IN.7362af5d9f"}, "test.ethereum_models.not_null_silver_maker__deposits__INSERTED_TIMESTAMP.9dd42e7450": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits__INSERTED_TIMESTAMP.9dd42e7450"}, "test.ethereum_models.not_null_silver_maker__flash_loans_TX_HASH.ae8707483a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_TX_HASH.ae8707483a"}, "model.ethereum_models.streamline__decode_logs_history_006013197_006128604": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006013197_006128604", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006013197_006128604"}, "test.ethereum_models.not_null_silver_nft__blur_sales__LOG_ID.725c1d1324": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales__LOG_ID.725c1d1324"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_ORIGIN_TO_ADDRESS.f8579d7685": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_ORIGIN_TO_ADDRESS.f8579d7685"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TX_FEE.62f0608dd4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TX_FEE.62f0608dd4"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TX_HASH.d098465389": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TX_HASH.d098465389"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales__INSERTED_TIMESTAMP.2c78583ca2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales__INSERTED_TIMESTAMP.2c78583ca2"}, "test.ethereum_models.not_null_sushi__ez_lending_DEPOSITOR.9f9196dce7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING_DEPOSITOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending_DEPOSITOR.9f9196dce7"}, "model.ethereum_models.streamline__decode_logs_history_011278314_011315292": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011278314_011315292", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011278314_011315292"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_TX_HASH.965a4cf020": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_TX_HASH.965a4cf020"}, "model.ethereum_models.streamline__decode_logs_history_010942440_010978634": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010942440_010978634", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010942440_010978634"}, "model.ethereum_models.streamline__decode_logs_history_014618458_014651101": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014618458_014651101", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014618458_014651101"}, "model.ethereum_models.streamline__decode_logs_history_015262685_015296115": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015262685_015296115", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015262685_015296115"}, "model.ethereum_models.streamline__decode_logs_history_016140006_016168006": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016140006_016168006", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016140006_016168006"}, "model.ethereum_models.streamline__decode_logs_history_016868032_016896032": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016868032_016896032", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016868032_016896032"}, "model.ethereum_models.streamline__decode_logs_history_019164114_019192114": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019164114_019192114", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019164114_019192114"}, "model.ethereum_models.streamline__uni_v3_token_reads": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "UNI_V3_TOKEN_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1224192.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 23064.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__uni_v3_token_reads"}, "test.ethereum_models.not_null_silver__beacon_attestations_SLOT_TIMESTAMP.37a8007d7f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_SLOT_TIMESTAMP.37a8007d7f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TX_FEE__NUMBER__FLOAT.3cbf9b2245": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_TX_FEE__NUMBER__FLOAT.3cbf9b2245"}, "model.ethereum_models.core__dim_contract_abis": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_CONTRACT_ABIS", "database": "ETHEREUM_DEV", "comment": "'This table contains the contract ABIs that we have sourced from Etherscan, the community, or bytecode matched. This table is the source of ABIs used in the `core__ez_decoded_event_logs` and `core__fact_decoded_event_logs` tables. We first try to source ABIs from Etherscan. If we cannot find an ABI on Etherscan, we will rely on user submissions. To add a contract to this table, please visit [here](https://science.flipsidecrypto.xyz/abi-requestor/). If we are unable to locate an ABI for a contract from Etherscan or the community, we will try to find an ABI to use by matching the contract bytecode to a known contract bytecode we do have an ABI for.' \n \n", "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": "The address of the contract."}, "ABI": {"type": "VARIANT", "index": 2, "name": "ABI", "comment": "The JSON ABI for the contract."}, "ABI_SOURCE": {"type": "TEXT", "index": 3, "name": "ABI_SOURCE", "comment": "The source of the ABI. This can be `etherscan`, `user_submitted`, or `bytecode_matched`."}, "BYTECODE": {"type": "TEXT", "index": 4, "name": "BYTECODE", "comment": "The deployed bytecode of the contract."}}, "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.ethereum_models.core__dim_contract_abis"}, "model.ethereum_models.compound__ez_repayments": {"metadata": {"type": "BASE TABLE", "schema": "COMPOUND", "name": "EZ_REPAYMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 21739008.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 182449.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.compound__ez_repayments"}, "model.ethereum_models.core__sv_fact_hourly_token_prices": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_FACT_HOURLY_TOKEN_PRICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": null}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "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.ethereum_models.core__sv_fact_hourly_token_prices"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_repayments_TOKEN_PRICE__decimal__float.083f95f60e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_REPAYMENTS_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_repayments_TOKEN_PRICE__decimal__float.083f95f60e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCKCHAIN__STRING__VARCHAR.01a66b1dcd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCKCHAIN__STRING__VARCHAR.01a66b1dcd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_GAS_USED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_GAS_USED__NUMBER__FLOAT.5308f986d3"}, "test.ethereum_models.not_null_silver_maker__flash_loans_AMOUNT_LOANED_UNADJUSTED.acb4e416e6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_AMOUNT_LOANED_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_AMOUNT_LOANED_UNADJUSTED.acb4e416e6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_TX_HASH__0_xX_0_9a_fA_F_.67ddf41d5c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "FLASH_LOANS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_TX_HASH__0_xX_0_9a_fA_F_.67ddf41d5c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.94f67071fd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.94f67071fd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_IN_USD__NUMBER__FLOAT.9271e7fe2b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_AMOUNT_IN_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_IN_USD__NUMBER__FLOAT.9271e7fe2b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_eth_transfers_ETH_TO_ADDRESS__0_xX_0_9a_fA_F_.4e91821c7a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_ETH_TRANSFERS_ETH_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_eth_transfers_ETH_TO_ADDRESS__0_xX_0_9a_fA_F_.4e91821c7a"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_bronze__successful_reads__INSERTED_TIMESTAMP__day__2.af3c9d0d05": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_BRONZE", "name": "SUCCESSFUL_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_bronze__successful_reads__INSERTED_TIMESTAMP__day__2.af3c9d0d05"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_prices_all_providers_hourly_HOUR__TOKEN_ADDRESS.e0dcae767e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TOKEN_PRICES_ALL_PROVIDERS_HOURLY_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_prices_all_providers_hourly_HOUR__TOKEN_ADDRESS.e0dcae767e"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_SPACE_ID.426589e7e6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_SPACE_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_SPACE_ID.426589e7e6"}, "test.ethereum_models.not_null_silver_nft__blur_sales_ORIGIN_FROM_ADDRESS.c4d8aebf96": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_ORIGIN_FROM_ADDRESS.c4d8aebf96"}, "test.ethereum_models.not_null_silver__beacon_attestations_SOURCE_EPOCH.935bb65c43": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_SOURCE_EPOCH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_SOURCE_EPOCH.935bb65c43"}, "test.ethereum_models.not_null_compound__ez_redemptions_TX_HASH.0ea97e2a01": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_TX_HASH.0ea97e2a01"}, "test.ethereum_models.not_null_core__ez_dex_swaps__LOG_ID.54305ad02d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps__LOG_ID.54305ad02d"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_SUB_MIN_BLOCK.27e2b7df15": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_SUB_MIN_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_SUB_MIN_BLOCK.27e2b7df15"}, "test.ethereum_models.not_null_core__ez_eth_transfers_BLOCK_TIMESTAMP.896c6c3d06": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_ETH_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_eth_transfers_BLOCK_TIMESTAMP.896c6c3d06"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_TX_TO.4391a065dd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_TX_TO.4391a065dd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_VARIABLE_DEBT_TOKEN__decimal__float.96c3f51122": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_TOTAL_VARIABLE_DEBT_TOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_VARIABLE_DEBT_TOKEN__decimal__float.96c3f51122"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_PLATFORM_NAME.51a5122ae1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_PLATFORM_NAME.51a5122ae1"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_PLATFORM_ADDRESS.daded37cb8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_PLATFORM_ADDRESS.daded37cb8"}, "model.ethereum_models.streamline__complete_blocks": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 32438784.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 989633.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__complete_blocks"}, "model.ethereum_models.streamline__decode_logs_history_008954588_008958127": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008954588_008958127", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008954588_008958127"}, "model.ethereum_models.streamline__decode_logs_history_012205650_012243149": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012205650_012243149", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012205650_012243149"}, "model.ethereum_models.streamline__decode_logs_history_013541142_013573653": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013541142_013573653", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013541142_013573653"}, "model.ethereum_models.streamline__decode_logs_history_015094155_015128227": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015094155_015128227", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015094155_015128227"}, "model.ethereum_models.streamline__decode_logs_history_018464089_018492089": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018464089_018492089", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018464089_018492089"}, "model.ethereum_models.streamline__decode_logs_history_018380086_018408086": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018380086_018408086", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018380086_018408086"}, "model.ethereum_models.aave__ez_votes": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3263488.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 17610.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.aave__ez_votes"}, "model.ethereum_models.chainlink__fact_oracle_feeds": {"metadata": {"type": "VIEW", "schema": "CHAINLINK", "name": "FACT_ORACLE_FEEDS", "database": "ETHEREUM_DEV", "comment": "'This table contains Chainlink Oracle feeds for all contracts in `dim_feeds`. Latest Answer reads are collected every 50 blocks.\n", "owner": "INTERNAL_DEV"}, "columns": {"FEED_ADDRESS": {"type": "TEXT", "index": 1, "name": "FEED_ADDRESS", "comment": "The address of the feed contract."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block number at which the feed was read."}, "LATEST_ANSWER": {"type": "NUMBER", "index": 3, "name": "LATEST_ANSWER", "comment": "The latest answer from the feed. Note, this is not decimal adjusted."}}, "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.ethereum_models.chainlink__fact_oracle_feeds"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_withdraws_WITHDRAWN_USD__decimal__float.201712a69b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_WITHDRAWS_WITHDRAWN_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_withdraws_WITHDRAWN_USD__decimal__float.201712a69b"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTE_TIMESTAMP.f9c18d3bd8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES_VOTE_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTE_TIMESTAMP.f9c18d3bd8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_HEADER_JSON__OBJECT.1be6a88f28": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_BLOCK_HEADER_JSON", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_HEADER_JSON__OBJECT.1be6a88f28"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_transfers_ETH_VALUE__NUMBER__FLOAT.6f192002f4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_TRANSFERS_ETH_VALUE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_transfers_ETH_VALUE__NUMBER__FLOAT.6f192002f4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_PRICE_0_1__decimal__float.abe02c8ebf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_SWAPS_PRICE_0_1", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_PRICE_0_1__decimal__float.abe02c8ebf"}, "model.ethereum_models.core__sv_dim_function_signatures": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_DIM_FUNCTION_SIGNATURES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "BYTES_SIGNATURE": {"type": "TEXT", "index": 2, "name": "BYTES_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "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.ethereum_models.core__sv_dim_function_signatures"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTING_TYPE.1ec0693a48": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_VOTING_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTING_TYPE.1ec0693a48"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_SYSTEM_CREATED_AT__TIMESTAMP_NTZ.b181fa0cf2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_SYSTEM_CREATED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_SYSTEM_CREATED_AT__TIMESTAMP_NTZ.b181fa0cf2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_CREATOR_FEE__NUMBER__FLOAT.2a3bc35a6b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_CREATOR_FEE__NUMBER__FLOAT.2a3bc35a6b"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__withdrawals__LOG_ID.13384d7fc0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "WITHDRAWALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__withdrawals__LOG_ID.13384d7fc0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__delegations_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d9271ab283": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "DELEGATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__delegations_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.d9271ab283"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TX_FEE_USD__NUMBER__FLOAT.2dec585c38": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TX_FEE_USD__NUMBER__FLOAT.2dec585c38"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_ASSET__0_xX_0_9a_fA_F_.73483a63df": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_BORROWING_ASSET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_borrowing_ASSET__0_xX_0_9a_fA_F_.73483a63df"}, "test.ethereum_models.not_null_aave__ez_liquidations_BLOCKCHAIN.8f3f55f66d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_BLOCKCHAIN.8f3f55f66d"}, "model.ethereum_models.streamline__decode_logs_history_018128077_018156077": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018128077_018156077", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018128077_018156077"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_STATE_ROOT__STRING__VARCHAR.f22dd4f149": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_STATE_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_STATE_ROOT__STRING__VARCHAR.f22dd4f149"}, "test.ethereum_models.not_null_core__ez_dex_swaps_TOKEN_OUT.a17febc2f5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_TOKEN_OUT.a17febc2f5"}, "test.ethereum_models.not_null_silver__beacon_attestations_SOURCE_ROOT.8191e8b1f9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_SOURCE_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_SOURCE_ROOT.8191e8b1f9"}, "test.ethereum_models.not_null_silver__logs_BLOCK_NUMBER.f98b235d4c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_BLOCK_NUMBER.f98b235d4c"}, "test.ethereum_models.not_null_silver__transfers_ORIGIN_FROM_ADDRESS.30ffa7f127": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_ORIGIN_FROM_ADDRESS.30ffa7f127"}, "test.ethereum_models.not_null_silver__univ3_pools_FEE.98fddf6503": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_FEE.98fddf6503"}, "test.ethereum_models.not_null_silver__univ3_pool_stats_TOKEN0_BALANCE.bb4340581f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOL_STATS_TOKEN0_BALANCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pool_stats_TOKEN0_BALANCE.bb4340581f"}, "test.ethereum_models.not_null_silver__univ3_positions_LIQUIDITY_ADJUSTED.83e2549ec4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_LIQUIDITY_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_LIQUIDITY_ADJUSTED.83e2549ec4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_BLOCK_NUMBER__NUMBER__FLOAT.b456506b1b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_BLOCK_NUMBER__NUMBER__FLOAT.b456506b1b"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_BLOCK_NUMBER.02521ca470": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_BLOCK_NUMBER.02521ca470"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_SYMBOL_OUT.eae4aa0b25": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_SYMBOL_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_SYMBOL_OUT.eae4aa0b25"}, "test.ethereum_models.not_null_silver_maker__flash_loans_BLOCK_TIMESTAMP.cc70c2f7fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_BLOCK_TIMESTAMP.cc70c2f7fa"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_CREATOR_FEE.2d2da8697a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_CREATOR_FEE.2d2da8697a"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_TX_HASH.28602c9645": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_TX_HASH.28602c9645"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_PLATFORM_FEE.b66c03b059": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_PLATFORM_FEE.b66c03b059"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PLATFORM_NAME.e5f8ca6711": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_PLATFORM_NAME.e5f8ca6711"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PLATFORM_FEE.2b56f0a609": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PLATFORM_FEE.2b56f0a609"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PLATFORM_FEE__NUMBER__FLOAT.c169a6334f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_PLATFORM_FEE__NUMBER__FLOAT.c169a6334f"}, "model.ethereum_models.streamline__decode_logs_history_011428832_011466124": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011428832_011466124", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011428832_011466124"}, "model.ethereum_models.streamline__decode_logs_history_011652234_011688966": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011652234_011688966", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011652234_011688966"}, "model.ethereum_models.streamline__decode_logs_history_014486059_014518261": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014486059_014518261", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014486059_014518261"}, "model.ethereum_models.streamline__decode_logs_history_016980036_017008036": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016980036_017008036", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016980036_017008036"}, "model.ethereum_models.streamline__decode_logs_history_017596058_017624058": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017596058_017624058", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017596058_017624058"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_AMOUNT_PAID_UNADJUSTED.2fc681ff5c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_AMOUNT_PAID_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_AMOUNT_PAID_UNADJUSTED.2fc681ff5c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.77005357a9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.77005357a9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_AMOUNT0_UNADJ__decimal__float.caff1a99ad": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_SWAPS_AMOUNT0_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_AMOUNT0_UNADJ__decimal__float.caff1a99ad"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PRICE__NUMBER__FLOAT.b882227076": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PRICE__NUMBER__FLOAT.b882227076"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TX_HASH__0_xX_0_9a_fA_F_.71e9f16873": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TX_HASH__0_xX_0_9a_fA_F_.71e9f16873"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__traces_BLOCK_TIMESTAMP__day__1.0589c5d87f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TRACES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__traces_BLOCK_TIMESTAMP__day__1.0589c5d87f"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_BLOCK_TIMESTAMP.a163793b77": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_BLOCK_TIMESTAMP.a163793b77"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_GAS_LIMIT__NUMBER__FLOAT.c009cca74d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_GAS_LIMIT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_GAS_LIMIT__NUMBER__FLOAT.c009cca74d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_pools_POOL_ADDRESS__varchar.2c009b5e2e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "CURVE_POOLS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_pools_POOL_ADDRESS__varchar.2c009b5e2e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__liquidations__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.e304379423": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__liquidations__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.e304379423"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_TX_HASH.cf851f1661": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_TX_HASH.cf851f1661"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__withdrawals_BLOCK_NUMBER__NUMBER__FLOAT.680798d61e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "WITHDRAWALS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__withdrawals_BLOCK_NUMBER__NUMBER__FLOAT.680798d61e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__vault_creation_CREATOR__0_xX_0_9a_fA_F_.662fb5a286": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "VAULT_CREATION_CREATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__vault_creation_CREATOR__0_xX_0_9a_fA_F_.662fb5a286"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_sushi__ez_borrowing_BLOCK_TIMESTAMP__day__7.9e13292154": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SUSHI", "name": "EZ_BORROWING_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_sushi__ez_borrowing_BLOCK_TIMESTAMP__day__7.9e13292154"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__delegations__LOG_ID.33fb6b5e22": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "DELEGATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__delegations__LOG_ID.33fb6b5e22"}, "test.ethereum_models.not_null_aave__ez_borrows_BLOCKCHAIN.eb1ccc31e8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_BLOCKCHAIN.eb1ccc31e8"}, "test.ethereum_models.not_null_compound__ez_deposits_CTOKEN.422c59ee1e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_CTOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_CTOKEN.422c59ee1e"}, "test.ethereum_models.not_null_compound__ez_liquidations_BORROWER.7589aa6b9d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_BORROWER.7589aa6b9d"}, "test.ethereum_models.not_null_compound__ez_liquidations_LIQUIDATOR.71e0b928f6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_LIQUIDATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_LIQUIDATOR.71e0b928f6"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_NORMALIZED_STABLECOIN_DEBT.149268e8da": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_NORMALIZED_STABLECOIN_DEBT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_NORMALIZED_STABLECOIN_DEBT.149268e8da"}, "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_END_TIME.17400d017b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_PROPOSAL_END_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_END_TIME.17400d017b"}, "test.ethereum_models.not_null_silver__snapshot_VOTER.27cc02376a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_VOTER.27cc02376a"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_POOL_ADDRESS.00b9f8889a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_POOL_ADDRESS.00b9f8889a"}, "test.ethereum_models.not_null_silver_maker__flash_loans_BLOCK_NUMBER.114c97b9c1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_BLOCK_NUMBER.114c97b9c1"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PLATFORM_FEE.d436d716ae": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PLATFORM_FEE.d436d716ae"}, "model.ethereum_models.streamline__complete_eth_balances": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_ETH_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "ID": {"type": "TEXT", "index": 3, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 72637931520.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2178319800.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__complete_eth_balances"}, "model.ethereum_models.streamline__decode_logs_history_008236827_008337162": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008236827_008337162", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008236827_008337162"}, "model.ethereum_models.streamline__decode_logs_history_013884817_013920242": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013884817_013920242", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013884817_013920242"}, "model.ethereum_models.streamline__decode_logs_history_015585960_015617226": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015585960_015617226", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015585960_015617226"}, "model.ethereum_models.streamline__decode_logs_history_015720137_015756876": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015720137_015756876", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015720137_015756876"}, "model.ethereum_models.uniswapv3__ez_pools": {"metadata": {"type": "VIEW", "schema": "UNISWAPV3", "name": "EZ_POOLS", "database": "ETHEREUM_DEV", "comment": "Pool records are appended to this table whenever a PoolCreated event is emitted by the UniswapV3 Factory Contract.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The blockchain on which transactions are being confirmed."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "FACTORY_ADDRESS": {"type": "TEXT", "index": 5, "name": "FACTORY_ADDRESS", "comment": "The address of the UniswapV3 factory that initialized this Pool."}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": "The fee expressed as a decimal percentage"}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 7, "name": "INIT_PRICE_1_0", "comment": "The initial price of the Pool (converted from sqrtPriceX96)."}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 8, "name": "INIT_PRICE_1_0_USD", "comment": "The initial price of the Pool (converted from sqrtPriceX96) in USD."}, "INIT_TICK": {"type": "FLOAT", "index": 9, "name": "INIT_TICK", "comment": "The initial tick of the Pool"}, "POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "POOL_ADDRESS", "comment": "The contract address of the pool"}, "POOL_NAME": {"type": "TEXT", "index": 11, "name": "POOL_NAME", "comment": "The contract label/name of the pool"}, "TICK_SPACING": {"type": "NUMBER", "index": 12, "name": "TICK_SPACING", "comment": "The minimum number of ticks allowed between each tick."}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 13, "name": "TOKEN0_ADDRESS", "comment": "The contract address of the pool"}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 14, "name": "TOKEN1_ADDRESS", "comment": "The contract address of the pool"}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN0_SYMBOL", "comment": "Symbol of token0"}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 16, "name": "TOKEN1_SYMBOL", "comment": "Symbol of token1"}, "TOKEN0_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN0_NAME", "comment": "Name of token0"}, "TOKEN1_NAME": {"type": "TEXT", "index": 18, "name": "TOKEN1_NAME", "comment": "Name of token1"}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 19, "name": "TOKEN0_DECIMALS", "comment": "Decimal adjustment of token0"}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 20, "name": "TOKEN1_DECIMALS", "comment": "Decimal adjustment of token1"}}, "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.ethereum_models.uniswapv3__ez_pools"}, "model.ethereum_models.streamline__decode_logs_history_019360121_019388121": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019360121_019388121", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019360121_019388121"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTE_OPTION.96285d786c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_VOTE_OPTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTE_OPTION.96285d786c"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__sudoswap_sales_BLOCK_TIMESTAMP__day__1.014b6c2978": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "SUDOSWAP_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__sudoswap_sales_BLOCK_TIMESTAMP__day__1.014b6c2978"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PRICE__NUMBER__FLOAT.a779010b36": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PRICE__NUMBER__FLOAT.a779010b36"}, "model.ethereum_models.core__ez_token_transfers": {"metadata": {"type": "BASE TABLE", "schema": "CORE", "name": "EZ_TOKEN_TRANSFERS", "database": "ETHEREUM_DEV", "comment": "This table will contain all events in the ```fact_token_transfers table```, along with joined columns such as token price, symbol, and decimals where possible that allow for easier analysis of token transfer events. Please note Native ETH transfers are not included here.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of this transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address at the transaction level."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address at the transaction level."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": "Contract address of the token being transferred."}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": "The sending address of this transfer."}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": "The receiving address of this transfer. This can be a contract address."}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": "The amount of tokens transferred. This value is not decimal adjusted."}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": "The number of decimal places this contract needs adjusted where token values exist. For example, use the decimal field to correctly transform raw amounts in ```fact_token_transfers```."}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": "The symbol used to represent this contract. Please note this is not necessarily unique."}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": "The price, if available, for this token at the transfer time."}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": "The decimal transformed amount for this token. Tokens without a decimal adjustment will be nulled out here."}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": "The amount in US dollars for this transfer at the time of the transfer. Tokens without a decimal adjustment or price will be nulled out here."}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": "Whether or not our contracts model contains the necessary decimal adjustment for this token."}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": "Whether or not our prices model contains this hourly token price."}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the transfer event occurred. This field can be used to find more details on the event within the ```fact_event_logs``` table."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 148422483968.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1130001752.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.core__ez_token_transfers"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_deposits_SUPPLIED_BASE_ASSET_USD__decimal__float.dfa7e43b9d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_DEPOSITS_SUPPLIED_BASE_ASSET_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_deposits_SUPPLIED_BASE_ASSET_USD__decimal__float.dfa7e43b9d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__deposits_BLOCK_NUMBER__NUMBER__FLOAT.b5c3da5f78": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "DEPOSITS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__deposits_BLOCK_NUMBER__NUMBER__FLOAT.b5c3da5f78"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.f270b24ae9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.f270b24ae9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PLATFORM_FEE__NUMBER__FLOAT.6952da2b25": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PLATFORM_FEE__NUMBER__FLOAT.6952da2b25"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.9bf179fde9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.9bf179fde9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TX_FEE_USD__NUMBER__FLOAT.fd8e71b5e3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TX_FEE_USD__NUMBER__FLOAT.fd8e71b5e3"}, "model.ethereum_models.streamline__complete_decode_logs": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_DECODE_LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 49061521408.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2333290354.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__complete_decode_logs"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__blocks_BLOCK_NUMBER.58d43342ca": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BLOCKS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__blocks_BLOCK_NUMBER.58d43342ca"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_NUMBER__NUMBER__FLOAT.45ecdb8c94": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_BLOCK_NUMBER__NUMBER__FLOAT.45ecdb8c94"}, "test.ethereum_models.not_null_aave__ez_withdraws_TX_HASH.f1b8a5ae8f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_WITHDRAWS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_withdraws_TX_HASH.f1b8a5ae8f"}, "test.ethereum_models.not_null_core__ez_token_transfers_ORIGIN_FUNCTION_SIGNATURE.817f71c121": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_ORIGIN_FUNCTION_SIGNATURE.817f71c121"}, "test.ethereum_models.not_null_silver__univ3_pools_CREATED_TX_HASH.9c1da5920b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_CREATED_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_CREATED_TX_HASH.9c1da5920b"}, "test.ethereum_models.not_null_silver__univ3_positions_TICK_LOWER.05a401dcf7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_TICK_LOWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_TICK_LOWER.05a401dcf7"}, "model.ethereum_models.streamline__decode_logs_history_017792065_017820065": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017792065_017820065", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017792065_017820065"}, "test.ethereum_models.not_null_silver__univ3_swaps_RECIPIENT.9faac2fb81": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_RECIPIENT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_RECIPIENT.9faac2fb81"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_BLOCK_TIMESTAMP.f619d61dac": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_BLOCK_TIMESTAMP.f619d61dac"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_POOL_ADDRESS.3a68842b58": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_POOL_ADDRESS.3a68842b58"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_SENDER.b431a152b1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_SENDER.b431a152b1"}, "test.ethereum_models.not_null_silver_maker__governance_votes_TX_STATUS.c40252c954": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_TX_STATUS.c40252c954"}, "test.ethereum_models.not_null_silver_nft__blur_sales_TX_FEE_USD.b231d1b0e9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_TX_FEE_USD.b231d1b0e9"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_BLOCK_TIMESTAMP.7479fcd544": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_BLOCK_TIMESTAMP.7479fcd544"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_ORIGIN_FROM_ADDRESS.79187e68b6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_ORIGIN_FROM_ADDRESS.79187e68b6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.b478b2adcf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.b478b2adcf"}, "model.ethereum_models.silver_nft__sudoswap_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "SUDOSWAP_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 49812480.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 275578.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__sudoswap_sales"}, "model.ethereum_models.streamline__decode_logs_history_012617083_012649128": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012617083_012649128", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012617083_012649128"}, "model.ethereum_models.streamline__decode_logs_history_013172884_013211506": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013172884_013211506", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013172884_013211506"}, "model.ethereum_models.streamline__decode_logs_history_013605581_013639144": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013605581_013639144", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013605581_013639144"}, "model.ethereum_models.streamline__decode_logs_history_013673607_013707345": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013673607_013707345", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013673607_013707345"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PRICE__NUMBER__FLOAT.6816632f7b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PRICE__NUMBER__FLOAT.6816632f7b"}, "test.ethereum_models.avg_row_count_silver__eth_balances_False__block_number__block_timestamp_date__block_timestamp_date_current_date_30_and_block_timestamp_date_current_date___0_25.30948acda1": {"metadata": {"type": "BASE TABLE", "schema": "AVG_ROW_COUNT_SILVER", "name": "ETH_BALANCES_FALSE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"GROUP_FIELD": {"type": "DATE", "index": 1, "name": "GROUP_FIELD", "comment": null}, "COUNT_FIELD": {"type": "NUMBER", "index": 2, "name": "COUNT_FIELD", "comment": null}, "AVG_ROWS": {"type": "NUMBER", "index": 3, "name": "AVG_ROWS", "comment": null}, "DIFF": {"type": "NUMBER", "index": 4, "name": "DIFF", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.avg_row_count_silver__eth_balances_False__block_number__block_timestamp_date__block_timestamp_date_current_date_30_and_block_timestamp_date_current_date___0_25.30948acda1"}, "model.ethereum_models.core__dim_nft_metadata": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_NFT_METADATA", "database": "ETHEREUM_DEV", "comment": "This table contains the metadata for popular NFT collections on the Etherum blockchain.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "Blockchain where NFT is from, in this table only `ethereum`"}, "COMMISSION_RATE": {"type": "FLOAT", "index": 2, "name": "COMMISSION_RATE", "comment": "Royalty rate for NFT sales."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": "Address of NFT."}, "CONTRACT_NAME": {"type": "TEXT", "index": 4, "name": "CONTRACT_NAME", "comment": "Name of the contract address."}, "CREATED_AT_BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "CREATED_AT_BLOCK_NUMBER", "comment": "The block number at which the project was created."}, "CREATED_AT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "CREATED_AT_TIMESTAMP", "comment": "The block timestamp at which the project was created."}, "CREATED_AT_TX_HASH": {"type": "TEXT", "index": 7, "name": "CREATED_AT_TX_HASH", "comment": "The tx hash at which the project was created."}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "CREATOR_ADDRESS", "comment": "The address of the creator of the NFT contract."}, "CREATOR_NAME": {"type": "TEXT", "index": 9, "name": "CREATOR_NAME", "comment": "The name of the address that created the NFT contract"}, "IMAGE_URL": {"type": "TEXT", "index": 10, "name": "IMAGE_URL", "comment": "Link to NFT image."}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": "Name of NFT project."}, "TOKEN_ID": {"type": "TEXT", "index": 12, "name": "TOKEN_ID", "comment": "Token ID of the NFT contract."}, "TOKEN_METADATA": {"type": "OBJECT", "index": 13, "name": "TOKEN_METADATA", "comment": "The metadata for the NFT contract."}, "TOKEN_METADATA_URI": {"type": "TEXT", "index": 14, "name": "TOKEN_METADATA_URI", "comment": ""}, "TOKEN_NAME": {"type": "TEXT", "index": 15, "name": "TOKEN_NAME", "comment": ""}}, "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.ethereum_models.core__dim_nft_metadata"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_TX_STATUS.ec70b9e971": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_TX_STATUS.ec70b9e971"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__snapshot_VOTE_TIMESTAMP__TIMESTAMP_NTZ.7e2e96d695": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "SNAPSHOT_VOTE_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__snapshot_VOTE_TIMESTAMP__TIMESTAMP_NTZ.7e2e96d695"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PRICE_USD__NUMBER__FLOAT.064d20c674": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PRICE_USD__NUMBER__FLOAT.064d20c674"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__balancer_pools_POOLID.ccef7fb4ba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "BALANCER_POOLS_POOLID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOLID": {"type": "TEXT", "index": 1, "name": "POOLID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__balancer_pools_POOLID.ccef7fb4ba"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_lp_actions_AMOUNT0_ADJUSTED__decimal__float.6e364f4976": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_LP_ACTIONS_AMOUNT0_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_lp_actions_AMOUNT0_ADJUSTED__decimal__float.6e364f4976"}, "test.ethereum_models.not_null_silver__univ3_swaps_PRICE_0_1.871d99cf70": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_PRICE_0_1", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_PRICE_0_1.871d99cf70"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transfers_BLOCK_TIMESTAMP__day__1.aef2ec1111"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TX_TO__0_xX_0_9a_fA_F_.34807c7eba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TX_TO__0_xX_0_9a_fA_F_.34807c7eba"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_DEPOSIT_AMOUNT__NUMBER__FLOAT.4c42ffa292": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS_DEPOSIT_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_DEPOSIT_AMOUNT__NUMBER__FLOAT.4c42ffa292"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__chainlink_feeds_BLOCK_NUMBER__NUMBER__FLOAT.9ecca3bd48": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CHAINLINK_FEEDS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__chainlink_feeds_BLOCK_NUMBER__NUMBER__FLOAT.9ecca3bd48"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.763c852bc4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.763c852bc4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.ff69fd6a76": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.ff69fd6a76"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_CREATOR_FEE__NUMBER__FLOAT.dc96f9c75e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_CREATOR_FEE__NUMBER__FLOAT.dc96f9c75e"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_NFT_FROM_ADDRESS.b41cc15db9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_NFT_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_NFT_FROM_ADDRESS.b41cc15db9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_BLOCK_NUMBER__NUMBER__FLOAT.2cc39910e2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_BLOCK_NUMBER__NUMBER__FLOAT.2cc39910e2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_TX_HASH__0_xX_0_9a_fA_F_.9d158c2558": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_TX_HASH__0_xX_0_9a_fA_F_.9d158c2558"}, "test.ethereum_models.not_null_silver__blocks_GAS_USED.637b37099a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_GAS_USED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_GAS_USED.637b37099a"}, "test.ethereum_models.not_null_silver__eth_balances_ADDRESS.f3ea47d4d1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCES_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 4, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 6, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balances_ADDRESS.f3ea47d4d1"}, "test.ethereum_models.not_null_silver__eth_balance_diffs_PREV_BAL_UNADJ.9a0b4d13e7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCE_DIFFS_PREV_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balance_diffs_PREV_BAL_UNADJ.9a0b4d13e7"}, "test.ethereum_models.not_null_silver__nft_transfers_BLOCK_NUMBER.5e11b6866e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_BLOCK_NUMBER.5e11b6866e"}, "model.ethereum_models.streamline__decode_logs_history_017176043_017204043": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017176043_017204043", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017176043_017204043"}, "test.ethereum_models.not_null_silver__transactions_TX_HASH.8a2cc32062": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_TX_HASH.8a2cc32062"}, "test.ethereum_models.not_null_silver__univ3_positions_TOKENS_OWED1_ADJUSTED.300c88af61": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_TOKENS_OWED1_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_TOKENS_OWED1_ADJUSTED.300c88af61"}, "test.ethereum_models.not_null_silver__token_balance_diffs_CONTRACT_ADDRESS.5f480fad23": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs_CONTRACT_ADDRESS.5f480fad23"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_ORIGIN_FROM_ADDRESS.86f7198cea": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_ORIGIN_FROM_ADDRESS.86f7198cea"}, "test.ethereum_models.not_null_silver_maker__liquidations_AUCTION_ID.59e101de10": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_AUCTION_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_AUCTION_ID.59e101de10"}, "test.ethereum_models.not_null_silver_maker__liquidations_DECIMALS.b5007ba26f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_DECIMALS.b5007ba26f"}, "test.ethereum_models.not_null_silver_maker__withdrawals_TX_HASH.9b7c68ead6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_TX_HASH.9b7c68ead6"}, "test.ethereum_models.not_null_silver_maker__repayments_AMOUNT_PAID_UNADJUSTED.d60c4ab8fe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_AMOUNT_PAID_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_AMOUNT_PAID_UNADJUSTED.d60c4ab8fe"}, "model.ethereum_models.streamline__decode_logs_history_019752135_019780135": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019752135_019780135", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019752135_019780135"}, "test.ethereum_models.not_null_sushi__ez_lending_BLOCK_TIMESTAMP.47c8a01531": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending_BLOCK_TIMESTAMP.47c8a01531"}, "test.ethereum_models.not_null_sushi__ez_lending_TX_HASH.3c471bed51": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending_TX_HASH.3c471bed51"}, "model.ethereum_models.streamline__decode_logs_history_008688070_008788949": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008688070_008788949", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008688070_008788949"}, "model.ethereum_models.streamline__decode_logs_history_008948588_008949587": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008948588_008949587", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008948588_008949587"}, "model.ethereum_models.streamline__decode_logs_history_013326960_013366235": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013326960_013366235", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013326960_013366235"}, "model.ethereum_models.streamline__decode_logs_history_017036038_017064038": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017036038_017064038", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017036038_017064038"}, "test.ethereum_models.not_null_silver__nft_transfers_FROM_ADDRESS.b6f4942bc7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "NFT_TRANSFERS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 12, "name": "TOKEN_METADATA", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 15, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__nft_transfers_FROM_ADDRESS.b6f4942bc7"}, "test.ethereum_models.not_null_silver__optimism_state_hashes__INSERTED_TIMESTAMP.63ac7ac0ef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes__INSERTED_TIMESTAMP.63ac7ac0ef"}, "model.ethereum_models.core__sv_ez_dex_swaps": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_EZ_DEX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "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.ethereum_models.core__sv_ez_dex_swaps"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_redemptions_RECEIVED_AMOUNT__decimal__float.e9f9f72b98": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_REDEMPTIONS_RECEIVED_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_redemptions_RECEIVED_AMOUNT__decimal__float.e9f9f72b98"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_NUMBER__NUMBER__FLOAT.5e6997665c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_BLOCK_NUMBER__NUMBER__FLOAT.5e6997665c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balances_BALANCE__NUMBER__FLOAT.42d0a2ade6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TOKEN_BALANCES_BALANCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balances_BALANCE__NUMBER__FLOAT.42d0a2ade6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.301c08778a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TOKEN_BALANCE_DIFFS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.301c08778a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_VAULT__0_xX_0_9a_fA_F_.03555b255c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DEPOSITS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_VAULT__0_xX_0_9a_fA_F_.03555b255c"}, "test.ethereum_models.dbt_utils_expression_is_true_aave__ez_market_stats_TOTAL_VARIABLE_DEBT_USD___10000000000.f116be2a95": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_EXPRESSION_IS_TRUE_AAVE", "name": "EZ_MARKET_STATS_TOTAL_VARIABLE_DEBT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_expression_is_true_aave__ez_market_stats_TOTAL_VARIABLE_DEBT_USD___10000000000.f116be2a95"}, "test.ethereum_models.not_null_silver__transfers_TX_HASH.9444c39bdc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_TX_HASH.9444c39bdc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TOTAL_FEES_USD__NUMBER__FLOAT.5df9ab741c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TOTAL_FEES_USD__NUMBER__FLOAT.5df9ab741c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TX_FEE_USD__NUMBER__FLOAT.bf2d643a5a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TX_FEE_USD__NUMBER__FLOAT.bf2d643a5a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_TX_HASH__0_xX_0_9a_fA_F_.0e657bfa5a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_TX_HASH__0_xX_0_9a_fA_F_.0e657bfa5a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_EVENT_INDEX__NUMBER__FLOAT.eeb957bb0a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_EVENT_INDEX__NUMBER__FLOAT.eeb957bb0a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.6a7b2bb1f3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.6a7b2bb1f3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_BLOCK_NUMBER__NUMBER__FLOAT.e546629920": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_BORROWING_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_BLOCK_NUMBER__NUMBER__FLOAT.e546629920"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__balancer_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.137439e7d5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "BALANCER_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__balancer_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.137439e7d5"}, "test.ethereum_models.sequence_gaps_silver__logs_EVENT_INDEX__BLOCK_NUMBER__TX_HASH.8b3582ee4a": {"metadata": {"type": "BASE TABLE", "schema": "SEQUENCE_GAPS_SILVER", "name": "LOGS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 2, "name": "TX_HASH", "comment": null}, "PREV_EVENT_INDEX": {"type": "FLOAT", "index": 3, "name": "PREV_EVENT_INDEX", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "GAP": {"type": "FLOAT", "index": 5, "name": "GAP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.sequence_gaps_silver__logs_EVENT_INDEX__BLOCK_NUMBER__TX_HASH.8b3582ee4a"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__optimism_state_hashes_STATE_TX_HASH.8f0a190c9d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__optimism_state_hashes_STATE_TX_HASH.8f0a190c9d"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_balance_diffs_ID.1044334b76": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TOKEN_BALANCE_DIFFS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_balance_diffs_ID.1044334b76"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_HASH.c217683bc6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TRANSACTIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__transactions_TX_HASH.c217683bc6"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__rarible_sales_update_sept_2022_nft_uni_id.893930363d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_NFT_UNI_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"NFT_UNI_ID": {"type": "TEXT", "index": 1, "name": "NFT_UNI_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__rarible_sales_update_sept_2022_nft_uni_id.893930363d"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__rarible_sales_nft_uni_id.9eb1c12e50": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "RARIBLE_SALES_NFT_UNI_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"NFT_UNI_ID": {"type": "TEXT", "index": 1, "name": "NFT_UNI_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__rarible_sales_nft_uni_id.9eb1c12e50"}, "model.ethereum_models.maker__ez_repayments": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_REPAYMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "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.ethereum_models.maker__ez_repayments"}, "test.ethereum_models.not_null_core__dim_labels_LABEL_SUBTYPE.556a65235c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_LABEL_SUBTYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__dim_labels_LABEL_SUBTYPE.556a65235c"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales__LOG_ID.8ab49a30e1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales__LOG_ID.8ab49a30e1"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_CURRENCY_ADDRESS.844deec13f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_CURRENCY_ADDRESS.844deec13f"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_TOKENID.0a6564219f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_TOKENID.0a6564219f"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TOTAL_FEES.1ac49e8555": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TOTAL_FEES.1ac49e8555"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PRICE.1be7dc6600": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_PRICE.1be7dc6600"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_END_TIME.1d4d409da0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_PROPOSAL_END_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_END_TIME.1d4d409da0"}, "test.ethereum_models.not_null_silver_maker__delegations_TX_STATUS.4e6ea43282": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_TX_STATUS.4e6ea43282"}, "model.ethereum_models.streamline__aave_incentives_read": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "AAVE_INCENTIVES_READ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 918751744.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 36913319.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__aave_incentives_read"}, "model.ethereum_models.streamline__decode_logs_history_005930964_006013196": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005930964_006013196", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005930964_006013196"}, "model.ethereum_models.streamline__decode_logs_history_010262650_010328739": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010262650_010328739", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010262650_010328739"}, "model.ethereum_models.streamline__decode_logs_history_010447928_010500574": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010447928_010500574", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010447928_010500574"}, "model.ethereum_models.streamline__decode_logs_history_013440502_013476065": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013440502_013476065", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013440502_013476065"}, "model.ethereum_models.streamline__decode_logs_history_013850143_013884816": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013850143_013884816", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013850143_013884816"}, "model.ethereum_models.streamline__decode_logs_history_016700026_016728026": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016700026_016728026", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016700026_016728026"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_RESERVE_PRICE__decimal__float.d1a0b4d841": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_RESERVE_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_RESERVE_PRICE__decimal__float.d1a0b4d841"}, "model.ethereum_models.streamline__decode_logs_history_015856914_015891867": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015856914_015891867", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015856914_015891867"}, "model.ethereum_models.beta__fact_decoded_logs": {"metadata": {"type": "VIEW", "schema": "BETA", "name": "FACT_DECODED_LOGS", "database": "ETHEREUM_DEV", "comment": "Deprecation Notice: This model is deprecated and will be removed in a future release. Please use `core.fact_decoded_event_logs` or `core.ez_decoded_event_logs` instead.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Deprecated table"}, "TX_HASH": {"type": "TEXT", "index": 2, "name": "TX_HASH", "comment": "Deprecated table"}, "EVENT_INDEX": {"type": "NUMBER", "index": 3, "name": "EVENT_INDEX", "comment": "Deprecated table"}, "EVENT_NAME": {"type": "TEXT", "index": 4, "name": "EVENT_NAME", "comment": "Deprecated table"}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": "Deprecated table"}, "DECODED_LOG": {"type": "OBJECT", "index": 6, "name": "DECODED_LOG", "comment": "Deprecated table"}, "FULL_DECODED_LOG": {"type": "VARIANT", "index": 7, "name": "FULL_DECODED_LOG", "comment": "Deprecated table"}}, "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.ethereum_models.beta__fact_decoded_logs"}, "model.ethereum_models.bronze_api__comp_v3_market_reads": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_API", "name": "COMP_V3_MARKET_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "TEXT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "FUNCTION_SIG": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIG", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 4, "name": "FUNCTION_INPUT", "comment": null}, "READ_RESULT": {"type": "TEXT", "index": 5, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 337283584.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 6669812.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.bronze_api__comp_v3_market_reads"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_PROPOSAL_ID.aab08993e6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_PROPOSAL_ID.aab08993e6"}, "model.ethereum_models.chainlink__dim_oracle_feeds": {"metadata": {"type": "VIEW", "schema": "CHAINLINK", "name": "DIM_ORACLE_FEEDS", "database": "ETHEREUM_DEV", "comment": "'This table contains dimensional information for Chainlink Oracles.\n", "owner": "INTERNAL_DEV"}, "columns": {"FEED_ADDRESS": {"type": "TEXT", "index": 1, "name": "FEED_ADDRESS", "comment": "The address of the feed contract."}, "FEED_NAME": {"type": "TEXT", "index": 2, "name": "FEED_NAME", "comment": "The name of the feed contract."}, "FEED_CATEGORY": {"type": "TEXT", "index": 3, "name": "FEED_CATEGORY", "comment": "The category of the feed contract."}, "FEED_ADDED_DATE": {"type": "TEXT", "index": 4, "name": "FEED_ADDED_DATE", "comment": "The date the feed was added to the Chainlink network."}, "CREATED_BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "CREATED_BLOCK_NUMBER", "comment": "The block number at which the feed was created."}}, "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.ethereum_models.chainlink__dim_oracle_feeds"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTE_TIMESTAMP.ff14718a44": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_VOTE_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTE_TIMESTAMP.ff14718a44"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_BORROW_RATE_STABLE__decimal__float.26a4ea10fc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_BORROW_RATE_STABLE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_BORROW_RATE_STABLE__decimal__float.26a4ea10fc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.9684bd748c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.9684bd748c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_PARENT_ROOT__STRING__VARCHAR.d954e964f8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_PARENT_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_PARENT_ROOT__STRING__VARCHAR.d954e964f8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_SYMBOL__STRING__VARCHAR.346c9f22dc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_SYMBOL__STRING__VARCHAR.346c9f22dc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_APY_BORROW__decimal__float.b24eda764c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_COMP_APY_BORROW", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_APY_BORROW__decimal__float.b24eda764c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_SENDER__0_xX_0_9a_fA_F_.fcc46d5e93": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_DEX_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_SENDER__0_xX_0_9a_fA_F_.fcc46d5e93"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balances_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.e056597961": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TOKEN_BALANCES_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balances_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.e056597961"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.7d533b46b8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.7d533b46b8"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__user_verified_abis_ID.703d5cf1cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "USER_VERIFIED_ABIS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__user_verified_abis_ID.703d5cf1cd"}, "model.ethereum_models.ethereum_share__dim_dates": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "DIM_DATES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE_DAY": {"type": "DATE", "index": 1, "name": "DATE_DAY", "comment": null}, "PRIOR_DATE_DAY": {"type": "DATE", "index": 2, "name": "PRIOR_DATE_DAY", "comment": null}, "NEXT_DATE_DAY": {"type": "DATE", "index": 3, "name": "NEXT_DATE_DAY", "comment": null}, "PRIOR_YEAR_DATE_DAY": {"type": "DATE", "index": 4, "name": "PRIOR_YEAR_DATE_DAY", "comment": null}, "PRIOR_YEAR_OVER_YEAR_DATE_DAY": {"type": "DATE", "index": 5, "name": "PRIOR_YEAR_OVER_YEAR_DATE_DAY", "comment": null}, "DAY_OF_WEEK": {"type": "NUMBER", "index": 6, "name": "DAY_OF_WEEK", "comment": null}, "DAY_OF_WEEK_ISO": {"type": "NUMBER", "index": 7, "name": "DAY_OF_WEEK_ISO", "comment": null}, "DAY_OF_WEEK_NAME": {"type": "TEXT", "index": 8, "name": "DAY_OF_WEEK_NAME", "comment": null}, "DAY_OF_WEEK_NAME_SHORT": {"type": "TEXT", "index": 9, "name": "DAY_OF_WEEK_NAME_SHORT", "comment": null}, "DAY_OF_MONTH": {"type": "NUMBER", "index": 10, "name": "DAY_OF_MONTH", "comment": null}, "DAY_OF_YEAR": {"type": "NUMBER", "index": 11, "name": "DAY_OF_YEAR", "comment": null}, "WEEK_START_DATE": {"type": "DATE", "index": 12, "name": "WEEK_START_DATE", "comment": null}, "WEEK_END_DATE": {"type": "DATE", "index": 13, "name": "WEEK_END_DATE", "comment": null}, "PRIOR_YEAR_WEEK_START_DATE": {"type": "DATE", "index": 14, "name": "PRIOR_YEAR_WEEK_START_DATE", "comment": null}, "PRIOR_YEAR_WEEK_END_DATE": {"type": "DATE", "index": 15, "name": "PRIOR_YEAR_WEEK_END_DATE", "comment": null}, "WEEK_OF_YEAR": {"type": "NUMBER", "index": 16, "name": "WEEK_OF_YEAR", "comment": null}, "ISO_WEEK_START_DATE": {"type": "DATE", "index": 17, "name": "ISO_WEEK_START_DATE", "comment": null}, "ISO_WEEK_END_DATE": {"type": "DATE", "index": 18, "name": "ISO_WEEK_END_DATE", "comment": null}, "PRIOR_YEAR_ISO_WEEK_START_DATE": {"type": "DATE", "index": 19, "name": "PRIOR_YEAR_ISO_WEEK_START_DATE", "comment": null}, "PRIOR_YEAR_ISO_WEEK_END_DATE": {"type": "DATE", "index": 20, "name": "PRIOR_YEAR_ISO_WEEK_END_DATE", "comment": null}, "ISO_WEEK_OF_YEAR": {"type": "NUMBER", "index": 21, "name": "ISO_WEEK_OF_YEAR", "comment": null}, "PRIOR_YEAR_WEEK_OF_YEAR": {"type": "NUMBER", "index": 22, "name": "PRIOR_YEAR_WEEK_OF_YEAR", "comment": null}, "PRIOR_YEAR_ISO_WEEK_OF_YEAR": {"type": "NUMBER", "index": 23, "name": "PRIOR_YEAR_ISO_WEEK_OF_YEAR", "comment": null}, "MONTH_OF_YEAR": {"type": "NUMBER", "index": 24, "name": "MONTH_OF_YEAR", "comment": null}, "MONTH_NAME": {"type": "TEXT", "index": 25, "name": "MONTH_NAME", "comment": null}, "MONTH_NAME_SHORT": {"type": "TEXT", "index": 26, "name": "MONTH_NAME_SHORT", "comment": null}, "MONTH_START_DATE": {"type": "DATE", "index": 27, "name": "MONTH_START_DATE", "comment": null}, "MONTH_END_DATE": {"type": "DATE", "index": 28, "name": "MONTH_END_DATE", "comment": null}, "PRIOR_YEAR_MONTH_START_DATE": {"type": "DATE", "index": 29, "name": "PRIOR_YEAR_MONTH_START_DATE", "comment": null}, "PRIOR_YEAR_MONTH_END_DATE": {"type": "DATE", "index": 30, "name": "PRIOR_YEAR_MONTH_END_DATE", "comment": null}, "QUARTER_OF_YEAR": {"type": "NUMBER", "index": 31, "name": "QUARTER_OF_YEAR", "comment": null}, "QUARTER_START_DATE": {"type": "DATE", "index": 32, "name": "QUARTER_START_DATE", "comment": null}, "QUARTER_END_DATE": {"type": "DATE", "index": 33, "name": "QUARTER_END_DATE", "comment": null}, "YEAR_NUMBER": {"type": "NUMBER", "index": 34, "name": "YEAR_NUMBER", "comment": null}, "YEAR_START_DATE": {"type": "DATE", "index": 35, "name": "YEAR_START_DATE", "comment": null}, "YEAR_END_DATE": {"type": "DATE", "index": 36, "name": "YEAR_END_DATE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 11776.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 30.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_share__dim_dates"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_TX_HASH__0_xX_0_9a_fA_F_.8e7ff7b467": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DELEGATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_TX_HASH__0_xX_0_9a_fA_F_.8e7ff7b467"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_EPOCH_NUMBER__NUMBER__FLOAT.b8707c3236": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_EPOCH_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_EPOCH_NUMBER__NUMBER__FLOAT.b8707c3236"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_lp_actions_AMOUNT1_ADJUSTED__decimal__float.04ecfc48a6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_LP_ACTIONS_AMOUNT1_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_lp_actions_AMOUNT1_ADJUSTED__decimal__float.04ecfc48a6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.9044abb286": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.9044abb286"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__cryptopunk_sales__log_id.594ef2270b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "CRYPTOPUNK_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__cryptopunk_sales__log_id.594ef2270b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TX_TO__STRING__VARCHAR.db0e04826c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TX_TO__STRING__VARCHAR.db0e04826c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_EVENT_NAME__STRING__VARCHAR.fa12481d21": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_EVENT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_EVENT_NAME__STRING__VARCHAR.fa12481d21"}, "model.ethereum_models.maker__ez_liquidations": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "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.ethereum_models.maker__ez_liquidations"}, "test.ethereum_models.not_null_aave__ez_repayments_BORROWER.bdaa3f5149": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_BORROWER.bdaa3f5149"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_IPFS.004b6ff1fa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_IPFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_IPFS.004b6ff1fa"}, "test.ethereum_models.not_null_compound__ez_borrows_BORROWER.41d34b0374": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_BORROWER.41d34b0374"}, "test.ethereum_models.not_null_compound__ez_liquidations_LIQUIDATION_CONTRACT_ADDRESS.4a08a85d71": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_LIQUIDATION_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_LIQUIDATION_CONTRACT_ADDRESS.4a08a85d71"}, "test.ethereum_models.not_null_core__ez_dex_swaps_TX_TO.91ff48bd55": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_TX_TO.91ff48bd55"}, "test.ethereum_models.not_null_aave__ez_flashloans_AAVE_MARKET.4e6f7fa7f8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_AAVE_MARKET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_AAVE_MARKET.4e6f7fa7f8"}, "model.ethereum_models.silver_nft__blur_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "BLUR_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1136804864.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 967142.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__blur_sales"}, "test.ethereum_models.not_null_silver__beacon_blocks_RANDAO_REVEAL.73d1296154": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_RANDAO_REVEAL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_RANDAO_REVEAL.73d1296154"}, "test.ethereum_models.not_null_silver__blocks_TOTAL_DIFFICULTY.64edc4b2a9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_TOTAL_DIFFICULTY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_TOTAL_DIFFICULTY.64edc4b2a9"}, "test.ethereum_models.not_null_silver__transactions_GAS_USED.1c943486c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_GAS_USED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_GAS_USED.1c943486c0"}, "test.ethereum_models.not_null_silver__univ3_swaps_BLOCK_TIMESTAMP.abef69c7f0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_BLOCK_TIMESTAMP.abef69c7f0"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_BLOCK_TIMESTAMP.ca5ee45d09": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_BLOCK_TIMESTAMP.ca5ee45d09"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_SENDER.679f0122aa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_SENDER.679f0122aa"}, "test.ethereum_models.not_null_silver_maker__liquidations_COLLATERAL_BALANCE.d396e8ea31": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_COLLATERAL_BALANCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_COLLATERAL_BALANCE.d396e8ea31"}, "test.ethereum_models.not_null_silver_maker__liquidations_COLLATERAL_BALANCE_UNADJUSTED.2e44b38475": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_COLLATERAL_BALANCE_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_COLLATERAL_BALANCE_UNADJUSTED.2e44b38475"}, "model.ethereum_models.streamline__transactions_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "TRANSACTIONS_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__transactions_realtime"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_BLOCK_NUMBER.51160778bd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_BLOCK_NUMBER.51160778bd"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_TOKENID.be34a7193c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_TOKENID.be34a7193c"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_BLOCK_NUMBER.0fe88b0959": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_BLOCK_NUMBER.0fe88b0959"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_CURRENCY_ADDRESS.a649c4d4be": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_CURRENCY_ADDRESS.a649c4d4be"}, "model.ethereum_models.silver_dex__v2_pool_weekly_metrics": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "V2_POOL_WEEKLY_METRICS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "PID": {"type": "TEXT", "index": 3, "name": "PID", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "ALLOCATION_POINTS": {"type": "TEXT", "index": 6, "name": "ALLOCATION_POINTS", "comment": null}, "FUNCTION_NAME": {"type": "TEXT", "index": 7, "name": "FUNCTION_NAME", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 8, "name": "FUNCTION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 662528.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 32866.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_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.ethereum_models.silver_dex__v2_pool_weekly_metrics"}, "model.ethereum_models.silver_maker__governance_votes": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "GOVERNANCE_VOTES", "database": "ETHEREUM_DEV", "comment": "A record of votes and vote choice selected on all Maker proposals.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": "An index signifying where an event occurred within a transaction."}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": "The wallet address of the user or delegate voting on a governance proposal."}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": "The governance contract that is used to conduct the vote. In this table, all governance contracts are associated with Maker DAO."}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": "The vote option is how the user voted on the proposal."}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": "An address that is associated with the proposal that the user is voting on."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": "Time at which the record was inserted into the table."}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2401280.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 28381.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__governance_votes"}, "model.ethereum_models.streamline__complete_transactions": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_TRANSACTIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 31855616.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 966944.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__complete_transactions"}, "model.ethereum_models.streamline__decode_logs_history_007932175_008033542": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007932175_008033542", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007932175_008033542"}, "model.ethereum_models.streamline__decode_logs_history_011502762_011539349": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011502762_011539349", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011502762_011539349"}, "model.ethereum_models.streamline__decode_logs_history_012713031_012746581": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012713031_012746581", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012713031_012746581"}, "model.ethereum_models.streamline__decode_logs_history_017148042_017176042": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017148042_017176042", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017148042_017176042"}, "model.ethereum_models.streamline__decode_logs_history_019136113_019164113": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019136113_019164113", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019136113_019164113"}, "model.ethereum_models.streamline__decode_logs_history_019220116_019248116": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019220116_019248116", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019220116_019248116"}, "model.ethereum_models.streamline__transactions_history": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "TRANSACTIONS_HISTORY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__transactions_history"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.8b369cf9b9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "CRYPTOPUNK_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.8b369cf9b9"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_SYMBOL.f46051fb55": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_SYMBOL.f46051fb55"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_EVENT_INDEX.d0ec17ae9e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_EVENT_INDEX.d0ec17ae9e"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_transfers_BLOCK_TIMESTAMP__day__1.aede4cd522": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "ETH_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__eth_transfers_BLOCK_TIMESTAMP__day__1.aede4cd522"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_IN_USD__NUMBER__FLOAT.b565b7ded2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_AMOUNT_IN_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_AMOUNT_IN_USD__NUMBER__FLOAT.b565b7ded2"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_SPACE_ID.f5a4cfc31f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_SPACE_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_SPACE_ID.f5a4cfc31f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_liquidations_LIQUIDATION_AMOUNT_USD__decimal__float.6818492117": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_LIQUIDATIONS_LIQUIDATION_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_liquidations_LIQUIDATION_AMOUNT_USD__decimal__float.6818492117"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_TOKEN_IN.d6736f6d8c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_TOKEN_IN.d6736f6d8c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__liquidations_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.03c0035081": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "LIQUIDATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__liquidations_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.03c0035081"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_TX_HASH__0_xX_0_9a_fA_F_.28436a215a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_TX_HASH__0_xX_0_9a_fA_F_.28436a215a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_eth_transfers_AMOUNT_USD__NUMBER__FLOAT.6d6820c137": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_ETH_TRANSFERS_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_eth_transfers_AMOUNT_USD__NUMBER__FLOAT.6d6820c137"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.936e776427": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.936e776427"}, "test.ethereum_models.not_null_aave__ez_flashloans_AAVE_VERSION.c837327d17": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_AAVE_VERSION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_AAVE_VERSION.c837327d17"}, "test.ethereum_models.not_null_aave__ez_flashloans_TX_HASH.e626b64167": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_TX_HASH.e626b64167"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_END_TIME.1f58d1d626": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_PROPOSAL_END_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_END_TIME.1f58d1d626"}, "test.ethereum_models.not_null_compound__ez_liquidations_CTOKEN_SYMBOL.86fa0ed656": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_CTOKEN_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_CTOKEN_SYMBOL.86fa0ed656"}, "test.ethereum_models.not_null_silver_dex__curve_pools_TOKEN_INDEX.30f86b58af": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_POOLS_TOKEN_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "TOKEN_INDEX": {"type": "NUMBER", "index": 3, "name": "TOKEN_INDEX", "comment": null}, "TOKEN_SYMBOL": {"type": "TEXT", "index": 4, "name": "TOKEN_SYMBOL", "comment": null}, "TOKEN_DECIMALS": {"type": "NUMBER", "index": 5, "name": "TOKEN_DECIMALS", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 6, "name": "TOKEN_NAME", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "POOL_ID": {"type": "TEXT", "index": 8, "name": "POOL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_pools_TOKEN_INDEX.30f86b58af"}, "test.ethereum_models.not_null_core__ez_dex_swaps_TX_HASH.20543d789e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_TX_HASH.20543d789e"}, "test.ethereum_models.not_null_silver__beacon_deposits_EPOCH_NUMBER.022ed5ed6c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS_EPOCH_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits_EPOCH_NUMBER.022ed5ed6c"}, "test.ethereum_models.not_null_silver__token_prices_coin_gecko_hourly__INSERTED_TIMESTAMP.1d6ba51c28": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_COIN_GECKO_HOURLY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_coin_gecko_hourly__INSERTED_TIMESTAMP.1d6ba51c28"}, "test.ethereum_models.not_null_silver__transactions_BLOCK_HASH.2c918b73f5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_BLOCK_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_BLOCK_HASH.2c918b73f5"}, "test.ethereum_models.not_null_silver__transactions_INPUT_DATA.3cc998f5b1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_INPUT_DATA.3cc998f5b1"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_BLOCK_TIMESTAMP.6006373816": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_BLOCK_TIMESTAMP.6006373816"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_POOL_ADDRESS.6057748caf": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_POOL_ADDRESS.6057748caf"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_EVENT_TYPE.45e0aa2632": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_EVENT_TYPE.45e0aa2632"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_CONTRACT_ADDRESS.7d94b8008d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_CONTRACT_ADDRESS.7d94b8008d"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_ORIGIN_FUNCTION_SIGNATURE.30b61017af": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_ORIGIN_FUNCTION_SIGNATURE.30b61017af"}, "test.ethereum_models.not_null_silver_maker__deposits_BLOCK_TIMESTAMP.584856df20": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_BLOCK_TIMESTAMP.584856df20"}, "test.ethereum_models.not_null_silver_maker__deposits_EVENT_INDEX.b5be2f2f06": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_EVENT_INDEX.b5be2f2f06"}, "test.ethereum_models.not_null_silver_maker__governance_votes_POLLING_CONTRACT.c28c1b73f3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_POLLING_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_POLLING_CONTRACT.c28c1b73f3"}, "test.ethereum_models.not_null_silver_maker__repayments_BLOCK_NUMBER.ad3a847253": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_BLOCK_NUMBER.ad3a847253"}, "test.ethereum_models.not_null_silver_maker__vault_creation_TX_HASH.c53d9d9437": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "VAULT_CREATION_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__vault_creation_TX_HASH.c53d9d9437"}, "test.ethereum_models.not_null_core__ez_dex_swaps_ORIGIN_FROM_ADDRESS.9574e82f5a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_ORIGIN_FROM_ADDRESS.9574e82f5a"}, "test.ethereum_models.not_null_silver_nft__opensea_sales__LOG_ID.18b5b8bc41": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales__LOG_ID.18b5b8bc41"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_nft_uni_id.e4d5266587": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_NFT_UNI_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_nft_uni_id.e4d5266587"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_TOTAL_FEES.2f0a1dde86": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_TOTAL_FEES.2f0a1dde86"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PLATFORM_ADDRESS.189d56467c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PLATFORM_ADDRESS.189d56467c"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_BLOCK_NUMBER.691368f54c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_BLOCK_NUMBER.691368f54c"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_BLOCK_NUMBER.4f007c8c44": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_BLOCK_NUMBER.4f007c8c44"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_TX_FEE.9408e64b38": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_TX_FEE.9408e64b38"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PLATFORM_FEE__NUMBER__FLOAT.dd3ba247ef": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_PLATFORM_FEE__NUMBER__FLOAT.dd3ba247ef"}, "model.ethereum_models.streamline__contract_abis_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "CONTRACT_ABIS_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__contract_abis_realtime"}, "model.ethereum_models.streamline__decode_logs_history_005129924_005267653": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005129924_005267653", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005129924_005267653"}, "model.ethereum_models.streamline__decode_logs_history_012402624_012434015": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012402624_012434015", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012402624_012434015"}, "model.ethereum_models.streamline__decode_logs_history_013707346_013742473": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013707346_013742473", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013707346_013742473"}, "model.ethereum_models.streamline__decode_logs_history_017316048_017344048": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017316048_017344048", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017316048_017344048"}, "model.ethereum_models.streamline__decode_logs_history_017652060_017680060": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017652060_017680060", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017652060_017680060"}, "model.ethereum_models.streamline__decode_logs_history_018968107_018996107": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018968107_018996107", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018968107_018996107"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_borrows_TOKEN_PRICE__decimal__float.d9d95b5ce4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_BORROWS_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_borrows_TOKEN_PRICE__decimal__float.d9d95b5ce4"}, "model.ethereum_models.uniswapv3__ez_positions": {"metadata": {"type": "VIEW", "schema": "UNISWAPV3", "name": "EZ_POSITIONS", "database": "ETHEREUM_DEV", "comment": "Positions opened by liquidity providers at a specific tick range (tick_lower, tick_upper). Whenever an event is emitted related to a position a new record is added to this table with the latest state of the position.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The blockchain on which transactions are being confirmed."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "FEE_PERCENT": {"type": "FLOAT", "index": 5, "name": "FEE_PERCENT", "comment": "Percent of fees"}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 6, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": ""}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": ""}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 8, "name": "IS_ACTIVE", "comment": "Is the position currently active? When a position is closed this is set to false."}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 9, "name": "LIQUIDITY_ADJUSTED", "comment": "The liquidity of the pool, decimal adjusted."}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 10, "name": "LIQUIDITY_PROVIDER", "comment": "The address of the LP"}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 11, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": "The address of the peripheral nf position manager contract, if used."}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 12, "name": "NF_TOKEN_ID", "comment": "The id of the NFT associated with the liquidity position"}, "POOL_ADDRESS": {"type": "TEXT", "index": 13, "name": "POOL_ADDRESS", "comment": "The contract address of the pool"}, "POOL_NAME": {"type": "TEXT", "index": 14, "name": "POOL_NAME", "comment": "The contract label/name of the pool"}, "TICK_UPPER": {"type": "FLOAT", "index": 15, "name": "TICK_UPPER", "comment": "Upper tick of the liquidity position"}, "TICK_LOWER": {"type": "FLOAT", "index": 16, "name": "TICK_LOWER", "comment": "Lower tick of the liquidity position"}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 17, "name": "PRICE_UPPER_1_0", "comment": "pper bound of the liquidity position represented as token 1 per token 0"}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_LOWER_1_0", "comment": "Lower bound of the liquidity position represented as token 1 per token 0"}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 19, "name": "PRICE_UPPER_0_1", "comment": "Upper bound of the liquidity position represented as token 0 per token 1"}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_LOWER_0_1", "comment": "Lower bound of the liquidity position represented as token 0 per token 1"}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_UPPER_1_0_USD", "comment": "Upper bound of the liquidity position represented as token 1 per token 0, converted to USD"}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_LOWER_1_0_USD", "comment": "Lower bound of the liquidity position represented as token 1 per token 0, converted to USD"}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_UPPER_0_1_USD", "comment": "Upper bound of the liquidity position represented as token 0 per token 1, converted to USD"}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_LOWER_0_1_USD", "comment": "Lower bound of the liquidity position represented as token 0 per token 1, converted to USD"}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "TOKENS_OWED0_ADJUSTED", "comment": "The uncollected amount of token0 owed to the position as of the last computation."}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED1_ADJUSTED", "comment": "The uncollected amount of token1 owed to the position as of the last computation."}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED0_USD", "comment": "The uncollected amount of token0 owed to the position as of the last computation, converted to USD."}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED1_USD", "comment": "The uncollected amount of token1 owed to the position as of the last computation, converted to USD."}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 29, "name": "TOKEN0_ADDRESS", "comment": "Contract address of token 0"}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN1_ADDRESS", "comment": "Address of token1"}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 31, "name": "TOKEN0_SYMBOL", "comment": "Symbol of token0"}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN1_SYMBOL", "comment": "Symbol of token1"}}, "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.ethereum_models.uniswapv3__ez_positions"}, "model.ethereum_models.bronze__contracts_backfill": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "CONTRACTS_BACKFILL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_ID": {"type": "TEXT", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 3, "name": "CREATOR_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 5, "name": "LOGIC_ADDRESS", "comment": null}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 6, "name": "TOKEN_CONVENTION", "comment": null}, "NAME": {"type": "TEXT", "index": 7, "name": "NAME", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 9, "name": "DECIMALS", "comment": null}, "META": {"type": "OBJECT", "index": 10, "name": "META", "comment": null}, "SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "SYSTEM_CREATED_AT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 4439040.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 34651.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.bronze__contracts_backfill"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_AMOUNT_LOANED_UNADJUSTED.a29a197fca": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_AMOUNT_LOANED_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_AMOUNT_LOANED_UNADJUSTED.a29a197fca"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_VAULT.30f9e8cd4c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_VAULT.30f9e8cd4c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_EPOCH_NUMBER__NUMBER__FLOAT.1f3c735e50": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_EPOCH_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_EPOCH_NUMBER__NUMBER__FLOAT.1f3c735e50"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.129a4f9157": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.129a4f9157"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_lp_actions_LIQUIDITY_ADJUSTED__decimal__float.c513d92442": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_LP_ACTIONS_LIQUIDITY_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_lp_actions_LIQUIDITY_ADJUSTED__decimal__float.c513d92442"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_CONTRACT_METADATA__OBJECT.0780253d9f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_CONTRACT_METADATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_CONTRACT_METADATA__OBJECT.0780253d9f"}, "model.ethereum_models.core__sv_fact_blocks": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_FACT_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 19, "name": "BLOCK_HEADER_JSON", "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.ethereum_models.core__sv_fact_blocks"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_OUT_USD__NUMBER__FLOAT.a9986bca1a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_AMOUNT_OUT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_OUT_USD__NUMBER__FLOAT.a9986bca1a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TOTAL_FEES__NUMBER__FLOAT.27da09c426": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TOTAL_FEES__NUMBER__FLOAT.27da09c426"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.0de9625e9d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.0de9625e9d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.0358077c70": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.0358077c70"}, "model.ethereum_models.core__fact_token_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TOKEN_TRANSFERS", "database": "ETHEREUM_DEV", "comment": "This table contains events on the Ethereum Blockchain with an event name of 'Transfer'. The contract address is the token transferred, and the raw amount field is the amount of tokens transferred. Please note this amount is not decimal adjusted. Decimal adjustments for a token address can be found in ```dim_contracts```. This table will not contain transfers of native ETH.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This will not be unique in this table as a transaction could include multiple transfer events."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of this transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address at the transaction level."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address at the transaction level."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": "Contract address of the token being transferred."}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": "The sending address of this transfer."}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": "The receiving address of this transfer. This can be a contract address."}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": "The amount of tokens transferred. This value is not decimal adjusted."}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the transfer event occurred. This field can be used to find more details on the event within the ```fact_event_logs``` table."}}, "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.ethereum_models.core__fact_token_transfers"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_ID.343827f774": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_ID.343827f774"}, "test.ethereum_models.not_null_silver_nft__blur_sales_PLATFORM_ADDRESS.2fa52616e3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_PLATFORM_ADDRESS.2fa52616e3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_SUB_MIN_BLOCK__NUMBER__FLOAT.4b7a6a3043": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_SUB_MIN_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_SUB_MIN_BLOCK__NUMBER__FLOAT.4b7a6a3043"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_SYMBOL_OUT__STRING__VARCHAR.459b1e10ed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_SYMBOL_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_SYMBOL_OUT__STRING__VARCHAR.459b1e10ed"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.9c266c2ce3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.9c266c2ce3"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__v2_pool_daily_metrics_DATE__BLOCK_NUMBER__CONTRACT_ADDRESS.f9060b2422": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "V2_POOL_DAILY_METRICS_DATE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__v2_pool_daily_metrics_DATE__BLOCK_NUMBER__CONTRACT_ADDRESS.f9060b2422"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_BORROWER__0_xX_0_9a_fA_F_.ce7daa85b5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "FLASH_LOANS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__flash_loans_BORROWER__0_xX_0_9a_fA_F_.ce7daa85b5"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__seaport_decoded_sales_log_id_nft.eb5d1fdb18": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_LOG_ID_NFT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"LOG_ID_NFT": {"type": "TEXT", "index": 1, "name": "LOG_ID_NFT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__seaport_decoded_sales_log_id_nft.eb5d1fdb18"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.48c35b2794": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.48c35b2794"}, "model.ethereum_models.streamline__decode_logs_history_013249768_013287840": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013249768_013287840", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013249768_013287840"}, "test.ethereum_models.not_null_aave__ez_repayments_TX_HASH.02d7a0bc3f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_TX_HASH.02d7a0bc3f"}, "test.ethereum_models.not_null_silver__beacon_blocks_SLOT_TIMESTAMP.f776c7e3b1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_SLOT_TIMESTAMP.f776c7e3b1"}, "test.ethereum_models.not_null_silver__beacon_deposits_DEPOSIT_AMOUNT.44ab3bf7f8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS_DEPOSIT_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits_DEPOSIT_AMOUNT.44ab3bf7f8"}, "test.ethereum_models.not_null_silver__token_prices_coin_gecko_hourly_IMPUTED.35fef51693": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_COIN_GECKO_HOURLY_IMPUTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_coin_gecko_hourly_IMPUTED.35fef51693"}, "test.ethereum_models.not_null_silver__token_prices_coin_market_cap_hourly__INSERTED_TIMESTAMP.6971dfc252": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_PRICES_COIN_MARKET_CAP_HOURLY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "CLOSE": {"type": "FLOAT", "index": 3, "name": "CLOSE", "comment": null}, "IMPUTED": {"type": "BOOLEAN", "index": 4, "name": "IMPUTED", "comment": null}, "_UNIQUE_KEY": {"type": "TEXT", "index": 5, "name": "_UNIQUE_KEY", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_prices_coin_market_cap_hourly__INSERTED_TIMESTAMP.6971dfc252"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_AMOUNT0.7d46095d5a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_AMOUNT0", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_AMOUNT0.7d46095d5a"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps__LOG_ID.ab25f825ab": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps__LOG_ID.ab25f825ab"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_SYMBOL_IN.de829f541c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_SYMBOL_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_SYMBOL_IN.de829f541c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_COLLATERAL__0_xX_0_9a_fA_F_.2444cc55de": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "LIQUIDATIONS_COLLATERAL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__liquidations_COLLATERAL__0_xX_0_9a_fA_F_.2444cc55de"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_TX_FEE.632153a569": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_TX_FEE.632153a569"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_LOG_ID_NFT.4758f72af0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_LOG_ID_NFT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_LOG_ID_NFT.4758f72af0"}, "model.ethereum_models.silver_nft__metadata": {"metadata": {"type": "VIEW", "schema": "SILVER_NFT", "name": "METADATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "COMMISSION_RATE": {"type": "FLOAT", "index": 2, "name": "COMMISSION_RATE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 4, "name": "CONTRACT_NAME", "comment": null}, "CREATED_AT_BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "CREATED_AT_BLOCK_ID", "comment": null}, "CREATED_AT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "CREATED_AT_TIMESTAMP", "comment": null}, "CREATED_AT_TX_ID": {"type": "TEXT", "index": 7, "name": "CREATED_AT_TX_ID", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "CREATOR_ADDRESS", "comment": null}, "CREATOR_NAME": {"type": "TEXT", "index": 9, "name": "CREATOR_NAME", "comment": null}, "IMAGE_URL": {"type": "TEXT", "index": 10, "name": "IMAGE_URL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "TOKEN_ID": {"type": "TEXT", "index": 12, "name": "TOKEN_ID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 13, "name": "TOKEN_METADATA", "comment": null}, "TOKEN_METADATA_URI": {"type": "TEXT", "index": 14, "name": "TOKEN_METADATA_URI", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 15, "name": "TOKEN_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.ethereum_models.silver_nft__metadata"}, "model.ethereum_models.streamline__decode_logs_history_008870384_008934586": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008870384_008934586", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008870384_008934586"}, "model.ethereum_models.streamline__decode_logs_history_010978635_011013727": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010978635_011013727", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010978635_011013727"}, "model.ethereum_models.streamline__decode_logs_history_012649129_012681037": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012649129_012681037", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012649129_012681037"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__rarible_sales_PLATFORM_NAME__rarible.0e2c579390": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "RARIBLE_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__rarible_sales_PLATFORM_NAME__rarible.0e2c579390"}, "model.ethereum_models.streamline__decode_logs_history_016252010_016280010": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016252010_016280010", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016252010_016280010"}, "model.ethereum_models.streamline__decode_logs_history_017848067_017876067": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017848067_017876067", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017848067_017876067"}, "model.ethereum_models.streamline__eth_balances_history": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "ETH_BALANCES_HISTORY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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.ethereum_models.streamline__eth_balances_history"}, "model.ethereum_models.streamline__token_balances": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "TOKEN_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 53222117888.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1749324995.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__token_balances"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_LIQUIDATOR.9fdf77f09c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_LIQUIDATOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_LIQUIDATOR.9fdf77f09c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_BLOCK_NUMBER__NUMBER__FLOAT.5677fb7a33": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_BLOCK_NUMBER__NUMBER__FLOAT.5677fb7a33"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_ATTESTATION_SIGNATURE__STRING__VARCHAR.6a57501ac4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_ATTESTATION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_ATTESTATION_SIGNATURE__STRING__VARCHAR.6a57501ac4"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PLATFORM_NAME.2060b8562a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PLATFORM_NAME.2060b8562a"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTING_POWER.b2431b335b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_VOTING_POWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTING_POWER.b2431b335b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.db52889617": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.db52889617"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_SYMBOL__STRING__VARCHAR.9b060d1d35": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_BORROWING_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_SYMBOL__STRING__VARCHAR.9b060d1d35"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_NFT_TO_ADDRESS__0_xX_0_9a_fA_F_.95d93d45fe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_NFT_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_NFT_TO_ADDRESS__0_xX_0_9a_fA_F_.95d93d45fe"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_LIQUIDITY_ADJUSTED__decimal__float.8754caca56": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_SWAPS_LIQUIDITY_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_LIQUIDITY_ADJUSTED__decimal__float.8754caca56"}, "model.ethereum_models.core__ez_nft_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "EZ_NFT_TRANSFERS", "database": "ETHEREUM_DEV", "comment": "This table contains NFT transfer events on the Ethereum blockchain.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The block timestamp at which the NFT event occurred."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block number at which the NFT event occurred."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "The transaction hash for the NFT event. This is not necessarily unique in this table as a transaction may contain multiple NFT events."}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": "Event number within a transaction."}, "EVENT_TYPE": {"type": "TEXT", "index": 5, "name": "EVENT_TYPE", "comment": "The type of NFT event in this transaction, either `sale`, `bid_won` or `redeem`."}, "NFT_ADDRESS": {"type": "TEXT", "index": 6, "name": "NFT_ADDRESS", "comment": "The contract address of the NFT."}, "PROJECT_NAME": {"type": "TEXT", "index": 7, "name": "PROJECT_NAME", "comment": "The name of the NFT project. This field, along with metadata, will be filled in over time."}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "NFT_FROM_ADDRESS", "comment": "The sending address of the NFT in the transaction."}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "NFT_TO_ADDRESS", "comment": "The receiving address of the NFT in the transaction."}, "TOKENID": {"type": "TEXT", "index": 10, "name": "TOKENID", "comment": "The token ID for this NFT contract."}, "TOKEN_METADATA": {"type": "OBJECT", "index": 11, "name": "TOKEN_METADATA", "comment": "The token metadata for this NFT. This may be blank for many NFTs. We are working to expand this field."}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": "If the NFT is an ERC-1155 contract, this field may be one or greater, representing the number of tokens."}}, "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.ethereum_models.core__ez_nft_transfers"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_CREATOR_FEE.cfe1b6ca31": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_CREATOR_FEE.cfe1b6ca31"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_BLOCK_NUMBER__NUMBER__FLOAT.130c12438a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_BLOCK_NUMBER__NUMBER__FLOAT.130c12438a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps__LOG_ID__STRING__VARCHAR.638d3e26f9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps__LOG_ID__STRING__VARCHAR.638d3e26f9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_PARENT_HASH__0_xX_0_9a_fA_F_.164fb6eb16": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "BLOCKS_PARENT_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_PARENT_HASH__0_xX_0_9a_fA_F_.164fb6eb16"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_BLOCK_NUMBER__NUMBER__FLOAT.99c2666d8e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_BLOCK_NUMBER__NUMBER__FLOAT.99c2666d8e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.3ba813606e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "CRYPTOPUNK_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__cryptopunk_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.3ba813606e"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__beacon_deposits_ID.766cfb3d01": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BEACON_DEPOSITS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__beacon_deposits_ID.766cfb3d01"}, "model.ethereum_models.streamline__decode_logs_history_018688097_018716097": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018688097_018716097", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018688097_018716097"}, "test.ethereum_models.not_null_core__ez_token_transfers_TO_ADDRESS.1645d36f89": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_TO_ADDRESS.1645d36f89"}, "test.ethereum_models.not_null_silver__token_balances_ID.4ec67fe503": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCES_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balances_ID.4ec67fe503"}, "test.ethereum_models.not_null_silver__transactions_GAS_PRICE.9ee195e584": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_GAS_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_GAS_PRICE.9ee195e584"}, "test.ethereum_models.not_null_silver__univ3_swaps_PRICE_1_0.9acc559588": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_PRICE_1_0", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_PRICE_1_0.9acc559588"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_AMOUNT_OUT.2d795bb76b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_AMOUNT_OUT.2d795bb76b"}, "test.ethereum_models.not_null_silver_maker__flash_loans_TOKEN_LOANED.e39f686856": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_TOKEN_LOANED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_TOKEN_LOANED.e39f686856"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_PRICE.c86ff5ae80": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_PRICE.c86ff5ae80"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_BUYER_ADDRESS.24df303e2d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_BUYER_ADDRESS.24df303e2d"}, "model.ethereum_models.streamline__decode_logs_history_018352085_018380085": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018352085_018380085", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018352085_018380085"}, "model.ethereum_models.streamline__decode_logs_history_005267654_005425474": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005267654_005425474", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005267654_005425474"}, "model.ethereum_models.streamline__decode_logs_history_006725260_006865431": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_006725260_006865431", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_006725260_006865431"}, "model.ethereum_models.streamline__decode_logs_history_009936446_010016536": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009936446_010016536", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009936446_010016536"}, "model.ethereum_models.streamline__decode_logs_history_011575624_011613942": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011575624_011613942", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011575624_011613942"}, "model.ethereum_models.streamline__decode_logs_history_016168007_016196007": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016168007_016196007", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016168007_016196007"}, "model.ethereum_models.streamline__decode_logs_history_016392015_016420015": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016392015_016420015", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016392015_016420015"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_repayments_REPAYED_AMOUNT_USD__decimal__float.9c1b4c5c6d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_REPAYMENTS_REPAYED_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_repayments_REPAYED_AMOUNT_USD__decimal__float.9c1b4c5c6d"}, "model.ethereum_models.streamline__decode_logs_history_019724134_019752134": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019724134_019752134", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019724134_019752134"}, "model.ethereum_models.core__sv_ez_eth_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_EZ_ETH_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 4, "name": "IDENTIFIER", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ETH_FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "ETH_FROM_ADDRESS", "comment": null}, "ETH_TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "ETH_TO_ADDRESS", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 10, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_USD", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 12, "name": "_CALL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "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.ethereum_models.core__sv_ez_eth_transfers"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__cryptopunk_sales_EVENT_TYPE__sale__bid_won.f8fce3c5c7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "CRYPTOPUNK_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__cryptopunk_sales_EVENT_TYPE__sale__bid_won.f8fce3c5c7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_liquidations_LIQUIDATION_AMOUNT__decimal__float.d93329faa1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_LIQUIDATIONS_LIQUIDATION_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_liquidations_LIQUIDATION_AMOUNT__decimal__float.d93329faa1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_OUT__NUMBER__FLOAT.27fcd6e1cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_OUT__NUMBER__FLOAT.27fcd6e1cd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TX_FEE__NUMBER__FLOAT.d3339c69ea": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TX_FEE__NUMBER__FLOAT.d3339c69ea"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_CREATOR_FEE__NUMBER__FLOAT.72a53e0707": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_CREATOR_FEE__NUMBER__FLOAT.72a53e0707"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_AMOUNT_IN.0443787ed6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_AMOUNT_IN.0443787ed6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TX_FEE_USD__NUMBER__FLOAT.0882297792": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TX_FEE_USD__NUMBER__FLOAT.0882297792"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__aave_oracle_prices_PRICE__decimal__float.2efef7ebc7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "AAVE_ORACLE_PRICES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__aave_oracle_prices_PRICE__decimal__float.2efef7ebc7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_MINER__0_xX_0_9a_fA_F_.7e8cc9ca0b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "BLOCKS_MINER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_MINER__0_xX_0_9a_fA_F_.7e8cc9ca0b"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__synthetix_swaps_BLOCK_TIMESTAMP__day__1.de60a304f4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_DEX", "name": "SYNTHETIX_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_dex__synthetix_swaps_BLOCK_TIMESTAMP__day__1.de60a304f4"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__eth_transfers__CALL_ID.bd08623ad0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "ETH_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_CALL_ID": {"type": "TEXT", "index": 1, "name": "_CALL_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__eth_transfers__CALL_ID.bd08623ad0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PLATFORM_FEE__NUMBER__FLOAT.d6469ce959": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_PLATFORM_FEE__NUMBER__FLOAT.d6469ce959"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.fb311c6cec": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSFERS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.fb311c6cec"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.a779792f16": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.a779792f16"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__optimism_submission_hashes_L1_SUBMISSION_TX_HASH.9ef68ad844": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__optimism_submission_hashes_L1_SUBMISSION_TX_HASH.9ef68ad844"}, "test.ethereum_models.not_null_aave__ez_proposals_PROPOSER.fbde186c53": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_PROPOSER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_PROPOSER.fbde186c53"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTING_POWER.341cfdc344": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES_VOTING_POWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTING_POWER.341cfdc344"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes__INSERTED_TIMESTAMP.f98f14ca37": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes__INSERTED_TIMESTAMP.f98f14ca37"}, "test.ethereum_models.not_null_silver__snapshot_SPACE_ID.0cb527dbd7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_SPACE_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_SPACE_ID.0cb527dbd7"}, "test.ethereum_models.not_null_silver__univ3_swaps_BLOCKCHAIN.4452c82448": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_BLOCKCHAIN.4452c82448"}, "model.ethereum_models.silver_dex__v2_swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "V2_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": ""}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": ""}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": ""}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": ""}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": ""}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": ""}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": ""}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": ""}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": ""}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": ""}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": ""}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": ""}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": ""}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": ""}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": ""}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": ""}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": ""}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": ""}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": ""}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": ""}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": ""}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17084120064.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 108157295.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_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.ethereum_models.silver_dex__v2_swaps"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TOKEN_IN.9bba7c530d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TOKEN_IN.9bba7c530d"}, "test.ethereum_models.not_null_silver_maker__liquidations_BLOCK_NUMBER.750ee4385d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_BLOCK_NUMBER.750ee4385d"}, "test.ethereum_models.not_null_silver_maker__governance_votes_TX_HASH.32dc86afcb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_TX_HASH.32dc86afcb"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_ORIGIN_FUNCTION_SIGNATURE.64f1493e04": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_ORIGIN_FUNCTION_SIGNATURE.64f1493e04"}, "test.ethereum_models.not_null_sushi__ez_lending_ASSET.92156a57ed": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING_ASSET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending_ASSET.92156a57ed"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_borrows_TX_HASH__EVENT_INDEX.005366c762": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_BORROWS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 2, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_borrows_TX_HASH__EVENT_INDEX.005366c762"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__x2y2_sales__log_id.d1e345a564": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "X2Y2_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__x2y2_sales__log_id.d1e345a564"}, "model.ethereum_models.silver_nft__cryptopunk_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "CRYPTOPUNK_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 5328896.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 22418.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__cryptopunk_sales"}, "model.ethereum_models.streamline__decode_logs_history_010801127_010838383": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010801127_010838383", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010801127_010838383"}, "model.ethereum_models.streamline__decode_logs_history_012095096_012132152": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012095096_012132152", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012095096_012132152"}, "model.ethereum_models.streamline__decode_logs_history_012168446_012205649": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012168446_012205649", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012168446_012205649"}, "model.ethereum_models.streamline__decode_logs_history_014717418_014750907": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014717418_014750907", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014717418_014750907"}, "model.ethereum_models.streamline__decode_logs_history_019108112_019136112": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019108112_019136112", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019108112_019136112"}, "model.ethereum_models.streamline__decode_logs_history_019612130_019640130": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019612130_019640130", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019612130_019640130"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PLATFORM_FEE__NUMBER__FLOAT.8eb2d43fb2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PLATFORM_FEE__NUMBER__FLOAT.8eb2d43fb2"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_SHA3_UNCLES__0_xX_0_9a_fA_F_.c74b2fa922": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "BLOCKS_SHA3_UNCLES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__blocks_SHA3_UNCLES__0_xX_0_9a_fA_F_.c74b2fa922"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.136e4cd9dc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.136e4cd9dc"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_prices_coin_gecko_hourly_RECORDED_HOUR__day__1.ada73003a9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_PRICES_COIN_GECKO_HOURLY_RECORDED_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_prices_coin_gecko_hourly_RECORDED_HOUR__day__1.ada73003a9"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_liquidations_TX_HASH__EVENT_INDEX.52e04fb60e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_LIQUIDATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 2, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_liquidations_TX_HASH__EVENT_INDEX.52e04fb60e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_OUT_USD__decimal__float.88790b72bd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "CURVE_SWAPS_AMOUNT_OUT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_OUT_USD__decimal__float.88790b72bd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_PREMIUM_AMOUNT_USD__decimal__float.cb3a337a6e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_FLASHLOANS_PREMIUM_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_PREMIUM_AMOUNT_USD__decimal__float.cb3a337a6e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_state_hashes_STATE_BATCH_ROOT__0_xX_0_9a_fA_F_.50a11b4f68": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BATCH_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__optimism_state_hashes_STATE_BATCH_ROOT__0_xX_0_9a_fA_F_.50a11b4f68"}, "test.ethereum_models.not_null_silver__transfers_CONTRACT_ADDRESS.df8cd401ef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_CONTRACT_ADDRESS.df8cd401ef"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.86431f78cb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.86431f78cb"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__decoded_logs_EVENT_NAME__STRING__VARCHAR.ce248a0c62": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "DECODED_LOGS_EVENT_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__decoded_logs_EVENT_NAME__STRING__VARCHAR.ce248a0c62"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_CREATOR_FEE__NUMBER__FLOAT.76daf9d67e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_CREATOR_FEE__NUMBER__FLOAT.76daf9d67e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TX_FEE__NUMBER__FLOAT.22bf944f15": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TX_FEE__NUMBER__FLOAT.22bf944f15"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TOTAL_FEES_USD__NUMBER__FLOAT.eb14207648": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TOTAL_FEES_USD__NUMBER__FLOAT.eb14207648"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.a59d6ffc6a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "LOGS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.a59d6ffc6a"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_submission_hashes__INSERTED_TIMESTAMP__day__1.4a3472824f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_submission_hashes__INSERTED_TIMESTAMP__day__1.4a3472824f"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__nftx_sales__INSERTED_TIMESTAMP__day__1.fe8eae2a22": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "NFTX_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__nftx_sales__INSERTED_TIMESTAMP__day__1.fe8eae2a22"}, "test.ethereum_models.not_null_silver_nft__blur_sales_NFT_ADDRESS.4aadd9b6a8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_NFT_ADDRESS.4aadd9b6a8"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TRANSACTIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__transactions_BLOCK_TIMESTAMP__day__1.cf074498fc"}, "test.ethereum_models.not_null_aave__ez_repayments_BLOCKCHAIN.67b81f9f2b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_BLOCKCHAIN.67b81f9f2b"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes__INSERTED_TIMESTAMP.67a8162999": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes__INSERTED_TIMESTAMP.67a8162999"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTER.b219765dd1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTER.b219765dd1"}, "test.ethereum_models.not_null_compound__ez_repayments_REPAY_CONTRACT_ADDRESS.79d80dd19c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_REPAY_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_REPAY_CONTRACT_ADDRESS.79d80dd19c"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_SUB_MAX_BLOCK.4400369014": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_SUB_MAX_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_SUB_MAX_BLOCK.4400369014"}, "test.ethereum_models.not_null_silver__univ3_pool_stats_VIRTUAL_LIQUIDITY_ADJUSTED.25eed39f53": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOL_STATS_VIRTUAL_LIQUIDITY_ADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 2, "name": "POOL_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 4, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": null}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 5, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 6, "name": "LIQUIDITY", "comment": null}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": null}, "FEEGROWTHGLOBAL1X128": {"type": "FLOAT", "index": 8, "name": "FEEGROWTHGLOBAL1X128", "comment": null}, "FEEGROWTHGLOBAL0X128": {"type": "FLOAT", "index": 9, "name": "FEEGROWTHGLOBAL0X128", "comment": null}, "SQRTPRICEX96": {"type": "FLOAT", "index": 10, "name": "SQRTPRICEX96", "comment": null}, "TICK": {"type": "FLOAT", "index": 11, "name": "TICK", "comment": null}, "OBSERVATIONINDEX": {"type": "FLOAT", "index": 12, "name": "OBSERVATIONINDEX", "comment": null}, "OBSERVATIONCARDINALITY": {"type": "FLOAT", "index": 13, "name": "OBSERVATIONCARDINALITY", "comment": null}, "OBSERVATIONCARDINALITYNEXT": {"type": "FLOAT", "index": 14, "name": "OBSERVATIONCARDINALITYNEXT", "comment": null}, "FEEPROTOCOL": {"type": "FLOAT", "index": 15, "name": "FEEPROTOCOL", "comment": null}, "UNLOCKED": {"type": "BOOLEAN", "index": 16, "name": "UNLOCKED", "comment": null}, "ID": {"type": "TEXT", "index": 17, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 19, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 20, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 21, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN1_SYMBOL", "comment": null}, "HUMAN_PRICE": {"type": "FLOAT", "index": 23, "name": "HUMAN_PRICE", "comment": null}, "SQRT_HP": {"type": "FLOAT", "index": 24, "name": "SQRT_HP", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 25, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 28, "name": "TOKEN1_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 29, "name": "POOL_NAME", "comment": null}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 30, "name": "TOKEN0_BALANCE", "comment": null}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 31, "name": "TOKEN1_BALANCE", "comment": null}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 32, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": null}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 33, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": null}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 34, "name": "TOKEN0_BALANCE_USD", "comment": null}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 35, "name": "TOKEN1_BALANCE_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 36, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": null}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 37, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 38, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 39, "name": "PRICE_0_1", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pool_stats_VIRTUAL_LIQUIDITY_ADJUSTED.25eed39f53"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__opensea_sales_PLATFORM_NAME__opensea.5aba577130": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "OPENSEA_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__opensea_sales_PLATFORM_NAME__opensea.5aba577130"}, "test.ethereum_models.not_null_silver__univ3_swaps_AMOUNT0_UNADJ.2a4e2e95b6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_AMOUNT0_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_AMOUNT0_UNADJ.2a4e2e95b6"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PLATFORM_ADDRESS.d8388ee9c6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_PLATFORM_ADDRESS.d8388ee9c6"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_TX_HASH.d6af452d33": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_TX_HASH.d6af452d33"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_BUYER_ADDRESS.59f15f1bf4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_BUYER_ADDRESS.59f15f1bf4"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_INPUT_DATA.6af5965d99": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_INPUT_DATA.6af5965d99"}, "test.ethereum_models.not_null_sushi__ez_lending_AMOUNT.d0ca35e1b9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending_AMOUNT.d0ca35e1b9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__governance_votes_POLLING_CONTRACT__0_xX_0_9a_fA_F_.b05317c73b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "GOVERNANCE_VOTES_POLLING_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__governance_votes_POLLING_CONTRACT__0_xX_0_9a_fA_F_.b05317c73b"}, "model.ethereum_models.silver_dex__curve_pools": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "CURVE_POOLS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "TOKEN_INDEX": {"type": "NUMBER", "index": 3, "name": "TOKEN_INDEX", "comment": null}, "TOKEN_SYMBOL": {"type": "TEXT", "index": 4, "name": "TOKEN_SYMBOL", "comment": null}, "TOKEN_DECIMALS": {"type": "NUMBER", "index": 5, "name": "TOKEN_DECIMALS", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 6, "name": "TOKEN_NAME", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "POOL_ID": {"type": "TEXT", "index": 8, "name": "POOL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 318976.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1314.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver_dex__curve_pools"}, "model.ethereum_models.silver_dex__curve_swaps": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "CURVE_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 223890432.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1582169.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_dex__curve_swaps"}, "model.ethereum_models.silver_dex__v2_pool_daily_metrics": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "V2_POOL_DAILY_METRICS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE_OF_SLP_STAKED": {"type": "TEXT", "index": 4, "name": "BALANCE_OF_SLP_STAKED", "comment": null}, "TOTAL_SUPPLY_OF_SLP": {"type": "TEXT", "index": 5, "name": "TOTAL_SUPPLY_OF_SLP", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 6973952.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 228589.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_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.ethereum_models.silver_dex__v2_pool_daily_metrics"}, "model.ethereum_models.streamline__contract_abis_history": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "CONTRACT_ABIS_HISTORY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 2, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__contract_abis_history"}, "model.ethereum_models.streamline__decode_logs_history_007581137_007720438": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007581137_007720438", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007581137_007720438"}, "model.ethereum_models.streamline__decode_logs_history_015997734_016000000": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015997734_016000000", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015997734_016000000"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_NFT_ADDRESS__0_xX_0_9a_fA_F_.69205a8745": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_NFT_ADDRESS__0_xX_0_9a_fA_F_.69205a8745"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_AMOUNT_LOANED.7e897ac214": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_AMOUNT_LOANED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_AMOUNT_LOANED.7e897ac214"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_PRICE__decimal__float.7cda6dfc0d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_COMP_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_PRICE__decimal__float.7cda6dfc0d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_BLOCK_NUMBER__NUMBER__FLOAT.d06b454912": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_BLOCK_NUMBER__NUMBER__FLOAT.d06b454912"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__x2y2_sales_PLATFORM_NAME__x2y2.cfc6a32585": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "X2Y2_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__x2y2_sales_PLATFORM_NAME__x2y2.cfc6a32585"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_borrows_LOAN_AMOUNT__decimal__float.7e088cda0d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_BORROWS_LOAN_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_borrows_LOAN_AMOUNT__decimal__float.7e088cda0d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PRICE_USD__NUMBER__FLOAT.c14e88ff4b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_PRICE_USD__NUMBER__FLOAT.c14e88ff4b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_eth_transfers_ETH_FROM_ADDRESS__0_xX_0_9a_fA_F_.bb54a8f33d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_ETH_TRANSFERS_ETH_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_eth_transfers_ETH_FROM_ADDRESS__0_xX_0_9a_fA_F_.bb54a8f33d"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__dim_labels_BLOCKCHAIN__CREATOR__ADDRESS.de325ffec9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "DIM_LABELS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__dim_labels_BLOCKCHAIN__CREATOR__ADDRESS.de325ffec9"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_TIMESTAMP__day__1.4d53b90284": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_submission_hashes_L1_SUBMISSION_BLOCK_TIMESTAMP__day__1.4d53b90284"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_DECIMALS.cd9b8d2dd5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_DECIMALS.cd9b8d2dd5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_deposits_SUPPLIED_USD__decimal__float.e29f18dcbe": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_DEPOSITS_SUPPLIED_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_deposits_SUPPLIED_USD__decimal__float.e29f18dcbe"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_BLOCK_NUMBER__NUMBER__FLOAT.fa77b74668": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TOKEN_BALANCE_DIFFS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_BLOCK_NUMBER__NUMBER__FLOAT.fa77b74668"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TOTAL_FEES_USD__NUMBER__FLOAT.7dc512bea9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TOTAL_FEES_USD__NUMBER__FLOAT.7dc512bea9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TOTAL_FEES__NUMBER__FLOAT.eacc4622d3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TOTAL_FEES__NUMBER__FLOAT.eacc4622d3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_SENDER__0_xX_0_9a_fA_F_.933941b5c6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_SENDER__0_xX_0_9a_fA_F_.933941b5c6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TX_FEE__NUMBER__FLOAT.3036d14bbf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_TX_FEE__NUMBER__FLOAT.3036d14bbf"}, "model.ethereum_models.streamline__decode_logs_history_018548092_018576092": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018548092_018576092", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018548092_018576092"}, "test.ethereum_models.not_null_aave__ez_flashloans_BLOCK_NUMBER.65e83c03f6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_BLOCK_NUMBER.65e83c03f6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.8267037c20": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.8267037c20"}, "test.ethereum_models.not_null_bronze_api__contract_reads__INSERTED_TIMESTAMP.1ef34e1de7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "CONTRACT_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "TEXT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "FUNCTION_SIG": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIG", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 4, "name": "FUNCTION_INPUT", "comment": null}, "READ_RESULT": {"type": "TEXT", "index": 5, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__contract_reads__INSERTED_TIMESTAMP.1ef34e1de7"}, "test.ethereum_models.not_null_core__ez_token_transfers_TX_HASH.8d54870f53": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_TX_HASH.8d54870f53"}, "test.ethereum_models.not_null_silver__logs_CONTRACT_ADDRESS.b78d8c86eb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_CONTRACT_ADDRESS.b78d8c86eb"}, "test.ethereum_models.not_null_silver__traces_BLOCK_TIMESTAMP.4053e07c73": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRACES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": null}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": null}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": null}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 13, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "OBJECT", "index": 16, "name": "DATA", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 17, "name": "TX_STATUS", "comment": null}, "SUB_TRACES": {"type": "NUMBER", "index": 18, "name": "SUB_TRACES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__traces_BLOCK_TIMESTAMP.4053e07c73"}, "model.ethereum_models.streamline__decode_logs_history_016336013_016364013": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016336013_016364013", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016336013_016364013"}, "test.ethereum_models.not_null_silver_dex__curve_pools_POOL_ADDRESS.d71b87d177": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_POOLS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "TOKEN_INDEX": {"type": "NUMBER", "index": 3, "name": "TOKEN_INDEX", "comment": null}, "TOKEN_SYMBOL": {"type": "TEXT", "index": 4, "name": "TOKEN_SYMBOL", "comment": null}, "TOKEN_DECIMALS": {"type": "NUMBER", "index": 5, "name": "TOKEN_DECIMALS", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 6, "name": "TOKEN_NAME", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "POOL_ID": {"type": "TEXT", "index": 8, "name": "POOL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_pools_POOL_ADDRESS.d71b87d177"}, "test.ethereum_models.not_null_silver_nft__blur_sales_SELLER_ADDRESS.98d36983d9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_SELLER_ADDRESS.98d36983d9"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_ORIGIN_FUNCTION_SIGNATURE.ae8e49763c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_ORIGIN_FUNCTION_SIGNATURE.ae8e49763c"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_PLATFORM_ADDRESS.66c756648f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_PLATFORM_ADDRESS.66c756648f"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_CREATOR_FEE.802daae741": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_CREATOR_FEE.802daae741"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_SELLER_ADDRESS.32ef90769b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_SELLER_ADDRESS.32ef90769b"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_TX_FEE.470c08a79d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_TX_FEE.470c08a79d"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_CURRENCY_ADDRESS.5d3d1732a9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_CURRENCY_ADDRESS.5d3d1732a9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_POOL_NAME__varchar.6639e60ae2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "CURVE_SWAPS_POOL_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_POOL_NAME__varchar.6639e60ae2"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_ORIGIN_FUNCTION_SIGNATURE.aefb1b395b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_ORIGIN_FUNCTION_SIGNATURE.aefb1b395b"}, "test.ethereum_models.not_null_sushi__ez_borrowing_AMOUNT.490bdfdbcb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing_AMOUNT.490bdfdbcb"}, "test.ethereum_models.not_null_sushi__ez_lending_BLOCK_NUMBER.7191bdf706": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_LENDING_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": null}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_lending_BLOCK_NUMBER.7191bdf706"}, "model.ethereum_models.streamline__decode_logs_history_008944588_008945588": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008944588_008945588", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008944588_008945588"}, "model.ethereum_models.streamline__decode_logs_history_010016537_010099866": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010016537_010099866", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010016537_010099866"}, "model.ethereum_models.streamline__decode_logs_history_011013728_011050516": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011013728_011050516", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011013728_011050516"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_CREATOR_FEE__NUMBER__FLOAT.7bf7ddd040": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_CREATOR_FEE__NUMBER__FLOAT.7bf7ddd040"}, "model.ethereum_models.streamline__decode_logs_history_018408087_018436087": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018408087_018436087", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018408087_018436087"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_BORROWER.7f7aeb33c5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_BORROWER.7f7aeb33c5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_NAME__STRING__VARCHAR.b69b37b6ff": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CONTRACTS_EXTENDED_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__contracts_extended_NAME__STRING__VARCHAR.b69b37b6ff"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_POSITION__NUMBER.5d920e939f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_POSITION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_POSITION__NUMBER.5d920e939f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_IN__decimal__float.e944b6ccc5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "BALANCER_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_IN__decimal__float.e944b6ccc5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bdc6444f67": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.bdc6444f67"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_NONCE__NUMBER__FLOAT.e9f3267e00": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSACTIONS_NONCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transactions_NONCE__NUMBER__FLOAT.e9f3267e00"}, "test.ethereum_models.not_null_silver__transfers_ORIGIN_FUNCTION_SIGNATURE.c1c149f732": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_ORIGIN_FUNCTION_SIGNATURE.c1c149f732"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_CREATOR_FEE_USD__NUMBER__FLOAT.6c98b3c0e6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_CREATOR_FEE_USD__NUMBER__FLOAT.6c98b3c0e6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PRICE__NUMBER__FLOAT.3c63c16af8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_PRICE__NUMBER__FLOAT.3c63c16af8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_ASSET__0_xX_0_9a_fA_F_.8a7dd8b676": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_LENDING_ASSET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_ASSET__0_xX_0_9a_fA_F_.8a7dd8b676"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balances_BLOCK_TIMESTAMP__day__2.7d272d60c2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_BALANCES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balances_BLOCK_TIMESTAMP__day__2.7d272d60c2"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__vault_creation_VAULT.a06e615461": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_MAKER", "name": "VAULT_CREATION_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VAULT": {"type": "TEXT", "index": 1, "name": "VAULT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_maker__vault_creation_VAULT.a06e615461"}, "model.ethereum_models.ethereum_share__dim_event_signatures": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "DIM_EVENT_SIGNATURES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "HEX_SIGNATURE": {"type": "TEXT", "index": 2, "name": "HEX_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 6871552.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 88734.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(hex_signature)", "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.ethereum_models.ethereum_share__dim_event_signatures"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_LIQUIDATED_WALLET.4d51711e60": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_LIQUIDATED_WALLET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_LIQUIDATED_WALLET.4d51711e60"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__ez_token_transfers_HAS_DECIMAL__true__false.77a32ba9f8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_CORE", "name": "EZ_TOKEN_TRANSFERS_HAS_DECIMAL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_core__ez_token_transfers_HAS_DECIMAL__true__false.77a32ba9f8"}, "test.ethereum_models.not_null_silver_maker__delegations_AMOUNT_DELEGATED_UNADJUSTED.f006ac85d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_AMOUNT_DELEGATED_UNADJUSTED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_AMOUNT_DELEGATED_UNADJUSTED.f006ac85d7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__traces_FROM_ADDRESS__0_xX_0_9a_fA_F_.b404693575": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRACES_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__traces_FROM_ADDRESS__0_xX_0_9a_fA_F_.b404693575"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.aaa477d220": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.aaa477d220"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_CREATOR_FEE_USD__NUMBER__FLOAT.dca5d94515": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_CREATOR_FEE_USD__NUMBER__FLOAT.dca5d94515"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2b4d3c83c9": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_BORROWING_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_borrowing_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.2b4d3c83c9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.d9fa031635": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_BUYER_ADDRESS__0_xX_0_9a_fA_F_.d9fa031635"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__snapshot_ID.4173a1d029": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "SNAPSHOT_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__snapshot_ID.4173a1d029"}, "test.ethereum_models.not_null_aave__ez_deposits_TX_HASH.a28f2bccfa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_TX_HASH.a28f2bccfa"}, "test.ethereum_models.not_null_aave__ez_proposals_GOVERNANCE_CONTRACT.24c242ccb8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_GOVERNANCE_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_GOVERNANCE_CONTRACT.24c242ccb8"}, "test.ethereum_models.not_null_aave__ez_repayments_BLOCK_NUMBER.503f094466": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_BLOCK_NUMBER.503f094466"}, "test.ethereum_models.not_null_compound__ez_borrows_BLOCK_NUMBER.bac6eed452": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_BLOCK_NUMBER.bac6eed452"}, "test.ethereum_models.not_null_core__ez_token_transfers_HAS_DECIMAL.05d2a91a21": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_HAS_DECIMAL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_HAS_DECIMAL.05d2a91a21"}, "test.ethereum_models.not_null_core__ez_dex_swaps_CONTRACT_ADDRESS.af7c3bd430": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_CONTRACT_ADDRESS.af7c3bd430"}, "test.ethereum_models.not_null_silver__contracts_extended_CONTRACT_ADDRESS.955f4c68be": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CONTRACTS_EXTENDED_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": null}, "BLOCK_NUMBER": {"type": "FLOAT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATOR_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 6, "name": "LOGIC_ADDRESS", "comment": null}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 7, "name": "TOKEN_CONVENTION", "comment": null}, "NAME": {"type": "TEXT", "index": 8, "name": "NAME", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "FLOAT", "index": 10, "name": "DECIMALS", "comment": null}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 11, "name": "CONTRACT_METADATA", "comment": null}, "MODEL": {"type": "TEXT", "index": 12, "name": "MODEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__contracts_extended_CONTRACT_ADDRESS.955f4c68be"}, "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_AUTHOR.b55e856484": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "SNAPSHOT_PROPOSAL_AUTHOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 2, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 3, "name": "VOTER", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 4, "name": "VOTE_OPTION", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 7, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 8, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 9, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 11, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 12, "name": "NETWORK", "comment": null}, "DELAY": {"type": "NUMBER", "index": 13, "name": "DELAY", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 14, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 15, "name": "VOTING_PERIOD", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 16, "name": "VOTING_TYPE", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__snapshot_PROPOSAL_AUTHOR.b55e856484"}, "test.ethereum_models.not_null_silver__univ3_pools_CREATED_TIME.2f3883571a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_CREATED_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_CREATED_TIME.2f3883571a"}, "test.ethereum_models.not_null_silver_maker__delegations_BLOCK_NUMBER.b1eb924343": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_BLOCK_NUMBER.b1eb924343"}, "test.ethereum_models.not_null_silver_maker__flash_loans_BORROWER.de6c6e8e32": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_BORROWER.de6c6e8e32"}, "test.ethereum_models.not_null_silver_maker__liquidations_VAULT.c7d606f087": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_VAULT.c7d606f087"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_BLOCK_NUMBER.ff6ffccdd3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_BLOCK_NUMBER.ff6ffccdd3"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_CREATOR_FEE.d7b66bbb1c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_CREATOR_FEE.d7b66bbb1c"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_TX_FEE_USD.9a60a8a1c4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_TX_FEE_USD.9a60a8a1c4"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_TX_HASH.b9b888ff7c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_TX_HASH.b9b888ff7c"}, "model.ethereum_models.streamline__decode_logs_history_016896033_016924033": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016896033_016924033", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016896033_016924033"}, "test.ethereum_models.not_null_aave__ez_repayments_AAVE_VERSION.689c54d7c4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_AAVE_VERSION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_AAVE_VERSION.689c54d7c4"}, "model.ethereum_models.streamline__compound_comptroller_stats": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPOUND_COMPTROLLER_STATS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 5873281536.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 292494009.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__compound_comptroller_stats"}, "model.ethereum_models.streamline__decode_logs_history_014179840_014215684": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014179840_014215684", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014179840_014215684"}, "model.ethereum_models.streamline__decode_logs_history_014386282_014420051": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014386282_014420051", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014386282_014420051"}, "model.ethereum_models.streamline__decode_logs_history_015026971_015061136": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015026971_015061136", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015026971_015061136"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_TX_HASH__0_xX_0_9a_fA_F_.fb7184c78a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SUSHI", "name": "EZ_LENDING_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_sushi__ez_lending_TX_HASH__0_xX_0_9a_fA_F_.fb7184c78a"}, "model.ethereum_models.streamline__decode_logs_history_016196008_016224008": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016196008_016224008", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016196008_016224008"}, "model.ethereum_models.streamline__decode_logs_history_016728027_016756027": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016728027_016756027", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016728027_016756027"}, "model.ethereum_models.streamline__decode_logs_history_016756028_016784028": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016756028_016784028", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016756028_016784028"}, "model.ethereum_models.streamline__decode_logs_history_019640131_019668131": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019640131_019668131", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019640131_019668131"}, "model.ethereum_models.streamline__dex_pool_v2_allocpoints": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "DEX_POOL_V2_ALLOCPOINTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "WEEK": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "WEEK", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 5, "name": "CALL_NAME", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "FUNCTION_SIGNATURE", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 7, "name": "FUNCTION_INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2809856.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 156849.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__dex_pool_v2_allocpoints"}, "model.ethereum_models.streamline__decode_logs_history_019584129_019612129": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019584129_019612129", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019584129_019612129"}, "model.ethereum_models.sushi__ez_borrowing": {"metadata": {"type": "BASE TABLE", "schema": "SUSHI", "name": "EZ_BORROWING", "database": "ETHEREUM_DEV", "comment": "This is a table that shows all the events on ethereum that are related to Borrowing or repaying the loan", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events."}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": "The action that the user is taking.\n Borrow: user is borrowing an asset\n Repay: user is repaying the asset that they have borrowed in a previous loan\n Add collateral: user is depositing collateral for their loan. This happens some times in the same transaction as the borrowing transaction and some times in a separate transaction. \n Remove collateral: user is withdrawing collateral. This happens some times in the same transaction as the borrowing transaction and some times in a separate transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": ""}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": ""}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": ""}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": ""}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": ""}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": "The address of the lending pool. For sushi this will be the address of the kashi pair."}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": ""}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": "The address of the asset/collateral token that is being borrowed/repayed/deposited etc. depending on the action"}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": "The symbol of the asset/collateral that is payed or received, depending on the action"}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": "The meaning depends on the action:\nBorrow: The amount of the asset that the user is borrowing or\nRepay: The amount of the asset that the user is repaying\nAdd collateral: The amount of collateral that the user is depositing\nRemove collateral: The amount of collateral that the user is withdrawing"}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": "The meaning depends on the action:\nBorrow: The amount of the asset in USD that the user is borrowing or\nRepay: The amount of the asset in USD that the user is repaying\nAdd collateral: The amount of collateral in USD that the user is depositing\nRemove collateral: The amount of collateral in USD that the user is withdrawing"}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2376704.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 14582.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.sushi__ez_borrowing"}, "model.ethereum_models.streamline__decode_logs_history_019500126_019528126": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019500126_019528126", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019500126_019528126"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_deposits_SLOT_TIMESTAMP__day__1.0981022add": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BEACON_DEPOSITS_SLOT_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_deposits_SLOT_TIMESTAMP__day__1.0981022add"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__traces_TO_ADDRESS__0_xX_0_9a_fA_F_.3af876962e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRACES_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__traces_TO_ADDRESS__0_xX_0_9a_fA_F_.3af876962e"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__rarible_sales_update_sept_2022_BLOCK_TIMESTAMP__day__1.de89c56918": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__rarible_sales_update_sept_2022_BLOCK_TIMESTAMP__day__1.de89c56918"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_WITHDRAWER.d996b6ac88": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_WITHDRAWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_WITHDRAWER.d996b6ac88"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_PREMIUM_AMOUNT__decimal__float.dd2ed6ef28": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_FLASHLOANS_PREMIUM_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_PREMIUM_AMOUNT__decimal__float.dd2ed6ef28"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.74e36526fa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.74e36526fa"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_ETH1_DEPOSIT_ROOT__STRING__VARCHAR.a292af0257": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_ETH1_DEPOSIT_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_ETH1_DEPOSIT_ROOT__STRING__VARCHAR.a292af0257"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_TX_HASH__0_xX_0_9a_fA_F_.2ed20e4304": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_TOKEN_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_token_transfers_TX_HASH__0_xX_0_9a_fA_F_.2ed20e4304"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_TX_HASH__0_xX_0_9a_fA_F_.f25b6d0ca1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_TX_HASH__0_xX_0_9a_fA_F_.f25b6d0ca1"}, "model.ethereum_models.maker__ez_deposits": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_DEPOSITS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "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.ethereum_models.maker__ez_deposits"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_token_transfers__LOG_ID.e8a3ff1d6e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "EZ_TOKEN_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_token_transfers__LOG_ID.e8a3ff1d6e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__nftx_sales_PLATFORM_NAME__nftx.ff46a06e13": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "NFTX_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__nftx_sales_PLATFORM_NAME__nftx.ff46a06e13"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SOURCE_ROOT__STRING__VARCHAR.c79d330a75": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_SOURCE_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_SOURCE_ROOT__STRING__VARCHAR.c79d330a75"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balance_diffs_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.47a6cb6b8d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TOKEN_BALANCE_DIFFS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balance_diffs_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.47a6cb6b8d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.a8e11493ed": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.a8e11493ed"}, "model.ethereum_models.streamline__decode_logs_history_015617227_015649050": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015617227_015649050", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015617227_015649050"}, "test.ethereum_models.not_null_aave__ez_borrows_BLOCK_NUMBER.06794cf641": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_BLOCK_NUMBER.06794cf641"}, "test.ethereum_models.not_null_aave__ez_deposits_LENDING_POOL_CONTRACT.c04d6a51ef": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_LENDING_POOL_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_LENDING_POOL_CONTRACT.c04d6a51ef"}, "test.ethereum_models.not_null_aave__ez_proposals_BLOCKCHAIN.d4d9470caa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_BLOCKCHAIN.d4d9470caa"}, "test.ethereum_models.not_null_aave__ez_repayments_LENDING_POOL_CONTRACT.8a9d3dd51f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_REPAYMENTS_LENDING_POOL_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "REPAYED_TOKENS": {"type": "FLOAT", "index": 7, "name": "REPAYED_TOKENS", "comment": null}, "REPAYED_USD": {"type": "FLOAT", "index": 8, "name": "REPAYED_USD", "comment": null}, "PAYER": {"type": "TEXT", "index": 9, "name": "PAYER", "comment": null}, "BORROWER": {"type": "TEXT", "index": 10, "name": "BORROWER", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_repayments_LENDING_POOL_CONTRACT.8a9d3dd51f"}, "test.ethereum_models.not_null_compound__ez_borrows_EVENT_INDEX.4439ca92d2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_EVENT_INDEX.4439ca92d2"}, "test.ethereum_models.not_null_aave__ez_withdraws_BLOCKCHAIN.a664f7d10d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_WITHDRAWS_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_withdraws_BLOCKCHAIN.a664f7d10d"}, "test.ethereum_models.not_null_aave__ez_borrows_BORROWED_TOKENS.b4c259d768": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_BORROWED_TOKENS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_BORROWED_TOKENS.b4c259d768"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_COLLATERAL_TOKEN_PRICE__decimal__float.3cdb2a8cf7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_LIQUIDATIONS_COLLATERAL_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_liquidations_COLLATERAL_TOKEN_PRICE__decimal__float.3cdb2a8cf7"}, "test.ethereum_models.not_null_silver__transactions_NONCE.3eac435cf9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_NONCE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_NONCE.3eac435cf9"}, "test.ethereum_models.not_null_silver_maker__governance_votes__INSERTED_TIMESTAMP.a0d233a3e5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes__INSERTED_TIMESTAMP.a0d233a3e5"}, "test.ethereum_models.not_null_silver_nft__blur_sales_PRICE.5bcd7294c2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_PRICE.5bcd7294c2"}, "test.ethereum_models.not_null_silver_nft__blur_sales_INPUT_DATA.72b1a8378b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_INPUT_DATA.72b1a8378b"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_BLOCK_NUMBER.eff4fa805e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_BLOCK_NUMBER.eff4fa805e"}, "model.ethereum_models.streamline__aave_reserve_data_read": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "AAVE_RESERVE_DATA_READ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 12855021056.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 661088255.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__aave_reserve_data_read"}, "model.ethereum_models.streamline__decode_logs_history_009591762_009678025": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009591762_009678025", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009591762_009678025"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_SUB_MAX_BLOCK__NUMBER__FLOAT.000aee625c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_SUB_MAX_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_SUB_MAX_BLOCK__NUMBER__FLOAT.000aee625c"}, "model.ethereum_models.streamline__decode_logs_history_014215685_014250157": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014215685_014250157", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014215685_014250157"}, "model.ethereum_models.streamline__decode_logs_history_014684044_014717417": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014684044_014717417", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014684044_014717417"}, "model.ethereum_models.streamline__decode_logs_history_016812030_016840030": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016812030_016840030", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016812030_016840030"}, "test.ethereum_models.token_address_match_silver__token_prices_coin_gecko_hourly_TOKEN_ADDRESS.40224b5a92": {"metadata": {"type": "BASE TABLE", "schema": "TOKEN_ADDRESS_MATCH_SILVER", "name": "TOKEN_PRICES_COIN_GECKO_HOURLY_TOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TOKEN_ADDRESS": {"type": "TEXT", "index": 1, "name": "TOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.token_address_match_silver__token_prices_coin_gecko_hourly_TOKEN_ADDRESS.40224b5a92"}, "model.ethereum_models.aave__ez_proposals": {"metadata": {"type": "BASE TABLE", "schema": "AAVE", "name": "EZ_PROPOSALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 61952.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 148.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.aave__ez_proposals"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_TX_HASH__0_xX_0_9a_fA_F_.fc5de21e39": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_TX_HASH__0_xX_0_9a_fA_F_.fc5de21e39"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_BLOCK_NUMBER.dca4c9e916": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_VAULT_CREATION_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_BLOCK_NUMBER.dca4c9e916"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.0ba750599b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "SYNTHETIX_SWAPS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__synthetix_swaps_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.0ba750599b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_SENDER__0_xX_0_9a_fA_F_.d1fb465aee": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_SENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_SENDER__0_xX_0_9a_fA_F_.d1fb465aee"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__delegations_BLOCK_NUMBER__NUMBER__FLOAT.365b63f075": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "DELEGATIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__delegations_BLOCK_NUMBER__NUMBER__FLOAT.365b63f075"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_TO_ADDRESS__0_xX_0_9a_fA_F_.f65ff6bdb6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSFERS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transfers_TO_ADDRESS__0_xX_0_9a_fA_F_.f65ff6bdb6"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_prices_coin_market_cap_hourly_RECORDED_HOUR__TOKEN_ADDRESS.ae42f924d7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TOKEN_PRICES_COIN_MARKET_CAP_HOURLY_RECORDED_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "RECORDED_HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_prices_coin_market_cap_hourly_RECORDED_HOUR__TOKEN_ADDRESS.ae42f924d7"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_AMOUNT_DELEGATED.f2b991cdaa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_AMOUNT_DELEGATED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_AMOUNT_DELEGATED.f2b991cdaa"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_BLOCK_NUMBER.d34e2ab29c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_BLOCK_NUMBER.d34e2ab29c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_TOKEN_PRICE__NUMBER__FLOAT.c860fdba6e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_TOKEN_PRICE__NUMBER__FLOAT.c860fdba6e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TOTAL_FEES_USD__NUMBER__FLOAT.cccf25078e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_TOTAL_FEES_USD__NUMBER__FLOAT.cccf25078e"}, "model.ethereum_models.streamline__decode_logs_history_012910959_012945176": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012910959_012945176", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012910959_012945176"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.e2b6cae481": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.e2b6cae481"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.1d0260869c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.1d0260869c"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__governance_votes_BLOCK_TIMESTAMP__day__7.607b365b92": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_MAKER", "name": "GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__governance_votes_BLOCK_TIMESTAMP__day__7.607b365b92"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.c912f2f9cc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_ORIGIN_FUNCTION_SIGNATURE__0_xX_0_9a_fA_F_.c912f2f9cc"}, "model.ethereum_models.ethereum_share__fact_traces": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "FACT_TRACES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": null}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": null}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": null}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": null}, "DATA": {"type": "OBJECT", "index": 13, "name": "DATA", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 14, "name": "TX_STATUS", "comment": null}, "SUB_TRACES": {"type": "NUMBER", "index": 15, "name": "SUB_TRACES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 26653125120.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 148810349.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__fact_traces"}, "test.ethereum_models.not_null_aave__ez_liquidations_EVENT_INDEX.a814257706": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_EVENT_INDEX.a814257706"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_STABLE_DEBT_TOKEN__decimal__float.8a2fb1d7d7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_TOTAL_STABLE_DEBT_TOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_STABLE_DEBT_TOKEN__decimal__float.8a2fb1d7d7"}, "test.ethereum_models.not_null_aave__ez_withdraws_BLOCK_NUMBER.1f9cb3e0e7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_WITHDRAWS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "WITHDRAWN_TOKENS": {"type": "FLOAT", "index": 7, "name": "WITHDRAWN_TOKENS", "comment": null}, "WITHDRAWN_USD": {"type": "FLOAT", "index": 8, "name": "WITHDRAWN_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 10, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 13, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_withdraws_BLOCK_NUMBER.1f9cb3e0e7"}, "test.ethereum_models.not_null_core__dim_labels_LABEL_TYPE.65b0f6f1ed": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "DIM_LABELS_LABEL_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "CREATOR": {"type": "TEXT", "index": 2, "name": "CREATOR", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "ADDRESS_NAME": {"type": "TEXT", "index": 4, "name": "ADDRESS_NAME", "comment": null}, "LABEL_TYPE": {"type": "TEXT", "index": 5, "name": "LABEL_TYPE", "comment": null}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 6, "name": "LABEL_SUBTYPE", "comment": null}, "LABEL": {"type": "TEXT", "index": 7, "name": "LABEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__dim_labels_LABEL_TYPE.65b0f6f1ed"}, "test.ethereum_models.not_null_silver__token_meta_reads__INSERTED_TIMESTAMP.f930832546": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_META_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 2, "name": "TOKEN_NAME", "comment": null}, "TOKEN_DECIMALS": {"type": "TEXT", "index": 3, "name": "TOKEN_DECIMALS", "comment": null}, "TOKEN_SYMBOL": {"type": "TEXT", "index": 4, "name": "TOKEN_SYMBOL", "comment": null}, "COMPLETE_F": {"type": "TEXT", "index": 5, "name": "COMPLETE_F", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_meta_reads__INSERTED_TIMESTAMP.f930832546"}, "test.ethereum_models.not_null_silver__transfers_RAW_AMOUNT.c53823d6c7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSFERS_RAW_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "BLOCK_TIMESTAMP", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 8, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 9, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 10, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 11, "name": "RAW_AMOUNT", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transfers_RAW_AMOUNT.c53823d6c7"}, "test.ethereum_models.not_null_silver__univ3_positions_BLOCK_TIMESTAMP.0995aff250": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_BLOCK_TIMESTAMP.0995aff250"}, "test.ethereum_models.not_null_silver__univ3_positions_POOL_ADDRESS.c6280b2b87": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_POOL_ADDRESS.c6280b2b87"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_BLOCKCHAIN.27e7d21855": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_BLOCKCHAIN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_BLOCKCHAIN.27e7d21855"}, "model.ethereum_models.ethereum_share__ez_nft_mints": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "EZ_NFT_MINTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 5, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 6, "name": "PROJECT_NAME", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "NFT_TO_ADDRESS", "comment": null}, "TOKENID": {"type": "TEXT", "index": 9, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 10, "name": "TOKEN_METADATA", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 11, "name": "ERC1155_VALUE", "comment": null}, "MINT_PRICE_ETH": {"type": "FLOAT", "index": 12, "name": "MINT_PRICE_ETH", "comment": null}, "MINT_PRICE_USD": {"type": "FLOAT", "index": 13, "name": "MINT_PRICE_USD", "comment": null}, "NFT_COUNT": {"type": "NUMBER", "index": 14, "name": "NFT_COUNT", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 15, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT_USD", "comment": null}, "MINT_PRICE_TOKENS": {"type": "FLOAT", "index": 17, "name": "MINT_PRICE_TOKENS", "comment": null}, "MINT_PRICE_TOKENS_USD": {"type": "FLOAT", "index": 18, "name": "MINT_PRICE_TOKENS_USD", "comment": null}, "MINT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "MINT_TOKEN_SYMBOL", "comment": null}, "MINT_TOKEN_ADDRESS": {"type": "TEXT", "index": 20, "name": "MINT_TOKEN_ADDRESS", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 21, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 320622080.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2801324.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__ez_nft_mints"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_TX_HASH.d5c22e2447": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_TX_HASH.d5c22e2447"}, "test.ethereum_models.not_null_silver_maker__deposits_DEPOSITOR.c9c569d7e7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DEPOSITS_DEPOSITOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__deposits_DEPOSITOR.c9c569d7e7"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_ORIGIN_TO_ADDRESS.cc4315ca3c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_ORIGIN_TO_ADDRESS.cc4315ca3c"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_PLATFORM_FEE.2c7a3e610f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_PLATFORM_FEE.2c7a3e610f"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_TX_HASH.d621a10c0f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_TX_HASH.d621a10c0f"}, "model.ethereum_models.silver_maker__deposits": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "DEPOSITS", "database": "ETHEREUM_DEV", "comment": "A record of all deposits into Maker vaults", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": "An index signifying where an event occurred within a transaction."}, "DEPOSITOR": {"type": "TEXT", "index": 6, "name": "DEPOSITOR", "comment": "The address of the wallet that is making a deposit into a Maker vault."}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": "Address associated with a Maker Vault. A vault is a tool that allows the owner to deposit collateral and generate DAI."}, "TOKEN_DEPOSITED": {"type": "TEXT", "index": 8, "name": "TOKEN_DEPOSITED", "comment": "The address of the token / asset that is being deposited into a Maker vault."}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": "The symbol of the token / asset."}, "AMOUNT_DEPOSITED_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_DEPOSITED_UNADJUSTED", "comment": "The raw amount of the token being deposited into a Maker vault. Divide this through by POW(10, DECIMALS) to get the actual amount."}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": "Divide amount by POW(10, DECIMALS) to convert raw amount to actual amount."}, "AMOUNT_DEPOSITED": {"type": "FLOAT", "index": 12, "name": "AMOUNT_DEPOSITED", "comment": "The amount of the token being deposited into a Maker vault."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": "Time at which the record was inserted into the table."}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 13983744.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 136491.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__deposits"}, "model.ethereum_models.streamline__decode_logs_history_009855363_009936445": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009855363_009936445", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009855363_009936445"}, "model.ethereum_models.streamline__decode_logs_history_012278974_012311347": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012278974_012311347", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012278974_012311347"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_maker__delegations_TX_EVENT__delegate__undelegate.a33c04b0d8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_MAKER", "name": "DELEGATIONS_TX_EVENT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_maker__delegations_TX_EVENT__delegate__undelegate.a33c04b0d8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_ETH1_BLOCK_HASH__STRING__VARCHAR.27a7e95c10": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_ETH1_BLOCK_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_ETH1_BLOCK_HASH__STRING__VARCHAR.27a7e95c10"}, "model.ethereum_models.core__sv_fact_token_transfers": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_FACT_TOKEN_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "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.ethereum_models.core__sv_fact_token_transfers"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.17c020ccc1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_BALANCE_DIFFS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.17c020ccc1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_IN__NUMBER__FLOAT.752b8442d3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_AMOUNT_IN__NUMBER__FLOAT.752b8442d3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.11c94debef": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TOKEN_OUT__0_xX_0_9a_fA_F_.11c94debef"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.632f35bbba": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.632f35bbba"}, "test.ethereum_models.not_null_silver__beacon_blocks_SLOT_NUMBER.aeb8e3022c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_SLOT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_SLOT_NUMBER.aeb8e3022c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_EVENT_INDEX__NUMBER__FLOAT.3ed9bddbbd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_EVENT_INDEX__NUMBER__FLOAT.3ed9bddbbd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_PROPOSER_INDEX__NUMBER__FLOAT.2f7e93951f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_PROPOSER_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_PROPOSER_INDEX__NUMBER__FLOAT.2f7e93951f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_EPOCH_NUMBER__NUMBER__FLOAT.28e0d3b6e3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS_EPOCH_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_EPOCH_NUMBER__NUMBER__FLOAT.28e0d3b6e3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.9abb06ee02": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.9abb06ee02"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_DECIMALS.8f00758d92": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_DECIMALS.8f00758d92"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_TX_HASH__0_xX_0_9a_fA_F_.0eee0960b6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "LOGS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_TX_HASH__0_xX_0_9a_fA_F_.0eee0960b6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_pools_FEE__decimal__float__number.d92aa85e16": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_POOLS_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_pools_FEE__decimal__float__number.d92aa85e16"}, "test.ethereum_models.not_null_aave__ez_flashloans_TARGET_ADDRESS.135b521fdd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_TARGET_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_TARGET_ADDRESS.135b521fdd"}, "test.ethereum_models.not_null_aave__ez_votes_BLOCK_NUMBER.9432d81ff6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_BLOCK_NUMBER.9432d81ff6"}, "test.ethereum_models.not_null_compound__ez_liquidations_CTOKEN.609de863a9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_LIQUIDATIONS_CTOKEN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_liquidations_CTOKEN.609de863a9"}, "test.ethereum_models.not_null_silver__blocks_RECEIPTS_ROOT.cd3163505f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_RECEIPTS_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_RECEIPTS_ROOT.cd3163505f"}, "test.ethereum_models.not_null_silver__eth_balances_ID.f306ee3393": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCES_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 4, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 6, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balances_ID.f306ee3393"}, "model.ethereum_models.streamline__decode_logs_history_011945564_011983269": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011945564_011983269", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011945564_011983269"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TX_TO.18598a6c93": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_TO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TX_TO.18598a6c93"}, "test.ethereum_models.not_null_silver_maker__governance_votes_VOTER.9be8c8bff1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "GOVERNANCE_VOTES_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "VOTER": {"type": "TEXT", "index": 6, "name": "VOTER", "comment": null}, "POLLING_CONTRACT": {"type": "TEXT", "index": 7, "name": "POLLING_CONTRACT", "comment": null}, "VOTE_OPTION": {"type": "NUMBER", "index": 8, "name": "VOTE_OPTION", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 9, "name": "PROPOSAL_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 11, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__governance_votes_VOTER.9be8c8bff1"}, "test.ethereum_models.not_null_silver_maker__withdrawals_TX_STATUS.8bf9235b47": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_TX_STATUS.8bf9235b47"}, "test.ethereum_models.not_null_silver_nft__blur_sales_PLATFORM_NAME.1077537011": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_PLATFORM_NAME.1077537011"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_CURRENCY_ADDRESS.07b9dcb4b5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_CURRENCY_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_CURRENCY_ADDRESS.07b9dcb4b5"}, "model.ethereum_models.streamline__decode_logs_history_019024109_019052109": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019024109_019052109", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019024109_019052109"}, "model.ethereum_models.streamline__complete_beacon_blocks": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_BEACON_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "SLOT_NUMBER": {"type": "NUMBER", "index": 2, "name": "SLOT_NUMBER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 3, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 33046528.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1000309.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(slot_number, -3))", "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.ethereum_models.streamline__complete_beacon_blocks"}, "model.ethereum_models.streamline__decode_logs_history_007720439_007831570": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007720439_007831570", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007720439_007831570"}, "model.ethereum_models.streamline__decode_logs_history_008934587_008939587": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008934587_008939587", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008934587_008939587"}, "model.ethereum_models.streamline__decode_logs_history_012746582_012778839": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012746582_012778839", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012746582_012778839"}, "model.ethereum_models.streamline__decode_logs_history_015823301_015856913": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015823301_015856913", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015823301_015856913"}, "model.ethereum_models.streamline__decode_logs_history_016084004_016112004": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016084004_016112004", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016084004_016112004"}, "test.ethereum_models.not_null_silver__eth_balance_diffs__INSERTED_TIMESTAMP.1045584339": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCE_DIFFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balance_diffs__INSERTED_TIMESTAMP.1045584339"}, "test.ethereum_models.not_null_silver_dex__curve_swaps_EVENT_INDEX.ae4e5d2010": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "CURVE_SWAPS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 8, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "TX_TO": {"type": "TEXT", "index": 10, "name": "TX_TO", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 12, "name": "POOL_NAME", "comment": null}, "SENDER": {"type": "TEXT", "index": 13, "name": "SENDER", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 14, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 15, "name": "SYMBOL_IN", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 17, "name": "AMOUNT_IN", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 18, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 22, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT_OUT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 24, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 26, "name": "PLATFORM", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__curve_swaps_EVENT_INDEX.ae4e5d2010"}, "model.ethereum_models.streamline__decode_logs_history_018240081_018268081": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018240081_018268081", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018240081_018268081"}, "model.ethereum_models.streamline__decode_logs_history_018268082_018296082": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018268082_018296082", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018268082_018296082"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__dim_labels_ADDRESS_NAME__STRING__VARCHAR.7747aa45d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "DIM_LABELS_ADDRESS_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__dim_labels_ADDRESS_NAME__STRING__VARCHAR.7747aa45d1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_CTOKEN_PRICE__decimal__float.b87a5e8249": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_CTOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_CTOKEN_PRICE__decimal__float.b87a5e8249"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_AMOUNT1_UNADJ__decimal__float.094440a526": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "UNIV3_SWAPS_AMOUNT1_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__univ3_swaps_AMOUNT1_UNADJ__decimal__float.094440a526"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_SYMBOL_IN__STRING__VARCHAR.0fafbb5667": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "V2_SWAPS_SYMBOL_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__v2_swaps_SYMBOL_IN__STRING__VARCHAR.0fafbb5667"}, "test.ethereum_models.not_null_compound__ez_deposits_EVENT_INDEX.3b27754f68": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_EVENT_INDEX.3b27754f68"}, "model.ethereum_models.core__fact_transactions": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_TRANSACTIONS", "database": "ETHEREUM_DEV", "comment": "This table contains transaction level data for the Ethereum Blockchain. Each transaction will have a unique transaction hash, along with transactions fees and an ETH value transferred when applicable. Transactions may be native ETH transfers or interactions with contract addresses. For more information, please see [The Ethereum Organization - Transactions](https://ethereum.org/en/developers/docs/transactions/)", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "BLOCK_HASH": {"type": "TEXT", "index": 3, "name": "BLOCK_HASH", "comment": "Block hash is a unique 66-character identifier that is generate when a block is produced."}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "NONCE": {"type": "FLOAT", "index": 5, "name": "NONCE", "comment": "The number of transactions sent from a given address."}, "POSITION": {"type": "NUMBER", "index": 6, "name": "POSITION", "comment": "The position of the transaction within the block."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of the contract call."}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": "The sending address of this transaction."}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": "The receiving address of this transaction. This can be a contract address."}, "ETH_VALUE": {"type": "FLOAT", "index": 10, "name": "ETH_VALUE", "comment": "The value transacted in Ether."}, "TX_FEE": {"type": "FLOAT", "index": 11, "name": "TX_FEE", "comment": "Amount paid to validate the transaction in Ether."}, "GAS_PRICE": {"type": "FLOAT", "index": 12, "name": "GAS_PRICE", "comment": "Cost per unit of gas in Gwei."}, "GAS_LIMIT": {"type": "NUMBER", "index": 13, "name": "GAS_LIMIT", "comment": "Maximum amount of gas allocated for the transaction."}, "GAS_USED": {"type": "FLOAT", "index": 14, "name": "GAS_USED", "comment": "Gas used by transaction."}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 15, "name": "CUMULATIVE_GAS_USED", "comment": "The total amount of gas used when this transaction was executed in the block."}, "INPUT_DATA": {"type": "TEXT", "index": 16, "name": "INPUT_DATA", "comment": "This column contains additional data for this transaction, and is commonly used as part of a contract interaction or as a message to the recipient."}, "STATUS": {"type": "TEXT", "index": 17, "name": "STATUS", "comment": "Status of the transaction."}, "TX_JSON": {"type": "OBJECT", "index": 18, "name": "TX_JSON", "comment": "This JSON column contains the transaction details, including event logs."}}, "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.ethereum_models.core__fact_transactions"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_BLOCK_NUMBER.c4c6f44616": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_BLOCK_NUMBER.c4c6f44616"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_SUPPLY_APY__decimal__float.2d18484efb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_SUPPLY_APY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_SUPPLY_APY__decimal__float.2d18484efb"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3216fc3490": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "BALANCER_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.3216fc3490"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_TX_HASH__0_xX_0_9a_fA_F_.abb6961580": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_TX_HASH__0_xX_0_9a_fA_F_.abb6961580"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__nftx_sales_BLOCK_TIMESTAMP__day__1.d23cd81f40": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "NFTX_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__nftx_sales_BLOCK_TIMESTAMP__day__1.d23cd81f40"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_BORROWS_USD__decimal__float.f59744089f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_BORROWS_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_BORROWS_USD__decimal__float.f59744089f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RAW_AMOUNT__NUMBER__FLOAT.eb70e6172e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TRANSFERS_RAW_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__transfers_RAW_AMOUNT__NUMBER__FLOAT.eb70e6172e"}, "test.ethereum_models.not_null_silver__univ3_swaps_TX_HASH.9a932e1dc9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_TX_HASH.9a932e1dc9"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PLATFORM_FEE__NUMBER__FLOAT.d87eb08dfa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_PLATFORM_FEE__NUMBER__FLOAT.d87eb08dfa"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_nft_mints_BLOCK_TIMESTAMP__day__1.d4b6d94a29": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_CORE", "name": "EZ_NFT_MINTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_nft_mints_BLOCK_TIMESTAMP__day__1.d4b6d94a29"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__snapshot_proposals_proposal_id.64dcfca107": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__snapshot_proposals_proposal_id.64dcfca107"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__transfers__LOG_ID.3ebab76726": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__transfers__LOG_ID.3ebab76726"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_eth_transfers_BLOCK_TIMESTAMP__day__1.14fb372f47": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_CORE", "name": "EZ_ETH_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_core__ez_eth_transfers_BLOCK_TIMESTAMP__day__1.14fb372f47"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.554ffd8635": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.554ffd8635"}, "test.ethereum_models.not_null_aave__ez_deposits_BLOCK_TIMESTAMP.725cbabe46": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_BLOCK_TIMESTAMP.725cbabe46"}, "test.ethereum_models.not_null_aave__ez_votes_SUPPORT.466e73792b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_VOTES_SUPPORT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 3, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "NUMBER", "index": 4, "name": "PROPOSAL_ID", "comment": null}, "SUPPORT": {"type": "BOOLEAN", "index": 5, "name": "SUPPORT", "comment": null}, "VOTING_POWER": {"type": "TEXT", "index": 6, "name": "VOTING_POWER", "comment": null}, "VOTER": {"type": "TEXT", "index": 7, "name": "VOTER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 8, "name": "TX_HASH", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 9, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 10, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_votes_SUPPORT.466e73792b"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_INGESTED_AT.774efdbea6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_INGESTED_AT.774efdbea6"}, "test.ethereum_models.not_null_compound__ez_repayments_REPAY_CONTRACT_SYMBOL.d3ac4ee980": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_REPAY_CONTRACT_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_REPAY_CONTRACT_SYMBOL.d3ac4ee980"}, "test.ethereum_models.not_null_core__ez_token_transfers_HAS_PRICE.9b0670c203": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_HAS_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_HAS_PRICE.9b0670c203"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes_IPFS.e6bfc2e551": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES_IPFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes_IPFS.e6bfc2e551"}, "test.ethereum_models.not_null_silver__blocks_BLOCK_NUMBER.3ed5bd5a97": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_BLOCK_NUMBER.3ed5bd5a97"}, "test.ethereum_models.not_null_silver__token_balance_diffs_BLOCK_TIMESTAMP.22cb9d9150": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs_BLOCK_TIMESTAMP.22cb9d9150"}, "test.ethereum_models.not_null_silver__transactions_BLOCK_NUMBER.574ebe21b0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_BLOCK_NUMBER.574ebe21b0"}, "test.ethereum_models.not_null_silver__transactions_POSITION.6be7c293c7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_POSITION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_POSITION.6be7c293c7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_MIN_BLOCK__NUMBER__FLOAT.058f6b4bcd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_MIN_BLOCK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_MIN_BLOCK__NUMBER__FLOAT.058f6b4bcd"}, "test.ethereum_models.not_null_compound__ez_repayments_BLOCK_TIMESTAMP.8ebfbd5420": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_BLOCK_TIMESTAMP.8ebfbd5420"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_ORIGIN_FROM_ADDRESS.ff77d271cd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_ORIGIN_FROM_ADDRESS.ff77d271cd"}, "model.ethereum_models.streamline__decode_logs_history_008958128_009039650": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008958128_009039650", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008958128_009039650"}, "model.ethereum_models.streamline__decode_logs_history_009762302_009855362": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_009762302_009855362", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_009762302_009855362"}, "model.ethereum_models.streamline__decode_logs_history_014420052_014453745": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014420052_014453745", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014420052_014453745"}, "model.ethereum_models.streamline__decode_logs_history_017484054_017512054": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017484054_017512054", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017484054_017512054"}, "model.ethereum_models.bronze_api__snapshot_votes": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_API", "name": "SNAPSHOT_VOTES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1056694784.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 10178735.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.bronze_api__snapshot_votes"}, "model.ethereum_models.streamline__decode_logs_history_011762253_011798589": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011762253_011798589", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011762253_011798589"}, "model.ethereum_models.streamline__decode_logs_history_011127031_011163853": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011127031_011163853", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011127031_011163853"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TX_HASH.08e289ed65": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TX_HASH.08e289ed65"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_TOTAL_FEES.290020e9ec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_TOTAL_FEES.290020e9ec"}, "test.ethereum_models.not_null_silver_maker__repayments_PAYER.a952bc66c0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_PAYER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_PAYER.a952bc66c0"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_bronze_api__contract_reads__INSERTED_TIMESTAMP__day__1.8431cea70a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_BRONZE_API", "name": "CONTRACT_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_bronze_api__contract_reads__INSERTED_TIMESTAMP__day__1.8431cea70a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__chainlink_feeds__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.723831c7f8": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "CHAINLINK_FEEDS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__chainlink_feeds__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.723831c7f8"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTER.cb074bd65b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_VOTER.cb074bd65b"}, "model.ethereum_models.streamline__decode_logs_history_011870975_011907947": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011870975_011907947", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011870975_011907947"}, "model.ethereum_models.streamline__decode_logs_history_013742474_013778001": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013742474_013778001", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013742474_013778001"}, "test.ethereum_models.not_null_silver__beacon_blocks_ETH1_DEPOSIT_COUNT.8d8137f4ff": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_ETH1_DEPOSIT_COUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_ETH1_DEPOSIT_COUNT.8d8137f4ff"}, "test.ethereum_models.not_null_silver__beacon_blocks_ETH1_BLOCK_HASH.bea7cb4d6b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_ETH1_BLOCK_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_ETH1_BLOCK_HASH.bea7cb4d6b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TOKEN_OUT__STRING__VARCHAR.08e89ed24f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TOKEN_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_TOKEN_OUT__STRING__VARCHAR.08e89ed24f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_ORIGIN_TO_ADDRESS__STRING__VARCHAR.9c2962d66b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_ORIGIN_TO_ADDRESS__STRING__VARCHAR.9c2962d66b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.0cb1054e6c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.0cb1054e6c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_STABLE_DEBT_USD__decimal__float.2baa4b0ff1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_TOTAL_STABLE_DEBT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_TOTAL_STABLE_DEBT_USD__decimal__float.2baa4b0ff1"}, "test.ethereum_models.dbt_utils_expression_is_true_aave__ez_market_stats_TOTAL_STABLE_DEBT_USD___10000000000.f517c37137": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_EXPRESSION_IS_TRUE_AAVE", "name": "EZ_MARKET_STATS_TOTAL_STABLE_DEBT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_expression_is_true_aave__ez_market_stats_TOTAL_STABLE_DEBT_USD___10000000000.f517c37137"}, "test.ethereum_models.not_null_silver__aave_oracle_prices_ORACLE_CONTRACT.8e1c7d4dc0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_ORACLE_PRICES_ORACLE_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORACLE_CONTRACT": {"type": "TEXT", "index": 3, "name": "ORACLE_CONTRACT", "comment": null}, "VALUE_ETHEREUM": {"type": "TEXT", "index": 4, "name": "VALUE_ETHEREUM", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 6, "name": "TOKEN_ADDRESS", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 7, "name": "UNDERLYING_DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 8, "name": "PRICE", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "BLOCK_HOUR", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_oracle_prices_ORACLE_CONTRACT.8e1c7d4dc0"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_TX_FEE_USD.dec61f8fd8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_TX_FEE_USD.dec61f8fd8"}, "test.ethereum_models.not_null_silver__blocks_PARENT_HASH.a17a399346": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_PARENT_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_PARENT_HASH.a17a399346"}, "test.ethereum_models.not_null_silver_maker__repayments_TX_STATUS.0abf47cc9e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_TX_STATUS.0abf47cc9e"}, "test.ethereum_models.not_null_silver__univ3_swaps_EVENT_INDEX.f043d54899": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_EVENT_INDEX.f043d54899"}, "test.ethereum_models.not_null_silver__token_balance_diffs_ADDRESS.d65410562f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs_ADDRESS.d65410562f"}, "test.ethereum_models.not_null_silver__eth_transfers_BLOCK_NUMBER.fb2e040913": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 7, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 8, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "INPUT": {"type": "TEXT", "index": 10, "name": "INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_transfers_BLOCK_NUMBER.fb2e040913"}, "test.ethereum_models.not_null_aave__ez_proposals_PROPOSAL_ID.c344fcfab6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_PROPOSAL_ID.c344fcfab6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.0c8b5f87ea": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SUDOSWAP_SALES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__sudoswap_sales_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.0c8b5f87ea"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__v2_pool_weekly_metrics_DATE__BLOCK_NUMBER__CONTRACT_ADDRESS__PID.4d21f7f7bd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_DEX", "name": "V2_POOL_WEEKLY_METRICS_DATE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"DATE": {"type": "DATE", "index": 1, "name": "DATE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "PID": {"type": "TEXT", "index": 4, "name": "PID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_dex__v2_pool_weekly_metrics_DATE__BLOCK_NUMBER__CONTRACT_ADDRESS__PID.4d21f7f7bd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_PREV_BAL_UNADJ__NUMBER__FLOAT.0fa9891141": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TOKEN_BALANCE_DIFFS_PREV_BAL_UNADJ", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_balance_diffs_PREV_BAL_UNADJ__NUMBER__FLOAT.0fa9891141"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_BORROWS_TOKEN_AMOUNT__decimal__float.8c217d1897": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_BORROWS_TOKEN_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_BORROWS_TOKEN_AMOUNT__decimal__float.8c217d1897"}, "model.ethereum_models.streamline__decode_logs_history_011539350_011575623": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011539350_011575623", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011539350_011575623"}, "model.ethereum_models.streamline__decode_logs_history_008947088_008948587": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008947088_008948587", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008947088_008948587"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_INPUT_DATA.3afbf4d1d2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_INPUT_DATA.3afbf4d1d2"}, "test.ethereum_models.not_null_silver_maker__repayments_DECIMALS.817f555203": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_DECIMALS.817f555203"}, "model.ethereum_models.streamline__decode_logs_history_012586323_012617082": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012586323_012617082", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012586323_012617082"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_TOTAL_FEES.9a38d0c63e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_TOTAL_FEES.9a38d0c63e"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FUNCTION_SIGNATURE.2c1877dcb8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_ORIGIN_FUNCTION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_ORIGIN_FUNCTION_SIGNATURE.2c1877dcb8"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_DECIMALS__NUMBER__FLOAT.bf814784ea": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_TOKEN_TRANSFERS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_token_transfers_DECIMALS__NUMBER__FLOAT.bf814784ea"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__rarible_sales_update_sept_2022_PLATFORM_NAME__rarible.cb5361e649": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__rarible_sales_update_sept_2022_PLATFORM_NAME__rarible.cb5361e649"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_TX_HASH.3ee1749f3d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_TX_HASH.3ee1749f3d"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_LIQUIDITY_PROVIDER.dd2ef336ce": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_LIQUIDITY_PROVIDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_LIQUIDITY_PROVIDER.dd2ef336ce"}, "model.ethereum_models.streamline__decode_logs_history_008449854_008568080": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008449854_008568080", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008449854_008568080"}, "model.ethereum_models.streamline__decode_logs_history_012243150_012278973": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012243150_012278973", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012243150_012278973"}, "model.ethereum_models.streamline__token_balances_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "TOKEN_BALANCES_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "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.ethereum_models.streamline__token_balances_realtime"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__aave_token_prices_PRICES_HOUR__day__1.bcb7711772": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "AAVE_TOKEN_PRICES_PRICES_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__aave_token_prices_PRICES_HOUR__day__1.bcb7711772"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__x2y2_sales_EVENT_TYPE__bid_won__sale.9cbf01638e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "X2Y2_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__x2y2_sales_EVENT_TYPE__bid_won__sale.9cbf01638e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__dim_labels_LABEL_SUBTYPE__STRING__VARCHAR.80b827b7f5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "DIM_LABELS_LABEL_SUBTYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__dim_labels_LABEL_SUBTYPE__STRING__VARCHAR.80b827b7f5"}, "model.ethereum_models.streamline__decode_logs_history_019080111_019108111": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019080111_019108111", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019080111_019108111"}, "model.ethereum_models.streamline__decode_logs_history_017120041_017148041": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017120041_017148041", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017120041_017148041"}, "model.ethereum_models.streamline__decode_logs_history_011907948_011945563": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011907948_011945563", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011907948_011945563"}, "test.ethereum_models.not_null_silver_maker__liquidations_BLOCK_TIMESTAMP.755b950c0d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_BLOCK_TIMESTAMP.755b950c0d"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_ORIGIN_TO_ADDRESS.2dea816398": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_ORIGIN_TO_ADDRESS.2dea816398"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales__LOG_ID.4fcfe65825": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales__LOG_ID.4fcfe65825"}, "test.ethereum_models.not_null_silver_nft__blur_sales_ORIGIN_TO_ADDRESS.b5c62f81f7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_ORIGIN_TO_ADDRESS.b5c62f81f7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_TARGET_EPOCH__NUMBER__FLOAT.1f8590b53f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_ATTESTATIONS_TARGET_EPOCH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_attestations_TARGET_EPOCH__NUMBER__FLOAT.1f8590b53f"}, "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_PREV_TOTAL_ELEMENTS.670c04b512": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_PREV_TOTAL_ELEMENTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"STATE_TX_HASH": {"type": "TEXT", "index": 1, "name": "STATE_TX_HASH", "comment": null}, "STATE_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "STATE_BLOCK_NUMBER", "comment": null}, "STATE_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "STATE_BLOCK_TIMESTAMP", "comment": null}, "STATE_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "STATE_BATCH_INDEX", "comment": null}, "STATE_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "STATE_BATCH_ROOT", "comment": null}, "STATE_BATCH_SIZE": {"type": "NUMBER", "index": 6, "name": "STATE_BATCH_SIZE", "comment": null}, "STATE_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "STATE_PREV_TOTAL_ELEMENTS", "comment": null}, "STATE_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "STATE_MIN_BLOCK", "comment": null}, "STATE_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "STATE_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_state_hashes_STATE_PREV_TOTAL_ELEMENTS.670c04b512"}, "test.ethereum_models.not_null_silver_maker__delegations_TX_HASH.c058bd5452": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_TX_HASH.c058bd5452"}, "test.ethereum_models.not_null_silver_maker__repayments_BLOCK_TIMESTAMP.5b033fcb80": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_BLOCK_TIMESTAMP.5b033fcb80"}, "test.ethereum_models.not_null_silver_maker__liquidations_TX_HASH.0056a575cb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_TX_HASH.0056a575cb"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TOTAL_FEES__NUMBER__FLOAT.08041bbe52": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_TOTAL_FEES__NUMBER__FLOAT.08041bbe52"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_INPUT_DATA.0e155b06d2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_INPUT_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_INPUT_DATA.0e155b06d2"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_TOKEN_IN.e41b5ca91a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_TOKEN_IN.e41b5ca91a"}, "test.ethereum_models.not_null_silver__univ3_positions_TICK_UPPER.b7742ee478": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_TICK_UPPER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_TICK_UPPER.b7742ee478"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c39585c6f3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "LOGS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__logs_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c39585c6f3"}, "model.ethereum_models.streamline__decode_logs_history_018296083_018324083": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018296083_018324083", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018296083_018324083"}, "model.ethereum_models.streamline__decode_logs_history_017764064_017792064": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017764064_017792064", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017764064_017792064"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_TOKENID.5f96ea498c": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_TOKENID.5f96ea498c"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_TICK_UPPER.63f7835b1f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_TICK_UPPER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_TICK_UPPER.63f7835b1f"}, "test.ethereum_models.not_null_compound__ez_borrows_BORROWS_CONTRACT_ADDRESS.14b4f8a9c5": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_BORROWS_BORROWS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "BORROWS_CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "BORROWS_CONTRACT_ADDRESS", "comment": null}, "BORROWS_CONTRACT_SYMBOL": {"type": "TEXT", "index": 7, "name": "BORROWS_CONTRACT_SYMBOL", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 8, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 9, "name": "CTOKEN_SYMBOL", "comment": null}, "LOAN_AMOUNT": {"type": "FLOAT", "index": 10, "name": "LOAN_AMOUNT", "comment": null}, "LOAN_AMOUNT_USD": {"type": "FLOAT", "index": 11, "name": "LOAN_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_borrows_BORROWS_CONTRACT_ADDRESS.14b4f8a9c5"}, "test.ethereum_models.not_null_aave__ez_deposits_AAVE_VERSION.021d58cdfc": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_DEPOSITS_AAVE_VERSION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "ISSUED_TOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_TOKENS", "comment": null}, "SUPPLIED_USD": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_USD", "comment": null}, "DEPOSITOR_ADDRESS": {"type": "TEXT", "index": 9, "name": "DEPOSITOR_ADDRESS", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 11, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 12, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 14, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 15, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_deposits_AAVE_VERSION.021d58cdfc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.d4f38a6f88": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.d4f38a6f88"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_CREATOR_FEE_USD__NUMBER__FLOAT.12994666a6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_CREATOR_FEE_USD__NUMBER__FLOAT.12994666a6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TX_FEE_USD__NUMBER__FLOAT.f08cf2a35b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TX_FEE_USD__NUMBER__FLOAT.f08cf2a35b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TOTAL_FEES_USD__NUMBER__FLOAT.efddf784ea": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TOTAL_FEES_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TOTAL_FEES_USD__NUMBER__FLOAT.efddf784ea"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__blur_sales_EVENT_TYPE__bid_won__sale.398658629c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "BLUR_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__blur_sales_EVENT_TYPE__bid_won__sale.398658629c"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_PAYER.8a1f05134a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_PAYER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_PAYER.8a1f05134a"}, "model.ethereum_models.core__fact_hourly_token_prices": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "FACT_HOURLY_TOKEN_PRICES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": null}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "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.ethereum_models.core__fact_hourly_token_prices"}, "model.ethereum_models.core__ez_dex_swaps": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "EZ_DEX_SWAPS", "database": "ETHEREUM_DEV", "comment": "This table currently contains swap events from the ```fact_event_logs``` table for Uniswap V2, Uniswap V3, SushiSwap, Curve, Balancer, and Synthetix along with other helpful columns including an amount USD where possible. Other dexes coming soon! \nNote: A rule has been put in place to null out the amount_USD if that number is too divergent between amount_in_USD and amount_out_usd. This can happen for swaps of less liquid tokens during very high fluctuation of price.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of this transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address at the transaction level."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address at the transaction level."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": "The address interacted with for a given event."}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": ""}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": "The decoded event name for a given event."}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": "The amount of tokens put into the swap."}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": "The amount of tokens put into the swap converted to USD using the price of the token."}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": "The amount of tokens taken out of or received from the swap."}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": "The amount of tokens taken out of or received from the swap converted to USD using the price of the token."}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": "The Router is the Sender in the swap function."}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": "The tx_to is the address who receives the swapped token. This corresponds to the \"to\" field in the swap function."}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": "Event number within a transaction."}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": "This field denotes which application the liquidity pool belongs to."}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": "The address of the token sent for swap."}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": "The address of the token being swapped to."}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": "The symbol of the token sent for swap."}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": "The symbol of the token being swapped to."}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "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.ethereum_models.core__ez_dex_swaps"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.f4139933b0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_DEX_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.f4139933b0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TX_FEE__NUMBER__FLOAT.615a8e437b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_TX_FEE__NUMBER__FLOAT.615a8e437b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__withdrawals_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca6b000c1c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "WITHDRAWALS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__withdrawals_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.ca6b000c1c"}, "model.ethereum_models.streamline__decode_logs_history_012981463_013017953": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012981463_013017953", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012981463_013017953"}, "model.ethereum_models.streamline__decode_logs_history_007831571_007932174": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007831571_007932174", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007831571_007932174"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_DECIMALS.3f01e4c57b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_FLASH_LOANS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_flash_loans_DECIMALS.3f01e4c57b"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_PRICE.12d98fda92": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_PRICE.12d98fda92"}, "test.ethereum_models.not_null_silver_dex__v2_swaps_CONTRACT_ADDRESS.ba47556f4f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "V2_SWAPS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__v2_swaps_CONTRACT_ADDRESS.ba47556f4f"}, "test.ethereum_models.not_null_silver__traces_FROM_ADDRESS.285ef0c05b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRACES_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "GAS": {"type": "NUMBER", "index": 7, "name": "GAS", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 8, "name": "GAS_USED", "comment": null}, "INPUT": {"type": "TEXT", "index": 9, "name": "INPUT", "comment": null}, "OUTPUT": {"type": "TEXT", "index": 10, "name": "OUTPUT", "comment": null}, "TYPE": {"type": "TEXT", "index": 11, "name": "TYPE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 12, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 13, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "OBJECT", "index": 16, "name": "DATA", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 17, "name": "TX_STATUS", "comment": null}, "SUB_TRACES": {"type": "NUMBER", "index": 18, "name": "SUB_TRACES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__traces_FROM_ADDRESS.285ef0c05b"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_BLOCK_TIMESTAMP.6905200376": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DELEGATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_delegations_BLOCK_TIMESTAMP.6905200376"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__comp_v3_market_reads_ID.91b0b237ab": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_BRONZE_API", "name": "COMP_V3_MARKET_READS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze_api__comp_v3_market_reads_ID.91b0b237ab"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TX_FEE__NUMBER__FLOAT.60877f1f13": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_TX_FEE__NUMBER__FLOAT.60877f1f13"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_market_stats_BLOCK_HOUR__day__3.fee70cf656": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_AAVE", "name": "EZ_MARKET_STATS_BLOCK_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_aave__ez_market_stats_BLOCK_HOUR__day__3.fee70cf656"}, "model.ethereum_models.streamline__decode_logs_history_018576093_018604093": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018576093_018604093", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018576093_018604093"}, "model.ethereum_models.streamline__decode_logs_history_018800101_018828101": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018800101_018828101", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018800101_018828101"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_borrows_LOAN_AMOUNT_USD__decimal__float.e0c985231e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_BORROWS_LOAN_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_borrows_LOAN_AMOUNT_USD__decimal__float.e0c985231e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_NETWORK__STRING__VARCHAR.31e2a1e5bd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BLOCKS_NETWORK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__blocks_NETWORK__STRING__VARCHAR.31e2a1e5bd"}, "model.ethereum_models.streamline__decode_logs_history_018828102_018856102": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018828102_018856102", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018828102_018856102"}, "model.ethereum_models.streamline__decode_logs_history_018660096_018688096": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018660096_018688096", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018660096_018688096"}, "model.ethereum_models.streamline__decode_logs_history_017428052_017456052": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017428052_017456052", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017428052_017456052"}, "model.ethereum_models.streamline__decode_logs_history_014750908_014784640": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014750908_014784640", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014750908_014784640"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_pools_POOL_ADDRESS.a638ed97c1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "UNIV3_POOLS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__univ3_pools_POOL_ADDRESS.a638ed97c1"}, "test.ethereum_models.not_null_aave__ez_market_stats_AAVE_MARKET.d35f639628": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_MARKET_STATS_AAVE_MARKET", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_HOUR", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 3, "name": "AAVE_MARKET", "comment": null}, "LENDING_POOL_ADD": {"type": "TEXT", "index": 4, "name": "LENDING_POOL_ADD", "comment": null}, "DATA_PROVIDER": {"type": "TEXT", "index": 5, "name": "DATA_PROVIDER", "comment": null}, "RESERVE_NAME": {"type": "TEXT", "index": 6, "name": "RESERVE_NAME", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 7, "name": "ATOKEN_ADDRESS", "comment": null}, "STABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 8, "name": "STABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "VARIABLE_DEBT_TOKEN_ADDRESS": {"type": "TEXT", "index": 9, "name": "VARIABLE_DEBT_TOKEN_ADDRESS", "comment": null}, "RESERVE_PRICE": {"type": "FLOAT", "index": 10, "name": "RESERVE_PRICE", "comment": null}, "ATOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "ATOKEN_PRICE", "comment": null}, "TOTAL_LIQUIDITY_TOKEN": {"type": "FLOAT", "index": 12, "name": "TOTAL_LIQUIDITY_TOKEN", "comment": null}, "TOTAL_LIQUIDITY_USD": {"type": "FLOAT", "index": 13, "name": "TOTAL_LIQUIDITY_USD", "comment": null}, "TOTAL_STABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 14, "name": "TOTAL_STABLE_DEBT_TOKEN", "comment": null}, "TOTAL_STABLE_DEBT_USD": {"type": "FLOAT", "index": 15, "name": "TOTAL_STABLE_DEBT_USD", "comment": null}, "TOTAL_VARIABLE_DEBT_TOKEN": {"type": "FLOAT", "index": 16, "name": "TOTAL_VARIABLE_DEBT_TOKEN", "comment": null}, "TOTAL_VARIABLE_DEBT_USD": {"type": "FLOAT", "index": 17, "name": "TOTAL_VARIABLE_DEBT_USD", "comment": null}, "SUPPLY_RATE": {"type": "FLOAT", "index": 18, "name": "SUPPLY_RATE", "comment": null}, "BORROW_RATE_STABLE": {"type": "FLOAT", "index": 19, "name": "BORROW_RATE_STABLE", "comment": null}, "BORROW_RATE_VARIABLE": {"type": "FLOAT", "index": 20, "name": "BORROW_RATE_VARIABLE", "comment": null}, "AAVE_PRICE": {"type": "FLOAT", "index": 21, "name": "AAVE_PRICE", "comment": null}, "UTILIZATION_RATE": {"type": "FLOAT", "index": 22, "name": "UTILIZATION_RATE", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 23, "name": "AAVE_VERSION", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 24, "name": "BLOCKCHAIN", "comment": null}, "STKAAVE_RATE_SUPPLY": {"type": "FLOAT", "index": 25, "name": "STKAAVE_RATE_SUPPLY", "comment": null}, "STKAAVE_RATE_VARIABLE_BORROW": {"type": "FLOAT", "index": 26, "name": "STKAAVE_RATE_VARIABLE_BORROW", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 27, "name": "_INSERTED_TIMESTAMP", "comment": null}, "READ_ID": {"type": "TEXT", "index": 28, "name": "READ_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_market_stats_AAVE_MARKET.d35f639628"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.137a1de1c6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_PLATFORM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_PLATFORM_ADDRESS__0_xX_0_9a_fA_F_.137a1de1c6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.c0cf9ebeaf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "BLUR_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__blur_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.c0cf9ebeaf"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TOTAL_FEES__NUMBER__FLOAT.34249fb10e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TOTAL_FEES__NUMBER__FLOAT.34249fb10e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_BLOCK_NUMBER__NUMBER__FLOAT.d9ca2a1202": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_BLOCK_NUMBER__NUMBER__FLOAT.d9ca2a1202"}, "model.ethereum_models.streamline__compound_market_stats": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPOUND_MARKET_STATS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"FUNCTION_INPUT": {"type": "TEXT", "index": 1, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_INPUT_PLUG": {"type": "NUMBER", "index": 2, "name": "FUNCTION_INPUT_PLUG", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "ID": {"type": "TEXT", "index": 4, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 7, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 13488003584.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 694141314.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__compound_market_stats"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_BLOCK_NUMBER__NUMBER__FLOAT.6836e04b09": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "ETH_BALANCE_DIFFS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__eth_balance_diffs_BLOCK_NUMBER__NUMBER__FLOAT.6836e04b09"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_AUTHOR.87d61f5304": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_PROPOSAL_AUTHOR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_AUTHOR.87d61f5304"}, "model.ethereum_models.streamline__decode_logs_history_011688967_011726147": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011688967_011726147", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011688967_011726147"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_TX_HASH__0_xX_0_9a_fA_F_.17498d2bb6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__seaport_decoded_sales_TX_HASH__0_xX_0_9a_fA_F_.17498d2bb6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_RANDAO_REVEAL__STRING__VARCHAR.782854d101": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_BLOCKS_RANDAO_REVEAL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_blocks_RANDAO_REVEAL__STRING__VARCHAR.782854d101"}, "test.ethereum_models.not_null_silver__eth_balances_BLOCK_TIMESTAMP.ff3819a7ab": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 4, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 6, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balances_BLOCK_TIMESTAMP.ff3819a7ab"}, "test.ethereum_models.not_null_silver__aave_token_prices_ATOKEN_ADDRESS.89b9f95f34": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_TOKEN_PRICES_ATOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PRICES_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "PRICES_HOUR", "comment": null}, "UNDERLYING_ADDRESS": {"type": "TEXT", "index": 2, "name": "UNDERLYING_ADDRESS", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 4, "name": "ATOKEN_VERSION", "comment": null}, "ETH_PRICE": {"type": "FLOAT", "index": 5, "name": "ETH_PRICE", "comment": null}, "ORACLE_PRICE": {"type": "FLOAT", "index": 6, "name": "ORACLE_PRICE", "comment": null}, "BACKUP_PRICE": {"type": "FLOAT", "index": 7, "name": "BACKUP_PRICE", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 8, "name": "UNDERLYING_DECIMALS", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 9, "name": "UNDERLYING_SYMBOL", "comment": null}, "VALUE_ETHEREUM": {"type": "FLOAT", "index": 10, "name": "VALUE_ETHEREUM", "comment": null}, "HOURLY_PRICE": {"type": "FLOAT", "index": 11, "name": "HOURLY_PRICE", "comment": null}, "PRICE_ID": {"type": "TEXT", "index": 12, "name": "PRICE_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_token_prices_ATOKEN_ADDRESS.89b9f95f34"}, "test.ethereum_models.not_null_compound__ez_repayments_BORROWER.5187090046": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REPAYMENTS_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "PAYER": {"type": "TEXT", "index": 8, "name": "PAYER", "comment": null}, "REPAY_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "REPAY_CONTRACT_ADDRESS", "comment": null}, "REPAY_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "REPAY_CONTRACT_SYMBOL", "comment": null}, "REPAYED_AMOUNT": {"type": "FLOAT", "index": 11, "name": "REPAYED_AMOUNT", "comment": null}, "REPAYED_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "REPAYED_AMOUNT_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_repayments_BORROWER.5187090046"}, "test.ethereum_models.not_null_silver__eth_balance_diffs_ADDRESS.325df78bd2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCE_DIFFS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balance_diffs_ADDRESS.325df78bd2"}, "test.ethereum_models.not_null_aave__ez_borrows_BORROWER_ADDRESS.ab97c03dfd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_BORROWER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_BORROWER_ADDRESS.ab97c03dfd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_NFT_TO_ADDRESS__0_xX_0_9a_fA_F_.666276b920": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_NFT_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_NFT_TO_ADDRESS__0_xX_0_9a_fA_F_.666276b920"}, "model.ethereum_models.streamline__decode_logs_history_019416123_019444123": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019416123_019444123", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019416123_019444123"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_PLATFORM_NAME.ac234a5988": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_PLATFORM_NAME.ac234a5988"}, "test.ethereum_models.not_null_silver_nft__blur_sales_BLOCK_NUMBER.ab06628ffa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_BLOCK_NUMBER.ab06628ffa"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_TX_HASH.15bb08cadd": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_TX_HASH.15bb08cadd"}, "test.ethereum_models.not_null_silver__token_balances_BLOCK_TIMESTAMP.afe27362fe": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "BALANCE": {"type": "NUMBER", "index": 5, "name": "BALANCE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balances_BLOCK_TIMESTAMP.afe27362fe"}, "test.ethereum_models.not_null_silver__contracts_extended_CONTRACT_METADATA.6fbefddf5b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CONTRACTS_EXTENDED_CONTRACT_METADATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": null}, "BLOCK_NUMBER": {"type": "FLOAT", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATOR_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 6, "name": "LOGIC_ADDRESS", "comment": null}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 7, "name": "TOKEN_CONVENTION", "comment": null}, "NAME": {"type": "TEXT", "index": 8, "name": "NAME", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "FLOAT", "index": 10, "name": "DECIMALS", "comment": null}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 11, "name": "CONTRACT_METADATA", "comment": null}, "MODEL": {"type": "TEXT", "index": 12, "name": "MODEL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__contracts_extended_CONTRACT_METADATA.6fbefddf5b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_VAULT__0_xX_0_9a_fA_F_.143c0eeb0c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "REPAYMENTS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__repayments_VAULT__0_xX_0_9a_fA_F_.143c0eeb0c"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_BLOCK_NUMBER.7400a52ab5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_BLOCK_NUMBER.7400a52ab5"}, "model.ethereum_models.streamline__decode_logs_history_003505501_005129923": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_003505501_005129923", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_003505501_005129923"}, "model.ethereum_models.streamline__decode_logs_history_016224009_016252009": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016224009_016252009", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016224009_016252009"}, "model.ethereum_models.streamline__decode_logs_history_011163854_011201420": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011163854_011201420", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011163854_011201420"}, "model.ethereum_models.silver_maker__delegations": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_MAKER", "name": "DELEGATIONS", "database": "ETHEREUM_DEV", "comment": "A record of all MKR token delegations to Maker delegators. Maker delegators gain voting power for participation in Maker governance.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed."}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": "Status of the transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": "The address of the wallet that is delegating MKR to a delegator."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": "The name of the deployed contract. Please note this is not necessarily unique."}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": "Whether tokens are being delegated or undelegated in the transaction from a delegate."}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": "A contract address associated with the delegate receiving the delegation. A delegate then gains the voting power associated with the delegated tokens."}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": "The raw amount of MKR delegated. Divide through by POW(10, DECIMALS) to get the amount of MKR."}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": "Divide amount by POW(10, DECIMALS) to convert raw amount to actual amount."}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": "The amount of MKR delegated."}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": "Time at which the record was inserted into the table."}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 189440.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 866.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp::DATE, _inserted_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.ethereum_models.silver_maker__delegations"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__decoded_logs_EVENT_INDEX__NUMBER__FLOAT.ab5fda0d3f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "DECODED_LOGS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__decoded_logs_EVENT_INDEX__NUMBER__FLOAT.ab5fda0d3f"}, "model.ethereum_models.core__dim_contracts_extended": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_CONTRACTS_EXTENDED", "database": "ETHEREUM_DEV", "comment": "This table contains contract details for contracts deployed on the Ethereum blockchain.", "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": "Internal column."}, "BLOCK_NUMBER": {"type": "FLOAT", "index": 2, "name": "BLOCK_NUMBER", "comment": "The block number at which the contract was read and details recorded."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The block timestamp at which the contract was read and details recorded."}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATOR_ADDRESS", "comment": "The address of the contract creator."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": "The unique Ethereum address of the deployed contract."}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 6, "name": "LOGIC_ADDRESS", "comment": "The logic address, where applicable."}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 7, "name": "TOKEN_CONVENTION", "comment": "The token standard utilized by this contract."}, "NAME": {"type": "TEXT", "index": 8, "name": "NAME", "comment": "The name of the deployed contract. Please note this is not necessarily unique."}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": "The symbol used to represent this contract. Please note this is not necessarily unique."}, "DECIMALS": {"type": "FLOAT", "index": 10, "name": "DECIMALS", "comment": "The number of decimal places this contract needs adjusted where token values exist. For example, use the decimal field to correctly transform raw amounts in ```fact_token_transfers```."}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 11, "name": "CONTRACT_METADATA", "comment": "This JSON column contains other relevant details for each contract."}}, "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.ethereum_models.core__dim_contracts_extended"}, "model.ethereum_models.uniswapv3__ez_pool_stats": {"metadata": {"type": "VIEW", "schema": "UNISWAPV3", "name": "EZ_POOL_STATS", "database": "ETHEREUM_DEV", "comment": "Statistics for each pool, appened each time a transaction triggers a Pool Event (i.e. 'Initialize', 'Mint', 'Collect', 'Burn', 'Swap', 'Flash', 'IncreaseObservationCardinalityNext', 'SetFeeProtocol', 'CollectProtocol', etc.). \n\nA new record is appended each time this occurs. These stats are read from the Pool contract state leveraging Flipside's fully archival Ethereum cluster.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": "The blockchain on which transactions are being confirmed."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "FEE_GROWTH_GLOBAL0_X128": {"type": "FLOAT", "index": 4, "name": "FEE_GROWTH_GLOBAL0_X128", "comment": ""}, "FEE_GROWTH_GLOBAL1_X128": {"type": "FLOAT", "index": 5, "name": "FEE_GROWTH_GLOBAL1_X128", "comment": ""}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": "The contract address of the pool"}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": "The contract label/name of the pool"}, "PRICE_0_1": {"type": "FLOAT", "index": 8, "name": "PRICE_0_1", "comment": "The amount of token0 per token1 that the swap occurred at"}, "PRICE_1_0": {"type": "FLOAT", "index": 9, "name": "PRICE_1_0", "comment": "The amount of token1 per token0 that the swap occurred at"}, "PROTOCOL_FEES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "PROTOCOL_FEES_TOKEN0_ADJUSTED", "comment": "The amount of token0 owed to the protocol, decimal adjusted"}, "PROTOCOL_FEES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "PROTOCOL_FEES_TOKEN1_ADJUSTED", "comment": "The amount of token1 owed to the protocol, decimal adjusted"}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 12, "name": "TOKEN0_ADDRESS", "comment": "Contract address of token 0"}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 13, "name": "TOKEN1_ADDRESS", "comment": "Address of token1"}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": "Symbol of token0"}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": "Symbol of token1"}, "TICK": {"type": "FLOAT", "index": 16, "name": "TICK", "comment": "The tick of the pool according to the last tick transitions that was run."}, "UNLOCKED": {"type": "BOOLEAN", "index": 17, "name": "UNLOCKED", "comment": "Whether the pool is currently locked to reentrancy"}, "VIRTUAL_LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 18, "name": "VIRTUAL_LIQUIDITY_ADJUSTED", "comment": "The virtual liquidity of the pool"}, "VIRTUAL_RESERVES_TOKEN0_ADJUSTED": {"type": "FLOAT", "index": 19, "name": "VIRTUAL_RESERVES_TOKEN0_ADJUSTED", "comment": "The virtual reserves of token0, decimal adjusted, in the pool."}, "VIRTUAL_RESERVES_TOKEN1_ADJUSTED": {"type": "FLOAT", "index": 20, "name": "VIRTUAL_RESERVES_TOKEN1_ADJUSTED", "comment": "The virtual reserves of token1, decimal adjusted, in the pool."}, "VIRTUAL_RESERVES_TOKEN0_USD": {"type": "FLOAT", "index": 21, "name": "VIRTUAL_RESERVES_TOKEN0_USD", "comment": "The virtual reserves of token0, converted to USD."}, "VIRTUAL_RESERVES_TOKEN1_USD": {"type": "FLOAT", "index": 22, "name": "VIRTUAL_RESERVES_TOKEN1_USD", "comment": "The virtual reserves of token1, converted to USD."}, "TOKEN0_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 23, "name": "TOKEN0_BALANCE_ADJUSTED", "comment": "The balance of token0 locked in the pool contract as of this block, decimal adjusted."}, "TOKEN1_BALANCE_ADJUSTED": {"type": "FLOAT", "index": 24, "name": "TOKEN1_BALANCE_ADJUSTED", "comment": "The balance of token1 locked in the pool contract as of this block, decimal adjusted."}, "TOKEN0_BALANCE_USD": {"type": "FLOAT", "index": 25, "name": "TOKEN0_BALANCE_USD", "comment": "The balance of token0 locked in the pool contract as of this block in USD."}, "TOKEN1_BALANCE_USD": {"type": "FLOAT", "index": 26, "name": "TOKEN1_BALANCE_USD", "comment": "The balance of token1 locked in the pool contract as of this block in USD."}, "TOKEN0_BALANCE": {"type": "NUMBER", "index": 27, "name": "TOKEN0_BALANCE", "comment": "The balance of token0 locked in the pool contract as of this block."}, "TOKEN1_BALANCE": {"type": "NUMBER", "index": 28, "name": "TOKEN1_BALANCE", "comment": "The balance of token1 locked in the pool contract as of this 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.ethereum_models.uniswapv3__ez_pool_stats"}, "model.ethereum_models.sushi__ez_lending": {"metadata": {"type": "BASE TABLE", "schema": "SUSHI", "name": "EZ_LENDING", "database": "ETHEREUM_DEV", "comment": "This is a table that shows all the events on ethereum that are related to providing capital for lending and withdrawing capital", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events."}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": "The action that the user is taking.\n Deposit: user is depositing funds to be used for lending\n Withdraw: user has changed their mind and are no longer willing to lend, so they withdraw their asset"}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": ""}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": ""}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": ""}, "ASSET": {"type": "TEXT", "index": 8, "name": "ASSET", "comment": "The address of the asset (token) that is being deposited/withdrawn, depending on the action"}, "DEPOSITOR": {"type": "TEXT", "index": 9, "name": "DEPOSITOR", "comment": "Its the address of the user who is depositing for lending or withdrawing, depending on the action."}, "LENDER_IS_A_CONTRACT": {"type": "TEXT", "index": 10, "name": "LENDER_IS_A_CONTRACT", "comment": ""}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_ADDRESS", "comment": "The address of the lending pool. For sushi this will be the address of the kashi pair."}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": "Event number within a transaction."}, "AMOUNT": {"type": "FLOAT", "index": 13, "name": "AMOUNT", "comment": "The amount of the asset that the user is depositing or withdrawing, depending on the action."}, "AMOUNT_USD": {"type": "FLOAT", "index": 14, "name": "AMOUNT_USD", "comment": "The amount of the asset that the user is depositing or withdrawing, depending on the action."}, "LENDING_POOL": {"type": "TEXT", "index": 15, "name": "LENDING_POOL", "comment": ""}, "SYMBOL": {"type": "TEXT", "index": 16, "name": "SYMBOL", "comment": "The symbol of the asset that is lent or withdrawn, depending on the action"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": ""}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": "This is the primary key for this table. This is a concatenation of the transaction hash and the event index at which the event occurred. This field can be used within other event based tables such as ```fact_transfers``` & ```ez_token_transfers```."}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2158080.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 9866.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.sushi__ez_lending"}, "model.ethereum_models.streamline__decode_logs_history_012494226_012523499": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012494226_012523499", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012494226_012523499"}, "model.ethereum_models.core__sv_dim_dex_liquidity_pools": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_DIM_DEX_LIQUIDITY_POOLS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATION_TIME": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "CREATION_TIME", "comment": null}, "CREATION_TX": {"type": "TEXT", "index": 2, "name": "CREATION_TX", "comment": null}, "FACTORY_ADDRESS": {"type": "TEXT", "index": 3, "name": "FACTORY_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 4, "name": "POOL_NAME", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "TOKEN0": {"type": "TEXT", "index": 6, "name": "TOKEN0", "comment": null}, "TOKEN1": {"type": "TEXT", "index": 7, "name": "TOKEN1", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 8, "name": "PLATFORM", "comment": null}, "TOKENS": {"type": "ARRAY", "index": 9, "name": "TOKENS", "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.ethereum_models.core__sv_dim_dex_liquidity_pools"}, "model.ethereum_models.bronze__successful_reads": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "SUCCESSFUL_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 4, "name": "CALL_NAME", "comment": null}, "READ_OUTPUT": {"type": "TEXT", "index": 5, "name": "READ_OUTPUT", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 6, "name": "FUNCTION_INPUT", "comment": null}, "SEGMENTED_DATA": {"type": "ARRAY", "index": 7, "name": "SEGMENTED_DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 9, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 168212836352.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:16UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 3535844884.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_inserted_timestamp::date, function_signature)", "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.ethereum_models.bronze__successful_reads"}, "model.ethereum_models.streamline__uni_v3_position_reads": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "UNI_V3_POSITION_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 30906368.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1069543.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__uni_v3_position_reads"}, "model.ethereum_models.streamline__decode_logs_history_019920141_019948141": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019920141_019948141", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019920141_019948141"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_OUT__decimal__float.538f05d5fa": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "BALANCER_SWAPS_AMOUNT_OUT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__balancer_swaps_AMOUNT_OUT__decimal__float.538f05d5fa"}, "model.ethereum_models.ethereum_share__dim_dex_liquidity_pools": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "DIM_DEX_LIQUIDITY_POOLS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATION_TIME": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "CREATION_TIME", "comment": null}, "CREATION_TX": {"type": "TEXT", "index": 2, "name": "CREATION_TX", "comment": null}, "FACTORY_ADDRESS": {"type": "TEXT", "index": 3, "name": "FACTORY_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 4, "name": "POOL_NAME", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "TOKEN0": {"type": "TEXT", "index": 6, "name": "TOKEN0", "comment": null}, "TOKEN1": {"type": "TEXT", "index": 7, "name": "TOKEN1", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 8, "name": "PLATFORM", "comment": null}, "TOKENS": {"type": "ARRAY", "index": 9, "name": "TOKENS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 10453504.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 87695.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(pool_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": "model.ethereum_models.ethereum_share__dim_dex_liquidity_pools"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_withdraws_TX_HASH__EVENT_INDEX.d353eb6c94": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_AAVE", "name": "EZ_WITHDRAWS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 2, "name": "EVENT_INDEX", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_aave__ez_withdraws_TX_HASH__EVENT_INDEX.d353eb6c94"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.89dc1db5d1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "OPENSEA_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__opensea_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.89dc1db5d1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_FLASHLOAN_AMOUNT_USD__decimal__float.7fe968addb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_FLASHLOANS_FLASHLOAN_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_FLASHLOAN_AMOUNT_USD__decimal__float.7fe968addb"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_VOTE_OPTION.c0c7f58c62": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_GOVERNANCE_VOTES_VOTE_OPTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_governance_votes_VOTE_OPTION.c0c7f58c62"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_pools_CREATED_TIME__day__7.e09bdda7bd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "UNIV3_POOLS_CREATED_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__univ3_pools_CREATED_TIME__day__7.e09bdda7bd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__nft_transfers_BLOCK_NUMBER__NUMBER__FLOAT.6e27938ffc": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "NFT_TRANSFERS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__nft_transfers_BLOCK_NUMBER__NUMBER__FLOAT.6e27938ffc"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_TX_HASH__0_xX_0_9a_fA_F_.00c899a4dd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_TX_HASH__0_xX_0_9a_fA_F_.00c899a4dd"}, "model.ethereum_models.streamline__reads_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "READS_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 2, "name": "FUNCTION_SIGNATURE", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 3, "name": "CALL_NAME", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 4, "name": "FUNCTION_INPUT", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "BLOCK_NUMBER", "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.ethereum_models.streamline__reads_realtime"}, "model.ethereum_models.streamline__decode_logs_history_019052110_019080110": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019052110_019080110", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019052110_019080110"}, "test.ethereum_models.not_null_silver_maker__repayments_VAULT.e7cf969325": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "REPAYMENTS_VAULT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "PAYER": {"type": "TEXT", "index": 6, "name": "PAYER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_PAID": {"type": "TEXT", "index": 8, "name": "TOKEN_PAID", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_PAID_UNADJUSTED": {"type": "NUMBER", "index": 10, "name": "AMOUNT_PAID_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_PAID": {"type": "FLOAT", "index": 12, "name": "AMOUNT_PAID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__repayments_VAULT.e7cf969325"}, "test.ethereum_models.not_null_silver__univ3_positions_NF_POSITION_MANAGER_ADDRESS.b90e7ea551": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_NF_POSITION_MANAGER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_NF_POSITION_MANAGER_ADDRESS.b90e7ea551"}, "test.ethereum_models.not_null_silver__token_balance_diffs_BLOCK_NUMBER.b33117eb17": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TOKEN_BALANCE_DIFFS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 6, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 8, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__token_balance_diffs_BLOCK_NUMBER.b33117eb17"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f9a5395cd7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "GOVERNANCE_VOTES_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__governance_votes_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.f9a5395cd7"}, "model.ethereum_models.compound__ez_liquidations": {"metadata": {"type": "BASE TABLE", "schema": "COMPOUND", "name": "EZ_LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 6, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 7, "name": "CTOKEN_SYMBOL", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 8, "name": "LIQUIDATOR", "comment": null}, "CTOKENS_SEIZED": {"type": "FLOAT", "index": 9, "name": "CTOKENS_SEIZED", "comment": null}, "COLLATERAL_CTOKEN": {"type": "TEXT", "index": 10, "name": "COLLATERAL_CTOKEN", "comment": null}, "COLLATERAL_SYMBOL": {"type": "TEXT", "index": 11, "name": "COLLATERAL_SYMBOL", "comment": null}, "LIQUIDATION_AMOUNT": {"type": "FLOAT", "index": 12, "name": "LIQUIDATION_AMOUNT", "comment": null}, "LIQUIDATION_AMOUNT_USD": {"type": "FLOAT", "index": 13, "name": "LIQUIDATION_AMOUNT_USD", "comment": null}, "LIQUIDATION_CONTRACT_ADDRESS": {"type": "TEXT", "index": 14, "name": "LIQUIDATION_CONTRACT_ADDRESS", "comment": null}, "LIQUIDATION_CONTRACT_SYMBOL": {"type": "TEXT", "index": 15, "name": "LIQUIDATION_CONTRACT_SYMBOL", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 16, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3622912.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 17723.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.compound__ez_liquidations"}, "model.ethereum_models.streamline__decode_logs_history_008788950_008870383": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_008788950_008870383", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_008788950_008870383"}, "test.ethereum_models.not_null_sushi__ez_borrowing_Borrower.1f484a738a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING_BORROWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing_Borrower.1f484a738a"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PLATFORM_FEE.a9902b802b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_PLATFORM_FEE.a9902b802b"}, "model.ethereum_models.streamline__decode_logs_history_012843420_012877064": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012843420_012877064", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012843420_012877064"}, "test.ethereum_models.not_null_silver_maker__delegations_DELEGATE.f95e39bc6b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "DELEGATIONS_DELEGATE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 6, "name": "CONTRACT_ADDRESS", "comment": null}, "TX_EVENT": {"type": "TEXT", "index": 7, "name": "TX_EVENT", "comment": null}, "DELEGATE": {"type": "TEXT", "index": 8, "name": "DELEGATE", "comment": null}, "AMOUNT_DELEGATED_UNADJUSTED": {"type": "FLOAT", "index": 9, "name": "AMOUNT_DELEGATED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_DELEGATED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_DELEGATED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__delegations_DELEGATE.f95e39bc6b"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_TOKEN_IN.c0c492c38b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_TOKEN_IN.c0c492c38b"}, "model.ethereum_models.streamline__eth_balances_realtime": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "ETH_BALANCES_REALTIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "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.ethereum_models.streamline__eth_balances_realtime"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balance_diffs_ADDRESS__0_xX_0_9a_fA_F_.851bcd12a0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TOKEN_BALANCE_DIFFS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__token_balance_diffs_ADDRESS__0_xX_0_9a_fA_F_.851bcd12a0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_CREATOR_FEE__NUMBER__FLOAT.f8b97ce082": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_CREATOR_FEE__NUMBER__FLOAT.f8b97ce082"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_BLOCK_NUMBER__NUMBER__FLOAT.35c6b5d227": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_LENDING_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_BLOCK_NUMBER__NUMBER__FLOAT.35c6b5d227"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.f53a089385": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DELEGATIONS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__delegations_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.f53a089385"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__curve_pools_TOKEN_ADDRESS__0_xX_0_9a_fA_F_.7ffaec64f4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "CURVE_POOLS_TOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__curve_pools_TOKEN_ADDRESS__0_xX_0_9a_fA_F_.7ffaec64f4"}, "model.ethereum_models.sushi__ez_swaps": {"metadata": {"type": "VIEW", "schema": "SUSHI", "name": "EZ_SWAPS", "database": "ETHEREUM_DEV", "comment": "This table will contain all swap events done on the Sushiswap platform in the ```fact_event_logs table```, joined along with the addresses of both tokens in the swap and the decimal adjusted prices.\nNote: A rule has been put in place to null out the amount_USD if that number is too divergent between amount_in_USD and amount_out_usd. This can happen for swaps of less liquid tokens during very high fluctuation of price.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "Also known as block height. The block number, which indicates the length of the blockchain, increases after the addition of each new block."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The date and time at which the block was produced."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "Transaction hash is a unique 66-character identifier that is generated when a transaction is executed. This field will not be unique in this table, as a given transaction can include multiple events."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of this transaction."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address at the transaction level."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address at the transaction level."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": "The address interacted with for a given event."}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": ""}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": "The decoded event name for a given event."}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": "The amount of tokens put into the swap."}, "AMOUNT_OUT": {"type": "FLOAT", "index": 11, "name": "AMOUNT_OUT", "comment": "The amount of tokens taken out of or received from the swap."}, "SENDER": {"type": "TEXT", "index": 12, "name": "SENDER", "comment": "The Router is the Sender in the swap function."}, "TX_TO": {"type": "TEXT", "index": 13, "name": "TX_TO", "comment": "The tx_to is the address who receives the swapped token. This corresponds to the \"to\" field in the swap function."}, "EVENT_INDEX": {"type": "FLOAT", "index": 14, "name": "EVENT_INDEX", "comment": "Event number within a transaction."}, "PLATFORM": {"type": "TEXT", "index": 15, "name": "PLATFORM", "comment": "This field denotes which application the liquidity pool belongs to."}, "TOKEN_IN": {"type": "TEXT", "index": 16, "name": "TOKEN_IN", "comment": "The address of the token sent for swap."}, "TOKEN_OUT": {"type": "TEXT", "index": 17, "name": "TOKEN_OUT", "comment": "The address of the token being swapped to."}, "SYMBOL_IN": {"type": "TEXT", "index": 18, "name": "SYMBOL_IN", "comment": "The symbol of the token sent for swap."}, "SYMBOL_OUT": {"type": "TEXT", "index": 19, "name": "SYMBOL_OUT", "comment": "The symbol of the token being swapped to."}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_IN_USD", "comment": "The amount of tokens put into the swap converted to USD using the price of the token."}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 21, "name": "AMOUNT_OUT_USD", "comment": "The amount of tokens taken out of or received from the swap converted to USD using the price of the 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.ethereum_models.sushi__ez_swaps"}, "model.ethereum_models.streamline__decode_logs_history_014551913_014585983": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014551913_014585983", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014551913_014585983"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_AUCTION_ID.efd1a416f1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_LIQUIDATIONS_AUCTION_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_liquidations_AUCTION_ID.efd1a416f1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__withdrawals__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.878cd3f532": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "WITHDRAWALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__withdrawals__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.878cd3f532"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_borrows__log_id.0056c670d6": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_COMPOUND", "name": "EZ_BORROWS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_compound__ez_borrows__log_id.0056c670d6"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.869407dadd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "LOGS_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__logs_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.869407dadd"}, "model.ethereum_models.bronze_api__snapshot_proposals": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_API", "name": "SNAPSHOT_PROPOSALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 70353408.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:03UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 85514.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.bronze_api__snapshot_proposals"}, "model.ethereum_models.streamline__uni_v3_pool_reads": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "UNI_V3_POOL_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 2, "name": "FUNCTION_INPUT", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "FUNCTION_SIGNATURE", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 26349613568.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1291759755.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__uni_v3_pool_reads"}, "model.ethereum_models.streamline__complete_token_balances": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "COMPLETE_TOKEN_BALANCES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "ID": {"type": "TEXT", "index": 4, "name": "ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 78633400320.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2369822901.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__complete_token_balances"}, "model.ethereum_models.streamline__decode_logs_history_019304119_019332119": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019304119_019332119", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019304119_019332119"}, "model.ethereum_models.streamline__decode_logs_history_017736063_017764063": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_017736063_017764063", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_017736063_017764063"}, "model.ethereum_models.streamline__decode_logs_history_007433629_007581136": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_007433629_007581136", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_007433629_007581136"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_APY_SUPPLY__decimal__float.b93ea0be83": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_COMP_APY_SUPPLY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_APY_SUPPLY__decimal__float.b93ea0be83"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_borrows_BLOCK_TIMESTAMP__day__3.92892a604b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_COMPOUND", "name": "EZ_BORROWS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_compound__ez_borrows_BLOCK_TIMESTAMP__day__3.92892a604b"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.9df0803116": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_SELLER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_SELLER_ADDRESS__0_xX_0_9a_fA_F_.9df0803116"}, "model.ethereum_models.core__ez_current_balances": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "EZ_CURRENT_BALANCES", "database": "ETHEREUM_DEV", "comment": "This table contains the current, non 0, balances for wallets on the Ethereum Blockchain. Symbol, name, and price are joined where possible. Prices are calculated as of the last activity date and as of the most recently recorded hourly price. ERC721s are included.\n\nPlease note - the underlying data for this is large. If you want your query to run quickly, please use filters as much as possible. Using at least `last_activity_block_timestamp::date` as a filter will lead to optimal query performance.", "owner": "INTERNAL_DEV"}, "columns": {"LAST_ACTIVITY_BLOCK": {"type": "NUMBER", "index": 1, "name": "LAST_ACTIVITY_BLOCK", "comment": "The last block where this token was transferred by this address."}, "LAST_ACTIVITY_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "LAST_ACTIVITY_BLOCK_TIMESTAMP", "comment": ""}, "USER_ADDRESS": {"type": "TEXT", "index": 3, "name": "USER_ADDRESS", "comment": "The wallet address holding the tokens / ETH."}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": "The contract address of the token (null for ETH)."}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": "The current token or ETH balance for this address, without a decimal adjustment."}, "CURRENT_BAL": {"type": "FLOAT", "index": 6, "name": "CURRENT_BAL", "comment": "The decimal adjusted current token or ETH balance."}, "USD_VALUE_LAST_ACTIVITY": {"type": "FLOAT", "index": 7, "name": "USD_VALUE_LAST_ACTIVITY", "comment": "The value of the tokens or ETH in USD, at the time the last token activity occurred. Will be null for tokens without a decimal."}, "USD_VALUE_NOW": {"type": "FLOAT", "index": 8, "name": "USD_VALUE_NOW", "comment": "The value of the tokens or ETH in USD, as of the most recently recorded hourly price. Will be null for tokens without a decimal."}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": "The symbol of the token contract, or ETH."}, "TOKEN_NAME": {"type": "TEXT", "index": 10, "name": "TOKEN_NAME", "comment": "The name of the token contract, or Native ETH."}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": "The decimals for the token contract."}, "HAS_DECIMAL": {"type": "BOOLEAN", "index": 12, "name": "HAS_DECIMAL", "comment": "Whether the token has a decimal or not, either TRUE or FALSE."}, "HAS_PRICE": {"type": "BOOLEAN", "index": 13, "name": "HAS_PRICE", "comment": "Whether the token has an hourly price or not, either TRUE or FALSE."}, "LAST_RECORDED_PRICE": {"type": "TIMESTAMP_NTZ", "index": 14, "name": "LAST_RECORDED_PRICE", "comment": "The timestamp of the last hourly price recorded for this 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.ethereum_models.core__ez_current_balances"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_state_hashes_STATE_BLOCK_TIMESTAMP__day__1.d1d85104f0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__optimism_state_hashes_STATE_BLOCK_TIMESTAMP__day__1.d1d85104f0"}, "test.ethereum_models.not_null_silver__eth_transfers_TO_ADDRESS.f2b33456f2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_TRANSFERS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 5, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 6, "name": "ETH_VALUE", "comment": null}, "IDENTIFIER": {"type": "TEXT", "index": 7, "name": "IDENTIFIER", "comment": null}, "_CALL_ID": {"type": "TEXT", "index": 8, "name": "_CALL_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "INGESTED_AT", "comment": null}, "INPUT": {"type": "TEXT", "index": 10, "name": "INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_transfers_TO_ADDRESS.f2b33456f2"}, "test.ethereum_models.not_null_silver__blocks_NETWORK.65d2a5d7b1": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_NETWORK", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_NETWORK.65d2a5d7b1"}, "test.ethereum_models.not_null_core__ez_token_transfers__LOG_ID.0ec836c5f8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers__LOG_ID.0ec836c5f8"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__logs_BLOCK_TIMESTAMP__day__1.79d0ca0413": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "LOGS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__logs_BLOCK_TIMESTAMP__day__1.79d0ca0413"}, "test.ethereum_models.not_null_silver__decoded_logs_BLOCK_NUMBER.f854bc82a3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DECODED_LOGS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 3, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 4, "name": "EVENT_NAME", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "DECODED_DATA": {"type": "VARIANT", "index": 6, "name": "DECODED_DATA", "comment": null}, "TRANSFORMED": {"type": "VARIANT", "index": 7, "name": "TRANSFORMED", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 8, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECODED_FLAT": {"type": "OBJECT", "index": 10, "name": "DECODED_FLAT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__decoded_logs_BLOCK_NUMBER.f854bc82a3"}, "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTE_OPTION.21c6115f05": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_VOTES_VOTE_OPTION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 3, "name": "PROPOSAL_ID", "comment": null}, "VOTER": {"type": "TEXT", "index": 4, "name": "VOTER", "comment": null}, "VOTING_POWER": {"type": "NUMBER", "index": 5, "name": "VOTING_POWER", "comment": null}, "VOTE_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "VOTE_TIMESTAMP", "comment": null}, "VOTE_OPTION": {"type": "ARRAY", "index": 7, "name": "VOTE_OPTION", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_votes_VOTE_OPTION.21c6115f05"}, "test.ethereum_models.not_null_aave__ez_flashloans_INITIATOR_ADDRESS.5b74c39b32": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_FLASHLOANS_INITIATOR_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "FLASHLOAN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "FLASHLOAN_AMOUNT", "comment": null}, "FLASHLOAN_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "FLASHLOAN_AMOUNT_USD", "comment": null}, "PREMIUM_AMOUNT": {"type": "FLOAT", "index": 9, "name": "PREMIUM_AMOUNT", "comment": null}, "PREMIUM_AMOUNT_USD": {"type": "FLOAT", "index": 10, "name": "PREMIUM_AMOUNT_USD", "comment": null}, "INITIATOR_ADDRESS": {"type": "TEXT", "index": 11, "name": "INITIATOR_ADDRESS", "comment": null}, "TARGET_ADDRESS": {"type": "TEXT", "index": 12, "name": "TARGET_ADDRESS", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 13, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 15, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 16, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 17, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 18, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_flashloans_INITIATOR_ADDRESS.5b74c39b32"}, "test.ethereum_models.not_null_silver__transactions_EFFECTIVE_GAS_PRICE.fac733dec7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "TRANSACTIONS_EFFECTIVE_GAS_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "NONCE": {"type": "FLOAT", "index": 4, "name": "NONCE", "comment": null}, "POSITION": {"type": "NUMBER", "index": 5, "name": "POSITION", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 7, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 8, "name": "TO_ADDRESS", "comment": null}, "ETH_VALUE": {"type": "FLOAT", "index": 9, "name": "ETH_VALUE", "comment": null}, "BLOCK_HASH": {"type": "TEXT", "index": 10, "name": "BLOCK_HASH", "comment": null}, "GAS_PRICE": {"type": "FLOAT", "index": 11, "name": "GAS_PRICE", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 12, "name": "GAS_LIMIT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 13, "name": "INPUT_DATA", "comment": null}, "STATUS": {"type": "TEXT", "index": 14, "name": "STATUS", "comment": null}, "GAS_USED": {"type": "FLOAT", "index": 15, "name": "GAS_USED", "comment": null}, "CUMULATIVE_GAS_USED": {"type": "FLOAT", "index": 16, "name": "CUMULATIVE_GAS_USED", "comment": null}, "EFFECTIVE_GAS_PRICE": {"type": "FLOAT", "index": 17, "name": "EFFECTIVE_GAS_PRICE", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 18, "name": "TX_FEE", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TX_JSON": {"type": "OBJECT", "index": 21, "name": "TX_JSON", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__transactions_EFFECTIVE_GAS_PRICE.fac733dec7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_TOKEN_WITHDRAWN__0_xX_0_9a_fA_F_.55af87d3f3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "WITHDRAWALS_TOKEN_WITHDRAWN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_TOKEN_WITHDRAWN__0_xX_0_9a_fA_F_.55af87d3f3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.850781869b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.850781869b"}, "model.ethereum_models.streamline__decode_logs_history_013814712_013850142": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013814712_013850142", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013814712_013850142"}, "test.ethereum_models.not_null_sushi__ez_borrowing__LOG_ID.2c8a148cfa": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing__LOG_ID.2c8a148cfa"}, "test.ethereum_models.not_null_silver_maker__flash_loans_LENDER.14893f9ddb": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "FLASH_LOANS_LENDER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "BORROWER": {"type": "TEXT", "index": 5, "name": "BORROWER", "comment": null}, "LENDER": {"type": "TEXT", "index": 6, "name": "LENDER", "comment": null}, "TOKEN_LOANED": {"type": "TEXT", "index": 7, "name": "TOKEN_LOANED", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 8, "name": "SYMBOL", "comment": null}, "AMOUNT_LOANED_UNADJUSTED": {"type": "VARIANT", "index": 9, "name": "AMOUNT_LOANED_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 10, "name": "DECIMALS", "comment": null}, "AMOUNT_LOANED": {"type": "FLOAT", "index": 11, "name": "AMOUNT_LOANED", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 13, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__flash_loans_LENDER.14893f9ddb"}, "model.ethereum_models.streamline__decode_logs_history_012311348_012342014": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_012311348_012342014", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_012311348_012342014"}, "model.ethereum_models.streamline__decode_logs_history_011392786_011428831": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011392786_011428831", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011392786_011428831"}, "test.ethereum_models.not_null_silver_nft__opensea_sales_EVENT_TYPE.15a116ebe0": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "OPENSEA_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 3, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 6, "name": "EVENT_INDEX", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 7, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 8, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 9, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 10, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 11, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 14, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 15, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 16, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 17, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 18, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 19, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 20, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 21, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 30, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 31, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 32, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 33, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__opensea_sales_EVENT_TYPE.15a116ebe0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PRICE_USD__NUMBER__FLOAT.c971c47c2d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PRICE_USD__NUMBER__FLOAT.c971c47c2d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_BLOCK_NUMBER__NUMBER__FLOAT.80b0b9ff84": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_BLOCK_NUMBER__NUMBER__FLOAT.80b0b9ff84"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__sudoswap_sales__log_id.4c91d24792": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER_NFT", "name": "SUDOSWAP_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver_nft__sudoswap_sales__log_id.4c91d24792"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TX_FEE_USD__NUMBER__FLOAT.68c28c8147": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_TX_FEE_USD__NUMBER__FLOAT.68c28c8147"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_INGESTED_AT__TIMESTAMP_NTZ.df0515f572": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "OPENSEA_SALES_INGESTED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__opensea_sales_INGESTED_AT__TIMESTAMP_NTZ.df0515f572"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_INDEX__NUMBER__FLOAT.0508871367": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_BATCH_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_submission_hashes_L1_SUBMISSION_BATCH_INDEX__NUMBER__FLOAT.0508871367"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BATCH_INDEX__NUMBER__FLOAT.320fee4673": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BATCH_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BATCH_INDEX__NUMBER__FLOAT.320fee4673"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.46d23a274e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "OPTIMISM_STATE_HASHES_STATE_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__optimism_state_hashes_STATE_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.46d23a274e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_CREATOR_FEE_USD__NUMBER__FLOAT.f62a4846b3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_CREATOR_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__seaport_decoded_sales_CREATOR_FEE_USD__NUMBER__FLOAT.f62a4846b3"}, "test.ethereum_models.not_null_silver_nft__blur_sales_EVENT_TYPE.f9bc069ad6": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_EVENT_TYPE.f9bc069ad6"}, "test.ethereum_models.not_null_silver__created_contracts__INSERTED_TIMESTAMP.2879d2dcec": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CREATED_CONTRACTS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "CREATED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CREATED_CONTRACT_ADDRESS", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 5, "name": "CREATOR_ADDRESS", "comment": null}, "CREATED_CONTRACT_INPUT": {"type": "TEXT", "index": 6, "name": "CREATED_CONTRACT_INPUT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__created_contracts__INSERTED_TIMESTAMP.2879d2dcec"}, "test.ethereum_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_BLOCK_TIMESTAMP.b65a1fcead"}, "model.ethereum_models.streamline__decode_logs_history_015195683_015230048": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_015195683_015230048", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_015195683_015230048"}, "model.ethereum_models.streamline__decode_logs_history_005644535_005745912": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_005644535_005745912", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_005644535_005745912"}, "test.ethereum_models.not_null_silver_dex__balancer_swaps_EVENT_INDEX.c4477cb58f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "BALANCER_SWAPS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "AMOUNTIN_UNADJ": {"type": "NUMBER", "index": 11, "name": "AMOUNTIN_UNADJ", "comment": null}, "DECIMALS_IN": {"type": "NUMBER", "index": 12, "name": "DECIMALS_IN", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 13, "name": "SYMBOL_IN", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 14, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNTOUT_UNADJ": {"type": "NUMBER", "index": 16, "name": "AMOUNTOUT_UNADJ", "comment": null}, "DECIMALS_OUT": {"type": "NUMBER", "index": 17, "name": "DECIMALS_OUT", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 18, "name": "SYMBOL_OUT", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 19, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 20, "name": "AMOUNT_OUT_USD", "comment": null}, "POOLID": {"type": "TEXT", "index": 21, "name": "POOLID", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 22, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 23, "name": "TOKEN_OUT", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 24, "name": "POOL_ADDRESS", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "INGESTED_AT", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 27, "name": "PLATFORM", "comment": null}, "SENDER": {"type": "TEXT", "index": 28, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 29, "name": "TX_TO", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 30, "name": "POOL_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__balancer_swaps_EVENT_INDEX.c4477cb58f"}, "test.ethereum_models.not_null_silver__univ3_pools_INIT_PRICE_1_0.deaa40a935": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POOLS_INIT_PRICE_1_0", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CREATED_BLOCK": {"type": "NUMBER", "index": 1, "name": "CREATED_BLOCK", "comment": null}, "CREATED_TIME": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "CREATED_TIME", "comment": null}, "CREATED_TX_HASH": {"type": "TEXT", "index": 3, "name": "CREATED_TX_HASH", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 5, "name": "TOKEN1_ADDRESS", "comment": null}, "FEE": {"type": "NUMBER", "index": 6, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 7, "name": "FEE_PERCENT", "comment": null}, "TICK_SPACING": {"type": "NUMBER", "index": 8, "name": "TICK_SPACING", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 9, "name": "POOL_ADDRESS", "comment": null}, "INIT_TICK": {"type": "FLOAT", "index": 10, "name": "INIT_TICK", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 11, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 12, "name": "TOKEN1_DECIMALS", "comment": null}, "INIT_PRICE_1_0": {"type": "FLOAT", "index": 13, "name": "INIT_PRICE_1_0", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 15, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_NAME": {"type": "TEXT", "index": 16, "name": "TOKEN0_NAME", "comment": null}, "TOKEN1_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN1_NAME", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 18, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 19, "name": "TOKEN1_PRICE", "comment": null}, "USD_RATIO": {"type": "FLOAT", "index": 20, "name": "USD_RATIO", "comment": null}, "INIT_PRICE_1_0_USD": {"type": "FLOAT", "index": 21, "name": "INIT_PRICE_1_0_USD", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 23, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_pools_INIT_PRICE_1_0.deaa40a935"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.11598fc606": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PLATFORM_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PLATFORM_FEE_USD__NUMBER__FLOAT.11598fc606"}, "test.ethereum_models.not_null_silver__univ3_positions_TX_HASH.20d848925e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_TX_HASH.20d848925e"}, "test.ethereum_models.not_null_silver__blocks_BLOCK_HEADER_JSON.98268f8f2b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_BLOCK_HEADER_JSON", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_BLOCK_HEADER_JSON.98268f8f2b"}, "test.ethereum_models.not_null_core__ez_dex_swaps_BLOCK_TIMESTAMP.929581fe29": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_DEX_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_TO": {"type": "TEXT", "index": 15, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 16, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 17, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 18, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 19, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 20, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 21, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 22, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_dex_swaps_BLOCK_TIMESTAMP.929581fe29"}, "test.ethereum_models.not_null_silver__chainlink_feeds_CONTRACT_ADDRESS.26c024b562": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CHAINLINK_FEEDS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "READ_RESULT": {"type": "NUMBER", "index": 3, "name": "READ_RESULT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 5, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__chainlink_feeds_CONTRACT_ADDRESS.26c024b562"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_dex_swaps__LOG_ID.e945fa690a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_CORE", "name": "EZ_DEX_SWAPS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_core__ez_dex_swaps__LOG_ID.e945fa690a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.53f946e5f7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_DEX_SWAPS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_dex_swaps_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.53f946e5f7"}, "model.ethereum_models.streamline__decode_logs_history_019808137_019836137": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019808137_019836137", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019808137_019836137"}, "model.ethereum_models.streamline__decode_logs_history_018996108_019024108": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_018996108_019024108", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_018996108_019024108"}, "test.ethereum_models.not_null_silver__contracts_address.79fc23bbae": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "CONTRACTS_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 2, "name": "SYMBOL", "comment": null}, "NAME": {"type": "TEXT", "index": 3, "name": "NAME", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": null}, "CONTRACT_METADATA": {"type": "OBJECT", "index": 5, "name": "CONTRACT_METADATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__contracts_address.79fc23bbae"}, "model.ethereum_models.streamline__decode_logs_history_016532020_016560020": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016532020_016560020", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016532020_016560020"}, "model.ethereum_models.streamline__decode_logs_history_016112005_016140005": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016112005_016140005", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016112005_016140005"}, "model.ethereum_models.silver_dex__balancer_pools": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_DEX", "name": "BALANCER_POOLS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "POOLID": {"type": "TEXT", "index": 2, "name": "POOLID", "comment": null}, "TOKEN0": {"type": "TEXT", "index": 3, "name": "TOKEN0", "comment": null}, "TOKEN1": {"type": "TEXT", "index": 4, "name": "TOKEN1", "comment": null}, "TOKEN2": {"type": "TEXT", "index": 5, "name": "TOKEN2", "comment": null}, "TOKEN3": {"type": "TEXT", "index": 6, "name": "TOKEN3", "comment": null}, "TOKEN4": {"type": "TEXT", "index": 7, "name": "TOKEN4", "comment": null}, "TOKEN5": {"type": "TEXT", "index": 8, "name": "TOKEN5", "comment": null}, "TOKEN6": {"type": "TEXT", "index": 9, "name": "TOKEN6", "comment": null}, "TOKEN7": {"type": "TEXT", "index": 10, "name": "TOKEN7", "comment": null}, "TOKEN_ARRAY": {"type": "VARIANT", "index": 11, "name": "TOKEN_ARRAY", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 13, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 14, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 15, "name": "TOKEN1_DECIMALS", "comment": null}, "TOKEN2_SYMBOL": {"type": "TEXT", "index": 16, "name": "TOKEN2_SYMBOL", "comment": null}, "TOKEN2_DECIMALS": {"type": "NUMBER", "index": 17, "name": "TOKEN2_DECIMALS", "comment": null}, "TOKEN3_SYMBOL": {"type": "TEXT", "index": 18, "name": "TOKEN3_SYMBOL", "comment": null}, "TOKEN3_DECIMALS": {"type": "NUMBER", "index": 19, "name": "TOKEN3_DECIMALS", "comment": null}, "TOKEN4_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN4_SYMBOL", "comment": null}, "TOKEN4_DECIMALS": {"type": "NUMBER", "index": 21, "name": "TOKEN4_DECIMALS", "comment": null}, "TOKEN5_SYMBOL": {"type": "TEXT", "index": 22, "name": "TOKEN5_SYMBOL", "comment": null}, "TOKEN5_DECIMALS": {"type": "NUMBER", "index": 23, "name": "TOKEN5_DECIMALS", "comment": null}, "TOKEN6_SYMBOL": {"type": "TEXT", "index": 24, "name": "TOKEN6_SYMBOL", "comment": null}, "TOKEN6_DECIMALS": {"type": "NUMBER", "index": 25, "name": "TOKEN6_DECIMALS", "comment": null}, "TOKEN7_SYMBOL": {"type": "TEXT", "index": 26, "name": "TOKEN7_SYMBOL", "comment": null}, "TOKEN7_DECIMALS": {"type": "NUMBER", "index": 27, "name": "TOKEN7_DECIMALS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 28, "name": "POOL_NAME", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 29, "name": "POOL_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 4082176.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1094.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.silver_dex__balancer_pools"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_PLATFORM_NAME.c5e4d3de5e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_PLATFORM_NAME.c5e4d3de5e"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_NFT_ADDRESS.eee841b924": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_NFT_ADDRESS.eee841b924"}, "test.ethereum_models.not_null_silver_maker__withdrawals_TOKEN_WITHDRAWN.0dac3b290e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "WITHDRAWALS_TOKEN_WITHDRAWN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "WITHDRAWER": {"type": "TEXT", "index": 6, "name": "WITHDRAWER", "comment": null}, "VAULT": {"type": "TEXT", "index": 7, "name": "VAULT", "comment": null}, "TOKEN_WITHDRAWN": {"type": "TEXT", "index": 8, "name": "TOKEN_WITHDRAWN", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 9, "name": "SYMBOL", "comment": null}, "AMOUNT_WITHDRAWN_UNADJUSTED": {"type": "VARIANT", "index": 10, "name": "AMOUNT_WITHDRAWN_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "AMOUNT_WITHDRAWN": {"type": "FLOAT", "index": 12, "name": "AMOUNT_WITHDRAWN", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__withdrawals_TOKEN_WITHDRAWN.0dac3b290e"}, "test.ethereum_models.not_null_silver__univ3_positions_IS_ACTIVE.c48245553f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITIONS_IS_ACTIVE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "FEE": {"type": "FLOAT", "index": 5, "name": "FEE", "comment": null}, "FEE_PERCENT": {"type": "FLOAT", "index": 6, "name": "FEE_PERCENT", "comment": null}, "FEE_GROWTH_INSIDE0_LAST_X128": {"type": "FLOAT", "index": 7, "name": "FEE_GROWTH_INSIDE0_LAST_X128", "comment": null}, "FEE_GROWTH_INSIDE1_LAST_X128": {"type": "FLOAT", "index": 8, "name": "FEE_GROWTH_INSIDE1_LAST_X128", "comment": null}, "IS_ACTIVE": {"type": "BOOLEAN", "index": 9, "name": "IS_ACTIVE", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 11, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 12, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 13, "name": "NF_TOKEN_ID", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 14, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 15, "name": "POOL_NAME", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 16, "name": "TICK_UPPER", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 17, "name": "TICK_LOWER", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 18, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 19, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 20, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "TOKENS_OWED0_ADJUSTED": {"type": "FLOAT", "index": 26, "name": "TOKENS_OWED0_ADJUSTED", "comment": null}, "TOKENS_OWED1_ADJUSTED": {"type": "FLOAT", "index": 27, "name": "TOKENS_OWED1_ADJUSTED", "comment": null}, "TOKENS_OWED0_USD": {"type": "FLOAT", "index": 28, "name": "TOKENS_OWED0_USD", "comment": null}, "TOKENS_OWED1_USD": {"type": "FLOAT", "index": 29, "name": "TOKENS_OWED1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 30, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 31, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 32, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 33, "name": "TOKEN1_SYMBOL", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 34, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 35, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_positions_IS_ACTIVE.c48245553f"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__nft_transfers__LOG_ID.39058c5bc1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "NFT_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__nft_transfers__LOG_ID.39058c5bc1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.aa7bf6832a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "SUDOSWAP_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__sudoswap_sales_ORIGIN_FROM_ADDRESS__0_xX_0_9a_fA_F_.aa7bf6832a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_SIGNATURE__STRING__VARCHAR.9c7c961215": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "BEACON_DEPOSITS_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__beacon_deposits_SIGNATURE__STRING__VARCHAR.9c7c961215"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_blocks__INSERTED_TIMESTAMP__day__1.c790432964": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "BEACON_BLOCKS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__beacon_blocks__INSERTED_TIMESTAMP__day__1.c790432964"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_TX_HASH__0_xX_0_9a_fA_F_.6e7cff5a71": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "NFT_TRANSFERS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_TX_HASH__0_xX_0_9a_fA_F_.6e7cff5a71"}, "test.ethereum_models.not_null_compound__ez_redemptions_RECEIVED_CONTRACT_ADDRESS.4dc5d737a2": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_REDEMPTIONS_RECEIVED_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "RECEIVED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "RECEIVED_AMOUNT", "comment": null}, "RECEIVED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "RECEIVED_AMOUNT_USD", "comment": null}, "RECEIVED_CONTRACT_ADDRESS": {"type": "TEXT", "index": 9, "name": "RECEIVED_CONTRACT_ADDRESS", "comment": null}, "RECEIVED_CONTRACT_SYMBOL": {"type": "TEXT", "index": 10, "name": "RECEIVED_CONTRACT_SYMBOL", "comment": null}, "REDEEMED_CTOKEN": {"type": "FLOAT", "index": 11, "name": "REDEEMED_CTOKEN", "comment": null}, "REDEEMER": {"type": "TEXT", "index": 12, "name": "REDEEMER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_redemptions_RECEIVED_CONTRACT_ADDRESS.4dc5d737a2"}, "test.ethereum_models.not_null_aave__ez_borrows_BORROW_RATE_MODE.80998deed4": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_BORROW_RATE_MODE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_BORROW_RATE_MODE.80998deed4"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__rarible_sales_update_sept_2022__INSERTED_TIMESTAMP__day__1.115fa34479": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_nft__rarible_sales_update_sept_2022__INSERTED_TIMESTAMP__day__1.115fa34479"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5170203344": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.5170203344"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__beacon_attestations_ID.264a8d7b41": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "BEACON_ATTESTATIONS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__beacon_attestations_ID.264a8d7b41"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PRICE__NUMBER__FLOAT.8109969702": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__cryptopunk_sales_PRICE__NUMBER__FLOAT.8109969702"}, "test.ethereum_models.not_null_silver_nft__looksrare_sales_CREATOR_FEE.1517fe04d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "LOOKSRARE_SALES_CREATOR_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "NFT_FROM_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_FROM_ADDRESS", "comment": null}, "NFT_TO_ADDRESS": {"type": "TEXT", "index": 12, "name": "NFT_TO_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "INGESTED_AT", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__looksrare_sales_CREATOR_FEE.1517fe04d7"}, "test.ethereum_models.not_null_silver_nft__blur_sales_TOTAL_FEES.14dc3c7f82": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_TOTAL_FEES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_TOTAL_FEES.14dc3c7f82"}, "test.ethereum_models.not_null_silver__logs_ORIGIN_FROM_ADDRESS.1759538d91": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs_ORIGIN_FROM_ADDRESS.1759538d91"}, "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TOKENID.98acb4fa5a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SEAPORT_DECODED_SALES_TOKENID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 4, "name": "EVENT_INDEX", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 8, "name": "EVENT_NAME", "comment": null}, "OFFER_LENGTH": {"type": "NUMBER", "index": 9, "name": "OFFER_LENGTH", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 10, "name": "SELLER_ADDRESS", "comment": null}, "ORDERHASH": {"type": "TEXT", "index": 11, "name": "ORDERHASH", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 12, "name": "BUYER_ADDRESS", "comment": null}, "SALE_CATEGORY": {"type": "TEXT", "index": 13, "name": "SALE_CATEGORY", "comment": null}, "TRADE_TYPE": {"type": "TEXT", "index": 14, "name": "TRADE_TYPE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 15, "name": "EVENT_TYPE", "comment": null}, "IS_PRICE_ESTIMATED": {"type": "TEXT", "index": 16, "name": "IS_PRICE_ESTIMATED", "comment": null}, "ZONE": {"type": "TEXT", "index": 17, "name": "ZONE", "comment": null}, "TX_TYPE": {"type": "VARIANT", "index": 18, "name": "TX_TYPE", "comment": null}, "TOKEN_TYPE": {"type": "VARIANT", "index": 19, "name": "TOKEN_TYPE", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 20, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 21, "name": "PROJECT_NAME", "comment": null}, "TOKENID": {"type": "TEXT", "index": 22, "name": "TOKENID", "comment": null}, "ERC1155_VALUE": {"type": "VARIANT", "index": 23, "name": "ERC1155_VALUE", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 24, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 25, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 26, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 27, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 28, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 29, "name": "TOTAL_FEES", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 30, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 31, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 32, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 33, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 34, "name": "CREATOR_FEE_USD", "comment": null}, "CREATOR_FEE_1": {"type": "FLOAT", "index": 35, "name": "CREATOR_FEE_1", "comment": null}, "CREATOR_FEE_2": {"type": "FLOAT", "index": 36, "name": "CREATOR_FEE_2", "comment": null}, "CREATOR_FEE_3": {"type": "FLOAT", "index": 37, "name": "CREATOR_FEE_3", "comment": null}, "CREATOR_FEE_4": {"type": "FLOAT", "index": 38, "name": "CREATOR_FEE_4", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 39, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 40, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 41, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 42, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 43, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "DECODED_OUTPUT": {"type": "OBJECT", "index": 44, "name": "DECODED_OUTPUT", "comment": null}, "CONSIDERATION": {"type": "VARIANT", "index": 45, "name": "CONSIDERATION", "comment": null}, "OFFER": {"type": "VARIANT", "index": 46, "name": "OFFER", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 47, "name": "INPUT_DATA", "comment": null}, "LOG_ID_NFT": {"type": "TEXT", "index": 48, "name": "LOG_ID_NFT", "comment": null}, "INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 49, "name": "INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__seaport_decoded_sales_TOKENID.98acb4fa5a"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022__INSERTED_TIMESTAMP.6fdb0db3f3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022__INSERTED_TIMESTAMP.6fdb0db3f3"}, "test.ethereum_models.not_null_silver_nft__nftx_sales_PLATFORM_FEE.ec0fdca684": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "NFTX_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__nftx_sales_PLATFORM_FEE.ec0fdca684"}, "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TX_FEE.0b8cc57121": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "SUDOSWAP_SALES_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__sudoswap_sales_TX_FEE.0b8cc57121"}, "test.ethereum_models.not_null_silver__comp_market_stats_UNDERLYING_SYMBOL.3ad41a8991": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "COMP_MARKET_STATS_UNDERLYING_SYMBOL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_HOUR", "comment": null}, "CTOKEN_ADDRESS": {"type": "TEXT", "index": 4, "name": "CTOKEN_ADDRESS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOTAL_SUPPLY": {"type": "TEXT", "index": 6, "name": "TOTAL_SUPPLY", "comment": null}, "SUPPLY_TOKEN_AMOUNT": {"type": "FLOAT", "index": 7, "name": "SUPPLY_TOKEN_AMOUNT", "comment": null}, "BORROW_RATE_PER_BLOCK": {"type": "TEXT", "index": 8, "name": "BORROW_RATE_PER_BLOCK", "comment": null}, "BORROW_APY": {"type": "FLOAT", "index": 9, "name": "BORROW_APY", "comment": null}, "EXCHANGE_RATE_STORED": {"type": "TEXT", "index": 10, "name": "EXCHANGE_RATE_STORED", "comment": null}, "CTOKEN_PRICE": {"type": "FLOAT", "index": 11, "name": "CTOKEN_PRICE", "comment": null}, "SUPPLY_RATE_PER_BLOCK": {"type": "TEXT", "index": 12, "name": "SUPPLY_RATE_PER_BLOCK", "comment": null}, "SUPPLY_APY": {"type": "FLOAT", "index": 13, "name": "SUPPLY_APY", "comment": null}, "TOTAL_BORROWS": {"type": "TEXT", "index": 14, "name": "TOTAL_BORROWS", "comment": null}, "BORROWS_TOKEN_AMOUNT": {"type": "FLOAT", "index": 15, "name": "BORROWS_TOKEN_AMOUNT", "comment": null}, "TOTAL_RESERVES": {"type": "TEXT", "index": 16, "name": "TOTAL_RESERVES", "comment": null}, "RESERVES_TOKEN_AMOUNT": {"type": "FLOAT", "index": 17, "name": "RESERVES_TOKEN_AMOUNT", "comment": null}, "COMP_SUPPLY_USD": {"type": "FLOAT", "index": 18, "name": "COMP_SUPPLY_USD", "comment": null}, "COMP_BORROW_USD": {"type": "FLOAT", "index": 19, "name": "COMP_BORROW_USD", "comment": null}, "COMP_SPEED_USD": {"type": "FLOAT", "index": 20, "name": "COMP_SPEED_USD", "comment": null}, "ID": {"type": "TEXT", "index": 21, "name": "ID", "comment": null}, "SUPPLY_USD": {"type": "FLOAT", "index": 22, "name": "SUPPLY_USD", "comment": null}, "RESERVES_USD": {"type": "FLOAT", "index": 23, "name": "RESERVES_USD", "comment": null}, "BORROWS_USD": {"type": "FLOAT", "index": 24, "name": "BORROWS_USD", "comment": null}, "COMP_APY_BORROW": {"type": "FLOAT", "index": 25, "name": "COMP_APY_BORROW", "comment": null}, "COMP_APY_SUPPLY": {"type": "FLOAT", "index": 26, "name": "COMP_APY_SUPPLY", "comment": null}, "UNDERLYING_CONTRACT": {"type": "TEXT", "index": 27, "name": "UNDERLYING_CONTRACT", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 28, "name": "UNDERLYING_SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 29, "name": "TOKEN_PRICE", "comment": null}, "COMP_PRICE": {"type": "FLOAT", "index": 30, "name": "COMP_PRICE", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 31, "name": "CONTRACT_NAME", "comment": null}, "COMP_SPEED": {"type": "TEXT", "index": 32, "name": "COMP_SPEED", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__comp_market_stats_UNDERLYING_SYMBOL.3ad41a8991"}, "test.ethereum_models.not_null_silver__blocks_EXTRA_DATA.7b7824f6ea": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_EXTRA_DATA", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_EXTRA_DATA.7b7824f6ea"}, "test.ethereum_models.not_null_aave__ez_liquidations_BLOCK_TIMESTAMP.e4f292b196": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_LIQUIDATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "COLLATERAL_ASSET": {"type": "TEXT", "index": 5, "name": "COLLATERAL_ASSET", "comment": null}, "COLLATERAL_AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "COLLATERAL_AAVE_TOKEN", "comment": null}, "LIQUIDATED_AMOUNT": {"type": "FLOAT", "index": 7, "name": "LIQUIDATED_AMOUNT", "comment": null}, "LIQUIDATED_AMOUNT_USD": {"type": "FLOAT", "index": 8, "name": "LIQUIDATED_AMOUNT_USD", "comment": null}, "DEBT_ASSET": {"type": "TEXT", "index": 9, "name": "DEBT_ASSET", "comment": null}, "DEBT_AAVE_TOKEN": {"type": "TEXT", "index": 10, "name": "DEBT_AAVE_TOKEN", "comment": null}, "DEBT_TO_COVER_AMOUNT": {"type": "FLOAT", "index": 11, "name": "DEBT_TO_COVER_AMOUNT", "comment": null}, "DEBT_TO_COVER_AMOUNT_USD": {"type": "FLOAT", "index": 12, "name": "DEBT_TO_COVER_AMOUNT_USD", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "BORROWER": {"type": "TEXT", "index": 14, "name": "BORROWER", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 15, "name": "AAVE_VERSION", "comment": null}, "COLLATERAL_TOKEN_PRICE": {"type": "FLOAT", "index": 16, "name": "COLLATERAL_TOKEN_PRICE", "comment": null}, "COLLATERAL_TOKEN_SYMBOL": {"type": "TEXT", "index": 17, "name": "COLLATERAL_TOKEN_SYMBOL", "comment": null}, "DEBT_TOKEN_PRICE": {"type": "FLOAT", "index": 18, "name": "DEBT_TOKEN_PRICE", "comment": null}, "DEBT_TOKEN_SYMBOL": {"type": "TEXT", "index": 19, "name": "DEBT_TOKEN_SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 20, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 21, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 22, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_liquidations_BLOCK_TIMESTAMP.e4f292b196"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__curve_swaps_POOL_ADDRESS__0_xX_0_9a_fA_F_.238a3dc4d4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "CURVE_SWAPS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__curve_swaps_POOL_ADDRESS__0_xX_0_9a_fA_F_.238a3dc4d4"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_BUYER_ADDRESS__0_xX_0_9a_fA_F_.95699baf58": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__rarible_sales_update_sept_2022_BUYER_ADDRESS__0_xX_0_9a_fA_F_.95699baf58"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_TO_ADDRESS__0_xX_0_9a_fA_F_.0ab08ee86e": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "NFT_TRANSFERS_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__nft_transfers_TO_ADDRESS__0_xX_0_9a_fA_F_.0ab08ee86e"}, "test.ethereum_models.not_null_silver__beacon_attestations_TARGET_ROOT.857ab9e62d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_TARGET_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_TARGET_ROOT.857ab9e62d"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_deposits_TOKEN_PRICE__decimal__float.16603f8ab4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_DEPOSITS_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_deposits_TOKEN_PRICE__decimal__float.16603f8ab4"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TX_FEE_USD.477accbe18": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_TX_FEE_USD.477accbe18"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_meta_reads_contract_address.05a24e1e94": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "TOKEN_META_READS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__token_meta_reads_contract_address.05a24e1e94"}, "model.ethereum_models.streamline__decode_logs_history_019388122_019416122": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019388122_019416122", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019388122_019416122"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_UTILIZATION_RATE__decimal__float.8ded5ce030": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_UTILIZATION_RATE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_UTILIZATION_RATE__decimal__float.8ded5ce030"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_IN__decimal__float.2556c6f002": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "CURVE_SWAPS_AMOUNT_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__curve_swaps_AMOUNT_IN__decimal__float.2556c6f002"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_SUPPLY_TOKEN_AMOUNT__decimal__float.8365f99162": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_SUPPLY_TOKEN_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_SUPPLY_TOKEN_AMOUNT__decimal__float.8365f99162"}, "model.ethereum_models.streamline__decode_logs_history_019892140_019920140": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019892140_019920140", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019892140_019920140"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_redemptions_RECEIVED_AMOUNT_USD__decimal__float.07e36cafb1": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_COMPOUND", "name": "EZ_REDEMPTIONS_RECEIVED_AMOUNT_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_compound__ez_redemptions_RECEIVED_AMOUNT_USD__decimal__float.07e36cafb1"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PRICE_USD__NUMBER__FLOAT.d87e60eece": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_PRICE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PRICE_USD__NUMBER__FLOAT.d87e60eece"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_meta_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.1743826a2f": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "TOKEN_META_READS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__token_meta_reads__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.1743826a2f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.93cce89aaf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SUSHI", "name": "EZ_LENDING_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_sushi__ez_lending_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.93cce89aaf"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_TX_STATUS.672b60448a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_VAULT_CREATION_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_TX_STATUS.672b60448a"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balance_diffs__INSERTED_TIMESTAMP__day__2.7abe7f52c2": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "TOKEN_BALANCE_DIFFS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__token_balance_diffs__INSERTED_TIMESTAMP__day__2.7abe7f52c2"}, "test.ethereum_models.sequence_gaps_silver__transactions_POSITION__BLOCK_NUMBER.bb18e3a49e": {"metadata": {"type": "BASE TABLE", "schema": "SEQUENCE_GAPS_SILVER", "name": "TRANSACTIONS_POSITION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "PREV_POSITION": {"type": "NUMBER", "index": 2, "name": "PREV_POSITION", "comment": null}, "POSITION": {"type": "NUMBER", "index": 3, "name": "POSITION", "comment": null}, "GAP": {"type": "NUMBER", "index": 4, "name": "GAP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.sequence_gaps_silver__transactions_POSITION__BLOCK_NUMBER.bb18e3a49e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_ATOKEN_PRICE__decimal__float.c45ffbdb19": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_MARKET_STATS_ATOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_market_stats_ATOKEN_PRICE__decimal__float.c45ffbdb19"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_BLOCK_NUMBER.08ae70ea4c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_REPAYMENTS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_repayments_BLOCK_NUMBER.08ae70ea4c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__cryptopunk_sales_PLATFORM_NAME__larva_labs.3d9c5e9f17": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "CRYPTOPUNK_SALES_PLATFORM_NAME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__cryptopunk_sales_PLATFORM_NAME__larva_labs.3d9c5e9f17"}, "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_SIZE.9e7c95f6d8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "OPTIMISM_SUBMISSION_HASHES_L1_SUBMISSION_SIZE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"L1_SUBMISSION_TX_HASH": {"type": "TEXT", "index": 1, "name": "L1_SUBMISSION_TX_HASH", "comment": null}, "L1_SUBMISSION_BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "L1_SUBMISSION_BLOCK_NUMBER", "comment": null}, "L1_SUBMISSION_BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "L1_SUBMISSION_BLOCK_TIMESTAMP", "comment": null}, "L1_SUBMISSION_BATCH_INDEX": {"type": "NUMBER", "index": 4, "name": "L1_SUBMISSION_BATCH_INDEX", "comment": null}, "L1_SUBMISSION_BATCH_ROOT": {"type": "TEXT", "index": 5, "name": "L1_SUBMISSION_BATCH_ROOT", "comment": null}, "L1_SUBMISSION_SIZE": {"type": "NUMBER", "index": 6, "name": "L1_SUBMISSION_SIZE", "comment": null}, "L1_SUBMISSION_PREV_TOTAL_ELEMENTS": {"type": "NUMBER", "index": 7, "name": "L1_SUBMISSION_PREV_TOTAL_ELEMENTS", "comment": null}, "SUB_MIN_BLOCK": {"type": "NUMBER", "index": 8, "name": "SUB_MIN_BLOCK", "comment": null}, "SUB_MAX_BLOCK": {"type": "NUMBER", "index": 9, "name": "SUB_MAX_BLOCK", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__optimism_submission_hashes_L1_SUBMISSION_SIZE.9e7c95f6d8"}, "model.ethereum_models.streamline__dex_pool_v2_SLP_ratio": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "DEX_POOL_V2_SLP_RATIO", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}, "DAY": {"type": "DATE", "index": 2, "name": "DAY", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 5, "name": "CALL_NAME", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "FUNCTION_SIGNATURE", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 7, "name": "FUNCTION_INPUT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 11000320.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 468168.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(ROUND(block_number, -3))", "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.ethereum_models.streamline__dex_pool_v2_SLP_ratio"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_TOKEN_PRICE__decimal__float.bb80a4ee1d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_TOKEN_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_TOKEN_PRICE__decimal__float.bb80a4ee1d"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_DECIMALS.dc60864cf4": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_DECIMALS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_DECIMALS.dc60864cf4"}, "model.ethereum_models.streamline__decode_logs_history_019472125_019500125": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019472125_019500125", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019472125_019500125"}, "model.ethereum_models.maker__ez_vault_creation": {"metadata": {"type": "VIEW", "schema": "MAKER", "name": "EZ_VAULT_CREATION", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "CREATOR": {"type": "TEXT", "index": 5, "name": "CREATOR", "comment": null}, "VAULT": {"type": "TEXT", "index": 6, "name": "VAULT", "comment": null}, "VAULT_NUMBER": {"type": "NUMBER", "index": 7, "name": "VAULT_NUMBER", "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.ethereum_models.maker__ez_vault_creation"}, "model.ethereum_models.streamline__token_balances_history": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "TOKEN_BALANCES_HISTORY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "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.ethereum_models.streamline__token_balances_history"}, "model.ethereum_models.streamline__decode_logs_history_019668132_019696132": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019668132_019696132", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019668132_019696132"}, "test.ethereum_models.not_null_silver__aave_oracle_prices_BLOCK_HOUR.887cd8004b": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_ORACLE_PRICES_BLOCK_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ORACLE_CONTRACT": {"type": "TEXT", "index": 3, "name": "ORACLE_CONTRACT", "comment": null}, "VALUE_ETHEREUM": {"type": "TEXT", "index": 4, "name": "VALUE_ETHEREUM", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 6, "name": "TOKEN_ADDRESS", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 7, "name": "UNDERLYING_DECIMALS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 8, "name": "PRICE", "comment": null}, "BLOCK_HOUR": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "BLOCK_HOUR", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_oracle_prices_BLOCK_HOUR.887cd8004b"}, "model.ethereum_models.streamline__decode_logs_history_016952035_016980035": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016952035_016980035", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016952035_016980035"}, "model.ethereum_models.streamline__decode_logs_history_013778002_013814711": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013778002_013814711", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013778002_013814711"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_VAULT_NUMBER.a7b1914ef3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_VAULT_CREATION_VAULT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_vault_creation_VAULT_NUMBER.a7b1914ef3"}, "model.ethereum_models.streamline__decode_logs_history_013403901_013440501": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_013403901_013440501", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_013403901_013440501"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.d80fae9d88": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "LOOKSRARE_SALES_NFT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__looksrare_sales_NFT_ADDRESS__0_xX_0_9a_fA_F_.d80fae9d88"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_TX_HASH__0_xX_0_9a_fA_F_.2b5b006991": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "X2Y2_SALES_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__x2y2_sales_TX_HASH__0_xX_0_9a_fA_F_.2b5b006991"}, "model.ethereum_models.streamline__decode_logs_history_011240014_011278313": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_011240014_011278313", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_011240014_011278313"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_ID.5f300fabf8": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_PROPOSAL_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_PROPOSAL_ID.5f300fabf8"}, "test.ethereum_models.not_null_compound__ez_deposits_BLOCK_TIMESTAMP.985377a7a7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_COMPOUND", "name": "EZ_DEPOSITS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "CTOKEN": {"type": "TEXT", "index": 5, "name": "CTOKEN", "comment": null}, "CTOKEN_SYMBOL": {"type": "TEXT", "index": 6, "name": "CTOKEN_SYMBOL", "comment": null}, "ISSUED_CTOKENS": {"type": "FLOAT", "index": 7, "name": "ISSUED_CTOKENS", "comment": null}, "SUPPLIED_BASE_ASSET": {"type": "FLOAT", "index": 8, "name": "SUPPLIED_BASE_ASSET", "comment": null}, "SUPPLIED_BASE_ASSET_USD": {"type": "FLOAT", "index": 9, "name": "SUPPLIED_BASE_ASSET_USD", "comment": null}, "SUPPLIED_CONTRACT_ADDR": {"type": "TEXT", "index": 10, "name": "SUPPLIED_CONTRACT_ADDR", "comment": null}, "SUPPLIED_SYMBOL": {"type": "TEXT", "index": 11, "name": "SUPPLIED_SYMBOL", "comment": null}, "SUPPLIER": {"type": "TEXT", "index": 12, "name": "SUPPLIER", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 13, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 14, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_compound__ez_deposits_BLOCK_TIMESTAMP.985377a7a7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_BLOCK_NUMBER__NUMBER__FLOAT.26f855064c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_BLOCK_NUMBER__NUMBER__FLOAT.26f855064c"}, "model.ethereum_models.streamline__decode_logs_history_014923263_014958902": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_014923263_014958902", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_014923263_014958902"}, "test.ethereum_models.not_null_aave__ez_proposals_START_VOTING_PERIOD.1f5082b097": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_PROPOSALS_START_VOTING_PERIOD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "START_VOTING_PERIOD": {"type": "NUMBER", "index": 2, "name": "START_VOTING_PERIOD", "comment": null}, "END_VOTING_PERIOD": {"type": "NUMBER", "index": 3, "name": "END_VOTING_PERIOD", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 4, "name": "BLOCK_TIMESTAMP", "comment": null}, "GOVERNANCE_CONTRACT": {"type": "TEXT", "index": 5, "name": "GOVERNANCE_CONTRACT", "comment": null}, "PROPOSAL_ID": {"type": "TEXT", "index": 6, "name": "PROPOSAL_ID", "comment": null}, "STATUS": {"type": "TEXT", "index": 7, "name": "STATUS", "comment": null}, "TARGETS": {"type": "VARIANT", "index": 8, "name": "TARGETS", "comment": null}, "PROPOSER": {"type": "TEXT", "index": 9, "name": "PROPOSER", "comment": null}, "PROPOSAL_TX": {"type": "TEXT", "index": 10, "name": "PROPOSAL_TX", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 11, "name": "BLOCKCHAIN", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_proposals_START_VOTING_PERIOD.1f5082b097"}, "test.ethereum_models.not_null_silver__aave_token_prices_PRICES_HOUR.8d3e5b19b7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "AAVE_TOKEN_PRICES_PRICES_HOUR", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PRICES_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "PRICES_HOUR", "comment": null}, "UNDERLYING_ADDRESS": {"type": "TEXT", "index": 2, "name": "UNDERLYING_ADDRESS", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 4, "name": "ATOKEN_VERSION", "comment": null}, "ETH_PRICE": {"type": "FLOAT", "index": 5, "name": "ETH_PRICE", "comment": null}, "ORACLE_PRICE": {"type": "FLOAT", "index": 6, "name": "ORACLE_PRICE", "comment": null}, "BACKUP_PRICE": {"type": "FLOAT", "index": 7, "name": "BACKUP_PRICE", "comment": null}, "UNDERLYING_DECIMALS": {"type": "NUMBER", "index": 8, "name": "UNDERLYING_DECIMALS", "comment": null}, "UNDERLYING_SYMBOL": {"type": "TEXT", "index": 9, "name": "UNDERLYING_SYMBOL", "comment": null}, "VALUE_ETHEREUM": {"type": "FLOAT", "index": 10, "name": "VALUE_ETHEREUM", "comment": null}, "HOURLY_PRICE": {"type": "FLOAT", "index": 11, "name": "HOURLY_PRICE", "comment": null}, "PRICE_ID": {"type": "TEXT", "index": 12, "name": "PRICE_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__aave_token_prices_PRICES_HOUR.8d3e5b19b7"}, "test.ethereum_models.not_null_silver__beacon_attestations_SLOT_NUMBER.aae19054a3": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_SLOT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_SLOT_NUMBER.aae19054a3"}, "test.ethereum_models.not_null_bronze_api__snapshot_proposals_CREATED_AT.a301951597": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_BRONZE_API", "name": "SNAPSHOT_PROPOSALS_CREATED_AT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"PROPOSAL_ID": {"type": "TEXT", "index": 1, "name": "PROPOSAL_ID", "comment": null}, "IPFS": {"type": "TEXT", "index": 2, "name": "IPFS", "comment": null}, "CHOICES": {"type": "ARRAY", "index": 3, "name": "CHOICES", "comment": null}, "PROPOSAL_AUTHOR": {"type": "TEXT", "index": 4, "name": "PROPOSAL_AUTHOR", "comment": null}, "PROPOSAL_TITLE": {"type": "TEXT", "index": 5, "name": "PROPOSAL_TITLE", "comment": null}, "PROPOSAL_TEXT": {"type": "TEXT", "index": 6, "name": "PROPOSAL_TEXT", "comment": null}, "SPACE_ID": {"type": "TEXT", "index": 7, "name": "SPACE_ID", "comment": null}, "NETWORK": {"type": "TEXT", "index": 8, "name": "NETWORK", "comment": null}, "CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "CREATED_AT", "comment": null}, "PROPOSAL_START_TIME": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "PROPOSAL_START_TIME", "comment": null}, "PROPOSAL_END_TIME": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "PROPOSAL_END_TIME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_bronze_api__snapshot_proposals_CREATED_AT.a301951597"}, "model.ethereum_models.streamline__decode_logs_history_019248117_019276117": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_019248117_019276117", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_019248117_019276117"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TX_FEE_USD.befdbf157f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_TX_FEE_USD.befdbf157f"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_START_TIME.f1e4ae55cd": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_CORE", "name": "EZ_SNAPSHOT_PROPOSAL_START_TIME", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_core__ez_snapshot_PROPOSAL_START_TIME.f1e4ae55cd"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.db9436489d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_NFT", "name": "NFTX_SALES_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_nft__nftx_sales_ORIGIN_TO_ADDRESS__0_xX_0_9a_fA_F_.db9436489d"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_TX_STATUS.505249ab4a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_WITHDRAWALS_TX_STATUS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_withdrawals_TX_STATUS.505249ab4a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_TX_HASH__0_xX_0_9a_fA_F_.2b1185b80a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "DEPOSITS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__deposits_TX_HASH__0_xX_0_9a_fA_F_.2b1185b80a"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TX_FEE__NUMBER__FLOAT.afbe1903df": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_TX_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__rarible_sales_update_sept_2022_TX_FEE__NUMBER__FLOAT.afbe1903df"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__chainlink_feeds__INSERTED_TIMESTAMP__day__1.358a7a4f06": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER", "name": "CHAINLINK_FEEDS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver__chainlink_feeds__INSERTED_TIMESTAMP__day__1.358a7a4f06"}, "test.ethereum_models.not_null_silver__beacon_blocks_PARENT_ROOT.2c0443d343": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_BLOCKS_PARENT_ROOT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 2, "name": "EPOCH_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "SLOT_TIMESTAMP", "comment": null}, "PROPOSER_INDEX": {"type": "NUMBER", "index": 4, "name": "PROPOSER_INDEX", "comment": null}, "PARENT_ROOT": {"type": "TEXT", "index": 5, "name": "PARENT_ROOT", "comment": null}, "STATE_ROOT": {"type": "TEXT", "index": 6, "name": "STATE_ROOT", "comment": null}, "RANDAO_REVEAL": {"type": "TEXT", "index": 7, "name": "RANDAO_REVEAL", "comment": null}, "GRAFFITI": {"type": "TEXT", "index": 8, "name": "GRAFFITI", "comment": null}, "ETH1_BLOCK_HASH": {"type": "TEXT", "index": 9, "name": "ETH1_BLOCK_HASH", "comment": null}, "ETH1_DEPOSIT_COUNT": {"type": "NUMBER", "index": 10, "name": "ETH1_DEPOSIT_COUNT", "comment": null}, "ETH1_DEPOSIT_ROOT": {"type": "TEXT", "index": 11, "name": "ETH1_DEPOSIT_ROOT", "comment": null}, "EXECUTION_PAYLOAD": {"type": "VARIANT", "index": 12, "name": "EXECUTION_PAYLOAD", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 13, "name": "SIGNATURE", "comment": null}, "ATTESTER_SLASHINGS": {"type": "VARIANT", "index": 14, "name": "ATTESTER_SLASHINGS", "comment": null}, "PROPOSER_SLASHINGS": {"type": "VARIANT", "index": 15, "name": "PROPOSER_SLASHINGS", "comment": null}, "DEPOSITS": {"type": "VARIANT", "index": 16, "name": "DEPOSITS", "comment": null}, "ATTESTATIONS": {"type": "VARIANT", "index": 17, "name": "ATTESTATIONS", "comment": null}, "SLOT_JSON": {"type": "OBJECT", "index": 18, "name": "SLOT_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DATA": {"type": "VARIANT", "index": 20, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_blocks_PARENT_ROOT.2c0443d343"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PLATFORM_FEE__NUMBER__FLOAT.63ef886134": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "LOOKSRARE_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__looksrare_sales_PLATFORM_FEE__NUMBER__FLOAT.63ef886134"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_WITHDRAWER__0_xX_0_9a_fA_F_.4d61b10cbf": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_MAKER", "name": "WITHDRAWALS_WITHDRAWER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_maker__withdrawals_WITHDRAWER__0_xX_0_9a_fA_F_.4d61b10cbf"}, "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__delegations_BLOCK_TIMESTAMP__day__10.85f4475deb": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_ROW_VALUES_TO_HAVE_RECENT_DATA_SILVER_MAKER", "name": "DELEGATIONS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"MAX_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "MAX_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_row_values_to_have_recent_data_silver_maker__delegations_BLOCK_TIMESTAMP__day__10.85f4475deb"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__aave_liquidity_mining_BLOCK_NUMBER__TOKEN_ADDRESS.fe71bc446c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_SILVER", "name": "AAVE_LIQUIDITY_MINING_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_silver__aave_liquidity_mining_BLOCK_NUMBER__TOKEN_ADDRESS.fe71bc446c"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__flash_loans__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.7fbbad423a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_MAKER", "name": "FLASH_LOANS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_maker__flash_loans__INSERTED_TIMESTAMP__TIMESTAMP_NTZ.7fbbad423a"}, "model.ethereum_models.core__sv_ez_nft_sales": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "SV_EZ_NFT_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "AGGREGATOR_NAME": {"type": "TEXT", "index": 8, "name": "AGGREGATOR_NAME", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 9, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 10, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 12, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 13, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 14, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 15, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 16, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 17, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 18, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 19, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 20, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 21, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 22, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 26, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 27, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 30, "name": "ORIGIN_FUNCTION_SIGNATURE", "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.ethereum_models.core__sv_ez_nft_sales"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PRICE__NUMBER__FLOAT.bfa6fec79d": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "X2Y2_SALES_PRICE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__x2y2_sales_PRICE__NUMBER__FLOAT.bfa6fec79d"}, "model.ethereum_models.ethereum_share__ez_token_transfers": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM_SHARE", "name": "EZ_TOKEN_TRANSFERS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2395719168.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 23153717.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.ethereum_share__ez_token_transfers"}, "test.ethereum_models.not_null_silver__decoded_logs_CONTRACT_ADDRESS.a01d1b4e36": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DECODED_LOGS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 3, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 4, "name": "EVENT_NAME", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "DECODED_DATA": {"type": "VARIANT", "index": 6, "name": "DECODED_DATA", "comment": null}, "TRANSFORMED": {"type": "VARIANT", "index": 7, "name": "TRANSFORMED", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 8, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECODED_FLAT": {"type": "OBJECT", "index": 10, "name": "DECODED_FLAT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__decoded_logs_CONTRACT_ADDRESS.a01d1b4e36"}, "test.ethereum_models.not_null_silver__decoded_logs_EVENT_INDEX.30a709a344": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "DECODED_LOGS_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "EVENT_INDEX": {"type": "NUMBER", "index": 3, "name": "EVENT_INDEX", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 4, "name": "EVENT_NAME", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "DECODED_DATA": {"type": "VARIANT", "index": 6, "name": "DECODED_DATA", "comment": null}, "TRANSFORMED": {"type": "VARIANT", "index": 7, "name": "TRANSFORMED", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 8, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DECODED_FLAT": {"type": "OBJECT", "index": 10, "name": "DECODED_FLAT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__decoded_logs_EVENT_INDEX.30a709a344"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_eth_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c184e67497": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_CORE", "name": "EZ_ETH_TRANSFERS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_core__ez_eth_transfers_BLOCK_TIMESTAMP__TIMESTAMP_NTZ.c184e67497"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__looksrare_sales_EVENT_TYPE__bid_won__sale.1a3346fb31": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_SET_SILVER_NFT", "name": "LOOKSRARE_SALES_EVENT_TYPE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"VALUE_FIELD": {"type": "TEXT", "index": 1, "name": "VALUE_FIELD", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_set_silver_nft__looksrare_sales_EVENT_TYPE__bid_won__sale.1a3346fb31"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_EVENT_INDEX.56c6e07a79": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_EVENT_INDEX", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_EVENT_INDEX.56c6e07a79"}, "test.ethereum_models.not_null_silver_maker__liquidations_NORMALIZED_STABLECOIN_DEBT.48a8cb6a35": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS_NORMALIZED_STABLECOIN_DEBT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations_NORMALIZED_STABLECOIN_DEBT.48a8cb6a35"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_FLASHLOAN_AMOUNT__decimal__float.87ed91e54c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_AAVE", "name": "EZ_FLASHLOANS_FLASHLOAN_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_aave__ez_flashloans_FLASHLOAN_AMOUNT__decimal__float.87ed91e54c"}, "test.ethereum_models.not_null_core__ez_token_transfers_ORIGIN_FROM_ADDRESS.9fe38480be": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_CORE", "name": "EZ_TOKEN_TRANSFERS_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "FROM_ADDRESS": {"type": "TEXT", "index": 8, "name": "FROM_ADDRESS", "comment": null}, "TO_ADDRESS": {"type": "TEXT", "index": 9, "name": "TO_ADDRESS", "comment": null}, "RAW_AMOUNT": {"type": "FLOAT", "index": 10, "name": "RAW_AMOUNT", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 11, "name": "DECIMALS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 12, "name": "SYMBOL", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "HAS_DECIMAL": {"type": "TEXT", "index": 16, "name": "HAS_DECIMAL", "comment": null}, "HAS_PRICE": {"type": "TEXT", "index": 17, "name": "HAS_PRICE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 18, "name": "_LOG_ID", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 20, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_core__ez_token_transfers_ORIGIN_FROM_ADDRESS.9fe38480be"}, "test.ethereum_models.not_null_silver__logs__LOG_ID.8c3f196b2a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"_LOG_ID": {"type": "TEXT", "index": 1, "name": "_LOG_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 7, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "INGESTED_AT", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 10, "name": "EVENT_INDEX", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 11, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 12, "name": "CONTRACT_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 13, "name": "EVENT_NAME", "comment": null}, "EVENT_INPUTS": {"type": "OBJECT", "index": 14, "name": "EVENT_INPUTS", "comment": null}, "TOPICS": {"type": "VARIANT", "index": 15, "name": "TOPICS", "comment": null}, "DATA": {"type": "TEXT", "index": 16, "name": "DATA", "comment": null}, "EVENT_REMOVED": {"type": "TEXT", "index": 17, "name": "EVENT_REMOVED", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 18, "name": "TX_STATUS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__logs__LOG_ID.8c3f196b2a"}, "test.ethereum_models.not_null_silver__univ3_lp_actions_BLOCK_NUMBER.ba41ab03a7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_LP_ACTIONS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 5, "name": "ACTION", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 6, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 7, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 8, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 9, "name": "AMOUNT1_USD", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 10, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 11, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 13, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 14, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 15, "name": "TOKEN1_PRICE", "comment": null}, "LIQUIDITY": {"type": "NUMBER", "index": 16, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 17, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 18, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "NUMBER", "index": 19, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 20, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 21, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 22, "name": "POOL_NAME", "comment": null}, "TICK_LOWER": {"type": "FLOAT", "index": 23, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "FLOAT", "index": 24, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER_1_0": {"type": "FLOAT", "index": 25, "name": "PRICE_LOWER_1_0", "comment": null}, "PRICE_UPPER_1_0": {"type": "FLOAT", "index": 26, "name": "PRICE_UPPER_1_0", "comment": null}, "PRICE_LOWER_0_1": {"type": "FLOAT", "index": 27, "name": "PRICE_LOWER_0_1", "comment": null}, "PRICE_UPPER_0_1": {"type": "FLOAT", "index": 28, "name": "PRICE_UPPER_0_1", "comment": null}, "PRICE_LOWER_1_0_USD": {"type": "FLOAT", "index": 29, "name": "PRICE_LOWER_1_0_USD", "comment": null}, "PRICE_UPPER_1_0_USD": {"type": "FLOAT", "index": 30, "name": "PRICE_UPPER_1_0_USD", "comment": null}, "PRICE_LOWER_0_1_USD": {"type": "FLOAT", "index": 31, "name": "PRICE_LOWER_0_1_USD", "comment": null}, "PRICE_UPPER_0_1_USD": {"type": "FLOAT", "index": 32, "name": "PRICE_UPPER_0_1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 33, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 34, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_lp_actions_BLOCK_NUMBER.ba41ab03a7"}, "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TX_HASH.0ddffba449": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_DEX", "name": "SYNTHETIX_SWAPS_TX_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 4, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 7, "name": "CONTRACT_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 8, "name": "POOL_NAME", "comment": null}, "EVENT_NAME": {"type": "TEXT", "index": 9, "name": "EVENT_NAME", "comment": null}, "AMOUNT_IN": {"type": "FLOAT", "index": 10, "name": "AMOUNT_IN", "comment": null}, "AMOUNT_IN_USD": {"type": "FLOAT", "index": 11, "name": "AMOUNT_IN_USD", "comment": null}, "AMOUNT_OUT": {"type": "FLOAT", "index": 12, "name": "AMOUNT_OUT", "comment": null}, "AMOUNT_OUT_USD": {"type": "FLOAT", "index": 13, "name": "AMOUNT_OUT_USD", "comment": null}, "SENDER": {"type": "TEXT", "index": 14, "name": "SENDER", "comment": null}, "TX_FROM": {"type": "TEXT", "index": 15, "name": "TX_FROM", "comment": null}, "TX_TO": {"type": "TEXT", "index": 16, "name": "TX_TO", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 17, "name": "EVENT_INDEX", "comment": null}, "PLATFORM": {"type": "TEXT", "index": 18, "name": "PLATFORM", "comment": null}, "TOKEN_IN": {"type": "TEXT", "index": 19, "name": "TOKEN_IN", "comment": null}, "TOKEN_OUT": {"type": "TEXT", "index": 20, "name": "TOKEN_OUT", "comment": null}, "SYMBOL_IN": {"type": "TEXT", "index": 21, "name": "SYMBOL_IN", "comment": null}, "SYMBOL_OUT": {"type": "TEXT", "index": 22, "name": "SYMBOL_OUT", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 23, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 24, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_dex__synthetix_swaps_TX_HASH.0ddffba449"}, "model.ethereum_models.streamline__decode_logs": {"metadata": {"type": "BASE TABLE", "schema": "STREAMLINE", "name": "DECODE_LOGS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "PROXY_ADDRESS": {"type": "TEXT", "index": 4, "name": "PROXY_ADDRESS", "comment": null}, "ABI_ADDRESS": {"type": "TEXT", "index": 5, "name": "ABI_ADDRESS", "comment": null}, "DATA": {"type": "OBJECT", "index": 6, "name": "DATA", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 175695135232.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2541722577.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(round(block_number,-3))", "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.ethereum_models.streamline__decode_logs"}, "test.ethereum_models.not_null_sushi__ez_borrowing_BLOCK_NUMBER.76a0fc6bc9": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SUSHI", "name": "EZ_BORROWING_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "BLOCK_TIMESTAMP", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ACTION": {"type": "TEXT", "index": 4, "name": "ACTION", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 6, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 7, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "BORROWER": {"type": "TEXT", "index": 8, "name": "BORROWER", "comment": null}, "BORROWER_IS_A_CONTRACT": {"type": "TEXT", "index": 9, "name": "BORROWER_IS_A_CONTRACT", "comment": null}, "LENDING_POOL_ADDRESS": {"type": "TEXT", "index": 10, "name": "LENDING_POOL_ADDRESS", "comment": null}, "LENDING_POOL": {"type": "TEXT", "index": 11, "name": "LENDING_POOL", "comment": null}, "ASSET": {"type": "TEXT", "index": 12, "name": "ASSET", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 13, "name": "SYMBOL", "comment": null}, "AMOUNT": {"type": "FLOAT", "index": 14, "name": "AMOUNT", "comment": null}, "AMOUNT_USD": {"type": "FLOAT", "index": 15, "name": "AMOUNT_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_sushi__ez_borrowing_BLOCK_NUMBER.76a0fc6bc9"}, "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_ORIGIN_FROM_ADDRESS.b8c605f18e": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "CRYPTOPUNK_SALES_ORIGIN_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "NUMBER", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 25, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "NUMBER", "index": 26, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 27, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 28, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 29, "name": "TX_FEE", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__cryptopunk_sales_ORIGIN_FROM_ADDRESS.b8c605f18e"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.d7efe8e576": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_CORE", "name": "EZ_DEX_SWAPS_CONTRACT_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_core__ez_dex_swaps_CONTRACT_ADDRESS__0_xX_0_9a_fA_F_.d7efe8e576"}, "model.ethereum_models.streamline__decode_logs_history_016056003_016084003": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_016056003_016084003", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_016056003_016084003"}, "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze__successful_reads_ID.fae111aab5": {"metadata": {"type": "BASE TABLE", "schema": "DBT_UTILS_UNIQUE_COMBINATION_OF_COLUMNS_BRONZE", "name": "SUCCESSFUL_READS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_utils_unique_combination_of_columns_bronze__successful_reads_ID.fae111aab5"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_FROM_ADDRESS__0_xX_0_9a_fA_F_.48157e7169": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "TRANSACTIONS_FROM_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__transactions_FROM_ADDRESS__0_xX_0_9a_fA_F_.48157e7169"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__snapshot_VOTER__0_xX_0_9a_fA_F_.69e755327c": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER", "name": "SNAPSHOT_VOTER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver__snapshot_VOTER__0_xX_0_9a_fA_F_.69e755327c"}, "model.ethereum_models.streamline__decode_logs_history_010549226_010596024": {"metadata": {"type": "VIEW", "schema": "STREAMLINE", "name": "DECODE_LOGS_HISTORY_010549226_010596024", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 2, "name": "_LOG_ID", "comment": null}, "ABI": {"type": "VARIANT", "index": 3, "name": "ABI", "comment": null}, "DATA": {"type": "OBJECT", "index": 4, "name": "DATA", "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.ethereum_models.streamline__decode_logs_history_010549226_010596024"}, "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_AMOUNT_DEPOSITED.69a1c316f3": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_TO_EXIST_MAKER", "name": "EZ_DEPOSITS_AMOUNT_DEPOSITED", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"COLUMN_NAME": {"type": "TEXT", "index": 1, "name": "COLUMN_NAME", "comment": null}, "MATCHING_COLUMN_INDEX": {"type": "NUMBER", "index": 2, "name": "MATCHING_COLUMN_INDEX", "comment": null}, "COLUMN_INDEX_MATCHES": {"type": "BOOLEAN", "index": 3, "name": "COLUMN_INDEX_MATCHES", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_to_exist_maker__ez_deposits_AMOUNT_DEPOSITED.69a1c316f3"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_BLOCK_NUMBER__NUMBER__FLOAT.c30aef7bb7": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_DEX", "name": "SYNTHETIX_SWAPS_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_dex__synthetix_swaps_BLOCK_NUMBER__NUMBER__FLOAT.c30aef7bb7"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_RESERVES_TOKEN_AMOUNT__decimal__float.7f1caef662": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_RESERVES_TOKEN_AMOUNT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_RESERVES_TOKEN_AMOUNT__decimal__float.7f1caef662"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_SPEED_USD__decimal__float.b92beeb2f0": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER", "name": "COMP_MARKET_STATS_COMP_SPEED_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:05UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver__comp_market_stats_COMP_SPEED_USD__decimal__float.b92beeb2f0"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TX_FEE_USD__NUMBER__FLOAT.7c56a0bd7a": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "BLUR_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__blur_sales_TX_FEE_USD__NUMBER__FLOAT.7c56a0bd7a"}, "test.ethereum_models.not_null_silver_nft__x2y2_sales_BUYER_ADDRESS.2591f8ab2f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "X2Y2_SALES_BUYER_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__x2y2_sales_BUYER_ADDRESS.2591f8ab2f"}, "test.ethereum_models.not_null_silver__beacon_deposits_SLOT_NUMBER.18a7980161": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS_SLOT_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits_SLOT_NUMBER.18a7980161"}, "test.ethereum_models.not_null_silver__univ3_swaps_POOL_ADDRESS.82d8080a00": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_SWAPS_POOL_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 6, "name": "POOL_NAME", "comment": null}, "RECIPIENT": {"type": "TEXT", "index": 7, "name": "RECIPIENT", "comment": null}, "SENDER": {"type": "TEXT", "index": 8, "name": "SENDER", "comment": null}, "TICK": {"type": "FLOAT", "index": 9, "name": "TICK", "comment": null}, "LIQUIDITY": {"type": "FLOAT", "index": 10, "name": "LIQUIDITY", "comment": null}, "LIQUIDITY_ADJUSTED": {"type": "FLOAT", "index": 11, "name": "LIQUIDITY_ADJUSTED", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 12, "name": "EVENT_INDEX", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 13, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT1_ADJUSTED", "comment": null}, "PRICE_1_0": {"type": "FLOAT", "index": 15, "name": "PRICE_1_0", "comment": null}, "PRICE_0_1": {"type": "FLOAT", "index": 16, "name": "PRICE_0_1", "comment": null}, "TOKEN0_ADDRESS": {"type": "TEXT", "index": 17, "name": "TOKEN0_ADDRESS", "comment": null}, "TOKEN1_ADDRESS": {"type": "TEXT", "index": 18, "name": "TOKEN1_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 19, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 20, "name": "TOKEN1_SYMBOL", "comment": null}, "TOKEN0_PRICE": {"type": "FLOAT", "index": 21, "name": "TOKEN0_PRICE", "comment": null}, "TOKEN1_PRICE": {"type": "FLOAT", "index": 22, "name": "TOKEN1_PRICE", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 23, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 24, "name": "AMOUNT1_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 25, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 26, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 27, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "AMOUNT0_UNADJ": {"type": "FLOAT", "index": 30, "name": "AMOUNT0_UNADJ", "comment": null}, "AMOUNT1_UNADJ": {"type": "FLOAT", "index": 31, "name": "AMOUNT1_UNADJ", "comment": null}, "TOKEN0_DECIMALS": {"type": "NUMBER", "index": 32, "name": "TOKEN0_DECIMALS", "comment": null}, "TOKEN1_DECIMALS": {"type": "NUMBER", "index": 33, "name": "TOKEN1_DECIMALS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_swaps_POOL_ADDRESS.82d8080a00"}, "test.ethereum_models.token_address_match_silver__token_prices_coin_market_cap_hourly_TOKEN_ADDRESS.f83ab13c34": {"metadata": {"type": "BASE TABLE", "schema": "TOKEN_ADDRESS_MATCH_SILVER", "name": "TOKEN_PRICES_COIN_MARKET_CAP_HOURLY_TOKEN_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TOKEN_ADDRESS": {"type": "TEXT", "index": 1, "name": "TOKEN_ADDRESS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.token_address_match_silver__token_prices_coin_market_cap_hourly_TOKEN_ADDRESS.f83ab13c34"}, "model.ethereum_models.silver_nft__nftx_sales": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_NFT", "name": "NFTX_SALES", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 21, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "NUMBER", "index": 24, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 25, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 26, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "NUMBER", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 28, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 29, "name": "TX_FEE_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 30, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 12572160.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:14UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 80310.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.silver_nft__nftx_sales"}, "model.ethereum_models.core__ez_nft_sales": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "EZ_NFT_SALES", "database": "ETHEREUM_DEV", "comment": "This table contains NFT events on the Ethereum blockchain. It currently supports sales on Opensea, Seaport, Blur, Larva Labs, LooksRare, Rarible, x2y2, Sudoswap, and NFTX. More data and exchanges will be added over time.", "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": "The block number at which the NFT event occurred."}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": "The block timestamp at which the NFT event occurred."}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": "The transaction hash for the NFT event. This is not necessarily unique in this table as a transaction may contain multiple NFT events."}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": "The type of NFT event in this transaction, either `sale`, `bid_won` or `redeem`."}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": "The address of the exchange used for the transaction."}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": "The name of the exchange used for the trade. Currently, the exchanges supported are `opensea`, `looksrare`, `larva labs`, `blur`, `rarible`, `x2y2`, `sudoswap`, and `nftx`. More exchanges will be added over time."}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": "The version of the exchange contract used for the transaction."}, "AGGREGATOR_NAME": {"type": "TEXT", "index": 8, "name": "AGGREGATOR_NAME", "comment": "The name of the aggregator platform where the sale took place. If the sale did not take place via an aggregator platform, then the value will be null."}, "SELLER_ADDRESS": {"type": "TEXT", "index": 9, "name": "SELLER_ADDRESS", "comment": "The address of the seller of the NFT in the transaction."}, "BUYER_ADDRESS": {"type": "TEXT", "index": 10, "name": "BUYER_ADDRESS", "comment": "The address of the buyer of the NFT in the transaction."}, "NFT_ADDRESS": {"type": "TEXT", "index": 11, "name": "NFT_ADDRESS", "comment": "The contract address of the NFT."}, "PROJECT_NAME": {"type": "TEXT", "index": 12, "name": "PROJECT_NAME", "comment": "The name of the NFT project. This field, along with metadata, will be filled in over time."}, "ERC1155_VALUE": {"type": "TEXT", "index": 13, "name": "ERC1155_VALUE", "comment": "If the NFT is an ERC-1155 contract, this field may be one or greater, representing the number of tokens."}, "TOKENID": {"type": "TEXT", "index": 14, "name": "TOKENID", "comment": "The token ID for this NFT contract."}, "TOKEN_METADATA": {"type": "OBJECT", "index": 15, "name": "TOKEN_METADATA", "comment": "The token metadata for this NFT. This may be blank for many NFTs. We are working to expand this field."}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 16, "name": "CURRENCY_SYMBOL", "comment": "The token symbol for this NFT event."}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 17, "name": "CURRENCY_ADDRESS", "comment": "The token contract address for this NFT event. This will be `ETH` for native ETH transactions."}, "PRICE": {"type": "FLOAT", "index": 18, "name": "PRICE", "comment": "The amount of the NFT event in the currency in which the transaction occurred, decimal adjusted where possible."}, "PRICE_USD": {"type": "FLOAT", "index": 19, "name": "PRICE_USD", "comment": "The amount of the NFT event in US dollars. This will be null for tokens without a decimal adjustment or hourly price."}, "TOTAL_FEES": {"type": "FLOAT", "index": 20, "name": "TOTAL_FEES", "comment": "The total amount of fees paid relating to the NFT purchase in the transaction currency. This includes royalty payments to creators and platform fees. Please note, this does not include the gas fee."}, "PLATFORM_FEE": {"type": "FLOAT", "index": 21, "name": "PLATFORM_FEE", "comment": "The decimal adjusted amount of fees paid to the platform for this NFT event in the transaction's currency. For Opensea, we assume a 2.5% fee on all marketplace purchases, per their docs. Private sales do not have platform or creator fees on Opensea."}, "CREATOR_FEE": {"type": "FLOAT", "index": 22, "name": "CREATOR_FEE", "comment": "The decimal adjusted amount of fees paid to the NFT collection as royalty payments for this NFT event in the transaction's currency. For Opensea, this is the difference between the total fees paid and a 2.5% Opensea platform fee."}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES_USD", "comment": "The total amount of fees paid relating to the NFT purchase in US dollars. This includes royalty payments to creators and platform fees. Please note, this does not include the gas fee."}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 24, "name": "PLATFORM_FEE_USD", "comment": "The amount of fees paid to the platform for this NFT event in US dollars. For Opensea, we assume a 2.5% fee on all marketplace purchases, per their docs. Private sales do not have platform or creator fees on Opensea."}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 25, "name": "CREATOR_FEE_USD", "comment": "The amount of fees paid to the NFT collection as royalty payments for this NFT event in US dollars. For Opensea, this is the difference between the total fees paid and a 2.5% Opensea platform fee."}, "TX_FEE": {"type": "FLOAT", "index": 26, "name": "TX_FEE", "comment": "The gas fee for this transaction in ETH."}, "TX_FEE_USD": {"type": "FLOAT", "index": 27, "name": "TX_FEE_USD", "comment": "The gas fee for this transaction in US dollars."}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_FROM_ADDRESS", "comment": "The from address of this transaction. In most cases, this is the NFT buyer. However, for some more complex transactions, it may not be the NFT buyer."}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 29, "name": "ORIGIN_TO_ADDRESS", "comment": "The to address of this transaction. In most cases, this is the exchange contract. However, for some more complex NFT events, such as aggregate buys with tools such as Gem and Genie, this may not be the exchange address."}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 30, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": "The function signature of 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.ethereum_models.core__ez_nft_sales"}, "test.ethereum_models.not_null_aave__ez_borrows_BLOCK_TIMESTAMP.63a114e306": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_BLOCK_TIMESTAMP", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_BLOCK_TIMESTAMP.63a114e306"}, "test.ethereum_models.not_null_silver__univ3_position_collected_fees_BLOCK_NUMBER.058232596a": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "UNIV3_POSITION_COLLECTED_FEES_BLOCK_NUMBER", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 4, "name": "TX_HASH", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 5, "name": "EVENT_INDEX", "comment": null}, "POOL_ADDRESS": {"type": "TEXT", "index": 6, "name": "POOL_ADDRESS", "comment": null}, "POOL_NAME": {"type": "TEXT", "index": 7, "name": "POOL_NAME", "comment": null}, "LIQUIDITY_PROVIDER": {"type": "TEXT", "index": 8, "name": "LIQUIDITY_PROVIDER", "comment": null}, "NF_TOKEN_ID": {"type": "TEXT", "index": 9, "name": "NF_TOKEN_ID", "comment": null}, "NF_POSITION_MANAGER_ADDRESS": {"type": "TEXT", "index": 10, "name": "NF_POSITION_MANAGER_ADDRESS", "comment": null}, "TOKEN0_SYMBOL": {"type": "TEXT", "index": 11, "name": "TOKEN0_SYMBOL", "comment": null}, "TOKEN1_SYMBOL": {"type": "TEXT", "index": 12, "name": "TOKEN1_SYMBOL", "comment": null}, "AMOUNT0": {"type": "TEXT", "index": 13, "name": "AMOUNT0", "comment": null}, "AMOUNT0_ADJUSTED": {"type": "FLOAT", "index": 14, "name": "AMOUNT0_ADJUSTED", "comment": null}, "AMOUNT1_ADJUSTED": {"type": "FLOAT", "index": 15, "name": "AMOUNT1_ADJUSTED", "comment": null}, "AMOUNT0_USD": {"type": "FLOAT", "index": 16, "name": "AMOUNT0_USD", "comment": null}, "AMOUNT1_USD": {"type": "FLOAT", "index": 17, "name": "AMOUNT1_USD", "comment": null}, "AMOUNT1": {"type": "TEXT", "index": 18, "name": "AMOUNT1", "comment": null}, "TICK_LOWER": {"type": "TEXT", "index": 19, "name": "TICK_LOWER", "comment": null}, "TICK_UPPER": {"type": "TEXT", "index": 20, "name": "TICK_UPPER", "comment": null}, "PRICE_LOWER": {"type": "FLOAT", "index": 21, "name": "PRICE_LOWER", "comment": null}, "PRICE_UPPER": {"type": "FLOAT", "index": 22, "name": "PRICE_UPPER", "comment": null}, "PRICE_LOWER_USD": {"type": "FLOAT", "index": 23, "name": "PRICE_LOWER_USD", "comment": null}, "PRICE_UPPER_USD": {"type": "FLOAT", "index": 24, "name": "PRICE_UPPER_USD", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 25, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 26, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__univ3_position_collected_fees_BLOCK_NUMBER.058232596a"}, "test.ethereum_models.not_null_silver__beacon_deposits_PUBKEY.10428abc21": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_DEPOSITS_PUBKEY", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "DEPOSIT_AMOUNT": {"type": "NUMBER", "index": 4, "name": "DEPOSIT_AMOUNT", "comment": null}, "PUBKEY": {"type": "TEXT", "index": 5, "name": "PUBKEY", "comment": null}, "SIGNATURE": {"type": "TEXT", "index": 6, "name": "SIGNATURE", "comment": null}, "WITHDRAWAL_CREDENTIALS": {"type": "TEXT", "index": 7, "name": "WITHDRAWAL_CREDENTIALS", "comment": null}, "PROOFS": {"type": "VARIANT", "index": 8, "name": "PROOFS", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 10, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_deposits_PUBKEY.10428abc21"}, "test.ethereum_models.not_null_silver__eth_balance_diffs_ID.298b90a08f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "ETH_BALANCE_DIFFS_ID", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "PREV_BAL_UNADJ": {"type": "NUMBER", "index": 4, "name": "PREV_BAL_UNADJ", "comment": null}, "CURRENT_BAL_UNADJ": {"type": "NUMBER", "index": 5, "name": "CURRENT_BAL_UNADJ", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_LTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 7, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__eth_balance_diffs_ID.298b90a08f"}, "test.ethereum_models.not_null_silver_maker__liquidations__INSERTED_TIMESTAMP.9a3f6ebada": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_MAKER", "name": "LIQUIDATIONS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "TX_STATUS": {"type": "TEXT", "index": 4, "name": "TX_STATUS", "comment": null}, "COLLATERAL": {"type": "TEXT", "index": 5, "name": "COLLATERAL", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "COLLATERAL_BALANCE_UNADJUSTED": {"type": "NUMBER", "index": 7, "name": "COLLATERAL_BALANCE_UNADJUSTED", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 8, "name": "DECIMALS", "comment": null}, "COLLATERAL_BALANCE": {"type": "FLOAT", "index": 9, "name": "COLLATERAL_BALANCE", "comment": null}, "NORMALIZED_STABLECOIN_DEBT": {"type": "NUMBER", "index": 10, "name": "NORMALIZED_STABLECOIN_DEBT", "comment": null}, "VAULT": {"type": "TEXT", "index": 11, "name": "VAULT", "comment": null}, "LIQUIDATED_WALLET": {"type": "TEXT", "index": 12, "name": "LIQUIDATED_WALLET", "comment": null}, "LIQUIDATOR": {"type": "TEXT", "index": 13, "name": "LIQUIDATOR", "comment": null}, "AUCTION_ID": {"type": "NUMBER", "index": 14, "name": "AUCTION_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 15, "name": "_INSERTED_TIMESTAMP", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_maker__liquidations__INSERTED_TIMESTAMP.9a3f6ebada"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TX_FEE_USD__NUMBER__FLOAT.1d23057903": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_BE_IN_TYPE_LIST_SILVER_NFT", "name": "NFTX_SALES_TX_FEE_USD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"RELATION_COLUMN": {"type": "TEXT", "index": 1, "name": "RELATION_COLUMN", "comment": null}, "RELATION_COLUMN_TYPE": {"type": "TEXT", "index": 2, "name": "RELATION_COLUMN_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_be_in_type_list_silver_nft__nftx_sales_TX_FEE_USD__NUMBER__FLOAT.1d23057903"}, "test.ethereum_models.not_null_aave__ez_borrows_LENDING_POOL_CONTRACT.e6ffff2c6f": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_AAVE", "name": "EZ_BORROWS_LENDING_POOL_CONTRACT", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"TX_HASH": {"type": "TEXT", "index": 1, "name": "TX_HASH", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 2, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 3, "name": "BLOCK_TIMESTAMP", "comment": null}, "EVENT_INDEX": {"type": "FLOAT", "index": 4, "name": "EVENT_INDEX", "comment": null}, "AAVE_MARKET": {"type": "TEXT", "index": 5, "name": "AAVE_MARKET", "comment": null}, "AAVE_TOKEN": {"type": "TEXT", "index": 6, "name": "AAVE_TOKEN", "comment": null}, "BORROWED_TOKENS": {"type": "FLOAT", "index": 7, "name": "BORROWED_TOKENS", "comment": null}, "BORROWED_USD": {"type": "FLOAT", "index": 8, "name": "BORROWED_USD", "comment": null}, "BORROWER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BORROWER_ADDRESS", "comment": null}, "BORROW_RATE_MODE": {"type": "TEXT", "index": 10, "name": "BORROW_RATE_MODE", "comment": null}, "LENDING_POOL_CONTRACT": {"type": "TEXT", "index": 11, "name": "LENDING_POOL_CONTRACT", "comment": null}, "AAVE_VERSION": {"type": "TEXT", "index": 12, "name": "AAVE_VERSION", "comment": null}, "TOKEN_PRICE": {"type": "FLOAT", "index": 13, "name": "TOKEN_PRICE", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 14, "name": "SYMBOL", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 15, "name": "BLOCKCHAIN", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 16, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 17, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_aave__ez_borrows_LENDING_POOL_CONTRACT.e6ffff2c6f"}, "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.3e32dc1d9b": {"metadata": {"type": "BASE TABLE", "schema": "DBT_EXPECTATIONS_EXPECT_COLUMN_VALUES_TO_MATCH_REGEX_SILVER_DEX", "name": "V2_SWAPS_TOKEN_IN", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"EXPRESSION": {"type": "BOOLEAN", "index": 1, "name": "EXPRESSION", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.dbt_expectations_expect_column_values_to_match_regex_silver_dex__v2_swaps_TOKEN_IN__0_xX_0_9a_fA_F_.3e32dc1d9b"}, "test.ethereum_models.not_null_silver__blocks_HASH.bc44a39f94": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BLOCKS_HASH", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "NETWORK": {"type": "TEXT", "index": 3, "name": "NETWORK", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 4, "name": "BLOCKCHAIN", "comment": null}, "TX_COUNT": {"type": "NUMBER", "index": 5, "name": "TX_COUNT", "comment": null}, "DIFFICULTY": {"type": "NUMBER", "index": 6, "name": "DIFFICULTY", "comment": null}, "TOTAL_DIFFICULTY": {"type": "FLOAT", "index": 7, "name": "TOTAL_DIFFICULTY", "comment": null}, "EXTRA_DATA": {"type": "TEXT", "index": 8, "name": "EXTRA_DATA", "comment": null}, "GAS_LIMIT": {"type": "NUMBER", "index": 9, "name": "GAS_LIMIT", "comment": null}, "GAS_USED": {"type": "NUMBER", "index": 10, "name": "GAS_USED", "comment": null}, "HASH": {"type": "TEXT", "index": 11, "name": "HASH", "comment": null}, "PARENT_HASH": {"type": "TEXT", "index": 12, "name": "PARENT_HASH", "comment": null}, "MINER": {"type": "TEXT", "index": 13, "name": "MINER", "comment": null}, "NONCE": {"type": "TEXT", "index": 14, "name": "NONCE", "comment": null}, "RECEIPTS_ROOT": {"type": "TEXT", "index": 15, "name": "RECEIPTS_ROOT", "comment": null}, "SHA3_UNCLES": {"type": "TEXT", "index": 16, "name": "SHA3_UNCLES", "comment": null}, "SIZE": {"type": "NUMBER", "index": 17, "name": "SIZE", "comment": null}, "UNCLE_BLOCKS": {"type": "TEXT", "index": 18, "name": "UNCLE_BLOCKS", "comment": null}, "INGESTED_AT": {"type": "TIMESTAMP_NTZ", "index": 19, "name": "INGESTED_AT", "comment": null}, "BLOCK_HEADER_JSON": {"type": "OBJECT", "index": 20, "name": "BLOCK_HEADER_JSON", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 21, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:10UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__blocks_HASH.bc44a39f94"}, "test.ethereum_models.not_null_silver_nft__blur_sales_PLATFORM_FEE.0e44443516": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "BLUR_SALES_PLATFORM_FEE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 4, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 5, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 6, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 7, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 8, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 9, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 10, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 11, "name": "BUYER_ADDRESS", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 12, "name": "SELLER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 13, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 14, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 15, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 16, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 17, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 18, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 19, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 20, "name": "PRICE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 21, "name": "TX_FEE_USD", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 22, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 23, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "NUMBER", "index": 24, "name": "PLATFORM_FEE", "comment": null}, "PLATFORM_FEE_USD": {"type": "NUMBER", "index": 25, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 26, "name": "CREATOR_FEE", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 27, "name": "CREATOR_FEE_USD", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 28, "name": "TOTAL_FEES_USD", "comment": null}, "_LOG_ID": {"type": "TEXT", "index": 29, "name": "_LOG_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 30, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 31, "name": "INPUT_DATA", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 32, "name": "TX_FEE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:11UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__blur_sales_PLATFORM_FEE.0e44443516"}, "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_ORIGIN_TO_ADDRESS.bc23adb83d": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER_NFT", "name": "RARIBLE_SALES_UPDATE_SEPT_2022_ORIGIN_TO_ADDRESS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"BLOCK_NUMBER": {"type": "NUMBER", "index": 1, "name": "BLOCK_NUMBER", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "TX_HASH": {"type": "TEXT", "index": 3, "name": "TX_HASH", "comment": null}, "EVENT_TYPE": {"type": "TEXT", "index": 4, "name": "EVENT_TYPE", "comment": null}, "PLATFORM_ADDRESS": {"type": "TEXT", "index": 5, "name": "PLATFORM_ADDRESS", "comment": null}, "PLATFORM_NAME": {"type": "TEXT", "index": 6, "name": "PLATFORM_NAME", "comment": null}, "PLATFORM_EXCHANGE_VERSION": {"type": "TEXT", "index": 7, "name": "PLATFORM_EXCHANGE_VERSION", "comment": null}, "SELLER_ADDRESS": {"type": "TEXT", "index": 8, "name": "SELLER_ADDRESS", "comment": null}, "BUYER_ADDRESS": {"type": "TEXT", "index": 9, "name": "BUYER_ADDRESS", "comment": null}, "NFT_ADDRESS": {"type": "TEXT", "index": 10, "name": "NFT_ADDRESS", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": null}, "ERC1155_VALUE": {"type": "TEXT", "index": 12, "name": "ERC1155_VALUE", "comment": null}, "TOKENID": {"type": "TEXT", "index": 13, "name": "TOKENID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 14, "name": "TOKEN_METADATA", "comment": null}, "CURRENCY_SYMBOL": {"type": "TEXT", "index": 15, "name": "CURRENCY_SYMBOL", "comment": null}, "CURRENCY_ADDRESS": {"type": "TEXT", "index": 16, "name": "CURRENCY_ADDRESS", "comment": null}, "PRICE": {"type": "FLOAT", "index": 17, "name": "PRICE", "comment": null}, "PRICE_USD": {"type": "FLOAT", "index": 18, "name": "PRICE_USD", "comment": null}, "TOTAL_FEES": {"type": "FLOAT", "index": 19, "name": "TOTAL_FEES", "comment": null}, "PLATFORM_FEE": {"type": "FLOAT", "index": 20, "name": "PLATFORM_FEE", "comment": null}, "CREATOR_FEE": {"type": "FLOAT", "index": 21, "name": "CREATOR_FEE", "comment": null}, "TOTAL_FEES_USD": {"type": "FLOAT", "index": 22, "name": "TOTAL_FEES_USD", "comment": null}, "PLATFORM_FEE_USD": {"type": "FLOAT", "index": 23, "name": "PLATFORM_FEE_USD", "comment": null}, "CREATOR_FEE_USD": {"type": "FLOAT", "index": 24, "name": "CREATOR_FEE_USD", "comment": null}, "TX_FEE": {"type": "FLOAT", "index": 25, "name": "TX_FEE", "comment": null}, "TX_FEE_USD": {"type": "FLOAT", "index": 26, "name": "TX_FEE_USD", "comment": null}, "ORIGIN_FROM_ADDRESS": {"type": "TEXT", "index": 27, "name": "ORIGIN_FROM_ADDRESS", "comment": null}, "ORIGIN_TO_ADDRESS": {"type": "TEXT", "index": 28, "name": "ORIGIN_TO_ADDRESS", "comment": null}, "ORIGIN_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 29, "name": "ORIGIN_FUNCTION_SIGNATURE", "comment": null}, "NFT_UNI_ID": {"type": "TEXT", "index": 30, "name": "NFT_UNI_ID", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 31, "name": "_INSERTED_TIMESTAMP", "comment": null}, "INPUT_DATA": {"type": "TEXT", "index": 32, "name": "INPUT_DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:12UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver_nft__rarible_sales_update_sept_2022_ORIGIN_TO_ADDRESS.bc23adb83d"}, "test.ethereum_models.not_null_silver__beacon_attestations_ATTESTATION_SIGNATURE.f4fdc312d7": {"metadata": {"type": "BASE TABLE", "schema": "NOT_NULL_SILVER", "name": "BEACON_ATTESTATIONS_ATTESTATION_SIGNATURE", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SLOT_NUMBER": {"type": "NUMBER", "index": 1, "name": "SLOT_NUMBER", "comment": null}, "SLOT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SLOT_TIMESTAMP", "comment": null}, "EPOCH_NUMBER": {"type": "NUMBER", "index": 3, "name": "EPOCH_NUMBER", "comment": null}, "ATTESTATION_INDEX": {"type": "NUMBER", "index": 4, "name": "ATTESTATION_INDEX", "comment": null}, "AGGREGATION_BITS": {"type": "TEXT", "index": 5, "name": "AGGREGATION_BITS", "comment": null}, "BEACON_BLOCK_ROOT": {"type": "TEXT", "index": 6, "name": "BEACON_BLOCK_ROOT", "comment": null}, "SOURCE_EPOCH": {"type": "NUMBER", "index": 7, "name": "SOURCE_EPOCH", "comment": null}, "SOURCE_ROOT": {"type": "TEXT", "index": 8, "name": "SOURCE_ROOT", "comment": null}, "TARGET_EPOCH": {"type": "NUMBER", "index": 9, "name": "TARGET_EPOCH", "comment": null}, "TARGET_ROOT": {"type": "TEXT", "index": 10, "name": "TARGET_ROOT", "comment": null}, "ATTESTATION_SIGNATURE": {"type": "TEXT", "index": 11, "name": "ATTESTATION_SIGNATURE", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 12, "name": "_INSERTED_TIMESTAMP", "comment": null}, "ID": {"type": "TEXT", "index": 13, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 0.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:09UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 0.0, "include": true, "description": "An approximate count of rows in 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": "test.ethereum_models.not_null_silver__beacon_attestations_ATTESTATION_SIGNATURE.f4fdc312d7"}}, "sources": {"source.ethereum_models.bronze_streamline.contract_abis": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "CONTRACT_ABIS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 5, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 6, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 63868678903.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.contract_abis"}, "source.ethereum_models.bronze_streamline.validators": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "VALIDATORS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "FUNC_TYPE": {"type": "TEXT", "index": 3, "name": "FUNC_TYPE", "comment": null}, "STATE_ID": {"type": "TEXT", "index": 4, "name": "STATE_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 6, "name": "METADATA", "comment": null}, "INDEX": {"type": "NUMBER", "index": 7, "name": "INDEX", "comment": null}, "DATA": {"type": "VARIANT", "index": 8, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 6095011045.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.validators"}, "source.ethereum_models.bronze_streamline.transactions": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "TRANSACTIONS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 122224139192.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.transactions"}, "source.ethereum_models.bronze_streamline.reads": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "READS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_MODIFIED_DATE": {"type": "DATE", "index": 2, "name": "_PARTITION_BY_MODIFIED_DATE", "comment": null}, "_PARTITION_BY_FUNCTION_SIGNATURE": {"type": "TEXT", "index": 3, "name": "_PARTITION_BY_FUNCTION_SIGNATURE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "FUNCTION_SIGNATURE": {"type": "TEXT", "index": 5, "name": "FUNCTION_SIGNATURE", "comment": null}, "CALL_NAME": {"type": "TEXT", "index": 6, "name": "CALL_NAME", "comment": null}, "FUNCTION_INPUT": {"type": "TEXT", "index": 7, "name": "FUNCTION_INPUT", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 8, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 9, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 10, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3239106551296.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.reads"}, "source.ethereum_models.streamline_crosschain.node_mapping": {"metadata": {"type": "BASE TABLE", "schema": "CROSSCHAIN", "name": "NODE_MAPPING", "database": "STREAMLINE", "comment": null, "owner": "ACCOUNTADMIN"}, "columns": {"CHAIN": {"type": "TEXT", "index": 1, "name": "CHAIN", "comment": null}, "ID": {"type": "TEXT", "index": 2, "name": "ID", "comment": null}, "NODE_URL": {"type": "TEXT", "index": 3, "name": "NODE_URL", "comment": null}, "HEADERS": {"type": "OBJECT", "index": 4, "name": "HEADERS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 3584.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-11-22 16:34UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 9.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.streamline_crosschain.node_mapping"}, "source.ethereum_models.bronze_streamline.decoded_logs": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "DECODED_LOGS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_CREATED_DATE": {"type": "DATE", "index": 2, "name": "_PARTITION_BY_CREATED_DATE", "comment": null}, "_PARTITION_BY_BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "_PARTITION_BY_BLOCK_NUMBER", "comment": null}, "ID": {"type": "TEXT", "index": 4, "name": "ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 6, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 7, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 941348475079.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.decoded_logs"}, "source.ethereum_models.bronze_streamline.nft_metadata_api": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "NFT_METADATA_API", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "SYSTEM_CREATED_AT", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 3, "name": "BLOCKCHAIN", "comment": null}, "COMMISSION_RATE": {"type": "FLOAT", "index": 4, "name": "COMMISSION_RATE", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 5, "name": "CONTRACT_ADDRESS", "comment": null}, "CONTRACT_NAME": {"type": "TEXT", "index": 6, "name": "CONTRACT_NAME", "comment": null}, "CREATED_AT_BLOCK_ID": {"type": "NUMBER", "index": 7, "name": "CREATED_AT_BLOCK_ID", "comment": null}, "CREATED_AT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 8, "name": "CREATED_AT_TIMESTAMP", "comment": null}, "CREATED_AT_TX_ID": {"type": "TEXT", "index": 9, "name": "CREATED_AT_TX_ID", "comment": null}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 10, "name": "CREATOR_ADDRESS", "comment": null}, "CREATOR_NAME": {"type": "TEXT", "index": 11, "name": "CREATOR_NAME", "comment": null}, "IMAGE_URL": {"type": "TEXT", "index": 12, "name": "IMAGE_URL", "comment": null}, "PROJECT_NAME": {"type": "TEXT", "index": 13, "name": "PROJECT_NAME", "comment": null}, "TOKEN_ID": {"type": "TEXT", "index": 14, "name": "TOKEN_ID", "comment": null}, "TOKEN_METADATA": {"type": "OBJECT", "index": 15, "name": "TOKEN_METADATA", "comment": null}, "TOKEN_METADATA_URI": {"type": "TEXT", "index": 16, "name": "TOKEN_METADATA_URI", "comment": null}, "TOKEN_NAME": {"type": "TEXT", "index": 17, "name": "TOKEN_NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2590379.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.nft_metadata_api"}, "source.ethereum_models.bronze_streamline.sushi_rewards_schedule": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "SUSHI_REWARDS_SCHEDULE", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "MERKLE_ROOT": {"type": "TEXT", "index": 2, "name": "MERKLE_ROOT", "comment": null}, "TOKEN_TOTAL": {"type": "TEXT", "index": 3, "name": "TOKEN_TOTAL", "comment": null}, "CLAIMS": {"type": "VARIANT", "index": 4, "name": "CLAIMS", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 23530635.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.sushi_rewards_schedule"}, "source.ethereum_models.bronze_streamline.token_balances": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "TOKEN_BALANCES", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 6, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 7, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1001413470241.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.token_balances"}, "source.ethereum_models.bronze_streamline.beacon_blocks": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "BEACON_BLOCKS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_SLOT_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_SLOT_ID", "comment": null}, "SLOT_NUMBER": {"type": "NUMBER", "index": 3, "name": "SLOT_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 72240374017.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.beacon_blocks"}, "source.ethereum_models.bronze_streamline.eth_balances": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "ETH_BALANCES", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "ADDRESS": {"type": "TEXT", "index": 3, "name": "ADDRESS", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 4, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 5, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 6, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 787504823695.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.eth_balances"}, "source.ethereum_models.bronze_streamline.blocks": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "BLOCKS", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 3, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 4, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 5, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 6934840232.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.blocks"}, "source.ethereum_models.bronze_streamline.committees": {"metadata": {"type": "EXTERNAL TABLE", "schema": "ETHEREUM", "name": "COMMITTEES", "database": "STREAMLINE", "comment": null, "owner": "AWS_LAMBDA_ETHEREUM_API"}, "columns": {"VALUE": {"type": "VARIANT", "index": 1, "name": "VALUE", "comment": "The value of this row"}, "_PARTITION_BY_BLOCK_ID": {"type": "NUMBER", "index": 2, "name": "_PARTITION_BY_BLOCK_ID", "comment": null}, "FUNC_TYPE": {"type": "TEXT", "index": 3, "name": "FUNC_TYPE", "comment": null}, "STATE_ID": {"type": "TEXT", "index": 4, "name": "STATE_ID", "comment": null}, "BLOCK_NUMBER": {"type": "NUMBER", "index": 5, "name": "BLOCK_NUMBER", "comment": null}, "METADATA": {"type": "VARIANT", "index": 6, "name": "METADATA", "comment": null}, "DATA": {"type": "VARIANT", "index": 7, "name": "DATA", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 511496101525.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "has_stats": {"id": "has_stats", "label": "Has Stats?", "value": true, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.bronze_streamline.committees"}, "source.ethereum_models.crosschain_public.user_abis": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_PUBLIC", "name": "USER_ABIS", "database": "CROSSCHAIN", "comment": null, "owner": "DBT_CLOUD_CROSSCHAIN"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "ABI": {"type": "TEXT", "index": 3, "name": "ABI", "comment": null}, "DISCORD_USERNAME": {"type": "TEXT", "index": 4, "name": "DISCORD_USERNAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DUPLICATE_ABI": {"type": "BOOLEAN", "index": 6, "name": "DUPLICATE_ABI", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 8192.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-01-25 01:41UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 4.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.crosschain_public.user_abis"}, "source.ethereum_models.crosschain.dim_date_hours": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "DIM_DATE_HOURS", "database": "CROSSCHAIN", "comment": "Hold rows for each hour from 2017 to current timestamp (UTC)", "owner": "DBT_CLOUD_CROSSCHAIN"}, "columns": {"DATE_HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "DATE_HOUR", "comment": "Specific hour of a given date"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.crosschain.dim_date_hours"}, "source.ethereum_models.crosschain.address_labels": {"metadata": {"type": "VIEW", "schema": "CORE", "name": "ADDRESS_LABELS", "database": "CROSSCHAIN", "comment": null, "owner": "DBT_CLOUD_CROSSCHAIN"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_LTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": ""}, "INSERT_DATE": {"type": "TIMESTAMP_LTZ", "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"}, "LABEL_TYPE": {"type": "TEXT", "index": 6, "name": "LABEL_TYPE", "comment": "A high-level category describing the addresses main function or ownership"}, "LABEL_SUBTYPE": {"type": "TEXT", "index": 7, "name": "LABEL_SUBTYPE", "comment": "A sub-category nested within label type providing further detail"}, "ADDRESS_NAME": {"type": "TEXT", "index": 8, "name": "ADDRESS_NAME", "comment": "Name of the address"}, "PROJECT_NAME": {"type": "TEXT", "index": 9, "name": "PROJECT_NAME", "comment": "Name of the controlling entity of the address"}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.crosschain.address_labels"}, "source.ethereum_models.crosschain_silver.asset_metadata_coin_market_cap": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ASSET_METADATA_COIN_MARKET_CAP", "database": "CROSSCHAIN", "comment": null, "owner": "DBT_CLOUD_CROSSCHAIN"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": "unique identifier representing the asset"}, "NAME": {"type": "TEXT", "index": 2, "name": "NAME", "comment": "name of asset"}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": "symbol of asset"}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 4, "name": "TOKEN_ADDRESS", "comment": "specific address representing the asset in a specific platform"}, "PLATFORM": {"type": "TEXT", "index": 5, "name": "PLATFORM", "comment": "platform where this asset has a token address"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": "Time the record was inserted into snowflake"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1144320.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 02:32UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 22538.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.crosschain_silver.asset_metadata_coin_market_cap"}, "source.ethereum_models.crosschain_silver.hourly_prices_coin_gecko": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "HOURLY_PRICES_COIN_GECKO", "database": "CROSSCHAIN", "comment": null, "owner": "DBT_CLOUD_CROSSCHAIN"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": "unique identifier representing the asset"}, "RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "RECORDED_HOUR", "comment": "opening hour of price data"}, "OPEN": {"type": "FLOAT", "index": 3, "name": "OPEN", "comment": "open price of asset for hour"}, "HIGH": {"type": "FLOAT", "index": 4, "name": "HIGH", "comment": "high price of asset for hour"}, "LOW": {"type": "FLOAT", "index": 5, "name": "LOW", "comment": "low price of asset for hour"}, "CLOSE": {"type": "FLOAT", "index": 6, "name": "CLOSE", "comment": "close price of asset for hour"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 7, "name": "_INSERTED_TIMESTAMP", "comment": "Time the record was inserted into snowflake"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 733343232.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 18:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 29997427.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(recorded_hour::DATE, _inserted_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": "source.ethereum_models.crosschain_silver.hourly_prices_coin_gecko"}, "source.ethereum_models.crosschain_silver.hourly_prices_coin_market_cap": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "HOURLY_PRICES_COIN_MARKET_CAP", "database": "CROSSCHAIN", "comment": null, "owner": "DBT_CLOUD_CROSSCHAIN"}, "columns": {"ID": {"type": "NUMBER", "index": 1, "name": "ID", "comment": ""}, "RECORDED_HOUR": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "RECORDED_HOUR", "comment": ""}, "OPEN": {"type": "FLOAT", "index": 3, "name": "OPEN", "comment": ""}, "HIGH": {"type": "FLOAT", "index": 4, "name": "HIGH", "comment": ""}, "LOW": {"type": "FLOAT", "index": 5, "name": "LOW", "comment": ""}, "CLOSE": {"type": "FLOAT", "index": 6, "name": "CLOSE", "comment": ""}, "VOLUME": {"type": "NUMBER", "index": 7, "name": "VOLUME", "comment": ""}, "MARKET_CAP": {"type": "NUMBER", "index": 8, "name": "MARKET_CAP", "comment": ""}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 9, "name": "_INSERTED_TIMESTAMP", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1770667520.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 18:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 43964368.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(recorded_hour::DATE, _inserted_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": "source.ethereum_models.crosschain_silver.hourly_prices_coin_market_cap"}, "source.ethereum_models.crosschain_silver.asset_metadata_coin_gecko": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ASSET_METADATA_COIN_GECKO", "database": "CROSSCHAIN", "comment": null, "owner": "DBT_CLOUD_CROSSCHAIN"}, "columns": {"ID": {"type": "TEXT", "index": 1, "name": "ID", "comment": "unique identifier representing the asset"}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": "specific address representing the asset in a specific platform"}, "NAME": {"type": "TEXT", "index": 3, "name": "NAME", "comment": "name of asset"}, "SYMBOL": {"type": "TEXT", "index": 4, "name": "SYMBOL", "comment": "symbol of asset"}, "PLATFORM": {"type": "TEXT", "index": 5, "name": "PLATFORM", "comment": "platform where this asset has a token address"}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "_INSERTED_TIMESTAMP", "comment": "Time the record was inserted into snowflake"}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1252352.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 02:32UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 28423.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.crosschain_silver.asset_metadata_coin_gecko"}, "source.ethereum_models.prod.ethereum_txs": {"metadata": {"type": "BASE TABLE", "schema": "PROD", "name": "ETHEREUM_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 11, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1603093834752.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 18:25UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2057879328.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_INSERTED_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": "source.ethereum_models.prod.ethereum_txs"}, "source.ethereum_models.prod.ethereum_blocks": {"metadata": {"type": "BASE TABLE", "schema": "PROD", "name": "ETHEREUM_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}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 10, "name": "_INSERTED_TIMESTAMP", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 9340191744.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 18:25UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 20178987.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(_INSERTED_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": "source.ethereum_models.prod.ethereum_blocks"}, "source.ethereum_models.ethereum_silver.aave_atokens_upload": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AAVE_ATOKENS_UPLOAD", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"ATOKEN_SYMBOL": {"type": "TEXT", "index": 1, "name": "ATOKEN_SYMBOL", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_STABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 3, "name": "ATOKEN_STABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_VARIABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 4, "name": "ATOKEN_VARIABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_DECIMALS": {"type": "NUMBER", "index": 5, "name": "ATOKEN_DECIMALS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 6, "name": "ATOKEN_VERSION", "comment": null}, "ATOKEN_CREATED_BLOCK": {"type": "NUMBER", "index": 7, "name": "ATOKEN_CREATED_BLOCK", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 10240.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-08-17 18:45UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 68.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_silver.aave_atokens_upload"}, "source.ethereum_models.eth_bronze_public.user_abis": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE_PUBLIC", "name": "USER_ABIS", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"CONTRACT_ADDRESS": {"type": "TEXT", "index": 1, "name": "CONTRACT_ADDRESS", "comment": null}, "BLOCKCHAIN": {"type": "TEXT", "index": 2, "name": "BLOCKCHAIN", "comment": null}, "ABI": {"type": "TEXT", "index": 3, "name": "ABI", "comment": null}, "DISCORD_USERNAME": {"type": "TEXT", "index": 4, "name": "DISCORD_USERNAME", "comment": null}, "_INSERTED_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 5, "name": "_INSERTED_TIMESTAMP", "comment": null}, "DUPLICATE_ABI": {"type": "BOOLEAN", "index": 6, "name": "DUPLICATE_ABI", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 7168.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-01-10 19:34UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.eth_bronze_public.user_abis"}, "source.ethereum_models.ethereum_silver.token_meta_backup": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_META_BACKUP", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "STANDARD": {"type": "TEXT", "index": 2, "name": "STANDARD", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}, "NAME": {"type": "TEXT", "index": 4, "name": "NAME", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 5, "name": "DECIMALS", "comment": null}, "BALANCES_SLOT": {"type": "NUMBER", "index": 6, "name": "BALANCES_SLOT", "comment": null}, "ALLOWANCES_SLOT": {"type": "NUMBER", "index": 7, "name": "ALLOWANCES_SLOT", "comment": null}, "CODE_HASH": {"type": "TEXT", "index": 8, "name": "CODE_HASH", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 13741568.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-05-02 15:58UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 285325.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_silver.token_meta_backup"}, "source.ethereum_models.ethereum_silver.snapshot_voting": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SNAPSHOT_VOTING", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"NAME": {"type": "TEXT", "index": 1, "name": "NAME", "comment": null}, "DELAY": {"type": "NUMBER", "index": 2, "name": "DELAY", "comment": null}, "DELAY_TIME": {"type": "TEXT", "index": 3, "name": "DELAY_TIME", "comment": null}, "QUORUM": {"type": "FLOAT", "index": 4, "name": "QUORUM", "comment": null}, "VOTING_PERIOD": {"type": "NUMBER", "index": 5, "name": "VOTING_PERIOD", "comment": null}, "VOTING_PERIOD_TIME": {"type": "TEXT", "index": 6, "name": "VOTING_PERIOD_TIME", "comment": null}, "VOTING_TYPE": {"type": "TEXT", "index": 7, "name": "VOTING_TYPE", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 15360.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-08-17 18:45UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 939.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_silver.snapshot_voting"}, "source.ethereum_models.ethereum_silver.signatures_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SIGNATURES_BACKFILL", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "BYTES_SIGNATURE": {"type": "TEXT", "index": 2, "name": "BYTES_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 13106176.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-08-17 18:48UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 549518.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_silver.signatures_backfill"}, "source.ethereum_models.ethereum_silver.evm_chains_20221212": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "EVM_CHAINS_20221212", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"NAME": {"type": "TEXT", "index": 1, "name": "NAME", "comment": null}, "CHAINID": {"type": "NUMBER", "index": 2, "name": "CHAINID", "comment": null}, "SHORTNAME": {"type": "TEXT", "index": 3, "name": "SHORTNAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 14336.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-12-14 21:08UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 631.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_silver.evm_chains_20221212"}, "source.ethereum_models.ethereum_silver.snapshot_network": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "SNAPSHOT_NETWORK", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"NAME": {"type": "TEXT", "index": 1, "name": "NAME", "comment": null}, "NETWORK": {"type": "TEXT", "index": 2, "name": "NETWORK", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17920.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-08-17 18:45UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 939.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_silver.snapshot_network"}, "source.ethereum_models.ethereum_silver.event_signatures_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "EVENT_SIGNATURES_BACKFILL", "database": "ETHEREUM", "comment": null, "owner": "DBT_CLOUD_ETHEREUM"}, "columns": {"TEXT_SIGNATURE": {"type": "TEXT", "index": 1, "name": "TEXT_SIGNATURE", "comment": null}, "HEX_SIGNATURE": {"type": "TEXT", "index": 2, "name": "HEX_SIGNATURE", "comment": null}, "ID": {"type": "NUMBER", "index": 3, "name": "ID", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 6930432.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-08-17 18:45UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 88734.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_silver.event_signatures_backfill"}, "source.ethereum_models.bronze.prod_ethereum_sink_407559501": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "PROD_ETHEREUM_SINK_407559501", "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": 551697653248.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-08-22 16:07UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 88356244.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(date_trunc(day,(record_metadata:CreateTime/1000)::bigint::timestamp))", "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.ethereum_models.bronze.prod_ethereum_sink_407559501"}, "source.ethereum_models.bronze.bronze_snapshot_719356055": {"metadata": {"type": "BASE TABLE", "schema": "BRONZE", "name": "BRONZE_SNAPSHOT_719356055", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "KAFKA_CONNECTOR_ROLE"}, "columns": {"RECORD_METADATA": {"type": "VARIANT", "index": 1, "name": "RECORD_METADATA", "comment": null}, "RECORD_CONTENT": {"type": "VARIANT", "index": 2, "name": "RECORD_CONTENT", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 4748527616.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-01-12 17:41UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 398501.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.bronze.bronze_snapshot_719356055"}, "source.ethereum_models.flipside_gold_ethereum.nft_metadata": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM", "name": "NFT_METADATA", "database": "FLIPSIDE_PROD_DB", "comment": "Deprecating soon - please migrate query to ethereum database by 9/13", "owner": "DOOR_PROD"}, "columns": {"BLOCKCHAIN": {"type": "TEXT", "index": 1, "name": "BLOCKCHAIN", "comment": ""}, "COMMISSION_RATE": {"type": "FLOAT", "index": 2, "name": "COMMISSION_RATE", "comment": ""}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 3, "name": "CONTRACT_ADDRESS", "comment": ""}, "CONTRACT_NAME": {"type": "TEXT", "index": 4, "name": "CONTRACT_NAME", "comment": ""}, "CREATED_AT_BLOCK_ID": {"type": "NUMBER", "index": 5, "name": "CREATED_AT_BLOCK_ID", "comment": ""}, "CREATED_AT_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 6, "name": "CREATED_AT_TIMESTAMP", "comment": ""}, "CREATED_AT_TX_ID": {"type": "TEXT", "index": 7, "name": "CREATED_AT_TX_ID", "comment": ""}, "CREATOR_ADDRESS": {"type": "TEXT", "index": 8, "name": "CREATOR_ADDRESS", "comment": ""}, "CREATOR_NAME": {"type": "TEXT", "index": 9, "name": "CREATOR_NAME", "comment": ""}, "IMAGE_URL": {"type": "TEXT", "index": 10, "name": "IMAGE_URL", "comment": ""}, "PROJECT_NAME": {"type": "TEXT", "index": 11, "name": "PROJECT_NAME", "comment": ""}, "TOKEN_ID": {"type": "TEXT", "index": 12, "name": "TOKEN_ID", "comment": ""}, "TOKEN_METADATA": {"type": "OBJECT", "index": 13, "name": "TOKEN_METADATA", "comment": ""}, "TOKEN_METADATA_URI": {"type": "TEXT", "index": 14, "name": "TOKEN_METADATA_URI", "comment": ""}, "TOKEN_NAME": {"type": "TEXT", "index": 15, "name": "TOKEN_NAME", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 207922688.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-09-06 13:42UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 720943.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.flipside_gold_ethereum.nft_metadata"}, "source.ethereum_models.flipside_gold_ethereum.dex_liquidity_pools": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM", "name": "DEX_LIQUIDITY_POOLS", "database": "FLIPSIDE_PROD_DB", "comment": "Deprecating soon - please migrate query to ethereum database by 9/13", "owner": "DOOR_PROD"}, "columns": {"CREATION_TIME": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "CREATION_TIME", "comment": ""}, "CREATION_TX": {"type": "TEXT", "index": 2, "name": "CREATION_TX", "comment": ""}, "FACTORY_ADDRESS": {"type": "TEXT", "index": 3, "name": "FACTORY_ADDRESS", "comment": ""}, "POOL_NAME": {"type": "TEXT", "index": 4, "name": "POOL_NAME", "comment": ""}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": ""}, "TOKEN0": {"type": "TEXT", "index": 6, "name": "TOKEN0", "comment": ""}, "TOKEN1": {"type": "TEXT", "index": 7, "name": "TOKEN1", "comment": ""}, "PLATFORM": {"type": "TEXT", "index": 8, "name": "PLATFORM", "comment": ""}, "TOKENS": {"type": "ARRAY", "index": 9, "name": "TOKENS", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17520128.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-11-02 00:15UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 71467.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.flipside_gold_ethereum.dex_liquidity_pools"}, "source.ethereum_models.flipside_silver.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": 231757077504.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 18:31UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 9293633543.0, "include": true, "description": "An approximate count of rows in this table"}, "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.ethereum_models.flipside_silver.prices_v2"}, "source.ethereum_models.flipside_gold_ethereum.contracts": {"metadata": {"type": "VIEW", "schema": "ETHEREUM", "name": "CONTRACTS", "database": "FLIPSIDE_PROD_DB", "comment": "Deprecating soon - please migrate query to ethereum database by 9/13", "owner": "ACCOUNTADMIN"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": ""}, "META": {"type": "OBJECT", "index": 2, "name": "META", "comment": ""}, "NAME": {"type": "TEXT", "index": 3, "name": "NAME", "comment": ""}}, "stats": {"has_stats": {"id": "has_stats", "label": "Has Stats?", "value": false, "include": false, "description": "Indicates whether there are statistics for this table"}}, "unique_id": "source.ethereum_models.flipside_gold_ethereum.contracts"}, "source.ethereum_models.flipside_gold_ethereum.token_prices_hourly": {"metadata": {"type": "BASE TABLE", "schema": "ETHEREUM", "name": "TOKEN_PRICES_HOURLY", "database": "FLIPSIDE_PROD_DB", "comment": "Deprecating soon - please migrate query to ethereum database by 9/13", "owner": "DOOR_PROD"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": ""}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": ""}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": ""}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": ""}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": ""}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1822875648.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 18:06UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 116181930.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.flipside_gold_ethereum.token_prices_hourly"}, "source.ethereum_models.flipside_silver.ethereum_contracts_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ETHEREUM_CONTRACTS_BACKFILL", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "DOOR_PROD"}, "columns": {"BLOCK_ID": {"type": "NUMBER", "index": 1, "name": "BLOCK_ID", "comment": null}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": null}, "CREATOR_ADDRESS": {"type": "NUMBER", "index": 3, "name": "CREATOR_ADDRESS", "comment": null}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": null}, "LOGIC_ADDRESS": {"type": "TEXT", "index": 5, "name": "LOGIC_ADDRESS", "comment": null}, "SYMBOL": {"type": "TEXT", "index": 6, "name": "SYMBOL", "comment": null}, "DECIMALS": {"type": "NUMBER", "index": 7, "name": "DECIMALS", "comment": null}, "NAME": {"type": "TEXT", "index": 8, "name": "NAME", "comment": null}, "TOKEN_CONVENTION": {"type": "TEXT", "index": 9, "name": "TOKEN_CONVENTION", "comment": null}, "CONTRACT_META": {"type": "TEXT", "index": 10, "name": "CONTRACT_META", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 4988928.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 10:02UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 34876.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.flipside_silver.ethereum_contracts_backfill"}, "source.ethereum_models.flipside_silver_ethereum.contracts": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_ETHEREUM", "name": "CONTRACTS", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "DOOR_PROD"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": ""}, "ADDRESS": {"type": "TEXT", "index": 2, "name": "ADDRESS", "comment": ""}, "META": {"type": "OBJECT", "index": 3, "name": "META", "comment": ""}, "NAME": {"type": "TEXT", "index": 4, "name": "NAME", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 165572096.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 18:04UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 1613802.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(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.ethereum_models.flipside_silver_ethereum.contracts"}, "source.ethereum_models.flipside_silver.ethereum_contracts": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "ETHEREUM_CONTRACTS", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "DOOR_PROD"}, "columns": {"ADDRESS": {"type": "TEXT", "index": 1, "name": "ADDRESS", "comment": null}, "META": {"type": "OBJECT", "index": 2, "name": "META", "comment": null}, "NAME": {"type": "TEXT", "index": 3, "name": "NAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 26561024.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-10-12 02:38UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 442701.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.flipside_silver.ethereum_contracts"}, "source.ethereum_models.flipside_silver_ethereum.reads": {"metadata": {"type": "BASE TABLE", "schema": "SILVER_ETHEREUM", "name": "READS", "database": "FLIPSIDE_PROD_DB", "comment": null, "owner": "DOOR_PROD"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": ""}, "BLOCK_TIMESTAMP": {"type": "TIMESTAMP_NTZ", "index": 2, "name": "BLOCK_TIMESTAMP", "comment": ""}, "BLOCK_ID": {"type": "NUMBER", "index": 3, "name": "BLOCK_ID", "comment": ""}, "CONTRACT_ADDRESS": {"type": "TEXT", "index": 4, "name": "CONTRACT_ADDRESS", "comment": ""}, "CONTRACT_NAME": {"type": "TEXT", "index": 5, "name": "CONTRACT_NAME", "comment": ""}, "FUNCTION_NAME": {"type": "TEXT", "index": 6, "name": "FUNCTION_NAME", "comment": ""}, "INPUTS": {"type": "OBJECT", "index": 7, "name": "INPUTS", "comment": ""}, "PROJECT_ID": {"type": "TEXT", "index": 8, "name": "PROJECT_ID", "comment": ""}, "PROJECT_NAME": {"type": "TEXT", "index": 9, "name": "PROJECT_NAME", "comment": ""}, "VALUE_NUMERIC": {"type": "FLOAT", "index": 10, "name": "VALUE_NUMERIC", "comment": ""}, "VALUE_STRING": {"type": "TEXT", "index": 11, "name": "VALUE_STRING", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 21469025280.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2022-08-31 14:18UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 2438456847.0, "include": true, "description": "An approximate count of rows in this table"}, "clustering_key": {"id": "clustering_key", "label": "Clustering Key", "value": "LINEAR(block_timestamp)", "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.ethereum_models.flipside_silver_ethereum.reads"}, "source.ethereum_models.ethereum_share.labels": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "LABELS", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"SYSTEM_CREATED_AT": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "SYSTEM_CREATED_AT", "comment": ""}, "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": ""}, "PROJECT_NAME": {"type": "TEXT", "index": 9, "name": "PROJECT_NAME", "comment": "Name of the controlling entity of the address"}, "DELETE_FLAG": {"type": "TEXT", "index": 10, "name": "DELETE_FLAG", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 2306882048.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 83850301.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_share.labels"}, "source.ethereum_models.eth_dev_db.aave_atokens_upload": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "AAVE_ATOKENS_UPLOAD", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"ATOKEN_SYMBOL": {"type": "TEXT", "index": 1, "name": "ATOKEN_SYMBOL", "comment": null}, "ATOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "ATOKEN_ADDRESS", "comment": null}, "ATOKEN_STABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 3, "name": "ATOKEN_STABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_VARIABLE_DEBT_ADDRESS": {"type": "TEXT", "index": 4, "name": "ATOKEN_VARIABLE_DEBT_ADDRESS", "comment": null}, "ATOKEN_DECIMALS": {"type": "NUMBER", "index": 5, "name": "ATOKEN_DECIMALS", "comment": null}, "ATOKEN_VERSION": {"type": "TEXT", "index": 6, "name": "ATOKEN_VERSION", "comment": null}, "ATOKEN_CREATED_BLOCK": {"type": "NUMBER", "index": 7, "name": "ATOKEN_CREATED_BLOCK", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 10240.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 68.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.eth_dev_db.aave_atokens_upload"}, "source.ethereum_models.ethereum_share.dex_liquidity_pools": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "DEX_LIQUIDITY_POOLS", "database": "ETHEREUM_DEV", "comment": "Deprecating soon - please migrate query to ethereum database by 9/13", "owner": "INTERNAL_DEV"}, "columns": {"CREATION_TIME": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "CREATION_TIME", "comment": ""}, "CREATION_TX": {"type": "TEXT", "index": 2, "name": "CREATION_TX", "comment": ""}, "FACTORY_ADDRESS": {"type": "TEXT", "index": 3, "name": "FACTORY_ADDRESS", "comment": ""}, "POOL_NAME": {"type": "TEXT", "index": 4, "name": "POOL_NAME", "comment": ""}, "POOL_ADDRESS": {"type": "TEXT", "index": 5, "name": "POOL_ADDRESS", "comment": ""}, "TOKEN0": {"type": "TEXT", "index": 6, "name": "TOKEN0", "comment": ""}, "TOKEN1": {"type": "TEXT", "index": 7, "name": "TOKEN1", "comment": ""}, "PLATFORM": {"type": "TEXT", "index": 8, "name": "PLATFORM", "comment": ""}, "TOKENS": {"type": "ARRAY", "index": 9, "name": "TOKENS", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 17520128.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 71467.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_share.dex_liquidity_pools"}, "source.ethereum_models.ethereum_share.token_prices_hourly": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "TOKEN_PRICES_HOURLY", "database": "ETHEREUM_DEV", "comment": "Deprecating soon - please migrate query to ethereum database by 9/13", "owner": "INTERNAL_DEV"}, "columns": {"HOUR": {"type": "TIMESTAMP_NTZ", "index": 1, "name": "HOUR", "comment": ""}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 2, "name": "TOKEN_ADDRESS", "comment": ""}, "SYMBOL": {"type": "TEXT", "index": 3, "name": "SYMBOL", "comment": ""}, "DECIMALS": {"type": "NUMBER", "index": 4, "name": "DECIMALS", "comment": ""}, "PRICE": {"type": "FLOAT", "index": 5, "name": "PRICE", "comment": ""}, "IS_IMPUTED": {"type": "BOOLEAN", "index": 6, "name": "IS_IMPUTED", "comment": ""}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 1821328384.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 116147542.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.ethereum_share.token_prices_hourly"}, "source.ethereum_models.eth_dev_db.evm_chains_20221212": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "EVM_CHAINS_20221212", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"NAME": {"type": "TEXT", "index": 1, "name": "NAME", "comment": null}, "CHAINID": {"type": "NUMBER", "index": 2, "name": "CHAINID", "comment": null}, "SHORTNAME": {"type": "TEXT", "index": 3, "name": "SHORTNAME", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 14336.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 631.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.eth_dev_db.evm_chains_20221212"}, "source.ethereum_models.eth_dev_db.curve_pools_backfill": {"metadata": {"type": "BASE TABLE", "schema": "SILVER", "name": "CURVE_POOLS_BACKFILL", "database": "ETHEREUM_DEV", "comment": null, "owner": "INTERNAL_DEV"}, "columns": {"POOL_ADDRESS": {"type": "TEXT", "index": 1, "name": "POOL_ADDRESS", "comment": null}, "TOKEN_INDEX": {"type": "NUMBER", "index": 2, "name": "TOKEN_INDEX", "comment": null}, "TOKEN_ADDRESS": {"type": "TEXT", "index": 3, "name": "TOKEN_ADDRESS", "comment": null}, "POOL": {"type": "TEXT", "index": 4, "name": "POOL", "comment": null}}, "stats": {"bytes": {"id": "bytes", "label": "Approximate Size", "value": 5120.0, "include": true, "description": "Approximate size of the table as reported by Snowflake"}, "last_modified": {"id": "last_modified", "label": "Last Modified", "value": "2023-02-01 09:13UTC", "include": true, "description": "The timestamp for last update/change"}, "row_count": {"id": "row_count", "label": "Row Count", "value": 73.0, "include": true, "description": "An approximate count of rows in 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.ethereum_models.eth_dev_db.curve_pools_backfill"}}, "errors": null} |