flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
SMI where to_address is NULL
fantasy
SMI where to_address is NULL
Updated 2025-02-14
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
DATE_TRUNC
(
'day'
,
block_timestamp
)
AS
transaction_date
,
COUNT
(
from_address
)
AS
daily_smart_contract_interactions
FROM
optimism
.
core
.
fact_transactions
WHERE
to_address
IS
NULL
GROUP
BY
1
ORDER
BY
1
DESC
;
Results
QueryRunArchived: QueryRun has been archived