gigiokobaStats
    Updated 2024-11-28
    SELECT
    COUNT(DISTINCT tx_hash) AS "No of Transaction",
    COUNT(DISTINCT origin_from_address) AS "No of User",
    COUNT(DISTINCT service_id) AS "Services"
    FROM
    crosschain.olas.fact_service_events

    QueryRunArchived: QueryRun has been archived