adriaparcerisasmintify sales
    Updated 6 hours ago
    --select * from flow.core_evm.fact_event_logs where tx_hash in ('0xc3e09ef5619d49e01586fc34d61a9841a6dba0ef009146eaa64b9feddb7f7563' ,'0xbeb7e344960e0655a523a319ec9cac3eadaf69bb759d1844f695890a88db3590')

    select trunc(block_timestamp,'day') as date,
    count(*) as nft_sales,
    sum(nft_sales) over (order by date) as total_nft_sales,
    count(distinct origin_from_address) as nft_traders
    from flow.core_evm.fact_event_logs
    where origin_function_signature in ('0xe7acab24','0x87201b41') and lower(origin_to_address)=lower('0x00000003cf2c206e1fdA7fd032b2f9bdE12Ec6Cc') and tx_succeeded='TRUE'
    and data='0x'
    group by 1 order by 1 desc


    Last run: about 6 hours ago
    DATE
    NFT_SALES
    TOTAL_NFT_SALES
    NFT_TRADERS
    1
    2025-04-14 00:00:00.00017631
    2
    2025-04-02 00:00:00.00067621
    3
    2025-03-24 00:00:00.000107561
    4
    2025-03-13 00:00:00.00017461
    5
    2025-03-11 00:00:00.00037451
    6
    2025-03-07 00:00:00.00027421
    7
    2025-03-06 00:00:00.000197407
    8
    2025-03-03 00:00:00.00017211
    9
    2025-03-01 00:00:00.00037201
    10
    2025-02-28 00:00:00.00017171
    11
    2025-02-27 00:00:00.00037161
    12
    2025-02-24 00:00:00.00017131
    13
    2025-02-01 00:00:00.000937122
    14
    2025-01-31 00:00:00.00036191
    15
    2025-01-24 00:00:00.00016161
    16
    2025-01-16 00:00:00.00026151
    17
    2025-01-12 00:00:00.00016131
    18
    2025-01-08 00:00:00.00026121
    19
    2024-12-30 00:00:00.00016101
    20
    2024-12-29 00:00:00.00016091
    59
    2KB
    1s