๐งน Buy floor
LISTED GRADIENT SMOLSKULLS WITH RED EYES (16)
#1717
119tz
#167
150tz
#1841
250tz
#582
400tz
#206
675tz
#1301
700tz
#1636
750tz
#467
1200tz
#272
1249tz
#1123
1500tz
#1485
2100tz
#930
5000tz
#1730
10000tz
#1561
11000tz
#234
42069tz
#150
1000001tz
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