BlockTrackercomponent
    Updated 2025-02-16
    select count(tx_hash) as component_count
    from ethereum.core.ez_decoded_event_logs
    where contract_address = '0x15bd56669f57192a97df41a2aa8f4403e9491776' -- contract_name = 'Component Registry'
    and event_name = 'CreateUnit'







    QueryRunArchived: QueryRun has been archived