Hey all, trying to do something fun for open editions which involves minting a soulbound NFT.
Is there a sample implementation of this on a Manifold contract? Is it just a matter of overwriting the transfer function?
Hey all, trying to do something fun for open editions which involves minting a soulbound NFT.
Is there a sample implementation of this on a Manifold contract? Is it just a matter of overwriting the transfer function?
gm! We actually have an example of this in the Apps tab, thereās a Soulbound app you can try out!
Thanks Lyndon! I appreciate you pointing me in the right direction!
Hi Lyndo,
Iāve seen the Soulbound Token app in Creator Studio which was created by the Community, I tried to find more documentation on this app and its functions on Manifold Docs but didnāt see any. I also didnāt find much else here in the Forum. Could you point me to where I can read up a bit on it before I install the App?
Also, is the Soulbound Token App safe and has been thoroughly vetted by Manifold team?
Btw for people searching in the future, the shared Manifold extension contract for Soulbound tokens is located here: https://etherscan.io/address/0x2ec569B81Bd8f6372c1690060B8D45437fc81388#code
Hi Andrew,
We have done several upgrades to the Manifold Creator Contract in the pass. One of the upgrade changed the function signature of approveTransfer
. Therefore, in order for this extension to work with both versions of the contract, we need to include both function signatures.
Hopefully this help, please let me know if you have further questions!
Regards,
Don Dang
Iām also interested in a soulbound token mint for my existing collectors and had the same question as ājustanotherdudeā did here about the Soulbound Token app in the Creator Studio created by the Community. Would like to verify that itās safe and if there is any documentation to support this feature. Thanks!