AuthenticatedProxy
Last updated
Last updated
Proxy contract to hold access to assets on behalf of a user (e.g. ERC20 ERC721 approve) and execute calls under particular conditions.
Parameters
Name | Type | Description |
---|---|---|
Parameters
Name | Type | Description |
---|---|---|
Parameters
Name | Type | Description |
---|---|---|
Parameters
Returns
Parameters
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
owner
address
address of proxy owner
authorizationManager
address
address of AuthorizationManager
WETH
address
address of the WETH ("Wrapped Ether") contract
revoke
bool
whether proxy is revoked
token
address
address of token
to
address
address of token recipient
amount
uint256
amount of token
dest
address
address of delegate call target
data
bytes
data bytes of delegate call
-
bool
status of delegate call
-
bytes
result of delegate call
token
address
address of token