reclaim_name
Reclaim ENS Registry ownership of a .eth name by syncing it to the BaseRegistrar token owner. Resolves ownership mismatches from direct transfers or migrations.
Instructions
Reclaim ENS Registry ownership of a .eth name.
This syncs the ENS Registry owner to match the BaseRegistrar token owner. Used when:
A name was transferred via direct safeTransferFrom (bypassed ENS routing)
ENS Registry ownership is out of sync with token ownership
Recovery after a contract migration or edge case
The caller must own the BaseRegistrar ERC-721 token for the name. After reclaiming, you may also need to set the resolver if it was cleared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ENS name to reclaim (e.g. "coffee.eth") | |
| owner | Yes | Address to set as the ENS Registry owner (must own the BaseRegistrar token) |