hbd1994Untitled Query
    Updated 2022-09-24
    (SELECT
    'Mellat Bank' as bank_name, count(distinct POOL_NAME) as pool_count
    from ethereum.core.ez_dex_swaps
    where AMOUNT_OUT_USD is not null
    and ORIGIN_FROM_ADDRESS = '0xd7e1236c08731c3632519dcd1a581bfe6876a3b2'
    )

    union

    (SELECT
    'Melli Bank' as bank_name,count(distinct POOL_NAME) as pool_count
    from ethereum.core.ez_dex_swaps
    where AMOUNT_OUT_USD is not null
    and ORIGIN_FROM_ADDRESS = '0x1fd34033240c95aabf73e186a94b9576c6dab81b'
    )















    Run a query to Download Data