This commit is contained in:
Austin 2025-07-14 16:03:35 -04:00 committed by GitHub
parent 7b162966aa
commit b24c50563e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 1 additions and 508 deletions

View File

@ -1,70 +0,0 @@
version: 2
models:
- name: nft__ez_nft_sales
description: '{{ doc("evm_ez_nft_sales_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_nft_block_no") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_nft_blocktime") }}'
- name: TX_HASH
description: '{{ doc("evm_nft_tx_hash") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_nft_event_index") }}'
- name: EVENT_TYPE
description: '{{ doc("evm_nft_event_type") }}'
- name: PLATFORM_ADDRESS
description: '{{ doc("evm_nft_platform_address") }}'
- name: PLATFORM_NAME
description: '{{ doc("evm_nft_platform_name") }}'
- name: PLATFORM_EXCHANGE_VERSION
description: '{{ doc("evm_nft_platform_exchange_version") }}'
- name: AGGREGATOR_NAME
description: '{{ doc("evm_nft_aggregator_name") }}'
- name: SELLER_ADDRESS
description: '{{ doc("evm_nft_seller_address") }}'
- name: BUYER_ADDRESS
description: '{{ doc("evm_nft_buyer_address") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_nft_address") }}'
- name: NAME
description: '{{ doc("evm_nft_project_name") }}'
- name: TOKEN_ID
description: '{{ doc("evm_nft_tokenid") }}'
- name: QUANTITY
description: '{{ doc("evm_nft_quantity") }}'
- name: TOKEN_STANDARD
description: '{{ doc("evm_token_standard") }}'
- name: CURRENCY_SYMBOL
description: '{{ doc("evm_nft_currency_symbol") }}'
- name: CURRENCY_ADDRESS
description: '{{ doc("evm_nft_currency_address") }}'
- name: PRICE
description: '{{ doc("evm_nft_price") }}'
- name: PRICE_USD
description: '{{ doc("evm_nft_price_usd") }}'
- name: TOTAL_FEES
description: '{{ doc("evm_nft_total_fees") }}'
- name: PLATFORM_FEE
description: '{{ doc("evm_nft_platform_fee") }}'
- name: CREATOR_FEE
description: '{{ doc("evm_nft_creator_fee") }}'
- name: TOTAL_FEES_USD
description: '{{ doc("evm_nft_total_fees_usd") }}'
- name: PLATFORM_FEE_USD
description: '{{ doc("evm_nft_platform_fee_usd") }}'
- name: CREATOR_FEE_USD
description: '{{ doc("evm_nft_creator_fee_usd") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_nft_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_nft_origin_to") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: EZ_NFT_SALES_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,32 +0,0 @@
version: 2
models:
- name: defi__dim_dex_liquidity_pools
description: '{{ doc("evm_dim_dex_lp_table_doc") }}'
columns:
- name: CREATION_BLOCK
description: '{{ doc("evm_dex_creation_block") }}'
- name: CREATION_TIME
description: '{{ doc("evm_dex_creation_time") }}'
- name: CREATION_TX
description: '{{ doc("evm_dex_creation_tx") }}'
- name: FACTORY_ADDRESS
description: '{{ doc("evm_dex_factory_address") }}'
- name: PLATFORM
description: '{{ doc("evm_dex_platform") }}'
- name: POOL_ADDRESS
description: '{{ doc("evm_dex_pool_address") }}'
- name: POOL_NAME
description: '{{ doc("evm_dex_pool_name") }}'
- name: TOKENS
description: '{{ doc("evm_dex_lp_tokens") }}'
- name: SYMBOLS
description: '{{ doc("evm_dex_lp_symbols") }}'
- name: DECIMALS
description: '{{ doc("evm_dex_lp_decimals") }}'
- name: DIM_DEX_LIQUIDITY_POOLS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,56 +0,0 @@
version: 2
models:
- name: defi__ez_bridge_activity
description: '{{ doc("evm_ez_bridge_activity_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_bridge_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: PLATFORM
description: '{{ doc("evm_bridge_platform") }}'
- name: SENDER
description: '{{ doc("evm_bridge_sender") }}'
- name: RECEIVER
description: '{{ doc("evm_bridge_receiver") }}'
- name: DESTINATION_CHAIN_RECEIVER
description: '{{ doc("evm_bridge_destination_chain_receiver") }}'
- name: DESTINATION_CHAIN
description: '{{ doc("evm_bridge_destination_chain") }}'
- name: DESTINATION_CHAIN_ID
description: '{{ doc("evm_bridge_destination_chain_id") }}'
- name: BRIDGE_ADDRESS
description: '{{ doc("evm_bridge_address") }}'
- name: TOKEN_ADDRESS
description: '{{ doc("evm_bridge_token_address") }}'
- name: TOKEN_SYMBOL
description: '{{ doc("evm_bridge_token_symbol") }}'
- name: AMOUNT_UNADJ
description: '{{ doc("evm_bridge_amount_unadj") }}'
- name: AMOUNT
description: '{{ doc("evm_bridge_amount") }}'
- name: AMOUNT_USD
description: '{{ doc("evm_bridge_amount_usd") }}'
- name: TOKEN_IS_VERIFIED
description: '{{ doc("evm_prices_is_verified") }}'
- name: EZ_BRIDGE_ACTIVITY_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,57 +0,0 @@
version: 2
models:
- name: defi__ez_dex_swaps
description: '{{ doc("evm_ez_dex_swaps_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: AMOUNT_IN
description: '{{ doc("evm_dex_swaps_amount_in") }}'
- name: AMOUNT_OUT
description: '{{ doc("evm_dex_swaps_amount_out") }}'
- name: AMOUNT_IN_USD
description: '{{ doc("evm_dex_swaps_amount_in_usd") }}'
- name: AMOUNT_OUT_USD
description: '{{ doc("evm_dex_swaps_amount_out_usd") }}'
- name: TOKEN_IN
description: '{{ doc("evm_dex_swaps_token_in") }}'
- name: TOKEN_OUT
description: '{{ doc("evm_dex_swaps_token_out") }}'
- name: SYMBOL_IN
description: '{{ doc("evm_dex_swaps_symbol_in") }}'
- name: SYMBOL_OUT
description: '{{ doc("evm_dex_swaps_symbol_out") }}'
- name: SENDER
description: '{{ doc("evm_dex_swaps_sender") }}'
- name: TX_TO
description: '{{ doc("evm_dex_swaps_tx_to") }}'
- name: PLATFORM
description: '{{ doc("evm_dex_platform") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_tx_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_to") }}'
- name: AMOUNT_IN_UNADJ
description: '{{ doc("evm_dex_swaps_amount_in_unadj") }}'
- name: AMOUNT_OUT_UNADJ
description: '{{ doc("evm_dex_swaps_amount_out_unadj") }}'
- name: EZ_DEX_SWAPS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,46 +0,0 @@
version: 2
models:
- name: defi__ez_lending_borrows
description: '{{ doc("evm_complete_lending_borrows_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_to") }}'
- name: PLATFORM
description: '{{ doc("evm_complete_lending_platform") }}'
- name: PROTOCOL_MARKET
description: '{{ doc("evm_complete_lending_protocol_token") }}'
- name: BORROWER
description: '{{ doc("evm_complete_lending_borrower") }}'
- name: TOKEN_ADDRESS
description: '{{ doc("evm_complete_lending_token_address") }}'
- name: TOKEN_SYMBOL
description: '{{ doc("evm_complete_lending_token_symbol") }}'
- name: AMOUNT_UNADJ
description: '{{ doc("evm_complete_lending_amount_unadj") }}'
- name: AMOUNT
description: '{{ doc("evm_complete_lending_amount") }}'
- name: AMOUNT_USD
description: '{{ doc("evm_complete_lending_amount_usd") }}'
- name: EZ_LENDING_BORROWS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,46 +0,0 @@
version: 2
models:
- name: defi__ez_lending_deposits
description: '{{ doc("evm_complete_lending_deposits_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_to") }}'
- name: PLATFORM
description: '{{ doc("evm_complete_lending_platform") }}'
- name: PROTOCOL_MARKET
description: '{{ doc("evm_complete_lending_protocol_token") }}'
- name: DEPOSITOR
description: '{{ doc("evm_complete_lending_depositor") }}'
- name: TOKEN_ADDRESS
description: '{{ doc("evm_complete_lending_token_address") }}'
- name: TOKEN_SYMBOL
description: '{{ doc("evm_complete_lending_token_symbol") }}'
- name: AMOUNT_UNADJ
description: '{{ doc("evm_complete_lending_amount_unadj") }}'
- name: AMOUNT
description: '{{ doc("evm_complete_lending_amount") }}'
- name: AMOUNT_USD
description: '{{ doc("evm_complete_lending_amount_usd") }}'
- name: EZ_LENDING_DEPOSITS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,54 +0,0 @@
version: 2
models:
- name: defi__ez_lending_flashloans
description: '{{ doc("evm_complete_lending_flashloans_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_to") }}'
- name: PLATFORM
description: '{{ doc("evm_complete_lending_platform") }}'
- name: INITIATOR
description: '{{ doc("evm_complete_lending_initiator_address") }}'
- name: TARGET
description: '{{ doc("evm_complete_lending_target_address") }}'
- name: PROTOCOL_MARKET
description: '{{ doc("evm_complete_lending_protocol_token") }}'
- name: FLASHLOAN_TOKEN
description: '{{ doc("evm_complete_lending_flashloan_token") }}'
- name: FLASHLOAN_TOKEN_SYMBOL
description: '{{ doc("evm_complete_lending_flashloan_token_symbol") }}'
- name: FLASHLOAN_AMOUNT_UNADJ
description: '{{ doc("evm_complete_lending_flashloan_amount_unadj") }}'
- name: FLASHLOAN_AMOUNT
description: '{{ doc("evm_complete_lending_flashloan_amount") }}'
- name: FLASHLOAN_AMOUNT_USD
description: '{{ doc("evm_complete_lending_flashloan_amount_usd") }}'
- name: PREMIUM_AMOUNT_UNADJ
description: '{{ doc("evm_complete_lending_premium_amount_unadj") }}'
- name: PREMIUM_AMOUNT
description: '{{ doc("evm_complete_lending_premium_amount") }}'
- name: PREMIUM_AMOUNT_USD
description: '{{ doc("evm_complete_lending_premium_amount_usd") }}'
- name: EZ_LENDING_FLASHLOANS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,52 +0,0 @@
version: 2
models:
- name: defi__ez_lending_liquidations
description: '{{ doc("evm_complete_lending_liquidations_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_to") }}'
- name: PLATFORM
description: '{{ doc("evm_complete_lending_platform") }}'
- name: LIQUIDATOR
description: '{{ doc("evm_complete_lending_liquidator") }}'
- name: BORROWER
description: '{{ doc("evm_complete_lending_borrower") }}'
- name: PROTOCOL_MARKET
description: '{{ doc("evm_complete_lending_protocol_token") }}'
- name: COLLATERAL_TOKEN
description: '{{ doc("evm_complete_lending_collateral_asset") }}'
- name: COLLATERAL_TOKEN_SYMBOL
description: '{{ doc("evm_complete_lending_token_symbol") }}'
- name: AMOUNT_UNADJ
description: '{{ doc("evm_complete_lending_amount_unadj") }}'
- name: AMOUNT
description: '{{ doc("evm_complete_lending_amount") }}'
- name: AMOUNT_USD
description: '{{ doc("evm_complete_lending_amount_usd") }}'
- name: DEBT_TOKEN
description: '{{ doc("evm_complete_lending_debt_asset") }}'
- name: DEBT_TOKEN_SYMBOL
description: '{{ doc("evm_complete_lending_token_symbol") }}'
- name: EZ_LENDING_LIQUDATIONS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,48 +0,0 @@
version: 2
models:
- name: defi__ez_lending_repayments
description: '{{ doc("evm_complete_lending_repayments_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_to") }}'
- name: PLATFORM
description: '{{ doc("evm_complete_lending_platform") }}'
- name: PAYER
description: '{{ doc("evm_complete_lending_payer") }}'
- name: BORROWER
description: '{{ doc("evm_complete_lending_borrower") }}'
- name: PROTOCOL_MARKET
description: '{{ doc("evm_complete_lending_protocol_token") }}'
- name: TOKEN_ADDRESS
description: '{{ doc("evm_complete_lending_token_address") }}'
- name: TOKEN_SYMBOL
description: '{{ doc("evm_complete_lending_token_symbol") }}'
- name: AMOUNT_UNADJ
description: '{{ doc("evm_complete_lending_amount_unadj") }}'
- name: AMOUNT
description: '{{ doc("evm_complete_lending_amount") }}'
- name: AMOUNT_USD
description: '{{ doc("evm_complete_lending_amount_usd") }}'
- name: EZ_LENDING_REPAYMENTS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,46 +0,0 @@
version: 2
models:
- name: defi__ez_lending_withdraws
description: '{{ doc("evm_complete_lending_withdraws_table_doc") }}'
columns:
- name: BLOCK_NUMBER
description: '{{ doc("evm_block_number") }}'
- name: BLOCK_TIMESTAMP
description: '{{ doc("evm_block_timestamp") }}'
- name: TX_HASH
description: '{{ doc("evm_logs_tx_hash") }}'
- name: CONTRACT_ADDRESS
description: '{{ doc("evm_logs_contract_address") }}'
- name: EVENT_NAME
description: '{{ doc("evm_event_name") }}'
- name: EVENT_INDEX
description: '{{ doc("evm_event_index") }}'
- name: ORIGIN_FUNCTION_SIGNATURE
description: '{{ doc("evm_nft_origin_sig") }}'
- name: ORIGIN_FROM_ADDRESS
description: '{{ doc("evm_origin_from") }}'
- name: ORIGIN_TO_ADDRESS
description: '{{ doc("evm_origin_to") }}'
- name: PLATFORM
description: '{{ doc("evm_complete_lending_platform") }}'
- name: DEPOSITOR
description: '{{ doc("evm_borrower") }}'
- name: PROTOCOL_MARKET
description: '{{ doc("evm_complete_lending_protocol_token") }}'
- name: TOKEN_ADDRESS
description: '{{ doc("evm_complete_lending_token_address") }}'
- name: TOKEN_SYMBOL
description: '{{ doc("evm_complete_lending_token_symbol") }}'
- name: AMOUNT_UNADJ
description: '{{ doc("evm_complete_lending_amount_unadj") }}'
- name: AMOUNT
description: '{{ doc("evm_complete_lending_amount") }}'
- name: AMOUNT_USD
description: '{{ doc("evm_complete_lending_amount_usd") }}'
- name: EZ_LENDING_WITHDRAWS_ID
description: '{{ doc("evm_pk") }}'
- name: INSERTED_TIMESTAMP
description: '{{ doc("evm_inserted_timestamp") }}'
- name: MODIFIED_TIMESTAMP
description: '{{ doc("evm_modified_timestamp") }}'

View File

@ -1,3 +1,3 @@
packages:
- git: https://github.com/FlipsideCrypto/fsc-evm.git
revision: v4.5.7
revision: v4.6.0