@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-5741d53d

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 (104) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/Callbacks.sol/Callbacks.json +45 -45
  3. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +203 -203
  4. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  5. package/out/DelegationControl.sol/DelegationControl.json +83 -83
  6. package/out/Hooks.sol/Hooks.json +45 -45
  7. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +14 -14
  8. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +15 -15
  9. package/out/IBaseWorld.sol/IBaseWorld.json +64 -64
  10. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json +69 -0
  11. package/out/IBatchCallSystem.sol/IBatchCallSystem.abi.json.d.ts +70 -0
  12. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +534 -0
  13. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  14. package/out/IDelegationControl.sol/IDelegationControl.json +60 -60
  15. package/out/IModule.sol/IModule.json +76 -76
  16. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +27 -27
  17. package/out/ISystemHook.sol/ISystemHook.json +82 -82
  18. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  19. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +67 -67
  20. package/out/IWorldErrors.sol/IWorldErrors.json +136 -136
  21. package/out/IWorldKernel.sol/IWorldCall.json +149 -149
  22. package/out/IWorldKernel.sol/IWorldKernel.json +149 -149
  23. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +149 -149
  24. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +175 -175
  25. package/out/KeyEncoding.sol/KeyEncoding.json +80 -80
  26. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  27. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  28. package/out/KeysInTableModule.sol/KeysInTableModule.json +534 -534
  29. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  30. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +996 -996
  31. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +423 -423
  32. package/out/Mixed.sol/Mixed.json +66 -66
  33. package/out/Module.sol/Module.json +73 -73
  34. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  35. package/out/Schema.sol/SchemaInstance.json +30 -30
  36. package/out/Schema.sol/SchemaLib.json +30 -30
  37. package/out/SchemaType.sol/SchemaType.json +276 -276
  38. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +300 -300
  39. package/out/StoreHook.sol/StoreHook.json +358 -358
  40. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  41. package/out/System.sol/System.json +18 -18
  42. package/out/Tables.sol/Tables.json +73 -73
  43. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +107 -107
  44. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  45. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  46. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +324 -324
  47. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +81 -81
  48. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  49. package/out/Vector2.sol/Vector2.json +52 -52
  50. package/out/WorldContext.sol/WorldContextConsumer.json +28 -28
  51. package/out/WorldContext.sol/WorldContextProvider.json +28 -28
  52. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +103 -103
  53. package/out/WorldResourceId.sol/WorldResourceIdLib.json +103 -103
  54. package/out/constants.sol/constants.json +85 -85
  55. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  56. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  57. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  58. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  59. package/out/hasKey.sol/hasKey.json +130 -130
  60. package/out/index.sol/index.json +53 -53
  61. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json +51 -15
  62. package/out/interfaces/IBaseWorld.sol/IBaseWorld.abi.json.d.ts +51 -15
  63. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +244 -171
  64. package/out/interfaces/IERC165.sol/IERC165.json +27 -27
  65. package/out/interfaces/IWorldKernel.sol/IWorldCall.json +151 -151
  66. package/out/interfaces/IWorldKernel.sol/IWorldKernel.json +151 -151
  67. package/out/interfaces/IWorldKernel.sol/IWorldModuleInstallation.json +151 -151
  68. package/out/query.sol/query.json +1154 -1154
  69. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  70. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  71. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  72. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  73. package/out/src/IStore.sol/IStore.json +886 -886
  74. package/out/src/IStore.sol/IStoreData.json +886 -886
  75. package/out/src/IStore.sol/IStoreRead.json +886 -886
  76. package/out/src/IStore.sol/IStoreRegistration.json +886 -886
  77. package/out/src/IStore.sol/IStoreWrite.json +886 -886
  78. package/out/src/Memory.sol/Memory.json +89 -89
  79. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  80. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  81. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  82. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  83. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  84. package/out/src/Schema.sol/SchemaLib.json +787 -787
  85. package/out/src/Slice.sol/SliceInstance.json +429 -429
  86. package/out/src/Slice.sol/SliceLib.json +429 -429
  87. package/out/src/StoreCore.sol/StoreCore.json +4461 -4461
  88. package/out/src/StoreCore.sol/StoreCoreInternal.json +4461 -4461
  89. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  90. package/out/src/WorldContext.sol/WorldContextConsumer.json +353 -353
  91. package/out/src/WorldContext.sol/WorldContextProvider.json +353 -353
  92. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +474 -474
  93. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +474 -474
  94. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  95. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  96. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  97. package/out/tables/Tables.sol/Tables.json +7288 -7288
  98. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  99. package/out/types.sol/types.json +131 -23
  100. package/out/worldResourceTypes.sol/worldResourceTypes.json +53 -53
  101. package/package.json +8 -8
  102. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json +0 -33
  103. package/out/ICallBatchSystem.sol/ICallBatchSystem.abi.json.d.ts +0 -34
  104. package/out/ICallBatchSystem.sol/ICallBatchSystem.json +0 -334
