@latticexyz/world-modules 2.0.0-main-fa74f25e → 2.0.0-main-3086581a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +220 -220
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2611 -2611
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3155 -3155
  5. package/out/DelegationControl.sol/DelegationControl.json +101 -101
  6. package/out/EncodeArray.sol/EncodeArray.json +3250 -3250
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +51 -51
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +51 -51
  9. package/out/Hook.sol/HookInstance.json +16 -16
  10. package/out/Hook.sol/HookLib.json +16 -16
  11. package/out/Hooks.sol/Hooks.json +96 -96
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +61 -61
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  14. package/out/IBaseWorld.sol/IBaseWorld.json +70 -70
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  16. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  17. package/out/IDelegationControl.sol/IDelegationControl.json +66 -66
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  20. package/out/IStore.sol/IStore.json +4 -4
  21. package/out/IStoreData.sol/IStoreData.json +4 -4
  22. package/out/IStoreHook.sol/IStoreHook.json +4 -4
  23. package/out/IStoreRead.sol/IStoreRead.json +4 -4
  24. package/out/IStoreRegistration.sol/IStoreRegistration.json +4 -4
  25. package/out/IStoreWrite.sol/IStoreWrite.json +4 -4
  26. package/out/ISystemHook.sol/ISystemHook.json +90 -90
  27. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  28. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  29. package/out/IWorldErrors.sol/IWorldErrors.json +150 -150
  30. package/out/IWorldKernel.sol/IWorldCall.json +156 -156
  31. package/out/IWorldKernel.sol/IWorldKernel.json +156 -156
  32. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +156 -156
  33. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +198 -198
  34. package/out/KeysInTable.sol/KeysInTable.json +10684 -10684
  35. package/out/KeysInTableHook.sol/KeysInTableHook.json +879 -879
  36. package/out/KeysInTableModule.sol/KeysInTableModule.json +539 -539
  37. package/out/KeysWithValue.sol/KeysWithValue.json +3844 -3844
  38. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1002 -1002
  39. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +428 -428
  40. package/out/Memory.sol/Memory.json +8 -8
  41. package/out/Module.sol/Module.json +90 -90
  42. package/out/ResourceIds.sol/ResourceIds.json +70 -70
  43. package/out/Schema.sol/SchemaInstance.json +76 -76
  44. package/out/Schema.sol/SchemaLib.json +76 -76
  45. package/out/SchemaType.sol/SchemaType.json +276 -276
  46. package/out/Slice.sol/SliceInstance.json +8 -8
  47. package/out/Slice.sol/SliceLib.json +8 -8
  48. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +305 -305
  49. package/out/Storage.sol/Storage.json +11 -11
  50. package/out/StoreCore.sol/StoreCore.json +59 -59
  51. package/out/StoreCore.sol/StoreCoreInternal.json +59 -59
  52. package/out/StoreHook.sol/StoreHook.json +362 -362
  53. package/out/StoreHooks.sol/StoreHooks.json +97 -97
  54. package/out/StoreSwitch.sol/StoreSwitch.json +16 -16
  55. package/out/System.sol/System.json +35 -35
  56. package/out/Tables.sol/Tables.json +98 -98
  57. package/out/TightCoder.sol/TightCoder.json +128 -128
  58. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +124 -124
  59. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +2002 -2002
  60. package/out/UniqueEntity.sol/UniqueEntity.json +1418 -1418
  61. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +329 -329
  62. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +98 -98
  63. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2738 -2738
  64. package/out/WorldContext.sol/WorldContextConsumer.json +379 -379
  65. package/out/WorldContext.sol/WorldContextProvider.json +379 -379
  66. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  67. package/out/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  68. package/out/constants.sol/LayoutOffsets.json +164 -140
  69. package/out/constants.sol/constants.json +115 -115
  70. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  71. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  72. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  73. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  74. package/out/hasKey.sol/hasKey.json +130 -130
  75. package/out/index.sol/index.json +53 -53
  76. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +139 -139
  77. package/out/leftMask.sol/leftMask.json +61 -61
  78. package/out/query.sol/query.json +1154 -1154
  79. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  80. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  81. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +701 -701
  82. package/out/src/FieldLayout.sol/FieldLayoutLib.json +701 -701
  83. package/out/src/IStore.sol/IStore.json +57 -57
  84. package/out/src/IWorldKernel.sol/IWorldCall.json +157 -157
  85. package/out/src/IWorldKernel.sol/IWorldKernel.json +157 -157
  86. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +157 -157
  87. package/out/src/Memory.sol/Memory.json +93 -93
  88. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  89. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  90. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  91. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  92. package/out/src/Schema.sol/SchemaInstance.json +791 -791
  93. package/out/src/Schema.sol/SchemaLib.json +791 -791
  94. package/out/src/Slice.sol/SliceInstance.json +433 -433
  95. package/out/src/Slice.sol/SliceLib.json +433 -433
  96. package/out/src/StoreCore.sol/StoreCore.json +4471 -4471
  97. package/out/src/StoreCore.sol/StoreCoreInternal.json +4471 -4471
  98. package/out/src/StoreSwitch.sol/StoreSwitch.json +2470 -2470
  99. package/out/src/WorldContext.sol/WorldContextConsumer.json +379 -379
  100. package/out/src/WorldContext.sol/WorldContextProvider.json +379 -379
  101. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +480 -480
  102. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +480 -480
  103. package/out/storeHookTypes.sol/storeHookTypes.json +202 -202
  104. package/out/storeResourceTypes.sol/storeResourceTypes.json +21 -21
  105. package/out/tables/ResourceIds.sol/ResourceIds.json +1762 -1762
  106. package/out/tables/Tables.sol/Tables.json +7304 -7304
  107. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3250 -3250
  108. package/out/types.sol/types.json +39 -39
  109. package/out/version.sol/version.json +12 -12
  110. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  111. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  112. package/package.json +8 -8
