Pine Analyticsrepulsive-pink copy copy copy
    Updated 2025-03-19
    with tab1 as (
    SELECT
    date_trunc('hour', block_timestamp) as hour,
    'USDC' as token,
    'mint' as type,
    tx_id,
    token_account as wallet,
    mint_amount/power(10, 6) as volume
    FROM eclipse.defi.fact_token_mint_actions --eclipse.defi.fact_token_mint_actions
    where mint like 'AKEWE7Bgh87GPp171b4cJPSSZfmZwQ3KaqYqXoKLNAEE'
    and succeeded
    UNION all
    SELECT
    date_trunc('hour', block_timestamp) as hour,
    'USDC' as token,
    'burn' as type,
    tx_id,
    token_account as wallet,
    burn_amount/power(10, 6) as volume
    FROM eclipse.defi.fact_token_burn_actions
    where mint like 'AKEWE7Bgh87GPp171b4cJPSSZfmZwQ3KaqYqXoKLNAEE'
    and succeeded

    UNION all

    SELECT
    date_trunc('hour', block_timestamp) as hour,
    'WIF' as token,
    'mint' as type,
    tx_id,
    token_account as wallet,
    mint_amount/power(10, 6) as volume
    Last run: 15 days ago
    DAY
    EVENTS
    WALLETS
    VOLUME
    1
    2024-12-15 00:00:00.000246916501707526.46642452
    2
    2025-03-28 00:00:00.000168211632613443.64050083
    3
    2025-03-10 00:00:00.00012009352423485.83668588
    4
    2025-01-15 00:00:00.000396326194615279.22615109
    5
    2025-01-08 00:00:00.000491332033927715.02191125
    6
    2025-01-24 00:00:00.000335422995977071.24663305
    7
    2024-10-09 00:00:00.00014745961050458.63602969
    8
    2024-12-26 00:00:00.000482432613444729.07530078
    9
    2024-10-30 00:00:00.0001645922872404.166025121
    10
    2025-01-14 00:00:00.000435729364175563.39428289
    11
    2024-12-23 00:00:00.000413925202182695.62937677
    12
    2025-02-18 00:00:00.000179513863215620.62962949
    13
    2025-02-20 00:00:00.000242320653098417.04327638
    14
    2024-12-12 00:00:00.000236013862424093.19986573
    15
    2024-09-21 00:00:00.0001103680773748.731725479
    16
    2024-12-24 00:00:00.000623537294682180.77957989
    17
    2024-12-29 00:00:00.000460032263203176.32961261
    18
    2025-02-03 00:00:00.000209414415040116.39425151
    19
    2024-10-26 00:00:00.0001612841640100.966489065
    20
    2025-02-21 00:00:00.000146411522775915.40957214
    ...
    207
    11KB
    524s