unwrap_name
Revert a wrapped .eth name back to BaseRegistrar, converting from ERC-1155 to ERC-721 token. Clears all fuses; fails if CANNOT_UNWRAP was permanently burned.
Instructions
Unwrap a .eth name from the ENS NameWrapper back to BaseRegistrar.
This converts the name from an ERC-1155 token back to an ERC-721 token. All fuses are cleared upon unwrapping.
Will fail if the CANNOT_UNWRAP fuse has been burned — that restriction is permanent.
Use cases:
Reverting a wrapped name to standard ERC-721 for compatibility
Regaining full control after wrapping without burning CANNOT_UNWRAP
Moving a name to a platform that only supports ERC-721
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ENS name to unwrap (e.g. "coffee.eth") | |
| owner | Yes | Address of the current wrapped name owner |