@latticexyz/world-modules 2.0.0-main-c07fa021 → 2.0.0-main-c4f49240

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
@@ -70,41 +70,41 @@
70
70
  },
71
71
  "ast": {
72
72
  "absolutePath": "node_modules/@latticexyz/store/src/FieldLayout.sol",
73
- "id": 35224,
73
+ "id": 35243,
74
74
  "exportedSymbols": {
75
75
  "BYTE_TO_BITS": [
76
- 67545
76
+ 67564
77
77
  ],
78
78
  "FieldLayout": [
79
- 34805
79
+ 34824
80
80
  ],
81
81
  "FieldLayoutInstance": [
82
- 35223
82
+ 35242
83
83
  ],
84
84
  "FieldLayoutLib": [
85
- 34950
85
+ 34969
86
86
  ],
87
87
  "LayoutOffsets": [
88
- 67585
88
+ 67604
89
89
  ],
90
90
  "MAX_DYNAMIC_FIELDS": [
91
- 67554
91
+ 67573
92
92
  ],
93
93
  "MAX_TOTAL_FIELDS": [
94
- 67548
94
+ 67567
95
95
  ],
96
96
  "WORD_LAST_INDEX": [
97
- 67542
97
+ 67561
98
98
  ],
99
99
  "WORD_SIZE": [
100
- 67539
100
+ 67558
101
101
  ]
102
102
  },
103
103
  "nodeType": "SourceUnit",
104
104
  "src": "32:5619:54",
105
105
  "nodes": [
106
106
  {
107
- "id": 34796,
107
+ "id": 34815,
108
108
  "nodeType": "PragmaDirective",
109
109
  "src": "32:25:54",
110
110
  "nodes": [],
@@ -116,23 +116,23 @@
116
116
  ]
117
117
  },
118
118
  {
119
- "id": 34803,
119
+ "id": 34822,
120
120
  "nodeType": "ImportDirective",
121
121
  "src": "59:128:54",
122
122
  "nodes": [],
123
123
  "absolutePath": "node_modules/@latticexyz/store/src/constants.sol",
124
124
  "file": "./constants.sol",
125
125
  "nameLocation": "-1:-1:-1",
126
- "scope": 35224,
127
- "sourceUnit": 67586,
126
+ "scope": 35243,
127
+ "sourceUnit": 67605,
128
128
  "symbolAliases": [
129
129
  {
130
130
  "foreign": {
131
- "id": 34797,
131
+ "id": 34816,
132
132
  "name": "WORD_SIZE",
133
133
  "nodeType": "Identifier",
134
134
  "overloadedDeclarations": [],
135
- "referencedDeclaration": 67539,
135
+ "referencedDeclaration": 67558,
136
136
  "src": "68:9:54",
137
137
  "typeDescriptions": {}
138
138
  },
@@ -140,11 +140,11 @@
140
140
  },
141
141
  {
142
142
  "foreign": {
143
- "id": 34798,
143
+ "id": 34817,
144
144
  "name": "WORD_LAST_INDEX",
145
145
  "nodeType": "Identifier",
146
146
  "overloadedDeclarations": [],
147
- "referencedDeclaration": 67542,
147
+ "referencedDeclaration": 67561,
148
148
  "src": "79:15:54",
149
149
  "typeDescriptions": {}
150
150
  },
@@ -152,11 +152,11 @@
152
152
  },
153
153
  {
154
154
  "foreign": {
155
- "id": 34799,
155
+ "id": 34818,
156
156
  "name": "BYTE_TO_BITS",
157
157
  "nodeType": "Identifier",
158
158
  "overloadedDeclarations": [],
159
- "referencedDeclaration": 67545,
159
+ "referencedDeclaration": 67564,
160
160
  "src": "96:12:54",
161
161
  "typeDescriptions": {}
162
162
  },
@@ -164,11 +164,11 @@
164
164
  },
165
165
  {
166
166
  "foreign": {
167
- "id": 34800,
167
+ "id": 34819,
168
168
  "name": "MAX_TOTAL_FIELDS",
169
169
  "nodeType": "Identifier",
170
170
  "overloadedDeclarations": [],
171
- "referencedDeclaration": 67548,
171
+ "referencedDeclaration": 67567,
172
172
  "src": "110:16:54",
173
173
  "typeDescriptions": {}
174
174
  },
@@ -176,11 +176,11 @@
176
176
  },
177
177
  {
178
178
  "foreign": {
179
- "id": 34801,
179
+ "id": 34820,
180
180
  "name": "MAX_DYNAMIC_FIELDS",
181
181
  "nodeType": "Identifier",
182
182
  "overloadedDeclarations": [],
183
- "referencedDeclaration": 67554,
183
+ "referencedDeclaration": 67573,
184
184
  "src": "128:18:54",
185
185
  "typeDescriptions": {}
186
186
  },
@@ -188,11 +188,11 @@
188
188
  },
189
189
  {
190
190
  "foreign": {
191
- "id": 34802,
191
+ "id": 34821,
192
192
  "name": "LayoutOffsets",
193
193
  "nodeType": "Identifier",
194
194
  "overloadedDeclarations": [],
195
- "referencedDeclaration": 67585,
195
+ "referencedDeclaration": 67604,
196
196
  "src": "148:13:54",
197
197
  "typeDescriptions": {}
198
198
  },
@@ -202,7 +202,7 @@
202
202
  "unitAlias": ""
203
203
  },
204
204
  {
205
- "id": 34805,
205
+ "id": 34824,
206
206
  "nodeType": "UserDefinedValueTypeDefinition",
207
207
  "src": "458:28:54",
208
208
  "nodes": [],
@@ -210,7 +210,7 @@
210
210
  "name": "FieldLayout",
211
211
  "nameLocation": "463:11:54",
212
212
  "underlyingType": {
213
- "id": 34804,
213
+ "id": 34823,
214
214
  "name": "bytes32",
215
215
  "nodeType": "ElementaryTypeName",
216
216
  "src": "478:7:54",
@@ -221,49 +221,49 @@
221
221
  }
222
222
  },
223
223
  {
224
- "id": 34809,
224
+ "id": 34828,
225
225
  "nodeType": "UsingForDirective",
226
226
  "src": "488:49:54",
227
227
  "nodes": [],
228
228
  "global": true,
229
229
  "libraryName": {
230
- "id": 34806,
230
+ "id": 34825,
231
231
  "name": "FieldLayoutInstance",
232
232
  "nameLocations": [
233
233
  "494:19:54"
234
234
  ],
235
235
  "nodeType": "IdentifierPath",
236
- "referencedDeclaration": 35223,
236
+ "referencedDeclaration": 35242,
237
237
  "src": "494:19:54"
238
238
  },
239
239
  "typeName": {
240
- "id": 34808,
240
+ "id": 34827,
241
241
  "nodeType": "UserDefinedTypeName",
242
242
  "pathNode": {
243
- "id": 34807,
243
+ "id": 34826,
244
244
  "name": "FieldLayout",
245
245
  "nameLocations": [
246
246
  "518:11:54"
247
247
  ],
248
248
  "nodeType": "IdentifierPath",
249
- "referencedDeclaration": 34805,
249
+ "referencedDeclaration": 34824,
250
250
  "src": "518:11:54"
251
251
  },
252
- "referencedDeclaration": 34805,
252
+ "referencedDeclaration": 34824,
253
253
  "src": "518:11:54",
254
254
  "typeDescriptions": {
255
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
255
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
256
256
  "typeString": "FieldLayout"
257
257
  }
258
258
  }
259
259
  },
260
260
  {
261
- "id": 34950,
261
+ "id": 34969,
262
262
  "nodeType": "ContractDefinition",
263
263
  "src": "583:2042:54",
264
264
  "nodes": [
265
265
  {
266
- "id": 34814,
266
+ "id": 34833,
267
267
  "nodeType": "ErrorDefinition",
268
268
  "src": "610:51:54",
269
269
  "nodes": [],
@@ -271,17 +271,17 @@
271
271
  "name": "FieldLayoutLib_InvalidLength",
272
272
  "nameLocation": "616:28:54",
273
273
  "parameters": {
274
- "id": 34813,
274
+ "id": 34832,
275
275
  "nodeType": "ParameterList",
276
276
  "parameters": [
277
277
  {
278
278
  "constant": false,
279
- "id": 34812,
279
+ "id": 34831,
280
280
  "mutability": "mutable",
281
281
  "name": "length",
282
282
  "nameLocation": "653:6:54",
283
283
  "nodeType": "VariableDeclaration",
284
- "scope": 34814,
284
+ "scope": 34833,
285
285
  "src": "645:14:54",
286
286
  "stateVariable": false,
287
287
  "storageLocation": "default",
@@ -290,7 +290,7 @@
290
290
  "typeString": "uint256"
291
291
  },
292
292
  "typeName": {
293
- "id": 34811,
293
+ "id": 34830,
294
294
  "name": "uint256",
295
295
  "nodeType": "ElementaryTypeName",
296
296
  "src": "645:7:54",
@@ -306,7 +306,7 @@
306
306
  }
307
307
  },
308
308
  {
309
- "id": 34816,
309
+ "id": 34835,
310
310
  "nodeType": "ErrorDefinition",
311
311
  "src": "664:42:54",
312
312
  "nodes": [],
@@ -314,14 +314,14 @@
314
314
  "name": "FieldLayoutLib_StaticLengthIsZero",
315
315
  "nameLocation": "670:33:54",
316
316
  "parameters": {
317
- "id": 34815,
317
+ "id": 34834,
318
318
  "nodeType": "ParameterList",
319
319
  "parameters": [],
320
320
  "src": "703:2:54"
321
321
  }
322
322
  },
323
323
  {
324
- "id": 34818,
324
+ "id": 34837,
325
325
  "nodeType": "ErrorDefinition",
326
326
  "src": "709:53:54",
327
327
  "nodes": [],
@@ -329,36 +329,36 @@
329
329
  "name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
330
330
  "nameLocation": "715:44:54",
331
331
  "parameters": {
332
- "id": 34817,
332
+ "id": 34836,
333
333
  "nodeType": "ParameterList",
334
334
  "parameters": [],
335
335
  "src": "759:2:54"
336
336
  }
337
337
  },
338
338
  {
339
- "id": 34949,
339
+ "id": 34968,
340
340
  "nodeType": "FunctionDefinition",
341
341
  "src": "835:1788:54",
342
342
  "nodes": [],
343
343
  "body": {
344
- "id": 34948,
344
+ "id": 34967,
345
345
  "nodeType": "Block",
346
346
  "src": "945:1678:54",
347
347
  "nodes": [],
348
348
  "statements": [
349
349
  {
350
350
  "assignments": [
351
- 34831
351
+ 34850
352
352
  ],
353
353
  "declarations": [
354
354
  {
355
355
  "constant": false,
356
- "id": 34831,
356
+ "id": 34850,
357
357
  "mutability": "mutable",
358
358
  "name": "fieldLayout",
359
359
  "nameLocation": "959:11:54",
360
360
  "nodeType": "VariableDeclaration",
361
- "scope": 34948,
361
+ "scope": 34967,
362
362
  "src": "951:19:54",
363
363
  "stateVariable": false,
364
364
  "storageLocation": "default",
@@ -367,7 +367,7 @@
367
367
  "typeString": "uint256"
368
368
  },
369
369
  "typeName": {
370
- "id": 34830,
370
+ "id": 34849,
371
371
  "name": "uint256",
372
372
  "nodeType": "ElementaryTypeName",
373
373
  "src": "951:7:54",
@@ -379,23 +379,23 @@
379
379
  "visibility": "internal"
380
380
  }
381
381
  ],
382
- "id": 34832,
382
+ "id": 34851,
383
383
  "nodeType": "VariableDeclarationStatement",
384
384
  "src": "951:19:54"
385
385
  },
386
386
  {
387
387
  "assignments": [
388
- 34834
388
+ 34853
389
389
  ],
390
390
  "declarations": [
391
391
  {
392
392
  "constant": false,
393
- "id": 34834,
393
+ "id": 34853,
394
394
  "mutability": "mutable",
395
395
  "name": "totalLength",
396
396
  "nameLocation": "984:11:54",
397
397
  "nodeType": "VariableDeclaration",
398
- "scope": 34948,
398
+ "scope": 34967,
399
399
  "src": "976:19:54",
400
400
  "stateVariable": false,
401
401
  "storageLocation": "default",
@@ -404,7 +404,7 @@
404
404
  "typeString": "uint256"
405
405
  },
406
406
  "typeName": {
407
- "id": 34833,
407
+ "id": 34852,
408
408
  "name": "uint256",
409
409
  "nodeType": "ElementaryTypeName",
410
410
  "src": "976:7:54",
@@ -416,23 +416,23 @@
416
416
  "visibility": "internal"
417
417
  }
418
418
  ],
419
- "id": 34835,
419
+ "id": 34854,
420
420
  "nodeType": "VariableDeclarationStatement",
421
421
  "src": "976:19:54"
422
422
  },
423
423
  {
424
424
  "assignments": [
425
- 34837
425
+ 34856
426
426
  ],
427
427
  "declarations": [
428
428
  {
429
429
  "constant": false,
430
- "id": 34837,
430
+ "id": 34856,
431
431
  "mutability": "mutable",
432
432
  "name": "totalFields",
433
433
  "nameLocation": "1009:11:54",
434
434
  "nodeType": "VariableDeclaration",
435
- "scope": 34948,
435
+ "scope": 34967,
436
436
  "src": "1001:19:54",
437
437
  "stateVariable": false,
438
438
  "storageLocation": "default",
@@ -441,7 +441,7 @@
441
441
  "typeString": "uint256"
442
442
  },
443
443
  "typeName": {
444
- "id": 34836,
444
+ "id": 34855,
445
445
  "name": "uint256",
446
446
  "nodeType": "ElementaryTypeName",
447
447
  "src": "1001:7:54",
@@ -453,31 +453,31 @@
453
453
  "visibility": "internal"
454
454
  }
455
455
  ],
456
- "id": 34842,
456
+ "id": 34861,
457
457
  "initialValue": {
458
458
  "commonType": {
459
459
  "typeIdentifier": "t_uint256",
460
460
  "typeString": "uint256"
461
461
  },
462
- "id": 34841,
462
+ "id": 34860,
463
463
  "isConstant": false,
464
464
  "isLValue": false,
465
465
  "isPure": false,
466
466
  "lValueRequested": false,
467
467
  "leftExpression": {
468
468
  "expression": {
469
- "id": 34838,
469
+ "id": 34857,
470
470
  "name": "_staticFields",
471
471
  "nodeType": "Identifier",
472
472
  "overloadedDeclarations": [],
473
- "referencedDeclaration": 34822,
473
+ "referencedDeclaration": 34841,
474
474
  "src": "1023:13:54",
475
475
  "typeDescriptions": {
476
476
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
477
477
  "typeString": "uint256[] memory"
478
478
  }
479
479
  },
480
- "id": 34839,
480
+ "id": 34858,
481
481
  "isConstant": false,
482
482
  "isLValue": false,
483
483
  "isPure": false,
@@ -494,11 +494,11 @@
494
494
  "nodeType": "BinaryOperation",
495
495
  "operator": "+",
496
496
  "rightExpression": {
497
- "id": 34840,
497
+ "id": 34859,
498
498
  "name": "numDynamicFields",
499
499
  "nodeType": "Identifier",
500
500
  "overloadedDeclarations": [],
501
- "referencedDeclaration": 34824,
501
+ "referencedDeclaration": 34843,
502
502
  "src": "1046:16:54",
503
503
  "typeDescriptions": {
504
504
  "typeIdentifier": "t_uint256",
@@ -520,17 +520,17 @@
520
520
  "typeIdentifier": "t_uint256",
521
521
  "typeString": "uint256"
522
522
  },
523
- "id": 34845,
523
+ "id": 34864,
524
524
  "isConstant": false,
525
525
  "isLValue": false,
526
526
  "isPure": false,
527
527
  "lValueRequested": false,
528
528
  "leftExpression": {
529
- "id": 34843,
529
+ "id": 34862,
530
530
  "name": "totalFields",
531
531
  "nodeType": "Identifier",
532
532
  "overloadedDeclarations": [],
533
- "referencedDeclaration": 34837,
533
+ "referencedDeclaration": 34856,
534
534
  "src": "1072:11:54",
535
535
  "typeDescriptions": {
536
536
  "typeIdentifier": "t_uint256",
@@ -540,11 +540,11 @@
540
540
  "nodeType": "BinaryOperation",
541
541
  "operator": ">",
542
542
  "rightExpression": {
543
- "id": 34844,
543
+ "id": 34863,
544
544
  "name": "MAX_TOTAL_FIELDS",
545
545
  "nodeType": "Identifier",
546
546
  "overloadedDeclarations": [],
547
- "referencedDeclaration": 67548,
547
+ "referencedDeclaration": 67567,
548
548
  "src": "1086:16:54",
549
549
  "typeDescriptions": {
550
550
  "typeIdentifier": "t_uint256",
@@ -557,18 +557,18 @@
557
557
  "typeString": "bool"
558
558
  }
559
559
  },
560
- "id": 34850,
560
+ "id": 34869,
561
561
  "nodeType": "IfStatement",
562
562
  "src": "1068:84:54",
563
563
  "trueBody": {
564
564
  "errorCall": {
565
565
  "arguments": [
566
566
  {
567
- "id": 34847,
567
+ "id": 34866,
568
568
  "name": "totalFields",
569
569
  "nodeType": "Identifier",
570
570
  "overloadedDeclarations": [],
571
- "referencedDeclaration": 34837,
571
+ "referencedDeclaration": 34856,
572
572
  "src": "1140:11:54",
573
573
  "typeDescriptions": {
574
574
  "typeIdentifier": "t_uint256",
@@ -583,18 +583,18 @@
583
583
  "typeString": "uint256"
584
584
  }
585
585
  ],
586
- "id": 34846,
586
+ "id": 34865,
587
587
  "name": "FieldLayoutLib_InvalidLength",
588
588
  "nodeType": "Identifier",
589
589
  "overloadedDeclarations": [],
590
- "referencedDeclaration": 34814,
590
+ "referencedDeclaration": 34833,
591
591
  "src": "1111:28:54",
592
592
  "typeDescriptions": {
593
593
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
594
594
  "typeString": "function (uint256) pure"
595
595
  }
596
596
  },
597
- "id": 34848,
597
+ "id": 34867,
598
598
  "isConstant": false,
599
599
  "isLValue": false,
600
600
  "isPure": false,
@@ -610,7 +610,7 @@
610
610
  "typeString": "tuple()"
611
611
  }
612
612
  },
613
- "id": 34849,
613
+ "id": 34868,
614
614
  "nodeType": "RevertStatement",
615
615
  "src": "1104:48:54"
616
616
  }
@@ -621,17 +621,17 @@
621
621
  "typeIdentifier": "t_uint256",
622
622
  "typeString": "uint256"
623
623
  },
624
- "id": 34853,
624
+ "id": 34872,
625
625
  "isConstant": false,
626
626
  "isLValue": false,
627
627
  "isPure": false,
628
628
  "lValueRequested": false,
629
629
  "leftExpression": {
630
- "id": 34851,
630
+ "id": 34870,
631
631
  "name": "numDynamicFields",
632
632
  "nodeType": "Identifier",
633
633
  "overloadedDeclarations": [],
634
- "referencedDeclaration": 34824,
634
+ "referencedDeclaration": 34843,
635
635
  "src": "1162:16:54",
636
636
  "typeDescriptions": {
637
637
  "typeIdentifier": "t_uint256",
@@ -641,11 +641,11 @@
641
641
  "nodeType": "BinaryOperation",
642
642
  "operator": ">",
643
643
  "rightExpression": {
644
- "id": 34852,
644
+ "id": 34871,
645
645
  "name": "MAX_DYNAMIC_FIELDS",
646
646
  "nodeType": "Identifier",
647
647
  "overloadedDeclarations": [],
648
- "referencedDeclaration": 67554,
648
+ "referencedDeclaration": 67573,
649
649
  "src": "1181:18:54",
650
650
  "typeDescriptions": {
651
651
  "typeIdentifier": "t_uint256",
@@ -658,18 +658,18 @@
658
658
  "typeString": "bool"
659
659
  }
660
660
  },
661
- "id": 34858,
661
+ "id": 34877,
662
662
  "nodeType": "IfStatement",
663
663
  "src": "1158:96:54",
664
664
  "trueBody": {
665
665
  "errorCall": {
666
666
  "arguments": [
667
667
  {
668
- "id": 34855,
668
+ "id": 34874,
669
669
  "name": "numDynamicFields",
670
670
  "nodeType": "Identifier",
671
671
  "overloadedDeclarations": [],
672
- "referencedDeclaration": 34824,
672
+ "referencedDeclaration": 34843,
673
673
  "src": "1237:16:54",
674
674
  "typeDescriptions": {
675
675
  "typeIdentifier": "t_uint256",
@@ -684,18 +684,18 @@
684
684
  "typeString": "uint256"
685
685
  }
686
686
  ],
687
- "id": 34854,
687
+ "id": 34873,
688
688
  "name": "FieldLayoutLib_InvalidLength",
689
689
  "nodeType": "Identifier",
690
690
  "overloadedDeclarations": [],
691
- "referencedDeclaration": 34814,
691
+ "referencedDeclaration": 34833,
692
692
  "src": "1208:28:54",
693
693
  "typeDescriptions": {
694
694
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
695
695
  "typeString": "function (uint256) pure"
696
696
  }
697
697
  },
698
- "id": 34856,
698
+ "id": 34875,
699
699
  "isConstant": false,
700
700
  "isLValue": false,
701
701
  "isPure": false,
@@ -711,30 +711,30 @@
711
711
  "typeString": "tuple()"
712
712
  }
713
713
  },
714
- "id": 34857,
714
+ "id": 34876,
715
715
  "nodeType": "RevertStatement",
716
716
  "src": "1201:53:54"
717
717
  }
718
718
  },
719
719
  {
720
720
  "body": {
721
- "id": 34916,
721
+ "id": 34935,
722
722
  "nodeType": "Block",
723
723
  "src": "1403:717:54",
724
724
  "statements": [
725
725
  {
726
726
  "assignments": [
727
- 34868
727
+ 34887
728
728
  ],
729
729
  "declarations": [
730
730
  {
731
731
  "constant": false,
732
- "id": 34868,
732
+ "id": 34887,
733
733
  "mutability": "mutable",
734
734
  "name": "staticByteLength",
735
735
  "nameLocation": "1419:16:54",
736
736
  "nodeType": "VariableDeclaration",
737
- "scope": 34916,
737
+ "scope": 34935,
738
738
  "src": "1411:24:54",
739
739
  "stateVariable": false,
740
740
  "storageLocation": "default",
@@ -743,7 +743,7 @@
743
743
  "typeString": "uint256"
744
744
  },
745
745
  "typeName": {
746
- "id": 34867,
746
+ "id": 34886,
747
747
  "name": "uint256",
748
748
  "nodeType": "ElementaryTypeName",
749
749
  "src": "1411:7:54",
@@ -755,27 +755,27 @@
755
755
  "visibility": "internal"
756
756
  }
757
757
  ],
758
- "id": 34872,
758
+ "id": 34891,
759
759
  "initialValue": {
760
760
  "baseExpression": {
761
- "id": 34869,
761
+ "id": 34888,
762
762
  "name": "_staticFields",
763
763
  "nodeType": "Identifier",
764
764
  "overloadedDeclarations": [],
765
- "referencedDeclaration": 34822,
765
+ "referencedDeclaration": 34841,
766
766
  "src": "1438:13:54",
767
767
  "typeDescriptions": {
768
768
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
769
769
  "typeString": "uint256[] memory"
770
770
  }
771
771
  },
772
- "id": 34871,
772
+ "id": 34890,
773
773
  "indexExpression": {
774
- "id": 34870,
774
+ "id": 34889,
775
775
  "name": "i",
776
776
  "nodeType": "Identifier",
777
777
  "overloadedDeclarations": [],
778
- "referencedDeclaration": 34860,
778
+ "referencedDeclaration": 34879,
779
779
  "src": "1452:1:54",
780
780
  "typeDescriptions": {
781
781
  "typeIdentifier": "t_uint256",
@@ -802,17 +802,17 @@
802
802
  "typeIdentifier": "t_uint256",
803
803
  "typeString": "uint256"
804
804
  },
805
- "id": 34875,
805
+ "id": 34894,
806
806
  "isConstant": false,
807
807
  "isLValue": false,
808
808
  "isPure": false,
809
809
  "lValueRequested": false,
810
810
  "leftExpression": {
811
- "id": 34873,
811
+ "id": 34892,
812
812
  "name": "staticByteLength",
813
813
  "nodeType": "Identifier",
814
814
  "overloadedDeclarations": [],
815
- "referencedDeclaration": 34868,
815
+ "referencedDeclaration": 34887,
816
816
  "src": "1466:16:54",
817
817
  "typeDescriptions": {
818
818
  "typeIdentifier": "t_uint256",
@@ -823,7 +823,7 @@
823
823
  "operator": "==",
824
824
  "rightExpression": {
825
825
  "hexValue": "30",
826
- "id": 34874,
826
+ "id": 34893,
827
827
  "isConstant": false,
828
828
  "isLValue": false,
829
829
  "isPure": true,
@@ -849,17 +849,17 @@
849
849
  "typeIdentifier": "t_uint256",
850
850
  "typeString": "uint256"
851
851
  },
852
- "id": 34882,
852
+ "id": 34901,
853
853
  "isConstant": false,
854
854
  "isLValue": false,
855
855
  "isPure": false,
856
856
  "lValueRequested": false,
857
857
  "leftExpression": {
858
- "id": 34880,
858
+ "id": 34899,
859
859
  "name": "staticByteLength",
860
860
  "nodeType": "Identifier",
861
861
  "overloadedDeclarations": [],
862
- "referencedDeclaration": 34868,
862
+ "referencedDeclaration": 34887,
863
863
  "src": "1560:16:54",
864
864
  "typeDescriptions": {
865
865
  "typeIdentifier": "t_uint256",
@@ -869,11 +869,11 @@
869
869
  "nodeType": "BinaryOperation",
870
870
  "operator": ">",
871
871
  "rightExpression": {
872
- "id": 34881,
872
+ "id": 34900,
873
873
  "name": "WORD_SIZE",
874
874
  "nodeType": "Identifier",
875
875
  "overloadedDeclarations": [],
876
- "referencedDeclaration": 67539,
876
+ "referencedDeclaration": 67558,
877
877
  "src": "1579:9:54",
878
878
  "typeDescriptions": {
879
879
  "typeIdentifier": "t_uint256",
@@ -886,11 +886,11 @@
886
886
  "typeString": "bool"
887
887
  }
888
888
  },
889
- "id": 34887,
889
+ "id": 34906,
890
890
  "nodeType": "IfStatement",
891
891
  "src": "1556:106:54",
892
892
  "trueBody": {
893
- "id": 34886,
893
+ "id": 34905,
894
894
  "nodeType": "Block",
895
895
  "src": "1590:72:54",
896
896
  "statements": [
@@ -899,18 +899,18 @@
899
899
  "arguments": [],
900
900
  "expression": {
901
901
  "argumentTypes": [],
902
- "id": 34883,
902
+ "id": 34902,
903
903
  "name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
904
904
  "nodeType": "Identifier",
905
905
  "overloadedDeclarations": [],
906
- "referencedDeclaration": 34818,
906
+ "referencedDeclaration": 34837,
907
907
  "src": "1607:44:54",
908
908
  "typeDescriptions": {
909
909
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
910
910
  "typeString": "function () pure"
911
911
  }
912
912
  },
913
- "id": 34884,
913
+ "id": 34903,
914
914
  "isConstant": false,
915
915
  "isLValue": false,
916
916
  "isPure": false,
@@ -926,18 +926,18 @@
926
926
  "typeString": "tuple()"
927
927
  }
928
928
  },
929
- "id": 34885,
929
+ "id": 34904,
930
930
  "nodeType": "RevertStatement",
931
931
  "src": "1600:53:54"
932
932
  }
933
933
  ]
934
934
  }
935
935
  },
936
- "id": 34888,
936
+ "id": 34907,
937
937
  "nodeType": "IfStatement",
938
938
  "src": "1462:200:54",
939
939
  "trueBody": {
940
- "id": 34879,
940
+ "id": 34898,
941
941
  "nodeType": "Block",
942
942
  "src": "1489:61:54",
943
943
  "statements": [
@@ -946,18 +946,18 @@
946
946
  "arguments": [],
947
947
  "expression": {
948
948
  "argumentTypes": [],
949
- "id": 34876,
949
+ "id": 34895,
950
950
  "name": "FieldLayoutLib_StaticLengthIsZero",
951
951
  "nodeType": "Identifier",
952
952
  "overloadedDeclarations": [],
953
- "referencedDeclaration": 34816,
953
+ "referencedDeclaration": 34835,
954
954
  "src": "1506:33:54",
955
955
  "typeDescriptions": {
956
956
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
957
957
  "typeString": "function () pure"
958
958
  }
959
959
  },
960
- "id": 34877,
960
+ "id": 34896,
961
961
  "isConstant": false,
962
962
  "isLValue": false,
963
963
  "isPure": false,
@@ -973,7 +973,7 @@
973
973
  "typeString": "tuple()"
974
974
  }
975
975
  },
976
- "id": 34878,
976
+ "id": 34897,
977
977
  "nodeType": "RevertStatement",
978
978
  "src": "1499:42:54"
979
979
  }
@@ -981,23 +981,23 @@
981
981
  }
982
982
  },
983
983
  {
984
- "id": 34915,
984
+ "id": 34934,
985
985
  "nodeType": "UncheckedBlock",
986
986
  "src": "1670:444:54",
987
987
  "statements": [
988
988
  {
989
989
  "expression": {
990
- "id": 34891,
990
+ "id": 34910,
991
991
  "isConstant": false,
992
992
  "isLValue": false,
993
993
  "isPure": false,
994
994
  "lValueRequested": false,
995
995
  "leftHandSide": {
996
- "id": 34889,
996
+ "id": 34908,
997
997
  "name": "totalLength",
998
998
  "nodeType": "Identifier",
999
999
  "overloadedDeclarations": [],
1000
- "referencedDeclaration": 34834,
1000
+ "referencedDeclaration": 34853,
1001
1001
  "src": "1779:11:54",
1002
1002
  "typeDescriptions": {
1003
1003
  "typeIdentifier": "t_uint256",
@@ -1007,11 +1007,11 @@
1007
1007
  "nodeType": "Assignment",
1008
1008
  "operator": "+=",
1009
1009
  "rightHandSide": {
1010
- "id": 34890,
1010
+ "id": 34909,
1011
1011
  "name": "staticByteLength",
1012
1012
  "nodeType": "Identifier",
1013
1013
  "overloadedDeclarations": [],
1014
- "referencedDeclaration": 34868,
1014
+ "referencedDeclaration": 34887,
1015
1015
  "src": "1794:16:54",
1016
1016
  "typeDescriptions": {
1017
1017
  "typeIdentifier": "t_uint256",
@@ -1024,23 +1024,23 @@
1024
1024
  "typeString": "uint256"
1025
1025
  }
1026
1026
  },
1027
- "id": 34892,
1027
+ "id": 34911,
1028
1028
  "nodeType": "ExpressionStatement",
1029
1029
  "src": "1779:31:54"
1030
1030
  },
1031
1031
  {
1032
1032
  "expression": {
1033
- "id": 34910,
1033
+ "id": 34929,
1034
1034
  "isConstant": false,
1035
1035
  "isLValue": false,
1036
1036
  "isPure": false,
1037
1037
  "lValueRequested": false,
1038
1038
  "leftHandSide": {
1039
- "id": 34893,
1039
+ "id": 34912,
1040
1040
  "name": "fieldLayout",
1041
1041
  "nodeType": "Identifier",
1042
1042
  "overloadedDeclarations": [],
1043
- "referencedDeclaration": 34831,
1043
+ "referencedDeclaration": 34850,
1044
1044
  "src": "2006:11:54",
1045
1045
  "typeDescriptions": {
1046
1046
  "typeIdentifier": "t_uint256",
@@ -1054,7 +1054,7 @@
1054
1054
  "typeIdentifier": "t_uint256",
1055
1055
  "typeString": "uint256"
1056
1056
  },
1057
- "id": 34909,
1057
+ "id": 34928,
1058
1058
  "isConstant": false,
1059
1059
  "isLValue": false,
1060
1060
  "isPure": false,
@@ -1063,24 +1063,24 @@
1063
1063
  "arguments": [
1064
1064
  {
1065
1065
  "baseExpression": {
1066
- "id": 34896,
1066
+ "id": 34915,
1067
1067
  "name": "_staticFields",
1068
1068
  "nodeType": "Identifier",
1069
1069
  "overloadedDeclarations": [],
1070
- "referencedDeclaration": 34822,
1070
+ "referencedDeclaration": 34841,
1071
1071
  "src": "2029:13:54",
1072
1072
  "typeDescriptions": {
1073
1073
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
1074
1074
  "typeString": "uint256[] memory"
1075
1075
  }
1076
1076
  },
1077
- "id": 34898,
1077
+ "id": 34917,
1078
1078
  "indexExpression": {
1079
- "id": 34897,
1079
+ "id": 34916,
1080
1080
  "name": "i",
1081
1081
  "nodeType": "Identifier",
1082
1082
  "overloadedDeclarations": [],
1083
- "referencedDeclaration": 34860,
1083
+ "referencedDeclaration": 34879,
1084
1084
  "src": "2043:1:54",
1085
1085
  "typeDescriptions": {
1086
1086
  "typeIdentifier": "t_uint256",
@@ -1106,7 +1106,7 @@
1106
1106
  "typeString": "uint256"
1107
1107
  }
1108
1108
  ],
1109
- "id": 34895,
1109
+ "id": 34914,
1110
1110
  "isConstant": false,
1111
1111
  "isLValue": false,
1112
1112
  "isPure": true,
@@ -1118,14 +1118,14 @@
1118
1118
  "typeString": "type(uint256)"
1119
1119
  },
1120
1120
  "typeName": {
1121
- "id": 34894,
1121
+ "id": 34913,
1122
1122
  "name": "uint256",
1123
1123
  "nodeType": "ElementaryTypeName",
1124
1124
  "src": "2021:7:54",
1125
1125
  "typeDescriptions": {}
1126
1126
  }
1127
1127
  },
1128
- "id": 34899,
1128
+ "id": 34918,
1129
1129
  "isConstant": false,
1130
1130
  "isLValue": false,
1131
1131
  "isPure": false,
@@ -1150,7 +1150,7 @@
1150
1150
  "typeIdentifier": "t_uint256",
1151
1151
  "typeString": "uint256"
1152
1152
  },
1153
- "id": 34907,
1153
+ "id": 34926,
1154
1154
  "isConstant": false,
1155
1155
  "isLValue": false,
1156
1156
  "isPure": false,
@@ -1162,7 +1162,7 @@
1162
1162
  "typeIdentifier": "t_uint256",
1163
1163
  "typeString": "uint256"
1164
1164
  },
1165
- "id": 34904,
1165
+ "id": 34923,
1166
1166
  "isConstant": false,
1167
1167
  "isLValue": false,
1168
1168
  "isPure": false,
@@ -1172,17 +1172,17 @@
1172
1172
  "typeIdentifier": "t_uint256",
1173
1173
  "typeString": "uint256"
1174
1174
  },
1175
- "id": 34902,
1175
+ "id": 34921,
1176
1176
  "isConstant": false,
1177
1177
  "isLValue": false,
1178
1178
  "isPure": true,
1179
1179
  "lValueRequested": false,
1180
1180
  "leftExpression": {
1181
- "id": 34900,
1181
+ "id": 34919,
1182
1182
  "name": "WORD_LAST_INDEX",
1183
1183
  "nodeType": "Identifier",
1184
1184
  "overloadedDeclarations": [],
1185
- "referencedDeclaration": 67542,
1185
+ "referencedDeclaration": 67561,
1186
1186
  "src": "2052:15:54",
1187
1187
  "typeDescriptions": {
1188
1188
  "typeIdentifier": "t_uint256",
@@ -1193,7 +1193,7 @@
1193
1193
  "operator": "-",
1194
1194
  "rightExpression": {
1195
1195
  "hexValue": "34",
1196
- "id": 34901,
1196
+ "id": 34920,
1197
1197
  "isConstant": false,
1198
1198
  "isLValue": false,
1199
1199
  "isPure": true,
@@ -1216,11 +1216,11 @@
1216
1216
  "nodeType": "BinaryOperation",
1217
1217
  "operator": "-",
1218
1218
  "rightExpression": {
1219
- "id": 34903,
1219
+ "id": 34922,
1220
1220
  "name": "i",
1221
1221
  "nodeType": "Identifier",
1222
1222
  "overloadedDeclarations": [],
1223
- "referencedDeclaration": 34860,
1223
+ "referencedDeclaration": 34879,
1224
1224
  "src": "2074:1:54",
1225
1225
  "typeDescriptions": {
1226
1226
  "typeIdentifier": "t_uint256",
@@ -1234,7 +1234,7 @@
1234
1234
  }
1235
1235
  }
1236
1236
  ],
1237
- "id": 34905,
1237
+ "id": 34924,
1238
1238
  "isConstant": false,
1239
1239
  "isInlineArray": false,
1240
1240
  "isLValue": false,
@@ -1250,11 +1250,11 @@
1250
1250
  "nodeType": "BinaryOperation",
1251
1251
  "operator": "*",
1252
1252
  "rightExpression": {
1253
- "id": 34906,
1253
+ "id": 34925,
1254
1254
  "name": "BYTE_TO_BITS",
1255
1255
  "nodeType": "Identifier",
1256
1256
  "overloadedDeclarations": [],
1257
- "referencedDeclaration": 67545,
1257
+ "referencedDeclaration": 67564,
1258
1258
  "src": "2079:12:54",
1259
1259
  "typeDescriptions": {
1260
1260
  "typeIdentifier": "t_uint256",
@@ -1268,7 +1268,7 @@
1268
1268
  }
1269
1269
  }
1270
1270
  ],
1271
- "id": 34908,
1271
+ "id": 34927,
1272
1272
  "isConstant": false,
1273
1273
  "isInlineArray": false,
1274
1274
  "isLValue": false,
@@ -1293,13 +1293,13 @@
1293
1293
  "typeString": "uint256"
1294
1294
  }
1295
1295
  },
1296
- "id": 34911,
1296
+ "id": 34930,
1297
1297
  "nodeType": "ExpressionStatement",
1298
1298
  "src": "2006:86:54"
1299
1299
  },
1300
1300
  {
1301
1301
  "expression": {
1302
- "id": 34913,
1302
+ "id": 34932,
1303
1303
  "isConstant": false,
1304
1304
  "isLValue": false,
1305
1305
  "isPure": false,
@@ -1309,11 +1309,11 @@
1309
1309
  "prefix": false,
1310
1310
  "src": "2102:3:54",
1311
1311
  "subExpression": {
1312
- "id": 34912,
1312
+ "id": 34931,
1313
1313
  "name": "i",
1314
1314
  "nodeType": "Identifier",
1315
1315
  "overloadedDeclarations": [],
1316
- "referencedDeclaration": 34860,
1316
+ "referencedDeclaration": 34879,
1317
1317
  "src": "2102:1:54",
1318
1318
  "typeDescriptions": {
1319
1319
  "typeIdentifier": "t_uint256",
@@ -1325,7 +1325,7 @@
1325
1325
  "typeString": "uint256"
1326
1326
  }
1327
1327
  },
1328
- "id": 34914,
1328
+ "id": 34933,
1329
1329
  "nodeType": "ExpressionStatement",
1330
1330
  "src": "2102:3:54"
1331
1331
  }
@@ -1338,17 +1338,17 @@
1338
1338
  "typeIdentifier": "t_uint256",
1339
1339
  "typeString": "uint256"
1340
1340
  },
1341
- "id": 34866,
1341
+ "id": 34885,
1342
1342
  "isConstant": false,
1343
1343
  "isLValue": false,
1344
1344
  "isPure": false,
1345
1345
  "lValueRequested": false,
1346
1346
  "leftExpression": {
1347
- "id": 34863,
1347
+ "id": 34882,
1348
1348
  "name": "i",
1349
1349
  "nodeType": "Identifier",
1350
1350
  "overloadedDeclarations": [],
1351
- "referencedDeclaration": 34860,
1351
+ "referencedDeclaration": 34879,
1352
1352
  "src": "1375:1:54",
1353
1353
  "typeDescriptions": {
1354
1354
  "typeIdentifier": "t_uint256",
@@ -1359,18 +1359,18 @@
1359
1359
  "operator": "<",
1360
1360
  "rightExpression": {
1361
1361
  "expression": {
1362
- "id": 34864,
1362
+ "id": 34883,
1363
1363
  "name": "_staticFields",
1364
1364
  "nodeType": "Identifier",
1365
1365
  "overloadedDeclarations": [],
1366
- "referencedDeclaration": 34822,
1366
+ "referencedDeclaration": 34841,
1367
1367
  "src": "1379:13:54",
1368
1368
  "typeDescriptions": {
1369
1369
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
1370
1370
  "typeString": "uint256[] memory"
1371
1371
  }
1372
1372
  },
1373
- "id": 34865,
1373
+ "id": 34884,
1374
1374
  "isConstant": false,
1375
1375
  "isLValue": false,
1376
1376
  "isPure": false,
@@ -1390,20 +1390,20 @@
1390
1390
  "typeString": "bool"
1391
1391
  }
1392
1392
  },
1393
- "id": 34917,
1393
+ "id": 34936,
1394
1394
  "initializationExpression": {
1395
1395
  "assignments": [
1396
- 34860
1396
+ 34879
1397
1397
  ],
1398
1398
  "declarations": [
1399
1399
  {
1400
1400
  "constant": false,
1401
- "id": 34860,
1401
+ "id": 34879,
1402
1402
  "mutability": "mutable",
1403
1403
  "name": "i",
1404
1404
  "nameLocation": "1368:1:54",
1405
1405
  "nodeType": "VariableDeclaration",
1406
- "scope": 34917,
1406
+ "scope": 34936,
1407
1407
  "src": "1360:9:54",
1408
1408
  "stateVariable": false,
1409
1409
  "storageLocation": "default",
@@ -1412,7 +1412,7 @@
1412
1412
  "typeString": "uint256"
1413
1413
  },
1414
1414
  "typeName": {
1415
- "id": 34859,
1415
+ "id": 34878,
1416
1416
  "name": "uint256",
1417
1417
  "nodeType": "ElementaryTypeName",
1418
1418
  "src": "1360:7:54",
@@ -1424,10 +1424,10 @@
1424
1424
  "visibility": "internal"
1425
1425
  }
1426
1426
  ],
1427
- "id": 34862,
1427
+ "id": 34881,
1428
1428
  "initialValue": {
1429
1429
  "hexValue": "30",
1430
- "id": 34861,
1430
+ "id": 34880,
1431
1431
  "isConstant": false,
1432
1432
  "isLValue": false,
1433
1433
  "isPure": true,
@@ -1449,17 +1449,17 @@
1449
1449
  },
1450
1450
  {
1451
1451
  "expression": {
1452
- "id": 34923,
1452
+ "id": 34942,
1453
1453
  "isConstant": false,
1454
1454
  "isLValue": false,
1455
1455
  "isPure": false,
1456
1456
  "lValueRequested": false,
1457
1457
  "leftHandSide": {
1458
- "id": 34918,
1458
+ "id": 34937,
1459
1459
  "name": "fieldLayout",
1460
1460
  "nodeType": "Identifier",
1461
1461
  "overloadedDeclarations": [],
1462
- "referencedDeclaration": 34831,
1462
+ "referencedDeclaration": 34850,
1463
1463
  "src": "2361:11:54",
1464
1464
  "typeDescriptions": {
1465
1465
  "typeIdentifier": "t_uint256",
@@ -1473,17 +1473,17 @@
1473
1473
  "typeIdentifier": "t_uint256",
1474
1474
  "typeString": "uint256"
1475
1475
  },
1476
- "id": 34922,
1476
+ "id": 34941,
1477
1477
  "isConstant": false,
1478
1478
  "isLValue": false,
1479
1479
  "isPure": false,
1480
1480
  "lValueRequested": false,
1481
1481
  "leftExpression": {
1482
- "id": 34919,
1482
+ "id": 34938,
1483
1483
  "name": "totalLength",
1484
1484
  "nodeType": "Identifier",
1485
1485
  "overloadedDeclarations": [],
1486
- "referencedDeclaration": 34834,
1486
+ "referencedDeclaration": 34853,
1487
1487
  "src": "2376:11:54",
1488
1488
  "typeDescriptions": {
1489
1489
  "typeIdentifier": "t_uint256",
@@ -1494,18 +1494,18 @@
1494
1494
  "operator": "<<",
1495
1495
  "rightExpression": {
1496
1496
  "expression": {
1497
- "id": 34920,
1497
+ "id": 34939,
1498
1498
  "name": "LayoutOffsets",
1499
1499
  "nodeType": "Identifier",
1500
1500
  "overloadedDeclarations": [],
1501
- "referencedDeclaration": 67585,
1501
+ "referencedDeclaration": 67604,
1502
1502
  "src": "2391:13:54",
1503
1503
  "typeDescriptions": {
1504
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
1504
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
1505
1505
  "typeString": "type(library LayoutOffsets)"
1506
1506
  }
1507
1507
  },
1508
- "id": 34921,
1508
+ "id": 34940,
1509
1509
  "isConstant": false,
1510
1510
  "isLValue": false,
1511
1511
  "isPure": true,
@@ -1513,7 +1513,7 @@
1513
1513
  "memberLocation": "2405:12:54",
1514
1514
  "memberName": "TOTAL_LENGTH",
1515
1515
  "nodeType": "MemberAccess",
1516
- "referencedDeclaration": 67562,
1516
+ "referencedDeclaration": 67581,
1517
1517
  "src": "2391:26:54",
1518
1518
  "typeDescriptions": {
1519
1519
  "typeIdentifier": "t_uint256",
@@ -1532,23 +1532,23 @@
1532
1532
  "typeString": "uint256"
1533
1533
  }
1534
1534
  },
1535
- "id": 34924,
1535
+ "id": 34943,
1536
1536
  "nodeType": "ExpressionStatement",
1537
1537
  "src": "2361:56:54"
1538
1538
  },
1539
1539
  {
1540
1540
  "expression": {
1541
- "id": 34931,
1541
+ "id": 34950,
1542
1542
  "isConstant": false,
1543
1543
  "isLValue": false,
1544
1544
  "isPure": false,
1545
1545
  "lValueRequested": false,
1546
1546
  "leftHandSide": {
1547
- "id": 34925,
1547
+ "id": 34944,
1548
1548
  "name": "fieldLayout",
1549
1549
  "nodeType": "Identifier",
1550
1550
  "overloadedDeclarations": [],
1551
- "referencedDeclaration": 34831,
1551
+ "referencedDeclaration": 34850,
1552
1552
  "src": "2423:11:54",
1553
1553
  "typeDescriptions": {
1554
1554
  "typeIdentifier": "t_uint256",
@@ -1562,25 +1562,25 @@
1562
1562
  "typeIdentifier": "t_uint256",
1563
1563
  "typeString": "uint256"
1564
1564
  },
1565
- "id": 34930,
1565
+ "id": 34949,
1566
1566
  "isConstant": false,
1567
1567
  "isLValue": false,
1568
1568
  "isPure": false,
1569
1569
  "lValueRequested": false,
1570
1570
  "leftExpression": {
1571
1571
  "expression": {
1572
- "id": 34926,
1572
+ "id": 34945,
1573
1573
  "name": "_staticFields",
1574
1574
  "nodeType": "Identifier",
1575
1575
  "overloadedDeclarations": [],
1576
- "referencedDeclaration": 34822,
1576
+ "referencedDeclaration": 34841,
1577
1577
  "src": "2438:13:54",
1578
1578
  "typeDescriptions": {
1579
1579
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
1580
1580
  "typeString": "uint256[] memory"
1581
1581
  }
1582
1582
  },
1583
- "id": 34927,
1583
+ "id": 34946,
1584
1584
  "isConstant": false,
1585
1585
  "isLValue": false,
1586
1586
  "isPure": false,
@@ -1598,18 +1598,18 @@
1598
1598
  "operator": "<<",
1599
1599
  "rightExpression": {
1600
1600
  "expression": {
1601
- "id": 34928,
1601
+ "id": 34947,
1602
1602
  "name": "LayoutOffsets",
1603
1603
  "nodeType": "Identifier",
1604
1604
  "overloadedDeclarations": [],
1605
- "referencedDeclaration": 67585,
1605
+ "referencedDeclaration": 67604,
1606
1606
  "src": "2462:13:54",
1607
1607
  "typeDescriptions": {
1608
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
1608
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
1609
1609
  "typeString": "type(library LayoutOffsets)"
1610
1610
  }
1611
1611
  },
1612
- "id": 34929,
1612
+ "id": 34948,
1613
1613
  "isConstant": false,
1614
1614
  "isLValue": false,
1615
1615
  "isPure": true,
@@ -1617,7 +1617,7 @@
1617
1617
  "memberLocation": "2476:17:54",
1618
1618
  "memberName": "NUM_STATIC_FIELDS",
1619
1619
  "nodeType": "MemberAccess",
1620
- "referencedDeclaration": 67572,
1620
+ "referencedDeclaration": 67591,
1621
1621
  "src": "2462:31:54",
1622
1622
  "typeDescriptions": {
1623
1623
  "typeIdentifier": "t_uint256",
@@ -1636,23 +1636,23 @@
1636
1636
  "typeString": "uint256"
1637
1637
  }
1638
1638
  },
1639
- "id": 34932,
1639
+ "id": 34951,
1640
1640
  "nodeType": "ExpressionStatement",
1641
1641
  "src": "2423:70:54"
1642
1642
  },
1643
1643
  {
1644
1644
  "expression": {
1645
- "id": 34938,
1645
+ "id": 34957,
1646
1646
  "isConstant": false,
1647
1647
  "isLValue": false,
1648
1648
  "isPure": false,
1649
1649
  "lValueRequested": false,
1650
1650
  "leftHandSide": {
1651
- "id": 34933,
1651
+ "id": 34952,
1652
1652
  "name": "fieldLayout",
1653
1653
  "nodeType": "Identifier",
1654
1654
  "overloadedDeclarations": [],
1655
- "referencedDeclaration": 34831,
1655
+ "referencedDeclaration": 34850,
1656
1656
  "src": "2499:11:54",
1657
1657
  "typeDescriptions": {
1658
1658
  "typeIdentifier": "t_uint256",
@@ -1666,17 +1666,17 @@
1666
1666
  "typeIdentifier": "t_uint256",
1667
1667
  "typeString": "uint256"
1668
1668
  },
1669
- "id": 34937,
1669
+ "id": 34956,
1670
1670
  "isConstant": false,
1671
1671
  "isLValue": false,
1672
1672
  "isPure": false,
1673
1673
  "lValueRequested": false,
1674
1674
  "leftExpression": {
1675
- "id": 34934,
1675
+ "id": 34953,
1676
1676
  "name": "numDynamicFields",
1677
1677
  "nodeType": "Identifier",
1678
1678
  "overloadedDeclarations": [],
1679
- "referencedDeclaration": 34824,
1679
+ "referencedDeclaration": 34843,
1680
1680
  "src": "2514:16:54",
1681
1681
  "typeDescriptions": {
1682
1682
  "typeIdentifier": "t_uint256",
@@ -1687,18 +1687,18 @@
1687
1687
  "operator": "<<",
1688
1688
  "rightExpression": {
1689
1689
  "expression": {
1690
- "id": 34935,
1690
+ "id": 34954,
1691
1691
  "name": "LayoutOffsets",
1692
1692
  "nodeType": "Identifier",
1693
1693
  "overloadedDeclarations": [],
1694
- "referencedDeclaration": 67585,
1694
+ "referencedDeclaration": 67604,
1695
1695
  "src": "2534:13:54",
1696
1696
  "typeDescriptions": {
1697
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
1697
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
1698
1698
  "typeString": "type(library LayoutOffsets)"
1699
1699
  }
1700
1700
  },
1701
- "id": 34936,
1701
+ "id": 34955,
1702
1702
  "isConstant": false,
1703
1703
  "isLValue": false,
1704
1704
  "isPure": true,
@@ -1706,7 +1706,7 @@
1706
1706
  "memberLocation": "2548:18:54",
1707
1707
  "memberName": "NUM_DYNAMIC_FIELDS",
1708
1708
  "nodeType": "MemberAccess",
1709
- "referencedDeclaration": 67584,
1709
+ "referencedDeclaration": 67603,
1710
1710
  "src": "2534:32:54",
1711
1711
  "typeDescriptions": {
1712
1712
  "typeIdentifier": "t_uint256",
@@ -1725,7 +1725,7 @@
1725
1725
  "typeString": "uint256"
1726
1726
  }
1727
1727
  },
1728
- "id": 34939,
1728
+ "id": 34958,
1729
1729
  "nodeType": "ExpressionStatement",
1730
1730
  "src": "2499:67:54"
1731
1731
  },
@@ -1735,11 +1735,11 @@
1735
1735
  {
1736
1736
  "arguments": [
1737
1737
  {
1738
- "id": 34944,
1738
+ "id": 34963,
1739
1739
  "name": "fieldLayout",
1740
1740
  "nodeType": "Identifier",
1741
1741
  "overloadedDeclarations": [],
1742
- "referencedDeclaration": 34831,
1742
+ "referencedDeclaration": 34850,
1743
1743
  "src": "2605:11:54",
1744
1744
  "typeDescriptions": {
1745
1745
  "typeIdentifier": "t_uint256",
@@ -1754,7 +1754,7 @@
1754
1754
  "typeString": "uint256"
1755
1755
  }
1756
1756
  ],
1757
- "id": 34943,
1757
+ "id": 34962,
1758
1758
  "isConstant": false,
1759
1759
  "isLValue": false,
1760
1760
  "isPure": true,
@@ -1766,14 +1766,14 @@
1766
1766
  "typeString": "type(bytes32)"
1767
1767
  },
1768
1768
  "typeName": {
1769
- "id": 34942,
1769
+ "id": 34961,
1770
1770
  "name": "bytes32",
1771
1771
  "nodeType": "ElementaryTypeName",
1772
1772
  "src": "2597:7:54",
1773
1773
  "typeDescriptions": {}
1774
1774
  }
1775
1775
  },
1776
- "id": 34945,
1776
+ "id": 34964,
1777
1777
  "isConstant": false,
1778
1778
  "isLValue": false,
1779
1779
  "isPure": false,
@@ -1798,18 +1798,18 @@
1798
1798
  }
1799
1799
  ],
1800
1800
  "expression": {
1801
- "id": 34940,
1801
+ "id": 34959,
1802
1802
  "name": "FieldLayout",
1803
1803
  "nodeType": "Identifier",
1804
1804
  "overloadedDeclarations": [],
1805
- "referencedDeclaration": 34805,
1805
+ "referencedDeclaration": 34824,
1806
1806
  "src": "2580:11:54",
1807
1807
  "typeDescriptions": {
1808
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34805_$",
1808
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34824_$",
1809
1809
  "typeString": "type(FieldLayout)"
1810
1810
  }
1811
1811
  },
1812
- "id": 34941,
1812
+ "id": 34960,
1813
1813
  "isConstant": false,
1814
1814
  "isLValue": false,
1815
1815
  "isPure": true,
@@ -1819,11 +1819,11 @@
1819
1819
  "nodeType": "MemberAccess",
1820
1820
  "src": "2580:16:54",
1821
1821
  "typeDescriptions": {
1822
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_FieldLayout_$34805_$",
1822
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_FieldLayout_$34824_$",
1823
1823
  "typeString": "function (bytes32) pure returns (FieldLayout)"
1824
1824
  }
1825
1825
  },
1826
- "id": 34946,
1826
+ "id": 34965,
1827
1827
  "isConstant": false,
1828
1828
  "isLValue": false,
1829
1829
  "isPure": false,
@@ -1835,19 +1835,19 @@
1835
1835
  "src": "2580:38:54",
1836
1836
  "tryCall": false,
1837
1837
  "typeDescriptions": {
1838
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
1838
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
1839
1839
  "typeString": "FieldLayout"
1840
1840
  }
1841
1841
  },
1842
- "functionReturnParameters": 34829,
1843
- "id": 34947,
1842
+ "functionReturnParameters": 34848,
1843
+ "id": 34966,
1844
1844
  "nodeType": "Return",
1845
1845
  "src": "2573:45:54"
1846
1846
  }
1847
1847
  ]
1848
1848
  },
1849
1849
  "documentation": {
1850
- "id": 34819,
1850
+ "id": 34838,
1851
1851
  "nodeType": "StructuredDocumentation",
1852
1852
  "src": "766:66:54",
1853
1853
  "text": " Encode the given field layout into a single bytes32"
@@ -1858,17 +1858,17 @@
1858
1858
  "name": "encode",
1859
1859
  "nameLocation": "844:6:54",
1860
1860
  "parameters": {
1861
- "id": 34825,
1861
+ "id": 34844,
1862
1862
  "nodeType": "ParameterList",
1863
1863
  "parameters": [
1864
1864
  {
1865
1865
  "constant": false,
1866
- "id": 34822,
1866
+ "id": 34841,
1867
1867
  "mutability": "mutable",
1868
1868
  "name": "_staticFields",
1869
1869
  "nameLocation": "868:13:54",
1870
1870
  "nodeType": "VariableDeclaration",
1871
- "scope": 34949,
1871
+ "scope": 34968,
1872
1872
  "src": "851:30:54",
1873
1873
  "stateVariable": false,
1874
1874
  "storageLocation": "memory",
@@ -1878,7 +1878,7 @@
1878
1878
  },
1879
1879
  "typeName": {
1880
1880
  "baseType": {
1881
- "id": 34820,
1881
+ "id": 34839,
1882
1882
  "name": "uint256",
1883
1883
  "nodeType": "ElementaryTypeName",
1884
1884
  "src": "851:7:54",
@@ -1887,7 +1887,7 @@
1887
1887
  "typeString": "uint256"
1888
1888
  }
1889
1889
  },
1890
- "id": 34821,
1890
+ "id": 34840,
1891
1891
  "nodeType": "ArrayTypeName",
1892
1892
  "src": "851:9:54",
1893
1893
  "typeDescriptions": {
@@ -1899,12 +1899,12 @@
1899
1899
  },
1900
1900
  {
1901
1901
  "constant": false,
1902
- "id": 34824,
1902
+ "id": 34843,
1903
1903
  "mutability": "mutable",
1904
1904
  "name": "numDynamicFields",
1905
1905
  "nameLocation": "891:16:54",
1906
1906
  "nodeType": "VariableDeclaration",
1907
- "scope": 34949,
1907
+ "scope": 34968,
1908
1908
  "src": "883:24:54",
1909
1909
  "stateVariable": false,
1910
1910
  "storageLocation": "default",
@@ -1913,7 +1913,7 @@
1913
1913
  "typeString": "uint256"
1914
1914
  },
1915
1915
  "typeName": {
1916
- "id": 34823,
1916
+ "id": 34842,
1917
1917
  "name": "uint256",
1918
1918
  "nodeType": "ElementaryTypeName",
1919
1919
  "src": "883:7:54",
@@ -1928,41 +1928,41 @@
1928
1928
  "src": "850:58:54"
1929
1929
  },
1930
1930
  "returnParameters": {
1931
- "id": 34829,
1931
+ "id": 34848,
1932
1932
  "nodeType": "ParameterList",
1933
1933
  "parameters": [
1934
1934
  {
1935
1935
  "constant": false,
1936
- "id": 34828,
1936
+ "id": 34847,
1937
1937
  "mutability": "mutable",
1938
1938
  "name": "",
1939
1939
  "nameLocation": "-1:-1:-1",
1940
1940
  "nodeType": "VariableDeclaration",
1941
- "scope": 34949,
1941
+ "scope": 34968,
1942
1942
  "src": "932:11:54",
1943
1943
  "stateVariable": false,
1944
1944
  "storageLocation": "default",
1945
1945
  "typeDescriptions": {
1946
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
1946
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
1947
1947
  "typeString": "FieldLayout"
1948
1948
  },
1949
1949
  "typeName": {
1950
- "id": 34827,
1950
+ "id": 34846,
1951
1951
  "nodeType": "UserDefinedTypeName",
1952
1952
  "pathNode": {
1953
- "id": 34826,
1953
+ "id": 34845,
1954
1954
  "name": "FieldLayout",
1955
1955
  "nameLocations": [
1956
1956
  "932:11:54"
1957
1957
  ],
1958
1958
  "nodeType": "IdentifierPath",
1959
- "referencedDeclaration": 34805,
1959
+ "referencedDeclaration": 34824,
1960
1960
  "src": "932:11:54"
1961
1961
  },
1962
- "referencedDeclaration": 34805,
1962
+ "referencedDeclaration": 34824,
1963
1963
  "src": "932:11:54",
1964
1964
  "typeDescriptions": {
1965
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
1965
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
1966
1966
  "typeString": "FieldLayout"
1967
1967
  }
1968
1968
  },
@@ -1971,7 +1971,7 @@
1971
1971
  ],
1972
1972
  "src": "931:13:54"
1973
1973
  },
1974
- "scope": 34950,
1974
+ "scope": 34969,
1975
1975
  "stateMutability": "pure",
1976
1976
  "virtual": false,
1977
1977
  "visibility": "internal"
@@ -1983,43 +1983,43 @@
1983
1983
  "contractDependencies": [],
1984
1984
  "contractKind": "library",
1985
1985
  "documentation": {
1986
- "id": 34810,
1986
+ "id": 34829,
1987
1987
  "nodeType": "StructuredDocumentation",
1988
1988
  "src": "539:43:54",
1989
1989
  "text": " Static functions for FieldLayout"
1990
1990
  },
1991
1991
  "fullyImplemented": true,
1992
1992
  "linearizedBaseContracts": [
1993
- 34950
1993
+ 34969
1994
1994
  ],
1995
1995
  "name": "FieldLayoutLib",
1996
1996
  "nameLocation": "591:14:54",
1997
- "scope": 35224,
1997
+ "scope": 35243,
1998
1998
  "usedErrors": [
1999
- 34814,
2000
- 34816,
2001
- 34818
1999
+ 34833,
2000
+ 34835,
2001
+ 34837
2002
2002
  ],
2003
2003
  "usedEvents": []
2004
2004
  },
2005
2005
  {
2006
- "id": 35223,
2006
+ "id": 35242,
2007
2007
  "nodeType": "ContractDefinition",
2008
2008
  "src": "2673:2977:54",
2009
2009
  "nodes": [
2010
2010
  {
2011
- "id": 34984,
2011
+ "id": 35003,
2012
2012
  "nodeType": "FunctionDefinition",
2013
2013
  "src": "2768:217:54",
2014
2014
  "nodes": [],
2015
2015
  "body": {
2016
- "id": 34983,
2016
+ "id": 35002,
2017
2017
  "nodeType": "Block",
2018
2018
  "src": "2857:128:54",
2019
2019
  "nodes": [],
2020
2020
  "statements": [
2021
2021
  {
2022
- "id": 34982,
2022
+ "id": 35001,
2023
2023
  "nodeType": "UncheckedBlock",
2024
2024
  "src": "2863:118:54",
2025
2025
  "statements": [
@@ -2031,7 +2031,7 @@
2031
2031
  "typeIdentifier": "t_uint256",
2032
2032
  "typeString": "uint256"
2033
2033
  },
2034
- "id": 34979,
2034
+ "id": 34998,
2035
2035
  "isConstant": false,
2036
2036
  "isLValue": false,
2037
2037
  "isPure": false,
@@ -2043,18 +2043,18 @@
2043
2043
  "expression": {
2044
2044
  "argumentTypes": [],
2045
2045
  "expression": {
2046
- "id": 34966,
2046
+ "id": 34985,
2047
2047
  "name": "fieldLayout",
2048
2048
  "nodeType": "Identifier",
2049
2049
  "overloadedDeclarations": [],
2050
- "referencedDeclaration": 34955,
2050
+ "referencedDeclaration": 34974,
2051
2051
  "src": "2902:11:54",
2052
2052
  "typeDescriptions": {
2053
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2053
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2054
2054
  "typeString": "FieldLayout"
2055
2055
  }
2056
2056
  },
2057
- "id": 34967,
2057
+ "id": 34986,
2058
2058
  "isConstant": false,
2059
2059
  "isLValue": false,
2060
2060
  "isPure": false,
@@ -2062,14 +2062,14 @@
2062
2062
  "memberLocation": "2914:6:54",
2063
2063
  "memberName": "unwrap",
2064
2064
  "nodeType": "MemberAccess",
2065
- "referencedDeclaration": 35222,
2065
+ "referencedDeclaration": 35241,
2066
2066
  "src": "2902:18:54",
2067
2067
  "typeDescriptions": {
2068
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
2068
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
2069
2069
  "typeString": "function (FieldLayout) pure returns (bytes32)"
2070
2070
  }
2071
2071
  },
2072
- "id": 34968,
2072
+ "id": 34987,
2073
2073
  "isConstant": false,
2074
2074
  "isLValue": false,
2075
2075
  "isPure": false,
@@ -2093,7 +2093,7 @@
2093
2093
  "typeString": "bytes32"
2094
2094
  }
2095
2095
  ],
2096
- "id": 34965,
2096
+ "id": 34984,
2097
2097
  "isConstant": false,
2098
2098
  "isLValue": false,
2099
2099
  "isPure": true,
@@ -2105,14 +2105,14 @@
2105
2105
  "typeString": "type(uint256)"
2106
2106
  },
2107
2107
  "typeName": {
2108
- "id": 34964,
2108
+ "id": 34983,
2109
2109
  "name": "uint256",
2110
2110
  "nodeType": "ElementaryTypeName",
2111
2111
  "src": "2894:7:54",
2112
2112
  "typeDescriptions": {}
2113
2113
  }
2114
2114
  },
2115
- "id": 34969,
2115
+ "id": 34988,
2116
2116
  "isConstant": false,
2117
2117
  "isLValue": false,
2118
2118
  "isPure": false,
@@ -2137,7 +2137,7 @@
2137
2137
  "typeIdentifier": "t_uint256",
2138
2138
  "typeString": "uint256"
2139
2139
  },
2140
- "id": 34977,
2140
+ "id": 34996,
2141
2141
  "isConstant": false,
2142
2142
  "isLValue": false,
2143
2143
  "isPure": false,
@@ -2149,7 +2149,7 @@
2149
2149
  "typeIdentifier": "t_uint256",
2150
2150
  "typeString": "uint256"
2151
2151
  },
2152
- "id": 34974,
2152
+ "id": 34993,
2153
2153
  "isConstant": false,
2154
2154
  "isLValue": false,
2155
2155
  "isPure": false,
@@ -2159,17 +2159,17 @@
2159
2159
  "typeIdentifier": "t_uint256",
2160
2160
  "typeString": "uint256"
2161
2161
  },
2162
- "id": 34972,
2162
+ "id": 34991,
2163
2163
  "isConstant": false,
2164
2164
  "isLValue": false,
2165
2165
  "isPure": true,
2166
2166
  "lValueRequested": false,
2167
2167
  "leftExpression": {
2168
- "id": 34970,
2168
+ "id": 34989,
2169
2169
  "name": "WORD_LAST_INDEX",
2170
2170
  "nodeType": "Identifier",
2171
2171
  "overloadedDeclarations": [],
2172
- "referencedDeclaration": 67542,
2172
+ "referencedDeclaration": 67561,
2173
2173
  "src": "2929:15:54",
2174
2174
  "typeDescriptions": {
2175
2175
  "typeIdentifier": "t_uint256",
@@ -2180,7 +2180,7 @@
2180
2180
  "operator": "-",
2181
2181
  "rightExpression": {
2182
2182
  "hexValue": "34",
2183
- "id": 34971,
2183
+ "id": 34990,
2184
2184
  "isConstant": false,
2185
2185
  "isLValue": false,
2186
2186
  "isPure": true,
@@ -2203,11 +2203,11 @@
2203
2203
  "nodeType": "BinaryOperation",
2204
2204
  "operator": "-",
2205
2205
  "rightExpression": {
2206
- "id": 34973,
2206
+ "id": 34992,
2207
2207
  "name": "index",
2208
2208
  "nodeType": "Identifier",
2209
2209
  "overloadedDeclarations": [],
2210
- "referencedDeclaration": 34957,
2210
+ "referencedDeclaration": 34976,
2211
2211
  "src": "2951:5:54",
2212
2212
  "typeDescriptions": {
2213
2213
  "typeIdentifier": "t_uint256",
@@ -2221,7 +2221,7 @@
2221
2221
  }
2222
2222
  }
2223
2223
  ],
2224
- "id": 34975,
2224
+ "id": 34994,
2225
2225
  "isConstant": false,
2226
2226
  "isInlineArray": false,
2227
2227
  "isLValue": false,
@@ -2237,11 +2237,11 @@
2237
2237
  "nodeType": "BinaryOperation",
2238
2238
  "operator": "*",
2239
2239
  "rightExpression": {
2240
- "id": 34976,
2240
+ "id": 34995,
2241
2241
  "name": "BYTE_TO_BITS",
2242
2242
  "nodeType": "Identifier",
2243
2243
  "overloadedDeclarations": [],
2244
- "referencedDeclaration": 67545,
2244
+ "referencedDeclaration": 67564,
2245
2245
  "src": "2960:12:54",
2246
2246
  "typeDescriptions": {
2247
2247
  "typeIdentifier": "t_uint256",
@@ -2255,7 +2255,7 @@
2255
2255
  }
2256
2256
  }
2257
2257
  ],
2258
- "id": 34978,
2258
+ "id": 34997,
2259
2259
  "isConstant": false,
2260
2260
  "isInlineArray": false,
2261
2261
  "isLValue": false,
@@ -2282,7 +2282,7 @@
2282
2282
  "typeString": "uint256"
2283
2283
  }
2284
2284
  ],
2285
- "id": 34963,
2285
+ "id": 34982,
2286
2286
  "isConstant": false,
2287
2287
  "isLValue": false,
2288
2288
  "isPure": true,
@@ -2294,14 +2294,14 @@
2294
2294
  "typeString": "type(uint8)"
2295
2295
  },
2296
2296
  "typeName": {
2297
- "id": 34962,
2297
+ "id": 34981,
2298
2298
  "name": "uint8",
2299
2299
  "nodeType": "ElementaryTypeName",
2300
2300
  "src": "2888:5:54",
2301
2301
  "typeDescriptions": {}
2302
2302
  }
2303
2303
  },
2304
- "id": 34980,
2304
+ "id": 34999,
2305
2305
  "isConstant": false,
2306
2306
  "isLValue": false,
2307
2307
  "isPure": false,
@@ -2317,8 +2317,8 @@
2317
2317
  "typeString": "uint8"
2318
2318
  }
2319
2319
  },
2320
- "functionReturnParameters": 34961,
2321
- "id": 34981,
2320
+ "functionReturnParameters": 34980,
2321
+ "id": 35000,
2322
2322
  "nodeType": "Return",
2323
2323
  "src": "2881:93:54"
2324
2324
  }
@@ -2327,7 +2327,7 @@
2327
2327
  ]
2328
2328
  },
2329
2329
  "documentation": {
2330
- "id": 34952,
2330
+ "id": 34971,
2331
2331
  "nodeType": "StructuredDocumentation",
2332
2332
  "src": "2705:60:54",
2333
2333
  "text": " Get the static byte length at the given index"
@@ -2338,41 +2338,41 @@
2338
2338
  "name": "atIndex",
2339
2339
  "nameLocation": "2777:7:54",
2340
2340
  "parameters": {
2341
- "id": 34958,
2341
+ "id": 34977,
2342
2342
  "nodeType": "ParameterList",
2343
2343
  "parameters": [
2344
2344
  {
2345
2345
  "constant": false,
2346
- "id": 34955,
2346
+ "id": 34974,
2347
2347
  "mutability": "mutable",
2348
2348
  "name": "fieldLayout",
2349
2349
  "nameLocation": "2797:11:54",
2350
2350
  "nodeType": "VariableDeclaration",
2351
- "scope": 34984,
2351
+ "scope": 35003,
2352
2352
  "src": "2785:23:54",
2353
2353
  "stateVariable": false,
2354
2354
  "storageLocation": "default",
2355
2355
  "typeDescriptions": {
2356
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2356
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2357
2357
  "typeString": "FieldLayout"
2358
2358
  },
2359
2359
  "typeName": {
2360
- "id": 34954,
2360
+ "id": 34973,
2361
2361
  "nodeType": "UserDefinedTypeName",
2362
2362
  "pathNode": {
2363
- "id": 34953,
2363
+ "id": 34972,
2364
2364
  "name": "FieldLayout",
2365
2365
  "nameLocations": [
2366
2366
  "2785:11:54"
2367
2367
  ],
2368
2368
  "nodeType": "IdentifierPath",
2369
- "referencedDeclaration": 34805,
2369
+ "referencedDeclaration": 34824,
2370
2370
  "src": "2785:11:54"
2371
2371
  },
2372
- "referencedDeclaration": 34805,
2372
+ "referencedDeclaration": 34824,
2373
2373
  "src": "2785:11:54",
2374
2374
  "typeDescriptions": {
2375
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2375
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2376
2376
  "typeString": "FieldLayout"
2377
2377
  }
2378
2378
  },
@@ -2380,12 +2380,12 @@
2380
2380
  },
2381
2381
  {
2382
2382
  "constant": false,
2383
- "id": 34957,
2383
+ "id": 34976,
2384
2384
  "mutability": "mutable",
2385
2385
  "name": "index",
2386
2386
  "nameLocation": "2818:5:54",
2387
2387
  "nodeType": "VariableDeclaration",
2388
- "scope": 34984,
2388
+ "scope": 35003,
2389
2389
  "src": "2810:13:54",
2390
2390
  "stateVariable": false,
2391
2391
  "storageLocation": "default",
@@ -2394,7 +2394,7 @@
2394
2394
  "typeString": "uint256"
2395
2395
  },
2396
2396
  "typeName": {
2397
- "id": 34956,
2397
+ "id": 34975,
2398
2398
  "name": "uint256",
2399
2399
  "nodeType": "ElementaryTypeName",
2400
2400
  "src": "2810:7:54",
@@ -2409,17 +2409,17 @@
2409
2409
  "src": "2784:40:54"
2410
2410
  },
2411
2411
  "returnParameters": {
2412
- "id": 34961,
2412
+ "id": 34980,
2413
2413
  "nodeType": "ParameterList",
2414
2414
  "parameters": [
2415
2415
  {
2416
2416
  "constant": false,
2417
- "id": 34960,
2417
+ "id": 34979,
2418
2418
  "mutability": "mutable",
2419
2419
  "name": "",
2420
2420
  "nameLocation": "-1:-1:-1",
2421
2421
  "nodeType": "VariableDeclaration",
2422
- "scope": 34984,
2422
+ "scope": 35003,
2423
2423
  "src": "2848:7:54",
2424
2424
  "stateVariable": false,
2425
2425
  "storageLocation": "default",
@@ -2428,7 +2428,7 @@
2428
2428
  "typeString": "uint256"
2429
2429
  },
2430
2430
  "typeName": {
2431
- "id": 34959,
2431
+ "id": 34978,
2432
2432
  "name": "uint256",
2433
2433
  "nodeType": "ElementaryTypeName",
2434
2434
  "src": "2848:7:54",
@@ -2442,18 +2442,18 @@
2442
2442
  ],
2443
2443
  "src": "2847:9:54"
2444
2444
  },
2445
- "scope": 35223,
2445
+ "scope": 35242,
2446
2446
  "stateMutability": "pure",
2447
2447
  "virtual": false,
2448
2448
  "visibility": "internal"
2449
2449
  },
2450
2450
  {
2451
- "id": 35005,
2451
+ "id": 35024,
2452
2452
  "nodeType": "FunctionDefinition",
2453
2453
  "src": "3066:171:54",
2454
2454
  "nodes": [],
2455
2455
  "body": {
2456
- "id": 35004,
2456
+ "id": 35023,
2457
2457
  "nodeType": "Block",
2458
2458
  "src": "3149:88:54",
2459
2459
  "nodes": [],
@@ -2464,7 +2464,7 @@
2464
2464
  "typeIdentifier": "t_uint256",
2465
2465
  "typeString": "uint256"
2466
2466
  },
2467
- "id": 35002,
2467
+ "id": 35021,
2468
2468
  "isConstant": false,
2469
2469
  "isLValue": false,
2470
2470
  "isPure": false,
@@ -2474,14 +2474,14 @@
2474
2474
  {
2475
2475
  "arguments": [
2476
2476
  {
2477
- "id": 34997,
2477
+ "id": 35016,
2478
2478
  "name": "fieldLayout",
2479
2479
  "nodeType": "Identifier",
2480
2480
  "overloadedDeclarations": [],
2481
- "referencedDeclaration": 34988,
2481
+ "referencedDeclaration": 35007,
2482
2482
  "src": "3189:11:54",
2483
2483
  "typeDescriptions": {
2484
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2484
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2485
2485
  "typeString": "FieldLayout"
2486
2486
  }
2487
2487
  }
@@ -2489,23 +2489,23 @@
2489
2489
  "expression": {
2490
2490
  "argumentTypes": [
2491
2491
  {
2492
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2492
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2493
2493
  "typeString": "FieldLayout"
2494
2494
  }
2495
2495
  ],
2496
2496
  "expression": {
2497
- "id": 34995,
2497
+ "id": 35014,
2498
2498
  "name": "FieldLayout",
2499
2499
  "nodeType": "Identifier",
2500
2500
  "overloadedDeclarations": [],
2501
- "referencedDeclaration": 34805,
2501
+ "referencedDeclaration": 34824,
2502
2502
  "src": "3170:11:54",
2503
2503
  "typeDescriptions": {
2504
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34805_$",
2504
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34824_$",
2505
2505
  "typeString": "type(FieldLayout)"
2506
2506
  }
2507
2507
  },
2508
- "id": 34996,
2508
+ "id": 35015,
2509
2509
  "isConstant": false,
2510
2510
  "isLValue": false,
2511
2511
  "isPure": true,
@@ -2515,11 +2515,11 @@
2515
2515
  "nodeType": "MemberAccess",
2516
2516
  "src": "3170:18:54",
2517
2517
  "typeDescriptions": {
2518
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$",
2518
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$",
2519
2519
  "typeString": "function (FieldLayout) pure returns (bytes32)"
2520
2520
  }
2521
2521
  },
2522
- "id": 34998,
2522
+ "id": 35017,
2523
2523
  "isConstant": false,
2524
2524
  "isLValue": false,
2525
2525
  "isPure": false,
@@ -2543,7 +2543,7 @@
2543
2543
  "typeString": "bytes32"
2544
2544
  }
2545
2545
  ],
2546
- "id": 34994,
2546
+ "id": 35013,
2547
2547
  "isConstant": false,
2548
2548
  "isLValue": false,
2549
2549
  "isPure": true,
@@ -2555,14 +2555,14 @@
2555
2555
  "typeString": "type(uint256)"
2556
2556
  },
2557
2557
  "typeName": {
2558
- "id": 34993,
2558
+ "id": 35012,
2559
2559
  "name": "uint256",
2560
2560
  "nodeType": "ElementaryTypeName",
2561
2561
  "src": "3162:7:54",
2562
2562
  "typeDescriptions": {}
2563
2563
  }
2564
2564
  },
2565
- "id": 34999,
2565
+ "id": 35018,
2566
2566
  "isConstant": false,
2567
2567
  "isLValue": false,
2568
2568
  "isPure": false,
@@ -2582,18 +2582,18 @@
2582
2582
  "operator": ">>",
2583
2583
  "rightExpression": {
2584
2584
  "expression": {
2585
- "id": 35000,
2585
+ "id": 35019,
2586
2586
  "name": "LayoutOffsets",
2587
2587
  "nodeType": "Identifier",
2588
2588
  "overloadedDeclarations": [],
2589
- "referencedDeclaration": 67585,
2589
+ "referencedDeclaration": 67604,
2590
2590
  "src": "3206:13:54",
2591
2591
  "typeDescriptions": {
2592
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
2592
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
2593
2593
  "typeString": "type(library LayoutOffsets)"
2594
2594
  }
2595
2595
  },
2596
- "id": 35001,
2596
+ "id": 35020,
2597
2597
  "isConstant": false,
2598
2598
  "isLValue": false,
2599
2599
  "isPure": true,
@@ -2601,7 +2601,7 @@
2601
2601
  "memberLocation": "3220:12:54",
2602
2602
  "memberName": "TOTAL_LENGTH",
2603
2603
  "nodeType": "MemberAccess",
2604
- "referencedDeclaration": 67562,
2604
+ "referencedDeclaration": 67581,
2605
2605
  "src": "3206:26:54",
2606
2606
  "typeDescriptions": {
2607
2607
  "typeIdentifier": "t_uint256",
@@ -2614,15 +2614,15 @@
2614
2614
  "typeString": "uint256"
2615
2615
  }
2616
2616
  },
2617
- "functionReturnParameters": 34992,
2618
- "id": 35003,
2617
+ "functionReturnParameters": 35011,
2618
+ "id": 35022,
2619
2619
  "nodeType": "Return",
2620
2620
  "src": "3155:77:54"
2621
2621
  }
2622
2622
  ]
2623
2623
  },
2624
2624
  "documentation": {
2625
- "id": 34985,
2625
+ "id": 35004,
2626
2626
  "nodeType": "StructuredDocumentation",
2627
2627
  "src": "2989:74:54",
2628
2628
  "text": " Get the total static byte length for the given field layout"
@@ -2633,41 +2633,41 @@
2633
2633
  "name": "staticDataLength",
2634
2634
  "nameLocation": "3075:16:54",
2635
2635
  "parameters": {
2636
- "id": 34989,
2636
+ "id": 35008,
2637
2637
  "nodeType": "ParameterList",
2638
2638
  "parameters": [
2639
2639
  {
2640
2640
  "constant": false,
2641
- "id": 34988,
2641
+ "id": 35007,
2642
2642
  "mutability": "mutable",
2643
2643
  "name": "fieldLayout",
2644
2644
  "nameLocation": "3104:11:54",
2645
2645
  "nodeType": "VariableDeclaration",
2646
- "scope": 35005,
2646
+ "scope": 35024,
2647
2647
  "src": "3092:23:54",
2648
2648
  "stateVariable": false,
2649
2649
  "storageLocation": "default",
2650
2650
  "typeDescriptions": {
2651
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2651
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2652
2652
  "typeString": "FieldLayout"
2653
2653
  },
2654
2654
  "typeName": {
2655
- "id": 34987,
2655
+ "id": 35006,
2656
2656
  "nodeType": "UserDefinedTypeName",
2657
2657
  "pathNode": {
2658
- "id": 34986,
2658
+ "id": 35005,
2659
2659
  "name": "FieldLayout",
2660
2660
  "nameLocations": [
2661
2661
  "3092:11:54"
2662
2662
  ],
2663
2663
  "nodeType": "IdentifierPath",
2664
- "referencedDeclaration": 34805,
2664
+ "referencedDeclaration": 34824,
2665
2665
  "src": "3092:11:54"
2666
2666
  },
2667
- "referencedDeclaration": 34805,
2667
+ "referencedDeclaration": 34824,
2668
2668
  "src": "3092:11:54",
2669
2669
  "typeDescriptions": {
2670
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2670
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2671
2671
  "typeString": "FieldLayout"
2672
2672
  }
2673
2673
  },
@@ -2677,17 +2677,17 @@
2677
2677
  "src": "3091:25:54"
2678
2678
  },
2679
2679
  "returnParameters": {
2680
- "id": 34992,
2680
+ "id": 35011,
2681
2681
  "nodeType": "ParameterList",
2682
2682
  "parameters": [
2683
2683
  {
2684
2684
  "constant": false,
2685
- "id": 34991,
2685
+ "id": 35010,
2686
2686
  "mutability": "mutable",
2687
2687
  "name": "",
2688
2688
  "nameLocation": "-1:-1:-1",
2689
2689
  "nodeType": "VariableDeclaration",
2690
- "scope": 35005,
2690
+ "scope": 35024,
2691
2691
  "src": "3140:7:54",
2692
2692
  "stateVariable": false,
2693
2693
  "storageLocation": "default",
@@ -2696,7 +2696,7 @@
2696
2696
  "typeString": "uint256"
2697
2697
  },
2698
2698
  "typeName": {
2699
- "id": 34990,
2699
+ "id": 35009,
2700
2700
  "name": "uint256",
2701
2701
  "nodeType": "ElementaryTypeName",
2702
2702
  "src": "3140:7:54",
@@ -2710,18 +2710,18 @@
2710
2710
  ],
2711
2711
  "src": "3139:9:54"
2712
2712
  },
2713
- "scope": 35223,
2713
+ "scope": 35242,
2714
2714
  "stateMutability": "pure",
2715
2715
  "virtual": false,
2716
2716
  "visibility": "internal"
2717
2717
  },
2718
2718
  {
2719
- "id": 35028,
2719
+ "id": 35047,
2720
2720
  "nodeType": "FunctionDefinition",
2721
2721
  "src": "3311:171:54",
2722
2722
  "nodes": [],
2723
2723
  "body": {
2724
- "id": 35027,
2724
+ "id": 35046,
2725
2725
  "nodeType": "Block",
2726
2726
  "src": "3393:89:54",
2727
2727
  "nodes": [],
@@ -2734,7 +2734,7 @@
2734
2734
  "typeIdentifier": "t_uint256",
2735
2735
  "typeString": "uint256"
2736
2736
  },
2737
- "id": 35024,
2737
+ "id": 35043,
2738
2738
  "isConstant": false,
2739
2739
  "isLValue": false,
2740
2740
  "isPure": false,
@@ -2746,18 +2746,18 @@
2746
2746
  "expression": {
2747
2747
  "argumentTypes": [],
2748
2748
  "expression": {
2749
- "id": 35018,
2749
+ "id": 35037,
2750
2750
  "name": "fieldLayout",
2751
2751
  "nodeType": "Identifier",
2752
2752
  "overloadedDeclarations": [],
2753
- "referencedDeclaration": 35009,
2753
+ "referencedDeclaration": 35028,
2754
2754
  "src": "3420:11:54",
2755
2755
  "typeDescriptions": {
2756
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2756
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2757
2757
  "typeString": "FieldLayout"
2758
2758
  }
2759
2759
  },
2760
- "id": 35019,
2760
+ "id": 35038,
2761
2761
  "isConstant": false,
2762
2762
  "isLValue": false,
2763
2763
  "isPure": false,
@@ -2765,14 +2765,14 @@
2765
2765
  "memberLocation": "3432:6:54",
2766
2766
  "memberName": "unwrap",
2767
2767
  "nodeType": "MemberAccess",
2768
- "referencedDeclaration": 35222,
2768
+ "referencedDeclaration": 35241,
2769
2769
  "src": "3420:18:54",
2770
2770
  "typeDescriptions": {
2771
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
2771
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
2772
2772
  "typeString": "function (FieldLayout) pure returns (bytes32)"
2773
2773
  }
2774
2774
  },
2775
- "id": 35020,
2775
+ "id": 35039,
2776
2776
  "isConstant": false,
2777
2777
  "isLValue": false,
2778
2778
  "isPure": false,
@@ -2796,7 +2796,7 @@
2796
2796
  "typeString": "bytes32"
2797
2797
  }
2798
2798
  ],
2799
- "id": 35017,
2799
+ "id": 35036,
2800
2800
  "isConstant": false,
2801
2801
  "isLValue": false,
2802
2802
  "isPure": true,
@@ -2808,14 +2808,14 @@
2808
2808
  "typeString": "type(uint256)"
2809
2809
  },
2810
2810
  "typeName": {
2811
- "id": 35016,
2811
+ "id": 35035,
2812
2812
  "name": "uint256",
2813
2813
  "nodeType": "ElementaryTypeName",
2814
2814
  "src": "3412:7:54",
2815
2815
  "typeDescriptions": {}
2816
2816
  }
2817
2817
  },
2818
- "id": 35021,
2818
+ "id": 35040,
2819
2819
  "isConstant": false,
2820
2820
  "isLValue": false,
2821
2821
  "isPure": false,
@@ -2835,18 +2835,18 @@
2835
2835
  "operator": ">>",
2836
2836
  "rightExpression": {
2837
2837
  "expression": {
2838
- "id": 35022,
2838
+ "id": 35041,
2839
2839
  "name": "LayoutOffsets",
2840
2840
  "nodeType": "Identifier",
2841
2841
  "overloadedDeclarations": [],
2842
- "referencedDeclaration": 67585,
2842
+ "referencedDeclaration": 67604,
2843
2843
  "src": "3445:13:54",
2844
2844
  "typeDescriptions": {
2845
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
2845
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
2846
2846
  "typeString": "type(library LayoutOffsets)"
2847
2847
  }
2848
2848
  },
2849
- "id": 35023,
2849
+ "id": 35042,
2850
2850
  "isConstant": false,
2851
2851
  "isLValue": false,
2852
2852
  "isPure": true,
@@ -2854,7 +2854,7 @@
2854
2854
  "memberLocation": "3459:17:54",
2855
2855
  "memberName": "NUM_STATIC_FIELDS",
2856
2856
  "nodeType": "MemberAccess",
2857
- "referencedDeclaration": 67572,
2857
+ "referencedDeclaration": 67591,
2858
2858
  "src": "3445:31:54",
2859
2859
  "typeDescriptions": {
2860
2860
  "typeIdentifier": "t_uint256",
@@ -2875,7 +2875,7 @@
2875
2875
  "typeString": "uint256"
2876
2876
  }
2877
2877
  ],
2878
- "id": 35015,
2878
+ "id": 35034,
2879
2879
  "isConstant": false,
2880
2880
  "isLValue": false,
2881
2881
  "isPure": true,
@@ -2887,14 +2887,14 @@
2887
2887
  "typeString": "type(uint8)"
2888
2888
  },
2889
2889
  "typeName": {
2890
- "id": 35014,
2890
+ "id": 35033,
2891
2891
  "name": "uint8",
2892
2892
  "nodeType": "ElementaryTypeName",
2893
2893
  "src": "3406:5:54",
2894
2894
  "typeDescriptions": {}
2895
2895
  }
2896
2896
  },
2897
- "id": 35025,
2897
+ "id": 35044,
2898
2898
  "isConstant": false,
2899
2899
  "isLValue": false,
2900
2900
  "isPure": false,
@@ -2910,15 +2910,15 @@
2910
2910
  "typeString": "uint8"
2911
2911
  }
2912
2912
  },
2913
- "functionReturnParameters": 35013,
2914
- "id": 35026,
2913
+ "functionReturnParameters": 35032,
2914
+ "id": 35045,
2915
2915
  "nodeType": "Return",
2916
2916
  "src": "3399:78:54"
2917
2917
  }
2918
2918
  ]
2919
2919
  },
2920
2920
  "documentation": {
2921
- "id": 35006,
2921
+ "id": 35025,
2922
2922
  "nodeType": "StructuredDocumentation",
2923
2923
  "src": "3241:67:54",
2924
2924
  "text": " Get the number of static fields for the field layout"
@@ -2929,41 +2929,41 @@
2929
2929
  "name": "numStaticFields",
2930
2930
  "nameLocation": "3320:15:54",
2931
2931
  "parameters": {
2932
- "id": 35010,
2932
+ "id": 35029,
2933
2933
  "nodeType": "ParameterList",
2934
2934
  "parameters": [
2935
2935
  {
2936
2936
  "constant": false,
2937
- "id": 35009,
2937
+ "id": 35028,
2938
2938
  "mutability": "mutable",
2939
2939
  "name": "fieldLayout",
2940
2940
  "nameLocation": "3348:11:54",
2941
2941
  "nodeType": "VariableDeclaration",
2942
- "scope": 35028,
2942
+ "scope": 35047,
2943
2943
  "src": "3336:23:54",
2944
2944
  "stateVariable": false,
2945
2945
  "storageLocation": "default",
2946
2946
  "typeDescriptions": {
2947
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2947
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2948
2948
  "typeString": "FieldLayout"
2949
2949
  },
2950
2950
  "typeName": {
2951
- "id": 35008,
2951
+ "id": 35027,
2952
2952
  "nodeType": "UserDefinedTypeName",
2953
2953
  "pathNode": {
2954
- "id": 35007,
2954
+ "id": 35026,
2955
2955
  "name": "FieldLayout",
2956
2956
  "nameLocations": [
2957
2957
  "3336:11:54"
2958
2958
  ],
2959
2959
  "nodeType": "IdentifierPath",
2960
- "referencedDeclaration": 34805,
2960
+ "referencedDeclaration": 34824,
2961
2961
  "src": "3336:11:54"
2962
2962
  },
2963
- "referencedDeclaration": 34805,
2963
+ "referencedDeclaration": 34824,
2964
2964
  "src": "3336:11:54",
2965
2965
  "typeDescriptions": {
2966
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
2966
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
2967
2967
  "typeString": "FieldLayout"
2968
2968
  }
2969
2969
  },
@@ -2973,17 +2973,17 @@
2973
2973
  "src": "3335:25:54"
2974
2974
  },
2975
2975
  "returnParameters": {
2976
- "id": 35013,
2976
+ "id": 35032,
2977
2977
  "nodeType": "ParameterList",
2978
2978
  "parameters": [
2979
2979
  {
2980
2980
  "constant": false,
2981
- "id": 35012,
2981
+ "id": 35031,
2982
2982
  "mutability": "mutable",
2983
2983
  "name": "",
2984
2984
  "nameLocation": "-1:-1:-1",
2985
2985
  "nodeType": "VariableDeclaration",
2986
- "scope": 35028,
2986
+ "scope": 35047,
2987
2987
  "src": "3384:7:54",
2988
2988
  "stateVariable": false,
2989
2989
  "storageLocation": "default",
@@ -2992,7 +2992,7 @@
2992
2992
  "typeString": "uint256"
2993
2993
  },
2994
2994
  "typeName": {
2995
- "id": 35011,
2995
+ "id": 35030,
2996
2996
  "name": "uint256",
2997
2997
  "nodeType": "ElementaryTypeName",
2998
2998
  "src": "3384:7:54",
@@ -3006,18 +3006,18 @@
3006
3006
  ],
3007
3007
  "src": "3383:9:54"
3008
3008
  },
3009
- "scope": 35223,
3009
+ "scope": 35242,
3010
3010
  "stateMutability": "pure",
3011
3011
  "virtual": false,
3012
3012
  "visibility": "internal"
3013
3013
  },
3014
3014
  {
3015
- "id": 35051,
3015
+ "id": 35070,
3016
3016
  "nodeType": "FunctionDefinition",
3017
3017
  "src": "3564:173:54",
3018
3018
  "nodes": [],
3019
3019
  "body": {
3020
- "id": 35050,
3020
+ "id": 35069,
3021
3021
  "nodeType": "Block",
3022
3022
  "src": "3647:90:54",
3023
3023
  "nodes": [],
@@ -3030,7 +3030,7 @@
3030
3030
  "typeIdentifier": "t_uint256",
3031
3031
  "typeString": "uint256"
3032
3032
  },
3033
- "id": 35047,
3033
+ "id": 35066,
3034
3034
  "isConstant": false,
3035
3035
  "isLValue": false,
3036
3036
  "isPure": false,
@@ -3042,18 +3042,18 @@
3042
3042
  "expression": {
3043
3043
  "argumentTypes": [],
3044
3044
  "expression": {
3045
- "id": 35041,
3045
+ "id": 35060,
3046
3046
  "name": "fieldLayout",
3047
3047
  "nodeType": "Identifier",
3048
3048
  "overloadedDeclarations": [],
3049
- "referencedDeclaration": 35032,
3049
+ "referencedDeclaration": 35051,
3050
3050
  "src": "3674:11:54",
3051
3051
  "typeDescriptions": {
3052
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3052
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3053
3053
  "typeString": "FieldLayout"
3054
3054
  }
3055
3055
  },
3056
- "id": 35042,
3056
+ "id": 35061,
3057
3057
  "isConstant": false,
3058
3058
  "isLValue": false,
3059
3059
  "isPure": false,
@@ -3061,14 +3061,14 @@
3061
3061
  "memberLocation": "3686:6:54",
3062
3062
  "memberName": "unwrap",
3063
3063
  "nodeType": "MemberAccess",
3064
- "referencedDeclaration": 35222,
3064
+ "referencedDeclaration": 35241,
3065
3065
  "src": "3674:18:54",
3066
3066
  "typeDescriptions": {
3067
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
3067
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
3068
3068
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3069
3069
  }
3070
3070
  },
3071
- "id": 35043,
3071
+ "id": 35062,
3072
3072
  "isConstant": false,
3073
3073
  "isLValue": false,
3074
3074
  "isPure": false,
@@ -3092,7 +3092,7 @@
3092
3092
  "typeString": "bytes32"
3093
3093
  }
3094
3094
  ],
3095
- "id": 35040,
3095
+ "id": 35059,
3096
3096
  "isConstant": false,
3097
3097
  "isLValue": false,
3098
3098
  "isPure": true,
@@ -3104,14 +3104,14 @@
3104
3104
  "typeString": "type(uint256)"
3105
3105
  },
3106
3106
  "typeName": {
3107
- "id": 35039,
3107
+ "id": 35058,
3108
3108
  "name": "uint256",
3109
3109
  "nodeType": "ElementaryTypeName",
3110
3110
  "src": "3666:7:54",
3111
3111
  "typeDescriptions": {}
3112
3112
  }
3113
3113
  },
3114
- "id": 35044,
3114
+ "id": 35063,
3115
3115
  "isConstant": false,
3116
3116
  "isLValue": false,
3117
3117
  "isPure": false,
@@ -3131,18 +3131,18 @@
3131
3131
  "operator": ">>",
3132
3132
  "rightExpression": {
3133
3133
  "expression": {
3134
- "id": 35045,
3134
+ "id": 35064,
3135
3135
  "name": "LayoutOffsets",
3136
3136
  "nodeType": "Identifier",
3137
3137
  "overloadedDeclarations": [],
3138
- "referencedDeclaration": 67585,
3138
+ "referencedDeclaration": 67604,
3139
3139
  "src": "3699:13:54",
3140
3140
  "typeDescriptions": {
3141
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
3141
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
3142
3142
  "typeString": "type(library LayoutOffsets)"
3143
3143
  }
3144
3144
  },
3145
- "id": 35046,
3145
+ "id": 35065,
3146
3146
  "isConstant": false,
3147
3147
  "isLValue": false,
3148
3148
  "isPure": true,
@@ -3150,7 +3150,7 @@
3150
3150
  "memberLocation": "3713:18:54",
3151
3151
  "memberName": "NUM_DYNAMIC_FIELDS",
3152
3152
  "nodeType": "MemberAccess",
3153
- "referencedDeclaration": 67584,
3153
+ "referencedDeclaration": 67603,
3154
3154
  "src": "3699:32:54",
3155
3155
  "typeDescriptions": {
3156
3156
  "typeIdentifier": "t_uint256",
@@ -3171,7 +3171,7 @@
3171
3171
  "typeString": "uint256"
3172
3172
  }
3173
3173
  ],
3174
- "id": 35038,
3174
+ "id": 35057,
3175
3175
  "isConstant": false,
3176
3176
  "isLValue": false,
3177
3177
  "isPure": true,
@@ -3183,14 +3183,14 @@
3183
3183
  "typeString": "type(uint8)"
3184
3184
  },
3185
3185
  "typeName": {
3186
- "id": 35037,
3186
+ "id": 35056,
3187
3187
  "name": "uint8",
3188
3188
  "nodeType": "ElementaryTypeName",
3189
3189
  "src": "3660:5:54",
3190
3190
  "typeDescriptions": {}
3191
3191
  }
3192
3192
  },
3193
- "id": 35048,
3193
+ "id": 35067,
3194
3194
  "isConstant": false,
3195
3195
  "isLValue": false,
3196
3196
  "isPure": false,
@@ -3206,15 +3206,15 @@
3206
3206
  "typeString": "uint8"
3207
3207
  }
3208
3208
  },
3209
- "functionReturnParameters": 35036,
3210
- "id": 35049,
3209
+ "functionReturnParameters": 35055,
3210
+ "id": 35068,
3211
3211
  "nodeType": "Return",
3212
3212
  "src": "3653:79:54"
3213
3213
  }
3214
3214
  ]
3215
3215
  },
3216
3216
  "documentation": {
3217
- "id": 35029,
3217
+ "id": 35048,
3218
3218
  "nodeType": "StructuredDocumentation",
3219
3219
  "src": "3486:75:54",
3220
3220
  "text": " Get the number of dynamic length fields for the field layout"
@@ -3225,41 +3225,41 @@
3225
3225
  "name": "numDynamicFields",
3226
3226
  "nameLocation": "3573:16:54",
3227
3227
  "parameters": {
3228
- "id": 35033,
3228
+ "id": 35052,
3229
3229
  "nodeType": "ParameterList",
3230
3230
  "parameters": [
3231
3231
  {
3232
3232
  "constant": false,
3233
- "id": 35032,
3233
+ "id": 35051,
3234
3234
  "mutability": "mutable",
3235
3235
  "name": "fieldLayout",
3236
3236
  "nameLocation": "3602:11:54",
3237
3237
  "nodeType": "VariableDeclaration",
3238
- "scope": 35051,
3238
+ "scope": 35070,
3239
3239
  "src": "3590:23:54",
3240
3240
  "stateVariable": false,
3241
3241
  "storageLocation": "default",
3242
3242
  "typeDescriptions": {
3243
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3243
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3244
3244
  "typeString": "FieldLayout"
3245
3245
  },
3246
3246
  "typeName": {
3247
- "id": 35031,
3247
+ "id": 35050,
3248
3248
  "nodeType": "UserDefinedTypeName",
3249
3249
  "pathNode": {
3250
- "id": 35030,
3250
+ "id": 35049,
3251
3251
  "name": "FieldLayout",
3252
3252
  "nameLocations": [
3253
3253
  "3590:11:54"
3254
3254
  ],
3255
3255
  "nodeType": "IdentifierPath",
3256
- "referencedDeclaration": 34805,
3256
+ "referencedDeclaration": 34824,
3257
3257
  "src": "3590:11:54"
3258
3258
  },
3259
- "referencedDeclaration": 34805,
3259
+ "referencedDeclaration": 34824,
3260
3260
  "src": "3590:11:54",
3261
3261
  "typeDescriptions": {
3262
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3262
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3263
3263
  "typeString": "FieldLayout"
3264
3264
  }
3265
3265
  },
@@ -3269,17 +3269,17 @@
3269
3269
  "src": "3589:25:54"
3270
3270
  },
3271
3271
  "returnParameters": {
3272
- "id": 35036,
3272
+ "id": 35055,
3273
3273
  "nodeType": "ParameterList",
3274
3274
  "parameters": [
3275
3275
  {
3276
3276
  "constant": false,
3277
- "id": 35035,
3277
+ "id": 35054,
3278
3278
  "mutability": "mutable",
3279
3279
  "name": "",
3280
3280
  "nameLocation": "-1:-1:-1",
3281
3281
  "nodeType": "VariableDeclaration",
3282
- "scope": 35051,
3282
+ "scope": 35070,
3283
3283
  "src": "3638:7:54",
3284
3284
  "stateVariable": false,
3285
3285
  "storageLocation": "default",
@@ -3288,7 +3288,7 @@
3288
3288
  "typeString": "uint256"
3289
3289
  },
3290
3290
  "typeName": {
3291
- "id": 35034,
3291
+ "id": 35053,
3292
3292
  "name": "uint256",
3293
3293
  "nodeType": "ElementaryTypeName",
3294
3294
  "src": "3638:7:54",
@@ -3302,24 +3302,24 @@
3302
3302
  ],
3303
3303
  "src": "3637:9:54"
3304
3304
  },
3305
- "scope": 35223,
3305
+ "scope": 35242,
3306
3306
  "stateMutability": "pure",
3307
3307
  "virtual": false,
3308
3308
  "visibility": "internal"
3309
3309
  },
3310
3310
  {
3311
- "id": 35088,
3311
+ "id": 35107,
3312
3312
  "nodeType": "FunctionDefinition",
3313
3313
  "src": "3810:280:54",
3314
3314
  "nodes": [],
3315
3315
  "body": {
3316
- "id": 35087,
3316
+ "id": 35106,
3317
3317
  "nodeType": "Block",
3318
3318
  "src": "3886:204:54",
3319
3319
  "nodes": [],
3320
3320
  "statements": [
3321
3321
  {
3322
- "id": 35086,
3322
+ "id": 35105,
3323
3323
  "nodeType": "UncheckedBlock",
3324
3324
  "src": "3892:194:54",
3325
3325
  "statements": [
@@ -3329,7 +3329,7 @@
3329
3329
  "typeIdentifier": "t_uint8",
3330
3330
  "typeString": "uint8"
3331
3331
  },
3332
- "id": 35084,
3332
+ "id": 35103,
3333
3333
  "isConstant": false,
3334
3334
  "isLValue": false,
3335
3335
  "isPure": false,
@@ -3341,7 +3341,7 @@
3341
3341
  "typeIdentifier": "t_uint256",
3342
3342
  "typeString": "uint256"
3343
3343
  },
3344
- "id": 35070,
3344
+ "id": 35089,
3345
3345
  "isConstant": false,
3346
3346
  "isLValue": false,
3347
3347
  "isPure": false,
@@ -3353,18 +3353,18 @@
3353
3353
  "expression": {
3354
3354
  "argumentTypes": [],
3355
3355
  "expression": {
3356
- "id": 35064,
3356
+ "id": 35083,
3357
3357
  "name": "fieldLayout",
3358
3358
  "nodeType": "Identifier",
3359
3359
  "overloadedDeclarations": [],
3360
- "referencedDeclaration": 35055,
3360
+ "referencedDeclaration": 35074,
3361
3361
  "src": "3939:11:54",
3362
3362
  "typeDescriptions": {
3363
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3363
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3364
3364
  "typeString": "FieldLayout"
3365
3365
  }
3366
3366
  },
3367
- "id": 35065,
3367
+ "id": 35084,
3368
3368
  "isConstant": false,
3369
3369
  "isLValue": false,
3370
3370
  "isPure": false,
@@ -3372,14 +3372,14 @@
3372
3372
  "memberLocation": "3951:6:54",
3373
3373
  "memberName": "unwrap",
3374
3374
  "nodeType": "MemberAccess",
3375
- "referencedDeclaration": 35222,
3375
+ "referencedDeclaration": 35241,
3376
3376
  "src": "3939:18:54",
3377
3377
  "typeDescriptions": {
3378
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
3378
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
3379
3379
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3380
3380
  }
3381
3381
  },
3382
- "id": 35066,
3382
+ "id": 35085,
3383
3383
  "isConstant": false,
3384
3384
  "isLValue": false,
3385
3385
  "isPure": false,
@@ -3403,7 +3403,7 @@
3403
3403
  "typeString": "bytes32"
3404
3404
  }
3405
3405
  ],
3406
- "id": 35063,
3406
+ "id": 35082,
3407
3407
  "isConstant": false,
3408
3408
  "isLValue": false,
3409
3409
  "isPure": true,
@@ -3415,14 +3415,14 @@
3415
3415
  "typeString": "type(uint256)"
3416
3416
  },
3417
3417
  "typeName": {
3418
- "id": 35062,
3418
+ "id": 35081,
3419
3419
  "name": "uint256",
3420
3420
  "nodeType": "ElementaryTypeName",
3421
3421
  "src": "3931:7:54",
3422
3422
  "typeDescriptions": {}
3423
3423
  }
3424
3424
  },
3425
- "id": 35067,
3425
+ "id": 35086,
3426
3426
  "isConstant": false,
3427
3427
  "isLValue": false,
3428
3428
  "isPure": false,
@@ -3442,18 +3442,18 @@
3442
3442
  "operator": ">>",
3443
3443
  "rightExpression": {
3444
3444
  "expression": {
3445
- "id": 35068,
3445
+ "id": 35087,
3446
3446
  "name": "LayoutOffsets",
3447
3447
  "nodeType": "Identifier",
3448
3448
  "overloadedDeclarations": [],
3449
- "referencedDeclaration": 67585,
3449
+ "referencedDeclaration": 67604,
3450
3450
  "src": "3964:13:54",
3451
3451
  "typeDescriptions": {
3452
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
3452
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
3453
3453
  "typeString": "type(library LayoutOffsets)"
3454
3454
  }
3455
3455
  },
3456
- "id": 35069,
3456
+ "id": 35088,
3457
3457
  "isConstant": false,
3458
3458
  "isLValue": false,
3459
3459
  "isPure": true,
@@ -3461,7 +3461,7 @@
3461
3461
  "memberLocation": "3978:17:54",
3462
3462
  "memberName": "NUM_STATIC_FIELDS",
3463
3463
  "nodeType": "MemberAccess",
3464
- "referencedDeclaration": 67572,
3464
+ "referencedDeclaration": 67591,
3465
3465
  "src": "3964:31:54",
3466
3466
  "typeDescriptions": {
3467
3467
  "typeIdentifier": "t_uint256",
@@ -3482,7 +3482,7 @@
3482
3482
  "typeString": "uint256"
3483
3483
  }
3484
3484
  ],
3485
- "id": 35061,
3485
+ "id": 35080,
3486
3486
  "isConstant": false,
3487
3487
  "isLValue": false,
3488
3488
  "isPure": true,
@@ -3494,14 +3494,14 @@
3494
3494
  "typeString": "type(uint8)"
3495
3495
  },
3496
3496
  "typeName": {
3497
- "id": 35060,
3497
+ "id": 35079,
3498
3498
  "name": "uint8",
3499
3499
  "nodeType": "ElementaryTypeName",
3500
3500
  "src": "3925:5:54",
3501
3501
  "typeDescriptions": {}
3502
3502
  }
3503
3503
  },
3504
- "id": 35071,
3504
+ "id": 35090,
3505
3505
  "isConstant": false,
3506
3506
  "isLValue": false,
3507
3507
  "isPure": false,
@@ -3526,7 +3526,7 @@
3526
3526
  "typeIdentifier": "t_uint256",
3527
3527
  "typeString": "uint256"
3528
3528
  },
3529
- "id": 35082,
3529
+ "id": 35101,
3530
3530
  "isConstant": false,
3531
3531
  "isLValue": false,
3532
3532
  "isPure": false,
@@ -3538,18 +3538,18 @@
3538
3538
  "expression": {
3539
3539
  "argumentTypes": [],
3540
3540
  "expression": {
3541
- "id": 35076,
3541
+ "id": 35095,
3542
3542
  "name": "fieldLayout",
3543
3543
  "nodeType": "Identifier",
3544
3544
  "overloadedDeclarations": [],
3545
- "referencedDeclaration": 35055,
3545
+ "referencedDeclaration": 35074,
3546
3546
  "src": "4021:11:54",
3547
3547
  "typeDescriptions": {
3548
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3548
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3549
3549
  "typeString": "FieldLayout"
3550
3550
  }
3551
3551
  },
3552
- "id": 35077,
3552
+ "id": 35096,
3553
3553
  "isConstant": false,
3554
3554
  "isLValue": false,
3555
3555
  "isPure": false,
@@ -3557,14 +3557,14 @@
3557
3557
  "memberLocation": "4033:6:54",
3558
3558
  "memberName": "unwrap",
3559
3559
  "nodeType": "MemberAccess",
3560
- "referencedDeclaration": 35222,
3560
+ "referencedDeclaration": 35241,
3561
3561
  "src": "4021:18:54",
3562
3562
  "typeDescriptions": {
3563
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
3563
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
3564
3564
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3565
3565
  }
3566
3566
  },
3567
- "id": 35078,
3567
+ "id": 35097,
3568
3568
  "isConstant": false,
3569
3569
  "isLValue": false,
3570
3570
  "isPure": false,
@@ -3588,7 +3588,7 @@
3588
3588
  "typeString": "bytes32"
3589
3589
  }
3590
3590
  ],
3591
- "id": 35075,
3591
+ "id": 35094,
3592
3592
  "isConstant": false,
3593
3593
  "isLValue": false,
3594
3594
  "isPure": true,
@@ -3600,14 +3600,14 @@
3600
3600
  "typeString": "type(uint256)"
3601
3601
  },
3602
3602
  "typeName": {
3603
- "id": 35074,
3603
+ "id": 35093,
3604
3604
  "name": "uint256",
3605
3605
  "nodeType": "ElementaryTypeName",
3606
3606
  "src": "4013:7:54",
3607
3607
  "typeDescriptions": {}
3608
3608
  }
3609
3609
  },
