OpenSea

OpenSeaENSResolver

0x9c4e9cce4780062942a7fe34fa2fa7316c872956
ABIResolver
function

setABI

nonpayable
Restricted (authorised)

Inputs

ParameterTypeDescription
nodebytes32
contentTypeuint256
databytes

Outputs

(void)
function

ABI

view

Inputs

ParameterTypeDescription
nodebytes32
contentTypesuint256

Outputs

TypeDescription
uint256
bytes
event

ABIChanged

Inputs

ParameterTypeDescription
nodebytes32
contentTypeuint256

Outputs

(void)
AddrResolver
function

setAddr

nonpayable
Restricted (authorised)

Inputs

ParameterTypeDescription
nodebytes32
addraddress

Outputs

(void)
function

addr

view

Inputs

ParameterTypeDescription
nodebytes32

Outputs

TypeDescription
address
event

AddrChanged

Inputs

ParameterTypeDescription
nodebytes32
aaddress

Outputs

(void)
ContentHashResolver
function

setContenthash

nonpayable
Restricted (authorised)

Inputs

ParameterTypeDescription
nodebytes32
hashbytes

Outputs

(void)
function

contenthash

view

Inputs

ParameterTypeDescription
nodebytes32

Outputs

TypeDescription
bytes
event

ContenthashChanged

Inputs

ParameterTypeDescription
nodebytes32
hashbytes

Outputs

(void)
ENS
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
InterfaceResolver
function

setInterface

nonpayable
Restricted (authorised)

Inputs

ParameterTypeDescription
nodebytes32
interfaceIDbytes4
implementeraddress

Outputs

(void)
function

interfaceImplementer

view

Inputs

ParameterTypeDescription
nodebytes32
interfaceIDbytes4

Outputs

TypeDescription
address
event

InterfaceChanged

Inputs

ParameterTypeDescription
nodebytes32
interfaceIDbytes4
implementeraddress

Outputs

(void)
NameResolver
function

setName

nonpayable
Restricted (authorised)

Inputs

ParameterTypeDescription
nodebytes32
namestring

Outputs

(void)
function

name

view

Inputs

ParameterTypeDescription
nodebytes32

Outputs

TypeDescription
string
event

NameChanged

Inputs

ParameterTypeDescription
nodebytes32
namestring

Outputs

(void)
OpenSeaENSResolver
function

setBaseURI

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
uristring

Outputs

(void)
function

addTokenId

nonpayable

Inputs

ParameterTypeDescription
tokenIduint256

Outputs

(void)
function

openSeaVersion

pure

Inputs

(void)

Outputs

TypeDescription
string
function

getTokenId

view

Inputs

ParameterTypeDescription
nodebytes32

Outputs

TypeDescription
uint256
function

baseURI

view

Inputs

(void)

Outputs

TypeDescription
string
function

text

view

Inputs

ParameterTypeDescription
nodebytes32
keystring

Outputs

TypeDescription
string
Ownable
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

renounceOwnership

nonpayable
Restricted (onlyOwner)

Inputs

(void)

Outputs

(void)
function

isOwner

view

Inputs

(void)

Outputs

TypeDescription
bool
constructor

OpenSeaENSResolver

nonpayable

Inputs

ParameterTypeDescription
_ensaddress

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
PubkeyResolver
function

setPubkey

nonpayable
Restricted (authorised)

Inputs

ParameterTypeDescription
nodebytes32
xbytes32
ybytes32

Outputs

(void)
function

pubkey

view

Inputs

ParameterTypeDescription
nodebytes32

Outputs

TypeDescription
bytes32
bytes32
event

PubkeyChanged

Inputs

ParameterTypeDescription
nodebytes32
xbytes32
ybytes32

Outputs

(void)
PublicResolver
function

setAuthorisation

nonpayable

Inputs

ParameterTypeDescription
nodebytes32
targetaddress
isAuthorisedbool

Outputs

(void)
event

AuthorisationChanged

Inputs

ParameterTypeDescription
nodebytes32
owneraddress
targetaddress
isAuthorisedbool

Outputs

(void)
TextResolver
function

setText

nonpayable
Restricted (authorised)

Inputs

ParameterTypeDescription
nodebytes32
keystring
valuestring

Outputs

(void)
function

supportsInterface

pure

Inputs

ParameterTypeDescription
interfaceIDbytes4

Outputs

TypeDescription
bool
event

TextChanged

Inputs

ParameterTypeDescription
nodebytes32
indexedKeystring
keystring

Outputs

(void)
function

authorisations

view

Inputs

ParameterTypeDescription
bytes32
address
address

Outputs

TypeDescription
bool