mirror of
https://github.com/FlipsideCrypto/avalanche-models.git
synced 2026-02-06 11:36:48 +00:00
* initial set up * macros and workflows * wh * defi and nft tags * sl * docs * docs * package * package * v63 * exclude curated * remove * v64
56 lines
2.0 KiB
YAML
56 lines
2.0 KiB
YAML
version: 2
|
|
models:
|
|
- name: dexalot__fact_blocks
|
|
description: '{{ doc("evm_blocks_table_doc") }}'
|
|
|
|
columns:
|
|
- name: BLOCK_NUMBER
|
|
description: '{{ doc("evm_block_number") }}'
|
|
- name: BLOCK_TIMESTAMP
|
|
description: '{{ doc("evm_block_timestamp") }}'
|
|
- name: NETWORK
|
|
description: '{{ doc("evm_network") }}'
|
|
- name: MINER
|
|
description: '{{ doc("evm_miner") }}'
|
|
- name: NONCE
|
|
description: '{{ doc("evm_blocks_nonce") }}'
|
|
- name: TX_COUNT
|
|
description: '{{ doc("evm_tx_count") }}'
|
|
- name: DIFFICULTY
|
|
description: '{{ doc("evm_difficulty") }}'
|
|
- name: TOTAL_DIFFICULTY
|
|
description: '{{ doc("evm_total_difficulty") }}'
|
|
- name: EXTRA_DATA
|
|
description: '{{ doc("evm_extra_data") }}'
|
|
- name: GAS_LIMIT
|
|
description: '{{ doc("evm_gas_limit") }}'
|
|
- name: GAS_USED
|
|
description: '{{ doc("evm_gas_used") }}'
|
|
- name: BASE_FEE_PER_GAS
|
|
description: '{{ doc("evm_base_fee_per_gas") }}'
|
|
- name: BLOCK_HASH
|
|
description: '{{ doc("evm_blocks_hash") }}'
|
|
- name: PARENT_HASH
|
|
description: '{{ doc("evm_parent_hash") }}'
|
|
- name: RECEIPTS_ROOT
|
|
description: '{{ doc("evm_receipts_root") }}'
|
|
- name: SHA3_UNCLES
|
|
description: '{{ doc("evm_sha3_uncles") }}'
|
|
- name: SIZE
|
|
description: '{{ doc("evm_size") }}'
|
|
- name: UNCLE_BLOCKS
|
|
description: '{{ doc("evm_uncle_blocks") }}'
|
|
- name: STATE_ROOT
|
|
description: '{{ doc("evm_state_root") }}'
|
|
- name: TRANSACTIONS_ROOT
|
|
description: '{{ doc("evm_transactions_root") }}'
|
|
- name: LOGS_BLOOM
|
|
description: '{{ doc("evm_logs_bloom") }}'
|
|
- name: BASE_FEE_PER_GAS
|
|
description: '{{ doc("evm_base_fee_per_gas") }}'
|
|
- name: FACT_BLOCKS_ID
|
|
description: '{{ doc("evm_pk") }}'
|
|
- name: INSERTED_TIMESTAMP
|
|
description: '{{ doc("evm_inserted_timestamp") }}'
|
|
- name: MODIFIED_TIMESTAMP
|
|
description: '{{ doc("evm_modified_timestamp") }}' |