I have registered a .rsk domain using RNS, and am wondering if I can transfer ownership of it to other accounts, like an NFT.
.rsk
Is this possible with domains and subdomains? If so how?
All the domains that are created with the new FIFS Registrar, or migrated using migrate from auction are ERC721 compatible.
Note that this only applies to domains; subdomains are not tokenised, and not ERC721 compatible.
The following are the relevant lines of code within the RNS smart contracts:
FIFSRegistrar --> (inherit) FIFSRegistrarBase --> (property) NodeOwner --> (inherit) ERC721 --> (property) tokenId
FIFSRegistrar
FIFSRegistrarBase
NodeOwner
ERC721
tokenId
2.1m questions
2.1m answers
60 comments
57.0k users