ERC721Proxy
function
getProxyId
pure
Inputs
(void)
Outputs
Type | Description |
---|---|
bytes4 |
fallback
(fallback)
nonpayable
Inputs
(void)
Outputs
(void)
MAuthorizable
event
AuthorizedAddressRemoved
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
event
AuthorizedAddressAdded
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
caller | address |
Outputs
(void)
MixinAuthorizable
function
removeAuthorizedAddressAtIndex
nonpayable
Restricted (onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
target | address | |
index | uint256 |
Outputs
(void)
function
removeAuthorizedAddress
nonpayable
Restricted (onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
function
addAuthorizedAddress
nonpayable
Restricted (onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
target | address |
Outputs
(void)
function
getAuthorizedAddresses
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address[] |
Ownable
function
transferOwnership
nonpayable
Restricted (onlyOwner)
Inputs
Parameter | Type | Description |
---|---|---|
newOwner | address |
Outputs
(void)
function
authorized
view
Inputs
Parameter | Type | Description |
---|---|---|
address |
Outputs
Type | Description |
---|---|
bool |
function
owner
view
Inputs
(void)
Outputs
Type | Description |
---|---|
address |
function
authorities
view
Inputs
Parameter | Type | Description |
---|---|---|
uint256 |
Outputs
Type | Description |
---|---|
address |