tz1cuj..Dxfn
View tz1cuj..Dxfn on fxhash.xyz 🔗
💀
SCORE 100
COLLECTION 1 SMOLSKULLs
HOLDS 1 SERIES
SMOLSKULLs (1)
#384
SCORE CALCULATION = (Total SMOLSKULLs × Total Series + Total Merch) × 100
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
}
}