h4wkpenalty claimer over time
    Updated 2025-05-23
    -- forked from claimer over time @ https://flipsidecrypto.xyz/studio/queries/ef23118d-66a1-45cb-ba8b-a371c090b46c

    -- forked from penalty total @ https://flipsidecrypto.xyz/studio/queries/6ada0e8b-3aa6-44d1-833a-ed3e2631edd6

    -- forked from base penalty @ https://flipsidecrypto.xyz/studio/queries/264efcda-dba9-4335-a15b-e666a1bdc446

    -- 8d81W2jTM4M8GQSMzv9vx4fkTSeVKn1f2iWAZHRgvypY penalty
    -- 2QfiM9uocJpSohZkeBvQe9usWB17CxbWqWD5F4tyws8C first 50% claiming
    with base_first as (
    select tx_from,
    tx_to,
    amount,
    block_timestamp,
    tx_id,
    'First' as type
    from solana.core.fact_events e
    join solana.core.fact_transfers t using (tx_id, block_timestamp)
    where block_timestamp > '2024-10-16'
    and program_id = 'DeDRoPXNyHRJSagxZBBqs4hLAAM1bGKgxh7cyfuNCBpo'
    and mint = 'DBRiDgJAMsM95moTzJs7M9LnkGErpbv9v6CUR1DXnUu5'
    and tx_from = '2QfiM9uocJpSohZkeBvQe9usWB17CxbWqWD5F4tyws8C'
    )
    , base_penalty as (
    select tx_from,
    tx_to,
    amount,
    block_timestamp,
    tx_id,
    'Penalty' as type
    from solana.core.fact_events e
    join solana.core.fact_transfers t using (tx_id, block_timestamp)
    where block_timestamp > '2024-10-16'
    and program_id = 'DeDRoPXNyHRJSagxZBBqs4hLAAM1bGKgxh7cyfuNCBpo'
    and mint = 'DBRiDgJAMsM95moTzJs7M9LnkGErpbv9v6CUR1DXnUu5'
    and tx_from = '8d81W2jTM4M8GQSMzv9vx4fkTSeVKn1f2iWAZHRgvypY'
    UNION
    Last run: 24 days ago
    DATE
    CLAIMING_AMOUNT
    PENALTY_AMOUNT
    TOTAL_CLAIM
    TOTAL_PENALTY
    CLAIMERS
    CEX_CLAIMERS
    CLAIMERS_WITH_CEX
    TOTAL_CLAIMERS
    1
    2024-10-20 00:00:00.000199236.72271132824.48180666729585149.36885919723432.9125727112011210393
    2
    2024-11-02 00:00:00.0007717.0985645144.73237630593848.01310720395898.675404770711160
    3
    2024-12-29 00:00:00.0006322.477634214.98508666732427366.5992321618244.399486740411997
    4
    2025-01-20 00:00:00.00013276.555338851.03688666733858504.05660622572336.037737390912671
    5
    2025-01-26 00:00:00.00045681.51071930454.34047933333974119.85926222649413.2395081601612733
    6
    2024-10-26 00:00:00.00029195.15011519463.4334130372357.48255220248238.32170132102111008
    7
    2024-11-18 00:00:00.00016624.52932411083.01954933331155888.07738420770592.05158931301311398
    8
    2024-12-24 00:00:00.00027576.63306918384.42204632305722.22091821537148.14727871201211960
    9
    2025-02-21 00:00:00.00040496.48796326997.65864234512553.85510323008369.23673531601612974
    10
    2025-02-03 00:00:00.00020814.86735413876.57823634124137.88668922749425.25779271701712799
    11
    2024-11-26 00:00:00.00021848.88057214565.92038133331293322.83217720862215.221451360611484
    12
    2025-03-31 00:00:00.000863.578339575.71889266734827198.14726523218132.098176710113101
    13
    2025-03-12 00:00:00.000563.465861375.64390733334691707.8372923127805.2248610113044
    14
    2025-03-03 00:00:00.000792.970045528.64669666734570985.53327923047323.688852710112998
    15
    2024-10-23 00:00:00.000202614.306634135076.20442266730185848.26254320123898.8416953169016910845
    16
    2025-03-22 00:00:00.0009250.6213126167.08087466734762549.33982223175032.893214770713072
    17
    2024-10-29 00:00:00.00038385.15136725590.10091133330469717.69036720313145.12691131901911069
    18
    2024-12-07 00:00:00.00045780.78730330520.52486866731556486.46424621037657.64283072102111620
    19
    2025-02-17 00:00:00.0003757.14992504.766634451384.7119622967589.807973330312944
    20
    2024-12-14 00:00:00.00018341.1652612227.44350666731750069.7594621166713.172973390911696
    ...
    165
    16KB
    648s