3610
- "id": 35079,
3610
+ "id": 35098,
3611
3611
  "isConstant": false,
3612
3612
  "isLValue": false,
3613
3613
  "isPure": false,
@@ -3627,18 +3627,18 @@
3627
3627
  "operator": ">>",
3628
3628
  "rightExpression": {
3629
3629
  "expression": {
3630
- "id": 35080,
3630
+ "id": 35099,
3631
3631
  "name": "LayoutOffsets",
3632
3632
  "nodeType": "Identifier",
3633
3633
  "overloadedDeclarations": [],
3634
- "referencedDeclaration": 67585,
3634
+ "referencedDeclaration": 67604,
3635
3635
  "src": "4046:13:54",
3636
3636
  "typeDescriptions": {
3637
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67585_$",
3637
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$67604_$",
3638
3638
  "typeString": "type(library LayoutOffsets)"
3639
3639
  }
3640
3640
  },
3641
- "id": 35081,
3641
+ "id": 35100,
3642
3642
  "isConstant": false,
3643
3643
  "isLValue": false,
3644
3644
  "isPure": true,
@@ -3646,7 +3646,7 @@
3646
3646
  "memberLocation": "4060:18:54",
3647
3647
  "memberName": "NUM_DYNAMIC_FIELDS",
3648
3648
  "nodeType": "MemberAccess",
3649
- "referencedDeclaration": 67584,
3649
+ "referencedDeclaration": 67603,
3650
3650
  "src": "4046:32:54",
3651
3651
  "typeDescriptions": {
3652
3652
  "typeIdentifier": "t_uint256",
@@ -3667,7 +3667,7 @@
3667
3667
  "typeString": "uint256"
3668
3668
  }
3669
3669
  ],
