Contract Deployment – Can an ENS Name Point to a Contract Address?

contract-deploymentens

I know that an ethereum wallet address can have a ENS (Ethereum Name Service) name, but it is possible for a contract? So instead of giving the contract address is it possible to give the contract's ENS name?

Best Answer

Yes a contract can have an ENS address.

A well known example is the Ethereum Foundation donation contract, which you can look up with ethereumfoundation.eth. You can see it at: https://etherscan.io/enslookup?q=ethereumfoundation.eth

The ENS Ethereum Address for this name is 0xfb6916095ca1df60bb79ce92ce3ea74c37c5d359 Also accessible at ethereumfoundation.eth

Related Topic