@@ -28,7 +28,7 @@
28
28
  "linkReferences": {}
29
29
  },
30
30
  "methodIdentifiers": {},
31
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Static functions for Schema\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":\"SchemaLib\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]}},\"version\":1}",
31
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"SchemaLib_InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"SchemaLib_StaticTypeAfterDynamicType\",\"type\":\"error\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Static functions for Schema\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":\"SchemaLib\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"none\"},\"optimizer\":{\"enabled\":true,\"runs\":3000},\"remappings\":[\":@latticexyz/=node_modules/@latticexyz/\",\":ds-test/=node_modules/ds-test/src/\",\":forge-std/=node_modules/forge-std/src/\"]},\"sources\":{\"/home/runner/work/mud/mud/packages/store/src/Schema.sol\":{\"keccak256\":\"0x07c1468d1776e76c451d7ce1e94509bd02f664f89e6fc98d82925cf06ecce31d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97bababaebe4bd8402fbff2db3395506f5277b8dcc53b88ceb636350f5438e3d\",\"dweb:/ipfs/QmP4dWkucmpgYztjv8HsXy21JqQYYn42nztzDAcSVuHSv1\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]},\"node_modules/@latticexyz/schema-type/src/solidity/SchemaType.sol\":{\"keccak256\":\"0x770eff7a38b9b7b1613dc11ca09db4f28b42a117c9b39b2a06a650a58a250bdb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://39f544110658a53def52c2a4e33b8b158b95a4f14fccea58d5268b6e728d86d4\",\"dweb:/ipfs/QmTesj6tjSFbfAiKUitXapdNYWPStS8bLkB3r22qfyHwUC\"]}},\"version\":1}",
32
32
  "metadata": {
33
33
  "compiler": {
34
34
  "version": "0.8.21+commit.d9974bed"
@@ -92,10 +92,10 @@
92
92
  "license": "MIT"
93
93
  },
94
94
  "/home/runner/work/mud/mud/packages/store/src/constants.sol": {
95
- "keccak256": "0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb",
95
+ "keccak256": "0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076",
96
96
  "urls": [
97
- "bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961",
98
- "dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ"
97
+ "bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793",
98
+ "dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"
99
99
  ],
100
100
  "license": "MIT"
101
101
  },
@@ -115,16 +115,16 @@
115
115
  "id": 3405,
116
116
  "exportedSymbols": {
117
117
  "BYTE_TO_BITS": [
118
- 18141
118
+ 18144
119
119
  ],
120
120
  "LayoutOffsets": [
121
- 18181
121
+ 18191
122
122
  ],
123
123
  "MAX_DYNAMIC_FIELDS": [
124
- 18150
124
+ 18156
125
125
  ],
126
126
  "MAX_TOTAL_FIELDS": [
127
- 18144
127
+ 18148
128
128
  ],
129
129
  "Schema": [
130
130
  2939
@@ -136,10 +136,10 @@
136
136
  3092
137
137
  ],
138
138
  "SchemaType": [
139
- 24274
139
+ 24298
140
140
  ],
141
141
  "WORD_LAST_INDEX": [
142
- 18138
142
+ 18140
143
143
  ]
144
144
  },
145
145
  "nodeType": "SourceUnit",
@@ -166,7 +166,7 @@
166
166
  "file": "@latticexyz/schema-type/src/solidity/SchemaType.sol",
167
167
  "nameLocation": "-1:-1:-1",
168
168
  "scope": 3405,
169
- "sourceUnit": 24316,
169
+ "sourceUnit": 24340,
170
170
  "symbolAliases": [
171
171
  {
172
172
  "foreign": {
@@ -174,7 +174,7 @@
174
174
  "name": "SchemaType",
175
175
  "nodeType": "Identifier",
176
176
  "overloadedDeclarations": [],
177
- "referencedDeclaration": 24274,
177
+ "referencedDeclaration": 24298,
178
178
  "src": "68:10:15",
179
179
  "typeDescriptions": {}
180
180
  },
@@ -192,7 +192,7 @@
192
192
  "file": "./constants.sol",
193
193
  "nameLocation": "-1:-1:-1",
194
194
  "scope": 3405,
195
- "sourceUnit": 18182,
195
+ "sourceUnit": 18192,
196
196
  "symbolAliases": [
197
197
  {
198
198
  "foreign": {
@@ -200,7 +200,7 @@
200
200
  "name": "WORD_LAST_INDEX",
201
201
  "nodeType": "Identifier",
202
202
  "overloadedDeclarations": [],
203
- "referencedDeclaration": 18138,
203
+ "referencedDeclaration": 18140,
204
204
  "src": "151:15:15",
205
205
  "typeDescriptions": {}
206
206
  },
@@ -212,7 +212,7 @@
212
212
  "name": "BYTE_TO_BITS",
213
213
  "nodeType": "Identifier",
214
214
  "overloadedDeclarations": [],
215
- "referencedDeclaration": 18141,
215
+ "referencedDeclaration": 18144,
216
216
  "src": "168:12:15",
217
217
  "typeDescriptions": {}
218
218
  },
@@ -224,7 +224,7 @@
224
224
  "name": "MAX_TOTAL_FIELDS",
225
225
  "nodeType": "Identifier",
226
226
  "overloadedDeclarations": [],
227
- "referencedDeclaration": 18144,
227
+ "referencedDeclaration": 18148,
228
228
  "src": "182:16:15",
229
229
  "typeDescriptions": {}
230
230
  },
@@ -236,7 +236,7 @@
236
236
  "name": "MAX_DYNAMIC_FIELDS",
237
237
  "nodeType": "Identifier",
238
238
  "overloadedDeclarations": [],
239
- "referencedDeclaration": 18150,
239
+ "referencedDeclaration": 18156,
240
240
  "src": "200:18:15",
241
241
  "typeDescriptions": {}
242
242
  },
@@ -248,7 +248,7 @@
248
248
  "name": "LayoutOffsets",
249
249
  "nodeType": "Identifier",
250
250
  "overloadedDeclarations": [],
251
- "referencedDeclaration": 18181,
251
+ "referencedDeclaration": 18191,
252
252
  "src": "220:13:15",
253
253
  "typeDescriptions": {}
254
254
  },
@@ -407,7 +407,7 @@
407
407
  "referencedDeclaration": 2955,
408
408
  "src": "864:7:15",
409
409
  "typeDescriptions": {
410
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
410
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
411
411
  "typeString": "enum SchemaType[] memory"
412
412
  }
413
413
  },