@@ -10,35 +10,35 @@
10
10
  },
11
11
  "ast": {
12
12
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/constants.sol",
13
- "id": 33377,
13
+ "id": 33388,
14
14
  "exportedSymbols": {
15
15
  "RESOURCE_NAMESPACE": [
16
- 33726
16
+ 33745
17
17
  ],
18
18
  "RESOURCE_SYSTEM": [
19
- 33732
19
+ 33751
20
20
  ],
21
21
  "ROOT_NAME": [
22
- 33343
22
+ 33354
23
23
  ],
24
24
  "ROOT_NAMESPACE": [
25
- 33340
25
+ 33351
26
26
  ],
27
27
  "ROOT_NAMESPACE_ID": [
28
- 33358
28
+ 33369
29
29
  ],
30
30
  "ResourceId": [
31
- 36365
31
+ 36384
32
32
  ],
33
33
  "UNLIMITED_DELEGATION": [
34
- 33376
34
+ 33387
35
35
  ]
36
36
  },
37
37
  "nodeType": "SourceUnit",
38
38
  "src": "32:530:41",
39
39
  "nodes": [
40
40
  {
41
- "id": 33332,
41
+ "id": 33343,
42
42
  "nodeType": "PragmaDirective",
43
43
  "src": "32:25:41",
44
44
  "nodes": [],
@@ -50,23 +50,23 @@
50
50
  ]
51
51
  },
52
52
  {
53
- "id": 33334,
53
+ "id": 33345,
54
54
  "nodeType": "ImportDirective",
55
55
  "src": "59:66:41",
56
56
  "nodes": [],
57
57
  "absolutePath": "node_modules/@latticexyz/store/src/ResourceId.sol",
58
58
  "file": "@latticexyz/store/src/ResourceId.sol",
59
59
  "nameLocation": "-1:-1:-1",
60
- "scope": 33377,
61
- "sourceUnit": 36430,
60
+ "scope": 33388,
61
+ "sourceUnit": 36449,
62
62
  "symbolAliases": [
63
63
  {
64
64
  "foreign": {
65
- "id": 33333,
65
+ "id": 33344,
66
66
  "name": "ResourceId",
67
67
  "nodeType": "Identifier",
68
68
  "overloadedDeclarations": [],
69
- "referencedDeclaration": 36365,
69
+ "referencedDeclaration": 36384,
70
70
  "src": "68:10:41",
71
71
  "typeDescriptions": {}
72
72
  },
@@ -76,23 +76,23 @@
76
76
  "unitAlias": ""
77
77
  },
78
78
  {
79
- "id": 33337,
79
+ "id": 33348,
80
80
  "nodeType": "ImportDirective",
81
81
  "src": "127:79:41",
82
82
  "nodes": [],
83
83
  "absolutePath": "/home/runner/work/mud/mud/packages/world/src/worldResourceTypes.sol",
84
84
  "file": "./worldResourceTypes.sol",
85
85
  "nameLocation": "-1:-1:-1",
86
- "scope": 33377,
87
- "sourceUnit": 33751,
86
+ "scope": 33388,
87
+ "sourceUnit": 33770,
88
88
  "symbolAliases": [
89
89
  {
90
90
  "foreign": {
91
- "id": 33335,
91
+ "id": 33346,
92
92
  "name": "RESOURCE_SYSTEM",
93
93
  "nodeType": "Identifier",
94
94
  "overloadedDeclarations": [],
95
- "referencedDeclaration": 33732,
95
+ "referencedDeclaration": 33751,
96
96
  "src": "136:15:41",
97
97
  "typeDescriptions": {}
98
98
  },
@@ -100,11 +100,11 @@
100
100
  },
101
101
  {
102
102
  "foreign": {
103
- "id": 33336,
103
+ "id": 33347,
104
104
  "name": "RESOURCE_NAMESPACE",
105
105
  "nodeType": "Identifier",
106
106
  "overloadedDeclarations": [],
107
- "referencedDeclaration": 33726,
107
+ "referencedDeclaration": 33745,
108
108
  "src": "153:18:41",
109
109
  "typeDescriptions": {}
110
110
  },
@@ -114,7 +114,7 @@
114
114
  "unitAlias": ""
115
115
  },
116
116
  {
117
- "id": 33340,
117
+ "id": 33351,
118
118
  "nodeType": "VariableDeclaration",
119
119
  "src": "208:36:41",
120
120
  "nodes": [],
@@ -122,7 +122,7 @@
122
122
  "mutability": "constant",
123
123
  "name": "ROOT_NAMESPACE",
124
124
  "nameLocation": "225:14:41",
125
- "scope": 33377,
125
+ "scope": 33388,
126
126
  "stateVariable": false,
127
127
  "storageLocation": "default",
128
128
  "typeDescriptions": {
@@ -130,7 +130,7 @@
130
130
  "typeString": "bytes14"
131
131
  },
132
132
  "typeName": {
133
- "id": 33338,
133
+ "id": 33349,
134
134
  "name": "bytes14",
135
135
  "nodeType": "ElementaryTypeName",
136
136
  "src": "208:7:41",
@@ -141,7 +141,7 @@
141
141
  },
142
142
  "value": {
143
143
  "hexValue": "",
144
- "id": 33339,
144
+ "id": 33350,
145
145
  "isConstant": false,
146
146
  "isLValue": false,
147
147
  "isPure": true,
@@ -158,7 +158,7 @@
158
158
  "visibility": "internal"
159
159
  },
160
160
  {
161
- "id": 33343,
161
+ "id": 33354,
162
162
  "nodeType": "VariableDeclaration",
163
163
  "src": "246:31:41",
164
164
  "nodes": [],
@@ -166,7 +166,7 @@
166
166
  "mutability": "constant",
167
167
  "name": "ROOT_NAME",
168
168
  "nameLocation": "263:9:41",
169
- "scope": 33377,
169
+ "scope": 33388,
170
170
  "stateVariable": false,
171
171
  "storageLocation": "default",
172
172
  "typeDescriptions": {
@@ -174,7 +174,7 @@
174
174
  "typeString": "bytes16"
175
175
  },
176
176
  "typeName": {
177
- "id": 33341,
177
+ "id": 33352,
178
178
  "name": "bytes16",
179
179
  "nodeType": "ElementaryTypeName",
180
180
  "src": "246:7:41",
@@ -185,7 +185,7 @@
185
185
  },
186
186
  "value": {
187
187
  "hexValue": "",
188
- "id": 33342,
188
+ "id": 33353,
189
189
  "isConstant": false,
190
190
  "isLValue": false,
191
191
  "isPure": true,
@@ -202,7 +202,7 @@
202
202
  "visibility": "internal"
203
203
  },
204
204
  {
205
- "id": 33358,
205
+ "id": 33369,
206
206
  "nodeType": "VariableDeclaration",
207
207
  "src": "280:133:41",
208
208
  "nodes": [],
@@ -210,30 +210,30 @@
210
210
  "mutability": "constant",
211
211
  "name": "ROOT_NAMESPACE_ID",
212
212
  "nameLocation": "300:17:41",
213
- "scope": 33377,
213
+ "scope": 33388,
214
214
  "stateVariable": false,
215
215
  "storageLocation": "default",
216
216
  "typeDescriptions": {
217
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
217
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
218
218
  "typeString": "ResourceId"
219
219
  },
220
220
  "typeName": {
221
- "id": 33345,
221
+ "id": 33356,
222
222
  "nodeType": "UserDefinedTypeName",
223
223
  "pathNode": {
224
- "id": 33344,
224
+ "id": 33355,
225
225
  "name": "ResourceId",
226
226
  "nameLocations": [
227
227
  "280:10:41"
228
228
  ],
229
229
  "nodeType": "IdentifierPath",
230
- "referencedDeclaration": 36365,
230
+ "referencedDeclaration": 36384,
231
231
  "src": "280:10:41"
232
232
  },
233
- "referencedDeclaration": 36365,
233
+ "referencedDeclaration": 36384,
234
234
  "src": "280:10:41",
235
235
  "typeDescriptions": {
236
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
236
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
237
237
  "typeString": "ResourceId"
238
238
  }
239
239
  },
@@ -244,11 +244,11 @@
244
244
  {
245
245
  "arguments": [
246
246
  {
247
- "id": 33352,
247
+ "id": 33363,
248
248
  "name": "RESOURCE_NAMESPACE",
249
249
  "nodeType": "Identifier",
250
250
  "overloadedDeclarations": [],
251
- "referencedDeclaration": 33726,
251
+ "referencedDeclaration": 33745,
252
252
  "src": "364:18:41",
253
253
  "typeDescriptions": {
254
254
  "typeIdentifier": "t_bytes2",
@@ -256,11 +256,11 @@
256
256
  }
257
257
  },
258
258
  {
259
- "id": 33353,
259
+ "id": 33364,
260
260
  "name": "ROOT_NAMESPACE",
261
261
  "nodeType": "Identifier",
262
262
  "overloadedDeclarations": [],
263
- "referencedDeclaration": 33340,
263
+ "referencedDeclaration": 33351,
264
264
  "src": "384:14:41",
265
265
  "typeDescriptions": {
266
266
  "typeIdentifier": "t_bytes14",
@@ -268,11 +268,11 @@
268
268
  }
269
269
  },
270
270
  {
271
- "id": 33354,
271
+ "id": 33365,
272
272
  "name": "ROOT_NAME",
273
273
  "nodeType": "Identifier",
274
274
  "overloadedDeclarations": [],
275
- "referencedDeclaration": 33343,
275
+ "referencedDeclaration": 33354,
276
276
  "src": "400:9:41",
277
277
  "typeDescriptions": {
278
278
  "typeIdentifier": "t_bytes16",
@@ -296,7 +296,7 @@
296
296
  }
297
297
  ],
298
298
  "expression": {
299
- "id": 33350,
299
+ "id": 33361,
300
300
  "name": "abi",
301
301
  "nodeType": "Identifier",
302
302
  "overloadedDeclarations": [],
@@ -307,7 +307,7 @@
307
307
  "typeString": "abi"
308
308
  }
309
309
  },
310
- "id": 33351,
310
+ "id": 33362,
311
311
  "isConstant": false,
312
312
  "isLValue": false,
313
313
  "isPure": true,
@@ -321,7 +321,7 @@
321
321
  "typeString": "function () pure returns (bytes memory)"
322
322
  }
323
323
  },
324
- "id": 33355,
324
+ "id": 33366,
325
325
  "isConstant": false,
326
326
  "isLValue": false,
327
327
  "isPure": true,
@@ -345,7 +345,7 @@
345
345
  "typeString": "bytes memory"
346
346
  }
347
347
  ],
348
- "id": 33349,
348
+ "id": 33360,
349
349
  "isConstant": false,
350
350
  "isLValue": false,
351
351
  "isPure": true,
@@ -357,14 +357,14 @@
357
357
  "typeString": "type(bytes32)"
358
358
  },
359
359
  "typeName": {
360
- "id": 33348,
360
+ "id": 33359,
361
361
  "name": "bytes32",
362
362
  "nodeType": "ElementaryTypeName",
363
363
  "src": "339:7:41",
364
364
  "typeDescriptions": {}
365
365
  }
366
366
  },
367
- "id": 33356,
367
+ "id": 33367,
368
368
  "isConstant": false,
369
369
  "isLValue": false,
370
370
  "isPure": true,
@@ -389,18 +389,18 @@
389
389
  }
390
390
  ],
391
391
  "expression": {
392
- "id": 33346,
392
+ "id": 33357,
393
393
  "name": "ResourceId",
394
394
  "nodeType": "Identifier",
395
395
  "overloadedDeclarations": [],
396
- "referencedDeclaration": 36365,
396
+ "referencedDeclaration": 36384,
397
397
  "src": "320:10:41",
398
398
  "typeDescriptions": {
399
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36365_$",
399
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36384_$",
400
400
  "typeString": "type(ResourceId)"
401
401
  }
402
402
  },
403
- "id": 33347,
403
+ "id": 33358,
404
404
  "isConstant": false,
405
405
  "isLValue": false,
406
406
  "isPure": true,
@@ -410,11 +410,11 @@
410
410
  "nodeType": "MemberAccess",
411
411
  "src": "320:15:41",
412
412
  "typeDescriptions": {
413
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36365_$",
413
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36384_$",
414
414
  "typeString": "function (bytes32) pure returns (ResourceId)"
415
415
  }
416
416
  },
417
- "id": 33357,
417
+ "id": 33368,
418
418
  "isConstant": false,
419
419
  "isLValue": false,
420
420
  "isPure": true,
@@ -426,14 +426,14 @@
426
426
  "src": "320:93:41",
427
427
  "tryCall": false,
428
428
  "typeDescriptions": {
429
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
429
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
430
430
  "typeString": "ResourceId"
431
431
  }
432
432
  },
433
433
  "visibility": "internal"
434
434
  },
435
435
  {
436
- "id": 33376,
436
+ "id": 33387,
437
437
  "nodeType": "VariableDeclaration",
438
438
  "src": "416:144:41",
439
439
  "nodes": [],
@@ -441,30 +441,30 @@
441
441
  "mutability": "constant",
442
442
  "name": "UNLIMITED_DELEGATION",
443
443
  "nameLocation": "436:20:41",
444
- "scope": 33377,
444
+ "scope": 33388,
445
445
  "stateVariable": false,
446
446
  "storageLocation": "default",
447
447
  "typeDescriptions": {
448
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
448
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
449
449
  "typeString": "ResourceId"
450
450
  },
451
451
  "typeName": {
452
- "id": 33360,
452
+ "id": 33371,
453
453
  "nodeType": "UserDefinedTypeName",
454
454
  "pathNode": {
455
- "id": 33359,
455
+ "id": 33370,
456
456
  "name": "ResourceId",
457
457
  "nameLocations": [
458
458
  "416:10:41"
459
459
  ],
460
460
  "nodeType": "IdentifierPath",
461
- "referencedDeclaration": 36365,
461
+ "referencedDeclaration": 36384,
462
462
  "src": "416:10:41"
463
463
  },
464
- "referencedDeclaration": 36365,
464
+ "referencedDeclaration": 36384,
465
465
  "src": "416:10:41",
466
466
  "typeDescriptions": {
467
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
467
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
468
468
  "typeString": "ResourceId"
469
469
  }
470
470
  },
@@ -475,11 +475,11 @@
475
475
  {
476
476
  "arguments": [
477
477
  {
478
- "id": 33367,
478
+ "id": 33378,
479
479
  "name": "RESOURCE_SYSTEM",
480
480
  "nodeType": "Identifier",
481
481
  "overloadedDeclarations": [],
482
- "referencedDeclaration": 33732,
482
+ "referencedDeclaration": 33751,
483
483
  "src": "503:15:41",
484
484
  "typeDescriptions": {
485
485
  "typeIdentifier": "t_bytes2",
@@ -487,11 +487,11 @@
487
487
  }
488
488
  },
489
489
  {
490
- "id": 33368,
490
+ "id": 33379,
491
491
  "name": "ROOT_NAMESPACE",
492
492
  "nodeType": "Identifier",
493
493
  "overloadedDeclarations": [],
494
- "referencedDeclaration": 33340,
494
+ "referencedDeclaration": 33351,
495
495
  "src": "520:14:41",
496
496
  "typeDescriptions": {
497
497
  "typeIdentifier": "t_bytes14",
@@ -502,7 +502,7 @@
502
502
  "arguments": [
503
503
  {
504
504
  "hexValue": "756e6c696d69746564",
505
- "id": 33371,
505
+ "id": 33382,
506
506
  "isConstant": false,
507
507
  "isLValue": false,
508
508
  "isPure": true,
@@ -524,7 +524,7 @@
524
524
  "typeString": "literal_string \"unlimited\""
525
525
  }
526
526
  ],
527
- "id": 33370,
527
+ "id": 33381,
528
528
  "isConstant": false,
529
529
  "isLValue": false,
530
530
  "isPure": true,
@@ -536,14 +536,14 @@
536
536
  "typeString": "type(bytes16)"
537
537
  },
538
538
  "typeName": {
539
- "id": 33369,
539
+ "id": 33380,
540
540
  "name": "bytes16",
541
541
  "nodeType": "ElementaryTypeName",
542
542
  "src": "536:7:41",
543
543
  "typeDescriptions": {}
544
544
  }
545
545
  },
546
- "id": 33372,
546
+ "id": 33383,
547
547
  "isConstant": false,
548
548
  "isLValue": false,
549
549
  "isPure": true,
@@ -576,7 +576,7 @@
576
576
  }
577
577
  ],
578
578
  "expression": {
579
- "id": 33365,
579
+ "id": 33376,
580
580
  "name": "abi",
581
581
  "nodeType": "Identifier",
582
582
  "overloadedDeclarations": [],
@@ -587,7 +587,7 @@
587
587
  "typeString": "abi"
588
588
  }
589
589
  },
