0x / Proxy

ERC20Proxy

0x95e6f48254609a6ee006f7d493c8e5fb97094cef
ERC20Proxy
function

getProxyId

pure

Inputs

(void)

Outputs

TypeDescription
bytes4
fallback

(fallback)

nonpayable

Inputs

(void)

Outputs

(void)
MAuthorizable
event

AuthorizedAddressRemoved

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
event

AuthorizedAddressAdded

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
MixinAuthorizable
function

removeAuthorizedAddressAtIndex

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
targetaddress
indexuint256

Outputs

(void)
function

removeAuthorizedAddress

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

addAuthorizedAddress

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

getAuthorizedAddresses

view

Inputs

(void)

Outputs

TypeDescription
address[]
Ownable
function

transferOwnership

nonpayable
Restricted (onlyOwner)

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

authorized

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

authorities

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address