3670
- "id": 35073,
3670
+ "id": 35092,
3671
3671
  "isConstant": false,
3672
3672
  "isLValue": false,
3673
3673
  "isPure": true,
@@ -3679,14 +3679,14 @@
3679
3679
  "typeString": "type(uint8)"
3680
3680
  },
3681
3681
  "typeName": {
3682
- "id": 35072,
3682
+ "id": 35091,
3683
3683
  "name": "uint8",
3684
3684
  "nodeType": "ElementaryTypeName",
3685
3685
  "src": "4007:5:54",
3686
3686
  "typeDescriptions": {}
3687
3687
  }
3688
3688
  },
3689
- "id": 35083,
3689
+ "id": 35102,
3690
3690
  "isConstant": false,
3691
3691
  "isLValue": false,
3692
3692
  "isPure": false,
@@ -3708,8 +3708,8 @@
3708
3708
  "typeString": "uint8"
3709
3709
  }
3710
3710
  },
3711
- "functionReturnParameters": 35059,
3712
- "id": 35085,
3711
+ "functionReturnParameters": 35078,
3712
+ "id": 35104,
3713
3713
  "nodeType": "Return",
3714
3714
  "src": "3910:169:54"
3715
3715
  }
@@ -3718,7 +3718,7 @@
3718
3718
  ]
