OwnershipTransferred 8be0079c| inputs | 0 | address | previousOwner | |
| 1 | address | newOwner |
DELAY_PERIOD e71a02e1contracts 69dc9ff3| inputs | 0 | address |
endGrantAuthentication 38b6e407End 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 8da5cb5bpending 5eebea20| inputs | 0 | address |
proxies c4552791| inputs | 0 | address |
registerProxy ddd81f82Register 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 53376d1fRevoke access for specified contract. Can be done instantly.
ProxyRegistry owner only
| inputs | 0 | address | addr | Address of which to revoke permissions |
startGrantAuthentication d4e8e063Start 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 f2fde38bAllows the current owner to transfer control of the contract to a newOwner.
| inputs | 0 | address | newOwner | The address to transfer ownership to. |