Updated 2025-01-09
    select
    symbol,
    from_address AS "from",
    raw_amount,
    amount_usd,
    tx_hash
    from
    ethereum.core.ez_token_transfers t
    where
    t.to_address = '0x52c2bc859f5082c4f8c17266a3cd640b5047370e' --deposits to Concrete-WBTC-Vault (ctWBTC)
    union
    all
    select
    symbol,
    from_address AS "from",
    raw_amount,
    amount_usd,
    tx_hash
    from
    ethereum.core.ez_token_transfers t
    where
    t.to_address = '0x34bdba9b3d8e3073eb4470cd4c031c2e39c32da8' -- deposits to Concrete-LBTC-Vault (ctLBTC)

    QueryRunArchived: QueryRun has been archived