ProxyRegistry
/contracts/registry/ProxyRegistry.sol

event

OwnershipTransferred 8be0079c

inputs0addresspreviousOwner
inputs1addressnewOwner
function, constant

DELAY_PERIOD e71a02e1

function, constant

contracts 69dc9ff3

inputs0address
function

endGrantAuthentication 38b6e407

End the process to nable access for specified contract after delay period has passed.

ProxyRegistry owner only

inputs0addressaddr

Address to which to grant permissions

function, constant

owner 8da5cb5b

function, constant

pending 5eebea20

inputs0address
function, constant

proxies c4552791

inputs0address
function

registerProxy ddd81f82

Register a proxy contract with this registry

Must be called by the user which the proxy is for, creates a new AuthenticatedProxy

outputs0addressproxy
function

revokeAuthentication 53376d1f

Revoke access for specified contract. Can be done instantly.

ProxyRegistry owner only

inputs0addressaddr

Address of which to revoke permissions

function

startGrantAuthentication d4e8e063

Start the process to enable access for specified contract. Subject to delay period.

ProxyRegistry owner only

inputs0addressaddr

Address to which to grant permissions

function

transferOwnership f2fde38b

Allows the current owner to transfer control of the contract to a newOwner.

inputs0addressnewOwner

The address to transfer ownership to.