๐งน Buy floor
LISTED SMOLSKULLS WITH RED EYES (20)
#826
119tz
#763
160tz
#1038
200tz
#1714
280tz
#491
300tz
#1946
300tz
#1108
349tz
#189
350tz
#1143
500tz
#1449
610tz
#1005
750tz
#1481
838tz
#1990
945tz
#745
999tz
#1037
1234tz
#1662
1999tz
#1604
3333tz
#146
15000tz
#107
42069tz
#110
111111tz
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