flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
Near's failed transactions
Nat
Near's failed transactions
Updated 2022-07-19
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
with
status_
as
(
select
case
when
tx_receipt
[
0
]
:
outcome
:
status
:
Failure
is
not
NULL
THEN
'Failure'
ELSE
'Success'
end
as
status
,
BLOCK_TIMESTAMP
,
TXN_HASH
from
flipside_prod_db
.
mdao_near
.
transactions
)
select
*
from
status_
where
status
=
'Failure'
Results
Run a query to Download Data