flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
2024-04-05 07:28 PM
AnalyticSages
2024-04-05 07:28 PM
Updated 2024-04-05
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
date_trunc
(
'day'
,
block_timestamp
)
AS
date
,
tx_hash
,
to_address
,
tx_fee
,
status
FROM
ethereum
.
core
.
fact_transactions
WHERE
status
=
'FAIL'
--GROUP BY 1,2,
ORDER
BY
1
ASC
LIMIT
1000
Results
QueryRunArchived: QueryRun has been archived