ERC-721 Wrapped ENS contract for use with the 0x Protocol.
From the Owner of the domain's perspective.
- Owner calls the
approve
method with the 0x contract address and the tokenId that represents the domain they wish to sell. There is a mapping of tokenId => node, for example732
=> foobarbaz.eth.
This allows the 0x contract to transfer ownership.
TODO: From the Buyer of the domain's perspective.