event
AssetProxyRegistered
Inputs
Parameter | Type | Description |
---|---|---|
id | bytes4 | |
assetProxy | address |
Outputs
(void)
event
AuthorizedAddressRemoved
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
event
AuthorizedAddressAdded
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
fallback
(fallback)
nonpayable
Inputs
(void)
Outputs
(void)
function
transferOwnership
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
newOwner | address |
Outputs
(void)
function
getAuthorizedAddresses
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address[] |
function
registerAssetProxy
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
assetProxy | address |
Outputs
(void)
function
authorized
view
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
bool |
function
getProxyId
pure
Inputs
(void)
Outputs
Type | Description |
---|---|
bytes4 |
function
removeAuthorizedAddressAtIndex
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
index | uint256 |
Outputs
(void)
function
owner
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
removeAuthorizedAddress
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
function
getAssetProxy
view
Inputs
Parameter | Type | Description |
---|---|---|
assetProxyId | bytes4 |
Outputs
Type | Description |
---|---|
address |
function
authorities
view
Inputs
Parameter | Type | Description |
---|---|---|
uint256 |
Outputs
Type | Description |
---|---|
address |
function
addAuthorizedAddress
nonpayable
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
function
assetProxies
view
Inputs
Parameter | Type | Description |
---|---|---|
bytes4 |
Outputs
Type | Description |
---|---|
address |