dan-smithprickly-plum
    Updated 2024-08-27
    select
    event_name, count(*)
    from ethereum.core.fact_decoded_event_logs
    where CONTRACT_ADDRESS = lower('0xa59c847bd5ac0172ff4fe912c5d29e5a71a7512b')
    GROUP BY 1
    limit 100
    QueryRunArchived: QueryRun has been archived