Giter VIP home page Giter VIP logo

Comments (4)

MoMannn avatar MoMannn commented on May 29, 2024

You will need to provide much more information.
On which network did you deploy? What is the contract address? What NFT ID did you create? How did you check the owner?

from erc721.

0x00xx avatar 0x00xx commented on May 29, 2024

Sorry for the missing information. I have deployed it on the Rinkeby testnet.
Here is the contract code:

// SPDX-License-Identifier: MIT
pragma solidity 0.8.6;
 
import "./tokens/nf-token-metadata.sol";
import "./ownership/ownable.sol";
 
contract Bla is NFTokenMetadata, Ownable {
 
  constructor() {
    nftName = "Synth NFT";
    nftSymbol = "SYN";
  }
 
  function mint() external onlyOwner {
    super._mint(msg.sender, 1);
    super._setTokenUri(1, "https://ipfs.io/ipfs/QmaH1buwvzi5awRtEv7pTRwLArXs6BjNUkPqAmbK5dgJKJ");
  }
 
}

The contract ist deployed at: https://rinkeby.etherscan.io/address/0xa7A66Ed691EBEB017f288660b3099e103Af97f67

The creator is checked with Opensea: https://testnets.opensea.io/assets/0xa7a66ed691ebeb017f288660b3099e103af97f67/1
image

Normally above the description is the creator. Weirdly enough the same code showed the creator about 7-10 days ago.

from erc721.

MoMannn avatar MoMannn commented on May 29, 2024

In this case this has nothing to do with the code. The NFT contract is created and NFT was minted correctly.

You will need to contact OpenSea as to why it is not registering you as the creator.

I would suggest contacting them on discord: https://discord.com/invite/opensea

from erc721.

0x00xx avatar 0x00xx commented on May 29, 2024

K, thx for the confirmation.

Will try to contact them!

from erc721.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.