rezarwzNew NEAR Users
    Updated 2022-09-07
    SELECT
    ACTION_DATA:method_name as method,tx_receiver,block_timestamp,tx_hash
    FROM near.core.fact_actions_events ev inner join near.core.fact_transactions tr on tr.tx_hash=ev.tx_hash and tr.block_timestamp=ev.block_timestamp
    LIMIT 20
    Run a query to Download Data