We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFTs owned by an address
In NFT details for the first NFT in the list, same address that owns it listed as creator.
The text was updated successfully, but these errors were encountered:
👋 Hey,
It appears in this case for address NekqQM4kT6MESNoFjyrpnnFPi2au6VLkAU this is the owner and the creator:
NekqQM4kT6MESNoFjyrpnnFPi2au6VLkAU
This address NXYbTDAvfAAEjgVGN8cBRjg2oQH7sAmRBk appears to correctly populate the creator property on the details page:
NXYbTDAvfAAEjgVGN8cBRjg2oQH7sAmRBk
Looking at the NFT page we do correctly pull the creator property from the nftState:
nftState
<div className="content-block"> <span className="title">CREATOR</span> <span className="grid-content"> {nftState.value?.creatorName || truncateHash(nftState.value?.creatorAddress, true)} </span> </div>
Sorry, something went wrong.
It seems we are just going to change the name for this field, we need to confirm what will be the new name to be used.
Last suggestion of name for this field:
...as it actually represents the address to which the NFT was originally minted.
picarodias
No branches or pull requests
Fix:
Reference
NFTs owned by an address
In NFT details for the first NFT in the list, same address that owns it listed as creator.
The text was updated successfully, but these errors were encountered: