๐งน Buy floor
UNLISTED SMOLSKULLS WITH RED EYES (194)
#15
#21
#24
#25
#36
#39
#77
#88
#105
#106
#115
#137
#197
#199
#200
#225
#231
#237
#241
#244
#250
#252
#288
#297
#306
#321
#343
#356
#362
#364
#370
#396
#424
#449
#451
#458
#463
#472
#479
#487
#488
#505
#508
#522
#541
#549
#562
#566
#599
#617
#626
#647
#666
#672
#687
#702
#706
#728
#731
#743
#754
#759
#768
#794
#799
#813
#828
#837
#863
#872
#874
#887
#902
#906
#908
#919
#920
#922
#934
#939
#946
#956
#965
#975
#977
#988
#997
#1002
#1018
#1042
#1056
#1060
#1086
#1091
#1114
#1130
#1133
#1136
#1137
#1150
#1155
#1159
#1171
#1182
#1193
#1197
#1199
#1215
#1240
#1254
#1256
#1257
#1271
#1273
#1278
#1285
#1289
#1292
#1303
#1307
#1319
#1321
#1328
#1335
#1337
#1345
#1413
#1419
#1429
#1430
#1436
#1460
#1472
#1478
#1484
#1488
#1491
#1505
#1512
#1528
#1535
#1542
#1550
#1556
#1557
#1564
#1570
#1575
#1593
#1594
#1601
#1607
#1609
#1624
#1628
#1638
#1643
#1651
#1659
#1687
#1716
#1721
#1722
#1746
#1749
#1763
#1771
#1791
#1795
#1796
#1805
#1806
#1809
#1820
#1822
#1849
#1862
#1867
#1878
#1879
#1881
#1899
#1924
#1932
#1934
#1939
#1948
#1959
#1967
#1975
#1980
#1984
#1992
#1999
query SmolskullActiveListingQuery {
generativeToken(id: "$0") {
activeListedObjkts(sort: {listingPrice: "ASC"}, take: $1) {
name,
id,
activeListing {
version
price
id
}
}
}
}
query SmolskullListingQuery {
objkt(hash: "$0") {
version
name
createdAt
activeListing {
version
price
id
}
actions {
id
type
createdAt
numericValue
issuer {
name
id
}
target {
name
id
}
}
}
}
query SmolskullUserQuery {
user(id: "$0") {
avatarUri
}
}
1