Cipher009-CpUJ5kpyth_contracts_count_base
    Updated 2024-06-26
    select 'base' as chain, count(distinct from_address) as pyth_base_contracts_count
    from base.core.fact_traces
    where to_address = lower('0x8250F4AF4B972684F7B336503E2D6DFEDEB1487A') and tx_status = 'SUCCESS';

    QueryRunArchived: QueryRun has been archived