@patchworkdev/common
Version:
Patchwork Development Kit
51 lines (50 loc) • 1.05 kB
JSON
{
"$schema": "https://patchwork.dev/schema/patchwork-metadata.schema.json",
"scopeName": "test",
"name": "Bytes",
"symbol": "BYTES",
"schemaURI": "https://basic.xyz/schema/basic.json",
"imageURI": "https://mything/my/{tokenID}.png",
"fields": [
{
"id": 3,
"key": "b3",
"type": "bytes32",
"arrayLength": 1,
"description": "Short Name",
"visibility": "public",
"slot": 0,
"offset": 0
},
{
"id": 2,
"key": "b2",
"type": "bytes16",
"arrayLength": 1,
"description": "Short Name",
"visibility": "public",
"slot": 1,
"offset": 0
},
{
"id": 1,
"key": "b1",
"type": "bytes8",
"arrayLength": 1,
"description": "Short Name",
"visibility": "public",
"slot": 1,
"offset": 128
},
{
"id": 4,
"key": "b4",
"type": "bytes8",
"arrayLength": 4,
"description": "Short Name",
"visibility": "public",
"slot": 2,
"offset": 0
}
]
}