ABIResolver
function
setABI
nonpayable
Restricted (authorised)
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| contentType | uint256 | |
| data | bytes |
Outputs
(void)
function
ABI
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| contentTypes | uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| bytes |
event
ABIChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| contentType | uint256 |
Outputs
(void)
AddrResolver
function
setAddr
nonpayable
Restricted (authorised)
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| addr | address |
Outputs
(void)
function
addr
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 |
Outputs
| Type | Description |
|---|---|
| address |
event
AddrChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| a | address |
Outputs
(void)
ContentHashResolver
function
setContenthash
nonpayable
Restricted (authorised)
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| hash | bytes |
Outputs
(void)
function
contenthash
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 |
Outputs
| Type | Description |
|---|---|
| bytes |
event
ContenthashChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| hash | bytes |
Outputs
(void)
ENS
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
InterfaceResolver
function
setInterface
nonpayable
Restricted (authorised)
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| interfaceID | bytes4 | |
| implementer | address |
Outputs
(void)
function
interfaceImplementer
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| interfaceID | bytes4 |
Outputs
| Type | Description |
|---|---|
| address |
event
InterfaceChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| interfaceID | bytes4 | |
| implementer | address |
Outputs
(void)
NameResolver
function
setName
nonpayable
Restricted (authorised)
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| name | string |
Outputs
(void)
function
name
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 |
Outputs
| Type | Description |
|---|---|
| string |
event
NameChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| name | string |
Outputs
(void)
OpenSeaENSResolver
function
setBaseURI
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| uri | string |
Outputs
(void)
function
addTokenId
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| tokenId | uint256 |
Outputs
(void)
function
openSeaVersion
pure
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |
function
getTokenId
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
baseURI
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |
function
text
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| key | string |
Outputs
| Type | Description |
|---|---|
| string |
Ownable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
renounceOwnership
nonpayable
Restricted (onlyOwner)
Inputs
(void)
Outputs
(void)
function
isOwner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
constructor
OpenSeaENSResolver
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| _ens | address |
Outputs
(void)
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
Outputs
(void)
PubkeyResolver
function
setPubkey
nonpayable
Restricted (authorised)
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| x | bytes32 | |
| y | bytes32 |
Outputs
(void)
function
pubkey
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 |
Outputs
| Type | Description |
|---|---|
| bytes32 | |
| bytes32 |
event
PubkeyChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| x | bytes32 | |
| y | bytes32 |
Outputs
(void)
PublicResolver
function
setAuthorisation
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| target | address | |
| isAuthorised | bool |
Outputs
(void)
event
AuthorisationChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| owner | address | |
| target | address | |
| isAuthorised | bool |
Outputs
(void)
TextResolver
function
setText
nonpayable
Restricted (authorised)
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| key | string | |
| value | string |
Outputs
(void)
function
supportsInterface
pure
Inputs
| Parameter | Type | Description |
|---|---|---|
| interfaceID | bytes4 |
Outputs
| Type | Description |
|---|---|
| bool |
event
TextChanged
Inputs
| Parameter | Type | Description |
|---|---|---|
| node | bytes32 | |
| indexedKey | string | |
| key | string |
Outputs
(void)
function
authorisations
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| bytes32 | ||
| address | ||
| address |
Outputs
| Type | Description |
|---|---|
| bool |