DATE | ITEMS_MINTED | USERS_MINTING | |
---|---|---|---|
1 | 2024-05-03 00:00:00.000 | 308 | 140 |
2 | 2023-12-14 00:00:00.000 | 1141 | 482 |
3 | 2024-01-22 00:00:00.000 | 2296 | 616 |
4 | 2024-02-05 00:00:00.000 | 1525 | 507 |
5 | 2024-05-06 00:00:00.000 | 363 | 133 |
6 | 2025-02-14 00:00:00.000 | 84 | 17 |
7 | 2024-01-29 00:00:00.000 | 1147 | 432 |
8 | 2024-03-23 00:00:00.000 | 384 | 151 |
9 | 2024-03-24 00:00:00.000 | 570 | 163 |
10 | 2023-12-16 00:00:00.000 | 900 | 436 |
11 | 2023-09-25 00:00:00.000 | 1024 | 434 |
12 | 2023-12-11 00:00:00.000 | 958 | 424 |
13 | 2024-04-02 00:00:00.000 | 259 | 113 |
14 | 2024-10-29 00:00:00.000 | 116 | 48 |
15 | 2024-10-23 00:00:00.000 | 134 | 50 |
16 | 2024-12-10 00:00:00.000 | 61 | 31 |
17 | 2024-11-08 00:00:00.000 | 143 | 62 |
18 | 2025-02-28 00:00:00.000 | 43 | 18 |
19 | 2023-10-02 00:00:00.000 | 1395 | 613 |
20 | 2023-11-05 00:00:00.000 | 1593 | 737 |
LittlerDataBSC Ragnarok Landverse Daily Item minting
Updated 5 days ago
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
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
...
516
18KB
11s