Afonso_DiazBy chain
    Updated 2024-11-20
    select
    blockchain,
    count(distinct tx_hash) as transactions,
    count(distinct origin_from_address) as users,
    count(distinct service_id) as services,
    count(distinct agent_ids) as agents
    from
    crosschain.olas.ez_service_registrations
    where block_timestamp >= '2024-01-01'
    group by 1
    QueryRunArchived: QueryRun has been archived