AephiaRQ - Daily Crafting txs fees
    Updated 18 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 14 hours ago
    DATE
    CRAFTING_TXS
    SOL_CRAFT_DAILY_ALL
    SOL_CRAFT_TXS
    1
    2025-04-09 00:00:00.000212120.728170.00003433
    2
    2025-04-08 00:00:00.000207730.5817750.00002801
    3
    2025-04-07 00:00:00.000183650.671910.00003659
    4
    2025-04-06 00:00:00.000194140.6311530.00003251
    5
    2025-04-05 00:00:00.000201300.5923110.00002942
    6
    2025-04-04 00:00:00.000199390.6523730.00003272
    7
    2025-04-03 00:00:00.000200360.6436530.00003212
    8
    2025-04-02 00:00:00.000210630.6783520.00003221
    9
    2025-04-01 00:00:00.000202590.6981960.00003446
    10
    2025-03-31 00:00:00.000211410.6982020.00003303
    11
    2025-03-30 00:00:00.000215810.6745670.00003126
    12
    2025-03-29 00:00:00.000216990.6160320.00002839
    13
    2025-03-28 00:00:00.000212490.7199830.00003388
    14
    2025-03-27 00:00:00.000209760.7202950.00003434
    15
    2025-03-26 00:00:00.000223110.7500230.00003362
    16
    2025-03-25 00:00:00.000223380.6940350.00003107
    17
    2025-03-24 00:00:00.000212430.6847040.00003223
    18
    2025-03-23 00:00:00.000212680.6341860.00002982
    19
    2025-03-22 00:00:00.000220170.7106310.00003228
    20
    2025-03-21 00:00:00.000218750.6896210.00003153
    30
    2KB
    520s