cypherUntitled Query
Updated 2023-01-30
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
-- 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