0x / _OldContracts

ERC721Proxy

0x208e41fb445f1bb1b6780d58356e81405f3e6127
ERC721Proxy
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