๐งน Buy floor
LISTED SMOLSKULLS WITH BLUE EYES (24)
#842
88tz
#1253
148tz
#556
200tz
#1571
249tz
#147
350tz
#1615
389tz
#255
399tz
#1695
420tz
#283
488tz
#1003
499tz
#853
500tz
#1053
500tz
#748
620tz
#1585
725tz
#629
800tz
#233
1068tz
#406
1200tz
#1407
1800tz
#1662
1999tz
#219
5998tz
#1165
15000tz
#107
42069tz
#110
111111tz
#1381
155555tz
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