@patchworkdev/common
Version:
Patchwork Development Kit
81 lines (80 loc) • 1.68 kB
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-metadata.schema.json",
"scopeName": "test",
"name": "Basic1: Complex Name",
"symbol": "BASIC",
"schemaURI": "https://basic.xyz/schema/basic.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 7,
"key": "addr",
"type": "address",
"arrayLength": 1,
"description": "address",
"visibility": "public",
"slot": 0,
"offset": 0
},
{
"id": 6,
"key": "c8",
"type": "char8",
"arrayLength": 1,
"description": "c8",
"visibility": "public",
"slot": 0,
"offset": 160
},
{
"id": 5,
"key": "fieldu32",
"type": "uint32",
"arrayLength": 1,
"description": "Some Uint32",
"visibility": "public",
"slot": 0,
"offset": 224
},
{
"id": 1,
"key": "name",
"type": "char16",
"arrayLength": 1,
"description": "Short Name",
"visibility": "public",
"slot": 1,
"offset": 0
},
{
"id": 3,
"key": "fieldu128a",
"type": "uint128",
"arrayLength": 1,
"description": "Some Uint128",
"visibility": "public",
"slot": 1,
"offset": 128
},
{
"id": 4,
"key": "fieldu128b",
"type": "uint128",
"arrayLength": 1,
"description": "Some Uint128",
"visibility": "public",
"slot": 2,
"offset": 0
},
{
"id": 2,
"key": "fieldu16",
"type": "uint16",
"arrayLength": 1,
"description": "Some Uint16",
"visibility": "public",
"slot": 2,
"offset": 128
}
]
}