flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
New NEAR Users
rezarwz
New NEAR Users
Updated 2022-09-07
Copy Reference
Fork
9
1
2
3
4
›
⌄
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
Results
Run a query to Download Data