ArioWeekly # of Transactions related to Friend.Tech
    Updated 2024-04-10
    select
    date_trunc('day', block_timestamp) as day,
    STATUS,
    count(distinct TX_HASH) as tx_count
    from
    base.core.fact_transactions
    where
    to_address = '0xcf205808ed36593aa40a44f10c7f7c2f67d4a4d4'
    group by
    1,
    2
    QueryRunArchived: QueryRun has been archived