@latticexyz/world-modules 2.0.0-main-071aadb9 → 2.0.0-main-88b1a5a1

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 +215 -215
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2599 -2599
  4. package/out/DecodeSlice.sol/DecodeSlice.json +3250 -3250
  5. package/out/DelegationControl.sol/DelegationControl.json +94 -94
  6. package/out/EncodeArray.sol/EncodeArray.json +3345 -3345
  7. package/out/FieldLayout.sol/FieldLayoutInstance.json +47 -47
  8. package/out/FieldLayout.sol/FieldLayoutLib.json +47 -47
  9. package/out/Hook.sol/HookInstance.json +13 -13
  10. package/out/Hook.sol/HookLib.json +13 -13
  11. package/out/Hooks.sol/Hooks.json +3393 -3393
  12. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +58 -58
  13. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +54 -54
  14. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  15. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +52 -52
  16. package/out/ICoreSystem.sol/ICoreSystem.json +7 -7
  17. package/out/IDelegationControl.sol/IDelegationControl.json +62 -62
  18. package/out/IModule.sol/IModule.json +78 -78
  19. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +28 -28
  20. package/out/ISystemHook.sol/ISystemHook.json +86 -86
  21. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  22. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +71 -71
  23. package/out/IWorldErrors.sol/IWorldErrors.json +152 -152
  24. package/out/IWorldKernel.sol/IWorldCall.json +154 -154
  25. package/out/IWorldKernel.sol/IWorldKernel.json +154 -154
  26. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +154 -154
  27. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +190 -190
  28. package/out/KeysInTable.sol/KeysInTable.json +10672 -10672
  29. package/out/KeysInTableHook.sol/KeysInTableHook.json +867 -867
  30. package/out/KeysInTableModule.sol/KeysInTableModule.json +538 -538
  31. package/out/KeysWithValue.sol/KeysWithValue.json +3832 -3832
  32. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +993 -993
  33. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +426 -426
  34. package/out/Memory.sol/Memory.json +4 -4
  35. package/out/Module.sol/Module.json +84 -84
  36. package/out/ResourceIds.sol/ResourceIds.json +1363 -1363
  37. package/out/Schema.sol/SchemaInstance.json +72 -72
  38. package/out/Schema.sol/SchemaLib.json +72 -72
  39. package/out/SchemaType.sol/SchemaType.json +276 -276
  40. package/out/Slice.sol/SliceInstance.json +4 -4
  41. package/out/Slice.sol/SliceLib.json +4 -4
  42. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +303 -303
  43. package/out/Storage.sol/Storage.json +7 -7
  44. package/out/StoreCore.sol/StoreCore.json +708 -737
  45. package/out/StoreCore.sol/StoreCoreInternal.json +710 -739
  46. package/out/StoreHook.sol/StoreHook.json +368 -368
  47. package/out/StoreHooks.sol/StoreHooks.json +3232 -3232
  48. package/out/StoreSwitch.sol/StoreSwitch.json +1885 -1885
  49. package/out/System.sol/System.json +31 -31
  50. package/out/Tables.sol/Tables.json +5585 -5585
  51. package/out/TightCoder.sol/TightCoder.json +124 -124
  52. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +119 -119
  53. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1990 -1990
  54. package/out/UniqueEntity.sol/UniqueEntity.json +1406 -1406
  55. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +327 -327
  56. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +93 -93
  57. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2727 -2727
  58. package/out/WorldContext.sol/WorldContextConsumer.json +1380 -988
  59. package/out/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1381 -989
  60. package/out/WorldContext.sol/WorldContextProviderLib.json +3910 -0
  61. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  62. package/out/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  63. package/out/constants.sol/LayoutOffsets.json +79 -79
  64. package/out/constants.sol/constants.json +115 -115
  65. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  66. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  67. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  68. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  69. package/out/hasKey.sol/hasKey.json +130 -130
  70. package/out/index.sol/index.json +53 -53
  71. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +131 -131
  72. package/out/leftMask.sol/leftMask.json +31 -31
  73. package/out/query.sol/query.json +1154 -1154
  74. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  75. package/out/src/Bytes.sol/Bytes.json +1338 -1338
  76. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +698 -698
  77. package/out/src/FieldLayout.sol/FieldLayoutLib.json +698 -698
  78. package/out/src/IStore.sol/IStore.json +53 -53
  79. package/out/src/IWorldKernel.sol/IWorldCall.json +153 -153
  80. package/out/src/IWorldKernel.sol/IWorldKernel.json +153 -153
  81. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +153 -153
  82. package/out/src/Memory.sol/Memory.json +91 -91
  83. package/out/src/PackedCounter.sol/PackedCounterInstance.json +929 -929
  84. package/out/src/PackedCounter.sol/PackedCounterLib.json +929 -929
  85. package/out/src/ResourceId.sol/ResourceIdInstance.json +116 -116
  86. package/out/src/ResourceId.sol/ResourceIdLib.json +116 -116
  87. package/out/src/Schema.sol/SchemaInstance.json +790 -790
  88. package/out/src/Schema.sol/SchemaLib.json +790 -790
  89. package/out/src/Slice.sol/SliceInstance.json +430 -430
  90. package/out/src/Slice.sol/SliceLib.json +430 -430
  91. package/out/src/StoreCore.sol/StoreCore.json +4695 -4724
  92. package/out/src/StoreCore.sol/StoreCoreInternal.json +4697 -4726
  93. package/out/src/StoreSwitch.sol/StoreSwitch.json +2487 -2487
  94. package/out/src/WorldContext.sol/WorldContextConsumer.json +1291 -899
  95. package/out/src/WorldContext.sol/WorldContextConsumerLib.abi.json +1 -0
  96. package/out/src/WorldContext.sol/{WorldContextProvider.json → WorldContextConsumerLib.json} +1292 -900
  97. package/out/src/WorldContext.sol/WorldContextProviderLib.abi.json +1 -0
  98. package/out/src/WorldContext.sol/WorldContextProviderLib.json +3910 -0
  99. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +476 -476
  100. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +476 -476
  101. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  102. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  103. package/out/tables/ResourceIds.sol/ResourceIds.json +1751 -1751
  104. package/out/tables/Tables.sol/Tables.json +7292 -7292
  105. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3345 -3345
  106. package/out/types.sol/types.json +41 -41
  107. package/out/version.sol/version.json +7 -7
  108. package/out/world/src/IERC165.sol/IERC165.json +28 -28
  109. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  110. package/package.json +8 -8
  111. /package/out/WorldContext.sol/{WorldContextProvider.abi.json → WorldContextConsumerLib.abi.json} +0 -0
  112. /package/out/{src/WorldContext.sol/WorldContextProvider.abi.json → WorldContext.sol/WorldContextProviderLib.abi.json} +0 -0
