flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
#2 AvsB Query: success rate - arbitrum
zakkisyed
#2 AvsB Query: success rate - arbitrum
Updated 2022-07-03
Copy Reference
Fork
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
count
(
DISTINCT
(
tx_hash
)
)
,
CASE
WHEN
STATUS
=
'SUCCESS'
THEN
'successful transactions'
ELSE
'failed transactions'
END
AS
STATUS
FROM
arbitrum
.
core
.
fact_transactions
WHERE
block_timestamp
>=
CURRENT_DATE
-
7
GROUP
BY
2
Results
Run a query to Download Data