@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
@@ -11,7 +11,7 @@
11
11
  "linkReferences": {}
12
12
  },
13
13
  "methodIdentifiers": {},
14
- "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Instance functions for FieldLayout\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/FieldLayout.sol\":\"FieldLayoutInstance\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961\",\"dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ\"]}},\"version\":1}",
14
+ "rawMetadata": "{\"compiler\":{\"version\":\"0.8.21+commit.d9974bed\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"notice\":\"Instance functions for FieldLayout\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"/home/runner/work/mud/mud/packages/store/src/FieldLayout.sol\":\"FieldLayoutInstance\"},\"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/FieldLayout.sol\":{\"keccak256\":\"0xadb7ac513012e59b66ca70b786eec1465f6b44ae268765de6d8ae1f1a9531192\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://aa59a7d190154d7eba8fa6b5f0c6e5477f434a217f0e353c3b158a3c25895057\",\"dweb:/ipfs/QmeWTCwGJwZjjYYKdaSSWa1rzc4Uo4YXMUDotTQfdSCtRD\"]},\"/home/runner/work/mud/mud/packages/store/src/constants.sol\":{\"keccak256\":\"0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793\",\"dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC\"]}},\"version\":1}",
15
15
  "metadata": {
16
16
  "compiler": {
17
17
  "version": "0.8.21+commit.d9974bed"
@@ -58,10 +58,10 @@
58
58
  "license": "MIT"
59
59
  },
60
60
  "/home/runner/work/mud/mud/packages/store/src/constants.sol": {
61
- "keccak256": "0x3826d50fae1df0e69313e5f52c235e860a8c9ff2623a5e0ae3fd0438cfa557fb",
61
+ "keccak256": "0x9e37c64c119ef07ad914bc589ee3f6d67946ab95877978c1ee3e2c1ffae07076",
62
62
  "urls": [
63
- "bzz-raw://91806d1fe0ffa80ca861bd8eb7251911e523d0bbf72858300f0119ef12ae2961",
64
- "dweb:/ipfs/QmbPcr8eu32qhBwYfYem9nZ549BNc7Zjyc4VkYjFnM8nyQ"
63
+ "bzz-raw://3fad47e542025382aa28e8171253e34f93b2f149434b67a26989542d70218793",
64
+ "dweb:/ipfs/QmW6JsKNwPc6oAMrgcikgR2EPwMUtQANiuZSQSGCd29HHC"
65
65
  ],
66
66
  "license": "MIT"
67
67
  }
@@ -73,7 +73,7 @@
73
73
  "id": 1227,
74
74
  "exportedSymbols": {
75
75
  "BYTE_TO_BITS": [
76
- 18141
76
+ 18144
77
77
  ],
78
78
  "FieldLayout": [
79
79
  808
@@ -85,19 +85,19 @@
85
85
  953
86
86
  ],
87
87
  "LayoutOffsets": [
88
- 18181
88
+ 18191
89
89
  ],
90
90
  "MAX_DYNAMIC_FIELDS": [
91
- 18150
91
+ 18156
92
92
  ],
93
93
  "MAX_TOTAL_FIELDS": [
94
- 18144
94
+ 18148
95
95
  ],
96
96
  "WORD_LAST_INDEX": [
97
- 18138
97
+ 18140
98
98
  ],
99
99
  "WORD_SIZE": [
100
- 18135
100
+ 18136
101
101
  ]
102
102
  },
103
103
  "nodeType": "SourceUnit",
@@ -124,7 +124,7 @@
124
124
  "file": "./constants.sol",
125
125
  "nameLocation": "-1:-1:-1",
126
126
  "scope": 1227,
127
- "sourceUnit": 18182,
127
+ "sourceUnit": 18192,
128
128
  "symbolAliases": [
129
129
  {
130
130
  "foreign": {
@@ -132,7 +132,7 @@
132
132
  "name": "WORD_SIZE",
133
133
  "nodeType": "Identifier",
134
134
  "overloadedDeclarations": [],
135
- "referencedDeclaration": 18135,
135
+ "referencedDeclaration": 18136,
136
136
  "src": "68:9:1",
137
137
  "typeDescriptions": {}
138
138
  },
@@ -144,7 +144,7 @@
144
144
  "name": "WORD_LAST_INDEX",
145
145
  "nodeType": "Identifier",
146
146
  "overloadedDeclarations": [],
147
- "referencedDeclaration": 18138,
147
+ "referencedDeclaration": 18140,
148
148
  "src": "79:15:1",
149
149
  "typeDescriptions": {}
150
150
  },
@@ -156,7 +156,7 @@
156
156
  "name": "BYTE_TO_BITS",
157
157
  "nodeType": "Identifier",
158
158
  "overloadedDeclarations": [],
159
- "referencedDeclaration": 18141,
159
+ "referencedDeclaration": 18144,
160
160
  "src": "96:12:1",
161
161
  "typeDescriptions": {}
162
162
  },
@@ -168,7 +168,7 @@
168
168
  "name": "MAX_TOTAL_FIELDS",
169
169
  "nodeType": "Identifier",
170
170
  "overloadedDeclarations": [],
171
- "referencedDeclaration": 18144,
171
+ "referencedDeclaration": 18148,
172
172
  "src": "110:16:1",
173
173
  "typeDescriptions": {}
174
174
  },