3719
3719
  },
3720
3720
  "documentation": {
3721
- "id": 35052,
3721
+ "id": 35071,
3722
3722
  "nodeType": "StructuredDocumentation",
3723
3723
  "src": "3741:66:54",
3724
3724
  "text": " Get the total number of fields for the field layout"
@@ -3729,41 +3729,41 @@
3729
3729
  "name": "numFields",
3730
3730
  "nameLocation": "3819:9:54",
3731
3731
  "parameters": {
3732
- "id": 35056,
3732
+ "id": 35075,
3733
3733
  "nodeType": "ParameterList",
3734
3734
  "parameters": [
3735
3735
  {
3736
3736
  "constant": false,
3737
- "id": 35055,
3737
+ "id": 35074,
3738
3738
  "mutability": "mutable",
3739
3739
  "name": "fieldLayout",
3740
3740
  "nameLocation": "3841:11:54",
3741
3741
  "nodeType": "VariableDeclaration",
3742
- "scope": 35088,
3742
+ "scope": 35107,
3743
3743
  "src": "3829:23:54",
3744
3744
  "stateVariable": false,
3745
3745
  "storageLocation": "default",
3746
3746
  "typeDescriptions": {
3747
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3747
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3748
3748
  "typeString": "FieldLayout"
3749
3749
  },
3750
3750
  "typeName": {
3751
- "id": 35054,
3751
+ "id": 35073,
3752
3752
  "nodeType": "UserDefinedTypeName",
3753
3753
  "pathNode": {
3754
- "id": 35053,
3754
+ "id": 35072,
3755
3755
  "name": "FieldLayout",
3756
3756
  "nameLocations": [
3757
3757
  "3829:11:54"
3758
3758
  ],
3759
3759
  "nodeType": "IdentifierPath",
3760
- "referencedDeclaration": 34805,
3760
+ "referencedDeclaration": 34824,
3761
3761
  "src": "3829:11:54"
3762
3762
  },
3763
- "referencedDeclaration": 34805,
3763
+ "referencedDeclaration": 34824,
3764
3764
  "src": "3829:11:54",
3765
3765
  "typeDescriptions": {
3766
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3766
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3767
3767
  "typeString": "FieldLayout"
3768
3768
  }
3769
3769
  },
@@ -3773,17 +3773,17 @@
3773
3773
  "src": "3828:25:54"
3774
3774
  },
3775
3775
  "returnParameters": {
3776
- "id": 35059,
3776
+ "id": 35078,
3777
3777
  "nodeType": "ParameterList",
3778
3778
  "parameters": [
3779
3779
  {
3780
3780
  "constant": false,
3781
- "id": 35058,
3781
+ "id": 35077,
3782
3782
  "mutability": "mutable",
3783
3783
  "name": "",
3784
3784
  "nameLocation": "-1:-1:-1",
3785
3785
  "nodeType": "VariableDeclaration",
3786
- "scope": 35088,
3786
+ "scope": 35107,
3787
3787
  "src": "3877:7:54",
3788
3788
  "stateVariable": false,
3789
3789
  "storageLocation": "default",
@@ -3792,7 +3792,7 @@
3792
3792
  "typeString": "uint256"
3793
3793
  },
3794
3794
  "typeName": {
3795
- "id": 35057,
3795
+ "id": 35076,
3796
3796
  "name": "uint256",
3797
3797
  "nodeType": "ElementaryTypeName",
3798
3798
  "src": "3877:7:54",
@@ -3806,18 +3806,18 @@
3806
3806
  ],
3807
3807
  "src": "3876:9:54"
3808
3808
  },
3809
- "scope": 35223,
3809
+ "scope": 35242,
3810
3810
  "stateMutability": "pure",
3811
3811
  "virtual": false,
3812
3812
  "visibility": "internal"
3813
3813
  },
3814
3814
  {
3815
- "id": 35108,
3815
+ "id": 35127,
3816
3816
  "nodeType": "FunctionDefinition",
3817
3817
  "src": "4146:134:54",
3818
3818
  "nodes": [],
3819
3819
  "body": {
3820
- "id": 35107,
3820
+ "id": 35126,
3821
3821
  "nodeType": "Block",
3822
3822
  "src": "4217:63:54",
3823
3823
  "nodes": [],
@@ -3828,7 +3828,7 @@
3828
3828
  "typeIdentifier": "t_bytes32",
3829
3829
  "typeString": "bytes32"
3830
3830
  },
3831
- "id": 35105,
3831
+ "id": 35124,
3832
3832
  "isConstant": false,
3833
3833
  "isLValue": false,
3834
3834
  "isPure": false,
@@ -3836,14 +3836,14 @@
3836
3836
  "leftExpression": {
3837
3837
  "arguments": [
3838
3838
  {
3839
- "id": 35099,
3839
+ "id": 35118,
3840
3840
  "name": "fieldLayout",
3841
3841
  "nodeType": "Identifier",
3842
3842
  "overloadedDeclarations": [],
3843
- "referencedDeclaration": 35092,
3843
+ "referencedDeclaration": 35111,
3844
3844
  "src": "4249:11:54",
3845
3845
  "typeDescriptions": {
3846
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3846
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3847
3847
  "typeString": "FieldLayout"
3848
3848
  }
3849
3849
  }
@@ -3851,23 +3851,23 @@
3851
3851
  "expression": {
3852
3852
  "argumentTypes": [
3853
3853
  {
3854
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
3854
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
3855
3855
  "typeString": "FieldLayout"
3856
3856
  }
3857
3857
  ],
3858
3858
  "expression": {
3859
- "id": 35097,
3859
+ "id": 35116,
3860
3860
  "name": "FieldLayout",
3861
3861
  "nodeType": "Identifier",
3862
3862
  "overloadedDeclarations": [],
3863
- "referencedDeclaration": 34805,
3863
+ "referencedDeclaration": 34824,
3864
3864
  "src": "4230:11:54",
3865
3865
  "typeDescriptions": {
3866
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34805_$",
3866
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34824_$",
3867
3867
  "typeString": "type(FieldLayout)"
3868
3868
  }
3869
3869
  },
3870
- "id": 35098,
3870
+ "id": 35117,
3871
3871
  "isConstant": false,
3872
3872
  "isLValue": false,
3873
3873
  "isPure": true,
@@ -3877,11 +3877,11 @@
3877
3877
  "nodeType": "MemberAccess",
3878
3878
  "src": "4230:18:54",
3879
3879
  "typeDescriptions": {
3880
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$",
3880
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$",
3881
3881
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3882
3882
  }
3883
3883
  },
3884
- "id": 35100,
3884
+ "id": 35119,
3885
3885
  "isConstant": false,
3886
3886
  "isLValue": false,
3887
3887
  "isPure": false,
@@ -3903,7 +3903,7 @@
3903
3903
  "arguments": [
3904
3904
  {
3905
3905
  "hexValue": "30",
3906
- "id": 35103,
3906
+ "id": 35122,
3907
3907
  "isConstant": false,
3908
3908
  "isLValue": false,
3909
3909
  "isPure": true,
@@ -3925,7 +3925,7 @@
3925
3925
  "typeString": "int_const 0"
3926
3926
  }
3927
3927
  ],
3928
- "id": 35102,
3928
+ "id": 35121,
3929
3929
  "isConstant": false,
3930
3930
  "isLValue": false,
3931
3931
  "isPure": true,
@@ -3937,14 +3937,14 @@
3937
3937
  "typeString": "type(bytes32)"
3938
3938
  },
3939
3939
  "typeName": {
3940
- "id": 35101,
3940
+ "id": 35120,
3941
3941
  "name": "bytes32",
3942
3942
  "nodeType": "ElementaryTypeName",
3943
3943
  "src": "4265:7:54",
3944
3944
  "typeDescriptions": {}
3945
3945
  }
3946
3946
  },
3947
- "id": 35104,
3947
+ "id": 35123,
3948
3948
  "isConstant": false,
3949
3949
  "isLValue": false,
3950
3950
  "isPure": true,
@@ -3966,15 +3966,15 @@
3966
3966
  "typeString": "bool"
3967
3967
  }
3968
3968
  },
3969
- "functionReturnParameters": 35096,
3970
- "id": 35106,
3969
+ "functionReturnParameters": 35115,
3970
+ "id": 35125,
3971
3971
  "nodeType": "Return",
3972
3972
  "src": "4223:52:54"
3973
3973
  }
3974
3974
  ]
