@latticexyz/world-modules 2.0.0-main-87235a21 → 2.0.0-main-85218618

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 (89) hide show
  1. package/out/ArrayLib.sol/ArrayLib.json +255 -255
  2. package/out/CallboundDelegationControl.sol/CallboundDelegationControl.json +264 -227
  3. package/out/CallboundDelegations.sol/CallboundDelegations.json +2595 -2595
  4. package/out/DelegationControl.sol/DelegationControl.json +193 -143
  5. package/out/Hooks.sol/Hooks.json +45 -45
  6. package/out/IAccessManagementSystem.sol/IAccessManagementSystem.json +64 -64
  7. package/out/IBalanceTransferSystem.sol/IBalanceTransferSystem.json +53 -53
  8. package/out/IBaseWorld.sol/IBaseWorld.json +136 -91
  9. package/out/IBatchCallSystem.sol/IBatchCallSystem.json +51 -51
  10. package/out/ICoreSystem.sol/ICoreSystem.json +6 -6
  11. package/out/IDelegationControl.sol/IDelegationControl.json +138 -108
  12. package/out/IModule.sol/IModule.json +181 -151
  13. package/out/IModuleInstallationSystem.sol/IModuleInstallationSystem.json +34 -34
  14. package/out/ISystemHook.sol/ISystemHook.json +192 -152
  15. package/out/IUniqueEntitySystem.sol/IUniqueEntitySystem.json +13 -13
  16. package/out/IWorldContextConsumer.sol/IWorldContextConsumer.json +172 -124
  17. package/out/IWorldErrors.sol/IWorldErrors.json +346 -256
  18. package/out/IWorldKernel.sol/IWorldCall.json +312 -272
  19. package/out/IWorldKernel.sol/IWorldKernel.json +339 -276
  20. package/out/IWorldKernel.sol/IWorldModuleInstallation.json +297 -271
  21. package/out/IWorldRegistrationSystem.sol/IWorldRegistrationSystem.json +201 -201
  22. package/out/KeysInTable.sol/KeysInTable.json +10668 -10668
  23. package/out/KeysInTableHook.sol/KeysInTableHook.json +862 -862
  24. package/out/KeysInTableModule.sol/KeysInTableModule.json +607 -558
  25. package/out/KeysWithValue.sol/KeysWithValue.json +3828 -3828
  26. package/out/KeysWithValueHook.sol/KeysWithValueHook.json +1014 -1014
  27. package/out/KeysWithValueModule.sol/KeysWithValueModule.json +496 -447
  28. package/out/Module.sol/Module.json +192 -125
  29. package/out/ResourceIds.sol/ResourceIds.json +45 -45
  30. package/out/Schema.sol/SchemaInstance.json +30 -30
  31. package/out/Schema.sol/SchemaLib.json +30 -30
  32. package/out/SchemaType.sol/SchemaType.json +276 -276
  33. package/out/StandardDelegationsModule.sol/StandardDelegationsModule.json +372 -329
  34. package/out/StoreHook.sol/StoreHook.json +358 -358
  35. package/out/StoreHooks.sol/StoreHooks.json +45 -45
  36. package/out/System.sol/System.json +84 -41
  37. package/out/Tables.sol/Tables.json +73 -73
  38. package/out/TimeboundDelegationControl.sol/TimeboundDelegationControl.json +168 -131
  39. package/out/TimeboundDelegations.sol/TimeboundDelegations.json +1986 -1986
  40. package/out/UniqueEntity.sol/UniqueEntity.json +1402 -1402
  41. package/out/UniqueEntityModule.sol/UniqueEntityModule.json +393 -350
  42. package/out/UniqueEntitySystem.sol/UniqueEntitySystem.json +138 -102
  43. package/out/UsedKeysIndex.sol/UsedKeysIndex.json +2722 -2722
  44. package/out/WorldContext.sol/WorldContextConsumer.json +780 -683
  45. package/out/WorldContext.sol/WorldContextProvider.json +743 -683
  46. package/out/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  47. package/out/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  48. package/out/constants.sol/constants.json +115 -115
  49. package/out/getKeysInTable.sol/getKeysInTable.json +564 -564
  50. package/out/getKeysWithValue.sol/getKeysWithValue.json +264 -264
  51. package/out/getTargetTableId.sol/getTargetTableId.json +163 -163
  52. package/out/getUniqueEntity.sol/getUniqueEntity.json +88 -88
  53. package/out/hasKey.sol/hasKey.json +130 -130
  54. package/out/index.sol/index.json +53 -53
  55. package/out/interfaces/IBaseWorld.sol/IBaseWorld.json +205 -160
  56. package/out/query.sol/query.json +1154 -1154
  57. package/out/revertWithBytes.sol/revertWithBytes.json +15 -15
  58. package/out/src/Bytes.sol/Bytes.json +1332 -1332
  59. package/out/src/FieldLayout.sol/FieldLayoutInstance.json +697 -697
  60. package/out/src/FieldLayout.sol/FieldLayoutLib.json +697 -697
  61. package/out/src/IStore.sol/IStore.json +53 -53
  62. package/out/src/IWorldKernel.sol/IWorldCall.json +313 -273
  63. package/out/src/IWorldKernel.sol/IWorldKernel.json +340 -277
  64. package/out/src/IWorldKernel.sol/IWorldModuleInstallation.json +298 -272
  65. package/out/src/Memory.sol/Memory.json +89 -89
  66. package/out/src/PackedCounter.sol/PackedCounterInstance.json +923 -923
  67. package/out/src/PackedCounter.sol/PackedCounterLib.json +923 -923
  68. package/out/src/ResourceId.sol/ResourceIdInstance.json +112 -112
  69. package/out/src/ResourceId.sol/ResourceIdLib.json +112 -112
  70. package/out/src/Schema.sol/SchemaInstance.json +787 -787
  71. package/out/src/Schema.sol/SchemaLib.json +787 -787
  72. package/out/src/Slice.sol/SliceInstance.json +429 -429
  73. package/out/src/Slice.sol/SliceLib.json +429 -429
  74. package/out/src/StoreCore.sol/StoreCore.json +4455 -4455
  75. package/out/src/StoreCore.sol/StoreCoreInternal.json +4455 -4455
  76. package/out/src/StoreSwitch.sol/StoreSwitch.json +2454 -2454
  77. package/out/src/WorldContext.sol/WorldContextConsumer.json +780 -683
  78. package/out/src/WorldContext.sol/WorldContextProvider.json +743 -683
  79. package/out/src/WorldResourceId.sol/WorldResourceIdInstance.json +777 -765
  80. package/out/src/WorldResourceId.sol/WorldResourceIdLib.json +777 -765
  81. package/out/storeHookTypes.sol/storeHookTypes.json +115 -115
  82. package/out/storeResourceTypes.sol/storeResourceTypes.json +12 -12
  83. package/out/tables/ResourceIds.sol/ResourceIds.json +1746 -1746
  84. package/out/tables/Tables.sol/Tables.json +7288 -7288
  85. package/out/tightcoder/EncodeArray.sol/EncodeArray.json +3246 -3246
  86. package/out/types.sol/types.json +39 -39
  87. package/out/world/src/IERC165.sol/IERC165.json +63 -57
  88. package/out/worldResourceTypes.sol/worldResourceTypes.json +87 -87
  89. package/package.json +8 -8
@@ -114,41 +114,41 @@
114
114
  },
