mirror of
https://github.com/FlipsideCrypto/ethereum-models.git
synced 2026-02-06 13:17:06 +00:00
parent
abc287d2e2
commit
219e2f0667
@ -4,11 +4,11 @@ models:
|
||||
description: This convenience table contains information about the deposits made to the beacon chain, alongside address labels for analysis purposes. Deposit activity in this table is derived from the `DepositEvent` on the `BeaconDepositContract - 0x00000000219ab540356cbb839cbe05303d7705fa` in `ethereum.core.fact_event_logs`. For more info, please visit [The Ethereum Organization](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/).
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: The index of the deposit event within the transaction.
|
||||
- name: DEPOSIT_AMOUNT
|
||||
@ -40,8 +40,8 @@ models:
|
||||
- name: DEPOSIT_INDEX
|
||||
description: The index of the deposit.
|
||||
- name: EZ_DEPOSITS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -4,11 +4,11 @@ models:
|
||||
description: This convenience table contains information about the withdrawals made from the beacon chain, alongside address labels for analysis purposes. Withdrawal activity in this table is derived directly from the `withdrawals` object in the `eth_getBlockByNumber` Ethereum JSON-RPC Method, where block_number represents the block on Ethereum Mainnet and slot_number corresponds to the Beacon Chain slot that the withdrawal was executed in. For more info, please visit [The Ethereum Organization](https://ethereum.org/en/developers/docs/consensus-mechanisms/pos/).
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: BLOCK_HASH
|
||||
description: '{{ doc("evm_blocks_hash") }}'
|
||||
description: '{{ doc("fact_blocks_block_hash") }}'
|
||||
- name: WITHDRAWAL_AMOUNT
|
||||
description: The amount of the withdrawal.
|
||||
- name: WITHDRAWAL_ADDRESS
|
||||
@ -26,12 +26,12 @@ models:
|
||||
- name: VALIDATOR_INDEX
|
||||
description: The index of the validator associated with the withdrawal.
|
||||
- name: SLOT_NUMBER
|
||||
description: '{{ doc("evm_slot_number") }}'
|
||||
description: '{{ doc("slot_number") }}'
|
||||
- name: EPOCH_NUMBER
|
||||
description: '{{ doc("evm_epoch_number") }}'
|
||||
description: '{{ doc("epoch_number") }}'
|
||||
- name: EZ_WITHDRAWALS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,15 +1,15 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: beacon_chain__fact_attestations
|
||||
description: '{{ doc("evm_attestations_table_doc") }}'
|
||||
description: '{{ doc("attestations_table_doc") }}'
|
||||
|
||||
columns:
|
||||
- name: SLOT_NUMBER
|
||||
description: '{{ doc("evm_slot_number") }}'
|
||||
description: '{{ doc("slot_number") }}'
|
||||
- name: SLOT_TIMESTAMP
|
||||
description: '{{ doc("evm_slot_timestamp") }}'
|
||||
description: '{{ doc("slot_timestamp") }}'
|
||||
- name: EPOCH_NUMBER
|
||||
description: '{{ doc("evm_epoch_number") }}'
|
||||
description: '{{ doc("epoch_number") }}'
|
||||
- name: ATTESTATION_SLOT
|
||||
description: 'The slot number in which the validator is attesting on'
|
||||
- name: ATTESTATION_INDEX
|
||||
@ -29,8 +29,8 @@ models:
|
||||
- name: ATTESTATION_SIGNATURE
|
||||
description: 'A BLS signature that aggregates the signatures of individual validators'
|
||||
- name: FACT_ATTESTATIONS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -27,8 +27,8 @@ models:
|
||||
- name: SIGNATURE
|
||||
description: The signature hash of the message object.
|
||||
- name: FACT_BLOB_SIDECAR_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: beacon_chain__fact_blocks
|
||||
description: '{{ doc("evm_beacon_blocks_table_doc") }}'
|
||||
description: '{{ doc("beacon_blocks_table_doc") }}'
|
||||
|
||||
columns:
|
||||
- name: SLOT_NUMBER
|
||||
description: '{{ doc("evm_slot_number") }}'
|
||||
description: '{{ doc("slot_number") }}'
|
||||
- name: EPOCH_NUMBER
|
||||
description: '{{ doc("evm_epoch_number") }}'
|
||||
description: '{{ doc("epoch_number") }}'
|
||||
- name: SLOT_TIMESTAMP
|
||||
description: '{{ doc("evm_slot_timestamp") }}'
|
||||
description: '{{ doc("slot_timestamp") }}'
|
||||
- name: PROPOSER_INDEX
|
||||
description: 'Index of the validator that proposed the block for the slot.'
|
||||
- name: PARENT_ROOT
|
||||
@ -49,10 +49,10 @@ models:
|
||||
- name: EXCESS_BLOB_GAS
|
||||
description: A running total of blob gas consumed in excess of the target, prior to the block. This is used to set blob gas pricing.
|
||||
- name: FACT_BLOCKS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
- name: BLOCK_INCLUDED
|
||||
description: 'Boolean flag that indicates whether a block was included for a specific slot, TRUE, or if it is missing/skipped/forked, FALSE.'
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: beacon_chain__fact_deposits
|
||||
description: '{{ doc("evm_beacon_deposits_table_doc") }}'
|
||||
description: '{{ doc("beacon_deposits_table_doc") }}'
|
||||
|
||||
columns:
|
||||
- name: SLOT_NUMBER
|
||||
description: '{{ doc("evm_slot_number") }}'
|
||||
description: '{{ doc("slot_number") }}'
|
||||
- name: SLOT_TIMESTAMP
|
||||
description: '{{ doc("evm_slot_timestamp") }}'
|
||||
description: '{{ doc("slot_timestamp") }}'
|
||||
- name: EPOCH_NUMBER
|
||||
description: '{{ doc("evm_epoch_number") }}'
|
||||
description: '{{ doc("epoch_number") }}'
|
||||
- name: DEPOSIT_AMOUNT
|
||||
description: 'Decimal adjusted Ether deposit amount.'
|
||||
- name: PUBKEY
|
||||
@ -21,8 +21,8 @@ models:
|
||||
- name: PROOFS
|
||||
description: 'The merkle path to the deposit root. In other words, the merkle proof against the current state.eth1_data.root in the BeaconState. Note that the + 1 in the vector length is due to the SSZ length mixed into the root.'
|
||||
- name: FACT_DEPOSITS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,13 +1,13 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: beacon_chain__fact_validator_balances
|
||||
description: '{{ doc("evm_beacon_validator_balances_table_doc") }}'
|
||||
description: '{{ doc("beacon_validator_balances_table_doc") }}'
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: Deprecating soon! The name of this column will be replaced with slot_number. The values remain the same and are currently accurate, representative of the Beacon Chain Slot Number. Please migrate queries to the new column by 11/13/23.
|
||||
- name: SLOT_NUMBER
|
||||
description: '{{ doc("evm_slot_number") }}'
|
||||
description: '{{ doc("slot_number") }}'
|
||||
- name: STATE_ID
|
||||
description: 'The hash-tree-root of the BeaconState.'
|
||||
- name: INDEX
|
||||
@ -15,8 +15,8 @@ models:
|
||||
- name: BALANCE
|
||||
description: 'Balance of Validator'
|
||||
- name: FACT_VALIDATOR_BALANCES_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,13 +1,13 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: beacon_chain__fact_validators
|
||||
description: '{{ doc("evm_beacon_validators_doc") }}'
|
||||
description: '{{ doc("beacon_validators_doc") }}'
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: Deprecating soon! The name of this column will be replaced with slot_number. The values remain the same and are currently accurate, representative of the Beacon Chain Slot Number. Please migrate queries to the new column by 11/13/23.
|
||||
- name: SLOT_NUMBER
|
||||
description: '{{ doc("evm_slot_number") }}'
|
||||
description: '{{ doc("slot_number") }}'
|
||||
- name: STATE_ID
|
||||
description: 'The hash-tree-root of the BeaconState.'
|
||||
- name: INDEX
|
||||
@ -19,11 +19,11 @@ models:
|
||||
- name: ACTIVATION_ELIGIBILITY_EPOCH
|
||||
description: 'Refers to pending validators. The deposit has been recognized by the ETH2 chain at the timestamp of “Eligible for activation”. If there is a queue of pending validators, an estimated timestamp for activation is calculated'
|
||||
- name: ACTIVATION_EPOCH
|
||||
description: '{{ doc("evm_epoch_number") }}'
|
||||
description: '{{ doc("epoch_number") }}'
|
||||
- name: EFFECTIVE_BALANCE
|
||||
description: 'The effective Balance represents a value calculated by the current balance. It is used to determine the size of a reward or penalty a validator receives. The effective balance can **never be higher than 32 ETH.'
|
||||
- name: EXIT_EPOCH
|
||||
description: '{{ doc("evm_epoch_number") }}'
|
||||
description: '{{ doc("epoch_number") }}'
|
||||
- name: PUBKEY
|
||||
description: 'Validator public key.'
|
||||
- name: SLASHED
|
||||
@ -35,8 +35,8 @@ models:
|
||||
- name: VALIDATOR_DETAILS
|
||||
description: 'Information about the validator'
|
||||
- name: FACT_VALIDATORS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -5,11 +5,11 @@ models:
|
||||
|
||||
columns:
|
||||
- name: SLOT_NUMBER
|
||||
description: '{{ doc("evm_slot_number") }}'
|
||||
description: '{{ doc("slot_number") }}'
|
||||
- name: SLOT_TIMESTAMP
|
||||
description: '{{ doc("evm_slot_timestamp") }}'
|
||||
description: '{{ doc("slot_timestamp") }}'
|
||||
- name: EPOCH_NUMBER
|
||||
description: '{{ doc("evm_epoch_number") }}'
|
||||
description: '{{ doc("epoch_number") }}'
|
||||
- name: WITHDRAWAL_AMOUNT
|
||||
description: The amount of ETH that was withdrawn from the beacon chain.
|
||||
- name: WITHDRAWAL_ADDRESS
|
||||
@ -19,8 +19,8 @@ models:
|
||||
- name: VALIDATOR_INDEX
|
||||
description: The index of the validator that made the withdrawal.
|
||||
- name: FACT_WITHDRAWALS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: core__ez_balance_deltas
|
||||
description: '{{ doc("evm_diffs_table_doc") }}'
|
||||
description: '{{ doc("ez_balance_diffs_table_doc") }}'
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
@ -41,8 +41,8 @@ models:
|
||||
- name: HAS_PRICE
|
||||
description: 'Whether the token has an hourly price or not, either TRUE or FALSE.'
|
||||
- name: EZ_BALANCE_DELTAS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: core__ez_current_balances
|
||||
description: '{{ doc("evm_current_bal_table_doc") }}'
|
||||
description: '{{ doc("ez_current_balances_table_doc") }}'
|
||||
|
||||
columns:
|
||||
- name: LAST_ACTIVITY_BLOCK
|
||||
@ -33,8 +33,8 @@ models:
|
||||
- name: LAST_RECORDED_PRICE
|
||||
description: 'The timestamp of the last hourly price recorded for this token.'
|
||||
- name: EZ_CURRENT_BALANCES_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,67 +0,0 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: core__ez_decoded_traces
|
||||
description: >
|
||||
This model contains decoded data for traces on the Ethereum blockchain. It will not contain all records, but only those for which we have a valid ABI.
|
||||
If you are interested in submitting a contract for decoding, please visit [here](https://science.flipsidecrypto.xyz/abi-requestor/).
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_traces_block_no") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_traces_tx_hash") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_traces_blocktime") }}'
|
||||
- name: TX_POSITION
|
||||
description: The position of the transaction within the block.
|
||||
- name: TRACE_INDEX
|
||||
description: The index of the trace within the transaction.
|
||||
- name: FROM_ADDRESS
|
||||
description: '{{ doc("evm_traces_from") }}'
|
||||
- name: FROM_ADDRESS_NAME
|
||||
description: The name of the address that initiated the trace, if the contract has a name() function.
|
||||
- name: TO_ADDRESS
|
||||
description: '{{ doc("evm_traces_to") }}'
|
||||
- name: TO_ADDRESS_NAME
|
||||
description: The name of the address that received the trace, if the contract has a name() function.
|
||||
- name: VALUE
|
||||
description: '{{ doc("evm_eth_value") }}'
|
||||
- name: VALUE_PRECISE_RAW
|
||||
description: '{{ doc("evm_precise_amount_unadjusted") }}'
|
||||
- name: VALUE_PRECISE
|
||||
description: '{{ doc("evm_precise_amount_adjusted") }}'
|
||||
- name: GAS
|
||||
description: '{{ doc("evm_traces_gas") }}'
|
||||
- name: GAS_USED
|
||||
description: '{{ doc("evm_traces_gas_used") }}'
|
||||
- name: TYPE
|
||||
description: '{{ doc("evm_traces_type") }}'
|
||||
- name: TRACE_ADDRESS
|
||||
description: '{{ doc("evm_trace_address") }}'
|
||||
- name: SUB_TRACES
|
||||
description: '{{ doc("evm_sub_traces") }}'
|
||||
- name: ERROR_REASON
|
||||
description: The reason for the trace failure, if any.
|
||||
- name: TX_SUCCEEDED
|
||||
description: '{{ doc("evm_tx_succeeded") }}'
|
||||
- name: TRACE_SUCCEEDED
|
||||
description: '{{ doc("evm_trace_succeeded") }}'
|
||||
- name: INPUT
|
||||
description: '{{ doc("evm_traces_input") }}'
|
||||
- name: OUTPUT
|
||||
description: '{{ doc("evm_traces_output") }}'
|
||||
- name: FUNCTION_NAME
|
||||
description: The name of the function called in the trace.
|
||||
- name: DECODED_INPUT_DATA
|
||||
description: Decoded input data for the trace.
|
||||
- name: DECODED_OUTPUT_DATA
|
||||
description: Decoded output data for the trace.
|
||||
- name: FULL_DECODED_TRACE
|
||||
description: The full json object of the decoded trace, including both input and output data.
|
||||
- name: EZ_DECODED_TRACES_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
|
||||
@ -15,8 +15,8 @@ models:
|
||||
- name: BALANCE
|
||||
description: 'The unadjusted ETH balance.'
|
||||
- name: FACT_ETH_BALANCES_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -19,8 +19,8 @@ models:
|
||||
- name: BALANCE
|
||||
description: 'The unadjusted token balance.'
|
||||
- name: FACT_TOKEN_BALANCES_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -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") }}'
|
||||
@ -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") }}'
|
||||
@ -1,58 +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: POOL_NAME
|
||||
description: '{{ doc("evm_dex_pool_name") }}'
|
||||
- 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_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") }}'
|
||||
@ -1,50 +0,0 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: defi__ez_liquid_staking_deposits
|
||||
description: This table currently contains liquid staking derivative deposit/stake/mint events from the ```fact_event_logs``` table with the following protocols - ANKR, BINANCE, COINBASE, CREAM, FRAX, GUARDED, HORD, LIDO, NODEDAO, ROCKETPOOL, SHAREDSTAKE, STADER, STAFI, STAKEHOUND, STAKEWISE, SWELL, UNIETH - along with other helpful columns, including an amount USD where available. Note, this table only includes deposit/stake/mint events for protocols with live, onchain liquid staking derivative token event logs, does not directly include staking from node operators, and may not represent the complete staking picture in accordance to the Ethereum Beacon Chain.
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
- 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: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
- name: EVENT_NAME
|
||||
description: '{{ doc("evm_event_name") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: The contract that received or processed the deposit/stake/mint.
|
||||
- name: STAKER
|
||||
description: The address that performed the deposit/stake/mint action and received tokens in return, typically an EOA.
|
||||
- name: PLATFORM
|
||||
description: The platform that received or processed the deposit/stake/mint.
|
||||
- name: TOKEN_SYMBOL
|
||||
description: The symbol of the liquid staking token.
|
||||
- name: TOKEN_ADDRESS
|
||||
description: The address of the liquid staking token.
|
||||
- name: ETH_AMOUNT_UNADJ
|
||||
description: The amount of ETH, non-decimal adjusted.
|
||||
- name: ETH_AMOUNT
|
||||
description: The amount of ETH, decimal adjusted.
|
||||
- name: ETH_AMOUNT_USD
|
||||
description: The amount of ETH in USD, where available.
|
||||
- name: TOKEN_AMOUNT_UNADJ
|
||||
description: The amount of liquid staking tokens, non-decimal adjusted.
|
||||
- name: TOKEN_AMOUNT
|
||||
description: The amount of liquid staking tokens, decimal adjusted.
|
||||
- name: TOKEN_AMOUNT_USD
|
||||
description: The amount of liquid staking tokens in USD, where available.
|
||||
- name: EZ_LIQUID_STAKING_DEPOSITS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
@ -1,50 +0,0 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: defi__ez_liquid_staking_withdrawals
|
||||
description: This table currently contains liquid staking derivative withdraw/unstake/redeem/burn events from the ```fact_event_logs``` table with the following protocols - ANKR, COINBASE, CREAM, FRAX, LIDO, NODEDAO, ROCKETPOOL, SHAREDSTAKE, STADER, STAFI, UNIETH - along with other helpful columns, including an amount USD where available. Note, this table only includes withdraw/unstake/redeem/burn events for protocols with live, onchain liquid staking derivative token event logs, does not directly include staking from node operators, and may not represent the complete staking picture in accordance to the Ethereum Beacon Chain.
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
- 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: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
- name: EVENT_NAME
|
||||
description: '{{ doc("evm_event_name") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: The contract that received or processed the withdraw/unstake/redeem/burn.
|
||||
- name: STAKER
|
||||
description: The address that performed the withdraw/unstake/redeem/burn action and received ETH in return, typically an EOA.
|
||||
- name: PLATFORM
|
||||
description: The platform that received or processed the withdraw/unstake/redeem/burn.
|
||||
- name: TOKEN_SYMBOL
|
||||
description: The symbol of the liquid staking token.
|
||||
- name: TOKEN_ADDRESS
|
||||
description: The address of the liquid staking token.
|
||||
- name: ETH_AMOUNT_UNADJ
|
||||
description: The amount of ETH, non-decimal adjusted.
|
||||
- name: ETH_AMOUNT
|
||||
description: The amount of ETH, decimal adjusted.
|
||||
- name: ETH_AMOUNT_USD
|
||||
description: The amount of ETH in USD, where available.
|
||||
- name: TOKEN_AMOUNT_UNADJ
|
||||
description: The amount of liquid staking tokens, non-decimal adjusted.
|
||||
- name: TOKEN_AMOUNT
|
||||
description: The amount of liquid staking tokens, decimal adjusted.
|
||||
- name: TOKEN_AMOUNT_USD
|
||||
description: The amount of liquid staking tokens in USD, where available.
|
||||
- name: EZ_LIQUID_STAKING_WITHDRAWALS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
@ -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") }}'
|
||||
@ -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") }}'
|
||||
@ -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_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") }}'
|
||||
@ -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_LIQUIDATIONS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
@ -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") }}'
|
||||
@ -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") }}'
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: l2__ez_data_availability
|
||||
description: '{{ doc("evm_l2_ez_data_availability_table") }}'
|
||||
description: '{{ doc("ez_data_availability_table_doc") }}'
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
@ -9,69 +9,69 @@ models:
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 1
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: CHAIN
|
||||
description: '{{ doc("evm_l2_chain") }}'
|
||||
description: '{{ doc("l2_chain") }}'
|
||||
- name: CHAIN_CATEGORY
|
||||
description: '{{ doc("evm_l2_chain_category") }}'
|
||||
description: '{{ doc("l2_chain_category") }}'
|
||||
- name: DATA_AVAILABILITY_ADDRESS
|
||||
description: '{{ doc("evm_l2_data_availability_address") }}'
|
||||
description: '{{ doc("l2_data_availability_address") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: SUBMISSION_TYPE
|
||||
description: '{{ doc("evm_l2_submission_type") }}'
|
||||
description: '{{ doc("l2_submission_type") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: BLOB_COUNT
|
||||
description: '{{ doc("evm_l2_blob_count") }}'
|
||||
description: '{{ doc("l2_blob_count") }}'
|
||||
tests:
|
||||
- not_null:
|
||||
where: "submission_type = 'blobs'"
|
||||
- name: BLOB_GAS_USED
|
||||
description: '{{ doc("evm_l2_blob_gas_used") }}'
|
||||
description: '{{ doc("l2_blob_gas_used") }}'
|
||||
tests:
|
||||
- not_null:
|
||||
where: "submission_type = 'blobs'"
|
||||
- name: BLOB_GAS_PRICE
|
||||
description: '{{ doc("evm_l2_blob_gas_price") }}'
|
||||
description: '{{ doc("l2_blob_gas_price") }}'
|
||||
tests:
|
||||
- not_null:
|
||||
where: "submission_type = 'blobs'"
|
||||
- name: BLOB_FEE
|
||||
description: '{{ doc("evm_l2_blob_fee") }}'
|
||||
description: '{{ doc("l2_blob_fee") }}'
|
||||
tests:
|
||||
- not_null:
|
||||
where: "submission_type = 'blobs'"
|
||||
- name: FACT_DATA_AVAILABILITY_SUBMISSION_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: l2__ez_state_validation
|
||||
description: '{{ doc("evm_l2_ez_state_validation_table") }}'
|
||||
description: '{{ doc("ez_state_validation_table_doc") }}'
|
||||
tests:
|
||||
- dbt_utils.unique_combination_of_columns:
|
||||
combination_of_columns:
|
||||
@ -10,73 +10,73 @@ models:
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_row_values_to_have_recent_data:
|
||||
datepart: day
|
||||
interval: 1
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: CHAIN
|
||||
description: '{{ doc("evm_l2_chain") }}'
|
||||
description: '{{ doc("l2_chain") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: CHAIN_CATEGORY
|
||||
description: '{{ doc("evm_l2_chain_category") }}'
|
||||
description: '{{ doc("l2_chain_category") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: VALIDATION_ADDRESS
|
||||
description: '{{ doc("evm_l2_state_validation_address") }}'
|
||||
description: '{{ doc("l2_state_validation_address") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: VALIDATION_TYPE
|
||||
description: '{{ doc("evm_l2_state_validation_type") }}'
|
||||
description: '{{ doc("l2_state_validation_type") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: VALIDATION_DATA
|
||||
description: '{{ doc("evm_l2_state_validation_data") }}'
|
||||
description: '{{ doc("l2_state_validation_data") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: VALIDATION_DATA_TYPE
|
||||
description: '{{ doc("evm_l2_state_validation_data_type") }}'
|
||||
description: '{{ doc("l2_state_validation_data_type") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: VALIDATION_DATA_JSON
|
||||
description: '{{ doc("evm_l2_state_validation_data_json") }}'
|
||||
description: '{{ doc("l2_state_validation_data_json") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: FACT_STATE_VALIDATION_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
@ -5,13 +5,13 @@ models:
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_nft_block_no") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_nft_blocktime") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_nft_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_nft_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: PLATFORM_ADDRESS
|
||||
description: The contract address of the platform's lending contract
|
||||
- name: PLATFORM_NAME
|
||||
@ -53,20 +53,20 @@ models:
|
||||
- name: LOAN_TENURE
|
||||
description: The tenure of the loan denominated in seconds. For perpetual term loan, the value will be null
|
||||
- name: TX_FEE
|
||||
description: '{{ doc("evm_nft_tx_fee") }}'
|
||||
description: '{{ doc("fact_transactions_tx_fee") }}'
|
||||
- name: TX_FEE_USD
|
||||
description: '{{ doc("evm_nft_tx_fee_usd") }}'
|
||||
description: The transaction fee in USD terms
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_nft_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_nft_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: '{{ doc("evm_nft_origin_sig") }}'
|
||||
description: '{{ doc("general_origin_function_signature") }}'
|
||||
- name: NAME
|
||||
description: '{{ doc("evm_nft_project_name") }}'
|
||||
description: '{{ doc("ez_nft_sales_name") }}'
|
||||
- name: EZ_NFT_LENDING_LIQUIDATIONS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -5,13 +5,13 @@ models:
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_nft_block_no") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_nft_blocktime") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_nft_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_nft_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: EVENT_TYPE
|
||||
description: There are 2 types of loan creation events. It can either be a new loan or a refinance of an existing loan. Note that for NFTfi, renegotiation events are categorised as refinance events in this table. As for the refinancing feature on NFTfi, old loans are repaid and new loan ids are reissued so these would be new loan entries in this table.
|
||||
- name: PLATFORM_ADDRESS
|
||||
@ -67,20 +67,20 @@ models:
|
||||
- name: LOAN_TENURE
|
||||
description: The tenure of the loan denominated in seconds. For perpetual term loan, the value will be null
|
||||
- name: TX_FEE
|
||||
description: '{{ doc("evm_nft_tx_fee") }}'
|
||||
description: '{{ doc("fact_transactions_tx_fee") }}'
|
||||
- name: TX_FEE_USD
|
||||
description: '{{ doc("evm_nft_tx_fee_usd") }}'
|
||||
description: The transaction fee in USD terms
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_nft_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_nft_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: '{{ doc("evm_nft_origin_sig") }}'
|
||||
description: '{{ doc("general_origin_function_signature") }}'
|
||||
- name: NAME
|
||||
description: '{{ doc("evm_nft_project_name") }}'
|
||||
description: '{{ doc("ez_nft_sales_name") }}'
|
||||
- name: EZ_NFT_LENDING_LOANS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -5,13 +5,13 @@ models:
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_nft_block_no") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_nft_blocktime") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_nft_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_nft_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: EVENT_TYPE
|
||||
description: There are 2 types of loan repayment events. It can either be repay or refinance. 'repay' events are full repayment events by the borrower to get their collateral back while 'refinance' events represent the same borrower engaging a new lender and repay their past loan. The collateral is still locked in this scenario.
|
||||
- name: PLATFORM_ADDRESS
|
||||
@ -69,20 +69,20 @@ models:
|
||||
- name: LOAN_TENURE
|
||||
description: The tenure of the loan denominated in seconds. For perpetual term loan, the value will be null
|
||||
- name: TX_FEE
|
||||
description: '{{ doc("evm_nft_tx_fee") }}'
|
||||
description: '{{ doc("fact_transactions_tx_fee") }}'
|
||||
- name: TX_FEE_USD
|
||||
description: '{{ doc("evm_nft_tx_fee_usd") }}'
|
||||
description: The transaction fee in USD terms
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_nft_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_nft_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: '{{ doc("evm_nft_origin_sig") }}'
|
||||
description: '{{ doc("general_origin_function_signature") }}'
|
||||
- name: NAME
|
||||
description: '{{ doc("evm_nft_project_name") }}'
|
||||
description: '{{ doc("ez_nft_sales_name") }}'
|
||||
- name: EZ_NFT_LENDING_REPAYMENTS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -5,13 +5,13 @@ models:
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_nft_block_no") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_nft_blocktime") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_nft_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_TYPE
|
||||
description: '{{ doc("evm_nft_event_type") }}'
|
||||
description: 'There are 2 types of arbitrage events. It can either be a buy or a sell. A buy event represents the purchase of an NFT while a sell event represents the sale of an NFT.'
|
||||
- name: MEV_SEARCHER
|
||||
description: 'The address of the MEV finder, taken from the origin address that initiated the transaction'
|
||||
- name: MEV_CONTRACT
|
||||
@ -23,7 +23,7 @@ models:
|
||||
- name: MINER_TIP_USD
|
||||
description: 'The total amount in USD sent to the block miner/builder as a tip to include the transaction in the block'
|
||||
- name: TX_FEE_USD
|
||||
description: '{{ doc("evm_nft_tx_fee_usd") }}'
|
||||
description: The transaction fee in USD terms
|
||||
- name: PROFIT_USD
|
||||
description: 'The remainder in USD after subtracting cost, miner tip and transaction fee from revenue'
|
||||
- name: FUNDING_SOURCE
|
||||
@ -31,8 +31,8 @@ models:
|
||||
- name: ARBITRAGE_DIRECTION
|
||||
description: 'The direction in which the arbitrage is performed. There are two possibilities of origin and destination: pool and marketplace. Pool represents marketplaces like nftx and sudoswap where users swap from a pool whereas marketplace represents regular marketplaces that are not pool-based'
|
||||
- name: EZ_MEV_ARBITRAGE_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -5,34 +5,34 @@ models:
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_nft_block_no") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_nft_blocktime") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_nft_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: TRADE_SIDE
|
||||
description: 'The side of the trade that this event represents. This can be either buy or sell. Buy would represent the events where nfts are bought while sell would present the events where the bought nfts are sold. Note that the number of events for buy and sell may not be the same for a given transaction.'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_nft_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: PLATFORM_NAME
|
||||
description: '{{ doc("evm_nft_platform_name") }}'
|
||||
description: '{{ doc("ez_nft_sales_platform_name") }}'
|
||||
- name: PLATFORM_EXCHANGE_VERSION
|
||||
description: '{{ doc("evm_nft_platform_exchange_version") }}'
|
||||
description: '{{ doc("ez_nft_sales_platform_exchange_version") }}'
|
||||
- name: BUYER_ADDRESS
|
||||
description: '{{ doc("evm_nft_buyer_address") }}'
|
||||
description: '{{ doc("ez_nft_sales_buyer_address") }}'
|
||||
- name: SELLER_ADDRESS
|
||||
description: '{{ doc("evm_nft_seller_address") }}'
|
||||
description: '{{ doc("ez_nft_sales_seller_address") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_nft_nft_address") }}'
|
||||
description: '{{ doc("ez_nft_sales_contract_address") }}'
|
||||
- name: TOKEN_ID
|
||||
description: '{{ doc("evm_nft_tokenid") }}'
|
||||
description: '{{ doc("ez_nft_sales_token_id") }}'
|
||||
- name: TOKEN_STANDARD
|
||||
description: '{{ doc("evm_token_standard") }}'
|
||||
description: '{{ doc("ez_nft_sales_token_standard") }}'
|
||||
- name: NAME
|
||||
description: '{{ doc("evm_nft_project_name") }}'
|
||||
description: '{{ doc("ez_nft_sales_name") }}'
|
||||
- name: EZ_MEV_ARBITRAGE_EVENTS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -7,11 +7,11 @@ models:
|
||||
- name: BLOCKCHAIN
|
||||
description: 'Blockchain where the NFT metadata is retrieved from.'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_nft_nft_address") }}'
|
||||
description: '{{ doc("ez_nft_sales_contract_address") }}'
|
||||
- name: COLLECTION_NAME
|
||||
description: 'The name for this NFT collection.'
|
||||
- name: TOKEN_ID
|
||||
description: '{{ doc("evm_nft_tokenid") }}'
|
||||
description: '{{ doc("ez_nft_sales_token_id") }}'
|
||||
- name: TOKEN_ID_NAME
|
||||
description: 'The name for this specific tokenId. This may be the same for all tokenIds within the same collection.'
|
||||
- name: TRAITS
|
||||
@ -23,8 +23,8 @@ models:
|
||||
- name: NFT_ADDRESS_TOKEN_ID
|
||||
description: 'The concatenation of nft address and tokenId.'
|
||||
- name: DIM_NFT_COLLECTION_METADATA_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -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") }}'
|
||||
@ -46,8 +46,8 @@ models:
|
||||
- name: LAST_UPDATED
|
||||
description: The timestamp of the last update made to the domain's record or last updated record in this table.
|
||||
- name: EZ_ENS_DOMAINS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -4,23 +4,23 @@ models:
|
||||
description: A fact based table containing ENS DAO voting records, derived from decoded event logs.
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: '{{ doc("evm_nft_origin_sig") }}'
|
||||
description: '{{ doc("general_origin_function_signature") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: EVENT_NAME
|
||||
description: '{{ doc("evm_event_name") }}'
|
||||
description: '{{ doc("general_event_name") }}'
|
||||
- name: PROPOSALID
|
||||
description: A unique identifier for the specific proposal that was voted upon.
|
||||
- name: REASON
|
||||
@ -36,8 +36,8 @@ models:
|
||||
- name: VOTING_POWER_PCT
|
||||
description: The percentage of total voting power represented by the voter's votes.
|
||||
- name: FACT_DAO_VOTES_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -4,23 +4,23 @@ models:
|
||||
description: A fact based table containing ENS domain registration records, derived from decoded event logs.
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: '{{ doc("evm_nft_origin_sig") }}'
|
||||
description: '{{ doc("general_origin_function_signature") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: EVENT_NAME
|
||||
description: '{{ doc("evm_event_name") }}'
|
||||
description: '{{ doc("general_event_name") }}'
|
||||
- name: MANAGER
|
||||
description: The address responsible for managing the domain.
|
||||
- name: OWNER
|
||||
@ -42,8 +42,8 @@ models:
|
||||
- name: EXPIRES_TIMESTAMP
|
||||
description: The timestamp indicating the expiration of the ENS domain registration.
|
||||
- name: FACT_REGISTRATIONS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -4,23 +4,23 @@ models:
|
||||
description: A fact based table containing ENS domain renewal records, derived from decoded event logs.
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: '{{ doc("evm_nft_origin_sig") }}'
|
||||
description: '{{ doc("general_origin_function_signature") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: EVENT_NAME
|
||||
description: '{{ doc("evm_event_name") }}'
|
||||
description: '{{ doc("general_event_name") }}'
|
||||
- name: MANAGER
|
||||
description: The address responsible for managing the domain.
|
||||
- name: NAME
|
||||
@ -32,8 +32,8 @@ models:
|
||||
- name: EXPIRES_TIMESTAMP
|
||||
description: The timestamp indicating the expiration of the ENS domain registration.
|
||||
- name: FACT_RENEWALS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -4,23 +4,23 @@ models:
|
||||
description: A fact based table containing ENS domain transfer events, derived from decoded event logs.
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: '{{ doc("evm_nft_origin_sig") }}'
|
||||
description: '{{ doc("general_origin_function_signature") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: EVENT_NAME
|
||||
description: '{{ doc("evm_event_name") }}'
|
||||
description: '{{ doc("general_event_name") }}'
|
||||
- name: OPERATOR
|
||||
description: The address that initiated the transfer.
|
||||
- name: FROM_ADDRESS
|
||||
@ -30,8 +30,8 @@ models:
|
||||
- name: TOKEN_ID
|
||||
description: The ID of the token associated with the domain.
|
||||
- name: FACT_TRANSFERS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,38 +1,38 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_cat_bite
|
||||
description: '{{ doc("evm_maker_fact_cat_bite") }}'
|
||||
description: '{{ doc("maker_fact_cat_bite") }}'
|
||||
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: URN_ADDRESS
|
||||
description: '{{ doc("evm_maker_urn_address") }}'
|
||||
description: '{{ doc("maker_urn_address") }}'
|
||||
- name: ART
|
||||
description: '{{ doc("evm_maker_art") }}'
|
||||
description: '{{ doc("maker_art") }}'
|
||||
- name: INK
|
||||
description: '{{ doc("evm_maker_ink") }}'
|
||||
description: '{{ doc("maker_ink") }}'
|
||||
- name: TAB
|
||||
description: '{{ doc("evm_maker_tab") }}'
|
||||
description: '{{ doc("maker_tab") }}'
|
||||
- name: ID
|
||||
description: '{{ doc("evm_maker_id") }}'
|
||||
description: '{{ doc("maker_id") }}'
|
||||
- name: FACT_CAT_BITE_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,30 +1,30 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_cdp_flux
|
||||
description: '{{ doc("evm_maker_fact_cdp_flux") }}'
|
||||
description: '{{ doc("maker_fact_cdp_flux") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: USR
|
||||
- name: CDP
|
||||
description: '{{ doc("evm_maker_cdp") }}'
|
||||
description: '{{ doc("maker_cdp") }}'
|
||||
- name: DST
|
||||
- name: WAD
|
||||
- name: FACT_CDP_FLUX_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,32 +1,32 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_cdp_frob
|
||||
description: '{{ doc("evm_maker_fact_cdp_frob") }}'
|
||||
description: '{{ doc("maker_fact_cdp_frob") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: USR
|
||||
- name: CDP
|
||||
description: '{{ doc("evm_maker_cdp") }}'
|
||||
description: '{{ doc("maker_cdp") }}'
|
||||
- name: DINK
|
||||
description: '{{ doc("evm_maker_vat_frob_dink") }}'
|
||||
description: '{{ doc("maker_vat_frob_dink") }}'
|
||||
- name: DART
|
||||
description: '{{ doc("evm_maker_vat_frob_dart") }}'
|
||||
description: '{{ doc("maker_vat_frob_dart") }}'
|
||||
- name: FACT_CDP_FROB_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,31 +1,31 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_cdp_move
|
||||
description: '{{ doc("evm_maker_fact_cdp_move") }}'
|
||||
description: '{{ doc("maker_fact_cdp_move") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: USR
|
||||
- name: CDP
|
||||
description: '{{ doc("evm_maker_cdp") }}'
|
||||
description: '{{ doc("maker_cdp") }}'
|
||||
- name: DST
|
||||
- name: RAD
|
||||
description: '{{ doc("evm_maker_rad") }}'
|
||||
description: '{{ doc("maker_rad") }}'
|
||||
- name: FACT_CDP_MOVE_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,27 +1,27 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_cdp_newcdp
|
||||
description: '{{ doc("evm_maker_fact_cdp_newcdp") }}'
|
||||
description: '{{ doc("maker_fact_cdp_newcdp") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: USR
|
||||
- name: OWN
|
||||
- name: FACT_CDP_NEWCDP_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,28 +1,28 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_dai_join_exit
|
||||
description: '{{ doc("evm_maker_fact_dai_join_exit") }}'
|
||||
description: '{{ doc("maker_fact_dai_join_exit") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: USR1
|
||||
- name: USR2
|
||||
- name: WAD
|
||||
- name: FACT_DAI_JOIN_EXIT_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,28 +1,28 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_dai_join_join
|
||||
description: '{{ doc("evm_maker_fact_dai_join_join") }}'
|
||||
description: '{{ doc("maker_fact_dai_join_join") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: USR1
|
||||
- name: USR2
|
||||
- name: WAD
|
||||
- name: FACT_DAI_JOIN_JOIN_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,37 +1,37 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_dog_bark
|
||||
description: '{{ doc("evm_maker_fact_dog_bark") }}'
|
||||
description: '{{ doc("maker_fact_dog_bark") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: URN_ADDRESS
|
||||
description: '{{ doc("evm_maker_urn_address") }}'
|
||||
description: '{{ doc("maker_urn_address") }}'
|
||||
- name: ART
|
||||
description: '{{ doc("evm_maker_art") }}'
|
||||
description: '{{ doc("maker_art") }}'
|
||||
- name: INK
|
||||
description: '{{ doc("evm_maker_ink") }}'
|
||||
description: '{{ doc("maker_ink") }}'
|
||||
- name: DUE
|
||||
description: '{{ doc("evm_maker_tab") }}'
|
||||
description: '{{ doc("maker_tab") }}'
|
||||
- name: CLIP
|
||||
- name: ID
|
||||
- name: FACT_DOG_BARK_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -3,26 +3,26 @@ models:
|
||||
- name: maker__fact_dss_flashloan
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: RECEIVER
|
||||
- name: TOKEN
|
||||
- name: AMOUNT
|
||||
- name: FEE
|
||||
- name: FACT_DSS_FLASHLOAN_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,27 +1,27 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_pot_exit
|
||||
description: '{{ doc("evm_maker_fact_pot_exit") }}'
|
||||
description: '{{ doc("maker_fact_pot_exit") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: WAD
|
||||
- name: USR
|
||||
- name: FACT_POT_EXIT_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,27 +1,27 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_pot_join
|
||||
description: '{{ doc("evm_maker_fact_pot_join") }}'
|
||||
description: '{{ doc("maker_fact_pot_join") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: WAD
|
||||
- name: USR
|
||||
- name: FACT_POT_JOIN_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,18 +1,18 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_urns
|
||||
description: '{{ doc("evm_maker_fact_urns") }}'
|
||||
description: '{{ doc("maker_fact_urns") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: VAULT_NUMBER
|
||||
- name: URN_ADDRESS
|
||||
description: '{{ doc("evm_maker_urn_address") }}'
|
||||
description: '{{ doc("maker_urn_address") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: FACT_URNS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,29 +1,29 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_vat_file
|
||||
description: '{{ doc("evm_maker_fact_vat_file") }}'
|
||||
description: '{{ doc("maker_fact_vat_file") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: WHAT
|
||||
- name: DATA
|
||||
- name: FACT_CAT_BITE_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,31 +1,31 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_vat_flux
|
||||
description: '{{ doc("evm_maker_fact_vat_flux") }}'
|
||||
description: '{{ doc("maker_fact_vat_flux") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: RECEIVER
|
||||
- name: SENDER
|
||||
- name: WAD
|
||||
- name: FACT_VAT_FLUX_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
|
||||
|
||||
@ -3,28 +3,28 @@ models:
|
||||
- name: maker__fact_vat_fold
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: U
|
||||
- name: RATE
|
||||
description: '{{ doc("evm_maker_rate") }}'
|
||||
description: '{{ doc("maker_rate") }}'
|
||||
- name: FACT_VAT_FOLD_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
|
||||
|
||||
@ -1,34 +1,33 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_vat_fork
|
||||
description: '{{ doc("evm_maker_fact_vat_fork") }}'
|
||||
description: '{{ doc("maker_fact_vat_fork") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: SRC
|
||||
- name: DST
|
||||
- name: DINK
|
||||
description: '{{ doc("evm_maker_vat_fork_dink") }}'
|
||||
description: '{{ doc("maker_vat_fork_dink") }}'
|
||||
- name: DART
|
||||
description: '{{ doc("evm_maker_vat_fork_dart") }}'
|
||||
description: '{{ doc("maker_vat_fork_dart") }}'
|
||||
- name: FACT_VAT_FORK_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,34 +1,34 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_vat_frob
|
||||
description: '{{ doc("evm_maker_fact_vat_frob") }}'
|
||||
description: '{{ doc("maker_fact_vat_frob") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: U_ADDRESS
|
||||
- name: V_ADDRESS
|
||||
- name: W_ADDRESS
|
||||
- name: DINK
|
||||
description: '{{ doc("evm_maker_vat_frob_dink") }}'
|
||||
description: '{{ doc("maker_vat_frob_dink") }}'
|
||||
- name: DART
|
||||
description: '{{ doc("evm_maker_vat_frob_dart") }}'
|
||||
description: '{{ doc("maker_vat_frob_dart") }}'
|
||||
- name: FACT_VAT_FROB_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
@ -1,30 +1,30 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_vat_move
|
||||
description: '{{ doc("evm_maker_fact_vat_move") }}'
|
||||
description: '{{ doc("maker_fact_vat_move") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: SRC_ADDRESS
|
||||
- name: DST_ADDRESS
|
||||
- name: RAD
|
||||
description: '{{ doc("evm_maker_rad") }}'
|
||||
description: '{{ doc("maker_rad") }}'
|
||||
- name: FACT_VAT_MOVE_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
|
||||
|
||||
@ -1,29 +1,29 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_vat_slip
|
||||
description: '{{ doc("evm_maker_fact_vat_slip") }}'
|
||||
description: '{{ doc("maker_fact_vat_slip") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: ILK
|
||||
description: '{{ doc("evm_maker_ilk") }}'
|
||||
description: '{{ doc("maker_ilk") }}'
|
||||
- name: USR
|
||||
- name: WAD
|
||||
- name: FACT_VAT_SLIP_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
|
||||
@ -1,28 +1,28 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: maker__fact_vat_suck
|
||||
description: '{{ doc("evm_maker_fact_vat_suck") }}'
|
||||
description: '{{ doc("maker_fact_vat_suck") }}'
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
description: '{{ doc("general_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
description: '{{ doc("general_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_logs_tx_hash") }}'
|
||||
description: '{{ doc("general_tx_hash") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_event_index") }}'
|
||||
description: '{{ doc("general_event_index") }}'
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_logs_contract_address") }}'
|
||||
description: '{{ doc("general_contract_address") }}'
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("general_from_address") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
description: '{{ doc("general_to_address") }}'
|
||||
- name: U_ADDRESS
|
||||
- name: V_ADDRESS
|
||||
- name: RAD
|
||||
- name: FACT_VAT_SUCK_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
description: '{{ doc("general_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
description: '{{ doc("general_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
description: '{{ doc("general_modified_timestamp") }}'
|
||||
|
||||
@ -1,53 +0,0 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: uniswapv3__ez_pools
|
||||
description: '{{ doc("evm_pools_table_doc") }}'
|
||||
columns:
|
||||
- name: BLOCKCHAIN
|
||||
description: '{{ doc("evm_blockchain") }}'
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_transfer_tx_hash") }}'
|
||||
- name: FACTORY_ADDRESS
|
||||
description: '{{ doc("evm_pools_factory_address") }}'
|
||||
- name: FEE_PERCENT
|
||||
description: '{{ doc("evm_pools_fee_percent") }}'
|
||||
- name: FEE
|
||||
description: '{{ doc("evm_pools_fee") }}'
|
||||
- name: INIT_PRICE_1_0
|
||||
description: '{{ doc("evm_pools_init_price_1_0") }}'
|
||||
- name: INIT_PRICE_1_0_USD
|
||||
description: '{{ doc("evm_pools_init_price_1_0_usd") }}'
|
||||
- name: INIT_TICK
|
||||
description: '{{ doc("evm_pools_init_tick") }}'
|
||||
- name: POOL_ADDRESS
|
||||
description: '{{ doc("evm_all_pool_address") }}'
|
||||
- name: POOL_NAME
|
||||
description: '{{ doc("evm_all_pool_name") }}'
|
||||
- name: TICK_SPACING
|
||||
description: '{{ doc("evm_pools_tick_spacing") }}'
|
||||
- name: TOKEN0_ADDRESS
|
||||
description: '{{ doc("evm_all_pool_address") }}'
|
||||
- name: TOKEN1_ADDRESS
|
||||
description: '{{ doc("evm_all_pool_address") }}'
|
||||
- name: TOKEN0_SYMBOL
|
||||
description: '{{ doc("evm_all_token0_symbol") }}'
|
||||
- name: TOKEN1_SYMBOL
|
||||
description: '{{ doc("evm_all_token1_symbol") }}'
|
||||
- name: TOKEN0_NAME
|
||||
description: '{{ doc("evm_all_token0_name") }}'
|
||||
- name: TOKEN1_NAME
|
||||
description: '{{ doc("evm_all_token1_name") }}'
|
||||
- name: TOKEN0_DECIMALS
|
||||
description: '{{ doc("evm_all_token0_decimals") }}'
|
||||
- name: TOKEN1_DECIMALS
|
||||
description: '{{ doc("evm_all_token1_decimals") }}'
|
||||
- name: EZ_POOLS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
@ -1,59 +0,0 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: uniswapv3__ez_swaps
|
||||
description: '{{ doc("evm_swaps_table_doc") }}'
|
||||
columns:
|
||||
- name: BLOCKCHAIN
|
||||
description: '{{ doc("evm_blockchain") }}'
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_transfer_tx_hash") }}'
|
||||
- name: POOL_ADDRESS
|
||||
description: '{{ doc("evm_all_pool_address") }}'
|
||||
- name: POOL_NAME
|
||||
description: '{{ doc("evm_all_pool_name") }}'
|
||||
- name: PRICE_1_0
|
||||
description: '{{ doc("evm_swaps_price_1_0") }}'
|
||||
- name: PRICE_0_1
|
||||
description: '{{ doc("evm_swaps_price_0_1") }}'
|
||||
- name: RECIPIENT
|
||||
description: '{{ doc("evm_swaps_recipient") }}'
|
||||
- name: SENDER
|
||||
description: '{{ doc("evm_swaps_sender") }}'
|
||||
- name: TICK
|
||||
description: '{{ doc("evm_swaps_tick") }}'
|
||||
- name: LIQUIDITY
|
||||
description: '{{ doc("evm_all_liquidity") }}'
|
||||
- name: LIQUIDITY_ADJUSTED
|
||||
description: '{{ doc("evm_all_liquidity_adjusted") }}'
|
||||
- name: EVENT_INDEX
|
||||
description: '{{ doc("evm_swaps_log_index") }}'
|
||||
- name: AMOUNT0_ADJUSTED
|
||||
description: '{{ doc("evm_swaps_amount0_adjusted") }}'
|
||||
- name: AMOUNT1_ADJUSTED
|
||||
description: '{{ doc("evm_swaps_amount1_adjusted") }}'
|
||||
- name: TOKEN0_ADDRESS
|
||||
description: '{{ doc("evm_all_token0_address") }}'
|
||||
- name: TOKEN1_ADDRESS
|
||||
description: '{{ doc("evm_all_token1_address") }}'
|
||||
- name: TOKEN0_SYMBOL
|
||||
description: '{{ doc("evm_all_token0_symbol") }}'
|
||||
- name: TOKEN1_SYMBOL
|
||||
description: '{{ doc("evm_all_token1_symbol") }}'
|
||||
- name: TOKEN0_PRICE
|
||||
description: '{{ doc("evm_all_token0_price") }}'
|
||||
- name: TOKEN1_PRICE
|
||||
description: '{{ doc("evm_all_token1_price") }}'
|
||||
- name: AMOUNT0_USD
|
||||
description: '{{ doc("evm_swaps_amount0_usd") }}'
|
||||
- name: AMOUNT1_USD
|
||||
description: '{{ doc("evm_swaps_amount1_usd") }}'
|
||||
- name: EZ_SWAPS_ID
|
||||
description: '{{ doc("evm_pk") }}'
|
||||
- name: INSERTED_TIMESTAMP
|
||||
description: '{{ doc("evm_inserted_timestamp") }}'
|
||||
- name: MODIFIED_TIMESTAMP
|
||||
description: '{{ doc("evm_modified_timestamp") }}'
|
||||
@ -8,7 +8,6 @@ models:
|
||||
- _log_id
|
||||
columns:
|
||||
- name: BLOCK_NUMBER
|
||||
description: '{{ doc("evm_block_number") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -16,7 +15,6 @@ models:
|
||||
- NUMBER
|
||||
- FLOAT
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: '{{ doc("evm_block_timestamp") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -24,7 +22,6 @@ models:
|
||||
- TIMESTAMP_LTZ
|
||||
- TIMESTAMP_NTZ
|
||||
- name: TX_HASH
|
||||
description: '{{ doc("evm_tx_hash") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
@ -34,7 +31,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: ORIGIN_FUNCTION_SIGNATURE
|
||||
description: Function signature from the transaction that originated the swap
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -42,7 +38,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: Address that initiated the transaction that originated the swap
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
@ -52,7 +47,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: Receiving party of the transaction that originated the swap
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
@ -62,7 +56,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: CONTRACT_ADDRESS
|
||||
description: '{{ doc("evm_contracts_name") }}'
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
@ -72,9 +65,7 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: POOL_NAME
|
||||
description: This table is based on the Kwenta exchange which is built on the Synthetix protocol. The liquidity traders access is entirely created by SNX stakers on Synthetix (or routed through 1inch for non-synth trades).
|
||||
- name: EVENT_NAME
|
||||
description: Always 'Swap'
|
||||
- name: EVENT_NAME
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -82,7 +73,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: AMOUNT_IN_UNADJ
|
||||
description: Amount of tokens entering the swap (non-decimal adjusted)
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -91,7 +81,6 @@ models:
|
||||
- float
|
||||
- number
|
||||
- name: AMOUNT_OUT_UNADJ
|
||||
description: Amount of tokens exiting the swap (non-decimal adjusted)
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -100,7 +89,6 @@ models:
|
||||
- float
|
||||
- number
|
||||
- name: SENDER
|
||||
description: Same as origin_from_address
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
@ -110,7 +98,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: TX_TO
|
||||
description: the "to" field in the swap event log
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_match_regex:
|
||||
@ -120,7 +107,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: EVENT_INDEX
|
||||
description: index of the event log of the swap
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -128,7 +114,6 @@ models:
|
||||
- NUMBER
|
||||
- FLOAT
|
||||
- name: PLATFORM
|
||||
description: platform in which the swap is happening. always "Synthetix"
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -136,7 +121,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: SYMBOL_IN
|
||||
description: symbol (ticker) of the token entering the swap
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
@ -144,7 +128,6 @@ models:
|
||||
- STRING
|
||||
- VARCHAR
|
||||
- name: SYMBOL_OUT
|
||||
description: symbol (ticker) of the token exiting the swap
|
||||
tests:
|
||||
- not_null
|
||||
- dbt_expectations.expect_column_values_to_be_in_type_list:
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
packages:
|
||||
- git: https://github.com/FlipsideCrypto/fsc-evm.git
|
||||
revision: v4.5.7
|
||||
revision: v4.6.0
|
||||
Loading…
Reference in New Issue
Block a user