TokenTransferProxy
function
transferFrom
Restricted (onlyAuthorized)
Inputs
Parameter | Type | Description |
---|---|---|
token | address | |
from | address | |
to | address | |
value | uint256 |
Outputs
Type | Description |
---|---|
bool |
function
removeAuthorizedAddress
Restricted (onlyOwner, targetAuthorized)
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
function
addAuthorizedAddress
Restricted (onlyOwner, targetNotAuthorized)
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
function
getAuthorizedAddresses
Inputs
(void)
Outputs
Type | Description |
---|---|
address[] |
event
LogAuthorizedAddressRemoved
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
event
LogAuthorizedAddressAdded
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
function
transferOwnership
Inputs
Parameter | Type | Description |
---|---|---|
newOwner | address |
Outputs
(void)
function
authorized
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
bool |
function
owner
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
authorities
Inputs
Parameter | Type | Description |
---|---|---|
uint256 |
Outputs
Type | Description |
---|---|
address |