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 |
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. |