AephiaRQ - Daily Crafting txs fees
    Updated 13 hours ago
    WITH starbase_player AS (
    SELECT
    player_profile
    ,starbase_player


    FROM $query('62a2c594-afe5-4164-9a14-81fb22953bdc')

    )


    ,fees AS (
    SELECT
    date_trunc('day', block_timestamp::date) as date
    ,fe.tx_id
    ---
    ,count(distinct(tx_id)) as txs
    --,max(ft.fee) / 1000000000 as max_fee
    --,txs::int * max_fee::float as sol_payed
    ,ft.fee / 1000000000 as sol_payed
    --,sum(ft.fee) OVER (partition by date, starbase, asset) / 1000000000 as sum_sol_payed

    ,sum(sol_payed) OVER (partition by date) as sol_craft_daily_all
    ,sum(txs) OVER (partition by date) as crafting_txs


    from starbase_player s
    --,crafting c
    ,solana.core.fact_events fe
    inner join solana.core.fact_transactions ft USING(block_timestamp, tx_id)
    WHERE program_id IN ('SAGE2HAwep459SNq61LHvjxPk4pLPEJLoMETef7f7EE')
    AND log_messages::string LIKE '%Crafting%'
    --AND succeeded = 'true'
    AND s.starbase_player IN (instruction:accounts[1], instruction:accounts[2])
    Last run: about 13 hours ago
    DATE
    CRAFTING_TXS
    SOL_CRAFT_DAILY_ALL
    SOL_CRAFT_TXS
    1
    2025-05-21 00:00:00.000215270.52260.00002428
    2
    2025-05-20 00:00:00.000222770.5763140.00002587
    3
    2025-05-19 00:00:00.000242350.53720.00002217
    4
    2025-05-18 00:00:00.000236990.5494720.00002319
    5
    2025-05-17 00:00:00.000212480.5333830.0000251
    6
    2025-05-16 00:00:00.000266020.6667840.00002507
    7
    2025-05-15 00:00:00.000200980.4852310.00002414
    8
    2025-05-14 00:00:00.000192470.5354710.00002782
    9
    2025-05-13 00:00:00.000276810.7441740.00002688
    10
    2025-05-12 00:00:00.000226470.6104510.00002696
    11
    2025-05-11 00:00:00.000206150.5712910.00002771
    12
    2025-05-10 00:00:00.000199070.5172510.00002598
    13
    2025-05-09 00:00:00.000200950.5365450.0000267
    14
    2025-05-08 00:00:00.000209040.5797430.00002773
    15
    2025-05-07 00:00:00.000217040.5929680.00002732
    16
    2025-05-06 00:00:00.000211140.6696110.00003171
    17
    2025-05-05 00:00:00.000199170.5768850.00002896
    18
    2025-05-04 00:00:00.000218590.6284080.00002875
    19
    2025-05-03 00:00:00.000200660.5381810.00002682
    20
    2025-05-02 00:00:00.000190520.584870.0000307
    30
    2KB
    826s