@@ -432,7 +432,7 @@
432
432
  "name": "MAX_TOTAL_FIELDS",
433
433
  "nodeType": "Identifier",
434
434
  "overloadedDeclarations": [],
435
- "referencedDeclaration": 18144,
435
+ "referencedDeclaration": 18148,
436
436
  "src": "881:16:15",
437
437
  "typeDescriptions": {
438
438
  "typeIdentifier": "t_uint256",
@@ -460,7 +460,7 @@
460
460
  "referencedDeclaration": 2955,
461
461
  "src": "930:7:15",
462
462
  "typeDescriptions": {
463
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
463
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
464
464
  "typeString": "enum SchemaType[] memory"
465
465
  }
466
466
  },
@@ -682,7 +682,7 @@
682
682
  "referencedDeclaration": 2955,
683
683
  "src": "1229:7:15",
684
684
  "typeDescriptions": {
685
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
685
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
686
686
  "typeString": "enum SchemaType[] memory"
687
687
  }
688
688
  },
@@ -706,7 +706,7 @@
706
706
  "nodeType": "IndexAccess",
707
707
  "src": "1229:10:15",
708
708
  "typeDescriptions": {
709
- "typeIdentifier": "t_enum$_SchemaType_$24274",
709
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
710
710
  "typeString": "enum SchemaType"
711
711
  }
