This commit is contained in:
Austin 2024-11-05 13:09:57 -05:00
parent e36f7902fc
commit 2a32693ec9

View File

@ -20,12 +20,17 @@ There is more information on how to use dbt docs in the last section of this doc
**Dimension Tables:**
- [dim_labels](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__dim_labels)
- [dim_contracts](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__dim_contracts)
- [dim_contract_abis](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__dim_contract_abis)
**Fact Tables:**
- [fact_blocks](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_blocks)
- [fact_event_logs](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_event_logs)
- [fact_transactions](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_transactions)
- [fact_traces](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__fact_traces)
**Convenience Views (ez_):**
- [ez_decoded_event_logs](https://flipsidecrypto.github.io/core-models/#!/model/model.fsc_evm.core__ez_decoded_event_logs)
## **Helpful User-Defined Functions (UDFs)**