piperArbitrum - Open Analyitics Bounty: Total Number of Users
    Updated 2022-07-26

    SELECT
    COUNT(DISTINCT(from_address)) AS number_of_addresses
    FROM
    arbitrum.core.fact_transactions
    WHERE
    status = 'SUCCESS'

    Run a query to Download Data