0x

TokenTransferProxy

0x8da0d80f5007ef1e431dd2127178d224e32c2ef4
TokenTransferProxy
function

transferFrom

Restricted (onlyAuthorized)

Inputs

ParameterTypeDescription
tokenaddress
fromaddress
toaddress
valueuint256

Outputs

TypeDescription
bool
function

removeAuthorizedAddress

Restricted (onlyOwner, targetAuthorized)

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

addAuthorizedAddress

Restricted (onlyOwner, targetNotAuthorized)

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

getAuthorizedAddresses

Inputs

(void)

Outputs

TypeDescription
address[]
event

LogAuthorizedAddressRemoved

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
event

LogAuthorizedAddressAdded

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
function

transferOwnership

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

authorized

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

owner

Inputs

(void)

Outputs

TypeDescription
address
function

authorities

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address