rajsLil Nouns Proposals Created
    Updated 2022-06-20
    select
    event_inputs:id,
    *
    from ethereum.core.fact_event_logs
    -- where block_number = 14887882
    -- and tx_hash = '0x783d64b2146de10f7545e1053a6fa58d2846ee78fb5dc30ed635182ac5313e9b'
    where origin_function_signature = '0xda95691a'
    and origin_to_address = '0x5d2c31ce16924c2a71d317e5bbfd5ce387854039'
    and block_timestamp >= CURRENT_DATE - interval '60 days'
    order by block_timestamp desc
    -- limit 3
    Run a query to Download Data