115
115
  "ast": {
116
116
  "absolutePath": "node_modules/@latticexyz/store/src/FieldLayout.sol",
117
- "id": 25496,
117
+ "id": 25543,
118
118
  "exportedSymbols": {
119
119
  "BYTE_TO_BITS": [
120
- 57385
120
+ 57453
121
121
  ],
122
122
  "FieldLayout": [
123
- 25077
123
+ 25124
124
124
  ],
125
125
  "FieldLayoutInstance": [
126
- 25495
126
+ 25542
127
127
  ],
128
128
  "FieldLayoutLib": [
129
- 25222
129
+ 25269
130
130
  ],
131
131
  "LayoutOffsets": [
132
- 57425
132
+ 57493
133
133
  ],
134
134
  "MAX_DYNAMIC_FIELDS": [
135
- 57394
135
+ 57462
136
136
  ],
137
137
  "MAX_TOTAL_FIELDS": [
138
- 57388
138
+ 57456
139
139
  ],
140
140
  "WORD_LAST_INDEX": [
141
- 57382
141
+ 57450
142
142
  ],
143
143
  "WORD_SIZE": [
144
- 57379
144
+ 57447
145
145
  ]
146
146
  },
147
147
  "nodeType": "SourceUnit",
148
148
  "src": "32:5619:54",
149
149
  "nodes": [
150
150
  {
151
- "id": 25068,
151
+ "id": 25115,
152
152
  "nodeType": "PragmaDirective",
153
153
  "src": "32:25:54",
154
154
  "nodes": [],
@@ -160,23 +160,23 @@
160
160
  ]
161
161
  },
162
162
  {
163
- "id": 25075,
163
+ "id": 25122,
164
164
  "nodeType": "ImportDirective",
165
165
  "src": "59:128:54",
166
166
  "nodes": [],
167
167
  "absolutePath": "node_modules/@latticexyz/store/src/constants.sol",
168
168
  "file": "./constants.sol",
169
169
  "nameLocation": "-1:-1:-1",
170
- "scope": 25496,
171
- "sourceUnit": 57426,
170
+ "scope": 25543,
171
+ "sourceUnit": 57494,
172
172
  "symbolAliases": [
173
173
  {
174
174
  "foreign": {
175
- "id": 25069,
175
+ "id": 25116,
176
176
  "name": "WORD_SIZE",
177
177
  "nodeType": "Identifier",
178
178
  "overloadedDeclarations": [],
179
- "referencedDeclaration": 57379,
179
+ "referencedDeclaration": 57447,
180
180
  "src": "68:9:54",
181
181
  "typeDescriptions": {}
182
182
  },
@@ -184,11 +184,11 @@
184
184
  },
185
185
  {
186
186
  "foreign": {
187
- "id": 25070,
187
+ "id": 25117,
188
188
  "name": "WORD_LAST_INDEX",
189
189
  "nodeType": "Identifier",
190
190
  "overloadedDeclarations": [],
191
- "referencedDeclaration": 57382,
191
+ "referencedDeclaration": 57450,
192
192
  "src": "79:15:54",
193
193
  "typeDescriptions": {}
194
194
  },
@@ -196,11 +196,11 @@
196
196
  },
197
197
  {
198
198
  "foreign": {
199
- "id": 25071,
199
+ "id": 25118,
200
200
  "name": "BYTE_TO_BITS",
201
201
  "nodeType": "Identifier",
202
202
  "overloadedDeclarations": [],
203
- "referencedDeclaration": 57385,
203
+ "referencedDeclaration": 57453,
204
204
  "src": "96:12:54",
205
205
  "typeDescriptions": {}
206
206
  },
@@ -208,11 +208,11 @@
208
208
  },
209
209
  {
210
210
  "foreign": {
211
- "id": 25072,
211
+ "id": 25119,
212
212
  "name": "MAX_TOTAL_FIELDS",
213
213
  "nodeType": "Identifier",
214
214
  "overloadedDeclarations": [],
215
- "referencedDeclaration": 57388,
215
+ "referencedDeclaration": 57456,
216
216
  "src": "110:16:54",
217
217
  "typeDescriptions": {}
218
218
  },
@@ -220,11 +220,11 @@
220
220
  },
221
221
  {
222
222
  "foreign": {
223
- "id": 25073,
223
+ "id": 25120,
224
224
  "name": "MAX_DYNAMIC_FIELDS",
225
225
  "nodeType": "Identifier",
226
226
  "overloadedDeclarations": [],
227
- "referencedDeclaration": 57394,
227
+ "referencedDeclaration": 57462,
228
228
  "src": "128:18:54",
229
229
  "typeDescriptions": {}
230
230
  },
@@ -232,11 +232,11 @@
232
232
  },
233
233
  {
234
234
  "foreign": {
235
- "id": 25074,
235
+ "id": 25121,
236
236
  "name": "LayoutOffsets",
237
237
  "nodeType": "Identifier",
238
238
  "overloadedDeclarations": [],
239
- "referencedDeclaration": 57425,
239
+ "referencedDeclaration": 57493,
240
240
  "src": "148:13:54",
241
241
  "typeDescriptions": {}
242
242
  },
@@ -246,7 +246,7 @@
246
246
  "unitAlias": ""
247
247
  },
248
248
  {
249
- "id": 25077,
249
+ "id": 25124,
250
250
  "nodeType": "UserDefinedValueTypeDefinition",
251
251
  "src": "458:28:54",
252
252
  "nodes": [],
@@ -254,7 +254,7 @@
254
254
  "name": "FieldLayout",
255
255
  "nameLocation": "463:11:54",
256
256
  "underlyingType": {
257
- "id": 25076,
257
+ "id": 25123,
258
258
  "name": "bytes32",
259
259
  "nodeType": "ElementaryTypeName",
260
260
  "src": "478:7:54",
@@ -265,49 +265,49 @@
265
265
  }
266
266
  },
267
267
  {
268
- "id": 25081,
268
+ "id": 25128,
269
269
  "nodeType": "UsingForDirective",
270
270
  "src": "488:49:54",
271
271
  "nodes": [],
272
272
  "global": true,
273
273
  "libraryName": {
274
- "id": 25078,
274
+ "id": 25125,
275
275
  "name": "FieldLayoutInstance",
276
276
  "nameLocations": [
277
277
  "494:19:54"
278
278
  ],
279
279
  "nodeType": "IdentifierPath",
280
- "referencedDeclaration": 25495,
280
+ "referencedDeclaration": 25542,
281
281
  "src": "494:19:54"
282
282
  },
283
283
  "typeName": {
284
- "id": 25080,
284
+ "id": 25127,
285
285
  "nodeType": "UserDefinedTypeName",
286
286
  "pathNode": {
287
- "id": 25079,
287
+ "id": 25126,
288
288
  "name": "FieldLayout",
289
289
  "nameLocations": [
290
290
  "518:11:54"
291
291
  ],
292
292
  "nodeType": "IdentifierPath",
293
- "referencedDeclaration": 25077,
293
+ "referencedDeclaration": 25124,
294
294
  "src": "518:11:54"
295
295
  },
296
- "referencedDeclaration": 25077,
296
+ "referencedDeclaration": 25124,
297
297
  "src": "518:11:54",
298
298
  "typeDescriptions": {
299
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
299
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
300
300
  "typeString": "FieldLayout"
301
301
  }
302
302
  }
303
303
  },
304
304
  {
305
- "id": 25222,
305
+ "id": 25269,
306
306
  "nodeType": "ContractDefinition",
307
307
  "src": "583:2042:54",
308
308
  "nodes": [
309
309
  {
310
- "id": 25086,
310
+ "id": 25133,
311
311
  "nodeType": "ErrorDefinition",
312
312
  "src": "610:51:54",
313
313
  "nodes": [],
@@ -315,17 +315,17 @@
315
315
  "name": "FieldLayoutLib_InvalidLength",
316
316
  "nameLocation": "616:28:54",
317
317
  "parameters": {
318
- "id": 25085,
318
+ "id": 25132,
319
319
  "nodeType": "ParameterList",
320
320
  "parameters": [
321
321
  {
322
322
  "constant": false,
323
- "id": 25084,
323
+ "id": 25131,
324
324
  "mutability": "mutable",
325
325
  "name": "length",
326
326
  "nameLocation": "653:6:54",
327
327
  "nodeType": "VariableDeclaration",
328
- "scope": 25086,
328
+ "scope": 25133,
329
329
  "src": "645:14:54",
330
330
  "stateVariable": false,
331
331
  "storageLocation": "default",
@@ -334,7 +334,7 @@
334
334
  "typeString": "uint256"
335
335
  },
336
336
  "typeName": {
337
- "id": 25083,
337
+ "id": 25130,
338
338
  "name": "uint256",
339
339
  "nodeType": "ElementaryTypeName",
340
340
  "src": "645:7:54",
@@ -350,7 +350,7 @@
350
350
  }
351
351
  },
352
352
  {
353
- "id": 25088,
353
+ "id": 25135,
354
354
  "nodeType": "ErrorDefinition",
355
355
  "src": "664:42:54",
356
356
  "nodes": [],
@@ -358,14 +358,14 @@
358
358
  "name": "FieldLayoutLib_StaticLengthIsZero",
359
359
  "nameLocation": "670:33:54",
360
360
  "parameters": {
361
- "id": 25087,
361
+ "id": 25134,
362
362
  "nodeType": "ParameterList",
363
363
  "parameters": [],
364
364
  "src": "703:2:54"
365
365
  }
366
366
  },
367
367
  {
368
- "id": 25090,
368
+ "id": 25137,
369
369
  "nodeType": "ErrorDefinition",
370
370
  "src": "709:53:54",
371
371
  "nodes": [],
@@ -373,36 +373,36 @@
373
373
  "name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
374
374
  "nameLocation": "715:44:54",
375
375
  "parameters": {
376
- "id": 25089,
376
+ "id": 25136,
377
377
  "nodeType": "ParameterList",
378
378
  "parameters": [],
379
379
  "src": "759:2:54"
380
380
  }
381
381
  },
382
382
  {
383
- "id": 25221,
383
+ "id": 25268,
384
384
  "nodeType": "FunctionDefinition",
385
385
  "src": "835:1788:54",
386
386
  "nodes": [],
387
387
  "body": {
388
- "id": 25220,
388
+ "id": 25267,
389
389
  "nodeType": "Block",
390
390
  "src": "945:1678:54",
391
391
  "nodes": [],
392
392
  "statements": [
393
393
  {
394
394
  "assignments": [
395
- 25103
395
+ 25150
396
396
  ],
397
397
  "declarations": [
398
398
  {
399
399
  "constant": false,
400
- "id": 25103,
400
+ "id": 25150,
401
401
  "mutability": "mutable",
402
402
  "name": "fieldLayout",
403
403
  "nameLocation": "959:11:54",
404
404
  "nodeType": "VariableDeclaration",
405
- "scope": 25220,
405
+ "scope": 25267,
406
406
  "src": "951:19:54",
407
407
  "stateVariable": false,
408
408
  "storageLocation": "default",
@@ -411,7 +411,7 @@
411
411
  "typeString": "uint256"
412
412
  },
413
413
  "typeName": {
414
- "id": 25102,
414
+ "id": 25149,
415
415
  "name": "uint256",
416
416
  "nodeType": "ElementaryTypeName",
417
417
  "src": "951:7:54",
@@ -423,23 +423,23 @@
423
423
  "visibility": "internal"
424
424
  }
425
425
  ],
426
- "id": 25104,
426
+ "id": 25151,
427
427
  "nodeType": "VariableDeclarationStatement",
428
428
  "src": "951:19:54"
429
429
  },
430
430
  {
431
431
  "assignments": [
432
- 25106
432
+ 25153
433
433
  ],
434
434
  "declarations": [
435
435
  {
436
436
  "constant": false,
437
- "id": 25106,
437
+ "id": 25153,
438
438
  "mutability": "mutable",
439
439
  "name": "totalLength",
440
440
  "nameLocation": "984:11:54",
441
441
  "nodeType": "VariableDeclaration",
442
- "scope": 25220,
442
+ "scope": 25267,
443
443
  "src": "976:19:54",
444
444
  "stateVariable": false,
445
445
  "storageLocation": "default",
@@ -448,7 +448,7 @@
448
448
  "typeString": "uint256"
449
449
  },
450
450
  "typeName": {
451
- "id": 25105,
451
+ "id": 25152,
452
452
  "name": "uint256",
453
453
  "nodeType": "ElementaryTypeName",
454
454
  "src": "976:7:54",
@@ -460,23 +460,23 @@
460
460
  "visibility": "internal"
461
461
  }
462
462
  ],
463
- "id": 25107,
463
+ "id": 25154,
464
464
  "nodeType": "VariableDeclarationStatement",
465
465
  "src": "976:19:54"
466
466
  },
467
467
  {
468
468
  "assignments": [
469
- 25109
469
+ 25156
470
470
  ],
471
471
  "declarations": [
472
472
  {
473
473
  "constant": false,
474
- "id": 25109,
474
+ "id": 25156,
475
475
  "mutability": "mutable",
476
476
  "name": "totalFields",
477
477
  "nameLocation": "1009:11:54",
478
478
  "nodeType": "VariableDeclaration",
479
- "scope": 25220,
479
+ "scope": 25267,
480
480
  "src": "1001:19:54",
481
481
  "stateVariable": false,
482
482
  "storageLocation": "default",
@@ -485,7 +485,7 @@
485
485
  "typeString": "uint256"
486
486
  },
487
487
  "typeName": {
488
- "id": 25108,
488
+ "id": 25155,
489
489
  "name": "uint256",
490
490
  "nodeType": "ElementaryTypeName",
491
491
  "src": "1001:7:54",
@@ -497,31 +497,31 @@
497
497
  "visibility": "internal"
498
498
  }
499
499
  ],
500
- "id": 25114,
500
+ "id": 25161,
501
501
  "initialValue": {
502
502
  "commonType": {
503
503
  "typeIdentifier": "t_uint256",
504
504
  "typeString": "uint256"
505
505
  },
506
- "id": 25113,
506
+ "id": 25160,
507
507
  "isConstant": false,
508
508
  "isLValue": false,
509
509
  "isPure": false,
510
510
  "lValueRequested": false,
511
511
  "leftExpression": {
512
512
  "expression": {
513
- "id": 25110,
513
+ "id": 25157,
514
514
  "name": "_staticFields",
515
515
  "nodeType": "Identifier",
516
516
  "overloadedDeclarations": [],
517
- "referencedDeclaration": 25094,
517
+ "referencedDeclaration": 25141,
518
518
  "src": "1023:13:54",
519
519
  "typeDescriptions": {
520
520
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
521
521
  "typeString": "uint256[] memory"
522
522
  }
523
523
  },
524
- "id": 25111,
524
+ "id": 25158,
525
525
  "isConstant": false,
526
526
  "isLValue": false,
527
527
  "isPure": false,
@@ -538,11 +538,11 @@
538
538
  "nodeType": "BinaryOperation",
539
539
  "operator": "+",
540
540
  "rightExpression": {
541
- "id": 25112,
541
+ "id": 25159,
542
542
  "name": "numDynamicFields",
543
543
  "nodeType": "Identifier",
544
544
  "overloadedDeclarations": [],
545
- "referencedDeclaration": 25096,
545
+ "referencedDeclaration": 25143,
546
546
  "src": "1046:16:54",
547
547
  "typeDescriptions": {
548
548
  "typeIdentifier": "t_uint256",
@@ -564,17 +564,17 @@
564
564
  "typeIdentifier": "t_uint256",
565
565
  "typeString": "uint256"
566
566
  },
567
- "id": 25117,
567
+ "id": 25164,
568
568
  "isConstant": false,
569
569
  "isLValue": false,
570
570
  "isPure": false,
571
571
  "lValueRequested": false,
572
572
  "leftExpression": {
573
- "id": 25115,
573
+ "id": 25162,
574
574
  "name": "totalFields",
575
575
  "nodeType": "Identifier",
576
576
  "overloadedDeclarations": [],
577
- "referencedDeclaration": 25109,
577
+ "referencedDeclaration": 25156,
578
578
  "src": "1072:11:54",
579
579
  "typeDescriptions": {
580
580
  "typeIdentifier": "t_uint256",
@@ -584,11 +584,11 @@
584
584
  "nodeType": "BinaryOperation",
585
585
  "operator": ">",
586
586
  "rightExpression": {
587
- "id": 25116,
587
+ "id": 25163,
588
588
  "name": "MAX_TOTAL_FIELDS",
589
589
  "nodeType": "Identifier",
590
590
  "overloadedDeclarations": [],
591
- "referencedDeclaration": 57388,
591
+ "referencedDeclaration": 57456,
592
592
  "src": "1086:16:54",
593
593
  "typeDescriptions": {
594
594
  "typeIdentifier": "t_uint256",
@@ -601,18 +601,18 @@
601
601
  "typeString": "bool"
602
602
  }
603
603
  },
604
- "id": 25122,
604
+ "id": 25169,
605
605
  "nodeType": "IfStatement",
606
606
  "src": "1068:84:54",
607
607
  "trueBody": {
608
608
  "errorCall": {
609
609
  "arguments": [
610
610
  {
611
- "id": 25119,
611
+ "id": 25166,
612
612
  "name": "totalFields",
613
613
  "nodeType": "Identifier",
614
614
  "overloadedDeclarations": [],
615
- "referencedDeclaration": 25109,
615
+ "referencedDeclaration": 25156,
616
616
  "src": "1140:11:54",
617
617
  "typeDescriptions": {
618
618
  "typeIdentifier": "t_uint256",
@@ -627,18 +627,18 @@
627
627
  "typeString": "uint256"
628
628
  }
629
629
  ],
630
- "id": 25118,
630
+ "id": 25165,
631
631
  "name": "FieldLayoutLib_InvalidLength",
632
632
  "nodeType": "Identifier",
633
633
  "overloadedDeclarations": [],
634
- "referencedDeclaration": 25086,
634
+ "referencedDeclaration": 25133,
635
635
  "src": "1111:28:54",
636
636
  "typeDescriptions": {
637
637
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
638
638
  "typeString": "function (uint256) pure"
639
639
  }
640
640
  },
641
- "id": 25120,
641
+ "id": 25167,
642
642
  "isConstant": false,
643
643
  "isLValue": false,
644
644
  "isPure": false,
@@ -654,7 +654,7 @@
654
654
  "typeString": "tuple()"
655
655
  }
656
656
  },
657
- "id": 25121,
657
+ "id": 25168,
658
658
  "nodeType": "RevertStatement",
659
659
  "src": "1104:48:54"
660
660
  }
@@ -665,17 +665,17 @@
665
665
  "typeIdentifier": "t_uint256",
666
666
  "typeString": "uint256"
667
667
  },
668
- "id": 25125,
668
+ "id": 25172,
669
669
  "isConstant": false,
670
670
  "isLValue": false,
671
671
  "isPure": false,
672
672
  "lValueRequested": false,
673
673
  "leftExpression": {
674
- "id": 25123,
674
+ "id": 25170,
675
675
  "name": "numDynamicFields",
676
676
  "nodeType": "Identifier",
677
677
  "overloadedDeclarations": [],
678
- "referencedDeclaration": 25096,
678
+ "referencedDeclaration": 25143,
679
679
  "src": "1162:16:54",
680
680
  "typeDescriptions": {
681
681
  "typeIdentifier": "t_uint256",
@@ -685,11 +685,11 @@
685
685
  "nodeType": "BinaryOperation",
686
686
  "operator": ">",
687
687
  "rightExpression": {
688
- "id": 25124,
688
+ "id": 25171,
689
689
  "name": "MAX_DYNAMIC_FIELDS",
690
690
  "nodeType": "Identifier",
691
691
  "overloadedDeclarations": [],
692
- "referencedDeclaration": 57394,
692
+ "referencedDeclaration": 57462,
693
693
  "src": "1181:18:54",
694
694
  "typeDescriptions": {
695
695
  "typeIdentifier": "t_uint256",
@@ -702,18 +702,18 @@
702
702
  "typeString": "bool"
703
703
  }
704
704
  },
705
- "id": 25130,
705
+ "id": 25177,
706
706
  "nodeType": "IfStatement",
707
707
  "src": "1158:96:54",
708
708
  "trueBody": {
709
709
  "errorCall": {
710
710
  "arguments": [
711
711
  {
712
- "id": 25127,
712
+ "id": 25174,
713
713
  "name": "numDynamicFields",
714
714
  "nodeType": "Identifier",
715
715
  "overloadedDeclarations": [],
716
- "referencedDeclaration": 25096,
716
+ "referencedDeclaration": 25143,
717
717
  "src": "1237:16:54",
718
718
  "typeDescriptions": {
719
719
  "typeIdentifier": "t_uint256",
@@ -728,18 +728,18 @@
728
728
  "typeString": "uint256"
729
729
  }
730
730
  ],
731
- "id": 25126,
731
+ "id": 25173,
732
732
  "name": "FieldLayoutLib_InvalidLength",
733
733
  "nodeType": "Identifier",
734
734
  "overloadedDeclarations": [],
735
- "referencedDeclaration": 25086,
735
+ "referencedDeclaration": 25133,
736
736
  "src": "1208:28:54",
737
737
  "typeDescriptions": {
738
738
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
739
739
  "typeString": "function (uint256) pure"
740
740
  }
741
741
  },
742
- "id": 25128,
742
+ "id": 25175,
743
743
  "isConstant": false,
744
744
  "isLValue": false,
745
745
  "isPure": false,
@@ -755,30 +755,30 @@
755
755
  "typeString": "tuple()"
756
756
  }
757
757
  },
758
- "id": 25129,
758
+ "id": 25176,
759
759
  "nodeType": "RevertStatement",
760
760
  "src": "1201:53:54"
761
761
  }
762
762
  },
763
763
  {
764
764
  "body": {
765
- "id": 25188,
765
+ "id": 25235,
766
766
  "nodeType": "Block",
767
767
  "src": "1403:717:54",
768
768
  "statements": [
769
769
  {
770
770
  "assignments": [
771
- 25140
771
+ 25187
772
772
  ],
773
773
  "declarations": [
774
774
  {
775
775
  "constant": false,
776
- "id": 25140,
776
+ "id": 25187,
777
777
  "mutability": "mutable",
778
778
  "name": "staticByteLength",
779
779
  "nameLocation": "1419:16:54",
780
780
  "nodeType": "VariableDeclaration",
781
- "scope": 25188,
781
+ "scope": 25235,
782
782
  "src": "1411:24:54",
783
783
  "stateVariable": false,
784
784
  "storageLocation": "default",
@@ -787,7 +787,7 @@
787
787
  "typeString": "uint256"
788
788
  },
789
789
  "typeName": {
790
- "id": 25139,
790
+ "id": 25186,
791
791
  "name": "uint256",
792
792
  "nodeType": "ElementaryTypeName",
793
793
  "src": "1411:7:54",
@@ -799,27 +799,27 @@
799
799
  "visibility": "internal"
800
800
  }
801
801
  ],
802
- "id": 25144,
802
+ "id": 25191,
803
803
  "initialValue": {
804
804
  "baseExpression": {
805
- "id": 25141,
805
+ "id": 25188,
806
806
  "name": "_staticFields",
807
807
  "nodeType": "Identifier",
808
808
  "overloadedDeclarations": [],
809
- "referencedDeclaration": 25094,
809
+ "referencedDeclaration": 25141,
810
810
  "src": "1438:13:54",
811
811
  "typeDescriptions": {
812
812
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
813
813
  "typeString": "uint256[] memory"
814
814
  }
815
815
  },
816
- "id": 25143,
816
+ "id": 25190,
817
817
  "indexExpression": {
818
- "id": 25142,
818
+ "id": 25189,
819
819
  "name": "i",
820
820
  "nodeType": "Identifier",
821
821
  "overloadedDeclarations": [],
822
- "referencedDeclaration": 25132,
822
+ "referencedDeclaration": 25179,
823
823
  "src": "1452:1:54",
824
824
  "typeDescriptions": {
825
825
  "typeIdentifier": "t_uint256",
@@ -846,17 +846,17 @@
846
846
  "typeIdentifier": "t_uint256",
847
847
  "typeString": "uint256"
848
848
  },
849
- "id": 25147,
849
+ "id": 25194,
850
850
  "isConstant": false,
851
851
  "isLValue": false,
852
852
  "isPure": false,
853
853
  "lValueRequested": false,
854
854
  "leftExpression": {
855
- "id": 25145,
855
+ "id": 25192,
856
856
  "name": "staticByteLength",
857
857
  "nodeType": "Identifier",
858
858
  "overloadedDeclarations": [],
859
- "referencedDeclaration": 25140,
859
+ "referencedDeclaration": 25187,
860
860
  "src": "1466:16:54",
861
861
  "typeDescriptions": {
862
862
  "typeIdentifier": "t_uint256",
@@ -867,7 +867,7 @@
867
867
  "operator": "==",
868
868
  "rightExpression": {
869
869
  "hexValue": "30",
870
- "id": 25146,
870
+ "id": 25193,
871
871
  "isConstant": false,
872
872
  "isLValue": false,
873
873
  "isPure": true,
@@ -893,17 +893,17 @@
893
893
  "typeIdentifier": "t_uint256",
894
894
  "typeString": "uint256"
895
895
  },
896
- "id": 25154,
896
+ "id": 25201,
897
897
  "isConstant": false,
898
898
  "isLValue": false,
899
899
  "isPure": false,
900
900
  "lValueRequested": false,
901
901
  "leftExpression": {
902
- "id": 25152,
902
+ "id": 25199,
903
903
  "name": "staticByteLength",
904
904
  "nodeType": "Identifier",
905
905
  "overloadedDeclarations": [],
906
- "referencedDeclaration": 25140,
906
+ "referencedDeclaration": 25187,
907
907
  "src": "1560:16:54",
908
908
  "typeDescriptions": {
909
909
  "typeIdentifier": "t_uint256",
@@ -913,11 +913,11 @@
913
913
  "nodeType": "BinaryOperation",
914
914
  "operator": ">",
915
915
  "rightExpression": {
916
- "id": 25153,
916
+ "id": 25200,
917
917
  "name": "WORD_SIZE",
918
918
  "nodeType": "Identifier",
919
919
  "overloadedDeclarations": [],
920
- "referencedDeclaration": 57379,
920
+ "referencedDeclaration": 57447,
921
921
  "src": "1579:9:54",
922
922
  "typeDescriptions": {
923
923
  "typeIdentifier": "t_uint256",
@@ -930,11 +930,11 @@
930
930
  "typeString": "bool"
931
931
  }
932
932
  },
933
- "id": 25159,
933
+ "id": 25206,
934
934
  "nodeType": "IfStatement",
935
935
  "src": "1556:106:54",
936
936
  "trueBody": {
937
- "id": 25158,
937
+ "id": 25205,
938
938
  "nodeType": "Block",
939
939
  "src": "1590:72:54",
940
940
  "statements": [
@@ -943,18 +943,18 @@
943
943
  "arguments": [],
944
944
  "expression": {
945
945
  "argumentTypes": [],
946
- "id": 25155,
946
+ "id": 25202,
947
947
  "name": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
948
948
  "nodeType": "Identifier",
949
949
  "overloadedDeclarations": [],
950
- "referencedDeclaration": 25090,
950
+ "referencedDeclaration": 25137,
951
951
  "src": "1607:44:54",
952
952
  "typeDescriptions": {
953
953
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
954
954
  "typeString": "function () pure"
955
955
  }
956
956
  },
957
- "id": 25156,
957
+ "id": 25203,
958
958
  "isConstant": false,
959
959
  "isLValue": false,
960
960
  "isPure": false,
@@ -970,18 +970,18 @@
970
970
  "typeString": "tuple()"
971
971
  }
972
972
  },
973
- "id": 25157,
973
+ "id": 25204,
974
974
  "nodeType": "RevertStatement",
975
975
  "src": "1600:53:54"
976
976
  }
977
977
  ]
978
978
  }
979
979
  },
980
- "id": 25160,
980
+ "id": 25207,
981
981
  "nodeType": "IfStatement",
982
982
  "src": "1462:200:54",
983
983
  "trueBody": {
984
- "id": 25151,
984
+ "id": 25198,
985
985
  "nodeType": "Block",
986
986
  "src": "1489:61:54",
987
987
  "statements": [
@@ -990,18 +990,18 @@
990
990
  "arguments": [],
991
991
  "expression": {
992
992
  "argumentTypes": [],
993
- "id": 25148,
993
+ "id": 25195,
994
994
  "name": "FieldLayoutLib_StaticLengthIsZero",
995
995
  "nodeType": "Identifier",
996
996
  "overloadedDeclarations": [],
997
- "referencedDeclaration": 25088,
997
+ "referencedDeclaration": 25135,
998
998
  "src": "1506:33:54",
999
999
  "typeDescriptions": {
1000
1000
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
1001
1001
  "typeString": "function () pure"
1002
1002
  }
1003
1003
  },
1004
- "id": 25149,
1004
+ "id": 25196,
1005
1005
  "isConstant": false,
1006
1006
  "isLValue": false,
1007
1007
  "isPure": false,
@@ -1017,7 +1017,7 @@
1017
1017
  "typeString": "tuple()"
1018
1018
  }
1019
1019
  },
1020
- "id": 25150,
1020
+ "id": 25197,
1021
1021
  "nodeType": "RevertStatement",
1022
1022
  "src": "1499:42:54"
1023
1023
  }
@@ -1025,23 +1025,23 @@
1025
1025
  }
1026
1026
  },
1027
1027
  {
1028
- "id": 25187,
1028
+ "id": 25234,
1029
1029
  "nodeType": "UncheckedBlock",
1030
1030
  "src": "1670:444:54",
1031
1031
  "statements": [
1032
1032
  {
1033
1033
  "expression": {
1034
- "id": 25163,
1034
+ "id": 25210,
1035
1035
  "isConstant": false,
1036
1036
  "isLValue": false,
1037
1037
  "isPure": false,
1038
1038
  "lValueRequested": false,
1039
1039
  "leftHandSide": {
1040
- "id": 25161,
1040
+ "id": 25208,
1041
1041
  "name": "totalLength",
1042
1042
  "nodeType": "Identifier",
1043
1043
  "overloadedDeclarations": [],
1044
- "referencedDeclaration": 25106,
1044
+ "referencedDeclaration": 25153,
1045
1045
  "src": "1779:11:54",
1046
1046
  "typeDescriptions": {
1047
1047
  "typeIdentifier": "t_uint256",
@@ -1051,11 +1051,11 @@
1051
1051
  "nodeType": "Assignment",
1052
1052
  "operator": "+=",
1053
1053
  "rightHandSide": {
1054
- "id": 25162,
1054
+ "id": 25209,
1055
1055
  "name": "staticByteLength",
1056
1056
  "nodeType": "Identifier",
1057
1057
  "overloadedDeclarations": [],
1058
- "referencedDeclaration": 25140,
1058
+ "referencedDeclaration": 25187,
1059
1059
  "src": "1794:16:54",
1060
1060
  "typeDescriptions": {
1061
1061
  "typeIdentifier": "t_uint256",
@@ -1068,23 +1068,23 @@
1068
1068
  "typeString": "uint256"
1069
1069
  }
1070
1070
  },
1071
- "id": 25164,
1071
+ "id": 25211,
1072
1072
  "nodeType": "ExpressionStatement",
1073
1073
  "src": "1779:31:54"
1074
1074
  },
1075
1075
  {
1076
1076
  "expression": {
1077
- "id": 25182,
1077
+ "id": 25229,
1078
1078
  "isConstant": false,
1079
1079
  "isLValue": false,
1080
1080
  "isPure": false,
1081
1081
  "lValueRequested": false,
1082
1082
  "leftHandSide": {
1083
- "id": 25165,
1083
+ "id": 25212,
1084
1084
  "name": "fieldLayout",
1085
1085
  "nodeType": "Identifier",
1086
1086
  "overloadedDeclarations": [],
1087
- "referencedDeclaration": 25103,
1087
+ "referencedDeclaration": 25150,
1088
1088
  "src": "2006:11:54",
1089
1089
  "typeDescriptions": {
1090
1090
  "typeIdentifier": "t_uint256",
@@ -1098,7 +1098,7 @@
1098
1098
  "typeIdentifier": "t_uint256",
1099
1099
  "typeString": "uint256"
1100
1100
  },
1101
- "id": 25181,
1101
+ "id": 25228,
1102
1102
  "isConstant": false,
1103
1103
  "isLValue": false,
1104
1104
  "isPure": false,
@@ -1107,24 +1107,24 @@
1107
1107
  "arguments": [
1108
1108
  {
1109
1109
  "baseExpression": {
1110
- "id": 25168,
1110
+ "id": 25215,
1111
1111
  "name": "_staticFields",
1112
1112
  "nodeType": "Identifier",
1113
1113
  "overloadedDeclarations": [],
1114
- "referencedDeclaration": 25094,
1114
+ "referencedDeclaration": 25141,
1115
1115
  "src": "2029:13:54",
1116
1116
  "typeDescriptions": {
1117
1117
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
1118
1118
  "typeString": "uint256[] memory"
1119
1119
  }
1120
1120
  },
1121
- "id": 25170,
1121
+ "id": 25217,
1122
1122
  "indexExpression": {
1123
- "id": 25169,
1123
+ "id": 25216,
1124
1124
  "name": "i",
1125
1125
  "nodeType": "Identifier",
1126
1126
  "overloadedDeclarations": [],
1127
- "referencedDeclaration": 25132,
1127
+ "referencedDeclaration": 25179,
1128
1128
  "src": "2043:1:54",
1129
1129
  "typeDescriptions": {
1130
1130
  "typeIdentifier": "t_uint256",
@@ -1150,7 +1150,7 @@
1150
1150
  "typeString": "uint256"
1151
1151
  }
1152
1152
  ],
1153
- "id": 25167,
1153
+ "id": 25214,
1154
1154
  "isConstant": false,
1155
1155
  "isLValue": false,
1156
1156
  "isPure": true,
@@ -1162,14 +1162,14 @@
1162
1162
  "typeString": "type(uint256)"
1163
1163
  },
1164
1164
  "typeName": {
1165
- "id": 25166,
1165
+ "id": 25213,
1166
1166
  "name": "uint256",
1167
1167
  "nodeType": "ElementaryTypeName",
1168
1168
  "src": "2021:7:54",
1169
1169
  "typeDescriptions": {}
1170
1170
  }
1171
1171
  },
1172
- "id": 25171,
1172
+ "id": 25218,
1173
1173
  "isConstant": false,
1174
1174
  "isLValue": false,
1175
1175
  "isPure": false,
@@ -1194,7 +1194,7 @@
1194
1194
  "typeIdentifier": "t_uint256",
1195
1195
  "typeString": "uint256"
1196
1196
  },
1197
- "id": 25179,
1197
+ "id": 25226,
1198
1198
  "isConstant": false,
1199
1199
  "isLValue": false,
1200
1200
  "isPure": false,
@@ -1206,7 +1206,7 @@
1206
1206
  "typeIdentifier": "t_uint256",
1207
1207
  "typeString": "uint256"
1208
1208
  },
1209
- "id": 25176,
1209
+ "id": 25223,
1210
1210
  "isConstant": false,
1211
1211
  "isLValue": false,
1212
1212
  "isPure": false,
@@ -1216,17 +1216,17 @@
1216
1216
  "typeIdentifier": "t_uint256",
1217
1217
  "typeString": "uint256"
1218
1218
  },
1219
- "id": 25174,
1219
+ "id": 25221,
1220
1220
  "isConstant": false,
1221
1221
  "isLValue": false,
1222
1222
  "isPure": true,
1223
1223
  "lValueRequested": false,
1224
1224
  "leftExpression": {
1225
- "id": 25172,
1225
+ "id": 25219,
1226
1226
  "name": "WORD_LAST_INDEX",
1227
1227
  "nodeType": "Identifier",
1228
1228
  "overloadedDeclarations": [],
1229
- "referencedDeclaration": 57382,
1229
+ "referencedDeclaration": 57450,
1230
1230
  "src": "2052:15:54",
1231
1231
  "typeDescriptions": {
1232
1232
  "typeIdentifier": "t_uint256",
@@ -1237,7 +1237,7 @@
1237
1237
  "operator": "-",
1238
1238
  "rightExpression": {
1239
1239
  "hexValue": "34",
1240
- "id": 25173,
1240
+ "id": 25220,
1241
1241
  "isConstant": false,
1242
1242
  "isLValue": false,
1243
1243
  "isPure": true,
@@ -1260,11 +1260,11 @@
1260
1260
  "nodeType": "BinaryOperation",
1261
1261
  "operator": "-",
1262
1262
  "rightExpression": {
1263
- "id": 25175,
1263
+ "id": 25222,
1264
1264
  "name": "i",
1265
1265
  "nodeType": "Identifier",
1266
1266
  "overloadedDeclarations": [],
1267
- "referencedDeclaration": 25132,
1267
+ "referencedDeclaration": 25179,
1268
1268
  "src": "2074:1:54",
1269
1269
  "typeDescriptions": {
1270
1270
  "typeIdentifier": "t_uint256",
@@ -1278,7 +1278,7 @@
1278
1278
  }
1279
1279
  }
1280
1280
  ],
1281
- "id": 25177,
1281
+ "id": 25224,
1282
1282
  "isConstant": false,
1283
1283
  "isInlineArray": false,
1284
1284
  "isLValue": false,
@@ -1294,11 +1294,11 @@
1294
1294
  "nodeType": "BinaryOperation",
1295
1295
  "operator": "*",
1296
1296
  "rightExpression": {
1297
- "id": 25178,
1297
+ "id": 25225,
1298
1298
  "name": "BYTE_TO_BITS",
1299
1299
  "nodeType": "Identifier",
1300
1300
  "overloadedDeclarations": [],
1301
- "referencedDeclaration": 57385,
1301
+ "referencedDeclaration": 57453,
1302
1302
  "src": "2079:12:54",
1303
1303
  "typeDescriptions": {
1304
1304
  "typeIdentifier": "t_uint256",
@@ -1312,7 +1312,7 @@
1312
1312
  }
1313
1313
  }
1314
1314
  ],
1315
- "id": 25180,
1315
+ "id": 25227,
1316
1316
  "isConstant": false,
1317
1317
  "isInlineArray": false,
1318
1318
  "isLValue": false,
@@ -1337,13 +1337,13 @@
1337
1337
  "typeString": "uint256"
1338
1338
  }
1339
1339
  },
1340
- "id": 25183,
1340
+ "id": 25230,
1341
1341
  "nodeType": "ExpressionStatement",
1342
1342
  "src": "2006:86:54"
1343
1343
  },
1344
1344
  {
1345
1345
  "expression": {
1346
- "id": 25185,
1346
+ "id": 25232,
1347
1347
  "isConstant": false,
1348
1348
  "isLValue": false,
1349
1349
  "isPure": false,
@@ -1353,11 +1353,11 @@
1353
1353
  "prefix": false,
1354
1354
  "src": "2102:3:54",
1355
1355
  "subExpression": {
1356
- "id": 25184,
1356
+ "id": 25231,
1357
1357
  "name": "i",
1358
1358
  "nodeType": "Identifier",
1359
1359
  "overloadedDeclarations": [],
1360
- "referencedDeclaration": 25132,
1360
+ "referencedDeclaration": 25179,
1361
1361
  "src": "2102:1:54",
1362
1362
  "typeDescriptions": {
1363
1363
  "typeIdentifier": "t_uint256",
@@ -1369,7 +1369,7 @@
1369
1369
  "typeString": "uint256"
1370
1370
  }
1371
1371
  },
1372
- "id": 25186,
1372
+ "id": 25233,
1373
1373
  "nodeType": "ExpressionStatement",
1374
1374
  "src": "2102:3:54"
1375
1375
  }
@@ -1382,17 +1382,17 @@
1382
1382
  "typeIdentifier": "t_uint256",
1383
1383
  "typeString": "uint256"
1384
1384
  },
1385
- "id": 25138,
1385
+ "id": 25185,
1386
1386
  "isConstant": false,
1387
1387
  "isLValue": false,
1388
1388
  "isPure": false,
1389
1389
  "lValueRequested": false,
1390
1390
  "leftExpression": {
1391
- "id": 25135,
1391
+ "id": 25182,
1392
1392
  "name": "i",
1393
1393
  "nodeType": "Identifier",
1394
1394
  "overloadedDeclarations": [],
1395
- "referencedDeclaration": 25132,
1395
+ "referencedDeclaration": 25179,
1396
1396
  "src": "1375:1:54",
1397
1397
  "typeDescriptions": {
1398
1398
  "typeIdentifier": "t_uint256",
@@ -1403,18 +1403,18 @@
1403
1403
  "operator": "<",
1404
1404
  "rightExpression": {
1405
1405
  "expression": {
1406
- "id": 25136,
1406
+ "id": 25183,
1407
1407
  "name": "_staticFields",
1408
1408
  "nodeType": "Identifier",
1409
1409
  "overloadedDeclarations": [],
1410
- "referencedDeclaration": 25094,
1410
+ "referencedDeclaration": 25141,
1411
1411
  "src": "1379:13:54",
1412
1412
  "typeDescriptions": {
1413
1413
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
1414
1414
  "typeString": "uint256[] memory"
1415
1415
  }
1416
1416
  },
1417
- "id": 25137,
1417
+ "id": 25184,
1418
1418
  "isConstant": false,
1419
1419
  "isLValue": false,
1420
1420
  "isPure": false,
@@ -1434,20 +1434,20 @@
1434
1434
  "typeString": "bool"
1435
1435
  }
1436
1436
  },
1437
- "id": 25189,
1437
+ "id": 25236,
1438
1438
  "initializationExpression": {
1439
1439
  "assignments": [
1440
- 25132
1440
+ 25179
1441
1441
  ],
1442
1442
  "declarations": [
1443
1443
  {
1444
1444
  "constant": false,
1445
- "id": 25132,
1445
+ "id": 25179,
1446
1446
  "mutability": "mutable",
1447
1447
  "name": "i",
1448
1448
  "nameLocation": "1368:1:54",
1449
1449
  "nodeType": "VariableDeclaration",
1450
- "scope": 25189,
1450
+ "scope": 25236,
1451
1451
  "src": "1360:9:54",
1452
1452
  "stateVariable": false,
1453
1453
  "storageLocation": "default",
@@ -1456,7 +1456,7 @@
1456
1456
  "typeString": "uint256"
1457
1457
  },
1458
1458
  "typeName": {
1459
- "id": 25131,
1459
+ "id": 25178,
1460
1460
  "name": "uint256",
1461
1461
  "nodeType": "ElementaryTypeName",
1462
1462
  "src": "1360:7:54",
@@ -1468,10 +1468,10 @@
1468
1468
  "visibility": "internal"
1469
1469
  }
1470
1470
  ],
1471
- "id": 25134,
1471
+ "id": 25181,
1472
1472
  "initialValue": {
1473
1473
  "hexValue": "30",
1474
- "id": 25133,
1474
+ "id": 25180,
1475
1475
  "isConstant": false,
1476
1476
  "isLValue": false,
1477
1477
  "isPure": true,
@@ -1493,17 +1493,17 @@
1493
1493
  },
1494
1494
  {
1495
1495
  "expression": {
1496
- "id": 25195,
1496
+ "id": 25242,
1497
1497
  "isConstant": false,
1498
1498
  "isLValue": false,
1499
1499
  "isPure": false,
1500
1500
  "lValueRequested": false,
1501
1501
  "leftHandSide": {
1502
- "id": 25190,
1502
+ "id": 25237,
1503
1503
  "name": "fieldLayout",
1504
1504
  "nodeType": "Identifier",
1505
1505
  "overloadedDeclarations": [],
1506
- "referencedDeclaration": 25103,
1506
+ "referencedDeclaration": 25150,
1507
1507
  "src": "2361:11:54",
1508
1508
  "typeDescriptions": {
1509
1509
  "typeIdentifier": "t_uint256",
@@ -1517,17 +1517,17 @@
1517
1517
  "typeIdentifier": "t_uint256",
1518
1518
  "typeString": "uint256"
1519
1519
  },
1520
- "id": 25194,
1520
+ "id": 25241,
1521
1521
  "isConstant": false,
1522
1522
  "isLValue": false,
1523
1523
  "isPure": false,
1524
1524
  "lValueRequested": false,
1525
1525
  "leftExpression": {
1526
- "id": 25191,
1526
+ "id": 25238,
1527
1527
  "name": "totalLength",
1528
1528
  "nodeType": "Identifier",
1529
1529
  "overloadedDeclarations": [],
1530
- "referencedDeclaration": 25106,
1530
+ "referencedDeclaration": 25153,
1531
1531
  "src": "2376:11:54",
1532
1532
  "typeDescriptions": {
1533
1533
  "typeIdentifier": "t_uint256",
@@ -1538,18 +1538,18 @@
1538
1538
  "operator": "<<",
1539
1539
  "rightExpression": {
1540
1540
  "expression": {
1541
- "id": 25192,
1541
+ "id": 25239,
1542
1542
  "name": "LayoutOffsets",
1543
1543
  "nodeType": "Identifier",
1544
1544
  "overloadedDeclarations": [],
1545
- "referencedDeclaration": 57425,
1545
+ "referencedDeclaration": 57493,
1546
1546
  "src": "2391:13:54",
1547
1547
  "typeDescriptions": {
1548
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
1548
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
1549
1549
  "typeString": "type(library LayoutOffsets)"
1550
1550
  }
1551
1551
  },
1552
- "id": 25193,
1552
+ "id": 25240,
1553
1553
  "isConstant": false,
1554
1554
  "isLValue": false,
1555
1555
  "isPure": true,
@@ -1557,7 +1557,7 @@
1557
1557
  "memberLocation": "2405:12:54",
1558
1558
  "memberName": "TOTAL_LENGTH",
1559
1559
  "nodeType": "MemberAccess",
1560
- "referencedDeclaration": 57402,
1560
+ "referencedDeclaration": 57470,
1561
1561
  "src": "2391:26:54",
1562
1562
  "typeDescriptions": {
1563
1563
  "typeIdentifier": "t_uint256",
@@ -1576,23 +1576,23 @@
1576
1576
  "typeString": "uint256"
1577
1577
  }
1578
1578
  },
1579
- "id": 25196,
1579
+ "id": 25243,
1580
1580
  "nodeType": "ExpressionStatement",
1581
1581
  "src": "2361:56:54"
1582
1582
  },
1583
1583
  {
1584
1584
  "expression": {
1585
- "id": 25203,
1585
+ "id": 25250,
1586
1586
  "isConstant": false,
1587
1587
  "isLValue": false,
1588
1588
  "isPure": false,
1589
1589
  "lValueRequested": false,
1590
1590
  "leftHandSide": {
1591
- "id": 25197,
1591
+ "id": 25244,
1592
1592
  "name": "fieldLayout",
1593
1593
  "nodeType": "Identifier",
1594
1594
  "overloadedDeclarations": [],
1595
- "referencedDeclaration": 25103,
1595
+ "referencedDeclaration": 25150,
1596
1596
  "src": "2423:11:54",
1597
1597
  "typeDescriptions": {
1598
1598
  "typeIdentifier": "t_uint256",
@@ -1606,25 +1606,25 @@
1606
1606
  "typeIdentifier": "t_uint256",
1607
1607
  "typeString": "uint256"
1608
1608
  },
1609
- "id": 25202,
1609
+ "id": 25249,
1610
1610
  "isConstant": false,
1611
1611
  "isLValue": false,
1612
1612
  "isPure": false,
1613
1613
  "lValueRequested": false,
1614
1614
  "leftExpression": {
1615
1615
  "expression": {
1616
- "id": 25198,
1616
+ "id": 25245,
1617
1617
  "name": "_staticFields",
1618
1618
  "nodeType": "Identifier",
1619
1619
  "overloadedDeclarations": [],
1620
- "referencedDeclaration": 25094,
1620
+ "referencedDeclaration": 25141,
1621
1621
  "src": "2438:13:54",
1622
1622
  "typeDescriptions": {
1623
1623
  "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr",
1624
1624
  "typeString": "uint256[] memory"
1625
1625
  }
1626
1626
  },
1627
- "id": 25199,
1627
+ "id": 25246,
1628
1628
  "isConstant": false,
1629
1629
  "isLValue": false,
1630
1630
  "isPure": false,
@@ -1642,18 +1642,18 @@
1642
1642
  "operator": "<<",
1643
1643
  "rightExpression": {
1644
1644
  "expression": {
1645
- "id": 25200,
1645
+ "id": 25247,
1646
1646
  "name": "LayoutOffsets",
1647
1647
  "nodeType": "Identifier",
1648
1648
  "overloadedDeclarations": [],
1649
- "referencedDeclaration": 57425,
1649
+ "referencedDeclaration": 57493,
1650
1650
  "src": "2462:13:54",
1651
1651
  "typeDescriptions": {
1652
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
1652
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
1653
1653
  "typeString": "type(library LayoutOffsets)"
1654
1654
  }
1655
1655
  },
1656
- "id": 25201,
1656
+ "id": 25248,
1657
1657
  "isConstant": false,
1658
1658
  "isLValue": false,
1659
1659
  "isPure": true,
@@ -1661,7 +1661,7 @@
1661
1661
  "memberLocation": "2476:17:54",
1662
1662
  "memberName": "NUM_STATIC_FIELDS",
1663
1663
  "nodeType": "MemberAccess",
1664
- "referencedDeclaration": 57412,
1664
+ "referencedDeclaration": 57480,
1665
1665
  "src": "2462:31:54",
1666
1666
  "typeDescriptions": {
1667
1667
  "typeIdentifier": "t_uint256",
@@ -1680,23 +1680,23 @@
1680
1680
  "typeString": "uint256"
1681
1681
  }
1682
1682
  },
1683
- "id": 25204,
1683
+ "id": 25251,
1684
1684
  "nodeType": "ExpressionStatement",
1685
1685
  "src": "2423:70:54"
1686
1686
  },
1687
1687
  {
1688
1688
  "expression": {
1689
- "id": 25210,
1689
+ "id": 25257,
1690
1690
  "isConstant": false,
1691
1691
  "isLValue": false,
1692
1692
  "isPure": false,
1693
1693
  "lValueRequested": false,
1694
1694
  "leftHandSide": {
1695
- "id": 25205,
1695
+ "id": 25252,
1696
1696
  "name": "fieldLayout",
1697
1697
  "nodeType": "Identifier",
1698
1698
  "overloadedDeclarations": [],
1699
- "referencedDeclaration": 25103,
1699
+ "referencedDeclaration": 25150,
1700
1700
  "src": "2499:11:54",
1701
1701
  "typeDescriptions": {
1702
1702
  "typeIdentifier": "t_uint256",
@@ -1710,17 +1710,17 @@
1710
1710
  "typeIdentifier": "t_uint256",
1711
1711
  "typeString": "uint256"
1712
1712
  },
1713
- "id": 25209,
1713
+ "id": 25256,
1714
1714
  "isConstant": false,
1715
1715
  "isLValue": false,
1716
1716
  "isPure": false,
1717
1717
  "lValueRequested": false,
1718
1718
  "leftExpression": {
1719
- "id": 25206,
1719
+ "id": 25253,
1720
1720
  "name": "numDynamicFields",
1721
1721
  "nodeType": "Identifier",
1722
1722
  "overloadedDeclarations": [],
1723
- "referencedDeclaration": 25096,
1723
+ "referencedDeclaration": 25143,
1724
1724
  "src": "2514:16:54",
1725
1725
  "typeDescriptions": {
1726
1726
  "typeIdentifier": "t_uint256",
@@ -1731,18 +1731,18 @@
1731
1731
  "operator": "<<",
1732
1732
  "rightExpression": {
1733
1733
  "expression": {
1734
- "id": 25207,
1734
+ "id": 25254,
1735
1735
  "name": "LayoutOffsets",
1736
1736
  "nodeType": "Identifier",
1737
1737
  "overloadedDeclarations": [],
1738
- "referencedDeclaration": 57425,
1738
+ "referencedDeclaration": 57493,
1739
1739
  "src": "2534:13:54",
1740
1740
  "typeDescriptions": {
1741
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
1741
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
1742
1742
  "typeString": "type(library LayoutOffsets)"
1743
1743
  }
1744
1744
  },
1745
- "id": 25208,
1745
+ "id": 25255,
1746
1746
  "isConstant": false,
1747
1747
  "isLValue": false,
1748
1748
  "isPure": true,
@@ -1750,7 +1750,7 @@
1750
1750
  "memberLocation": "2548:18:54",
1751
1751
  "memberName": "NUM_DYNAMIC_FIELDS",
1752
1752
  "nodeType": "MemberAccess",
1753
- "referencedDeclaration": 57424,
1753
+ "referencedDeclaration": 57492,
1754
1754
  "src": "2534:32:54",
1755
1755
  "typeDescriptions": {
1756
1756
  "typeIdentifier": "t_uint256",
@@ -1769,7 +1769,7 @@
1769
1769
  "typeString": "uint256"
1770
1770
  }
1771
1771
  },
1772
- "id": 25211,
1772
+ "id": 25258,
1773
1773
  "nodeType": "ExpressionStatement",
1774
1774
  "src": "2499:67:54"
1775
1775
  },
@@ -1779,11 +1779,11 @@
1779
1779
  {
1780
1780
  "arguments": [
1781
1781
  {
1782
- "id": 25216,
1782
+ "id": 25263,
1783
1783
  "name": "fieldLayout",
1784
1784
  "nodeType": "Identifier",
1785
1785
  "overloadedDeclarations": [],
1786
- "referencedDeclaration": 25103,
1786
+ "referencedDeclaration": 25150,
1787
1787
  "src": "2605:11:54",
1788
1788
  "typeDescriptions": {
1789
1789
  "typeIdentifier": "t_uint256",
@@ -1798,7 +1798,7 @@
1798
1798
  "typeString": "uint256"
1799
1799
  }
1800
1800
  ],
1801
- "id": 25215,
1801
+ "id": 25262,
1802
1802
  "isConstant": false,
1803
1803
  "isLValue": false,
1804
1804
  "isPure": true,
@@ -1810,14 +1810,14 @@
1810
1810
  "typeString": "type(bytes32)"
1811
1811
  },
1812
1812
  "typeName": {
1813
- "id": 25214,
1813
+ "id": 25261,
1814
1814
  "name": "bytes32",
1815
1815
  "nodeType": "ElementaryTypeName",
1816
1816
  "src": "2597:7:54",
1817
1817
  "typeDescriptions": {}
1818
1818
  }
1819
1819
  },
1820
- "id": 25217,
1820
+ "id": 25264,
1821
1821
  "isConstant": false,
1822
1822
  "isLValue": false,
1823
1823
  "isPure": false,
@@ -1842,18 +1842,18 @@
1842
1842
  }
1843
1843
  ],
1844
1844
  "expression": {
1845
- "id": 25212,
1845
+ "id": 25259,
1846
1846
  "name": "FieldLayout",
1847
1847
  "nodeType": "Identifier",
1848
1848
  "overloadedDeclarations": [],
1849
- "referencedDeclaration": 25077,
1849
+ "referencedDeclaration": 25124,
1850
1850
  "src": "2580:11:54",
1851
1851
  "typeDescriptions": {
1852
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25077_$",
1852
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25124_$",
1853
1853
  "typeString": "type(FieldLayout)"
1854
1854
  }
1855
1855
  },
1856
- "id": 25213,
1856
+ "id": 25260,
1857
1857
  "isConstant": false,
1858
1858
  "isLValue": false,
1859
1859
  "isPure": true,
@@ -1863,11 +1863,11 @@
1863
1863
  "nodeType": "MemberAccess",
1864
1864
  "src": "2580:16:54",
1865
1865
  "typeDescriptions": {
1866
- "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_FieldLayout_$25077_$",
1866
+ "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_FieldLayout_$25124_$",
1867
1867
  "typeString": "function (bytes32) pure returns (FieldLayout)"
1868
1868
  }
1869
1869
  },
1870
- "id": 25218,
1870
+ "id": 25265,
1871
1871
  "isConstant": false,
1872
1872
  "isLValue": false,
1873
1873
  "isPure": false,
@@ -1879,19 +1879,19 @@
1879
1879
  "src": "2580:38:54",
1880
1880
  "tryCall": false,
1881
1881
  "typeDescriptions": {
1882
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
1882
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
1883
1883
  "typeString": "FieldLayout"
1884
1884
  }
1885
1885
  },
1886
- "functionReturnParameters": 25101,
1887
- "id": 25219,
1886
+ "functionReturnParameters": 25148,
1887
+ "id": 25266,
1888
1888
  "nodeType": "Return",
1889
1889
  "src": "2573:45:54"
1890
1890
  }
1891
1891
  ]
1892
1892
  },
1893
1893
  "documentation": {
1894
- "id": 25091,
1894
+ "id": 25138,
1895
1895
  "nodeType": "StructuredDocumentation",
1896
1896
  "src": "766:66:54",
1897
1897
  "text": " Encode the given field layout into a single bytes32"
@@ -1902,17 +1902,17 @@
1902
1902
  "name": "encode",
1903
1903
  "nameLocation": "844:6:54",
1904
1904
  "parameters": {
1905
- "id": 25097,
1905
+ "id": 25144,
1906
1906
  "nodeType": "ParameterList",
1907
1907
  "parameters": [
1908
1908
  {
1909
1909
  "constant": false,
1910
- "id": 25094,
1910
+ "id": 25141,
1911
1911
  "mutability": "mutable",
1912
1912
  "name": "_staticFields",
1913
1913
  "nameLocation": "868:13:54",
1914
1914
  "nodeType": "VariableDeclaration",
1915
- "scope": 25221,
1915
+ "scope": 25268,
1916
1916
  "src": "851:30:54",
1917
1917
  "stateVariable": false,
1918
1918
  "storageLocation": "memory",
@@ -1922,7 +1922,7 @@
1922
1922
  },
1923
1923
  "typeName": {
1924
1924
  "baseType": {
1925
- "id": 25092,
1925
+ "id": 25139,
1926
1926
  "name": "uint256",
1927
1927
  "nodeType": "ElementaryTypeName",
1928
1928
  "src": "851:7:54",
@@ -1931,7 +1931,7 @@
1931
1931
  "typeString": "uint256"
1932
1932
  }
1933
1933
  },
1934
- "id": 25093,
1934
+ "id": 25140,
1935
1935
  "nodeType": "ArrayTypeName",
1936
1936
  "src": "851:9:54",
1937
1937
  "typeDescriptions": {
@@ -1943,12 +1943,12 @@
1943
1943
  },
1944
1944
  {
1945
1945
  "constant": false,
1946
- "id": 25096,
1946
+ "id": 25143,
1947
1947
  "mutability": "mutable",
1948
1948
  "name": "numDynamicFields",
1949
1949
  "nameLocation": "891:16:54",
1950
1950
  "nodeType": "VariableDeclaration",
1951
- "scope": 25221,
1951
+ "scope": 25268,
1952
1952
  "src": "883:24:54",
1953
1953
  "stateVariable": false,
1954
1954
  "storageLocation": "default",
@@ -1957,7 +1957,7 @@
1957
1957
  "typeString": "uint256"
1958
1958
  },
1959
1959
  "typeName": {
1960
- "id": 25095,
1960
+ "id": 25142,
1961
1961
  "name": "uint256",
1962
1962
  "nodeType": "ElementaryTypeName",
1963
1963
  "src": "883:7:54",
@@ -1972,41 +1972,41 @@
1972
1972
  "src": "850:58:54"
1973
1973
  },
1974
1974
  "returnParameters": {
1975
- "id": 25101,
1975
+ "id": 25148,
1976
1976
  "nodeType": "ParameterList",
1977
1977
  "parameters": [
1978
1978
  {
1979
1979
  "constant": false,
1980
- "id": 25100,
1980
+ "id": 25147,
1981
1981
  "mutability": "mutable",
1982
1982
  "name": "",
1983
1983
  "nameLocation": "-1:-1:-1",
1984
1984
  "nodeType": "VariableDeclaration",
1985
- "scope": 25221,
1985
+ "scope": 25268,
1986
1986
  "src": "932:11:54",
1987
1987
  "stateVariable": false,
1988
1988
  "storageLocation": "default",
1989
1989
  "typeDescriptions": {
1990
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
1990
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
1991
1991
  "typeString": "FieldLayout"
1992
1992
  },
1993
1993
  "typeName": {
1994
- "id": 25099,
1994
+ "id": 25146,
1995
1995
  "nodeType": "UserDefinedTypeName",
1996
1996
  "pathNode": {
1997
- "id": 25098,
1997
+ "id": 25145,
1998
1998
  "name": "FieldLayout",
1999
1999
  "nameLocations": [
2000
2000
  "932:11:54"
2001
2001
  ],
2002
2002
  "nodeType": "IdentifierPath",
2003
- "referencedDeclaration": 25077,
2003
+ "referencedDeclaration": 25124,
2004
2004
  "src": "932:11:54"
2005
2005
  },
2006
- "referencedDeclaration": 25077,
2006
+ "referencedDeclaration": 25124,
2007
2007
  "src": "932:11:54",
2008
2008
  "typeDescriptions": {
2009
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2009
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2010
2010
  "typeString": "FieldLayout"
2011
2011
  }
2012
2012
  },
@@ -2015,7 +2015,7 @@
2015
2015
  ],
2016
2016
  "src": "931:13:54"
2017
2017
  },
2018
- "scope": 25222,
2018
+ "scope": 25269,
2019
2019
  "stateMutability": "pure",
2020
2020
  "virtual": false,
2021
2021
  "visibility": "internal"
@@ -2027,43 +2027,43 @@
2027
2027
  "contractDependencies": [],
2028
2028
  "contractKind": "library",
2029
2029
  "documentation": {
2030
- "id": 25082,
2030
+ "id": 25129,
2031
2031
  "nodeType": "StructuredDocumentation",
2032
2032
  "src": "539:43:54",
2033
2033
  "text": " Static functions for FieldLayout"
2034
2034
  },
2035
2035
  "fullyImplemented": true,
2036
2036
  "linearizedBaseContracts": [
2037
- 25222
2037
+ 25269
2038
2038
  ],
2039
2039
  "name": "FieldLayoutLib",
2040
2040
  "nameLocation": "591:14:54",
2041
- "scope": 25496,
2041
+ "scope": 25543,
2042
2042
  "usedErrors": [
2043
- 25086,
2044
- 25088,
2045
- 25090
2043
+ 25133,
2044
+ 25135,
2045
+ 25137
2046
2046
  ],
2047
2047
  "usedEvents": []
2048
2048
  },
2049
2049
  {
2050
- "id": 25495,
2050
+ "id": 25542,
2051
2051
  "nodeType": "ContractDefinition",
2052
2052
  "src": "2673:2977:54",
2053
2053
  "nodes": [
2054
2054
  {
2055
- "id": 25256,
2055
+ "id": 25303,
2056
2056
  "nodeType": "FunctionDefinition",
2057
2057
  "src": "2768:217:54",
2058
2058
  "nodes": [],
2059
2059
  "body": {
2060
- "id": 25255,
2060
+ "id": 25302,
2061
2061
  "nodeType": "Block",
2062
2062
  "src": "2857:128:54",
2063
2063
  "nodes": [],
2064
2064
  "statements": [
2065
2065
  {
2066
- "id": 25254,
2066
+ "id": 25301,
2067
2067
  "nodeType": "UncheckedBlock",
2068
2068
  "src": "2863:118:54",
2069
2069
  "statements": [
@@ -2075,7 +2075,7 @@
2075
2075
  "typeIdentifier": "t_uint256",
2076
2076
  "typeString": "uint256"
2077
2077
  },
2078
- "id": 25251,
2078
+ "id": 25298,
2079
2079
  "isConstant": false,
2080
2080
  "isLValue": false,
2081
2081
  "isPure": false,
@@ -2087,18 +2087,18 @@
2087
2087
  "expression": {
2088
2088
  "argumentTypes": [],
2089
2089
  "expression": {
2090
- "id": 25238,
2090
+ "id": 25285,
2091
2091
  "name": "fieldLayout",
2092
2092
  "nodeType": "Identifier",
2093
2093
  "overloadedDeclarations": [],
2094
- "referencedDeclaration": 25227,
2094
+ "referencedDeclaration": 25274,
2095
2095
  "src": "2902:11:54",
2096
2096
  "typeDescriptions": {
2097
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2097
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2098
2098
  "typeString": "FieldLayout"
2099
2099
  }
2100
2100
  },
2101
- "id": 25239,
2101
+ "id": 25286,
2102
2102
  "isConstant": false,
2103
2103
  "isLValue": false,
2104
2104
  "isPure": false,
@@ -2106,14 +2106,14 @@
2106
2106
  "memberLocation": "2914:6:54",
2107
2107
  "memberName": "unwrap",
2108
2108
  "nodeType": "MemberAccess",
2109
- "referencedDeclaration": 25494,
2109
+ "referencedDeclaration": 25541,
2110
2110
  "src": "2902:18:54",
2111
2111
  "typeDescriptions": {
2112
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
2112
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
2113
2113
  "typeString": "function (FieldLayout) pure returns (bytes32)"
2114
2114
  }
2115
2115
  },
2116
- "id": 25240,
2116
+ "id": 25287,
2117
2117
  "isConstant": false,
2118
2118
  "isLValue": false,
2119
2119
  "isPure": false,
@@ -2137,7 +2137,7 @@
2137
2137
  "typeString": "bytes32"
2138
2138
  }
2139
2139
  ],
2140
- "id": 25237,
2140
+ "id": 25284,
2141
2141
  "isConstant": false,
2142
2142
  "isLValue": false,
2143
2143
  "isPure": true,
@@ -2149,14 +2149,14 @@
2149
2149
  "typeString": "type(uint256)"
2150
2150
  },
2151
2151
  "typeName": {
2152
- "id": 25236,
2152
+ "id": 25283,
2153
2153
  "name": "uint256",
2154
2154
  "nodeType": "ElementaryTypeName",
2155
2155
  "src": "2894:7:54",
2156
2156
  "typeDescriptions": {}
2157
2157
  }
2158
2158
  },
2159
- "id": 25241,
2159
+ "id": 25288,
2160
2160
  "isConstant": false,
2161
2161
  "isLValue": false,
2162
2162
  "isPure": false,
@@ -2181,7 +2181,7 @@
2181
2181
  "typeIdentifier": "t_uint256",
2182
2182
  "typeString": "uint256"
2183
2183
  },
2184
- "id": 25249,
2184
+ "id": 25296,
2185
2185
  "isConstant": false,
2186
2186
  "isLValue": false,
2187
2187
  "isPure": false,
@@ -2193,7 +2193,7 @@
2193
2193
  "typeIdentifier": "t_uint256",
2194
2194
  "typeString": "uint256"
2195
2195
  },
2196
- "id": 25246,
2196
+ "id": 25293,
2197
2197
  "isConstant": false,
2198
2198
  "isLValue": false,
2199
2199
  "isPure": false,
@@ -2203,17 +2203,17 @@
2203
2203
  "typeIdentifier": "t_uint256",
2204
2204
  "typeString": "uint256"
2205
2205
  },
2206
- "id": 25244,
2206
+ "id": 25291,
2207
2207
  "isConstant": false,
2208
2208
  "isLValue": false,
2209
2209
  "isPure": true,
2210
2210
  "lValueRequested": false,
2211
2211
  "leftExpression": {
2212
- "id": 25242,
2212
+ "id": 25289,
2213
2213
  "name": "WORD_LAST_INDEX",
2214
2214
  "nodeType": "Identifier",
2215
2215
  "overloadedDeclarations": [],
2216
- "referencedDeclaration": 57382,
2216
+ "referencedDeclaration": 57450,
2217
2217
  "src": "2929:15:54",
2218
2218
  "typeDescriptions": {
2219
2219
  "typeIdentifier": "t_uint256",
@@ -2224,7 +2224,7 @@
2224
2224
  "operator": "-",
2225
2225
  "rightExpression": {
2226
2226
  "hexValue": "34",
2227
- "id": 25243,
2227
+ "id": 25290,
2228
2228
  "isConstant": false,
2229
2229
  "isLValue": false,
2230
2230
  "isPure": true,
@@ -2247,11 +2247,11 @@
2247
2247
  "nodeType": "BinaryOperation",
2248
2248
  "operator": "-",
2249
2249
  "rightExpression": {
2250
- "id": 25245,
2250
+ "id": 25292,
2251
2251
  "name": "index",
2252
2252
  "nodeType": "Identifier",
2253
2253
  "overloadedDeclarations": [],
2254
- "referencedDeclaration": 25229,
2254
+ "referencedDeclaration": 25276,
2255
2255
  "src": "2951:5:54",
2256
2256
  "typeDescriptions": {
2257
2257
  "typeIdentifier": "t_uint256",
@@ -2265,7 +2265,7 @@
2265
2265
  }
2266
2266
  }
2267
2267
  ],
2268
- "id": 25247,
2268
+ "id": 25294,
2269
2269
  "isConstant": false,
2270
2270
  "isInlineArray": false,
2271
2271
  "isLValue": false,
@@ -2281,11 +2281,11 @@
2281
2281
  "nodeType": "BinaryOperation",
2282
2282
  "operator": "*",
2283
2283
  "rightExpression": {
2284
- "id": 25248,
2284
+ "id": 25295,
2285
2285
  "name": "BYTE_TO_BITS",
2286
2286
  "nodeType": "Identifier",
2287
2287
  "overloadedDeclarations": [],
2288
- "referencedDeclaration": 57385,
2288
+ "referencedDeclaration": 57453,
2289
2289
  "src": "2960:12:54",
2290
2290
  "typeDescriptions": {
2291
2291
  "typeIdentifier": "t_uint256",
@@ -2299,7 +2299,7 @@
2299
2299
  }
2300
2300
  }
2301
2301
  ],
2302
- "id": 25250,
2302
+ "id": 25297,
2303
2303
  "isConstant": false,
2304
2304
  "isInlineArray": false,
2305
2305
  "isLValue": false,
@@ -2326,7 +2326,7 @@
2326
2326
  "typeString": "uint256"
2327
2327
  }
2328
2328
  ],
2329
- "id": 25235,
2329
+ "id": 25282,
2330
2330
  "isConstant": false,
2331
2331
  "isLValue": false,
2332
2332
  "isPure": true,
@@ -2338,14 +2338,14 @@
2338
2338
  "typeString": "type(uint8)"
2339
2339
  },
2340
2340
  "typeName": {
2341
- "id": 25234,
2341
+ "id": 25281,
2342
2342
  "name": "uint8",
2343
2343
  "nodeType": "ElementaryTypeName",
2344
2344
  "src": "2888:5:54",
2345
2345
  "typeDescriptions": {}
2346
2346
  }
2347
2347
  },
2348
- "id": 25252,
2348
+ "id": 25299,
2349
2349
  "isConstant": false,
2350
2350
  "isLValue": false,
2351
2351
  "isPure": false,
@@ -2361,8 +2361,8 @@
2361
2361
  "typeString": "uint8"
2362
2362
  }
2363
2363
  },
2364
- "functionReturnParameters": 25233,
2365
- "id": 25253,
2364
+ "functionReturnParameters": 25280,
2365
+ "id": 25300,
2366
2366
  "nodeType": "Return",
2367
2367
  "src": "2881:93:54"
2368
2368
  }
@@ -2371,7 +2371,7 @@
2371
2371
  ]
2372
2372
  },
2373
2373
  "documentation": {
2374
- "id": 25224,
2374
+ "id": 25271,
2375
2375
  "nodeType": "StructuredDocumentation",
2376
2376
  "src": "2705:60:54",
2377
2377
  "text": " Get the static byte length at the given index"
@@ -2382,41 +2382,41 @@
2382
2382
  "name": "atIndex",
2383
2383
  "nameLocation": "2777:7:54",
2384
2384
  "parameters": {
2385
- "id": 25230,
2385
+ "id": 25277,
2386
2386
  "nodeType": "ParameterList",
2387
2387
  "parameters": [
2388
2388
  {
2389
2389
  "constant": false,
2390
- "id": 25227,
2390
+ "id": 25274,
2391
2391
  "mutability": "mutable",
2392
2392
  "name": "fieldLayout",
2393
2393
  "nameLocation": "2797:11:54",
2394
2394
  "nodeType": "VariableDeclaration",
2395
- "scope": 25256,
2395
+ "scope": 25303,
2396
2396
  "src": "2785:23:54",
2397
2397
  "stateVariable": false,
2398
2398
  "storageLocation": "default",
2399
2399
  "typeDescriptions": {
2400
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2400
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2401
2401
  "typeString": "FieldLayout"
2402
2402
  },
2403
2403
  "typeName": {
2404
- "id": 25226,
2404
+ "id": 25273,
2405
2405
  "nodeType": "UserDefinedTypeName",
2406
2406
  "pathNode": {
2407
- "id": 25225,
2407
+ "id": 25272,
2408
2408
  "name": "FieldLayout",
2409
2409
  "nameLocations": [
2410
2410
  "2785:11:54"
2411
2411
  ],
2412
2412
  "nodeType": "IdentifierPath",
2413
- "referencedDeclaration": 25077,
2413
+ "referencedDeclaration": 25124,
2414
2414
  "src": "2785:11:54"
2415
2415
  },
2416
- "referencedDeclaration": 25077,
2416
+ "referencedDeclaration": 25124,
2417
2417
  "src": "2785:11:54",
2418
2418
  "typeDescriptions": {
2419
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2419
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2420
2420
  "typeString": "FieldLayout"
2421
2421
  }
2422
2422
  },
@@ -2424,12 +2424,12 @@
2424
2424
  },
2425
2425
  {
2426
2426
  "constant": false,
2427
- "id": 25229,
2427
+ "id": 25276,
2428
2428
  "mutability": "mutable",
2429
2429
  "name": "index",
2430
2430
  "nameLocation": "2818:5:54",
2431
2431
  "nodeType": "VariableDeclaration",
2432
- "scope": 25256,
2432
+ "scope": 25303,
2433
2433
  "src": "2810:13:54",
2434
2434
  "stateVariable": false,
2435
2435
  "storageLocation": "default",
@@ -2438,7 +2438,7 @@
2438
2438
  "typeString": "uint256"
2439
2439
  },
2440
2440
  "typeName": {
2441
- "id": 25228,
2441
+ "id": 25275,
2442
2442
  "name": "uint256",
2443
2443
  "nodeType": "ElementaryTypeName",
2444
2444
  "src": "2810:7:54",
@@ -2453,17 +2453,17 @@
2453
2453
  "src": "2784:40:54"
2454
2454
  },
2455
2455
  "returnParameters": {
2456
- "id": 25233,
2456
+ "id": 25280,
2457
2457
  "nodeType": "ParameterList",
2458
2458
  "parameters": [
2459
2459
  {
2460
2460
  "constant": false,
2461
- "id": 25232,
2461
+ "id": 25279,
2462
2462
  "mutability": "mutable",
2463
2463
  "name": "",
2464
2464
  "nameLocation": "-1:-1:-1",
2465
2465
  "nodeType": "VariableDeclaration",
2466
- "scope": 25256,
2466
+ "scope": 25303,
2467
2467
  "src": "2848:7:54",
2468
2468
  "stateVariable": false,
2469
2469
  "storageLocation": "default",
@@ -2472,7 +2472,7 @@
2472
2472
  "typeString": "uint256"
2473
2473
  },
2474
2474
  "typeName": {
2475
- "id": 25231,
2475
+ "id": 25278,
2476
2476
  "name": "uint256",
2477
2477
  "nodeType": "ElementaryTypeName",
2478
2478
  "src": "2848:7:54",
@@ -2486,18 +2486,18 @@
2486
2486
  ],
2487
2487
  "src": "2847:9:54"
2488
2488
  },
2489
- "scope": 25495,
2489
+ "scope": 25542,
2490
2490
  "stateMutability": "pure",
2491
2491
  "virtual": false,
2492
2492
  "visibility": "internal"
2493
2493
  },
2494
2494
  {
2495
- "id": 25277,
2495
+ "id": 25324,
2496
2496
  "nodeType": "FunctionDefinition",
2497
2497
  "src": "3066:171:54",
2498
2498
  "nodes": [],
2499
2499
  "body": {
2500
- "id": 25276,
2500
+ "id": 25323,
2501
2501
  "nodeType": "Block",
2502
2502
  "src": "3149:88:54",
2503
2503
  "nodes": [],
@@ -2508,7 +2508,7 @@
2508
2508
  "typeIdentifier": "t_uint256",
2509
2509
  "typeString": "uint256"
2510
2510
  },
2511
- "id": 25274,
2511
+ "id": 25321,
2512
2512
  "isConstant": false,
2513
2513
  "isLValue": false,
2514
2514
  "isPure": false,
@@ -2518,14 +2518,14 @@
2518
2518
  {
2519
2519
  "arguments": [
2520
2520
  {
2521
- "id": 25269,
2521
+ "id": 25316,
2522
2522
  "name": "fieldLayout",
2523
2523
  "nodeType": "Identifier",
2524
2524
  "overloadedDeclarations": [],
2525
- "referencedDeclaration": 25260,
2525
+ "referencedDeclaration": 25307,
2526
2526
  "src": "3189:11:54",
2527
2527
  "typeDescriptions": {
2528
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2528
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2529
2529
  "typeString": "FieldLayout"
2530
2530
  }
2531
2531
  }
@@ -2533,23 +2533,23 @@
2533
2533
  "expression": {
2534
2534
  "argumentTypes": [
2535
2535
  {
2536
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2536
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2537
2537
  "typeString": "FieldLayout"
2538
2538
  }
2539
2539
  ],
2540
2540
  "expression": {
2541
- "id": 25267,
2541
+ "id": 25314,
2542
2542
  "name": "FieldLayout",
2543
2543
  "nodeType": "Identifier",
2544
2544
  "overloadedDeclarations": [],
2545
- "referencedDeclaration": 25077,
2545
+ "referencedDeclaration": 25124,
2546
2546
  "src": "3170:11:54",
2547
2547
  "typeDescriptions": {
2548
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25077_$",
2548
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25124_$",
2549
2549
  "typeString": "type(FieldLayout)"
2550
2550
  }
2551
2551
  },
2552
- "id": 25268,
2552
+ "id": 25315,
2553
2553
  "isConstant": false,
2554
2554
  "isLValue": false,
2555
2555
  "isPure": true,
@@ -2559,11 +2559,11 @@
2559
2559
  "nodeType": "MemberAccess",
2560
2560
  "src": "3170:18:54",
2561
2561
  "typeDescriptions": {
2562
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$",
2562
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$",
2563
2563
  "typeString": "function (FieldLayout) pure returns (bytes32)"
2564
2564
  }
2565
2565
  },
2566
- "id": 25270,
2566
+ "id": 25317,
2567
2567
  "isConstant": false,
2568
2568
  "isLValue": false,
2569
2569
  "isPure": false,
@@ -2587,7 +2587,7 @@
2587
2587
  "typeString": "bytes32"
2588
2588
  }
2589
2589
  ],
2590
- "id": 25266,
2590
+ "id": 25313,
2591
2591
  "isConstant": false,
2592
2592
  "isLValue": false,
2593
2593
  "isPure": true,
@@ -2599,14 +2599,14 @@
2599
2599
  "typeString": "type(uint256)"
2600
2600
  },
2601
2601
  "typeName": {
2602
- "id": 25265,
2602
+ "id": 25312,
2603
2603
  "name": "uint256",
2604
2604
  "nodeType": "ElementaryTypeName",
2605
2605
  "src": "3162:7:54",
2606
2606
  "typeDescriptions": {}
2607
2607
  }
2608
2608
  },
2609
- "id": 25271,
2609
+ "id": 25318,
2610
2610
  "isConstant": false,
2611
2611
  "isLValue": false,
2612
2612
  "isPure": false,
@@ -2626,18 +2626,18 @@
2626
2626
  "operator": ">>",
2627
2627
  "rightExpression": {
2628
2628
  "expression": {
2629
- "id": 25272,
2629
+ "id": 25319,
2630
2630
  "name": "LayoutOffsets",
2631
2631
  "nodeType": "Identifier",
2632
2632
  "overloadedDeclarations": [],
2633
- "referencedDeclaration": 57425,
2633
+ "referencedDeclaration": 57493,
2634
2634
  "src": "3206:13:54",
2635
2635
  "typeDescriptions": {
2636
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
2636
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
2637
2637
  "typeString": "type(library LayoutOffsets)"
2638
2638
  }
2639
2639
  },
2640
- "id": 25273,
2640
+ "id": 25320,
2641
2641
  "isConstant": false,
2642
2642
  "isLValue": false,
2643
2643
  "isPure": true,
@@ -2645,7 +2645,7 @@
2645
2645
  "memberLocation": "3220:12:54",
2646
2646
  "memberName": "TOTAL_LENGTH",
2647
2647
  "nodeType": "MemberAccess",
2648
- "referencedDeclaration": 57402,
2648
+ "referencedDeclaration": 57470,
2649
2649
  "src": "3206:26:54",
2650
2650
  "typeDescriptions": {
2651
2651
  "typeIdentifier": "t_uint256",
@@ -2658,15 +2658,15 @@
2658
2658
  "typeString": "uint256"
2659
2659
  }
2660
2660
  },
2661
- "functionReturnParameters": 25264,
2662
- "id": 25275,
2661
+ "functionReturnParameters": 25311,
2662
+ "id": 25322,
2663
2663
  "nodeType": "Return",
2664
2664
  "src": "3155:77:54"
2665
2665
  }
2666
2666
  ]
2667
2667
  },
2668
2668
  "documentation": {
2669
- "id": 25257,
2669
+ "id": 25304,
2670
2670
  "nodeType": "StructuredDocumentation",
2671
2671
  "src": "2989:74:54",
2672
2672
  "text": " Get the total static byte length for the given field layout"
@@ -2677,41 +2677,41 @@
2677
2677
  "name": "staticDataLength",
2678
2678
  "nameLocation": "3075:16:54",
2679
2679
  "parameters": {
2680
- "id": 25261,
2680
+ "id": 25308,
2681
2681
  "nodeType": "ParameterList",
2682
2682
  "parameters": [
2683
2683
  {
2684
2684
  "constant": false,
2685
- "id": 25260,
2685
+ "id": 25307,
2686
2686
  "mutability": "mutable",
2687
2687
  "name": "fieldLayout",
2688
2688
  "nameLocation": "3104:11:54",
2689
2689
  "nodeType": "VariableDeclaration",
2690
- "scope": 25277,
2690
+ "scope": 25324,
2691
2691
  "src": "3092:23:54",
2692
2692
  "stateVariable": false,
2693
2693
  "storageLocation": "default",
2694
2694
  "typeDescriptions": {
2695
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2695
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2696
2696
  "typeString": "FieldLayout"
2697
2697
  },
2698
2698
  "typeName": {
2699
- "id": 25259,
2699
+ "id": 25306,
2700
2700
  "nodeType": "UserDefinedTypeName",
2701
2701
  "pathNode": {
2702
- "id": 25258,
2702
+ "id": 25305,
2703
2703
  "name": "FieldLayout",
2704
2704
  "nameLocations": [
2705
2705
  "3092:11:54"
2706
2706
  ],
2707
2707
  "nodeType": "IdentifierPath",
2708
- "referencedDeclaration": 25077,
2708
+ "referencedDeclaration": 25124,
2709
2709
  "src": "3092:11:54"
2710
2710
  },
2711
- "referencedDeclaration": 25077,
2711
+ "referencedDeclaration": 25124,
2712
2712
  "src": "3092:11:54",
2713
2713
  "typeDescriptions": {
2714
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2714
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2715
2715
  "typeString": "FieldLayout"
2716
2716
  }
2717
2717
  },
@@ -2721,17 +2721,17 @@
2721
2721
  "src": "3091:25:54"
2722
2722
  },
2723
2723
  "returnParameters": {
2724
- "id": 25264,
2724
+ "id": 25311,
2725
2725
  "nodeType": "ParameterList",
2726
2726
  "parameters": [
2727
2727
  {
2728
2728
  "constant": false,
2729
- "id": 25263,
2729
+ "id": 25310,
2730
2730
  "mutability": "mutable",
2731
2731
  "name": "",
2732
2732
  "nameLocation": "-1:-1:-1",
2733
2733
  "nodeType": "VariableDeclaration",
2734
- "scope": 25277,
2734
+ "scope": 25324,
2735
2735
  "src": "3140:7:54",
2736
2736
  "stateVariable": false,
2737
2737
  "storageLocation": "default",
@@ -2740,7 +2740,7 @@
2740
2740
  "typeString": "uint256"
2741
2741
  },
2742
2742
  "typeName": {
2743
- "id": 25262,
2743
+ "id": 25309,
2744
2744
  "name": "uint256",
2745
2745
  "nodeType": "ElementaryTypeName",
2746
2746
  "src": "3140:7:54",
@@ -2754,18 +2754,18 @@
2754
2754
  ],
2755
2755
  "src": "3139:9:54"
2756
2756
  },
2757
- "scope": 25495,
2757
+ "scope": 25542,
2758
2758
  "stateMutability": "pure",
2759
2759
  "virtual": false,
2760
2760
  "visibility": "internal"
2761
2761
  },
2762
2762
  {
2763
- "id": 25300,
2763
+ "id": 25347,
2764
2764
  "nodeType": "FunctionDefinition",
2765
2765
  "src": "3311:171:54",
2766
2766
  "nodes": [],
2767
2767
  "body": {
2768
- "id": 25299,
2768
+ "id": 25346,
2769
2769
  "nodeType": "Block",
2770
2770
  "src": "3393:89:54",
2771
2771
  "nodes": [],
@@ -2778,7 +2778,7 @@
2778
2778
  "typeIdentifier": "t_uint256",
2779
2779
  "typeString": "uint256"
2780
2780
  },
2781
- "id": 25296,
2781
+ "id": 25343,
2782
2782
  "isConstant": false,
2783
2783
  "isLValue": false,
2784
2784
  "isPure": false,
@@ -2790,18 +2790,18 @@
2790
2790
  "expression": {
2791
2791
  "argumentTypes": [],
2792
2792
  "expression": {
2793
- "id": 25290,
2793
+ "id": 25337,
2794
2794
  "name": "fieldLayout",
2795
2795
  "nodeType": "Identifier",
2796
2796
  "overloadedDeclarations": [],
2797
- "referencedDeclaration": 25281,
2797
+ "referencedDeclaration": 25328,
2798
2798
  "src": "3420:11:54",
2799
2799
  "typeDescriptions": {
2800
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2800
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2801
2801
  "typeString": "FieldLayout"
2802
2802
  }
2803
2803
  },
2804
- "id": 25291,
2804
+ "id": 25338,
2805
2805
  "isConstant": false,
2806
2806
  "isLValue": false,
2807
2807
  "isPure": false,
@@ -2809,14 +2809,14 @@
2809
2809
  "memberLocation": "3432:6:54",
2810
2810
  "memberName": "unwrap",
2811
2811
  "nodeType": "MemberAccess",
2812
- "referencedDeclaration": 25494,
2812
+ "referencedDeclaration": 25541,
2813
2813
  "src": "3420:18:54",
2814
2814
  "typeDescriptions": {
2815
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
2815
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
2816
2816
  "typeString": "function (FieldLayout) pure returns (bytes32)"
2817
2817
  }
2818
2818
  },
2819
- "id": 25292,
2819
+ "id": 25339,
2820
2820
  "isConstant": false,
2821
2821
  "isLValue": false,
2822
2822
  "isPure": false,
@@ -2840,7 +2840,7 @@
2840
2840
  "typeString": "bytes32"
2841
2841
  }
2842
2842
  ],
2843
- "id": 25289,
2843
+ "id": 25336,
2844
2844
  "isConstant": false,
2845
2845
  "isLValue": false,
2846
2846
  "isPure": true,
@@ -2852,14 +2852,14 @@
2852
2852
  "typeString": "type(uint256)"
2853
2853
  },
2854
2854
  "typeName": {
2855
- "id": 25288,
2855
+ "id": 25335,
2856
2856
  "name": "uint256",
2857
2857
  "nodeType": "ElementaryTypeName",
2858
2858
  "src": "3412:7:54",
2859
2859
  "typeDescriptions": {}
2860
2860
  }
2861
2861
  },
2862
- "id": 25293,
2862
+ "id": 25340,
2863
2863
  "isConstant": false,
2864
2864
  "isLValue": false,
2865
2865
  "isPure": false,
@@ -2879,18 +2879,18 @@
2879
2879
  "operator": ">>",
2880
2880
  "rightExpression": {
2881
2881
  "expression": {
2882
- "id": 25294,
2882
+ "id": 25341,
2883
2883
  "name": "LayoutOffsets",
2884
2884
  "nodeType": "Identifier",
2885
2885
  "overloadedDeclarations": [],
2886
- "referencedDeclaration": 57425,
2886
+ "referencedDeclaration": 57493,
2887
2887
  "src": "3445:13:54",
2888
2888
  "typeDescriptions": {
2889
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
2889
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
2890
2890
  "typeString": "type(library LayoutOffsets)"
2891
2891
  }
2892
2892
  },
2893
- "id": 25295,
2893
+ "id": 25342,
2894
2894
  "isConstant": false,
2895
2895
  "isLValue": false,
2896
2896
  "isPure": true,
@@ -2898,7 +2898,7 @@
2898
2898
  "memberLocation": "3459:17:54",
2899
2899
  "memberName": "NUM_STATIC_FIELDS",
2900
2900
  "nodeType": "MemberAccess",
2901
- "referencedDeclaration": 57412,
2901
+ "referencedDeclaration": 57480,
2902
2902
  "src": "3445:31:54",
2903
2903
  "typeDescriptions": {
2904
2904
  "typeIdentifier": "t_uint256",
@@ -2919,7 +2919,7 @@
2919
2919
  "typeString": "uint256"
2920
2920
  }
2921
2921
  ],
2922
- "id": 25287,
2922
+ "id": 25334,
2923
2923
  "isConstant": false,
2924
2924
  "isLValue": false,
2925
2925
  "isPure": true,
@@ -2931,14 +2931,14 @@
2931
2931
  "typeString": "type(uint8)"
2932
2932
  },
2933
2933
  "typeName": {
2934
- "id": 25286,
2934
+ "id": 25333,
2935
2935
  "name": "uint8",
2936
2936
  "nodeType": "ElementaryTypeName",
2937
2937
  "src": "3406:5:54",
2938
2938
  "typeDescriptions": {}
2939
2939
  }
2940
2940
  },
2941
- "id": 25297,
2941
+ "id": 25344,
2942
2942
  "isConstant": false,
2943
2943
  "isLValue": false,
2944
2944
  "isPure": false,
@@ -2954,15 +2954,15 @@
2954
2954
  "typeString": "uint8"
2955
2955
  }
2956
2956
  },
2957
- "functionReturnParameters": 25285,
2958
- "id": 25298,
2957
+ "functionReturnParameters": 25332,
2958
+ "id": 25345,
2959
2959
  "nodeType": "Return",
2960
2960
  "src": "3399:78:54"
2961
2961
  }
2962
2962
  ]
2963
2963
  },
2964
2964
  "documentation": {
2965
- "id": 25278,
2965
+ "id": 25325,
2966
2966
  "nodeType": "StructuredDocumentation",
2967
2967
  "src": "3241:67:54",
2968
2968
  "text": " Get the number of static fields for the field layout"
@@ -2973,41 +2973,41 @@
2973
2973
  "name": "numStaticFields",
2974
2974
  "nameLocation": "3320:15:54",
2975
2975
  "parameters": {
2976
- "id": 25282,
2976
+ "id": 25329,
2977
2977
  "nodeType": "ParameterList",
2978
2978
  "parameters": [
2979
2979
  {
2980
2980
  "constant": false,
2981
- "id": 25281,
2981
+ "id": 25328,
2982
2982
  "mutability": "mutable",
2983
2983
  "name": "fieldLayout",
2984
2984
  "nameLocation": "3348:11:54",
2985
2985
  "nodeType": "VariableDeclaration",
2986
- "scope": 25300,
2986
+ "scope": 25347,
2987
2987
  "src": "3336:23:54",
2988
2988
  "stateVariable": false,
2989
2989
  "storageLocation": "default",
2990
2990
  "typeDescriptions": {
2991
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
2991
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
2992
2992
  "typeString": "FieldLayout"
2993
2993
  },
2994
2994
  "typeName": {
2995
- "id": 25280,
2995
+ "id": 25327,
2996
2996
  "nodeType": "UserDefinedTypeName",
2997
2997
  "pathNode": {
2998
- "id": 25279,
2998
+ "id": 25326,
2999
2999
  "name": "FieldLayout",
3000
3000
  "nameLocations": [
3001
3001
  "3336:11:54"
3002
3002
  ],
3003
3003
  "nodeType": "IdentifierPath",
3004
- "referencedDeclaration": 25077,
3004
+ "referencedDeclaration": 25124,
3005
3005
  "src": "3336:11:54"
3006
3006
  },
3007
- "referencedDeclaration": 25077,
3007
+ "referencedDeclaration": 25124,
3008
3008
  "src": "3336:11:54",
3009
3009
  "typeDescriptions": {
3010
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3010
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3011
3011
  "typeString": "FieldLayout"
3012
3012
  }
3013
3013
  },
@@ -3017,17 +3017,17 @@
3017
3017
  "src": "3335:25:54"
3018
3018
  },
3019
3019
  "returnParameters": {
3020
- "id": 25285,
3020
+ "id": 25332,
3021
3021
  "nodeType": "ParameterList",
3022
3022
  "parameters": [
3023
3023
  {
3024
3024
  "constant": false,
3025
- "id": 25284,
3025
+ "id": 25331,
3026
3026
  "mutability": "mutable",
3027
3027
  "name": "",
3028
3028
  "nameLocation": "-1:-1:-1",
3029
3029
  "nodeType": "VariableDeclaration",
3030
- "scope": 25300,
3030
+ "scope": 25347,
3031
3031
  "src": "3384:7:54",
3032
3032
  "stateVariable": false,
3033
3033
  "storageLocation": "default",
@@ -3036,7 +3036,7 @@
3036
3036
  "typeString": "uint256"
3037
3037
  },
3038
3038
  "typeName": {
3039
- "id": 25283,
3039
+ "id": 25330,
3040
3040
  "name": "uint256",
3041
3041
  "nodeType": "ElementaryTypeName",
3042
3042
  "src": "3384:7:54",
@@ -3050,18 +3050,18 @@
3050
3050
  ],
3051
3051
  "src": "3383:9:54"
3052
3052
  },
3053
- "scope": 25495,
3053
+ "scope": 25542,
3054
3054
  "stateMutability": "pure",
3055
3055
  "virtual": false,
3056
3056
  "visibility": "internal"
3057
3057
  },
3058
3058
  {
3059
- "id": 25323,
3059
+ "id": 25370,
3060
3060
  "nodeType": "FunctionDefinition",
3061
3061
  "src": "3564:173:54",
3062
3062
  "nodes": [],
3063
3063
  "body": {
3064
- "id": 25322,
3064
+ "id": 25369,
3065
3065
  "nodeType": "Block",
3066
3066
  "src": "3647:90:54",
3067
3067
  "nodes": [],
@@ -3074,7 +3074,7 @@
3074
3074
  "typeIdentifier": "t_uint256",
3075
3075
  "typeString": "uint256"
3076
3076
  },
3077
- "id": 25319,
3077
+ "id": 25366,
3078
3078
  "isConstant": false,
3079
3079
  "isLValue": false,
3080
3080
  "isPure": false,
@@ -3086,18 +3086,18 @@
3086
3086
  "expression": {
3087
3087
  "argumentTypes": [],
3088
3088
  "expression": {
3089
- "id": 25313,
3089
+ "id": 25360,
3090
3090
  "name": "fieldLayout",
3091
3091
  "nodeType": "Identifier",
3092
3092
  "overloadedDeclarations": [],
3093
- "referencedDeclaration": 25304,
3093
+ "referencedDeclaration": 25351,
3094
3094
  "src": "3674:11:54",
3095
3095
  "typeDescriptions": {
3096
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3096
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3097
3097
  "typeString": "FieldLayout"
3098
3098
  }
3099
3099
  },
3100
- "id": 25314,
3100
+ "id": 25361,
3101
3101
  "isConstant": false,
3102
3102
  "isLValue": false,
3103
3103
  "isPure": false,
@@ -3105,14 +3105,14 @@
3105
3105
  "memberLocation": "3686:6:54",
3106
3106
  "memberName": "unwrap",
3107
3107
  "nodeType": "MemberAccess",
3108
- "referencedDeclaration": 25494,
3108
+ "referencedDeclaration": 25541,
3109
3109
  "src": "3674:18:54",
3110
3110
  "typeDescriptions": {
3111
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
3111
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
3112
3112
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3113
3113
  }
3114
3114
  },
3115
- "id": 25315,
3115
+ "id": 25362,
3116
3116
  "isConstant": false,
3117
3117
  "isLValue": false,
3118
3118
  "isPure": false,
@@ -3136,7 +3136,7 @@
3136
3136
  "typeString": "bytes32"
3137
3137
  }
3138
3138
  ],
3139
- "id": 25312,
3139
+ "id": 25359,
3140
3140
  "isConstant": false,
3141
3141
  "isLValue": false,
3142
3142
  "isPure": true,
@@ -3148,14 +3148,14 @@
3148
3148
  "typeString": "type(uint256)"
3149
3149
  },
3150
3150
  "typeName": {
3151
- "id": 25311,
3151
+ "id": 25358,
3152
3152
  "name": "uint256",
3153
3153
  "nodeType": "ElementaryTypeName",
3154
3154
  "src": "3666:7:54",
3155
3155
  "typeDescriptions": {}
3156
3156
  }
3157
3157
  },
3158
- "id": 25316,
3158
+ "id": 25363,
3159
3159
  "isConstant": false,
3160
3160
  "isLValue": false,
3161
3161
  "isPure": false,
@@ -3175,18 +3175,18 @@
3175
3175
  "operator": ">>",
3176
3176
  "rightExpression": {
3177
3177
  "expression": {
3178
- "id": 25317,
3178
+ "id": 25364,
3179
3179
  "name": "LayoutOffsets",
3180
3180
  "nodeType": "Identifier",
3181
3181
  "overloadedDeclarations": [],
3182
- "referencedDeclaration": 57425,
3182
+ "referencedDeclaration": 57493,
3183
3183
  "src": "3699:13:54",
3184
3184
  "typeDescriptions": {
3185
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
3185
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
3186
3186
  "typeString": "type(library LayoutOffsets)"
3187
3187
  }
3188
3188
  },
3189
- "id": 25318,
3189
+ "id": 25365,
3190
3190
  "isConstant": false,
3191
3191
  "isLValue": false,
3192
3192
  "isPure": true,
@@ -3194,7 +3194,7 @@
3194
3194
  "memberLocation": "3713:18:54",
3195
3195
  "memberName": "NUM_DYNAMIC_FIELDS",
3196
3196
  "nodeType": "MemberAccess",
3197
- "referencedDeclaration": 57424,
3197
+ "referencedDeclaration": 57492,
3198
3198
  "src": "3699:32:54",
3199
3199
  "typeDescriptions": {
3200
3200
  "typeIdentifier": "t_uint256",
@@ -3215,7 +3215,7 @@
3215
3215
  "typeString": "uint256"
3216
3216
  }
3217
3217
  ],
3218
- "id": 25310,
3218
+ "id": 25357,
3219
3219
  "isConstant": false,
3220
3220
  "isLValue": false,
3221
3221
  "isPure": true,
@@ -3227,14 +3227,14 @@
3227
3227
  "typeString": "type(uint8)"
3228
3228
  },
3229
3229
  "typeName": {
3230
- "id": 25309,
3230
+ "id": 25356,
3231
3231
  "name": "uint8",
3232
3232
  "nodeType": "ElementaryTypeName",
3233
3233
  "src": "3660:5:54",
3234
3234
  "typeDescriptions": {}
3235
3235
  }
3236
3236
  },
3237
- "id": 25320,
3237
+ "id": 25367,
3238
3238
  "isConstant": false,
3239
3239
  "isLValue": false,
3240
3240
  "isPure": false,
@@ -3250,15 +3250,15 @@
3250
3250
  "typeString": "uint8"
3251
3251
  }
3252
3252
  },
3253
- "functionReturnParameters": 25308,
3254
- "id": 25321,
3253
+ "functionReturnParameters": 25355,
3254
+ "id": 25368,
3255
3255
  "nodeType": "Return",
3256
3256
  "src": "3653:79:54"
3257
3257
  }
3258
3258
  ]
3259
3259
  },
3260
3260
  "documentation": {
3261
- "id": 25301,
3261
+ "id": 25348,
3262
3262
  "nodeType": "StructuredDocumentation",
3263
3263
  "src": "3486:75:54",
3264
3264
  "text": " Get the number of dynamic length fields for the field layout"
@@ -3269,41 +3269,41 @@
3269
3269
  "name": "numDynamicFields",
3270
3270
  "nameLocation": "3573:16:54",
3271
3271
  "parameters": {
3272
- "id": 25305,
3272
+ "id": 25352,
3273
3273
  "nodeType": "ParameterList",
3274
3274
  "parameters": [
3275
3275
  {
3276
3276
  "constant": false,
3277
- "id": 25304,
3277
+ "id": 25351,
3278
3278
  "mutability": "mutable",
3279
3279
  "name": "fieldLayout",
3280
3280
  "nameLocation": "3602:11:54",
3281
3281
  "nodeType": "VariableDeclaration",
3282
- "scope": 25323,
3282
+ "scope": 25370,
3283
3283
  "src": "3590:23:54",
3284
3284
  "stateVariable": false,
3285
3285
  "storageLocation": "default",
3286
3286
  "typeDescriptions": {
3287
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3287
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3288
3288
  "typeString": "FieldLayout"
3289
3289
  },
3290
3290
  "typeName": {
3291
- "id": 25303,
3291
+ "id": 25350,
3292
3292
  "nodeType": "UserDefinedTypeName",
3293
3293
  "pathNode": {
3294
- "id": 25302,
3294
+ "id": 25349,
3295
3295
  "name": "FieldLayout",
3296
3296
  "nameLocations": [
3297
3297
  "3590:11:54"
3298
3298
  ],
3299
3299
  "nodeType": "IdentifierPath",
3300
- "referencedDeclaration": 25077,
3300
+ "referencedDeclaration": 25124,
3301
3301
  "src": "3590:11:54"
3302
3302
  },
3303
- "referencedDeclaration": 25077,
3303
+ "referencedDeclaration": 25124,
3304
3304
  "src": "3590:11:54",
3305
3305
  "typeDescriptions": {
3306
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3306
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3307
3307
  "typeString": "FieldLayout"
3308
3308
  }
3309
3309
  },
@@ -3313,17 +3313,17 @@
3313
3313
  "src": "3589:25:54"
3314
3314
  },
3315
3315
  "returnParameters": {
3316
- "id": 25308,
3316
+ "id": 25355,
3317
3317
  "nodeType": "ParameterList",
3318
3318
  "parameters": [
3319
3319
  {
3320
3320
  "constant": false,
3321
- "id": 25307,
3321
+ "id": 25354,
3322
3322
  "mutability": "mutable",
3323
3323
  "name": "",
3324
3324
  "nameLocation": "-1:-1:-1",
3325
3325
  "nodeType": "VariableDeclaration",
3326
- "scope": 25323,
3326
+ "scope": 25370,
3327
3327
  "src": "3638:7:54",
3328
3328
  "stateVariable": false,
3329
3329
  "storageLocation": "default",
@@ -3332,7 +3332,7 @@
3332
3332
  "typeString": "uint256"
3333
3333
  },
3334
3334
  "typeName": {
3335
- "id": 25306,
3335
+ "id": 25353,
3336
3336
  "name": "uint256",
3337
3337
  "nodeType": "ElementaryTypeName",
3338
3338
  "src": "3638:7:54",
@@ -3346,24 +3346,24 @@
3346
3346
  ],
3347
3347
  "src": "3637:9:54"
3348
3348
  },
3349
- "scope": 25495,
3349
+ "scope": 25542,
3350
3350
  "stateMutability": "pure",
3351
3351
  "virtual": false,
3352
3352
  "visibility": "internal"
3353
3353
  },
3354
3354
  {
3355
- "id": 25360,
3355
+ "id": 25407,
3356
3356
  "nodeType": "FunctionDefinition",
3357
3357
  "src": "3810:280:54",
3358
3358
  "nodes": [],
3359
3359
  "body": {
3360
- "id": 25359,
3360
+ "id": 25406,
3361
3361
  "nodeType": "Block",
3362
3362
  "src": "3886:204:54",
3363
3363
  "nodes": [],
3364
3364
  "statements": [
3365
3365
  {
3366
- "id": 25358,
3366
+ "id": 25405,
3367
3367
  "nodeType": "UncheckedBlock",
3368
3368
  "src": "3892:194:54",
3369
3369
  "statements": [
@@ -3373,7 +3373,7 @@
3373
3373
  "typeIdentifier": "t_uint8",
3374
3374
  "typeString": "uint8"
3375
3375
  },
3376
- "id": 25356,
3376
+ "id": 25403,
3377
3377
  "isConstant": false,
3378
3378
  "isLValue": false,
3379
3379
  "isPure": false,
@@ -3385,7 +3385,7 @@
3385
3385
  "typeIdentifier": "t_uint256",
3386
3386
  "typeString": "uint256"
3387
3387
  },
3388
- "id": 25342,
3388
+ "id": 25389,
3389
3389
  "isConstant": false,
3390
3390
  "isLValue": false,
3391
3391
  "isPure": false,
@@ -3397,18 +3397,18 @@
3397
3397
  "expression": {
3398
3398
  "argumentTypes": [],
3399
3399
  "expression": {
3400
- "id": 25336,
3400
+ "id": 25383,
3401
3401
  "name": "fieldLayout",
3402
3402
  "nodeType": "Identifier",
3403
3403
  "overloadedDeclarations": [],
3404
- "referencedDeclaration": 25327,
3404
+ "referencedDeclaration": 25374,
3405
3405
  "src": "3939:11:54",
3406
3406
  "typeDescriptions": {
3407
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3407
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3408
3408
  "typeString": "FieldLayout"
3409
3409
  }
3410
3410
  },
3411
- "id": 25337,
3411
+ "id": 25384,
3412
3412
  "isConstant": false,
3413
3413
  "isLValue": false,
3414
3414
  "isPure": false,
@@ -3416,14 +3416,14 @@
3416
3416
  "memberLocation": "3951:6:54",
3417
3417
  "memberName": "unwrap",
3418
3418
  "nodeType": "MemberAccess",
3419
- "referencedDeclaration": 25494,
3419
+ "referencedDeclaration": 25541,
3420
3420
  "src": "3939:18:54",
3421
3421
  "typeDescriptions": {
3422
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
3422
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
3423
3423
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3424
3424
  }
3425
3425
  },
3426
- "id": 25338,
3426
+ "id": 25385,
3427
3427
  "isConstant": false,
3428
3428
  "isLValue": false,
3429
3429
  "isPure": false,
@@ -3447,7 +3447,7 @@
3447
3447
  "typeString": "bytes32"
3448
3448
  }
3449
3449
  ],
3450
- "id": 25335,
3450
+ "id": 25382,
3451
3451
  "isConstant": false,
3452
3452
  "isLValue": false,
3453
3453
  "isPure": true,
@@ -3459,14 +3459,14 @@
3459
3459
  "typeString": "type(uint256)"
3460
3460
  },
3461
3461
  "typeName": {
3462
- "id": 25334,
3462
+ "id": 25381,
3463
3463
  "name": "uint256",
3464
3464
  "nodeType": "ElementaryTypeName",
3465
3465
  "src": "3931:7:54",
3466
3466
  "typeDescriptions": {}
3467
3467
  }
3468
3468
  },
3469
- "id": 25339,
3469
+ "id": 25386,
3470
3470
  "isConstant": false,
3471
3471
  "isLValue": false,
3472
3472
  "isPure": false,
@@ -3486,18 +3486,18 @@
3486
3486
  "operator": ">>",
3487
3487
  "rightExpression": {
3488
3488
  "expression": {
3489
- "id": 25340,
3489
+ "id": 25387,
3490
3490
  "name": "LayoutOffsets",
3491
3491
  "nodeType": "Identifier",
3492
3492
  "overloadedDeclarations": [],
3493
- "referencedDeclaration": 57425,
3493
+ "referencedDeclaration": 57493,
3494
3494
  "src": "3964:13:54",
3495
3495
  "typeDescriptions": {
3496
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
3496
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
3497
3497
  "typeString": "type(library LayoutOffsets)"
3498
3498
  }
3499
3499
  },
3500
- "id": 25341,
3500
+ "id": 25388,
3501
3501
  "isConstant": false,
3502
3502
  "isLValue": false,
3503
3503
  "isPure": true,
@@ -3505,7 +3505,7 @@
3505
3505
  "memberLocation": "3978:17:54",
3506
3506
  "memberName": "NUM_STATIC_FIELDS",
3507
3507
  "nodeType": "MemberAccess",
3508
- "referencedDeclaration": 57412,
3508
+ "referencedDeclaration": 57480,
3509
3509
  "src": "3964:31:54",
3510
3510
  "typeDescriptions": {
3511
3511
  "typeIdentifier": "t_uint256",
@@ -3526,7 +3526,7 @@
3526
3526
  "typeString": "uint256"
3527
3527
  }
3528
3528
  ],
3529
- "id": 25333,
3529
+ "id": 25380,
3530
3530
  "isConstant": false,
3531
3531
  "isLValue": false,
3532
3532
  "isPure": true,
@@ -3538,14 +3538,14 @@
3538
3538
  "typeString": "type(uint8)"
3539
3539
  },
3540
3540
  "typeName": {
3541
- "id": 25332,
3541
+ "id": 25379,
3542
3542
  "name": "uint8",
3543
3543
  "nodeType": "ElementaryTypeName",
3544
3544
  "src": "3925:5:54",
3545
3545
  "typeDescriptions": {}
3546
3546
  }
3547
3547
  },
3548
- "id": 25343,
3548
+ "id": 25390,
3549
3549
  "isConstant": false,
3550
3550
  "isLValue": false,
3551
3551
  "isPure": false,
@@ -3570,7 +3570,7 @@
3570
3570
  "typeIdentifier": "t_uint256",
3571
3571
  "typeString": "uint256"
3572
3572
  },
3573
- "id": 25354,
3573
+ "id": 25401,
3574
3574
  "isConstant": false,
3575
3575
  "isLValue": false,
3576
3576
  "isPure": false,
@@ -3582,18 +3582,18 @@
3582
3582
  "expression": {
3583
3583
  "argumentTypes": [],
3584
3584
  "expression": {
3585
- "id": 25348,
3585
+ "id": 25395,
3586
3586
  "name": "fieldLayout",
3587
3587
  "nodeType": "Identifier",
3588
3588
  "overloadedDeclarations": [],
3589
- "referencedDeclaration": 25327,
3589
+ "referencedDeclaration": 25374,
3590
3590
  "src": "4021:11:54",
3591
3591
  "typeDescriptions": {
3592
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3592
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3593
3593
  "typeString": "FieldLayout"
3594
3594
  }
3595
3595
  },
3596
- "id": 25349,
3596
+ "id": 25396,
3597
3597
  "isConstant": false,
3598
3598
  "isLValue": false,
3599
3599
  "isPure": false,
@@ -3601,14 +3601,14 @@
3601
3601
  "memberLocation": "4033:6:54",
3602
3602
  "memberName": "unwrap",
3603
3603
  "nodeType": "MemberAccess",
3604
- "referencedDeclaration": 25494,
3604
+ "referencedDeclaration": 25541,
3605
3605
  "src": "4021:18:54",
3606
3606
  "typeDescriptions": {
3607
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
3607
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
3608
3608
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3609
3609
  }
3610
3610
  },
3611
- "id": 25350,
3611
+ "id": 25397,
3612
3612
  "isConstant": false,
3613
3613
  "isLValue": false,
3614
3614
  "isPure": false,
@@ -3632,7 +3632,7 @@
3632
3632
  "typeString": "bytes32"
3633
3633
  }
3634
3634
  ],
3635
- "id": 25347,
3635
+ "id": 25394,
3636
3636
  "isConstant": false,
3637
3637
  "isLValue": false,
3638
3638
  "isPure": true,
@@ -3644,14 +3644,14 @@
3644
3644
  "typeString": "type(uint256)"
3645
3645
  },
3646
3646
  "typeName": {
3647
- "id": 25346,
3647
+ "id": 25393,
3648
3648
  "name": "uint256",
3649
3649
  "nodeType": "ElementaryTypeName",
3650
3650
  "src": "4013:7:54",
3651
3651
  "typeDescriptions": {}
3652
3652
  }
3653
3653
  },