@@ -180,7 +180,7 @@
180
180
  "name": "MAX_DYNAMIC_FIELDS",
181
181
  "nodeType": "Identifier",
182
182
  "overloadedDeclarations": [],
183
- "referencedDeclaration": 18150,
183
+ "referencedDeclaration": 18156,
184
184
  "src": "128:18:1",
185
185
  "typeDescriptions": {}
186
186
  },
@@ -192,7 +192,7 @@
192
192
  "name": "LayoutOffsets",
193
193
  "nodeType": "Identifier",
194
194
  "overloadedDeclarations": [],
195
- "referencedDeclaration": 18181,
195
+ "referencedDeclaration": 18191,
196
196
  "src": "148:13:1",
197
197
  "typeDescriptions": {}
198
198
  },
@@ -544,7 +544,7 @@
544
544
  "name": "MAX_TOTAL_FIELDS",
545
545
  "nodeType": "Identifier",
546
546
  "overloadedDeclarations": [],
547
- "referencedDeclaration": 18144,
547
+ "referencedDeclaration": 18148,
548
548
  "src": "1086:16:1",
549
549
  "typeDescriptions": {
550
550
  "typeIdentifier": "t_uint256",
@@ -645,7 +645,7 @@
645
645
  "name": "MAX_DYNAMIC_FIELDS",
646
646
  "nodeType": "Identifier",
647
647
  "overloadedDeclarations": [],
648
- "referencedDeclaration": 18150,
648
+ "referencedDeclaration": 18156,
649
649
  "src": "1181:18:1",
650
650
  "typeDescriptions": {
651
651
  "typeIdentifier": "t_uint256",
@@ -873,7 +873,7 @@
873
873
  "name": "WORD_SIZE",
874
874
  "nodeType": "Identifier",
875
875
  "overloadedDeclarations": [],
876
- "referencedDeclaration": 18135,
876
+ "referencedDeclaration": 18136,
877
877
  "src": "1579:9:1",
878
878
  "typeDescriptions": {
879
879
  "typeIdentifier": "t_uint256",
@@ -1182,7 +1182,7 @@
1182
1182
  "name": "WORD_LAST_INDEX",
1183
1183
  "nodeType": "Identifier",
1184
1184
  "overloadedDeclarations": [],
1185
- "referencedDeclaration": 18138,
1185
+ "referencedDeclaration": 18140,
1186
1186
  "src": "2052:15:1",
1187
1187
  "typeDescriptions": {
1188
1188
  "typeIdentifier": "t_uint256",
@@ -1254,7 +1254,7 @@
1254
1254
  "name": "BYTE_TO_BITS",
1255
1255
  "nodeType": "Identifier",
1256
1256
  "overloadedDeclarations": [],
1257
- "referencedDeclaration": 18141,
1257
+ "referencedDeclaration": 18144,
1258
1258
  "src": "2079:12:1",
1259
1259
  "typeDescriptions": {
1260
1260
  "typeIdentifier": "t_uint256",
@@ -1498,10 +1498,10 @@
1498
1498
  "name": "LayoutOffsets",
1499
1499
  "nodeType": "Identifier",
1500
1500
  "overloadedDeclarations": [],
1501
- "referencedDeclaration": 18181,
1501
+ "referencedDeclaration": 18191,
1502
1502
  "src": "2391:13:1",
1503
1503
  "typeDescriptions": {
1504
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1504
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1505
1505
  "typeString": "type(library LayoutOffsets)"
1506
1506
  }
1507
1507
  },
@@ -1513,7 +1513,7 @@
1513
1513
  "memberLocation": "2405:12:1",
1514
1514
  "memberName": "TOTAL_LENGTH",
1515
1515
  "nodeType": "MemberAccess",
1516
- "referencedDeclaration": 18158,
1516
+ "referencedDeclaration": 18166,
1517
1517
  "src": "2391:26:1",
1518
1518
  "typeDescriptions": {
1519
1519
  "typeIdentifier": "t_uint256",
@@ -1602,10 +1602,10 @@
1602
1602
  "name": "LayoutOffsets",
1603
1603
  "nodeType": "Identifier",
1604
1604
  "overloadedDeclarations": [],
1605
- "referencedDeclaration": 18181,
1605
+ "referencedDeclaration": 18191,
1606
1606
  "src": "2462:13:1",
1607
1607
  "typeDescriptions": {
1608
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1608
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1609
1609
  "typeString": "type(library LayoutOffsets)"
1610
1610
  }
1611
1611
  },
@@ -1617,7 +1617,7 @@
1617
1617
  "memberLocation": "2476:17:1",
1618
1618
  "memberName": "NUM_STATIC_FIELDS",
1619
1619
  "nodeType": "MemberAccess",
1620
- "referencedDeclaration": 18168,
1620
+ "referencedDeclaration": 18177,
1621
1621
  "src": "2462:31:1",
1622
1622
  "typeDescriptions": {
1623
1623
  "typeIdentifier": "t_uint256",
@@ -1691,10 +1691,10 @@
1691
1691
  "name": "LayoutOffsets",
1692
1692
  "nodeType": "Identifier",
1693
1693
  "overloadedDeclarations": [],
1694
- "referencedDeclaration": 18181,
1694
+ "referencedDeclaration": 18191,
1695
1695
  "src": "2534:13:1",
1696
1696
  "typeDescriptions": {
1697
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
1697
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
1698
1698
  "typeString": "type(library LayoutOffsets)"
1699
1699
  }
1700
1700
  },
@@ -1706,7 +1706,7 @@
1706
1706
  "memberLocation": "2548:18:1",
1707
1707
  "memberName": "NUM_DYNAMIC_FIELDS",
1708
1708
  "nodeType": "MemberAccess",
1709
- "referencedDeclaration": 18180,
1709
+ "referencedDeclaration": 18190,
1710
1710
  "src": "2534:32:1",
1711
1711
  "typeDescriptions": {
1712
1712
  "typeIdentifier": "t_uint256",
@@ -2169,7 +2169,7 @@
2169
2169
  "name": "WORD_LAST_INDEX",
2170
2170
  "nodeType": "Identifier",
2171
2171
  "overloadedDeclarations": [],
2172
- "referencedDeclaration": 18138,
2172
+ "referencedDeclaration": 18140,
2173
2173
  "src": "2929:15:1",
2174
2174
  "typeDescriptions": {
2175
2175
  "typeIdentifier": "t_uint256",
@@ -2241,7 +2241,7 @@
2241
2241
  "name": "BYTE_TO_BITS",
2242
2242
  "nodeType": "Identifier",
2243
2243
  "overloadedDeclarations": [],
2244
- "referencedDeclaration": 18141,
2244
+ "referencedDeclaration": 18144,
2245
2245
  "src": "2960:12:1",
2246
2246
  "typeDescriptions": {
2247
2247
  "typeIdentifier": "t_uint256",
@@ -2586,10 +2586,10 @@
2586
2586
  "name": "LayoutOffsets",
2587
2587
  "nodeType": "Identifier",
2588
2588
  "overloadedDeclarations": [],
2589
- "referencedDeclaration": 18181,
2589
+ "referencedDeclaration": 18191,
2590
2590
  "src": "3206:13:1",
2591
2591
  "typeDescriptions": {
2592
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
2592
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
2593
2593
  "typeString": "type(library LayoutOffsets)"
2594
2594
  }
2595
2595
  },
@@ -2601,7 +2601,7 @@
2601
2601
  "memberLocation": "3220:12:1",
2602
2602
  "memberName": "TOTAL_LENGTH",
2603
2603
  "nodeType": "MemberAccess",
2604
- "referencedDeclaration": 18158,
2604
+ "referencedDeclaration": 18166,
2605
2605
  "src": "3206:26:1",
2606
2606
  "typeDescriptions": {
2607
2607
  "typeIdentifier": "t_uint256",
@@ -2839,10 +2839,10 @@
2839
2839
  "name": "LayoutOffsets",
2840
2840
  "nodeType": "Identifier",
2841
2841
  "overloadedDeclarations": [],
2842
- "referencedDeclaration": 18181,
2842
+ "referencedDeclaration": 18191,
2843
2843
  "src": "3445:13:1",
2844
2844
  "typeDescriptions": {
2845
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
2845
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
2846
2846
  "typeString": "type(library LayoutOffsets)"
2847
2847
  }
2848
2848
  },
@@ -2854,7 +2854,7 @@
2854
2854
  "memberLocation": "3459:17:1",
2855
2855
  "memberName": "NUM_STATIC_FIELDS",
2856
2856
  "nodeType": "MemberAccess",
2857
- "referencedDeclaration": 18168,
2857
+ "referencedDeclaration": 18177,
2858
2858
  "src": "3445:31:1",
2859
2859
  "typeDescriptions": {
2860
2860
  "typeIdentifier": "t_uint256",
@@ -3135,10 +3135,10 @@
3135
3135
  "name": "LayoutOffsets",
3136
3136
  "nodeType": "Identifier",
3137
3137
  "overloadedDeclarations": [],
3138
- "referencedDeclaration": 18181,
3138
+ "referencedDeclaration": 18191,
3139
3139
  "src": "3699:13:1",
3140
3140
  "typeDescriptions": {
3141
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3141
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3142
3142
  "typeString": "type(library LayoutOffsets)"
3143
3143
  }
3144
3144
  },
@@ -3150,7 +3150,7 @@
3150
3150
  "memberLocation": "3713:18:1",
3151
3151
  "memberName": "NUM_DYNAMIC_FIELDS",
3152
3152
  "nodeType": "MemberAccess",
3153
- "referencedDeclaration": 18180,
3153
+ "referencedDeclaration": 18190,
3154
3154
  "src": "3699:32:1",
3155
3155
  "typeDescriptions": {
3156
3156
  "typeIdentifier": "t_uint256",
@@ -3446,10 +3446,10 @@
3446
3446
  "name": "LayoutOffsets",
3447
3447
  "nodeType": "Identifier",
3448
3448
  "overloadedDeclarations": [],
3449
- "referencedDeclaration": 18181,
3449
+ "referencedDeclaration": 18191,
3450
3450
  "src": "3964:13:1",
3451
3451
  "typeDescriptions": {
3452
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3452
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3453
3453
  "typeString": "type(library LayoutOffsets)"
3454
3454
  }
3455
3455
  },
@@ -3461,7 +3461,7 @@
3461
3461
  "memberLocation": "3978:17:1",
3462
3462
  "memberName": "NUM_STATIC_FIELDS",
3463
3463
  "nodeType": "MemberAccess",
3464
- "referencedDeclaration": 18168,
3464
+ "referencedDeclaration": 18177,
3465
3465
  "src": "3964:31:1",
3466
3466
  "typeDescriptions": {
3467
3467
  "typeIdentifier": "t_uint256",
@@ -3631,10 +3631,10 @@
3631
3631
  "name": "LayoutOffsets",
3632
3632
  "nodeType": "Identifier",
3633
3633
  "overloadedDeclarations": [],
3634
- "referencedDeclaration": 18181,
3634
+ "referencedDeclaration": 18191,
3635
3635
  "src": "4046:13:1",
3636
3636
  "typeDescriptions": {
3637
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18181_$",
3637
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$18191_$",
3638
3638
  "typeString": "type(library LayoutOffsets)"
3639
3639
  }
3640
3640
  },
@@ -3646,7 +3646,7 @@
3646
3646
  "memberLocation": "4060:18:1",
3647
3647
  "memberName": "NUM_DYNAMIC_FIELDS",
3648
3648
  "nodeType": "MemberAccess",
3649
- "referencedDeclaration": 18180,
3649
+ "referencedDeclaration": 18190,
3650
3650
  "src": "4046:32:1",
3651
3651
  "typeDescriptions": {
3652
3652
  "typeIdentifier": "t_uint256",
@@ -4363,7 +4363,7 @@
4363
4363
  "name": "MAX_DYNAMIC_FIELDS",
4364
4364
  "nodeType": "Identifier",
4365
4365
  "overloadedDeclarations": [],
4366
- "referencedDeclaration": 18150,
4366
+ "referencedDeclaration": 18156,
4367
4367
  "src": "4652:18:1",
4368
4368
  "typeDescriptions": {
4369
4369
  "typeIdentifier": "t_uint256",
@@ -4643,7 +4643,7 @@
4643
4643
  "name": "MAX_TOTAL_FIELDS",
4644
4644
  "nodeType": "Identifier",
4645
4645
  "overloadedDeclarations": [],
4646
- "referencedDeclaration": 18144,
4646
+ "referencedDeclaration": 18148,
4647
4647
  "src": "4969:16:1",
4648
4648
  "typeDescriptions": {
4649
4649
  "typeIdentifier": "t_uint256",
@@ -4915,7 +4915,7 @@
4915
4915
  "name": "WORD_SIZE",
4916
4916
  "nodeType": "Identifier",
4917
4917
  "overloadedDeclarations": [],
4918
- "referencedDeclaration": 18135,
4918
+ "referencedDeclaration": 18136,
4919
4919
  "src": "5334:9:1",
4920
4920
  "typeDescriptions": {
4921
4921
  "typeIdentifier": "t_uint256",