ambalikaTotal Metmask Ethereum Swap Transactions
    Updated 2022-11-11
    SELECT
    count(distinct tx_hash) as total_tran
    FROM ethereum.core.ez_dex_swaps
    WHERE origin_to_address= '0x881d40237659c251811cec9c364ef91dc08d300c'

    Run a query to Download Data