csp88gDaily active Meteor traders
    Updated 2025-05-05
    with prize_pool as (
    select
    AMOUNT_PRECISE as win_amount,
    TO_ADDRESS as user,
    *
    from near.core.ez_token_transfers
    where contract_address = '17208628f84f5d6ad33f0da3bbbeb27ffcb398eac501a31bd6ad2011e36133a1'
    and FROM_ADDRESS = 'aa-harvest-moon.near'
    and block_timestamp::date >= '2024-11-17'
    and transfer_type = 'nep141'
    ),

    users_start_playing_date as (
    select TO_ADDRESS as user, block_timestamp as start_playing_date
    from near.core.ez_token_transfers
    where block_timestamp::date >= '2024-04-01'
    and CONTRACT_ADDRESS = 'aa-harvest-moon.near'
    qualify
    row_number() over (partition by user order by block_timestamp ASC) = 1
    ),

    moon_users as (
    select
    DISTINCT to_address as moon_user
    from near.core.ez_token_transfers
    where block_timestamp::date >= '2024-04-01'
    and CONTRACT_ADDRESS = 'aa-harvest-moon.near'
    ),

    traders as (
    select DISTINCT user as Unique_participants
    from prize_pool
    ),

    all_trades as(
    select
    Last run: about 2 months ago
    Day
    Daily active traders
    Daily volume
    Total volume
    1
    2025-05-01 00:00:00.0001452458.7862924495517657.81208333
    2
    2025-04-30 00:00:00.0001713366.1688354975515199.02579088
    3
    2025-04-29 00:00:00.0001652491.062303345511832.85695539
    4
    2025-04-28 00:00:00.0001703235.112637615509341.79465205
    5
    2025-04-27 00:00:00.0001691775.7351197845506106.68201444
    6
    2025-04-26 00:00:00.0001682285.7035034285504330.94689465
    7
    2025-04-25 00:00:00.0001765397.4526339825502045.24339123
    8
    2025-04-24 00:00:00.0001704150.7488286295496647.79075724
    9
    2025-04-23 00:00:00.0001823655.5508942145492497.04192861
    10
    2025-04-22 00:00:00.0001755685.2037309755488841.4910344
    11
    2025-04-21 00:00:00.0001736823.2723778925483156.28730343
    12
    2025-04-20 00:00:00.00017711268.9725217895476333.01492553
    13
    2025-04-19 00:00:00.0001871988.4089774195465064.04240374
    14
    2025-04-18 00:00:00.0001918696.6123330125463075.63342632
    15
    2025-04-17 00:00:00.0001922593.9161965855454379.02109331
    16
    2025-04-16 00:00:00.0001624495.5727752415451785.10489673
    17
    2025-04-15 00:00:00.0001685317.9236589865447289.53212149
    18
    2025-04-14 00:00:00.0001772283.3653501085441971.6084625
    19
    2025-04-13 00:00:00.0001842389.914696015439688.24311239
    20
    2025-04-12 00:00:00.0001712787.9847754095437298.32841638
    ...
    175
    11KB
    481s