Skip to content
New issue

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

NFT Details Page -> Creator field displaying Owner #535

Open
picarodias opened this issue Mar 25, 2022 · 3 comments
Open

NFT Details Page -> Creator field displaying Owner #535

picarodias opened this issue Mar 25, 2022 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@picarodias
Copy link

Fix:

  • Creator field is currently populated by the NFT's owner.
    • Creator Field must display NFT's creator

Reference

NFTs owned by an address
image.png

In NFT details for the first NFT in the list, same address that owns it listed as creator.
image.png

@picarodias picarodias added the bug Something isn't working label Mar 25, 2022
@Zidious
Copy link
Contributor

Zidious commented Mar 26, 2022

👋 Hey,

It appears in this case for address NekqQM4kT6MESNoFjyrpnnFPi2au6VLkAU this is the owner and the creator:
image

This address NXYbTDAvfAAEjgVGN8cBRjg2oQH7sAmRBk appears to correctly populate the creator property on the details page:

image

image

Looking at the NFT page we do correctly pull the creator property from the nftState:

  <div className="content-block">
	<span className="title">CREATOR</span>
	<span className="grid-content">
		{nftState.value?.creatorName ||
		truncateHash(nftState.value?.creatorAddress, true)}
	</span>
</div>

@thiagocbalducci
Copy link

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.

@picarodias
Copy link
Author

picarodias commented Apr 8, 2022

Last suggestion of name for this field:

  • First Owner

...as it actually represents the address to which the NFT was originally minted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants