Interface for contracts supporting Patchwork metadata standard.
IPatchworkScoped
IPatchworkMetadata
IERC5192
IERC721
Name | Type | Description |
---|---|---|
<none> | string | string the URI of the schema |
Name | Type | Description |
---|---|---|
<none> | MetadataSchema | MetadataSchema the metadata schema |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
Name | Type | Description |
---|---|---|
<none> | string | string the image URI |
Name | Type | Description |
---|---|---|
to | address | Address to set permissions for |
permissions | uint256 | Permissions value |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
slot | uint256 | Slot to store metadata |
data | uint256 | Metadata to store |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
data | uint256[] | Metadata to store |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
slot | uint256 | Slot to load metadata from |
Name | Type | Description |
---|---|---|
<none> | uint256 | uint256 the raw slot data as a uint256 |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
Name | Type | Description |
---|---|---|
<none> | uint256[] | uint256[] the raw slot data as a uint256 array |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
Name | Type | Description |
---|---|---|
nonce | uint256 | the nonce |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
frozen | bool | Freeze status to set |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
Name | Type | Description |
---|---|---|
<none> | bool | bool true if frozen, false if not |
Name | Type | Description |
---|---|---|
tokenId | uint256 | ID of the token |
locked | bool | Lock status to set |
Name | Type | Description |
---|---|---|
tokenId | uint256 | The identifier for a token. |
Name | Type | Description |
---|---|---|
tokenId | uint256 | The identifier for a token. |
Name | Type | Description |
---|---|---|
to | address | The address the permissions are assigned to |
permissions | uint256 | The permissions |
Name | Type | Description |
---|---|---|
addr | address | the address of the Patchwork721 |