flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
NEAR Performance 9
mattkstew
NEAR Performance 9
Updated 2022-07-15
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-09-01'
group
by
1
Results
Run a query to Download Data