0x / Proxy

MultiAssetProxy

0xef701d5389ae74503d633396c4d654eabedc9d78
event

AssetProxyRegistered

Inputs

ParameterTypeDescription
idbytes4
assetProxyaddress

Outputs

(void)
event

AuthorizedAddressRemoved

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
event

AuthorizedAddressAdded

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
fallback

(fallback)

nonpayable

Inputs

(void)

Outputs

(void)
function

transferOwnership

nonpayable

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

getAuthorizedAddresses

view

Inputs

(void)

Outputs

TypeDescription
address[]
function

registerAssetProxy

nonpayable

Inputs

ParameterTypeDescription
assetProxyaddress

Outputs

(void)
function

authorized

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

getProxyId

pure

Inputs

(void)

Outputs

TypeDescription
bytes4
function

removeAuthorizedAddressAtIndex

nonpayable

Inputs

ParameterTypeDescription
targetaddress
indexuint256

Outputs

(void)
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

removeAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

getAssetProxy

view

Inputs

ParameterTypeDescription
assetProxyIdbytes4

Outputs

TypeDescription
address
function

authorities

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address
function

addAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

assetProxies

view

Inputs

ParameterTypeDescription
bytes4

Outputs

TypeDescription
address