You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I understood everything corretly, the final NFT contract is called MyCollectible.
But this example contains also a contract called MyFactory.sol which seems to be something like a Proxy as it also provides functions like balanceOf and safeTransferFrom, which are delegated to the MyCollectible-implementation.
What is the purpose of this class? Can we get some more documentation about this pls? Has it something to do with OpenSea-compatibility?
As I understood everything corretly, the final NFT contract is called
MyCollectible.But this example contains also a contract called
MyFactory.solwhich seems to be something like a Proxy as it also provides functions likebalanceOfandsafeTransferFrom, which are delegated to theMyCollectible-implementation.What is the purpose of this class? Can we get some more documentation about this pls? Has it something to do with OpenSea-compatibility?
Thanks everybody in advance for any explanation!