AuthorizationManager
Used to register authorized proxy, each user has their own independent proxy.
Methods
revoke
registerProxy
Returns
proxy
address
address of registered proxy
renounceOwnership
Leaves the contract without owner. It will not be possible to call onlyOwner
functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.
transferOwnership
Transfers ownership of the contract to a new account (newOwner
). Can only be called by the current owner.
Parameters
newOwner
address
address of the new owner
View methods
proxies
Parameters
owner
address
address of proxy owner
Returns
proxy
address
address of proxy
authorizedAddress
Returns
authorizedAddress
address
address of authorized contract
WETH
Returns
WETH
address
address of the WETH ("Wrapped Ether") contract
revoked
Returns
revoked
bool
whether AuthorizationManager is revoked
proxyImplemention
Returns
proxyImplemention
address
address of proxy implemention
Events
Revoked
Last updated