Ownable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
renounceOwnership
nonpayable
Restricted (onlyOwner)
Inputs
(void)
Outputs
(void)
constructor
WyvernProxyRegistry
nonpayable
Inputs
(void)
Outputs
(void)
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
Outputs
(void)
event
OwnershipRenounced
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address |
Outputs
(void)
ProxyRegistry
function
startGrantAuthentication
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| addr | address |
Outputs
(void)
function
revokeAuthentication
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| addr | address |
Outputs
(void)
function
endGrantAuthentication
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| addr | address |
Outputs
(void)
function
registerProxy
nonpayable
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
WyvernProxyRegistry
function
grantInitialAuthentication
nonpayable
Restricted (onlyOwner)
Inputs
| Parameter | Type | Description |
|---|---|---|
| authAddress | address |
Outputs
(void)
function
DELAY_PERIOD
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
proxies
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| address |
function
delegateProxyImplementation
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
contracts
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| bool |
function
pending
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
initialAddressSet
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bool |
function
name
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| string |