cypherUntitled Query
    Updated 2023-01-30
    -- with proposals as (select
    -- *
    -- from near.core.fact_actions_events_function_call
    -- where method_name = 'add_proposal'
    -- )

    -- select * from proposal_votes
    -- limit 100


    select * from near.core.fact_actions_events
    where tx_hash = '8vQEAhYcGKNSAM6oB8RF92auEi8QrhSPEz165p2SXcBP'
    Run a query to Download Data