primo_dataOpen Analyitics Bounty: Arbitrum - Total Created Stealth Keys
    Updated 2024-04-05
    -- Generate and Publish Stealth Keys
    select
    count(distinct tx_hash) txns
    , count(distinct from_address) users
    from arbitrum.core.fact_transactions
    where lower(to_address) = lower('0x31fe56609C65Cd0C510E7125f051D440424D38f3')

    QueryRunArchived: QueryRun has been archived