StangFAST000
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
›
⌄
-- SELECT
-- DISTINCT a.args:project:founders[0] AS address
-- FROM
-- near.horizon.fact_decoded_actions a
-- WHERE
-- address IS NOT NULL
SELECT
*
FROM
near.horizon.fact_decoded_actions a
-- JOIN
-- near.core.dim_address_labels b
-- ON a.signer_id = b.address
WHERE
a.method_name = 'add_project'
Run a query to Download Data