๐งน Buy floor
UNLISTED GRADIENT SMOLSKULLS WITH BLACK EYES (230)
#3
#10
#14
#16
#17
#22
#23
#27
#28
#33
#40
#41
#45
#68
#69
#87
#100
#104
#114
#118
#127
#162
#179
#180
#183
#198
#209
#210
#230
#232
#249
#253
#259
#276
#312
#325
#329
#340
#345
#352
#355
#359
#360
#365
#369
#372
#375
#388
#389
#398
#416
#418
#428
#450
#477
#490
#517
#532
#540
#546
#547
#554
#567
#570
#588
#597
#601
#605
#614
#624
#638
#640
#651
#652
#660
#664
#671
#683
#707
#734
#742
#756
#791
#795
#808
#821
#824
#843
#844
#848
#849
#862
#885
#914
#938
#940
#942
#953
#971
#979
#987
#1000
#1004
#1008
#1010
#1017
#1021
#1025
#1044
#1055
#1057
#1067
#1068
#1071
#1072
#1075
#1084
#1101
#1112
#1151
#1164
#1183
#1184
#1187
#1189
#1202
#1209
#1213
#1224
#1233
#1235
#1237
#1242
#1247
#1248
#1262
#1276
#1279
#1294
#1295
#1308
#1310
#1315
#1355
#1360
#1390
#1392
#1393
#1394
#1405
#1409
#1410
#1420
#1432
#1433
#1442
#1445
#1446
#1451
#1453
#1457
#1464
#1489
#1496
#1506
#1516
#1522
#1538
#1553
#1566
#1576
#1577
#1580
#1587
#1588
#1595
#1596
#1608
#1616
#1619
#1621
#1671
#1689
#1691
#1700
#1702
#1728
#1732
#1737
#1741
#1745
#1766
#1770
#1772
#1774
#1777
#1782
#1783
#1786
#1787
#1794
#1798
#1799
#1800
#1812
#1813
#1816
#1824
#1833
#1836
#1850
#1851
#1859
#1863
#1880
#1885
#1897
#1898
#1901
#1903
#1904
#1906
#1908
#1945
#1956
#1961
#1971
#1972
#1987
#1996
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