I am trying to make a token collection deployed through Studio (with the Claim Code mint functionality) into a Soulbound/nontransferrable token. I’ve followed other docs and examples for registering extensions, but my registration of the Soulbound extension doesn’t take properly (though the registration transactions aren’t failing).
Here are the deployed contracts:
- Token Contract: https://basescan.org/address/0x1a995e0622b630177b4c12dfd2a880b7d845b7e3
- Soulbound Extension: https://basescan.org/address/0xe9e3404de3b89ed3e8781988c430767c24d37bb2
- On those contracts, you can see 2 attempts at extension registration and configuration on the extension then the subsequent (undesirable) transfers (Sorry, I’m prevented from including more links in this post).
Is it possible to configure this standard soulbound extension with this Studio collection setup? Thanks!