flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
Total number of Uniswap swaps since inception
kingharald-eth
Total number of Uniswap swaps since inception
Updated 2022-08-03
Copy Reference
Fork
9
1
2
3
4
5
6
›
⌄
select
count
(
distinct
(
tx_hash
)
)
as
tx
from
optimism
.
core
.
fact_transactions
where
to_address
=
'0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45'
and
(
origin_function_signature
=
'0x5ae401dc'
)
and
status
=
'SUCCESS'
Results
Run a query to Download Data