select sum(eth_value) from optimism.core.fact_transactions a
where to_address = '0x998ef16ea4111094eb5ee72fc2c6f4e6e8647666'
and tx_hash in (select distinct tx_hash from optimism.core.fact_event_logs
where contract_address in ('0xdbfeaae58b6da8901a8a40ba0712beb2ee18368e','0x0e55e1913c50e015e0f60386ff56a4bfb00d7110') and origin_to_address = '0x998ef16ea4111094eb5ee72fc2c6f4e6e8647666' and event_name = 'TransferSingle' )