3654
- "id": 25351,
3654
+ "id": 25398,
3655
3655
  "isConstant": false,
3656
3656
  "isLValue": false,
3657
3657
  "isPure": false,
@@ -3671,18 +3671,18 @@
3671
3671
  "operator": ">>",
3672
3672
  "rightExpression": {
3673
3673
  "expression": {
3674
- "id": 25352,
3674
+ "id": 25399,
3675
3675
  "name": "LayoutOffsets",
3676
3676
  "nodeType": "Identifier",
3677
3677
  "overloadedDeclarations": [],
3678
- "referencedDeclaration": 57425,
3678
+ "referencedDeclaration": 57493,
3679
3679
  "src": "4046:13:54",
3680
3680
  "typeDescriptions": {
3681
- "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57425_$",
3681
+ "typeIdentifier": "t_type$_t_contract$_LayoutOffsets_$57493_$",
3682
3682
  "typeString": "type(library LayoutOffsets)"
3683
3683
  }
3684
3684
  },
3685
- "id": 25353,
3685
+ "id": 25400,
3686
3686
  "isConstant": false,
3687
3687
  "isLValue": false,
3688
3688
  "isPure": true,
@@ -3690,7 +3690,7 @@
3690
3690
  "memberLocation": "4060:18:54",
3691
3691
  "memberName": "NUM_DYNAMIC_FIELDS",
3692
3692
  "nodeType": "MemberAccess",
3693
- "referencedDeclaration": 57424,
3693
+ "referencedDeclaration": 57492,
3694
3694
  "src": "4046:32:54",
3695
3695
  "typeDescriptions": {
3696
3696
  "typeIdentifier": "t_uint256",
@@ -3711,7 +3711,7 @@
3711
3711
  "typeString": "uint256"
3712
3712
  }
3713
3713
  ],