712
712
  },
@@ -718,10 +718,10 @@
718
718
  "memberLocation": "1240:19:15",
719
719
  "memberName": "getStaticByteLength",
720
720
  "nodeType": "MemberAccess",
721
- "referencedDeclaration": 24315,
721
+ "referencedDeclaration": 24339,
722
722
  "src": "1229:30:15",
723
723
  "typeDescriptions": {
724
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24274_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24274_$",
724
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24298_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24298_$",
725
725
  "typeString": "function (enum SchemaType) pure returns (uint256)"
726
726
  }
727
727
  },
@@ -1025,7 +1025,7 @@
1025
1025
  "referencedDeclaration": 2955,
1026
1026
  "src": "2023:7:15",
1027
1027
  "typeDescriptions": {
1028
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1028
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
1029
1029
  "typeString": "enum SchemaType[] memory"
1030
1030
  }
1031
1031
  },
@@ -1049,7 +1049,7 @@
1049
1049
  "nodeType": "IndexAccess",
1050
1050
  "src": "2023:10:15",
1051
1051
  "typeDescriptions": {
1052
- "typeIdentifier": "t_enum$_SchemaType_$24274",
1052
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
1053
1053
  "typeString": "enum SchemaType"
1054
1054
  }
1055
1055
  }
@@ -1057,7 +1057,7 @@
1057
1057
  "expression": {
1058
1058
  "argumentTypes": [
1059
1059
  {
1060
- "typeIdentifier": "t_enum$_SchemaType_$24274",
1060
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
1061
1061
  "typeString": "enum SchemaType"
1062
1062
  }
1063
1063
  ],
@@ -1137,7 +1137,7 @@
1137
1137
  "name": "WORD_LAST_INDEX",
1138
1138
  "nodeType": "Identifier",
1139
1139
  "overloadedDeclarations": [],
1140
- "referencedDeclaration": 18138,
1140
+ "referencedDeclaration": 18140,
1141
1141
  "src": "2040:15:15",
1142
1142
  "typeDescriptions": {
1143
1143
  "typeIdentifier": "t_uint256",
@@ -1209,7 +1209,7 @@
1209
1209
  "name": "BYTE_TO_BITS",
1210
1210
  "nodeType": "Identifier",
1211
1211
  "overloadedDeclarations": [],
1212
- "referencedDeclaration": 18141,
1212
+ "referencedDeclaration": 18144,
1213
1213
  "src": "2067:12:15",
1214
1214
  "typeDescriptions": {
1215
1215
  "typeIdentifier": "t_uint256",
@@ -1321,7 +1321,7 @@
1321
1321
  "referencedDeclaration": 2955,
1322
1322
  "src": "1176:7:15",
1323
1323
  "typeDescriptions": {
1324
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1324
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
1325
1325
  "typeString": "enum SchemaType[] memory"
1326
1326
  }
1327
1327
  },
@@ -1432,7 +1432,7 @@
1432
1432
  "name": "MAX_DYNAMIC_FIELDS",
1433
1433
  "nodeType": "Identifier",
1434
1434
  "overloadedDeclarations": [],
1435
- "referencedDeclaration": 18150,
1435
+ "referencedDeclaration": 18156,
1436
1436
  "src": "2168:18:15",
1437
1437
  "typeDescriptions": {
1438
1438
  "typeIdentifier": "t_uint256",
@@ -1585,7 +1585,7 @@
1585
1585
  "referencedDeclaration": 2955,
1586
1586
  "src": "2333:7:15",
1587
1587
  "typeDescriptions": {
1588
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
1588
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
1589
1589
  "typeString": "enum SchemaType[] memory"
1590
1590
  }
1591
1591
  },
@@ -1686,10 +1686,10 @@
1686
1686
  "name": "LayoutOffsets",
1687
1687
  "nodeType": "Identifier",
1688
1688
  "overloadedDeclarations": [],
1689
- "referencedDeclaration": 18181,
1689
+ "referencedDeclaration": 18191,
1690
1690
  "src": "2636:13:15",
1691
1691
  "typeDescriptions": {
1692
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1692
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1693
1693
  "typeString": "type(library LayoutOffsets)"
1694
1694
  }
1695
1695
  },
@@ -1701,7 +1701,7 @@
1701
1701
  "memberLocation": "2650:12:15",
1702
1702
  "memberName": "TOTAL_LENGTH",
1703
1703
  "nodeType": "MemberAccess",
1704
- "referencedDeclaration": 18158,
1704
+ "referencedDeclaration": 18166,
1705
1705
  "src": "2636:26:15",
1706
1706
  "typeDescriptions": {
1707
1707
  "typeIdentifier": "t_uint256",
@@ -1775,10 +1775,10 @@
1775
1775
  "name": "LayoutOffsets",
1776
1776
  "nodeType": "Identifier",
1777
1777
  "overloadedDeclarations": [],
1778
- "referencedDeclaration": 18181,
1778
+ "referencedDeclaration": 18191,
1779
1779
  "src": "2694:13:15",
1780
1780
  "typeDescriptions": {
1781
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1781
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1782
1782
  "typeString": "type(library LayoutOffsets)"
1783
1783
  }
1784
1784
  },
@@ -1790,7 +1790,7 @@
1790
1790
  "memberLocation": "2708:17:15",
1791
1791
  "memberName": "NUM_STATIC_FIELDS",
1792
1792
  "nodeType": "MemberAccess",
1793
- "referencedDeclaration": 18168,
1793
+ "referencedDeclaration": 18177,
1794
1794
  "src": "2694:31:15",
1795
1795
  "typeDescriptions": {
1796
1796
  "typeIdentifier": "t_uint256",
@@ -1864,10 +1864,10 @@
1864
1864
  "name": "LayoutOffsets",
1865
1865
  "nodeType": "Identifier",
1866
1866
  "overloadedDeclarations": [],
1867
- "referencedDeclaration": 18181,
1867
+ "referencedDeclaration": 18191,
1868
1868
  "src": "2758:13:15",
1869
1869
  "typeDescriptions": {
1870
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1870
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1871
1871
  "typeString": "type(library LayoutOffsets)"
1872
1872
  }
1873
1873
  },
@@ -1879,7 +1879,7 @@
1879
1879
  "memberLocation": "2772:18:15",
1880
1880
  "memberName": "NUM_DYNAMIC_FIELDS",
1881
1881
  "nodeType": "MemberAccess",
1882
- "referencedDeclaration": 18180,
1882
+ "referencedDeclaration": 18190,
1883
1883
  "src": "2758:32:15",
1884
1884
  "typeDescriptions": {
1885
1885
  "typeIdentifier": "t_uint256",
@@ -2046,7 +2046,7 @@
2046
2046
  "stateVariable": false,
2047
2047
  "storageLocation": "memory",
2048
2048
  "typeDescriptions": {
2049
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_memory_ptr",
2049
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_memory_ptr",
2050
2050
  "typeString": "enum SchemaType[]"
2051
2051
  },
2052
2052
  "typeName": {
@@ -2060,13 +2060,13 @@
2060
2060
  "794:10:15"
2061
2061
  ],
2062
2062
  "nodeType": "IdentifierPath",
2063
- "referencedDeclaration": 24274,
2063
+ "referencedDeclaration": 24298,
2064
2064
  "src": "794:10:15"
2065
2065
  },
2066
- "referencedDeclaration": 24274,
2066
+ "referencedDeclaration": 24298,
2067
2067
  "src": "794:10:15",
2068
2068
  "typeDescriptions": {
2069
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2069
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2070
2070
  "typeString": "enum SchemaType"
2071
2071
  }
2072
2072
  },
