austinbUntitled Query
    Updated 2022-09-29
    select *,
    ethereum.public.udf_hex_to_int(data::string) as amount
    from ethereum.core.fact_event_logs
    where tx_hash = '0x9cfd835ade744dda11e4e5cee964be6a64a0524cfeea8e03ee4d02de781fb0fc'
    and event_name = 'Transfer'
    Run a query to Download Data