๐งน Buy floor
UNLISTED GRADIENT SMOLSKULLS WITH GREEN EYES (133)
#8
#27
#29
#48
#95
#112
#114
#116
#118
#127
#129
#130
#131
#165
#172
#181
#202
#214
#242
#259
#276
#281
#341
#344
#348
#355
#358
#367
#372
#387
#388
#412
#442
#445
#474
#504
#507
#539
#540
#550
#554
#597
#610
#613
#638
#640
#643
#660
#726
#733
#742
#790
#802
#812
#820
#824
#829
#840
#843
#857
#876
#878
#892
#929
#941
#957
#960
#981
#1001
#1017
#1030
#1045
#1057
#1064
#1070
#1074
#1101
#1124
#1180
#1202
#1204
#1213
#1224
#1234
#1241
#1248
#1268
#1332
#1346
#1355
#1358
#1421
#1486
#1496
#1515
#1522
#1524
#1531
#1552
#1558
#1565
#1589
#1595
#1608
#1610
#1631
#1634
#1646
#1652
#1670
#1684
#1688
#1689
#1691
#1723
#1764
#1785
#1786
#1790
#1794
#1816
#1824
#1833
#1855
#1859
#1880
#1884
#1885
#1895
#1942
#1961
#1976
#1987
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