diff --git a/models/__overview__.md b/models/__overview__.md index e43d919..7bfd64b 100644 --- a/models/__overview__.md +++ b/models/__overview__.md @@ -1,6 +1,6 @@ {% docs __overview__ %} -# Welcome to the Flipside Crypto Core Models Documentation! +# Welcome to the Flipside Crypto Swell Models Documentation! ## **What does this documentation cover?** The documentation included here details the design of the Core tables and views available via [Flipside Crypto.](https://flipsidecrypto.xyz/) For more information on how these models are built, please see [the github repository.](https://github.com/FlipsideCrypto/swell-models) @@ -19,7 +19,8 @@ There is more information on how to use dbt docs in the last section of this doc ### Core Tables (swell.core) **Dimension Tables:** -- [dim_labels](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.core__dim_labels) +- [dim_contracts](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.core__dim_contracts) +- [dim_contract_abis](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.core__dim_contract_abis) **Fact Tables:** - [fact_blocks](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.core__fact_blocks) @@ -27,11 +28,11 @@ There is more information on how to use dbt docs in the last section of this doc - [fact_transactions](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.core__fact_transactions) - [fact_traces](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.core__fact_traces) -### Price Tables (swell.price) -- [dim_asset_metadata](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.price__dim_asset_metadata) -- [fact_prices_ohlc_hourly](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.price__fact_prices_ohlc_hourly) -- [ez_asset_metadata](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.price__ez_asset_metadata) -- [ez_prices_hourly](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.price__ez_prices_hourly) +**Convenience Tables:** +- [ez_decoded_event_logs](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.core__ez_decoded_event_logs) + +### NFT Tables (swell.nft) +- [ez_nft_transfers](https://flipsidecrypto.github.io/swell-models/#!/model/model.fsc_evm.nft__ez_nft_transfers) ## **Helpful User-Defined Functions (UDFs)**