Ali3NBy Chain Components Registrations
    Updated 2024-08-05
    select blockchain,
    count (distinct tx_hash) as Registrations,
    count (distinct origin_from_address) as Signers,
    count (Distinct unit_id) as Components,
    count (distinct subcomponent_ids) as SubComponents,
    count (distinct owner_address) as Owners
    from crosschain.olas.ez_unit_registrations
    group by 1


    Auto-refreshes every 12 hours
    QueryRunArchived: QueryRun has been archived