DAY | FLOOR_PRICE | |
---|---|---|
1 | 2025-02-28 00:00:00.000 | 0 |
2 | 2025-02-27 00:00:00.000 | 0 |
3 | 2025-02-26 00:00:00.000 | 0 |
4 | 2025-02-25 00:00:00.000 | 0 |
5 | 2025-02-24 00:00:00.000 | 0 |
6 | 2025-02-23 00:00:00.000 | 0 |
monadmetrics-JFe1_R NFT (Floor Price)
Updated 2025-02-28
9
1
2
3
4
5
6
7
8
9
›
⌄
SELECT
DATE_TRUNC('day', block_timestamp) AS day,
MIN(VALUE_PRECISE) AS floor_price
FROM MONAD.testnet.fact_transactions
WHERE to_address = '0x66e40f67afd710386379a6bb24d00308f81c183f'
AND block_timestamp >= '2025-02-19 15:00:00.000'
GROUP BY 1
ORDER BY 1 DESC
Last run: about 1 month ago
6
193B
1s