3975
3975
  },
3976
3976
  "documentation": {
3977
- "id": 35089,
3977
+ "id": 35108,
3978
3978
  "nodeType": "StructuredDocumentation",
3979
3979
  "src": "4094:49:54",
3980
3980
  "text": " Check if the field layout is empty"
@@ -3985,41 +3985,41 @@
3985
3985
  "name": "isEmpty",
3986
3986
  "nameLocation": "4155:7:54",
3987
3987
  "parameters": {
3988
- "id": 35093,
3988
+ "id": 35112,
3989
3989
  "nodeType": "ParameterList",
3990
3990
  "parameters": [
3991
3991
  {
3992
3992
  "constant": false,
3993
- "id": 35092,
3993
+ "id": 35111,
3994
3994
  "mutability": "mutable",
3995
3995
  "name": "fieldLayout",
3996
3996
  "nameLocation": "4175:11:54",
3997
3997
  "nodeType": "VariableDeclaration",
3998
- "scope": 35108,
3998
+ "scope": 35127,
3999
3999
  "src": "4163:23:54",
4000
4000
  "stateVariable": false,
4001
4001
  "storageLocation": "default",
4002
4002
  "typeDescriptions": {
4003
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
4003
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
4004
4004
  "typeString": "FieldLayout"
4005
4005
  },
4006
4006
  "typeName": {
4007
- "id": 35091,
4007
+ "id": 35110,
4008
4008
  "nodeType": "UserDefinedTypeName",
4009
4009
  "pathNode": {
4010
- "id": 35090,
4010
+ "id": 35109,
4011
4011
  "name": "FieldLayout",
4012
4012
  "nameLocations": [
4013
4013
  "4163:11:54"
4014
4014
  ],
4015
4015
  "nodeType": "IdentifierPath",
4016
- "referencedDeclaration": 34805,
4016
+ "referencedDeclaration": 34824,
4017
4017
  "src": "4163:11:54"
4018
4018
  },
4019
- "referencedDeclaration": 34805,
4019
+ "referencedDeclaration": 34824,
4020
4020
  "src": "4163:11:54",
4021
4021
  "typeDescriptions": {
4022
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
4022
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
4023
4023
  "typeString": "FieldLayout"
4024
4024
  }
4025
4025
  },
@@ -4029,17 +4029,17 @@
4029
4029
  "src": "4162:25:54"
4030
4030
  },
4031
4031
  "returnParameters": {
4032
- "id": 35096,
4032
+ "id": 35115,
4033
4033
  "nodeType": "ParameterList",
4034
4034
  "parameters": [
4035
4035
  {
4036
4036
  "constant": false,
4037
- "id": 35095,
4037
+ "id": 35114,
4038
4038
  "mutability": "mutable",
4039
4039
  "name": "",
4040
4040
  "nameLocation": "-1:-1:-1",
4041
4041
  "nodeType": "VariableDeclaration",
4042
- "scope": 35108,
4042
+ "scope": 35127,
4043
4043
  "src": "4211:4:54",
4044
4044
  "stateVariable": false,
4045
4045
  "storageLocation": "default",
@@ -4048,7 +4048,7 @@
4048
4048
  "typeString": "bool"
4049
4049
  },
4050
4050
  "typeName": {
4051
- "id": 35094,
4051
+ "id": 35113,
4052
4052
  "name": "bool",
4053
4053
  "nodeType": "ElementaryTypeName",
4054
4054
  "src": "4211:4:54",
@@ -4062,18 +4062,18 @@
4062
4062
  ],
4063
4063
  "src": "4210:6:54"
4064
4064
  },
4065
- "scope": 35223,
4065
+ "scope": 35242,
4066
4066
  "stateMutability": "pure",
4067
4067
  "virtual": false,
4068
4068
  "visibility": "internal"
4069
4069
  },
4070
4070
  {
4071
- "id": 35207,
4071
+ "id": 35226,
4072
4072
  "nodeType": "FunctionDefinition",
4073
4073
  "src": "4284:1197:54",
4074
4074
  "nodes": [],
4075
4075
  "body": {
4076
- "id": 35206,
4076
+ "id": 35225,
4077
4077
  "nodeType": "Block",
4078
4078
  "src": "4358:1123:54",
4079
4079
  "nodes": [],
@@ -4084,13 +4084,13 @@
4084
4084
  "typeIdentifier": "t_bool",
4085
4085
  "typeString": "bool"
4086
4086
  },
4087
- "id": 35121,
4087
+ "id": 35140,
4088
4088
  "isConstant": false,
4089
4089
  "isLValue": false,
4090
4090
  "isPure": false,
4091
4091
  "lValueRequested": false,
4092
4092
  "leftExpression": {
4093
- "id": 35117,
4093
+ "id": 35136,
4094
4094
  "isConstant": false,
4095
4095
  "isLValue": false,
4096
4096
  "isPure": false,
@@ -4100,11 +4100,11 @@
4100
4100
  "prefix": true,
4101
4101
  "src": "4405:11:54",
4102
4102
  "subExpression": {
4103
- "id": 35116,
4103
+ "id": 35135,
4104
4104
  "name": "allowEmpty",
4105
4105
  "nodeType": "Identifier",
4106
4106
  "overloadedDeclarations": [],
4107
- "referencedDeclaration": 35113,
4107
+ "referencedDeclaration": 35132,
4108
4108
  "src": "4406:10:54",
4109
4109
  "typeDescriptions": {
4110
4110
  "typeIdentifier": "t_bool",
@@ -4123,18 +4123,18 @@
4123
4123
  "expression": {
4124
4124
  "argumentTypes": [],
4125
4125
  "expression": {
4126
- "id": 35118,
4126
+ "id": 35137,
4127
4127
  "name": "fieldLayout",
4128
4128
  "nodeType": "Identifier",
4129
4129
  "overloadedDeclarations": [],
4130
- "referencedDeclaration": 35111,
4130
+ "referencedDeclaration": 35130,
4131
4131
  "src": "4420:11:54",
4132
4132
  "typeDescriptions": {
4133
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
4133
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
4134
4134
  "typeString": "FieldLayout"
4135
4135
  }
4136
4136
  },
4137
- "id": 35119,
4137
+ "id": 35138,
4138
4138
  "isConstant": false,
4139
4139
  "isLValue": false,
4140
4140
  "isPure": false,
@@ -4142,14 +4142,14 @@
4142
4142
  "memberLocation": "4432:7:54",
4143
4143
  "memberName": "isEmpty",
4144
4144
  "nodeType": "MemberAccess",
4145
- "referencedDeclaration": 35108,
4145
+ "referencedDeclaration": 35127,
4146
4146
  "src": "4420:19:54",
4147
4147
  "typeDescriptions": {
4148
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bool_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
4148
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bool_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
4149
4149
  "typeString": "function (FieldLayout) pure returns (bool)"
4150
4150
  }
4151
4151
  },
4152
- "id": 35120,
4152
+ "id": 35139,
4153
4153
  "isConstant": false,
4154
4154
  "isLValue": false,
4155
4155
  "isPure": false,
@@ -4171,7 +4171,7 @@
4171
4171
  "typeString": "bool"
4172
4172
  }
4173
4173
  },
4174
- "id": 35128,
4174
+ "id": 35147,
4175
4175
  "nodeType": "IfStatement",
4176
4176
  "src": "4401:95:54",
4177
4177
  "trueBody": {
@@ -4179,7 +4179,7 @@
4179
4179
  "arguments": [
4180
4180
  {
4181
4181
  "hexValue": "30",
4182
- "id": 35125,
4182
+ "id": 35144,
4183
4183
  "isConstant": false,
4184
4184
  "isLValue": false,
4185
4185
  "isPure": true,
@@ -4202,18 +4202,18 @@
4202
4202
  }
4203
4203
  ],
4204
4204
  "expression": {
4205
- "id": 35122,
4205
+ "id": 35141,
4206
4206
  "name": "FieldLayoutLib",
4207
4207
  "nodeType": "Identifier",
4208
4208
  "overloadedDeclarations": [],
4209
- "referencedDeclaration": 34950,
4209
+ "referencedDeclaration": 34969,
4210
4210
  "src": "4450:14:54",
4211
4211
  "typeDescriptions": {
4212
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34950_$",
4212
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34969_$",
4213
4213
  "typeString": "type(library FieldLayoutLib)"
4214
4214
  }
4215
4215
  },
4216
- "id": 35124,
4216
+ "id": 35143,
4217
4217
  "isConstant": false,
4218
4218
  "isLValue": false,
4219
4219
  "isPure": false,
@@ -4221,14 +4221,14 @@
4221
4221
  "memberLocation": "4465:28:54",
4222
4222
  "memberName": "FieldLayoutLib_InvalidLength",
4223
4223
  "nodeType": "MemberAccess",
4224
- "referencedDeclaration": 34814,
4224
+ "referencedDeclaration": 34833,
4225
4225
  "src": "4450:43:54",
4226
4226
  "typeDescriptions": {
4227
4227
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
4228
4228
  "typeString": "function (uint256) pure"
4229
4229
  }
4230
4230
  },
4231
- "id": 35126,
4231
+ "id": 35145,
4232
4232
  "isConstant": false,
4233
4233
  "isLValue": false,
4234
4234
  "isPure": false,
@@ -4244,24 +4244,24 @@
4244
4244
  "typeString": "tuple()"
4245
4245
  }
4246
4246
  },
4247
- "id": 35127,
4247
+ "id": 35146,
4248
4248
  "nodeType": "RevertStatement",
4249
4249
  "src": "4443:53:54"
4250
4250
  }
4251
4251
  },
4252
4252
  {
4253
4253
  "assignments": [
4254
- 35130
4254
+ 35149
4255
4255
  ],
4256
4256
  "declarations": [
4257
4257
  {
4258
4258
  "constant": false,
4259
- "id": 35130,
4259
+ "id": 35149,
4260
4260
  "mutability": "mutable",
4261
4261
  "name": "_numDynamicFields",
4262
4262
  "nameLocation": "4572:17:54",
4263
4263
  "nodeType": "VariableDeclaration",
4264
- "scope": 35206,
4264
+ "scope": 35225,
4265
4265
  "src": "4564:25:54",
4266
4266
  "stateVariable": false,
4267
4267
  "storageLocation": "default",
@@ -4270,7 +4270,7 @@
4270
4270
  "typeString": "uint256"
4271
4271
  },
4272
4272
  "typeName": {
4273
- "id": 35129,
4273
+ "id": 35148,
4274
4274
  "name": "uint256",
4275
4275
  "nodeType": "ElementaryTypeName",
4276
4276
  "src": "4564:7:54",
@@ -4282,24 +4282,24 @@
4282
4282
  "visibility": "internal"
4283
4283
  }
4284
4284
  ],
4285
- "id": 35134,
4285
+ "id": 35153,
4286
4286
  "initialValue": {
4287
4287
  "arguments": [],
4288
4288
  "expression": {
4289
4289
  "argumentTypes": [],
4290
4290
  "expression": {
4291
- "id": 35131,
4291
+ "id": 35150,
4292
4292
  "name": "fieldLayout",
4293
4293
  "nodeType": "Identifier",
4294
4294
  "overloadedDeclarations": [],
4295
- "referencedDeclaration": 35111,
4295
+ "referencedDeclaration": 35130,
4296
4296
  "src": "4592:11:54",
4297
4297
  "typeDescriptions": {
4298
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
4298
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
4299
4299
  "typeString": "FieldLayout"
4300
4300
  }
4301
4301
  },
4302
- "id": 35132,
4302
+ "id": 35151,
4303
4303
  "isConstant": false,
4304
4304
  "isLValue": false,
4305
4305
  "isPure": false,
@@ -4307,14 +4307,14 @@
4307
4307
  "memberLocation": "4604:16:54",
4308
4308
  "memberName": "numDynamicFields",
4309
4309
  "nodeType": "MemberAccess",
4310
- "referencedDeclaration": 35051,
4310
+ "referencedDeclaration": 35070,
4311
4311
  "src": "4592:28:54",
4312
4312
  "typeDescriptions": {
4313
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
4313
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
4314
4314
  "typeString": "function (FieldLayout) pure returns (uint256)"
4315
4315
  }
4316
4316
  },
4317
- "id": 35133,
4317
+ "id": 35152,
4318
4318
  "isConstant": false,
4319
4319
  "isLValue": false,
4320
4320
  "isPure": false,
@@ -4339,17 +4339,17 @@
4339
4339
  "typeIdentifier": "t_uint256",
4340
4340
  "typeString": "uint256"
4341
4341
  },
4342
- "id": 35137,
4342
+ "id": 35156,
4343
4343
  "isConstant": false,
4344
4344
  "isLValue": false,
4345
4345
  "isPure": false,
4346
4346
  "lValueRequested": false,
4347
4347
  "leftExpression": {
4348
- "id": 35135,
4348
+ "id": 35154,
4349
4349
  "name": "_numDynamicFields",
4350
4350
  "nodeType": "Identifier",
4351
4351
  "overloadedDeclarations": [],
4352
- "referencedDeclaration": 35130,
4352
+ "referencedDeclaration": 35149,
4353
4353
  "src": "4632:17:54",
4354
4354
  "typeDescriptions": {
4355
4355
  "typeIdentifier": "t_uint256",
@@ -4359,11 +4359,11 @@
4359
4359
  "nodeType": "BinaryOperation",
4360
4360
  "operator": ">",
4361
4361
  "rightExpression": {
4362
- "id": 35136,
4362
+ "id": 35155,
4363
4363
  "name": "MAX_DYNAMIC_FIELDS",
4364
4364
  "nodeType": "Identifier",
4365
4365
  "overloadedDeclarations": [],
4366
- "referencedDeclaration": 67554,
4366
+ "referencedDeclaration": 67573,
4367
4367
  "src": "4652:18:54",
4368
4368
  "typeDescriptions": {
4369
4369
  "typeIdentifier": "t_uint256",
@@ -4376,18 +4376,18 @@
4376
4376
  "typeString": "bool"
4377
4377
  }
4378
4378
  },
4379
- "id": 35144,
4379
+ "id": 35163,
4380
4380
  "nodeType": "IfStatement",
4381
4381
  "src": "4628:113:54",
4382
4382
  "trueBody": {
4383
4383
  "errorCall": {
4384
4384
  "arguments": [
4385
4385
  {
4386
- "id": 35141,
4386
+ "id": 35160,
4387
4387
  "name": "_numDynamicFields",
4388
4388
  "nodeType": "Identifier",
4389
4389
  "overloadedDeclarations": [],
4390
- "referencedDeclaration": 35130,
4390
+ "referencedDeclaration": 35149,
4391
4391
  "src": "4723:17:54",
4392
4392
  "typeDescriptions": {
4393
4393
  "typeIdentifier": "t_uint256",
@@ -4403,18 +4403,18 @@
4403
4403
  }
4404
4404
  ],
4405
4405
  "expression": {
4406
- "id": 35138,
4406
+ "id": 35157,
4407
4407
  "name": "FieldLayoutLib",
4408
4408
  "nodeType": "Identifier",
4409
4409
  "overloadedDeclarations": [],
4410
- "referencedDeclaration": 34950,
4410
+ "referencedDeclaration": 34969,
4411
4411
  "src": "4679:14:54",
4412
4412
  "typeDescriptions": {
4413
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34950_$",
4413
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34969_$",
4414
4414
  "typeString": "type(library FieldLayoutLib)"
4415
4415
  }
4416
4416
  },
4417
- "id": 35140,
4417
+ "id": 35159,
4418
4418
  "isConstant": false,
4419
4419
  "isLValue": false,
4420
4420
  "isPure": false,
@@ -4422,14 +4422,14 @@
4422
4422
  "memberLocation": "4694:28:54",
4423
4423
  "memberName": "FieldLayoutLib_InvalidLength",
4424
4424
  "nodeType": "MemberAccess",
4425
- "referencedDeclaration": 34814,
4425
+ "referencedDeclaration": 34833,
4426
4426
  "src": "4679:43:54",
4427
4427
  "typeDescriptions": {
4428
4428
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
4429
4429
  "typeString": "function (uint256) pure"
4430
4430
  }
4431
4431
  },
4432
- "id": 35142,
4432
+ "id": 35161,
4433
4433
  "isConstant": false,
4434
4434
  "isLValue": false,
4435
4435
  "isPure": false,
@@ -4445,24 +4445,24 @@
4445
4445
  "typeString": "tuple()"
4446
4446
  }
4447
4447
  },
4448
- "id": 35143,
4448
+ "id": 35162,
4449
4449
  "nodeType": "RevertStatement",
4450
4450
  "src": "4672:69:54"
4451
4451
  }
4452
4452
  },
4453
4453
  {
4454
4454
  "assignments": [
4455
- 35146
4455
+ 35165
4456
4456
  ],
4457
4457
  "declarations": [
4458
4458
  {
4459
4459
  "constant": false,
4460
- "id": 35146,
4460
+ "id": 35165,
4461
4461
  "mutability": "mutable",
4462
4462
  "name": "_numStaticFields",
4463
4463
  "nameLocation": "4756:16:54",
4464
4464
  "nodeType": "VariableDeclaration",
4465
- "scope": 35206,
4465
+ "scope": 35225,
4466
4466
  "src": "4748:24:54",
4467
4467
  "stateVariable": false,
4468
4468
  "storageLocation": "default",
@@ -4471,7 +4471,7 @@
4471
4471
  "typeString": "uint256"
4472
4472
  },
4473
4473
  "typeName": {
4474
- "id": 35145,
4474
+ "id": 35164,
4475
4475
  "name": "uint256",
4476
4476
  "nodeType": "ElementaryTypeName",
4477
4477
  "src": "4748:7:54",
@@ -4483,24 +4483,24 @@
4483
4483
  "visibility": "internal"
4484
4484
  }
4485
4485
  ],
4486
- "id": 35150,
4486
+ "id": 35169,
4487
4487
  "initialValue": {
4488
4488
  "arguments": [],
4489
4489
  "expression": {
4490
4490
  "argumentTypes": [],
4491
4491
  "expression": {
4492
- "id": 35147,
4492
+ "id": 35166,
4493
4493
  "name": "fieldLayout",
4494
4494
  "nodeType": "Identifier",
4495
4495
  "overloadedDeclarations": [],
4496
- "referencedDeclaration": 35111,
4496
+ "referencedDeclaration": 35130,
4497
4497
  "src": "4775:11:54",
4498
4498
  "typeDescriptions": {
4499
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
4499
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
4500
4500
  "typeString": "FieldLayout"
4501
4501
  }
4502
4502
  },
4503
- "id": 35148,
4503
+ "id": 35167,
4504
4504
  "isConstant": false,
4505
4505
  "isLValue": false,
4506
4506
  "isPure": false,
@@ -4508,14 +4508,14 @@
4508
4508
  "memberLocation": "4787:15:54",
4509
4509
  "memberName": "numStaticFields",
4510
4510
  "nodeType": "MemberAccess",
4511
- "referencedDeclaration": 35028,
4511
+ "referencedDeclaration": 35047,
4512
4512
  "src": "4775:27:54",
4513
4513
  "typeDescriptions": {
4514
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
4514
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
4515
4515
  "typeString": "function (FieldLayout) pure returns (uint256)"
4516
4516
  }
4517
4517
  },
4518
- "id": 35149,
4518
+ "id": 35168,
4519
4519
  "isConstant": false,
4520
4520
  "isLValue": false,
4521
4521
  "isPure": false,
@@ -4536,17 +4536,17 @@
4536
4536
  },
4537
4537
  {
4538
4538
  "assignments": [
4539
- 35152
4539
+ 35171
4540
4540
  ],
4541
4541
  "declarations": [
4542
4542
  {
4543
4543
  "constant": false,
4544
- "id": 35152,
4544
+ "id": 35171,
4545
4545
  "mutability": "mutable",
4546
4546
  "name": "_numTotalFields",
4547
4547
  "nameLocation": "4887:15:54",
4548
4548
  "nodeType": "VariableDeclaration",
4549
- "scope": 35206,
4549
+ "scope": 35225,
4550
4550
  "src": "4879:23:54",
4551
4551
  "stateVariable": false,
4552
4552
  "storageLocation": "default",
@@ -4555,7 +4555,7 @@
4555
4555
  "typeString": "uint256"
4556
4556
  },
4557
4557
  "typeName": {
4558
- "id": 35151,
4558
+ "id": 35170,
4559
4559
  "name": "uint256",
4560
4560
  "nodeType": "ElementaryTypeName",
4561
4561
  "src": "4879:7:54",
@@ -4567,23 +4567,23 @@
4567
4567
  "visibility": "internal"
4568
4568
  }
4569
4569
  ],
4570
- "id": 35156,
4570
+ "id": 35175,
4571
4571
  "initialValue": {
4572
4572
  "commonType": {
4573
4573
  "typeIdentifier": "t_uint256",
4574
4574
  "typeString": "uint256"
4575
4575
  },
4576
- "id": 35155,
4576
+ "id": 35174,
4577
4577
  "isConstant": false,
4578
4578
  "isLValue": false,
4579
4579
  "isPure": false,
4580
4580
  "lValueRequested": false,
4581
4581
  "leftExpression": {
4582
- "id": 35153,
4582
+ "id": 35172,
4583
4583
  "name": "_numStaticFields",
4584
4584
  "nodeType": "Identifier",
4585
4585
  "overloadedDeclarations": [],
4586
- "referencedDeclaration": 35146,
4586
+ "referencedDeclaration": 35165,
4587
4587
  "src": "4905:16:54",
4588
4588
  "typeDescriptions": {
4589
4589
  "typeIdentifier": "t_uint256",
@@ -4593,11 +4593,11 @@
4593
4593
  "nodeType": "BinaryOperation",
4594
4594
  "operator": "+",
4595
4595
  "rightExpression": {
4596
- "id": 35154,
4596
+ "id": 35173,
4597
4597
  "name": "_numDynamicFields",
4598
4598
  "nodeType": "Identifier",
4599
4599
  "overloadedDeclarations": [],
4600
- "referencedDeclaration": 35130,
4600
+ "referencedDeclaration": 35149,
4601
4601
  "src": "4924:17:54",
4602
4602
  "typeDescriptions": {
4603
4603
  "typeIdentifier": "t_uint256",
@@ -4619,17 +4619,17 @@
4619
4619
  "typeIdentifier": "t_uint256",
4620
4620
  "typeString": "uint256"
4621
4621
  },
4622
- "id": 35159,
4622
+ "id": 35178,
4623
4623
  "isConstant": false,
4624
4624
  "isLValue": false,
4625
4625
  "isPure": false,
4626
4626
  "lValueRequested": false,
4627
4627
  "leftExpression": {
4628
- "id": 35157,
4628
+ "id": 35176,
4629
4629
  "name": "_numTotalFields",
4630
4630
  "nodeType": "Identifier",
4631
4631
  "overloadedDeclarations": [],
4632
- "referencedDeclaration": 35152,
4632
+ "referencedDeclaration": 35171,
4633
4633
  "src": "4951:15:54",
4634
4634
  "typeDescriptions": {
4635
4635
  "typeIdentifier": "t_uint256",
@@ -4639,11 +4639,11 @@
4639
4639
  "nodeType": "BinaryOperation",
4640
4640
  "operator": ">",
4641
4641
  "rightExpression": {
4642
- "id": 35158,
4642
+ "id": 35177,
4643
4643
  "name": "MAX_TOTAL_FIELDS",
4644
4644
  "nodeType": "Identifier",
4645
4645
  "overloadedDeclarations": [],
4646
- "referencedDeclaration": 67548,
4646
+ "referencedDeclaration": 67567,
4647
4647
  "src": "4969:16:54",
4648
4648
  "typeDescriptions": {
4649
4649
  "typeIdentifier": "t_uint256",
@@ -4656,18 +4656,18 @@
4656
4656
  "typeString": "bool"
4657
4657
  }
4658
4658
  },
4659
- "id": 35166,
4659
+ "id": 35185,
4660
4660
  "nodeType": "IfStatement",
4661
4661
  "src": "4947:107:54",
4662
4662
  "trueBody": {
4663
4663
  "errorCall": {
4664
4664
  "arguments": [
4665
4665
  {
4666
- "id": 35163,
4666
+ "id": 35182,
4667
4667
  "name": "_numTotalFields",
4668
4668
  "nodeType": "Identifier",
4669
4669
  "overloadedDeclarations": [],
4670
- "referencedDeclaration": 35152,
4670
+ "referencedDeclaration": 35171,
4671
4671
  "src": "5038:15:54",
4672
4672
  "typeDescriptions": {
4673
4673
  "typeIdentifier": "t_uint256",
@@ -4683,18 +4683,18 @@
4683
4683
  }
4684
4684
  ],
4685
4685
  "expression": {
4686
- "id": 35160,
4686
+ "id": 35179,
4687
4687
  "name": "FieldLayoutLib",
4688
4688
  "nodeType": "Identifier",
4689
4689
  "overloadedDeclarations": [],
4690
- "referencedDeclaration": 34950,
4690
+ "referencedDeclaration": 34969,
4691
4691
  "src": "4994:14:54",
4692
4692
  "typeDescriptions": {
4693
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34950_$",
4693
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34969_$",
4694
4694
  "typeString": "type(library FieldLayoutLib)"
4695
4695
  }
4696
4696
  },
4697
- "id": 35162,
4697
+ "id": 35181,
4698
4698
  "isConstant": false,
4699
4699
  "isLValue": false,
4700
4700
  "isPure": false,
@@ -4702,14 +4702,14 @@
4702
4702
  "memberLocation": "5009:28:54",
4703
4703
  "memberName": "FieldLayoutLib_InvalidLength",
4704
4704
  "nodeType": "MemberAccess",
4705
- "referencedDeclaration": 34814,
4705
+ "referencedDeclaration": 34833,
4706
4706
  "src": "4994:43:54",
4707
4707
  "typeDescriptions": {
4708
4708
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
4709
4709
  "typeString": "function (uint256) pure"
4710
4710
  }
4711
4711
  },
4712
- "id": 35164,
4712
+ "id": 35183,
4713
4713
  "isConstant": false,
4714
4714
  "isLValue": false,
4715
4715
  "isPure": false,
@@ -4725,30 +4725,30 @@
4725
4725
  "typeString": "tuple()"
4726
4726
  }
4727
4727
  },
4728
- "id": 35165,
4728
+ "id": 35184,
4729
4729
  "nodeType": "RevertStatement",
4730
4730
  "src": "4987:67:54"
4731
4731
  }
4732
4732
  },
4733
4733
  {
4734
4734
  "body": {
4735
- "id": 35204,
4735
+ "id": 35223,
4736
4736
  "nodeType": "Block",
4737
4737
  "src": "5137:340:54",
4738
4738
  "statements": [
4739
4739
  {
4740
4740
  "assignments": [
4741
- 35174
4741
+ 35193
4742
4742
  ],
4743
4743
  "declarations": [
4744
4744
  {
4745
4745
  "constant": false,
4746
- "id": 35174,
4746
+ "id": 35193,
4747
4747
  "mutability": "mutable",
4748
4748
  "name": "staticByteLength",
4749
4749
  "nameLocation": "5153:16:54",
4750
4750
  "nodeType": "VariableDeclaration",
4751
- "scope": 35204,
4751
+ "scope": 35223,
4752
4752
  "src": "5145:24:54",
4753
4753
  "stateVariable": false,
4754
4754
  "storageLocation": "default",
@@ -4757,7 +4757,7 @@
4757
4757
  "typeString": "uint256"
4758
4758
  },
4759
4759
  "typeName": {
4760
- "id": 35173,
4760
+ "id": 35192,
4761
4761
  "name": "uint256",
4762
4762
  "nodeType": "ElementaryTypeName",
4763
4763
  "src": "5145:7:54",
@@ -4769,15 +4769,15 @@
4769
4769
  "visibility": "internal"
4770
4770
  }
4771
4771
  ],
4772
- "id": 35179,
4772
+ "id": 35198,
4773
4773
  "initialValue": {
4774
4774
  "arguments": [
4775
4775
  {
4776
- "id": 35177,
4776
+ "id": 35196,
4777
4777
  "name": "i",
4778
4778
  "nodeType": "Identifier",
4779
4779
  "overloadedDeclarations": [],
4780
- "referencedDeclaration": 35168,
4780
+ "referencedDeclaration": 35187,
4781
4781
  "src": "5192:1:54",
4782
4782
  "typeDescriptions": {
4783
4783
  "typeIdentifier": "t_uint256",
@@ -4793,18 +4793,18 @@
4793
4793
  }
4794
4794
  ],
4795
4795
  "expression": {
4796
- "id": 35175,
4796
+ "id": 35194,
4797
4797
  "name": "fieldLayout",
4798
4798
  "nodeType": "Identifier",
4799
4799
  "overloadedDeclarations": [],
4800
- "referencedDeclaration": 35111,
4800
+ "referencedDeclaration": 35130,
4801
4801
  "src": "5172:11:54",
4802
4802
  "typeDescriptions": {
4803
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
4803
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
4804
4804
  "typeString": "FieldLayout"
4805
4805
  }
4806
4806
  },
4807
- "id": 35176,
4807
+ "id": 35195,
4808
4808
  "isConstant": false,
4809
4809
  "isLValue": false,
4810
4810
  "isPure": false,
@@ -4812,14 +4812,14 @@
4812
4812
  "memberLocation": "5184:7:54",
4813
4813
  "memberName": "atIndex",
4814
4814
  "nodeType": "MemberAccess",
4815
- "referencedDeclaration": 34984,
4815
+ "referencedDeclaration": 35003,
4816
4816
  "src": "5172:19:54",
4817
4817
  "typeDescriptions": {
4818
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34805_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$34805_$",
4818
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$34824_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$34824_$",
4819
4819
  "typeString": "function (FieldLayout,uint256) pure returns (uint256)"
4820
4820
  }
4821
4821
  },
4822
- "id": 35178,
4822
+ "id": 35197,
4823
4823
  "isConstant": false,
4824
4824
  "isLValue": false,
4825
4825
  "isPure": false,
@@ -4844,17 +4844,17 @@
4844
4844
  "typeIdentifier": "t_uint256",
4845
4845
  "typeString": "uint256"
4846
4846
  },
4847
- "id": 35182,
4847
+ "id": 35201,
4848
4848
  "isConstant": false,
4849
4849
  "isLValue": false,
4850
4850
  "isPure": false,
4851
4851
  "lValueRequested": false,
4852
4852
  "leftExpression": {
4853
- "id": 35180,
4853
+ "id": 35199,
4854
4854
  "name": "staticByteLength",
4855
4855
  "nodeType": "Identifier",
4856
4856
  "overloadedDeclarations": [],
4857
- "referencedDeclaration": 35174,
4857
+ "referencedDeclaration": 35193,
4858
4858
  "src": "5206:16:54",
4859
4859
  "typeDescriptions": {
4860
4860
  "typeIdentifier": "t_uint256",
@@ -4865,7 +4865,7 @@
4865
4865
  "operator": "==",
4866
4866
  "rightExpression": {
4867
4867
  "hexValue": "30",
4868
- "id": 35181,
4868
+ "id": 35200,
4869
4869
  "isConstant": false,
4870
4870
  "isLValue": false,
4871
4871
  "isPure": true,
@@ -4891,17 +4891,17 @@
4891
4891
  "typeIdentifier": "t_uint256",
4892
4892
  "typeString": "uint256"
4893
4893
  },
4894
- "id": 35191,
4894
+ "id": 35210,
4895
4895
  "isConstant": false,
4896
4896
  "isLValue": false,
4897
4897
  "isPure": false,
4898
4898
  "lValueRequested": false,
4899
4899
  "leftExpression": {
4900
- "id": 35189,
4900
+ "id": 35208,
4901
4901
  "name": "staticByteLength",
4902
4902
  "nodeType": "Identifier",
4903
4903
  "overloadedDeclarations": [],
4904
- "referencedDeclaration": 35174,
4904
+ "referencedDeclaration": 35193,
4905
4905
  "src": "5315:16:54",
4906
4906
  "typeDescriptions": {
4907
4907
  "typeIdentifier": "t_uint256",
@@ -4911,11 +4911,11 @@
4911
4911
  "nodeType": "BinaryOperation",
4912
4912
  "operator": ">",
4913
4913
  "rightExpression": {
4914
- "id": 35190,
4914
+ "id": 35209,
4915
4915
  "name": "WORD_SIZE",
4916
4916
  "nodeType": "Identifier",
4917
4917
  "overloadedDeclarations": [],
4918
- "referencedDeclaration": 67539,
4918
+ "referencedDeclaration": 67558,
4919
4919
  "src": "5334:9:54",
4920
4920
  "typeDescriptions": {
4921
4921
  "typeIdentifier": "t_uint256",
@@ -4928,11 +4928,11 @@
4928
4928
  "typeString": "bool"
4929
4929
  }
4930
4930
  },
4931
- "id": 35198,
4931
+ "id": 35217,
4932
4932
  "nodeType": "IfStatement",
4933
4933
  "src": "5311:121:54",
4934
4934
  "trueBody": {
4935
- "id": 35197,
4935
+ "id": 35216,
4936
4936
  "nodeType": "Block",
4937
4937
  "src": "5345:87:54",
4938
4938
  "statements": [
@@ -4942,18 +4942,18 @@
4942
4942
  "expression": {
4943
4943
  "argumentTypes": [],
4944
4944
  "expression": {
4945
- "id": 35192,
4945
+ "id": 35211,
4946
4946
  "name": "FieldLayoutLib",
4947
4947
  "nodeType": "Identifier",
4948
4948
  "overloadedDeclarations": [],
4949
- "referencedDeclaration": 34950,
4949
+ "referencedDeclaration": 34969,
4950
4950
  "src": "5362:14:54",
4951
4951
  "typeDescriptions": {
4952
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34950_$",
4952
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34969_$",
4953
4953
  "typeString": "type(library FieldLayoutLib)"
4954
4954
  }
4955
4955
  },
4956
- "id": 35194,
4956
+ "id": 35213,
4957
4957
  "isConstant": false,
4958
4958
  "isLValue": false,
4959
4959
  "isPure": false,
@@ -4961,14 +4961,14 @@
4961
4961
  "memberLocation": "5377:44:54",
4962
4962
  "memberName": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
4963
4963
  "nodeType": "MemberAccess",
4964
- "referencedDeclaration": 34818,
4964
+ "referencedDeclaration": 34837,
4965
4965
  "src": "5362:59:54",
4966
4966
  "typeDescriptions": {
4967
4967
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
4968
4968
  "typeString": "function () pure"
4969
4969
  }
4970
4970
  },
4971
- "id": 35195,
4971
+ "id": 35214,
4972
4972
  "isConstant": false,
4973
4973
  "isLValue": false,
4974
4974
  "isPure": false,
@@ -4984,18 +4984,18 @@
4984
4984
  "typeString": "tuple()"
4985
4985
  }
4986
4986
  },
4987
- "id": 35196,
4987
+ "id": 35215,
4988
4988
  "nodeType": "RevertStatement",
4989
4989
  "src": "5355:68:54"
4990
4990
  }
4991
4991
  ]
4992
4992
  }
4993
4993
  },
4994
- "id": 35199,
4994
+ "id": 35218,
4995
4995
  "nodeType": "IfStatement",
4996
4996
  "src": "5202:230:54",
4997
4997
  "trueBody": {
4998
- "id": 35188,
4998
+ "id": 35207,
4999
4999
  "nodeType": "Block",
5000
5000
  "src": "5229:76:54",
5001
5001
  "statements": [
@@ -5005,18 +5005,18 @@
5005
5005
  "expression": {
5006
5006
  "argumentTypes": [],
5007
5007
  "expression": {
5008
- "id": 35183,
5008
+ "id": 35202,
5009
5009
  "name": "FieldLayoutLib",
5010
5010
  "nodeType": "Identifier",
5011
5011
  "overloadedDeclarations": [],
5012
- "referencedDeclaration": 34950,
5012
+ "referencedDeclaration": 34969,
5013
5013
  "src": "5246:14:54",
5014
5014
  "typeDescriptions": {
5015
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34950_$",
5015
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$34969_$",
5016
5016
  "typeString": "type(library FieldLayoutLib)"
5017
5017
  }
5018
5018
  },
5019
- "id": 35185,
5019
+ "id": 35204,
5020
5020
  "isConstant": false,
5021
5021
  "isLValue": false,
5022
5022
  "isPure": false,
@@ -5024,14 +5024,14 @@
5024
5024
  "memberLocation": "5261:33:54",
5025
5025
  "memberName": "FieldLayoutLib_StaticLengthIsZero",
5026
5026
  "nodeType": "MemberAccess",
5027
- "referencedDeclaration": 34816,
5027
+ "referencedDeclaration": 34835,
5028
5028
  "src": "5246:48:54",
5029
5029
  "typeDescriptions": {
5030
5030
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
5031
5031
  "typeString": "function () pure"
5032
5032
  }
5033
5033
  },
5034
- "id": 35186,
5034
+ "id": 35205,
5035
5035
  "isConstant": false,
5036
5036
  "isLValue": false,
5037
5037
  "isPure": false,
@@ -5047,7 +5047,7 @@
5047
5047
  "typeString": "tuple()"
5048
5048
  }
5049
5049
  },
5050
- "id": 35187,
5050
+ "id": 35206,
5051
5051
  "nodeType": "RevertStatement",
5052
5052
  "src": "5239:57:54"
5053
5053
  }
@@ -5055,13 +5055,13 @@
5055
5055
  }
5056
5056
  },
5057
5057
  {
5058
- "id": 35203,
5058
+ "id": 35222,
5059
5059
  "nodeType": "UncheckedBlock",
5060
5060
  "src": "5439:32:54",
5061
5061
  "statements": [
5062
5062
  {
5063
5063
  "expression": {
5064
- "id": 35201,
5064
+ "id": 35220,
5065
5065
  "isConstant": false,
5066
5066
  "isLValue": false,
5067
5067
  "isPure": false,
@@ -5071,11 +5071,11 @@
5071
5071
  "prefix": false,
5072
5072
  "src": "5459:3:54",
5073
5073
  "subExpression": {
5074
- "id": 35200,
5074
+ "id": 35219,
5075
5075
  "name": "i",
5076
5076
  "nodeType": "Identifier",
5077
5077
  "overloadedDeclarations": [],
5078
- "referencedDeclaration": 35168,
5078
+ "referencedDeclaration": 35187,
5079
5079
  "src": "5459:1:54",
5080
5080
  "typeDescriptions": {
5081
5081
  "typeIdentifier": "t_uint256",
@@ -5087,7 +5087,7 @@
5087
5087
  "typeString": "uint256"
5088
5088
  }
5089
5089
  },
5090
- "id": 35202,
5090
+ "id": 35221,
5091
5091
  "nodeType": "ExpressionStatement",
5092
5092
  "src": "5459:3:54"
5093
5093
  }
@@ -5100,17 +5100,17 @@
5100
5100
  "typeIdentifier": "t_uint256",
5101
5101
  "typeString": "uint256"
5102
5102
  },
5103
- "id": 35172,
5103
+ "id": 35191,
5104
5104
  "isConstant": false,
5105
5105
  "isLValue": false,
5106
5106
  "isPure": false,
5107
5107
  "lValueRequested": false,
5108
5108
  "leftExpression": {
5109
- "id": 35170,
5109
+ "id": 35189,
5110
5110
  "name": "i",
5111
5111
  "nodeType": "Identifier",
5112
5112
  "overloadedDeclarations": [],
5113
- "referencedDeclaration": 35168,
5113
+ "referencedDeclaration": 35187,
5114
5114
  "src": "5113:1:54",
5115
5115
  "typeDescriptions": {
5116
5116
  "typeIdentifier": "t_uint256",
@@ -5120,11 +5120,11 @@
5120
5120
  "nodeType": "BinaryOperation",
5121
5121
  "operator": "<",
5122
5122
  "rightExpression": {
5123
- "id": 35171,
5123
+ "id": 35190,
5124
5124
  "name": "_numStaticFields",
5125
5125
  "nodeType": "Identifier",
5126
5126
  "overloadedDeclarations": [],
5127
- "referencedDeclaration": 35146,
5127
+ "referencedDeclaration": 35165,
5128
5128
  "src": "5117:16:54",
5129
5129
  "typeDescriptions": {
5130
5130
  "typeIdentifier": "t_uint256",
@@ -5137,20 +5137,20 @@
5137
5137
  "typeString": "bool"
5138
5138
  }
5139
5139
  },
5140
- "id": 35205,
5140
+ "id": 35224,
5141
5141
  "initializationExpression": {
5142
5142
  "assignments": [
5143
- 35168
5143
+ 35187
5144
5144
  ],
5145
5145
  "declarations": [
5146
5146
  {
5147
5147
  "constant": false,
5148
- "id": 35168,
5148
+ "id": 35187,
5149
5149
  "mutability": "mutable",
5150
5150
  "name": "i",
5151
5151
  "nameLocation": "5110:1:54",
5152
5152
  "nodeType": "VariableDeclaration",
5153
- "scope": 35205,
5153
+ "scope": 35224,
5154
5154
  "src": "5102:9:54",
5155
5155
  "stateVariable": false,
5156
5156
  "storageLocation": "default",
@@ -5159,7 +5159,7 @@
5159
5159
  "typeString": "uint256"
5160
5160
  },
5161
5161
  "typeName": {
5162
- "id": 35167,
5162
+ "id": 35186,
5163
5163
  "name": "uint256",
5164
5164
  "nodeType": "ElementaryTypeName",
5165
5165
  "src": "5102:7:54",
@@ -5171,7 +5171,7 @@
5171
5171
  "visibility": "internal"
5172
5172
  }
5173
5173
  ],
5174
- "id": 35169,
5174
+ "id": 35188,
5175
5175
  "nodeType": "VariableDeclarationStatement",
5176
5176
  "src": "5102:9:54"
5177
5177
  },
@@ -5186,41 +5186,41 @@
5186
5186
  "name": "validate",
5187
5187
  "nameLocation": "4293:8:54",
5188
5188
  "parameters": {
5189
- "id": 35114,
5189
+ "id": 35133,
5190
5190
  "nodeType": "ParameterList",
5191
5191
  "parameters": [
5192
5192
  {
5193
5193
  "constant": false,
5194
- "id": 35111,
5194
+ "id": 35130,
5195
5195
  "mutability": "mutable",
5196
5196
  "name": "fieldLayout",
5197
5197
  "nameLocation": "4314:11:54",
5198
5198
  "nodeType": "VariableDeclaration",
5199
- "scope": 35207,
5199
+ "scope": 35226,
5200
5200
  "src": "4302:23:54",
5201
5201
  "stateVariable": false,
5202
5202
  "storageLocation": "default",
5203
5203
  "typeDescriptions": {
5204
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
5204
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
5205
5205
  "typeString": "FieldLayout"
5206
5206
  },
5207
5207
  "typeName": {
5208
- "id": 35110,
5208
+ "id": 35129,
5209
5209
  "nodeType": "UserDefinedTypeName",
5210
5210
  "pathNode": {
5211
- "id": 35109,
5211
+ "id": 35128,
5212
5212
  "name": "FieldLayout",
5213
5213
  "nameLocations": [
5214
5214
  "4302:11:54"
5215
5215
  ],
5216
5216
  "nodeType": "IdentifierPath",
5217
- "referencedDeclaration": 34805,
5217
+ "referencedDeclaration": 34824,
5218
5218
  "src": "4302:11:54"
5219
5219
  },
5220
- "referencedDeclaration": 34805,
5220
+ "referencedDeclaration": 34824,
5221
5221
  "src": "4302:11:54",
5222
5222
  "typeDescriptions": {
5223
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
5223
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
5224
5224
  "typeString": "FieldLayout"
5225
5225
  }
5226
5226
  },
@@ -5228,12 +5228,12 @@
5228
5228
  },
5229
5229
  {
5230
5230
  "constant": false,
5231
- "id": 35113,
5231
+ "id": 35132,
5232
5232
  "mutability": "mutable",
5233
5233
  "name": "allowEmpty",
5234
5234
  "nameLocation": "4332:10:54",
5235
5235
  "nodeType": "VariableDeclaration",
5236
- "scope": 35207,
5236
+ "scope": 35226,
5237
5237
  "src": "4327:15:54",
5238
5238
  "stateVariable": false,
5239
5239
  "storageLocation": "default",
@@ -5242,7 +5242,7 @@
5242
5242
  "typeString": "bool"
5243
5243
  },
5244
5244
  "typeName": {
5245
- "id": 35112,
5245
+ "id": 35131,
5246
5246
  "name": "bool",
5247
5247
  "nodeType": "ElementaryTypeName",
5248
5248
  "src": "4327:4:54",
@@ -5257,23 +5257,23 @@
5257
5257
  "src": "4301:42:54"
5258
5258
  },
5259
5259
  "returnParameters": {
5260
- "id": 35115,
5260
+ "id": 35134,
5261
5261
  "nodeType": "ParameterList",
5262
5262
  "parameters": [],
5263
5263
  "src": "4358:0:54"
5264
5264
  },
5265
- "scope": 35223,
5265
+ "scope": 35242,
5266
5266
  "stateMutability": "pure",
5267
5267
  "virtual": false,
5268
5268
  "visibility": "internal"
5269
5269
  },
5270
5270
  {
5271
- "id": 35222,
5271
+ "id": 35241,
5272
5272
  "nodeType": "FunctionDefinition",
5273
5273
  "src": "5526:122:54",
5274
5274
  "nodes": [],
5275
5275
  "body": {
5276
- "id": 35221,
5276
+ "id": 35240,
5277
5277
  "nodeType": "Block",
5278
5278
  "src": "5599:49:54",
5279
5279
  "nodes": [],
@@ -5282,14 +5282,14 @@
5282
5282
  "expression": {
5283
5283
  "arguments": [
5284
5284
  {
5285
- "id": 35218,
5285
+ "id": 35237,
5286
5286
  "name": "fieldLayout",
5287
5287
  "nodeType": "Identifier",
5288
5288
  "overloadedDeclarations": [],
5289
- "referencedDeclaration": 35211,
5289
+ "referencedDeclaration": 35230,
5290
5290
  "src": "5631:11:54",
5291
5291
  "typeDescriptions": {
5292
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
5292
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
5293
5293
  "typeString": "FieldLayout"
5294
5294
  }
5295
5295
  }
@@ -5297,23 +5297,23 @@
5297
5297
  "expression": {
5298
5298
  "argumentTypes": [
5299
5299
  {
5300
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
5300
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
5301
5301
  "typeString": "FieldLayout"
5302
5302
  }
5303
5303
  ],
5304
5304
  "expression": {
5305
- "id": 35216,
5305
+ "id": 35235,
5306
5306
  "name": "FieldLayout",
5307
5307
  "nodeType": "Identifier",
5308
5308
  "overloadedDeclarations": [],
5309
- "referencedDeclaration": 34805,
5309
+ "referencedDeclaration": 34824,
5310
5310
  "src": "5612:11:54",
5311
5311
  "typeDescriptions": {
5312
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34805_$",
5312
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$34824_$",
5313
5313
  "typeString": "type(FieldLayout)"
5314
5314
  }
5315
5315
  },
5316
- "id": 35217,
5316
+ "id": 35236,
5317
5317
  "isConstant": false,
5318
5318
  "isLValue": false,
5319
5319
  "isPure": true,
@@ -5323,11 +5323,11 @@
5323
5323
  "nodeType": "MemberAccess",
5324
5324
  "src": "5612:18:54",
5325
5325
  "typeDescriptions": {
5326
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$34805_$returns$_t_bytes32_$",
5326
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$34824_$returns$_t_bytes32_$",
5327
5327
  "typeString": "function (FieldLayout) pure returns (bytes32)"
5328
5328
  }
5329
5329
  },
5330
- "id": 35219,
5330
+ "id": 35238,
5331
5331
  "isConstant": false,
5332
5332
  "isLValue": false,
5333
5333
  "isPure": false,
@@ -5343,15 +5343,15 @@
5343
5343
  "typeString": "bytes32"
5344
5344
  }
5345
5345
  },
5346
- "functionReturnParameters": 35215,
5347
- "id": 35220,
5346
+ "functionReturnParameters": 35234,
5347
+ "id": 35239,
5348
5348
  "nodeType": "Return",
5349
5349
  "src": "5605:38:54"
5350
5350
  }
5351
5351
  ]
5352
5352
  },
5353
5353
  "documentation": {
5354
- "id": 35208,
5354
+ "id": 35227,
5355
5355
  "nodeType": "StructuredDocumentation",
5356
5356
  "src": "5485:38:54",
5357
5357
  "text": " Unwrap the field layout"
@@ -5362,41 +5362,41 @@
5362
5362
  "name": "unwrap",
5363
5363
  "nameLocation": "5535:6:54",
5364
5364
  "parameters": {
5365
- "id": 35212,
5365
+ "id": 35231,
5366
5366
  "nodeType": "ParameterList",
5367
5367
  "parameters": [
5368
5368
  {
5369
5369
  "constant": false,
5370
- "id": 35211,
5370
+ "id": 35230,
5371
5371
  "mutability": "mutable",
5372
5372
  "name": "fieldLayout",
5373
5373
  "nameLocation": "5554:11:54",
5374
5374
  "nodeType": "VariableDeclaration",
5375
- "scope": 35222,
5375
+ "scope": 35241,
5376
5376
  "src": "5542:23:54",
5377
5377
  "stateVariable": false,
5378
5378
  "storageLocation": "default",
5379
5379
  "typeDescriptions": {
5380
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
5380
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
5381
5381
  "typeString": "FieldLayout"
5382
5382
  },
5383
5383
  "typeName": {
5384
- "id": 35210,
5384
+ "id": 35229,
5385
5385
  "nodeType": "UserDefinedTypeName",
5386
5386
  "pathNode": {
5387
- "id": 35209,
5387
+ "id": 35228,
5388
5388
  "name": "FieldLayout",
5389
5389
  "nameLocations": [
5390
5390
  "5542:11:54"
5391
5391
  ],
5392
5392
  "nodeType": "IdentifierPath",
5393
- "referencedDeclaration": 34805,
5393
+ "referencedDeclaration": 34824,
5394
5394
  "src": "5542:11:54"
5395
5395
  },
5396
- "referencedDeclaration": 34805,
5396
+ "referencedDeclaration": 34824,
5397
5397
  "src": "5542:11:54",
5398
5398
  "typeDescriptions": {
5399
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34805",
5399
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$34824",
5400
5400
  "typeString": "FieldLayout"
5401
5401
  }
5402
5402
  },
@@ -5406,17 +5406,17 @@
5406
5406
  "src": "5541:25:54"
5407
5407
  },
5408
5408
  "returnParameters": {
5409
- "id": 35215,
5409
+ "id": 35234,
5410
5410
  "nodeType": "ParameterList",
5411
5411
  "parameters": [
5412
5412
  {
5413
5413
  "constant": false,
5414
- "id": 35214,
5414
+ "id": 35233,
5415
5415
  "mutability": "mutable",
5416
5416
  "name": "",
5417
5417
  "nameLocation": "-1:-1:-1",
5418
5418
  "nodeType": "VariableDeclaration",
5419
- "scope": 35222,
5419
+ "scope": 35241,
5420
5420
  "src": "5590:7:54",
5421
5421
  "stateVariable": false,
5422
5422
  "storageLocation": "default",
@@ -5425,7 +5425,7 @@
5425
5425
  "typeString": "bytes32"
5426
5426
  },
5427
5427
  "typeName": {
5428
- "id": 35213,
5428
+ "id": 35232,
5429
5429
  "name": "bytes32",
5430
5430
  "nodeType": "ElementaryTypeName",
5431
5431
  "src": "5590:7:54",
@@ -5439,7 +5439,7 @@
5439
5439
  ],
5440
5440
  "src": "5589:9:54"
5441
5441
  },
5442
- "scope": 35223,
5442
+ "scope": 35242,
5443
5443
  "stateMutability": "pure",
5444
5444
  "virtual": false,
5445
5445
  "visibility": "internal"
@@ -5451,18 +5451,18 @@
5451
5451
  "contractDependencies": [],
5452
5452
  "contractKind": "library",
5453
5453
  "documentation": {
5454
- "id": 34951,
5454
+ "id": 34970,
5455
5455
  "nodeType": "StructuredDocumentation",
5456
5456
  "src": "2627:45:54",
5457
5457
  "text": " Instance functions for FieldLayout"
5458
5458
  },
5459
5459
  "fullyImplemented": true,
5460
5460
  "linearizedBaseContracts": [
5461
- 35223
5461
+ 35242
5462
5462
  ],
5463
5463
  "name": "FieldLayoutInstance",
5464
5464
  "nameLocation": "2681:19:54",
5465
- "scope": 35224,
5465
+ "scope": 35243,
5466
5466
  "usedErrors": [],
5467
5467
  "usedEvents": []
5468
5468
  }