3714
- "id": 25345,
3714
+ "id": 25392,
3715
3715
  "isConstant": false,
3716
3716
  "isLValue": false,
3717
3717
  "isPure": true,
@@ -3723,14 +3723,14 @@
3723
3723
  "typeString": "type(uint8)"
3724
3724
  },
3725
3725
  "typeName": {
3726
- "id": 25344,
3726
+ "id": 25391,
3727
3727
  "name": "uint8",
3728
3728
  "nodeType": "ElementaryTypeName",
3729
3729
  "src": "4007:5:54",
3730
3730
  "typeDescriptions": {}
3731
3731
  }
3732
3732
  },
3733
- "id": 25355,
3733
+ "id": 25402,
3734
3734
  "isConstant": false,
3735
3735
  "isLValue": false,
3736
3736
  "isPure": false,
@@ -3752,8 +3752,8 @@
3752
3752
  "typeString": "uint8"
3753
3753
  }
3754
3754
  },
3755
- "functionReturnParameters": 25331,
3756
- "id": 25357,
3755
+ "functionReturnParameters": 25378,
3756
+ "id": 25404,
3757
3757
  "nodeType": "Return",
3758
3758
  "src": "3910:169:54"
3759
3759
  }
@@ -3762,7 +3762,7 @@
3762
3762
  ]
