Dashboard

    Q1: 用 flipsidecrypto.com 分析 ETH 链过去一个月交易量里,分析交易量分布 (根据中心化交易所 Cex, 去中心化交易所 Dex, Defi, NFT 等标签 label). 并分析分布的趋势变化情况。并用 dashboard 展示 Q2: 根据任意一个钱包地址,计算出 ETH 钱包余额信息. 并用 flipsidecrypto.com 展示不同 token 的余额数字 Q3: (开放问题) 分析 NFT Mint, Sales 趋势 (基于多维度分析不同项目), 有哪些关键指标可以用来筛选好的项目? 数据源在哪里?

    Loading...
    Loading...
    Ethereum Transaction Volume Distribution

    Table 為 ethereum.core.fact_transactions, Dim Table 為 ethereum.core.dim_labels 藉由 block_timestamp 去篩選出過去三十天的資料 (不包含今天), 一個 tx_hash 就是一筆交易, 透過 join dim_labels table 去拿到 label_type (dex, cex, nft) 等標簽, 再用 groupby date, label_type, 算出交易量分佈。

    透過過去三十天的交易量分佈, 可以得知前三大交易量為 token, dex, cex 居多, 再過去三十天 cex 有交易量下滑的趨勢, nft 則是相反交易量是上升, (交易量在此分析是交易筆數, 並不是 usd or eth)

    source:

    1. core__fact_transactions - https://flipsidecrypto.github.io/ethereum-models/#!/model/model.ethereum_models.core__fact_transactions
    2. dim_labels - https://flipsidecrypto.github.io/ethereum-models/#!/model/model.ethereum_models.core__dim_labels