NameService
Helper contract, basically simple name to address resolver.
Last updated
Helper contract, basically simple name to address resolver.
Last updated
Emitted when address under the name was changed.
Parameter name | Annotation |
---|---|
The function that sets the new address under the name.
Parameter name | Annotation |
---|---|
Can only be called by the Avatar.
The function that sets the new group of addresses under the names.
Parameter name | Annotation |
---|---|
Can only be called by the Avatar.
The function that gets the address under the name.
Returns: the address under the given name.
Parameter name | Annotation |
---|---|
name
Name of the address.
addr
The address itself.
name
The name of an address.
addr
The new address itself.
hash
The array of keccak256's of names.
addrs
The new addresses themselfs.
name
The name of an address.