3763
3763
  },
3764
3764
  "documentation": {
3765
- "id": 25324,
3765
+ "id": 25371,
3766
3766
  "nodeType": "StructuredDocumentation",
3767
3767
  "src": "3741:66:54",
3768
3768
  "text": " Get the total number of fields for the field layout"
@@ -3773,41 +3773,41 @@
3773
3773
  "name": "numFields",
3774
3774
  "nameLocation": "3819:9:54",
3775
3775
  "parameters": {
3776
- "id": 25328,
3776
+ "id": 25375,
3777
3777
  "nodeType": "ParameterList",
3778
3778
  "parameters": [
3779
3779
  {
3780
3780
  "constant": false,
3781
- "id": 25327,
3781
+ "id": 25374,
3782
3782
  "mutability": "mutable",
3783
3783
  "name": "fieldLayout",
3784
3784
  "nameLocation": "3841:11:54",
3785
3785
  "nodeType": "VariableDeclaration",
3786
- "scope": 25360,
3786
+ "scope": 25407,
3787
3787
  "src": "3829:23:54",
3788
3788
  "stateVariable": false,
3789
3789
  "storageLocation": "default",
3790
3790
  "typeDescriptions": {
3791
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3791
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3792
3792
  "typeString": "FieldLayout"
3793
3793
  },
3794
3794
  "typeName": {
3795
- "id": 25326,
3795
+ "id": 25373,
3796
3796
  "nodeType": "UserDefinedTypeName",
3797
3797
  "pathNode": {
3798
- "id": 25325,
3798
+ "id": 25372,
3799
3799
  "name": "FieldLayout",
3800
3800
  "nameLocations": [
3801
3801
  "3829:11:54"
3802
3802
  ],
3803
3803
  "nodeType": "IdentifierPath",
3804
- "referencedDeclaration": 25077,
3804
+ "referencedDeclaration": 25124,
3805
3805
  "src": "3829:11:54"
3806
3806
  },
3807
- "referencedDeclaration": 25077,
3807
+ "referencedDeclaration": 25124,
3808
3808
  "src": "3829:11:54",
3809
3809
  "typeDescriptions": {
3810
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3810
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3811
3811
  "typeString": "FieldLayout"
3812
3812
  }
3813
3813
  },
@@ -3817,17 +3817,17 @@
3817
3817
  "src": "3828:25:54"
3818
3818
  },
3819
3819
  "returnParameters": {
3820
- "id": 25331,
3820
+ "id": 25378,
3821
3821
  "nodeType": "ParameterList",
3822
3822
  "parameters": [
3823
3823
  {
3824
3824
  "constant": false,
3825
- "id": 25330,
3825
+ "id": 25377,
3826
3826
  "mutability": "mutable",
3827
3827
  "name": "",
3828
3828
  "nameLocation": "-1:-1:-1",
3829
3829
  "nodeType": "VariableDeclaration",
3830
- "scope": 25360,
3830
+ "scope": 25407,
3831
3831
  "src": "3877:7:54",
3832
3832
  "stateVariable": false,
3833
3833
  "storageLocation": "default",
@@ -3836,7 +3836,7 @@
3836
3836
  "typeString": "uint256"
3837
3837
  },
3838
3838
  "typeName": {
3839
- "id": 25329,
3839
+ "id": 25376,
3840
3840
  "name": "uint256",
3841
3841
  "nodeType": "ElementaryTypeName",
3842
3842
  "src": "3877:7:54",
@@ -3850,18 +3850,18 @@
3850
3850
  ],
3851
3851
  "src": "3876:9:54"
3852
3852
  },
3853
- "scope": 25495,
3853
+ "scope": 25542,
3854
3854
  "stateMutability": "pure",
3855
3855
  "virtual": false,
3856
3856
  "visibility": "internal"
3857
3857
  },
3858
3858
  {
3859
- "id": 25380,
3859
+ "id": 25427,
3860
3860
  "nodeType": "FunctionDefinition",
3861
3861
  "src": "4146:134:54",
3862
3862
  "nodes": [],
3863
3863
  "body": {
3864
- "id": 25379,
3864
+ "id": 25426,
3865
3865
  "nodeType": "Block",
3866
3866
  "src": "4217:63:54",
3867
3867
  "nodes": [],
@@ -3872,7 +3872,7 @@
3872
3872
  "typeIdentifier": "t_bytes32",
3873
3873
  "typeString": "bytes32"
3874
3874
  },
3875
- "id": 25377,
3875
+ "id": 25424,
3876
3876
  "isConstant": false,
3877
3877
  "isLValue": false,
3878
3878
  "isPure": false,
@@ -3880,14 +3880,14 @@
3880
3880
  "leftExpression": {
3881
3881
  "arguments": [
3882
3882
  {
3883
- "id": 25371,
3883
+ "id": 25418,
3884
3884
  "name": "fieldLayout",
3885
3885
  "nodeType": "Identifier",
3886
3886
  "overloadedDeclarations": [],
3887
- "referencedDeclaration": 25364,
3887
+ "referencedDeclaration": 25411,
3888
3888
  "src": "4249:11:54",
3889
3889
  "typeDescriptions": {
3890
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3890
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3891
3891
  "typeString": "FieldLayout"
3892
3892
  }
3893
3893
  }
@@ -3895,23 +3895,23 @@
3895
3895
  "expression": {
3896
3896
  "argumentTypes": [
3897
3897
  {
3898
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
3898
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
3899
3899
  "typeString": "FieldLayout"
3900
3900
  }
3901
3901
  ],
3902
3902
  "expression": {
3903
- "id": 25369,
3903
+ "id": 25416,
3904
3904
  "name": "FieldLayout",
3905
3905
  "nodeType": "Identifier",
3906
3906
  "overloadedDeclarations": [],
3907
- "referencedDeclaration": 25077,
3907
+ "referencedDeclaration": 25124,
3908
3908
  "src": "4230:11:54",
3909
3909
  "typeDescriptions": {
3910
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25077_$",
3910
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25124_$",
3911
3911
  "typeString": "type(FieldLayout)"
3912
3912
  }
3913
3913
  },
3914
- "id": 25370,
3914
+ "id": 25417,
3915
3915
  "isConstant": false,
3916
3916
  "isLValue": false,
3917
3917
  "isPure": true,
@@ -3921,11 +3921,11 @@
3921
3921
  "nodeType": "MemberAccess",
3922
3922
  "src": "4230:18:54",
3923
3923
  "typeDescriptions": {
3924
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$",
3924
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$",
3925
3925
  "typeString": "function (FieldLayout) pure returns (bytes32)"
3926
3926
  }
3927
3927
  },
3928
- "id": 25372,
3928
+ "id": 25419,
3929
3929
  "isConstant": false,
3930
3930
  "isLValue": false,
3931
3931
  "isPure": false,
@@ -3947,7 +3947,7 @@
3947
3947
  "arguments": [
3948
3948
  {
3949
3949
  "hexValue": "30",
3950
- "id": 25375,
3950
+ "id": 25422,
3951
3951
  "isConstant": false,
3952
3952
  "isLValue": false,
3953
3953
  "isPure": true,
@@ -3969,7 +3969,7 @@
3969
3969
  "typeString": "int_const 0"
3970
3970
  }
3971
3971
  ],
3972
- "id": 25374,
3972
+ "id": 25421,
3973
3973
  "isConstant": false,
3974
3974
  "isLValue": false,
3975
3975
  "isPure": true,
@@ -3981,14 +3981,14 @@
3981
3981
  "typeString": "type(bytes32)"
3982
3982
  },
3983
3983
  "typeName": {
3984
- "id": 25373,
3984
+ "id": 25420,
3985
3985
  "name": "bytes32",
3986
3986
  "nodeType": "ElementaryTypeName",
3987
3987
  "src": "4265:7:54",
3988
3988
  "typeDescriptions": {}
3989
3989
  }
3990
3990
  },
3991
- "id": 25376,
3991
+ "id": 25423,
3992
3992
  "isConstant": false,
3993
3993
  "isLValue": false,
3994
3994
  "isPure": true,
@@ -4010,15 +4010,15 @@
4010
4010
  "typeString": "bool"
4011
4011
  }
4012
4012
  },
4013
- "functionReturnParameters": 25368,
4014
- "id": 25378,
4013
+ "functionReturnParameters": 25415,
4014
+ "id": 25425,
4015
4015
  "nodeType": "Return",
4016
4016
  "src": "4223:52:54"
4017
4017
  }
4018
4018
  ]
