flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
AR-----1
FatemeTheLady
AR-----1
Updated 2023-02-18
Copy Reference
Fork
9
1
2
3
4
5
›
⌄
select
count
(
*
)
as
transaction_count
,
count
(
distinct
from_address
)
as
acc_count
from
arbitrum
.
core
.
fact_transactions
where
--STATUS='SUCCESS' and
block_timestamp
between
'2023-01-01'
and
'2023-02-10'
Results
Run a query to Download Data