@@ -2074,7 +2074,7 @@
2074
2074
  "nodeType": "ArrayTypeName",
2075
2075
  "src": "794:12:15",
2076
2076
  "typeDescriptions": {
2077
- "typeIdentifier": "t_array$_t_enum$_SchemaType_$24274_$dyn_storage_ptr",
2077
+ "typeIdentifier": "t_array$_t_enum$_SchemaType_$24298_$dyn_storage_ptr",
2078
2078
  "typeString": "enum SchemaType[]"
2079
2079
  }
2080
2080
  },
@@ -2301,10 +2301,10 @@
2301
2301
  "name": "LayoutOffsets",
2302
2302
  "nodeType": "Identifier",
2303
2303
  "overloadedDeclarations": [],
2304
- "referencedDeclaration": 18181,
2304
+ "referencedDeclaration": 18191,
2305
2305
  "src": "3101:13:15",
2306
2306
  "typeDescriptions": {
2307
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
2307
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
2308
2308
  "typeString": "type(library LayoutOffsets)"
2309
2309
  }
2310
2310
  },
@@ -2316,7 +2316,7 @@
2316
2316
  "memberLocation": "3115:12:15",
2317
2317
  "memberName": "TOTAL_LENGTH",
2318
2318
  "nodeType": "MemberAccess",
2319
- "referencedDeclaration": 18158,
2319
+ "referencedDeclaration": 18166,
2320
2320
  "src": "3101:26:15",
2321
2321
  "typeDescriptions": {
2322
2322
  "typeIdentifier": "t_uint256",
@@ -2594,7 +2594,7 @@
2594
2594
  "name": "WORD_LAST_INDEX",
2595
2595
  "nodeType": "Identifier",
2596
2596
  "overloadedDeclarations": [],
2597
- "referencedDeclaration": 18138,
2597
+ "referencedDeclaration": 18140,
2598
2598
  "src": "3378:15:15",
2599
2599
  "typeDescriptions": {
2600
2600
  "typeIdentifier": "t_uint256",
@@ -2758,10 +2758,10 @@
2758
2758
  "name": "SchemaType",
2759
2759
  "nodeType": "Identifier",
2760
2760
  "overloadedDeclarations": [],
2761
- "referencedDeclaration": 24274,
2761
+ "referencedDeclaration": 24298,
2762
2762
  "src": "3331:10:15",
2763
2763
  "typeDescriptions": {
2764
- "typeIdentifier": "t_type$_t_enum$_SchemaType_$24274_$",
2764
+ "typeIdentifier": "t_type$_t_enum$_SchemaType_$24298_$",
2765
2765
  "typeString": "type(enum SchemaType)"
2766
2766
  }
2767
2767
  },
@@ -2777,7 +2777,7 @@
2777
2777
  "src": "3331:82:15",
2778
2778
  "tryCall": false,
2779
2779
  "typeDescriptions": {
2780
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2780
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2781
2781
  "typeString": "enum SchemaType"
2782
2782
  }
2783
2783
  },
@@ -2888,7 +2888,7 @@
2888
2888
  "stateVariable": false,
2889
2889
  "storageLocation": "default",
2890
2890
  "typeDescriptions": {
2891
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2891
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2892
2892
  "typeString": "enum SchemaType"
2893
2893
  },
2894
2894
  "typeName": {
@@ -2901,13 +2901,13 @@
2901
2901
  "3288:10:15"
2902
2902
  ],
2903
2903
  "nodeType": "IdentifierPath",
2904
- "referencedDeclaration": 24274,
2904
+ "referencedDeclaration": 24298,
2905
2905
  "src": "3288:10:15"
2906
2906
  },
2907
- "referencedDeclaration": 24274,
2907
+ "referencedDeclaration": 24298,
2908
2908
  "src": "3288:10:15",
2909
2909
  "typeDescriptions": {
2910
- "typeIdentifier": "t_enum$_SchemaType_$24274",
2910
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
2911
2911
  "typeString": "enum SchemaType"
2912
2912
  }
2913
2913
  },
@@ -3045,10 +3045,10 @@
3045
3045
  "name": "LayoutOffsets",
3046
3046
  "nodeType": "Identifier",
3047
3047
  "overloadedDeclarations": [],
3048
- "referencedDeclaration": 18181,
3048
+ "referencedDeclaration": 18191,
3049
3049
  "src": "3617:13:15",
3050
3050
  "typeDescriptions": {
3051
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3051
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3052
3052
  "typeString": "type(library LayoutOffsets)"
3053
3053
  }
3054
3054
  },
@@ -3060,7 +3060,7 @@
3060
3060
  "memberLocation": "3631:17:15",
3061
3061
  "memberName": "NUM_STATIC_FIELDS",
3062
3062
  "nodeType": "MemberAccess",
3063
- "referencedDeclaration": 18168,
3063
+ "referencedDeclaration": 18177,
3064
3064
  "src": "3617:31:15",
3065
3065
  "typeDescriptions": {
3066
3066
  "typeIdentifier": "t_uint256",
@@ -3341,10 +3341,10 @@
3341
3341
  "name": "LayoutOffsets",
3342
3342
  "nodeType": "Identifier",
3343
3343
  "overloadedDeclarations": [],
3344
- "referencedDeclaration": 18181,
3344
+ "referencedDeclaration": 18191,
3345
3345
  "src": "3856:13:15",
3346
3346
  "typeDescriptions": {
3347
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3347
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3348
3348
  "typeString": "type(library LayoutOffsets)"
3349
3349
  }
3350
3350
  },
@@ -3356,7 +3356,7 @@
3356
3356
  "memberLocation": "3870:18:15",
3357
3357
  "memberName": "NUM_DYNAMIC_FIELDS",
3358
3358
  "nodeType": "MemberAccess",
3359
- "referencedDeclaration": 18180,
3359
+ "referencedDeclaration": 18190,
3360
3360
  "src": "3856:32:15",
3361
3361
  "typeDescriptions": {
3362
3362
  "typeIdentifier": "t_uint256",
@@ -3652,10 +3652,10 @@
3652
3652
  "name": "LayoutOffsets",
3653
3653
  "nodeType": "Identifier",
3654
3654
  "overloadedDeclarations": [],
3655
- "referencedDeclaration": 18181,
3655
+ "referencedDeclaration": 18191,
3656
3656
  "src": "4106:13:15",
3657
3657
  "typeDescriptions": {
3658
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3658
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3659
3659
  "typeString": "type(library LayoutOffsets)"
3660
3660
  }
3661
3661
  },
@@ -3667,7 +3667,7 @@
3667
3667
  "memberLocation": "4120:17:15",
3668
3668
  "memberName": "NUM_STATIC_FIELDS",
