m0rt3zaUntitled Query
    Updated 2022-09-13
    SELECT
    event_inputs:proxy as safe_address,
    a.block_timestamp as creation_time,
    b.*
    FROM ethereum.core.fact_event_logs as a JOIN ethereum.core.ez_current_balances as b
    ON a.event_inputs:proxy = b.user_address
    WHERE tx_hash = '0x5b68f0ed00cfe22192280af08c41b6b00fd5feabd56bf01d23350a812f4a5cb9'
    Run a query to Download Data