event
AuthorizedAddressRemoved
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address | |
| caller | address |
Outputs
(void)
event
AuthorizedAddressAdded
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address | |
| caller | address |
Outputs
(void)
function
transferOwnership
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
getAuthorizedAddresses
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address[] |
function
authorized
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| bool |
function
getProxyId
pure
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes4 |
function
transferFrom
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| assetData | bytes | |
| from | address | |
| to | address | |
| amount | uint256 |
Outputs
(void)
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
authorities
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| address |
function
addAuthorizedAddress
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address |
Outputs
(void)