flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
ENS registrations
davidwall
ENS registrations
Updated 2021-12-15
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
date_trunc
(
'week'
,
block_timestamp
)
as
ens_week
,
count
(
*
)
as
ens_registration
FROM
ethereum
.
udm_events
WHERE
from_address
is
not
NULL
AND
origin_function_signature
LIKE
'0xf7a16963'
AND
ens_week
>
'2021-10-04T00:00:00Z'
GROUP
by
1
Results
Run a query to Download Data