flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
[01] Rows vs. Unique tx hashes for October 2022 (Ethereum ez_nft_mints table)
metricsdao
[01] Rows vs. Unique tx hashes for October 2022 (Ethereum ez_nft_mints table)
Updated 2022-11-25
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
SELECT
COUNT
(
tx_hash
)
AS
"N rows"
,
COUNT
(
DISTINCT
tx_hash
)
AS
"N unique tx hashes"
FROM
ethereum
.
core
.
ez_nft_mints
WHERE
DATE
(
block_timestamp
)
BETWEEN
'2022-10-01'
and
'2022-10-31'
;
Results
Run a query to Download Data