msafadoostdistinct wallets have withdrawn ETH to Optimism via the native bridge in the last 60 days
    Updated 2022-06-16
    select COUNT(*)
    from ethereum.core.ez_eth_transfers
    WHERE BLOCK_TIMESTAMP >= CURRENT_DATE - 60
    AND origin_to_address = lower('0x25ace71c97b33cc4729cf772ae268934f7ab5fa1')
    and ETH_FROM_ADDRESS = lower('0x99c9fc46f92e8a1c0dec1b1747d010903e884be1')
    --limit 1000
    Run a query to Download Data