@@ -62,35 +62,35 @@
62
62
  },
63
63
  "ast": {
64
64
  "absolutePath": "/home/runner/work/mud/mud/packages/store/src/constants.sol",
65
- "id": 18277,
65
+ "id": 18275,
66
66
  "exportedSymbols": {
67
67
  "BYTE_TO_BITS": [
68
- 18229
68
+ 18227
69
69
  ],
70
70
  "LayoutOffsets": [
71
- 18276
71
+ 18274
72
72
  ],
73
73
  "MAX_DYNAMIC_FIELDS": [
74
- 18241
74
+ 18239
75
75
  ],
76
76
  "MAX_STATIC_FIELDS": [
77
- 18237
77
+ 18235
78
78
  ],
79
79
  "MAX_TOTAL_FIELDS": [
80
- 18233
80
+ 18231
81
81
  ],
82
82
  "WORD_LAST_INDEX": [
83
- 18225
83
+ 18223
84
84
  ],
85
85
  "WORD_SIZE": [
86
- 18221
86
+ 18219
87
87
  ]
88
88
  },
89
89
  "nodeType": "SourceUnit",
90
90
  "src": "32:1586:25",
91
91
  "nodes": [
92
92
  {
93
- "id": 18217,
93
+ "id": 18215,
94
94
  "nodeType": "PragmaDirective",
95
95
  "src": "32:25:25",
96
96
  "nodes": [],
@@ -102,7 +102,7 @@
102
102
  ]
103
103
  },
104
104
  {
105
- "id": 18221,
105
+ "id": 18219,
106
106
  "nodeType": "VariableDeclaration",
107
107
  "src": "305:31:25",
108
108
  "nodes": [],
@@ -110,7 +110,7 @@
110
110
  "mutability": "constant",
111
111
  "name": "WORD_SIZE",
112
112
  "nameLocation": "322:9:25",
113
- "scope": 18277,
113
+ "scope": 18275,
114
114
  "stateVariable": false,
115
115
  "storageLocation": "default",
116
116
  "typeDescriptions": {
@@ -118,7 +118,7 @@
118
118
  "typeString": "uint256"
119
119
  },
120
120
  "typeName": {
121
- "id": 18219,
121
+ "id": 18217,
122
122
  "name": "uint256",
123
123
  "nodeType": "ElementaryTypeName",
124
124
  "src": "305:7:25",
@@ -129,7 +129,7 @@
129
129
  },
130
130
  "value": {
131
131
  "hexValue": "3332",
132
- "id": 18220,
132
+ "id": 18218,
133
133
  "isConstant": false,
134
134
  "isLValue": false,
135
135
  "isPure": true,
@@ -146,7 +146,7 @@
146
146
  "visibility": "internal"
147
147
  },
148
148
  {
149
- "id": 18225,
149
+ "id": 18223,
150
150
  "nodeType": "VariableDeclaration",
151
151
  "src": "402:37:25",
152
152
  "nodes": [],
@@ -154,7 +154,7 @@
154
154
  "mutability": "constant",
155
155
  "name": "WORD_LAST_INDEX",
156
156
  "nameLocation": "419:15:25",
157
- "scope": 18277,
157
+ "scope": 18275,
158
158
  "stateVariable": false,
159
159
  "storageLocation": "default",
160
160
  "typeDescriptions": {
@@ -162,7 +162,7 @@
162
162
  "typeString": "uint256"
163
163
  },
164
164
  "typeName": {
165
- "id": 18223,
165
+ "id": 18221,
166
166
  "name": "uint256",
167
167
  "nodeType": "ElementaryTypeName",
168
168
  "src": "402:7:25",
@@ -173,7 +173,7 @@
173
173
  },
174
174
  "value": {
175
175
  "hexValue": "3331",
176
- "id": 18224,
176
+ "id": 18222,
177
177
  "isConstant": false,
178
178
  "isLValue": false,
179
179
  "isPure": true,
@@ -190,7 +190,7 @@
190
190
  "visibility": "internal"
191
191
  },
192
192
  {
193
- "id": 18229,
193
+ "id": 18227,
194
194
  "nodeType": "VariableDeclaration",
195
195
  "src": "505:33:25",
196
196
  "nodes": [],
@@ -198,7 +198,7 @@
198
198
  "mutability": "constant",
199
199
  "name": "BYTE_TO_BITS",
200
200
  "nameLocation": "522:12:25",
201
- "scope": 18277,
201
+ "scope": 18275,
202
202
  "stateVariable": false,
203
203
  "storageLocation": "default",
204
204
  "typeDescriptions": {
@@ -206,7 +206,7 @@
206
206
  "typeString": "uint256"
207
207
  },
208
208
  "typeName": {
209
- "id": 18227,
209
+ "id": 18225,
210
210
  "name": "uint256",
211
211
  "nodeType": "ElementaryTypeName",
212
212
  "src": "505:7:25",
@@ -217,7 +217,7 @@
217
217
  },
218
218
  "value": {
219
219
  "hexValue": "38",
220
- "id": 18228,
220
+ "id": 18226,
221
221
  "isConstant": false,
222
222
  "isLValue": false,
223
223
  "isPure": true,
@@ -234,7 +234,7 @@
234
234
  "visibility": "internal"
235
235
  },
236
236
  {
237
- "id": 18233,
237
+ "id": 18231,
238
238
  "nodeType": "VariableDeclaration",
239
239
  "src": "611:38:25",
240
240
  "nodes": [],
@@ -242,7 +242,7 @@
242
242
  "mutability": "constant",
243
243
  "name": "MAX_TOTAL_FIELDS",
244
244
  "nameLocation": "628:16:25",
245
- "scope": 18277,
245
+ "scope": 18275,
246
246
  "stateVariable": false,
247
247
  "storageLocation": "default",
248
248
  "typeDescriptions": {
@@ -250,7 +250,7 @@
250
250
  "typeString": "uint256"
251
251
  },
252
252
  "typeName": {
253
- "id": 18231,
253
+ "id": 18229,
254
254
  "name": "uint256",
255
255
  "nodeType": "ElementaryTypeName",
256
256
  "src": "611:7:25",
@@ -261,7 +261,7 @@
261
261
  },
262
262
  "value": {
263
263
  "hexValue": "3238",
264
- "id": 18232,
264
+ "id": 18230,
265
265
  "isConstant": false,
266
266
  "isLValue": false,
267
267
  "isPure": true,
@@ -278,7 +278,7 @@
278
278
  "visibility": "internal"
279
279
  },
280
280
  {
281
- "id": 18237,
281
+ "id": 18235,
282
282
  "nodeType": "VariableDeclaration",
283
283
  "src": "726:39:25",
284
284
  "nodes": [],
@@ -286,7 +286,7 @@
286
286
  "mutability": "constant",
287
287
  "name": "MAX_STATIC_FIELDS",
288
288
  "nameLocation": "743:17:25",
289
- "scope": 18277,
289
+ "scope": 18275,
290
290
  "stateVariable": false,
291
291
  "storageLocation": "default",
292
292
  "typeDescriptions": {
@@ -294,7 +294,7 @@
294
294
  "typeString": "uint256"
295
295
  },
296
296
  "typeName": {
297
- "id": 18235,
297
+ "id": 18233,
298
298
  "name": "uint256",
299
299
  "nodeType": "ElementaryTypeName",
300
300
  "src": "726:7:25",
@@ -305,7 +305,7 @@
305
305
  },
306
306
  "value": {
307
307
  "hexValue": "3238",
308
- "id": 18236,
308
+ "id": 18234,
309
309
  "isConstant": false,
310
310
  "isLValue": false,
311
311
  "isPure": true,
@@ -322,7 +322,7 @@
322
322
  "visibility": "internal"
323
323
  },
324
324
  {
325
- "id": 18241,
325
+ "id": 18239,
326
326
  "nodeType": "VariableDeclaration",
327
327
  "src": "864:39:25",
328
328
  "nodes": [],
@@ -330,7 +330,7 @@
330
330
  "mutability": "constant",
331
331
  "name": "MAX_DYNAMIC_FIELDS",
332
332
  "nameLocation": "881:18:25",
333
- "scope": 18277,
333
+ "scope": 18275,
334
334
  "stateVariable": false,
335
335
  "storageLocation": "default",
336
336
  "typeDescriptions": {
@@ -338,7 +338,7 @@
338
338
  "typeString": "uint256"
339
339
  },
340
340
  "typeName": {
341
- "id": 18239,
341
+ "id": 18237,
342
342
  "name": "uint256",
343
343
  "nodeType": "ElementaryTypeName",
344
344
  "src": "864:7:25",
@@ -349,7 +349,7 @@
349
349
  },
350
350
  "value": {
351
351
  "hexValue": "35",
352
- "id": 18240,
352
+ "id": 18238,
353
353
  "isConstant": false,
354
354
  "isLValue": false,
355
355
  "isPure": true,
@@ -366,18 +366,18 @@
366
366
  "visibility": "internal"
367
367
  },
368
368
  {
369
- "id": 18276,
369
+ "id": 18274,
370
370
  "nodeType": "ContractDefinition",
371
371
  "src": "1109:508:25",
372
372
  "nodes": [
373
373
  {
374
- "id": 18251,
374
+ "id": 18249,
375
375
  "nodeType": "VariableDeclaration",
376
376
  "src": "1205:71:25",
377
377
  "nodes": [],
378
378
  "constant": true,
379
379
  "documentation": {
380
- "id": 18243,
380
+ "id": 18241,
381
381
  "nodeType": "StructuredDocumentation",
382
382
  "src": "1135:67:25",
383
383
  "text": "@notice Represents the total length offset within the EVM word."
@@ -385,7 +385,7 @@
385
385
  "mutability": "constant",
386
386
  "name": "TOTAL_LENGTH",
387
387
  "nameLocation": "1231:12:25",
388
- "scope": 18276,
388
+ "scope": 18274,
389
389
  "stateVariable": true,
390
390
  "storageLocation": "default",
391
391
  "typeDescriptions": {
@@ -393,7 +393,7 @@
393
393
  "typeString": "uint256"
394
394
  },
395
395
  "typeName": {
396
- "id": 18244,
396
+ "id": 18242,
397
397
  "name": "uint256",
398
398
  "nodeType": "ElementaryTypeName",
399
399
  "src": "1205:7:25",
@@ -407,7 +407,7 @@
407
407
  "typeIdentifier": "t_uint256",
408
408
  "typeString": "uint256"
409
409
  },
410
- "id": 18250,
410
+ "id": 18248,
411
411
  "isConstant": false,
412
412
  "isLValue": false,
413
413
  "isPure": true,
@@ -419,17 +419,17 @@
419
419
  "typeIdentifier": "t_uint256",
420
420
  "typeString": "uint256"
421
421
  },
422
- "id": 18247,
422
+ "id": 18245,
423
423
  "isConstant": false,
424
424
  "isLValue": false,
425
425
  "isPure": true,
426
426
  "lValueRequested": false,
427
427
  "leftExpression": {
428
- "id": 18245,
428
+ "id": 18243,
429
429
  "name": "WORD_SIZE",
430
430
  "nodeType": "Identifier",
431
431
  "overloadedDeclarations": [],
432
- "referencedDeclaration": 18221,
432
+ "referencedDeclaration": 18219,
433
433
  "src": "1247:9:25",
434
434
  "typeDescriptions": {
435
435
  "typeIdentifier": "t_uint256",
@@ -440,7 +440,7 @@
440
440
  "operator": "-",
441
441
  "rightExpression": {
442
442
  "hexValue": "32",
443
- "id": 18246,
443
+ "id": 18244,
444
444
  "isConstant": false,
445
445
  "isLValue": false,
446
446
  "isPure": true,
@@ -461,7 +461,7 @@
461
461
  }
462
462
  }
463
463
  ],
464
- "id": 18248,
464
+ "id": 18246,
465
465
  "isConstant": false,
466
466
  "isInlineArray": false,
467
467
  "isLValue": false,
@@ -477,11 +477,11 @@
477
477
  "nodeType": "BinaryOperation",
478
478
  "operator": "*",
479
479
  "rightExpression": {
480
- "id": 18249,
480
+ "id": 18247,
481
481
  "name": "BYTE_TO_BITS",
482
482
  "nodeType": "Identifier",
483
483
  "overloadedDeclarations": [],
484
- "referencedDeclaration": 18229,
484
+ "referencedDeclaration": 18227,
485
485
  "src": "1264:12:25",
486
486
  "typeDescriptions": {
487
487
  "typeIdentifier": "t_uint256",
@@ -497,13 +497,13 @@
497
497
  "visibility": "internal"
498
498
  },
499
499
  {
500
- "id": 18262,
500
+ "id": 18260,
501
501
  "nodeType": "VariableDeclaration",
502
502
  "src": "1362:80:25",
503
503
  "nodes": [],
504
504
  "constant": true,
505
505
  "documentation": {
506
- "id": 18252,
506
+ "id": 18250,
507
507
  "nodeType": "StructuredDocumentation",
508
508
  "src": "1281:78:25",
509
509
  "text": "@notice Represents the number of static fields offset within the EVM word."
@@ -511,7 +511,7 @@
511
511
  "mutability": "constant",
512
512
  "name": "NUM_STATIC_FIELDS",
513
513
  "nameLocation": "1388:17:25",
514
- "scope": 18276,
514
+ "scope": 18274,
515
515
  "stateVariable": true,
516
516
  "storageLocation": "default",
517
517
  "typeDescriptions": {
@@ -519,7 +519,7 @@
519
519
  "typeString": "uint256"
520
520
  },
521
521
  "typeName": {
522
- "id": 18253,
522
+ "id": 18251,
523
523
  "name": "uint256",
524
524
  "nodeType": "ElementaryTypeName",
525
525
  "src": "1362:7:25",
@@ -533,7 +533,7 @@
533
533
  "typeIdentifier": "t_uint256",
534
534
  "typeString": "uint256"
535
535
  },
536
- "id": 18261,
536
+ "id": 18259,
537
537
  "isConstant": false,
538
538
  "isLValue": false,
539
539
  "isPure": true,
@@ -545,7 +545,7 @@
545
545
  "typeIdentifier": "t_uint256",
546
546
  "typeString": "uint256"
547
547
  },
548
- "id": 18258,
548
+ "id": 18256,
549
549
  "isConstant": false,
550
550
  "isLValue": false,
551
551
  "isPure": true,
@@ -555,17 +555,17 @@
555
555
  "typeIdentifier": "t_uint256",
556
556
  "typeString": "uint256"
557
557
  },
558
- "id": 18256,
558
+ "id": 18254,
559
559
  "isConstant": false,
560
560
  "isLValue": false,
561
561
  "isPure": true,
562
562
  "lValueRequested": false,
563
563
  "leftExpression": {
564
- "id": 18254,
564
+ "id": 18252,
565
565
  "name": "WORD_SIZE",
566
566
  "nodeType": "Identifier",
567
567
  "overloadedDeclarations": [],
568
- "referencedDeclaration": 18221,
568
+ "referencedDeclaration": 18219,
569
569
  "src": "1409:9:25",
570
570
  "typeDescriptions": {
571
571
  "typeIdentifier": "t_uint256",
@@ -576,7 +576,7 @@
576
576
  "operator": "-",
577
577
  "rightExpression": {
578
578
  "hexValue": "32",
579
- "id": 18255,
579
+ "id": 18253,
580
580
  "isConstant": false,
581
581
  "isLValue": false,
582
582
  "isPure": true,
@@ -600,7 +600,7 @@
600
600
  "operator": "-",
601
601
  "rightExpression": {
602
602
  "hexValue": "31",
603
- "id": 18257,
603
+ "id": 18255,
604
604
  "isConstant": false,
605
605
  "isLValue": false,
606
606
  "isPure": true,
@@ -621,7 +621,7 @@
621
621
  }
622
622
  }
623
623
  ],
624
- "id": 18259,
624
+ "id": 18257,
625
625
  "isConstant": false,
626
626
  "isInlineArray": false,
627
627
  "isLValue": false,
@@ -637,11 +637,11 @@
637
637
  "nodeType": "BinaryOperation",
638
638
  "operator": "*",
639
639
  "rightExpression": {
640
- "id": 18260,
640
+ "id": 18258,
641
641
  "name": "BYTE_TO_BITS",
642
642
  "nodeType": "Identifier",
643
643
  "overloadedDeclarations": [],
644
- "referencedDeclaration": 18229,
644
+ "referencedDeclaration": 18227,
645
645
  "src": "1430:12:25",
646
646
  "typeDescriptions": {
647
647
  "typeIdentifier": "t_uint256",
@@ -657,13 +657,13 @@
657
657
  "visibility": "internal"
658
658
  },
659
659
  {
660
- "id": 18275,
660
+ "id": 18273,
661
661
  "nodeType": "VariableDeclaration",
662
662
  "src": "1529:85:25",
663
663
  "nodes": [],
664
664
  "constant": true,
665
665
  "documentation": {
666
- "id": 18263,
666
+ "id": 18261,
667
667
  "nodeType": "StructuredDocumentation",
668
668
  "src": "1447:79:25",
669
669
  "text": "@notice Represents the number of dynamic fields offset within the EVM word."
@@ -671,7 +671,7 @@
671
671
  "mutability": "constant",
672
672
  "name": "NUM_DYNAMIC_FIELDS",
673
673
  "nameLocation": "1555:18:25",
674
- "scope": 18276,
674
+ "scope": 18274,
675
675
  "stateVariable": true,
676
676
  "storageLocation": "default",
677
677
  "typeDescriptions": {
@@ -679,7 +679,7 @@
679
679
  "typeString": "uint256"
680
680
  },
681
681
  "typeName": {
682
- "id": 18264,
682
+ "id": 18262,
683
683
  "name": "uint256",
684
684
  "nodeType": "ElementaryTypeName",
685
685
  "src": "1529:7:25",
@@ -693,7 +693,7 @@
693
693
  "typeIdentifier": "t_uint256",
694
694
  "typeString": "uint256"
695
695
  },
696
- "id": 18274,
696
+ "id": 18272,
697
697
  "isConstant": false,
698
698
  "isLValue": false,
699
699
  "isPure": true,
@@ -705,7 +705,7 @@
705
705
  "typeIdentifier": "t_uint256",
706
706
  "typeString": "uint256"
707
707
  },
708
- "id": 18271,
708
+ "id": 18269,
709
709
  "isConstant": false,
710
710
  "isLValue": false,
711
711
  "isPure": true,
@@ -715,7 +715,7 @@
715
715
  "typeIdentifier": "t_uint256",
716
716
  "typeString": "uint256"
717
717
  },
718
- "id": 18269,
718
+ "id": 18267,
719
719
  "isConstant": false,
720
720
  "isLValue": false,
721
721
  "isPure": true,
@@ -725,17 +725,17 @@
725
725
  "typeIdentifier": "t_uint256",
726
726
  "typeString": "uint256"
727
727
  },
728
- "id": 18267,
728
+ "id": 18265,
729
729
  "isConstant": false,
730
730
  "isLValue": false,
731
731
  "isPure": true,
732
732
  "lValueRequested": false,
733
733
  "leftExpression": {
734
- "id": 18265,
734
+ "id": 18263,
735
735
  "name": "WORD_SIZE",
736
736
  "nodeType": "Identifier",
737
737
  "overloadedDeclarations": [],
738
- "referencedDeclaration": 18221,
738
+ "referencedDeclaration": 18219,
739
739
  "src": "1577:9:25",
740
740
  "typeDescriptions": {
741
741
  "typeIdentifier": "t_uint256",
@@ -746,7 +746,7 @@
746
746
  "operator": "-",
747
747
  "rightExpression": {
748
748
  "hexValue": "32",
749
- "id": 18266,
749
+ "id": 18264,
750
750
  "isConstant": false,
751
751
  "isLValue": false,
752
752
  "isPure": true,
@@ -770,7 +770,7 @@
770
770
  "operator": "-",
771
771
  "rightExpression": {
772
772
  "hexValue": "31",
773
- "id": 18268,
773
+ "id": 18266,
774
774
  "isConstant": false,
775
775
  "isLValue": false,
776
776
  "isPure": true,
@@ -794,7 +794,7 @@
794
794
  "operator": "-",
795
795
  "rightExpression": {
796
796
  "hexValue": "31",
797
- "id": 18270,
797
+ "id": 18268,
798
798
  "isConstant": false,
799
799
  "isLValue": false,
800
800
  "isPure": true,
@@ -815,7 +815,7 @@
815
815
  }
816
816
  }
817
817
  ],
818
- "id": 18272,
818
+ "id": 18270,
819
819
  "isConstant": false,
820
820
  "isInlineArray": false,
821
821
  "isLValue": false,
@@ -831,11 +831,11 @@
831
831
  "nodeType": "BinaryOperation",
832
832
  "operator": "*",
833
833
  "rightExpression": {
834
- "id": 18273,
834
+ "id": 18271,
835
835
  "name": "BYTE_TO_BITS",
836
836
  "nodeType": "Identifier",
837
837
  "overloadedDeclarations": [],
838
- "referencedDeclaration": 18229,
838
+ "referencedDeclaration": 18227,
839
839
  "src": "1602:12:25",
840
840
  "typeDescriptions": {
841
841
  "typeIdentifier": "t_uint256",
@@ -857,18 +857,18 @@
857
857
  "contractDependencies": [],
858
858
  "contractKind": "library",
859
859
  "documentation": {
860
- "id": 18242,
860
+ "id": 18240,
861
861
  "nodeType": "StructuredDocumentation",
862
862
  "src": "906:202:25",
863
863
  "text": " @title LayoutOffsets Library\n @notice This library provides constant offsets for FieldLayout and Schema metadata.\n @dev FieldLayout and Schema utilize the same offset values for metadata."
864
864
  },
865
865
  "fullyImplemented": true,
866
866
  "linearizedBaseContracts": [
867
- 18276
867
+ 18274
868
868
  ],
869
869
  "name": "LayoutOffsets",
870
870
  "nameLocation": "1117:13:25",
871
- "scope": 18277,
871
+ "scope": 18275,
872
872
  "usedErrors": [],
873
873
  "usedEvents": []
874
874
  }