iboo-jbj2MV Metamasks Total user
    Updated 2022-06-25
    select
    count(distinct ORIGIN_FROM_ADDRESS) as unique_wallets,
    count(distinct tx_hash) as no_swaps
    from ethereum.core.fact_event_logs

    where ORIGIN_TO_ADDRESS='0x881d40237659c251811cec9c364ef91dc08d300c'
    and EVENT_NAME='Swap'