jackguyOsmosis One Year Anniversary 2
    Updated 2022-06-23
    SELECT
    SUM(cast(amount AS DECIMAL) / 1000000) as volume,
    COUNT(DISTINCT RECEIVER) as claimer
    FROM osmosis.core.fact_airdrop
    WHERE currency LIKE 'uosmo'

    Run a query to Download Data