misaghlbUntitled Query
Updated 2022-06-29Copy Reference Fork
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select *
-- 'Across' as bridge,
-- block_timestamp as time_stamp,
-- (AMOUNT) as eth_transfer,
-- ORIGIN_FROM_ADDRESS as wallet,
-- TX_HASH
from arbitrum.core.ez_eth_transfers
-- where ETH_TO_ADDRESS = '0xb88690461ddbab6f04dfad7df66b7725942feb9c'
where tx_hash = '0xbb80fe895648c056ef51e61062d8b302421944acbfc98b03cb91409064edaaad'
limit 10
Run a query to Download Data