mondovtotal users
    Updated 2023-06-28
    SELECT count(DISTINCT signer_id) as total_users, count(DISTINCT tx_hash) as total_events
    FROM near.social.fact_decoded_actions
    Run a query to Download Data