kingharald-ethTotal number of Uniswap swaps since inception
    Updated 2022-08-03
    select count(distinct(tx_hash)) as tx from optimism.core.fact_transactions
    where to_address = '0x68b3465833fb72a70ecdf485e0e4c7bd8665fc45'
    and (
    origin_function_signature = '0x5ae401dc'
    )
    and status = 'SUCCESS'
    Run a query to Download Data