OpenSea

WyvernProxyRegistry

0xa5409ec958c83c3f309868babaca7c86dcb077c1
Ownable
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

renounceOwnership

nonpayable
Restricted (onlyOwner)

Inputs

(void)

Outputs

(void)
constructor

WyvernProxyRegistry

nonpayable

Inputs

(void)

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
event

OwnershipRenounced

Inputs

ParameterTypeDescription
previousOwneraddress

Outputs

(void)
ProxyRegistry
function

startGrantAuthentication

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
addraddress

Outputs

(void)
function

revokeAuthentication

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
addraddress

Outputs

(void)
function

endGrantAuthentication

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
addraddress

Outputs

(void)
function

registerProxy

nonpayable

Inputs

(void)

Outputs

TypeDescription
address
WyvernProxyRegistry
function

grantInitialAuthentication

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
authAddressaddress

Outputs

(void)
function

DELAY_PERIOD

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

proxies

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
address
function

delegateProxyImplementation

view

Inputs

(void)

Outputs

TypeDescription
address
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

contracts

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

pending

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
uint256
function

initialAddressSet

view

Inputs

(void)

Outputs

TypeDescription
bool
function

name

view

Inputs

(void)

Outputs

TypeDescription
string