3D-SMOLSKULL
This is a generative art collab with Reinder Nijhoff (@ReinderNijhoff ) and Mark Knol (@mknol )
3D-SMOLSKULL on fxhash.xyz ๐
3D-SMOLSKULLs is a generative art NFT series minted on the Tezos blockchain and originated on fxhash.xyz by Mark Knol. Each smolskull is procedurally generated.
๐งน Buy floor
ALL 3D-SMOLSKULLS (750)
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
}
}