-
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
Failed to import ERC721A(v4.1.0) contract on OpenSea #354
Comments
Try the following:
If all else fails, just use the last configuration that works for you. |
Test ERC721A
|
I have the same, including on the mainnet for polygon |
Im having the same issue with mumbai, rinkeby, eth mainnet and polygon. Downgrading to 0.4.0 didnt seem to help either |
You should create this issue also on opensea repo. |
I had this same problem. The solution for me wasn't with Opensea, it was the updated ERC721A API. One step Opensea takes to validate a contract is calling supportsInterface for ERC721. The old way to support this function is broken with v4.x. The breaking change and solution is documented here and here. Make sure to test this method yourself with something like this:
|
ERC721A(
v4.1.0
) contract deployed on Polygon(mumbai), but encountered some problems.Problems 1: Failed to import ERC721A contract on OpenSea.
Problem 2: Failed to verify contract code on https://mumbai.polygonscan.com
A project repo for test ERC721A
v0.6.5
0.8.9
Thank you :D
The text was updated successfully, but these errors were encountered: