mondovsol_games_transactions
Updated 2023-02-10
9999
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
›
⌄
-- some of the following contract addresses are from dsaber on dune analytics: https://dune.com/dsaber
with
gaming_contracts AS (
SELECT
'Star Atlas' AS game,
'Star Atlas' AS studio,
'ATLASXmbPQxBUYbxPsV97usA3fPQYEqzQBUHgiFCUsXx' AS address,
'Program' AS
type
UNION ALL
SELECT
'Star Atlas' AS game,
'Star Atlas' AS studio,
'poLisWXnNRwC6oBu1vHiuKQzFjGL4XDSu4g9qjz9qVk' AS address,
'Program' AS
type
UNION ALL
SELECT
'Star Atlas' AS game,
'Star Atlas' AS studio,
'FLEET1qqzpexyaDpqb2DGsSzE2sDCizewCg9WjrA6DBW' AS address,
'Program' AS
type
UNION ALL
SELECT
'Star Atlas' AS game,
'Star Atlas' AS studio,
'traderDnaR5w6Tcoi3NFm53i48FTDNbGjBSZwWXDRrg' AS address,
'Program' AS
type
UNION ALL
SELECT
'Star Atlas' AS game,
'Star Atlas' AS studio,
'Lock7kBijGCQLEFAmXcengzXKA88iDNQPriQ7TbgeyG' AS address,
'Program' AS
Run a query to Download Data