3669
3669
  "nodeType": "MemberAccess",
3670
- "referencedDeclaration": 18168,
3670
+ "referencedDeclaration": 18177,
3671
3671
  "src": "4106:31:15",
3672
3672
  "typeDescriptions": {
3673
3673
  "typeIdentifier": "t_uint256",
@@ -3837,10 +3837,10 @@
3837
3837
  "name": "LayoutOffsets",
3838
3838
  "nodeType": "Identifier",
3839
3839
  "overloadedDeclarations": [],
3840
- "referencedDeclaration": 18181,
3840
+ "referencedDeclaration": 18191,
3841
3841
  "src": "4183:13:15",
3842
3842
  "typeDescriptions": {
3843
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3843
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3844
3844
  "typeString": "type(library LayoutOffsets)"
3845
3845
  }
3846
3846
  },
@@ -3852,7 +3852,7 @@
3852
3852
  "memberLocation": "4197:18:15",
3853
3853
  "memberName": "NUM_DYNAMIC_FIELDS",
3854
3854
  "nodeType": "MemberAccess",
3855
- "referencedDeclaration": 18180,
3855
+ "referencedDeclaration": 18190,
3856
3856
  "src": "4183:32:15",
3857
3857
  "typeDescriptions": {
3858
3858
  "typeIdentifier": "t_uint256",
@@ -4569,7 +4569,7 @@
4569
4569
  "name": "MAX_DYNAMIC_FIELDS",
4570
4570
  "nodeType": "Identifier",
4571
4571
  "overloadedDeclarations": [],
4572
- "referencedDeclaration": 18150,
4572
+ "referencedDeclaration": 18156,
4573
4573
  "src": "4729:18:15",
4574
4574
  "typeDescriptions": {
4575
4575
  "typeIdentifier": "t_uint256",
@@ -4849,7 +4849,7 @@
4849
4849
  "name": "MAX_TOTAL_FIELDS",
4850
4850
  "nodeType": "Identifier",
4851
4851
  "overloadedDeclarations": [],
4852
- "referencedDeclaration": 18144,
4852
+ "referencedDeclaration": 18148,
4853
4853
  "src": "5026:16:15",
4854
4854
  "typeDescriptions": {
4855
4855
  "typeIdentifier": "t_uint256",
@@ -5076,7 +5076,7 @@
5076
5076
  "referencedDeclaration": 3150,
5077
5077
  "src": "5274:14:15",
5078
5078
  "typeDescriptions": {
5079
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24274_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5079
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Schema_$2939_$_t_uint256_$returns$_t_enum$_SchemaType_$24298_$attached_to$_t_userDefinedValueType$_Schema_$2939_$",
5080
5080
  "typeString": "function (Schema,uint256) pure returns (enum SchemaType)"
5081
5081
  }
5082
5082
  },
@@ -5092,7 +5092,7 @@
5092
5092
  "src": "5274:17:15",
5093
5093
  "tryCall": false,
5094
5094
  "typeDescriptions": {
5095
- "typeIdentifier": "t_enum$_SchemaType_$24274",
5095
+ "typeIdentifier": "t_enum$_SchemaType_$24298",
5096
5096
  "typeString": "enum SchemaType"
5097
5097
  }
5098
5098
  },
@@ -5104,10 +5104,10 @@
5104
5104
  "memberLocation": "5292:19:15",
5105
5105
  "memberName": "getStaticByteLength",
5106
5106
  "nodeType": "MemberAccess",
5107
- "referencedDeclaration": 24315,
5107
+ "referencedDeclaration": 24339,
5108
5108
  "src": "5274:37:15",
5109
5109
  "typeDescriptions": {
5110
- "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24274_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24274_$",
5110
+ "typeIdentifier": "t_function_internal_pure$_t_enum$_SchemaType_$24298_$returns$_t_uint256_$attached_to$_t_enum$_SchemaType_$24298_$",
5111
5111
  "typeString": "function (enum SchemaType) pure returns (uint256)"
5112
5112
  }
5113
5113
  },