Non Transferable Tokens
Enable or disable transfers of tokens in your smart contract.
There are multiple reasons why you may want to control whether the NFTs in your collection are transferable or not:
- Freeze transfers until certain event occurs (e.g. a promotion is over)
- Use NFTs to represent credentials using soul-bound tokens (NFTs that can't be transferred between wallets)
Crossmint supports enabling or disabling transfers for all tokens in a contract at a time.
Transferable API
Endpoint | Chain | Description |
---|---|---|
Set Transferability | EVM only | Set transferability to on or off |
Get Transferability | EVM only | Get transferability configuration |
Updated 3 months ago