flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
optimism swap
Moe
optimism swap
Updated 2022-11-09
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
date
(
BLOCK_TIMESTAMP
)
as
days
,
count
(
distinct
tx_hash
)
as
num_txs
,
count
(
ORIGIN_FROM_ADDRESS
)
as
num_wallets
from
optimism
.
core
.
fact_event_logs
where
EVENT_NAME
ilike
'%swap%'
group
by
1
Results
Run a query to Download Data