elsinasnx tx
    Updated 2022-06-15
    select 'swap eth to snx in uniswap(OP)' as action,*
    from ethereum.core.ez_eth_transfers
    where
    TX_HASH = '0x45c354c2bf872ecbc21b1c10ed60ecdfad3acc629b3bba8e5f48d64c547c09be' and date_trunc('day',BLOCK_TIMESTAMP) = '2022-06-16'

    union

    select 'mint susd' as action,*
    from ethereum.core.ez_eth_transfers
    where TX_HASH = '0x02c513b19c1248954db6b3714ee34fbf45dbadffd08be6a781c99f155b60f336' and date_trunc('day',BLOCK_TIMESTAMP) = '2022-06-16'
    Run a query to Download Data