OwnershipTransferred
8be0079c
inputs | 0 | address | previousOwner | |
1 | address | newOwner |
DELAY_PERIOD
e71a02e1
contracts
69dc9ff3
inputs | 0 | address |
endGrantAuthentication
38b6e407
End the process to nable access for specified contract after delay period has passed.
ProxyRegistry owner only
inputs | 0 | address | addr | Address to which to grant permissions |
grantInitialAuthentication
ef7f3834
Grant authentication to the initial Exchange protocol contract
No delay, can only be called once - after that the standard registry process with a delay must be used
inputs | 0 | address | authAddress | Address of the contract to grant authentication |
initialAddressSet
1a86ac4f
name
06fdde03
owner
8da5cb5b
pending
5eebea20
inputs | 0 | address |
proxies
c4552791
inputs | 0 | address |
registerProxy
ddd81f82
Register a proxy contract with this registry
Must be called by the user which the proxy is for, creates a new AuthenticatedProxy
outputs | 0 | address | proxy |
revokeAuthentication
53376d1f
Revoke access for specified contract. Can be done instantly.
ProxyRegistry owner only
inputs | 0 | address | addr | Address of which to revoke permissions |
startGrantAuthentication
d4e8e063
Start the process to enable access for specified contract. Subject to delay period.
ProxyRegistry owner only
inputs | 0 | address | addr | Address to which to grant permissions |
transferOwnership
f2fde38b
Allows the current owner to transfer control of the contract to a newOwner.
inputs | 0 | address | newOwner | The address to transfer ownership to. |