nasdfajsklj2024-05-21 Solana tables
Updated 2024-05-24
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
select *
from solana.core.fact_token_account_owners
-- where account_address = '2NCkM4Nzx7u9tngqhGHoRGb6BP5XjH3g7U1Fi5gupthQ'
limit 10
-- select *
-- from solana.price.dim_asset_metadata
-- where token_address = '2NCkM4Nzx7u9tngqhGHoRGb6BP5XjH3g7U1Fi5gupthQ'
-- limit 10
-- --does not exist
select *
from solana.core.fact_transactions
where 1=1
and block_id = 266810890
and tx_id = '2RZbEJ8wuwXKiovu6DN8wrMHwkqbTwfwcqNDdYsWqgoEUMnqDZq8ptQDqqZwx7HPA86RF8ZL1u975C895stLP81A'
limit 10
---this seems unreadable for now
select *
from solana.core.fact_transfers
where 1=1
and block_id = 266810890
and tx_id = '2RZbEJ8wuwXKiovu6DN8wrMHwkqbTwfwcqNDdYsWqgoEUMnqDZq8ptQDqqZwx7HPA86RF8ZL1u975C895stLP81A'
limit 100
select *
QueryRunArchived: QueryRun has been archived