Sandeshemissions or claimed tokens
Updated 2023-02-22
99
1
2
3
4
5
6
7
8
9
10
›
⌄
select tx_to,sum(amount) from solana.core.fact_transfers
where mint='BWXrrYFhT7bMHmNBFoQFWdsSgA3yXoAnMhDK6Fn1eSEn'
and tx_from='AojtngqK2RoX5WXhnEfBmduZnGZfZYi8jMy69wzXKYPM'
-- and block_timestamp > CURRENT_DATE - interval '3 months'
-- and block_timestamp::date='2023-02-02'
group by 1 order by 2 desc
-- group by 1 order by 1 asc
-- select * from solana.core.fact_transfers where tx_id='13ZwJkPib9CF8m17TD2rJmV6rEongjcauJHffW64Hsv5TaTssf6sKD9o8MyYTXicRZZBEiDy3RTmtgzoUNyFAdD'
Run a query to Download Data