RayyykShapeShift 0x (Fees by Swap Category)
    Updated 2025-02-10
    with fee_collected as (select tx_hash,
    amount_usd
    from ethereum.core.ez_token_transfers
    where from_address = lower('0x22F9dCF4647084d6C31b2765F6910cd85C178C18') --0x Exchange Proxy Flash Wallet
    and to_address = lower('0x90A48D5CF7343B08dA12E067680B4C6dbfE551Be') --ShapeShift
    union
    select tx_hash,
    amount_usd
    from ethereum.core.ez_native_transfers
    where from_address = lower('0x22F9dCF4647084d6C31b2765F6910cd85C178C18') --0x Exchange Proxy Flash Wallet
    and to_address = lower('0x90A48D5CF7343B08dA12E067680B4C6dbfE551Be') --ShapeShift

    union

    select tx_hash,
    amount_usd
    from polygon.core.ez_token_transfers
    where from_address = lower('0xdB6f1920A889355780aF7570773609Bd8Cb1f498') --0x Exchange Proxy Flash Wallet
    and to_address = lower('0xB5F944600785724e31Edb90F9DFa16dBF01Af000') --ShapeShift
    union
    select tx_hash,
    amount_usd
    from polygon.core.ez_native_transfers
    where from_address = lower('0xdB6f1920A889355780aF7570773609Bd8Cb1f498') --0x Exchange Proxy Flash Wallet
    and to_address = lower('0xB5F944600785724e31Edb90F9DFa16dBF01Af000') --ShapeShift

    union

    select tx_hash,
    amount_usd
    from optimism.core.ez_token_transfers
    where from_address = lower('0xA3128d9b7Cca7d5Af29780a56abEec12B05a6740') --0x Flash Wallet
    and to_address = lower('0x6268d07327f4fb7380732dc6d63d95F88c0E083b') --ShapeShift
    union
    select tx_hash,
    amount_usd
    QueryRunArchived: QueryRun has been archived