4019
4019
  },
4020
4020
  "documentation": {
4021
- "id": 25361,
4021
+ "id": 25408,
4022
4022
  "nodeType": "StructuredDocumentation",
4023
4023
  "src": "4094:49:54",
4024
4024
  "text": " Check if the field layout is empty"
@@ -4029,41 +4029,41 @@
4029
4029
  "name": "isEmpty",
4030
4030
  "nameLocation": "4155:7:54",
4031
4031
  "parameters": {
4032
- "id": 25365,
4032
+ "id": 25412,
4033
4033
  "nodeType": "ParameterList",
4034
4034
  "parameters": [
4035
4035
  {
4036
4036
  "constant": false,
4037
- "id": 25364,
4037
+ "id": 25411,
4038
4038
  "mutability": "mutable",
4039
4039
  "name": "fieldLayout",
4040
4040
  "nameLocation": "4175:11:54",
4041
4041
  "nodeType": "VariableDeclaration",
4042
- "scope": 25380,
4042
+ "scope": 25427,
4043
4043
  "src": "4163:23:54",
4044
4044
  "stateVariable": false,
4045
4045
  "storageLocation": "default",
4046
4046
  "typeDescriptions": {
4047
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
4047
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
4048
4048
  "typeString": "FieldLayout"
4049
4049
  },
4050
4050
  "typeName": {
4051
- "id": 25363,
4051
+ "id": 25410,
4052
4052
  "nodeType": "UserDefinedTypeName",
4053
4053
  "pathNode": {
4054
- "id": 25362,
4054
+ "id": 25409,
4055
4055
  "name": "FieldLayout",
4056
4056
  "nameLocations": [
4057
4057
  "4163:11:54"
4058
4058
  ],
4059
4059
  "nodeType": "IdentifierPath",
4060
- "referencedDeclaration": 25077,
4060
+ "referencedDeclaration": 25124,
4061
4061
  "src": "4163:11:54"
4062
4062
  },
4063
- "referencedDeclaration": 25077,
4063
+ "referencedDeclaration": 25124,
4064
4064
  "src": "4163:11:54",
4065
4065
  "typeDescriptions": {
4066
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
4066
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
4067
4067
  "typeString": "FieldLayout"
4068
4068
  }
4069
4069
  },
@@ -4073,17 +4073,17 @@
4073
4073
  "src": "4162:25:54"
4074
4074
  },
4075
4075
  "returnParameters": {
4076
- "id": 25368,
4076
+ "id": 25415,
4077
4077
  "nodeType": "ParameterList",
4078
4078
  "parameters": [
4079
4079
  {
4080
4080
  "constant": false,
4081
- "id": 25367,
4081
+ "id": 25414,
4082
4082
  "mutability": "mutable",
4083
4083
  "name": "",
4084
4084
  "nameLocation": "-1:-1:-1",
4085
4085
  "nodeType": "VariableDeclaration",
4086
- "scope": 25380,
4086
+ "scope": 25427,
4087
4087
  "src": "4211:4:54",
4088
4088
  "stateVariable": false,
4089
4089
  "storageLocation": "default",
@@ -4092,7 +4092,7 @@
4092
4092
  "typeString": "bool"
4093
4093
  },
4094
4094
  "typeName": {
4095
- "id": 25366,
4095
+ "id": 25413,
4096
4096
  "name": "bool",
4097
4097
  "nodeType": "ElementaryTypeName",
4098
4098
  "src": "4211:4:54",
@@ -4106,18 +4106,18 @@
4106
4106
  ],
4107
4107
  "src": "4210:6:54"
4108
4108
  },
4109
- "scope": 25495,
4109
+ "scope": 25542,
4110
4110
  "stateMutability": "pure",
4111
4111
  "virtual": false,
4112
4112
  "visibility": "internal"
4113
4113
  },
4114
4114
  {
4115
- "id": 25479,
4115
+ "id": 25526,
4116
4116
  "nodeType": "FunctionDefinition",
4117
4117
  "src": "4284:1197:54",
4118
4118
  "nodes": [],
4119
4119
  "body": {
4120
- "id": 25478,
4120
+ "id": 25525,
4121
4121
  "nodeType": "Block",
4122
4122
  "src": "4358:1123:54",
4123
4123
  "nodes": [],
@@ -4128,13 +4128,13 @@
4128
4128
  "typeIdentifier": "t_bool",
4129
4129
  "typeString": "bool"
4130
4130
  },
4131
- "id": 25393,
4131
+ "id": 25440,
4132
4132
  "isConstant": false,
4133
4133
  "isLValue": false,
4134
4134
  "isPure": false,
4135
4135
  "lValueRequested": false,
4136
4136
  "leftExpression": {
4137
- "id": 25389,
4137
+ "id": 25436,
4138
4138
  "isConstant": false,
4139
4139
  "isLValue": false,
4140
4140
  "isPure": false,
@@ -4144,11 +4144,11 @@
4144
4144
  "prefix": true,
4145
4145
  "src": "4405:11:54",
4146
4146
  "subExpression": {
4147
- "id": 25388,
4147
+ "id": 25435,
4148
4148
  "name": "allowEmpty",
4149
4149
  "nodeType": "Identifier",
4150
4150
  "overloadedDeclarations": [],
4151
- "referencedDeclaration": 25385,
4151
+ "referencedDeclaration": 25432,
4152
4152
  "src": "4406:10:54",
4153
4153
  "typeDescriptions": {
4154
4154
  "typeIdentifier": "t_bool",
@@ -4167,18 +4167,18 @@
4167
4167
  "expression": {
4168
4168
  "argumentTypes": [],
4169
4169
  "expression": {
4170
- "id": 25390,
4170
+ "id": 25437,
4171
4171
  "name": "fieldLayout",
4172
4172
  "nodeType": "Identifier",
4173
4173
  "overloadedDeclarations": [],
4174
- "referencedDeclaration": 25383,
4174
+ "referencedDeclaration": 25430,
4175
4175
  "src": "4420:11:54",
4176
4176
  "typeDescriptions": {
4177
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
4177
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
4178
4178
  "typeString": "FieldLayout"
4179
4179
  }
4180
4180
  },
4181
- "id": 25391,
4181
+ "id": 25438,
4182
4182
  "isConstant": false,
4183
4183
  "isLValue": false,
4184
4184
  "isPure": false,
@@ -4186,14 +4186,14 @@
4186
4186
  "memberLocation": "4432:7:54",
4187
4187
  "memberName": "isEmpty",
4188
4188
  "nodeType": "MemberAccess",
4189
- "referencedDeclaration": 25380,
4189
+ "referencedDeclaration": 25427,
4190
4190
  "src": "4420:19:54",
4191
4191
  "typeDescriptions": {
4192
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bool_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
4192
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bool_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
4193
4193
  "typeString": "function (FieldLayout) pure returns (bool)"
4194
4194
  }
4195
4195
  },
4196
- "id": 25392,
4196
+ "id": 25439,
4197
4197
  "isConstant": false,
4198
4198
  "isLValue": false,
4199
4199
  "isPure": false,
@@ -4215,7 +4215,7 @@
4215
4215
  "typeString": "bool"
4216
4216
  }
4217
4217
  },
4218
- "id": 25400,
4218
+ "id": 25447,
4219
4219
  "nodeType": "IfStatement",
4220
4220
  "src": "4401:95:54",
4221
4221
  "trueBody": {
@@ -4223,7 +4223,7 @@
4223
4223
  "arguments": [
4224
4224
  {
4225
4225
  "hexValue": "30",
4226
- "id": 25397,
4226
+ "id": 25444,
4227
4227
  "isConstant": false,
4228
4228
  "isLValue": false,
4229
4229
  "isPure": true,
@@ -4246,18 +4246,18 @@
4246
4246
  }
4247
4247
  ],
4248
4248
  "expression": {
4249
- "id": 25394,
4249
+ "id": 25441,
4250
4250
  "name": "FieldLayoutLib",
4251
4251
  "nodeType": "Identifier",
4252
4252
  "overloadedDeclarations": [],
4253
- "referencedDeclaration": 25222,
4253
+ "referencedDeclaration": 25269,
4254
4254
  "src": "4450:14:54",
4255
4255
  "typeDescriptions": {
4256
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25222_$",
4256
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25269_$",
4257
4257
  "typeString": "type(library FieldLayoutLib)"
4258
4258
  }
4259
4259
  },
4260
- "id": 25396,
4260
+ "id": 25443,
4261
4261
  "isConstant": false,
4262
4262
  "isLValue": false,
4263
4263
  "isPure": false,
@@ -4265,14 +4265,14 @@
4265
4265
  "memberLocation": "4465:28:54",
4266
4266
  "memberName": "FieldLayoutLib_InvalidLength",
4267
4267
  "nodeType": "MemberAccess",
4268
- "referencedDeclaration": 25086,
4268
+ "referencedDeclaration": 25133,
4269
4269
  "src": "4450:43:54",
4270
4270
  "typeDescriptions": {
4271
4271
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
4272
4272
  "typeString": "function (uint256) pure"
4273
4273
  }
4274
4274
  },
4275
- "id": 25398,
4275
+ "id": 25445,
4276
4276
  "isConstant": false,
4277
4277
  "isLValue": false,
4278
4278
  "isPure": false,
@@ -4288,24 +4288,24 @@
4288
4288
  "typeString": "tuple()"
4289
4289
  }
4290
4290
  },
4291
- "id": 25399,
4291
+ "id": 25446,
4292
4292
  "nodeType": "RevertStatement",
4293
4293
  "src": "4443:53:54"
4294
4294
  }
4295
4295
  },
4296
4296
  {
4297
4297
  "assignments": [
4298
- 25402
4298
+ 25449
4299
4299
  ],
4300
4300
  "declarations": [
4301
4301
  {
4302
4302
  "constant": false,
4303
- "id": 25402,
4303
+ "id": 25449,
4304
4304
  "mutability": "mutable",
4305
4305
  "name": "_numDynamicFields",
4306
4306
  "nameLocation": "4572:17:54",
4307
4307
  "nodeType": "VariableDeclaration",
4308
- "scope": 25478,
4308
+ "scope": 25525,
4309
4309
  "src": "4564:25:54",
4310
4310
  "stateVariable": false,
4311
4311
  "storageLocation": "default",
@@ -4314,7 +4314,7 @@
4314
4314
  "typeString": "uint256"
4315
4315
  },
4316
4316
  "typeName": {
4317
- "id": 25401,
4317
+ "id": 25448,
4318
4318
  "name": "uint256",
4319
4319
  "nodeType": "ElementaryTypeName",
4320
4320
  "src": "4564:7:54",
@@ -4326,24 +4326,24 @@
4326
4326
  "visibility": "internal"
4327
4327
  }
4328
4328
  ],
4329
- "id": 25406,
4329
+ "id": 25453,
4330
4330
  "initialValue": {
4331
4331
  "arguments": [],
4332
4332
  "expression": {
4333
4333
  "argumentTypes": [],
4334
4334
  "expression": {
4335
- "id": 25403,
4335
+ "id": 25450,
4336
4336
  "name": "fieldLayout",
4337
4337
  "nodeType": "Identifier",
4338
4338
  "overloadedDeclarations": [],
4339
- "referencedDeclaration": 25383,
4339
+ "referencedDeclaration": 25430,
4340
4340
  "src": "4592:11:54",
4341
4341
  "typeDescriptions": {
4342
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
4342
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
4343
4343
  "typeString": "FieldLayout"
4344
4344
  }
4345
4345
  },
4346
- "id": 25404,
4346
+ "id": 25451,
4347
4347
  "isConstant": false,
4348
4348
  "isLValue": false,
4349
4349
  "isPure": false,
@@ -4351,14 +4351,14 @@
4351
4351
  "memberLocation": "4604:16:54",
4352
4352
  "memberName": "numDynamicFields",
4353
4353
  "nodeType": "MemberAccess",
4354
- "referencedDeclaration": 25323,
4354
+ "referencedDeclaration": 25370,
4355
4355
  "src": "4592:28:54",
4356
4356
  "typeDescriptions": {
4357
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
4357
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
4358
4358
  "typeString": "function (FieldLayout) pure returns (uint256)"
4359
4359
  }
4360
4360
  },
4361
- "id": 25405,
4361
+ "id": 25452,
4362
4362
  "isConstant": false,
4363
4363
  "isLValue": false,
4364
4364
  "isPure": false,
@@ -4383,17 +4383,17 @@
4383
4383
  "typeIdentifier": "t_uint256",
4384
4384
  "typeString": "uint256"
4385
4385
  },
4386
- "id": 25409,
4386
+ "id": 25456,
4387
4387
  "isConstant": false,
4388
4388
  "isLValue": false,
4389
4389
  "isPure": false,
4390
4390
  "lValueRequested": false,
4391
4391
  "leftExpression": {
4392
- "id": 25407,
4392
+ "id": 25454,
4393
4393
  "name": "_numDynamicFields",
4394
4394
  "nodeType": "Identifier",
4395
4395
  "overloadedDeclarations": [],
4396
- "referencedDeclaration": 25402,
4396
+ "referencedDeclaration": 25449,
4397
4397
  "src": "4632:17:54",
4398
4398
  "typeDescriptions": {
4399
4399
  "typeIdentifier": "t_uint256",
@@ -4403,11 +4403,11 @@
4403
4403
  "nodeType": "BinaryOperation",
4404
4404
  "operator": ">",
4405
4405
  "rightExpression": {
4406
- "id": 25408,
4406
+ "id": 25455,
4407
4407
  "name": "MAX_DYNAMIC_FIELDS",
4408
4408
  "nodeType": "Identifier",
4409
4409
  "overloadedDeclarations": [],
4410
- "referencedDeclaration": 57394,
4410
+ "referencedDeclaration": 57462,
4411
4411
  "src": "4652:18:54",
4412
4412
  "typeDescriptions": {
4413
4413
  "typeIdentifier": "t_uint256",
@@ -4420,18 +4420,18 @@
4420
4420
  "typeString": "bool"
4421
4421
  }
4422
4422
  },
4423
- "id": 25416,
4423
+ "id": 25463,
4424
4424
  "nodeType": "IfStatement",
4425
4425
  "src": "4628:113:54",
4426
4426
  "trueBody": {
4427
4427
  "errorCall": {
4428
4428
  "arguments": [
4429
4429
  {
4430
- "id": 25413,
4430
+ "id": 25460,
4431
4431
  "name": "_numDynamicFields",
4432
4432
  "nodeType": "Identifier",
4433
4433
  "overloadedDeclarations": [],
4434
- "referencedDeclaration": 25402,
4434
+ "referencedDeclaration": 25449,
4435
4435
  "src": "4723:17:54",
4436
4436
  "typeDescriptions": {
4437
4437
  "typeIdentifier": "t_uint256",
@@ -4447,18 +4447,18 @@
4447
4447
  }
4448
4448
  ],
4449
4449
  "expression": {
4450
- "id": 25410,
4450
+ "id": 25457,
4451
4451
  "name": "FieldLayoutLib",
4452
4452
  "nodeType": "Identifier",
4453
4453
  "overloadedDeclarations": [],
4454
- "referencedDeclaration": 25222,
4454
+ "referencedDeclaration": 25269,
4455
4455
  "src": "4679:14:54",
4456
4456
  "typeDescriptions": {
4457
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25222_$",
4457
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25269_$",
4458
4458
  "typeString": "type(library FieldLayoutLib)"
4459
4459
  }
4460
4460
  },
4461
- "id": 25412,
4461
+ "id": 25459,
4462
4462
  "isConstant": false,
4463
4463
  "isLValue": false,
4464
4464
  "isPure": false,
@@ -4466,14 +4466,14 @@
4466
4466
  "memberLocation": "4694:28:54",
4467
4467
  "memberName": "FieldLayoutLib_InvalidLength",
4468
4468
  "nodeType": "MemberAccess",
4469
- "referencedDeclaration": 25086,
4469
+ "referencedDeclaration": 25133,
4470
4470
  "src": "4679:43:54",
4471
4471
  "typeDescriptions": {
4472
4472
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
4473
4473
  "typeString": "function (uint256) pure"
4474
4474
  }
4475
4475
  },
4476
- "id": 25414,
4476
+ "id": 25461,
4477
4477
  "isConstant": false,
4478
4478
  "isLValue": false,
4479
4479
  "isPure": false,
@@ -4489,24 +4489,24 @@
4489
4489
  "typeString": "tuple()"
4490
4490
  }
4491
4491
  },
4492
- "id": 25415,
4492
+ "id": 25462,
4493
4493
  "nodeType": "RevertStatement",
4494
4494
  "src": "4672:69:54"
4495
4495
  }
4496
4496
  },
4497
4497
  {
4498
4498
  "assignments": [
4499
- 25418
4499
+ 25465
4500
4500
  ],
4501
4501
  "declarations": [
4502
4502
  {
4503
4503
  "constant": false,
4504
- "id": 25418,
4504
+ "id": 25465,
4505
4505
  "mutability": "mutable",
4506
4506
  "name": "_numStaticFields",
4507
4507
  "nameLocation": "4756:16:54",
4508
4508
  "nodeType": "VariableDeclaration",
4509
- "scope": 25478,
4509
+ "scope": 25525,
4510
4510
  "src": "4748:24:54",
4511
4511
  "stateVariable": false,
4512
4512
  "storageLocation": "default",
@@ -4515,7 +4515,7 @@
4515
4515
  "typeString": "uint256"
4516
4516
  },
4517
4517
  "typeName": {
4518
- "id": 25417,
4518
+ "id": 25464,
4519
4519
  "name": "uint256",
4520
4520
  "nodeType": "ElementaryTypeName",
4521
4521
  "src": "4748:7:54",
@@ -4527,24 +4527,24 @@
4527
4527
  "visibility": "internal"
4528
4528
  }
4529
4529
  ],
4530
- "id": 25422,
4530
+ "id": 25469,
4531
4531
  "initialValue": {
4532
4532
  "arguments": [],
4533
4533
  "expression": {
4534
4534
  "argumentTypes": [],
4535
4535
  "expression": {
4536
- "id": 25419,
4536
+ "id": 25466,
4537
4537
  "name": "fieldLayout",
4538
4538
  "nodeType": "Identifier",
4539
4539
  "overloadedDeclarations": [],
4540
- "referencedDeclaration": 25383,
4540
+ "referencedDeclaration": 25430,
4541
4541
  "src": "4775:11:54",
4542
4542
  "typeDescriptions": {
4543
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
4543
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
4544
4544
  "typeString": "FieldLayout"
4545
4545
  }
4546
4546
  },
4547
- "id": 25420,
4547
+ "id": 25467,
4548
4548
  "isConstant": false,
4549
4549
  "isLValue": false,
4550
4550
  "isPure": false,
@@ -4552,14 +4552,14 @@
4552
4552
  "memberLocation": "4787:15:54",
4553
4553
  "memberName": "numStaticFields",
4554
4554
  "nodeType": "MemberAccess",
4555
- "referencedDeclaration": 25300,
4555
+ "referencedDeclaration": 25347,
4556
4556
  "src": "4775:27:54",
4557
4557
  "typeDescriptions": {
4558
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
4558
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
4559
4559
  "typeString": "function (FieldLayout) pure returns (uint256)"
4560
4560
  }
4561
4561
  },
4562
- "id": 25421,
4562
+ "id": 25468,
4563
4563
  "isConstant": false,
4564
4564
  "isLValue": false,
4565
4565
  "isPure": false,
@@ -4580,17 +4580,17 @@
4580
4580
  },
4581
4581
  {
4582
4582
  "assignments": [
4583
- 25424
4583
+ 25471
4584
4584
  ],
4585
4585
  "declarations": [
4586
4586
  {
4587
4587
  "constant": false,
4588
- "id": 25424,
4588
+ "id": 25471,
4589
4589
  "mutability": "mutable",
4590
4590
  "name": "_numTotalFields",
4591
4591
  "nameLocation": "4887:15:54",
4592
4592
  "nodeType": "VariableDeclaration",
4593
- "scope": 25478,
4593
+ "scope": 25525,
4594
4594
  "src": "4879:23:54",
4595
4595
  "stateVariable": false,
4596
4596
  "storageLocation": "default",
@@ -4599,7 +4599,7 @@
4599
4599
  "typeString": "uint256"
4600
4600
  },
4601
4601
  "typeName": {
4602
- "id": 25423,
4602
+ "id": 25470,
4603
4603
  "name": "uint256",
4604
4604
  "nodeType": "ElementaryTypeName",
4605
4605
  "src": "4879:7:54",
@@ -4611,23 +4611,23 @@
4611
4611
  "visibility": "internal"
4612
4612
  }
4613
4613
  ],
4614
- "id": 25428,
4614
+ "id": 25475,
4615
4615
  "initialValue": {
4616
4616
  "commonType": {
4617
4617
  "typeIdentifier": "t_uint256",
4618
4618
  "typeString": "uint256"
4619
4619
  },
4620
- "id": 25427,
4620
+ "id": 25474,
4621
4621
  "isConstant": false,
4622
4622
  "isLValue": false,
4623
4623
  "isPure": false,
4624
4624
  "lValueRequested": false,
4625
4625
  "leftExpression": {
4626
- "id": 25425,
4626
+ "id": 25472,
4627
4627
  "name": "_numStaticFields",
4628
4628
  "nodeType": "Identifier",
4629
4629
  "overloadedDeclarations": [],
4630
- "referencedDeclaration": 25418,
4630
+ "referencedDeclaration": 25465,
4631
4631
  "src": "4905:16:54",
4632
4632
  "typeDescriptions": {
4633
4633
  "typeIdentifier": "t_uint256",
@@ -4637,11 +4637,11 @@
4637
4637
  "nodeType": "BinaryOperation",
4638
4638
  "operator": "+",
4639
4639
  "rightExpression": {
4640
- "id": 25426,
4640
+ "id": 25473,
4641
4641
  "name": "_numDynamicFields",
4642
4642
  "nodeType": "Identifier",
4643
4643
  "overloadedDeclarations": [],
4644
- "referencedDeclaration": 25402,
4644
+ "referencedDeclaration": 25449,
4645
4645
  "src": "4924:17:54",
4646
4646
  "typeDescriptions": {
4647
4647
  "typeIdentifier": "t_uint256",
@@ -4663,17 +4663,17 @@
4663
4663
  "typeIdentifier": "t_uint256",
4664
4664
  "typeString": "uint256"
4665
4665
  },
4666
- "id": 25431,
4666
+ "id": 25478,
4667
4667
  "isConstant": false,
4668
4668
  "isLValue": false,
4669
4669
  "isPure": false,
4670
4670
  "lValueRequested": false,
4671
4671
  "leftExpression": {
4672
- "id": 25429,
4672
+ "id": 25476,
4673
4673
  "name": "_numTotalFields",
4674
4674
  "nodeType": "Identifier",
4675
4675
  "overloadedDeclarations": [],
4676
- "referencedDeclaration": 25424,
4676
+ "referencedDeclaration": 25471,
4677
4677
  "src": "4951:15:54",
4678
4678
  "typeDescriptions": {
4679
4679
  "typeIdentifier": "t_uint256",
@@ -4683,11 +4683,11 @@
4683
4683
  "nodeType": "BinaryOperation",
4684
4684
  "operator": ">",
4685
4685
  "rightExpression": {
4686
- "id": 25430,
4686
+ "id": 25477,
4687
4687
  "name": "MAX_TOTAL_FIELDS",
4688
4688
  "nodeType": "Identifier",
4689
4689
  "overloadedDeclarations": [],
4690
- "referencedDeclaration": 57388,
4690
+ "referencedDeclaration": 57456,
4691
4691
  "src": "4969:16:54",
4692
4692
  "typeDescriptions": {
4693
4693
  "typeIdentifier": "t_uint256",
@@ -4700,18 +4700,18 @@
4700
4700
  "typeString": "bool"
4701
4701
  }
4702
4702
  },
4703
- "id": 25438,
4703
+ "id": 25485,
4704
4704
  "nodeType": "IfStatement",
4705
4705
  "src": "4947:107:54",
4706
4706
  "trueBody": {
4707
4707
  "errorCall": {
4708
4708
  "arguments": [
4709
4709
  {
4710
- "id": 25435,
4710
+ "id": 25482,
4711
4711
  "name": "_numTotalFields",
4712
4712
  "nodeType": "Identifier",
4713
4713
  "overloadedDeclarations": [],
4714
- "referencedDeclaration": 25424,
4714
+ "referencedDeclaration": 25471,
4715
4715
  "src": "5038:15:54",
4716
4716
  "typeDescriptions": {
4717
4717
  "typeIdentifier": "t_uint256",
@@ -4727,18 +4727,18 @@
4727
4727
  }
4728
4728
  ],
4729
4729
  "expression": {
4730
- "id": 25432,
4730
+ "id": 25479,
4731
4731
  "name": "FieldLayoutLib",
4732
4732
  "nodeType": "Identifier",
4733
4733
  "overloadedDeclarations": [],
4734
- "referencedDeclaration": 25222,
4734
+ "referencedDeclaration": 25269,
4735
4735
  "src": "4994:14:54",
4736
4736
  "typeDescriptions": {
4737
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25222_$",
4737
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25269_$",
4738
4738
  "typeString": "type(library FieldLayoutLib)"
4739
4739
  }
4740
4740
  },
4741
- "id": 25434,
4741
+ "id": 25481,
4742
4742
  "isConstant": false,
4743
4743
  "isLValue": false,
4744
4744
  "isPure": false,
@@ -4746,14 +4746,14 @@
4746
4746
  "memberLocation": "5009:28:54",
4747
4747
  "memberName": "FieldLayoutLib_InvalidLength",
4748
4748
  "nodeType": "MemberAccess",
4749
- "referencedDeclaration": 25086,
4749
+ "referencedDeclaration": 25133,
4750
4750
  "src": "4994:43:54",
4751
4751
  "typeDescriptions": {
4752
4752
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
4753
4753
  "typeString": "function (uint256) pure"
4754
4754
  }
4755
4755
  },
4756
- "id": 25436,
4756
+ "id": 25483,
4757
4757
  "isConstant": false,
4758
4758
  "isLValue": false,
4759
4759
  "isPure": false,
@@ -4769,30 +4769,30 @@
4769
4769
  "typeString": "tuple()"
4770
4770
  }
4771
4771
  },
4772
- "id": 25437,
4772
+ "id": 25484,
4773
4773
  "nodeType": "RevertStatement",
4774
4774
  "src": "4987:67:54"
4775
4775
  }
4776
4776
  },
4777
4777
  {
4778
4778
  "body": {
4779
- "id": 25476,
4779
+ "id": 25523,
4780
4780
  "nodeType": "Block",
4781
4781
  "src": "5137:340:54",
4782
4782
  "statements": [
4783
4783
  {
4784
4784
  "assignments": [
4785
- 25446
4785
+ 25493
4786
4786
  ],
4787
4787
  "declarations": [
4788
4788
  {
4789
4789
  "constant": false,
4790
- "id": 25446,
4790
+ "id": 25493,
4791
4791
  "mutability": "mutable",
4792
4792
  "name": "staticByteLength",
4793
4793
  "nameLocation": "5153:16:54",
4794
4794
  "nodeType": "VariableDeclaration",
4795
- "scope": 25476,
4795
+ "scope": 25523,
4796
4796
  "src": "5145:24:54",
4797
4797
  "stateVariable": false,
4798
4798
  "storageLocation": "default",
@@ -4801,7 +4801,7 @@
4801
4801
  "typeString": "uint256"
4802
4802
  },
4803
4803
  "typeName": {
4804
- "id": 25445,
4804
+ "id": 25492,
4805
4805
  "name": "uint256",
4806
4806
  "nodeType": "ElementaryTypeName",
4807
4807
  "src": "5145:7:54",
@@ -4813,15 +4813,15 @@
4813
4813
  "visibility": "internal"
4814
4814
  }
4815
4815
  ],
4816
- "id": 25451,
4816
+ "id": 25498,
4817
4817
  "initialValue": {
4818
4818
  "arguments": [
4819
4819
  {
4820
- "id": 25449,
4820
+ "id": 25496,
4821
4821
  "name": "i",
4822
4822
  "nodeType": "Identifier",
4823
4823
  "overloadedDeclarations": [],
4824
- "referencedDeclaration": 25440,
4824
+ "referencedDeclaration": 25487,
4825
4825
  "src": "5192:1:54",
4826
4826
  "typeDescriptions": {
4827
4827
  "typeIdentifier": "t_uint256",
@@ -4837,18 +4837,18 @@
4837
4837
  }
4838
4838
  ],
4839
4839
  "expression": {
4840
- "id": 25447,
4840
+ "id": 25494,
4841
4841
  "name": "fieldLayout",
4842
4842
  "nodeType": "Identifier",
4843
4843
  "overloadedDeclarations": [],
4844
- "referencedDeclaration": 25383,
4844
+ "referencedDeclaration": 25430,
4845
4845
  "src": "5172:11:54",
4846
4846
  "typeDescriptions": {
4847
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
4847
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
4848
4848
  "typeString": "FieldLayout"
4849
4849
  }
4850
4850
  },
4851
- "id": 25448,
4851
+ "id": 25495,
4852
4852
  "isConstant": false,
4853
4853
  "isLValue": false,
4854
4854
  "isPure": false,
@@ -4856,14 +4856,14 @@
4856
4856
  "memberLocation": "5184:7:54",
4857
4857
  "memberName": "atIndex",
4858
4858
  "nodeType": "MemberAccess",
4859
- "referencedDeclaration": 25256,
4859
+ "referencedDeclaration": 25303,
4860
4860
  "src": "5172:19:54",
4861
4861
  "typeDescriptions": {
4862
- "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25077_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$25077_$",
4862
+ "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_FieldLayout_$25124_$_t_uint256_$returns$_t_uint256_$attached_to$_t_userDefinedValueType$_FieldLayout_$25124_$",
4863
4863
  "typeString": "function (FieldLayout,uint256) pure returns (uint256)"
4864
4864
  }
4865
4865
  },
4866
- "id": 25450,
4866
+ "id": 25497,
4867
4867
  "isConstant": false,
4868
4868
  "isLValue": false,
4869
4869
  "isPure": false,
@@ -4888,17 +4888,17 @@
4888
4888
  "typeIdentifier": "t_uint256",
4889
4889
  "typeString": "uint256"
4890
4890
  },
4891
- "id": 25454,
4891
+ "id": 25501,
4892
4892
  "isConstant": false,
4893
4893
  "isLValue": false,
4894
4894
  "isPure": false,
4895
4895
  "lValueRequested": false,
4896
4896
  "leftExpression": {
4897
- "id": 25452,
4897
+ "id": 25499,
4898
4898
  "name": "staticByteLength",
4899
4899
  "nodeType": "Identifier",
4900
4900
  "overloadedDeclarations": [],
4901
- "referencedDeclaration": 25446,
4901
+ "referencedDeclaration": 25493,
4902
4902
  "src": "5206:16:54",
4903
4903
  "typeDescriptions": {
4904
4904
  "typeIdentifier": "t_uint256",
@@ -4909,7 +4909,7 @@
4909
4909
  "operator": "==",
4910
4910
  "rightExpression": {
4911
4911
  "hexValue": "30",
4912
- "id": 25453,
4912
+ "id": 25500,
4913
4913
  "isConstant": false,
4914
4914
  "isLValue": false,
4915
4915
  "isPure": true,
@@ -4935,17 +4935,17 @@
4935
4935
  "typeIdentifier": "t_uint256",
4936
4936
  "typeString": "uint256"
4937
4937
  },
4938
- "id": 25463,
4938
+ "id": 25510,
4939
4939
  "isConstant": false,
4940
4940
  "isLValue": false,
4941
4941
  "isPure": false,
4942
4942
  "lValueRequested": false,
4943
4943
  "leftExpression": {
4944
- "id": 25461,
4944
+ "id": 25508,
4945
4945
  "name": "staticByteLength",
4946
4946
  "nodeType": "Identifier",
4947
4947
  "overloadedDeclarations": [],
4948
- "referencedDeclaration": 25446,
4948
+ "referencedDeclaration": 25493,
4949
4949
  "src": "5315:16:54",
4950
4950
  "typeDescriptions": {
4951
4951
  "typeIdentifier": "t_uint256",
@@ -4955,11 +4955,11 @@
4955
4955
  "nodeType": "BinaryOperation",
4956
4956
  "operator": ">",
4957
4957
  "rightExpression": {
4958
- "id": 25462,
4958
+ "id": 25509,
4959
4959
  "name": "WORD_SIZE",
4960
4960
  "nodeType": "Identifier",
4961
4961
  "overloadedDeclarations": [],
4962
- "referencedDeclaration": 57379,
4962
+ "referencedDeclaration": 57447,
4963
4963
  "src": "5334:9:54",
4964
4964
  "typeDescriptions": {
4965
4965
  "typeIdentifier": "t_uint256",
@@ -4972,11 +4972,11 @@
4972
4972
  "typeString": "bool"
4973
4973
  }
4974
4974
  },
4975
- "id": 25470,
4975
+ "id": 25517,
4976
4976
  "nodeType": "IfStatement",
4977
4977
  "src": "5311:121:54",
4978
4978
  "trueBody": {
4979
- "id": 25469,
4979
+ "id": 25516,
4980
4980
  "nodeType": "Block",
4981
4981
  "src": "5345:87:54",
4982
4982
  "statements": [
@@ -4986,18 +4986,18 @@
4986
4986
  "expression": {
4987
4987
  "argumentTypes": [],
4988
4988
  "expression": {
4989
- "id": 25464,
4989
+ "id": 25511,
4990
4990
  "name": "FieldLayoutLib",
4991
4991
  "nodeType": "Identifier",
4992
4992
  "overloadedDeclarations": [],
4993
- "referencedDeclaration": 25222,
4993
+ "referencedDeclaration": 25269,
4994
4994
  "src": "5362:14:54",
4995
4995
  "typeDescriptions": {
4996
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25222_$",
4996
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25269_$",
4997
4997
  "typeString": "type(library FieldLayoutLib)"
4998
4998
  }
4999
4999
  },
5000
- "id": 25466,
5000
+ "id": 25513,
5001
5001
  "isConstant": false,
5002
5002
  "isLValue": false,
5003
5003
  "isPure": false,
@@ -5005,14 +5005,14 @@
5005
5005
  "memberLocation": "5377:44:54",
5006
5006
  "memberName": "FieldLayoutLib_StaticLengthDoesNotFitInAWord",
5007
5007
  "nodeType": "MemberAccess",
5008
- "referencedDeclaration": 25090,
5008
+ "referencedDeclaration": 25137,
5009
5009
  "src": "5362:59:54",
5010
5010
  "typeDescriptions": {
5011
5011
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
5012
5012
  "typeString": "function () pure"
5013
5013
  }
5014
5014
  },
5015
- "id": 25467,
5015
+ "id": 25514,
5016
5016
  "isConstant": false,
5017
5017
  "isLValue": false,
5018
5018
  "isPure": false,
@@ -5028,18 +5028,18 @@
5028
5028
  "typeString": "tuple()"
5029
5029
  }
5030
5030
  },
5031
- "id": 25468,
5031
+ "id": 25515,
5032
5032
  "nodeType": "RevertStatement",
5033
5033
  "src": "5355:68:54"
5034
5034
  }
5035
5035
  ]
5036
5036
  }
5037
5037
  },
5038
- "id": 25471,
5038
+ "id": 25518,
5039
5039
  "nodeType": "IfStatement",
5040
5040
  "src": "5202:230:54",
5041
5041
  "trueBody": {
5042
- "id": 25460,
5042
+ "id": 25507,
5043
5043
  "nodeType": "Block",
5044
5044
  "src": "5229:76:54",
5045
5045
  "statements": [
@@ -5049,18 +5049,18 @@
5049
5049
  "expression": {
5050
5050
  "argumentTypes": [],
5051
5051
  "expression": {
5052
- "id": 25455,
5052
+ "id": 25502,
5053
5053
  "name": "FieldLayoutLib",
5054
5054
  "nodeType": "Identifier",
5055
5055
  "overloadedDeclarations": [],
5056
- "referencedDeclaration": 25222,
5056
+ "referencedDeclaration": 25269,
5057
5057
  "src": "5246:14:54",
5058
5058
  "typeDescriptions": {
5059
- "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25222_$",
5059
+ "typeIdentifier": "t_type$_t_contract$_FieldLayoutLib_$25269_$",
5060
5060
  "typeString": "type(library FieldLayoutLib)"
5061
5061
  }
5062
5062
  },
5063
- "id": 25457,
5063
+ "id": 25504,
5064
5064
  "isConstant": false,
5065
5065
  "isLValue": false,
5066
5066
  "isPure": false,
@@ -5068,14 +5068,14 @@
5068
5068
  "memberLocation": "5261:33:54",
5069
5069
  "memberName": "FieldLayoutLib_StaticLengthIsZero",
5070
5070
  "nodeType": "MemberAccess",
5071
- "referencedDeclaration": 25088,
5071
+ "referencedDeclaration": 25135,
5072
5072
  "src": "5246:48:54",
5073
5073
  "typeDescriptions": {
5074
5074
  "typeIdentifier": "t_function_error_pure$__$returns$__$",
5075
5075
  "typeString": "function () pure"
5076
5076
  }
5077
5077
  },
5078
- "id": 25458,
5078
+ "id": 25505,
5079
5079
  "isConstant": false,
5080
5080
  "isLValue": false,
5081
5081
  "isPure": false,
@@ -5091,7 +5091,7 @@
5091
5091
  "typeString": "tuple()"
5092
5092
  }
5093
5093
  },
5094
- "id": 25459,
5094
+ "id": 25506,
5095
5095
  "nodeType": "RevertStatement",
5096
5096
  "src": "5239:57:54"
5097
5097
  }
@@ -5099,13 +5099,13 @@
5099
5099
  }
5100
5100
  },
5101
5101
  {
5102
- "id": 25475,
5102
+ "id": 25522,
5103
5103
  "nodeType": "UncheckedBlock",
5104
5104
  "src": "5439:32:54",
5105
5105
  "statements": [
5106
5106
  {
5107
5107
  "expression": {
5108
- "id": 25473,
5108
+ "id": 25520,
5109
5109
  "isConstant": false,
5110
5110
  "isLValue": false,
5111
5111
  "isPure": false,
@@ -5115,11 +5115,11 @@
5115
5115
  "prefix": false,
5116
5116
  "src": "5459:3:54",
5117
5117
  "subExpression": {
5118
- "id": 25472,
5118
+ "id": 25519,
5119
5119
  "name": "i",
5120
5120
  "nodeType": "Identifier",
5121
5121
  "overloadedDeclarations": [],
5122
- "referencedDeclaration": 25440,
5122
+ "referencedDeclaration": 25487,
5123
5123
  "src": "5459:1:54",
5124
5124
  "typeDescriptions": {
5125
5125
  "typeIdentifier": "t_uint256",
@@ -5131,7 +5131,7 @@
5131
5131
  "typeString": "uint256"
5132
5132
  }
5133
5133
  },
5134
- "id": 25474,
5134
+ "id": 25521,
5135
5135
  "nodeType": "ExpressionStatement",
5136
5136
  "src": "5459:3:54"
5137
5137
  }
@@ -5144,17 +5144,17 @@
5144
5144
  "typeIdentifier": "t_uint256",
5145
5145
  "typeString": "uint256"
5146
5146
  },
5147
- "id": 25444,
5147
+ "id": 25491,
5148
5148
  "isConstant": false,
5149
5149
  "isLValue": false,
5150
5150
  "isPure": false,
5151
5151
  "lValueRequested": false,
5152
5152
  "leftExpression": {
5153
- "id": 25442,
5153
+ "id": 25489,
5154
5154
  "name": "i",
5155
5155
  "nodeType": "Identifier",
5156
5156
  "overloadedDeclarations": [],
5157
- "referencedDeclaration": 25440,
5157
+ "referencedDeclaration": 25487,
5158
5158
  "src": "5113:1:54",
5159
5159
  "typeDescriptions": {
5160
5160
  "typeIdentifier": "t_uint256",
@@ -5164,11 +5164,11 @@
5164
5164
  "nodeType": "BinaryOperation",
5165
5165
  "operator": "<",
5166
5166
  "rightExpression": {
5167
- "id": 25443,
5167
+ "id": 25490,
5168
5168
  "name": "_numStaticFields",
5169
5169
  "nodeType": "Identifier",
5170
5170
  "overloadedDeclarations": [],
5171
- "referencedDeclaration": 25418,
5171
+ "referencedDeclaration": 25465,
5172
5172
  "src": "5117:16:54",
5173
5173
  "typeDescriptions": {
5174
5174
  "typeIdentifier": "t_uint256",
@@ -5181,20 +5181,20 @@
5181
5181
  "typeString": "bool"
5182
5182
  }
5183
5183
  },
5184
- "id": 25477,
5184
+ "id": 25524,
5185
5185
  "initializationExpression": {
5186
5186
  "assignments": [
5187
- 25440
5187
+ 25487
5188
5188
  ],
5189
5189
  "declarations": [
5190
5190
  {
5191
5191
  "constant": false,
5192
- "id": 25440,
5192
+ "id": 25487,
5193
5193
  "mutability": "mutable",
5194
5194
  "name": "i",
5195
5195
  "nameLocation": "5110:1:54",
5196
5196
  "nodeType": "VariableDeclaration",
5197
- "scope": 25477,
5197
+ "scope": 25524,
5198
5198
  "src": "5102:9:54",
5199
5199
  "stateVariable": false,
5200
5200
  "storageLocation": "default",
@@ -5203,7 +5203,7 @@
5203
5203
  "typeString": "uint256"
5204
5204
  },
5205
5205
  "typeName": {
5206
- "id": 25439,
5206
+ "id": 25486,
5207
5207
  "name": "uint256",
5208
5208
  "nodeType": "ElementaryTypeName",
5209
5209
  "src": "5102:7:54",
@@ -5215,7 +5215,7 @@
5215
5215
  "visibility": "internal"
5216
5216
  }
5217
5217
  ],
5218
- "id": 25441,
5218
+ "id": 25488,
5219
5219
  "nodeType": "VariableDeclarationStatement",
5220
5220
  "src": "5102:9:54"
5221
5221
  },
@@ -5230,41 +5230,41 @@
5230
5230
  "name": "validate",
5231
5231
  "nameLocation": "4293:8:54",
5232
5232
  "parameters": {
5233
- "id": 25386,
5233
+ "id": 25433,
5234
5234
  "nodeType": "ParameterList",
5235
5235
  "parameters": [
5236
5236
  {
5237
5237
  "constant": false,
5238
- "id": 25383,
5238
+ "id": 25430,
5239
5239
  "mutability": "mutable",
5240
5240
  "name": "fieldLayout",
5241
5241
  "nameLocation": "4314:11:54",
5242
5242
  "nodeType": "VariableDeclaration",
5243
- "scope": 25479,
5243
+ "scope": 25526,
5244
5244
  "src": "4302:23:54",
5245
5245
  "stateVariable": false,
5246
5246
  "storageLocation": "default",
5247
5247
  "typeDescriptions": {
5248
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
5248
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
5249
5249
  "typeString": "FieldLayout"
5250
5250
  },
5251
5251
  "typeName": {
5252
- "id": 25382,
5252
+ "id": 25429,
5253
5253
  "nodeType": "UserDefinedTypeName",
5254
5254
  "pathNode": {
5255
- "id": 25381,
5255
+ "id": 25428,
5256
5256
  "name": "FieldLayout",
5257
5257
  "nameLocations": [
5258
5258
  "4302:11:54"
5259
5259
  ],
5260
5260
  "nodeType": "IdentifierPath",
5261
- "referencedDeclaration": 25077,
5261
+ "referencedDeclaration": 25124,
5262
5262
  "src": "4302:11:54"
5263
5263
  },
5264
- "referencedDeclaration": 25077,
5264
+ "referencedDeclaration": 25124,
5265
5265
  "src": "4302:11:54",
5266
5266
  "typeDescriptions": {
5267
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
5267
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
5268
5268
  "typeString": "FieldLayout"
5269
5269
  }
5270
5270
  },
@@ -5272,12 +5272,12 @@
5272
5272
  },
5273
5273
  {
5274
5274
  "constant": false,
5275
- "id": 25385,
5275
+ "id": 25432,
5276
5276
  "mutability": "mutable",
5277
5277
  "name": "allowEmpty",
5278
5278
  "nameLocation": "4332:10:54",
5279
5279
  "nodeType": "VariableDeclaration",
5280
- "scope": 25479,
5280
+ "scope": 25526,
5281
5281
  "src": "4327:15:54",
5282
5282
  "stateVariable": false,
5283
5283
  "storageLocation": "default",
@@ -5286,7 +5286,7 @@
5286
5286
  "typeString": "bool"
5287
5287
  },
5288
5288
  "typeName": {
5289
- "id": 25384,
5289
+ "id": 25431,
5290
5290
  "name": "bool",
5291
5291
  "nodeType": "ElementaryTypeName",
5292
5292
  "src": "4327:4:54",
@@ -5301,23 +5301,23 @@
5301
5301
  "src": "4301:42:54"
5302
5302
  },
5303
5303
  "returnParameters": {
5304
- "id": 25387,
5304
+ "id": 25434,
5305
5305
  "nodeType": "ParameterList",
5306
5306
  "parameters": [],
5307
5307
  "src": "4358:0:54"
5308
5308
  },
5309
- "scope": 25495,
5309
+ "scope": 25542,
5310
5310
  "stateMutability": "pure",
5311
5311
  "virtual": false,
5312
5312
  "visibility": "internal"
5313
5313
  },
5314
5314
  {
5315
- "id": 25494,
5315
+ "id": 25541,
5316
5316
  "nodeType": "FunctionDefinition",
5317
5317
  "src": "5526:122:54",
5318
5318
  "nodes": [],
5319
5319
  "body": {
5320
- "id": 25493,
5320
+ "id": 25540,
5321
5321
  "nodeType": "Block",
5322
5322
  "src": "5599:49:54",
5323
5323
  "nodes": [],
@@ -5326,14 +5326,14 @@
5326
5326
  "expression": {
5327
5327
  "arguments": [
5328
5328
  {
5329
- "id": 25490,
5329
+ "id": 25537,
5330
5330
  "name": "fieldLayout",
5331
5331
  "nodeType": "Identifier",
5332
5332
  "overloadedDeclarations": [],
5333
- "referencedDeclaration": 25483,
5333
+ "referencedDeclaration": 25530,
5334
5334
  "src": "5631:11:54",
5335
5335
  "typeDescriptions": {
5336
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
5336
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
5337
5337
  "typeString": "FieldLayout"
5338
5338
  }
5339
5339
  }
@@ -5341,23 +5341,23 @@
5341
5341
  "expression": {
5342
5342
  "argumentTypes": [
5343
5343
  {
5344
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
5344
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
5345
5345
  "typeString": "FieldLayout"
5346
5346
  }
5347
5347
  ],
5348
5348
  "expression": {
5349
- "id": 25488,
5349
+ "id": 25535,
5350
5350
  "name": "FieldLayout",
5351
5351
  "nodeType": "Identifier",
5352
5352
  "overloadedDeclarations": [],
5353
- "referencedDeclaration": 25077,
5353
+ "referencedDeclaration": 25124,
5354
5354
  "src": "5612:11:54",
5355
5355
  "typeDescriptions": {
5356
- "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25077_$",
5356
+ "typeIdentifier": "t_type$_t_userDefinedValueType$_FieldLayout_$25124_$",
5357
5357
  "typeString": "type(FieldLayout)"
5358
5358
  }
5359
5359
  },
5360
- "id": 25489,
5360
+ "id": 25536,
5361
5361
  "isConstant": false,
5362
5362
  "isLValue": false,
5363
5363
  "isPure": true,
@@ -5367,11 +5367,11 @@
5367
5367
  "nodeType": "MemberAccess",
5368
5368
  "src": "5612:18:54",
5369
5369
  "typeDescriptions": {
5370
- "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$25077_$returns$_t_bytes32_$",
5370
+ "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_FieldLayout_$25124_$returns$_t_bytes32_$",
5371
5371
  "typeString": "function (FieldLayout) pure returns (bytes32)"
5372
5372
  }
5373
5373
  },
5374
- "id": 25491,
5374
+ "id": 25538,
5375
5375
  "isConstant": false,
5376
5376
  "isLValue": false,
5377
5377
  "isPure": false,
@@ -5387,15 +5387,15 @@
5387
5387
  "typeString": "bytes32"
5388
5388
  }
5389
5389
  },
5390
- "functionReturnParameters": 25487,
5391
- "id": 25492,
5390
+ "functionReturnParameters": 25534,
5391
+ "id": 25539,
5392
5392
  "nodeType": "Return",
5393
5393
  "src": "5605:38:54"
5394
5394
  }
5395
5395
  ]
5396
5396
  },
5397
5397
  "documentation": {
5398
- "id": 25480,
5398
+ "id": 25527,
5399
5399
  "nodeType": "StructuredDocumentation",
5400
5400
  "src": "5485:38:54",
5401
5401
  "text": " Unwrap the field layout"
@@ -5406,41 +5406,41 @@
5406
5406
  "name": "unwrap",
5407
5407
  "nameLocation": "5535:6:54",
5408
5408
  "parameters": {
5409
- "id": 25484,
5409
+ "id": 25531,
5410
5410
  "nodeType": "ParameterList",
5411
5411
  "parameters": [
5412
5412
  {
5413
5413
  "constant": false,
5414
- "id": 25483,
5414
+ "id": 25530,
5415
5415
  "mutability": "mutable",
5416
5416
  "name": "fieldLayout",
5417
5417
  "nameLocation": "5554:11:54",
5418
5418
  "nodeType": "VariableDeclaration",
5419
- "scope": 25494,
5419
+ "scope": 25541,
5420
5420
  "src": "5542:23:54",
5421
5421
  "stateVariable": false,
5422
5422
  "storageLocation": "default",
5423
5423
  "typeDescriptions": {
5424
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
5424
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
5425
5425
  "typeString": "FieldLayout"
5426
5426
  },
5427
5427
  "typeName": {
5428
- "id": 25482,
5428
+ "id": 25529,
5429
5429
  "nodeType": "UserDefinedTypeName",
5430
5430
  "pathNode": {
5431
- "id": 25481,
5431
+ "id": 25528,
5432
5432
  "name": "FieldLayout",
5433
5433
  "nameLocations": [
5434
5434
  "5542:11:54"
5435
5435
  ],
5436
5436
  "nodeType": "IdentifierPath",
5437
- "referencedDeclaration": 25077,
5437
+ "referencedDeclaration": 25124,
5438
5438
  "src": "5542:11:54"
5439
5439
  },
5440
- "referencedDeclaration": 25077,
5440
+ "referencedDeclaration": 25124,
5441
5441
  "src": "5542:11:54",
5442
5442
  "typeDescriptions": {
5443
- "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25077",
5443
+ "typeIdentifier": "t_userDefinedValueType$_FieldLayout_$25124",
5444
5444
  "typeString": "FieldLayout"
5445
5445
  }
5446
5446
  },
@@ -5450,17 +5450,17 @@
5450
5450
  "src": "5541:25:54"
5451
5451
  },
5452
5452
  "returnParameters": {
5453
- "id": 25487,
5453
+ "id": 25534,
5454
5454
  "nodeType": "ParameterList",
5455
5455
  "parameters": [
5456
5456
  {
5457
5457
  "constant": false,
5458
- "id": 25486,
5458
+ "id": 25533,
5459
5459
  "mutability": "mutable",
5460
5460
  "name": "",
5461
5461
  "nameLocation": "-1:-1:-1",
5462
5462
  "nodeType": "VariableDeclaration",
5463
- "scope": 25494,
5463
+ "scope": 25541,
5464
5464
  "src": "5590:7:54",
5465
5465
  "stateVariable": false,
5466
5466
  "storageLocation": "default",
@@ -5469,7 +5469,7 @@
5469
5469
  "typeString": "bytes32"
5470
5470
  },
5471
5471
  "typeName": {
5472
- "id": 25485,
5472
+ "id": 25532,
5473
5473
  "name": "bytes32",
5474
5474
  "nodeType": "ElementaryTypeName",
5475
5475
  "src": "5590:7:54",
@@ -5483,7 +5483,7 @@
5483
5483
  ],
5484
5484
  "src": "5589:9:54"
5485
5485
  },
5486
- "scope": 25495,
5486
+ "scope": 25542,
5487
5487
  "stateMutability": "pure",
5488
5488
  "virtual": false,
5489
5489
  "visibility": "internal"
@@ -5495,18 +5495,18 @@
5495
5495
  "contractDependencies": [],
5496
5496
  "contractKind": "library",
5497
5497
  "documentation": {
5498
- "id": 25223,
5498
+ "id": 25270,
5499
5499
  "nodeType": "StructuredDocumentation",
5500
5500
  "src": "2627:45:54",
5501
5501
  "text": " Instance functions for FieldLayout"
5502
5502
  },
5503
5503
  "fullyImplemented": true,
5504
5504
  "linearizedBaseContracts": [
5505
- 25495
5505
+ 25542
5506
5506
  ],
5507
5507
  "name": "FieldLayoutInstance",
5508
5508
  "nameLocation": "2681:19:54",
5509
- "scope": 25496,
5509
+ "scope": 25543,
5510
5510
  "usedErrors": [],
5511
5511
  "usedEvents": []
5512
5512
  }