590
- "id": 33366,
590
+ "id": 33377,
591
591
  "isConstant": false,
592
592
  "isLValue": false,
593
593
  "isPure": true,
@@ -601,7 +601,7 @@
601
601
  "typeString": "function () pure returns (bytes memory)"
602
602
  }
603
603
  },
604
- "id": 33373,
604
+ "id": 33384,
605
605
  "isConstant": false,
606
606
  "isLValue": false,
607
607
  "isPure": true,
@@ -625,7 +625,7 @@
625
625
  "typeString": "bytes memory"
626
626
  }
627
627
  ],
628
- "id": 33364,
628
+ "id": 33375,
629
629
  "isConstant": false,
630
630
  "isLValue": false,
631
631
  "isPure": true,
@@ -637,14 +637,14 @@
637
637
  "typeString": "type(bytes32)"
638
638
  },
639
639
  "typeName": {
640
- "id": 33363,
640
+ "id": 33374,
641
641
  "name": "bytes32",
642
642
  "nodeType": "ElementaryTypeName",
643
643
  "src": "478:7:41",
644
644
  "typeDescriptions": {}
645
645
  }
646
646
  },
647
- "id": 33374,
647
+ "id": 33385,
648
648
  "isConstant": false,
649
649
  "isLValue": false,
650
650
  "isPure": true,
