0x / Proxy

ERC1155Proxy

0x7eefbd48fd63d441ec7435d024ec7c5131019add
event

AuthorizedAddressRemoved

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
event

AuthorizedAddressAdded

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
function

transferOwnership

nonpayable

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

getAuthorizedAddresses

view

Inputs

(void)

Outputs

TypeDescription
address[]
function

authorized

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

getProxyId

pure

Inputs

(void)

Outputs

TypeDescription
bytes4
function

transferFrom

nonpayable

Inputs

ParameterTypeDescription
assetDatabytes
fromaddress
toaddress
amountuint256

Outputs

(void)
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

authorities

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address
function

addAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)