LittlerDataBSC Ragnarok Landverse Daily Item minting
    Updated 5 days ago

    select
    date_trunc('day',block_timestamp) date
    ,count(tx_hash) Items_minted
    ,count(distinct nft_to_address) Users_minting
    from bsc.nft.ez_nft_transfers
    where block_timestamp > '2023-09-15'
    and event_type = 'mint'
    and nft_address = '0x9d2e6134af5b63498d15546f2701837f001c6043'
    group by 1



    Last run: 5 days agoAuto-refreshes every 3 hours
    DATE
    ITEMS_MINTED
    USERS_MINTING
    1
    2024-05-03 00:00:00.000308140
    2
    2023-12-14 00:00:00.0001141482
    3
    2024-01-22 00:00:00.0002296616
    4
    2024-02-05 00:00:00.0001525507
    5
    2024-05-06 00:00:00.000363133
    6
    2025-02-14 00:00:00.0008417
    7
    2024-01-29 00:00:00.0001147432
    8
    2024-03-23 00:00:00.000384151
    9
    2024-03-24 00:00:00.000570163
    10
    2023-12-16 00:00:00.000900436
    11
    2023-09-25 00:00:00.0001024434
    12
    2023-12-11 00:00:00.000958424
    13
    2024-04-02 00:00:00.000259113
    14
    2024-10-29 00:00:00.00011648
    15
    2024-10-23 00:00:00.00013450
    16
    2024-12-10 00:00:00.0006131
    17
    2024-11-08 00:00:00.00014362
    18
    2025-02-28 00:00:00.0004318
    19
    2023-10-02 00:00:00.0001395613
    20
    2023-11-05 00:00:00.0001593737
    ...
    516
    18KB
    11s