@@ -669,18 +669,18 @@
669
669
  }
670
670
  ],
671
671
  "expression": {
672
- "id": 33361,
672
+ "id": 33372,
673
673
  "name": "ResourceId",
674
674
  "nodeType": "Identifier",
675
675
  "overloadedDeclarations": [],
676
- "referencedDeclaration": 36365,
676
+ "referencedDeclaration": 36384,
677
677
  "src": "459:10:41",
678
678
  "typeDescriptions": {
679
- "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36365_$",
679
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_ResourceId_$36384_$",
680
680
  "typeString": "type(ResourceId)"
681
681
  }
682
682
  },
683
- "id": 33362,
683
+ "id": 33373,
684
684
  "isConstant": false,
685
685
  "isLValue": false,
686
686
  "isPure": true,
@@ -690,11 +690,11 @@
690
690
  "nodeType": "MemberAccess",
691
691
  "src": "459:15:41",
692
692
  "typeDescriptions": {
693
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36365_$",
693
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ResourceId_$36384_$",
694
694
  "typeString": "function (bytes32) pure returns (ResourceId)"
695
695
  }
696
696
  },
697
- "id": 33375,
697
+ "id": 33386,
698
698
  "isConstant": false,
699
699
  "isLValue": false,
700
700
  "isPure": true,
@@ -706,7 +706,7 @@
706
706
  "src": "459:101:41",
707
707
  "tryCall": false,
708
708
  "typeDescriptions": {
709
- "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36365",
709
+ "typeIdentifier": "t_userDefinedValueType$_ResourceId_$36384",
710
710
  "typeString": "ResourceId"
711
711
  }
712
712
  },