@ens:namehash
Compute the ENS namehash of a domain name.
Returns: bytes32
Syntax
Section titled “Syntax”@ens:namehash(name)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
name | string | ENS domain name |
Examples
Section titled “Examples”# Hash an ENS domainset $node @ens:namehash("vitalik.eth")