flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Copy of Untitled Query
vendetta
Copy of Untitled Query
Updated 2022-07-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
select
date_trunc
(
'day'
,
block_timestamp
)
,
count_if
(
status
=
'SUCCESS'
)
as
Succeed
,
count_if
(
status
=
'FAIL'
)
as
Fail
from
ethereum
.
core
.
fact_transactions
where
block_timestamp
>
'2021-10-01'
group
by
1
Results
Run a query to Download Data