-
Notifications
You must be signed in to change notification settings - Fork 842
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
nfts not showing on opensea testnet rinkeby erc721@4.1.0 #350
Comments
Looks like it’s an issue with OpenSea’s Transfer event listener. Did some tests recently and seems like they are sometimes unable to detect the first token minted. Try minting more tokens or transferring the first token after minting. Don’t worry too much about it, there have been projects published on mainnet using version 4.1.0. |
okay Thanks I got it. Thanks for explanation. You are genius. |
Issue not fixed |
I had this same issue. Please see my solution here. |
yeah - this is a supportsInterface issue; see the migration notes here on how to fix it: https://chiru-labs.github.io/ERC721A/#/migration?id=supportsinterface Specifically, update your supportsInterface to be:
|
opensea https://testnets.opensea.io/assets/rinkeby/0x2301334d923434Ff569ba4fD7FC19C35758086bE/1
rinkeby solidity code https://rinkeby.etherscan.io/address/0x2301334d923434ff569ba4fd7fc19c35758086be#code
nfts were showing in version 3.3.0 erc721a but not on erc721a 4.1.0
The text was updated successfully, but these errors were encountered: