@verified-network/verified-sdk 0.8.3 → 0.8.4

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.
@@ -151,15 +151,15 @@
151
151
  "absolutePath": "project:/contracts/Products.sol",
152
152
  "exportedSymbols": {
153
153
  "Products": [
154
- 11083
154
+ 11048
155
155
  ]
156
156
  },
157
- "id": 11084,
157
+ "id": 11049,
158
158
  "license": "UNLICENSED",
159
159
  "nodeType": "SourceUnit",
160
160
  "nodes": [
161
161
  {
162
- "id": 10972,
162
+ "id": 10937,
163
163
  "literals": [
164
164
  "solidity",
165
165
  "^",
@@ -172,10 +172,10 @@
172
172
  {
173
173
  "absolutePath": "project:/contracts/interfaces/VerifiedProducts.sol",
174
174
  "file": "./interfaces/VerifiedProducts.sol",
175
- "id": 10973,
175
+ "id": 10938,
176
176
  "nodeType": "ImportDirective",
177
- "scope": 11084,
178
- "sourceUnit": 11640,
177
+ "scope": 11049,
178
+ "sourceUnit": 11605,
179
179
  "src": "139:43:39",
180
180
  "symbolAliases": [],
181
181
  "unitAlias": ""
@@ -183,9 +183,9 @@
183
183
  {
184
184
  "absolutePath": "@balancer-labs/v2-solidity-utils/contracts/openzeppelin/Ownable.sol",
185
185
  "file": "@balancer-labs/v2-solidity-utils/contracts/openzeppelin/Ownable.sol",
186
- "id": 10974,
186
+ "id": 10939,
187
187
  "nodeType": "ImportDirective",
188
- "scope": 11084,
188
+ "scope": 11049,
189
189
  "sourceUnit": 6369,
190
190
  "src": "184:77:39",
191
191
  "symbolAliases": [],
@@ -196,23 +196,23 @@
196
196
  "baseContracts": [
197
197
  {
198
198
  "baseName": {
199
- "id": 10975,
199
+ "id": 10940,
200
200
  "name": "VerifiedProducts",
201
201
  "nodeType": "UserDefinedTypeName",
202
- "referencedDeclaration": 11639,
202
+ "referencedDeclaration": 11604,
203
203
  "src": "286:16:39",
204
204
  "typeDescriptions": {
205
- "typeIdentifier": "t_contract$_VerifiedProducts_$11639",
205
+ "typeIdentifier": "t_contract$_VerifiedProducts_$11604",
206
206
  "typeString": "contract VerifiedProducts"
207
207
  }
208
208
  },
209
- "id": 10976,
209
+ "id": 10941,
210
210
  "nodeType": "InheritanceSpecifier",
211
211
  "src": "286:16:39"
212
212
  },
213
213
  {
214
214
  "baseName": {
215
- "id": 10977,
215
+ "id": 10942,
216
216
  "name": "Ownable",
217
217
  "nodeType": "UserDefinedTypeName",
218
218
  "referencedDeclaration": 6368,
@@ -222,33 +222,33 @@
222
222
  "typeString": "contract Ownable"
223
223
  }
224
224
  },
225
- "id": 10978,
225
+ "id": 10943,
226
226
  "nodeType": "InheritanceSpecifier",
227
227
  "src": "304:7:39"
228
228
  }
229
229
  ],
230
230
  "contractDependencies": [
231
231
  6368,
232
- 11639
232
+ 11604
233
233
  ],
234
234
  "contractKind": "contract",
235
235
  "fullyImplemented": true,
236
- "id": 11083,
236
+ "id": 11048,
237
237
  "linearizedBaseContracts": [
238
- 11083,
238
+ 11048,
239
239
  6368,
240
- 11639
240
+ 11604
241
241
  ],
242
242
  "name": "Products",
243
243
  "nodeType": "ContractDefinition",
244
244
  "nodes": [
245
245
  {
246
246
  "constant": false,
247
- "id": 10982,
247
+ "id": 10947,
248
248
  "mutability": "mutable",
249
249
  "name": "issues",
250
250
  "nodeType": "VariableDeclaration",
251
- "scope": 11083,
251
+ "scope": 11048,
252
252
  "src": "372:42:39",
253
253
  "stateVariable": true,
254
254
  "storageLocation": "default",
@@ -257,9 +257,9 @@
257
257
  "typeString": "mapping(address => bytes32)"
258
258
  },
259
259
  "typeName": {
260
- "id": 10981,
260
+ "id": 10946,
261
261
  "keyType": {
262
- "id": 10979,
262
+ "id": 10944,
263
263
  "name": "address",
264
264
  "nodeType": "ElementaryTypeName",
265
265
  "src": "380:7:39",
@@ -275,7 +275,7 @@
275
275
  "typeString": "mapping(address => bytes32)"
276
276
  },
277
277
  "valueType": {
278
- "id": 10980,
278
+ "id": 10945,
279
279
  "name": "bytes32",
280
280
  "nodeType": "ElementaryTypeName",
281
281
  "src": "391:7:39",
@@ -289,11 +289,11 @@
289
289
  },
290
290
  {
291
291
  "constant": false,
292
- "id": 10984,
292
+ "id": 10949,
293
293
  "mutability": "mutable",
294
294
  "name": "bridge",
295
295
  "nodeType": "VariableDeclaration",
296
- "scope": 11083,
296
+ "scope": 11048,
297
297
  "src": "437:14:39",
298
298
  "stateVariable": true,
299
299
  "storageLocation": "default",
@@ -302,7 +302,7 @@
302
302
  "typeString": "address"
303
303
  },
304
304
  "typeName": {
305
- "id": 10983,
305
+ "id": 10948,
306
306
  "name": "address",
307
307
  "nodeType": "ElementaryTypeName",
308
308
  "src": "437:7:39",
@@ -316,23 +316,23 @@
316
316
  },
317
317
  {
318
318
  "body": {
319
- "id": 10995,
319
+ "id": 10960,
320
320
  "nodeType": "Block",
321
321
  "src": "514:35:39",
322
322
  "statements": [
323
323
  {
324
324
  "expression": {
325
- "id": 10993,
325
+ "id": 10958,
326
326
  "isConstant": false,
327
327
  "isLValue": false,
328
328
  "isPure": false,
329
329
  "lValueRequested": false,
330
330
  "leftHandSide": {
331
- "id": 10991,
331
+ "id": 10956,
332
332
  "name": "bridge",
333
333
  "nodeType": "Identifier",
334
334
  "overloadedDeclarations": [],
335
- "referencedDeclaration": 10984,
335
+ "referencedDeclaration": 10949,
336
336
  "src": "525:6:39",
337
337
  "typeDescriptions": {
338
338
  "typeIdentifier": "t_address",
@@ -342,11 +342,11 @@
342
342
  "nodeType": "Assignment",
343
343
  "operator": "=",
344
344
  "rightHandSide": {
345
- "id": 10992,
345
+ "id": 10957,
346
346
  "name": "_signer",
347
347
  "nodeType": "Identifier",
348
348
  "overloadedDeclarations": [],
349
- "referencedDeclaration": 10986,
349
+ "referencedDeclaration": 10951,
350
350
  "src": "534:7:39",
351
351
  "typeDescriptions": {
352
352
  "typeIdentifier": "t_address",
@@ -359,21 +359,21 @@
359
359
  "typeString": "address"
360
360
  }
361
361
  },
362
- "id": 10994,
362
+ "id": 10959,
363
363
  "nodeType": "ExpressionStatement",
364
364
  "src": "525:16:39"
365
365
  }
366
366
  ]
367
367
  },
368
368
  "functionSelector": "c4d66de8",
369
- "id": 10996,
369
+ "id": 10961,
370
370
  "implemented": true,
371
371
  "kind": "function",
372
372
  "modifiers": [
373
373
  {
374
- "id": 10989,
374
+ "id": 10954,
375
375
  "modifierName": {
376
- "id": 10988,
376
+ "id": 10953,
377
377
  "name": "onlyOwner",
378
378
  "nodeType": "Identifier",
379
379
  "overloadedDeclarations": [],
@@ -391,16 +391,16 @@
391
391
  "name": "initialize",
392
392
  "nodeType": "FunctionDefinition",
393
393
  "parameters": {
394
- "id": 10987,
394
+ "id": 10952,
395
395
  "nodeType": "ParameterList",
396
396
  "parameters": [
397
397
  {
398
398
  "constant": false,
399
- "id": 10986,
399
+ "id": 10951,
400
400
  "mutability": "mutable",
401
401
  "name": "_signer",
402
402
  "nodeType": "VariableDeclaration",
403
- "scope": 10996,
403
+ "scope": 10961,
404
404
  "src": "480:15:39",
405
405
  "stateVariable": false,
406
406
  "storageLocation": "default",
@@ -409,7 +409,7 @@
409
409
  "typeString": "address"
410
410
  },
411
411
  "typeName": {
412
- "id": 10985,
412
+ "id": 10950,
413
413
  "name": "address",
414
414
  "nodeType": "ElementaryTypeName",
415
415
  "src": "480:7:39",
@@ -425,12 +425,12 @@
425
425
  "src": "479:17:39"
426
426
  },
427
427
  "returnParameters": {
428
- "id": 10990,
428
+ "id": 10955,
429
429
  "nodeType": "ParameterList",
430
430
  "parameters": [],
431
431
  "src": "514:0:39"
432
432
  },
433
- "scope": 11083,
433
+ "scope": 11048,
434
434
  "src": "460:89:39",
435
435
  "stateMutability": "nonpayable",
436
436
  "virtual": false,
@@ -438,26 +438,26 @@
438
438
  },
439
439
  {
440
440
  "baseFunctions": [
441
- 11638
441
+ 11603
442
442
  ],
443
443
  "body": {
444
- "id": 11008,
444
+ "id": 10973,
445
445
  "nodeType": "Block",
446
446
  "src": "620:35:39",
447
447
  "statements": [
448
448
  {
449
449
  "expression": {
450
- "id": 11006,
450
+ "id": 10971,
451
451
  "isConstant": false,
452
452
  "isLValue": false,
453
453
  "isPure": false,
454
454
  "lValueRequested": false,
455
455
  "leftHandSide": {
456
- "id": 11004,
456
+ "id": 10969,
457
457
  "name": "bridge",
458
458
  "nodeType": "Identifier",
459
459
  "overloadedDeclarations": [],
460
- "referencedDeclaration": 10984,
460
+ "referencedDeclaration": 10949,
461
461
  "src": "631:6:39",
462
462
  "typeDescriptions": {
463
463
  "typeIdentifier": "t_address",
@@ -467,11 +467,11 @@
467
467
  "nodeType": "Assignment",
468
468
  "operator": "=",
469
469
  "rightHandSide": {
470
- "id": 11005,
470
+ "id": 10970,
471
471
  "name": "_signer",
472
472
  "nodeType": "Identifier",
473
473
  "overloadedDeclarations": [],
474
- "referencedDeclaration": 10998,
474
+ "referencedDeclaration": 10963,
475
475
  "src": "640:7:39",
476
476
  "typeDescriptions": {
477
477
  "typeIdentifier": "t_address",
@@ -484,21 +484,21 @@
484
484
  "typeString": "address"
485
485
  }
486
486
  },
487
- "id": 11007,
487
+ "id": 10972,
488
488
  "nodeType": "ExpressionStatement",
489
489
  "src": "631:16:39"
490
490
  }
491
491
  ]
492
492
  },
493
493
  "functionSelector": "6c19e783",
494
- "id": 11009,
494
+ "id": 10974,
495
495
  "implemented": true,
496
496
  "kind": "function",
497
497
  "modifiers": [
498
498
  {
499
- "id": 11001,
499
+ "id": 10966,
500
500
  "modifierName": {
501
- "id": 11000,
501
+ "id": 10965,
502
502
  "name": "onlyOwner",
503
503
  "nodeType": "Identifier",
504
504
  "overloadedDeclarations": [],
@@ -516,22 +516,22 @@
516
516
  "name": "setSigner",
517
517
  "nodeType": "FunctionDefinition",
518
518
  "overrides": {
519
- "id": 11002,
519
+ "id": 10967,
520
520
  "nodeType": "OverrideSpecifier",
521
521
  "overrides": [],
522
522
  "src": "603:8:39"
523
523
  },
524
524
  "parameters": {
525
- "id": 10999,
525
+ "id": 10964,
526
526
  "nodeType": "ParameterList",
527
527
  "parameters": [
528
528
  {
529
529
  "constant": false,
530
- "id": 10998,
530
+ "id": 10963,
531
531
  "mutability": "mutable",
532
532
  "name": "_signer",
533
533
  "nodeType": "VariableDeclaration",
534
- "scope": 11009,
534
+ "scope": 10974,
535
535
  "src": "576:15:39",
536
536
  "stateVariable": false,
537
537
  "storageLocation": "default",
@@ -540,7 +540,7 @@
540
540
  "typeString": "address"
541
541
  },
542
542
  "typeName": {
543
- "id": 10997,
543
+ "id": 10962,
544
544
  "name": "address",
545
545
  "nodeType": "ElementaryTypeName",
546
546
  "src": "576:7:39",
@@ -556,12 +556,12 @@
556
556
  "src": "575:17:39"
557
557
  },
558
558
  "returnParameters": {
559
- "id": 11003,
559
+ "id": 10968,
560
560
  "nodeType": "ParameterList",
561
561
  "parameters": [],
562
562
  "src": "620:0:39"
563
563
  },
564
- "scope": 11083,
564
+ "scope": 11048,
565
565
  "src": "557:98:39",
566
566
  "stateMutability": "nonpayable",
567
567
  "virtual": false,
@@ -569,25 +569,25 @@
569
569
  },
570
570
  {
571
571
  "baseFunctions": [
572
- 11626
572
+ 11591
573
573
  ],
574
574
  "body": {
575
- "id": 11062,
575
+ "id": 11027,
576
576
  "nodeType": "Block",
577
577
  "src": "822:292:39",
578
578
  "statements": [
579
579
  {
580
580
  "assignments": [
581
- 11026
581
+ 10991
582
582
  ],
583
583
  "declarations": [
584
584
  {
585
585
  "constant": false,
586
- "id": 11026,
586
+ "id": 10991,
587
587
  "mutability": "mutable",
588
588
  "name": "payloadHash",
589
589
  "nodeType": "VariableDeclaration",
590
- "scope": 11062,
590
+ "scope": 11027,
591
591
  "src": "833:19:39",
592
592
  "stateVariable": false,
593
593
  "storageLocation": "default",
@@ -596,7 +596,7 @@
596
596
  "typeString": "bytes32"
597
597
  },
598
598
  "typeName": {
599
- "id": 11025,
599
+ "id": 10990,
600
600
  "name": "bytes32",
601
601
  "nodeType": "ElementaryTypeName",
602
602
  "src": "833:7:39",
@@ -608,17 +608,17 @@
608
608
  "visibility": "internal"
609
609
  }
610
610
  ],
611
- "id": 11034,
611
+ "id": 10999,
612
612
  "initialValue": {
613
613
  "arguments": [
614
614
  {
615
615
  "arguments": [
616
616
  {
617
- "id": 11030,
617
+ "id": 10995,
618
618
  "name": "_hashedMessage",
619
619
  "nodeType": "Identifier",
620
620
  "overloadedDeclarations": [],
621
- "referencedDeclaration": 11015,
621
+ "referencedDeclaration": 10980,
622
622
  "src": "876:14:39",
623
623
  "typeDescriptions": {
624
624
  "typeIdentifier": "t_bytes32",
@@ -627,7 +627,7 @@
627
627
  },
628
628
  {
629
629
  "hexValue": "4c32746f4c31",
630
- "id": 11031,
630
+ "id": 10996,
631
631
  "isConstant": false,
632
632
  "isLValue": false,
633
633
  "isPure": true,
@@ -654,7 +654,7 @@
654
654
  }
655
655
  ],
656
656
  "expression": {
657
- "id": 11028,
657
+ "id": 10993,
658
658
  "name": "abi",
659
659
  "nodeType": "Identifier",
660
660
  "overloadedDeclarations": [],
@@ -665,7 +665,7 @@
665
665
  "typeString": "abi"
666
666
  }
667
667
  },
668
- "id": 11029,
668
+ "id": 10994,
669
669
  "isConstant": false,
670
670
  "isLValue": false,
671
671
  "isPure": true,
@@ -678,7 +678,7 @@
678
678
  "typeString": "function () pure returns (bytes memory)"
679
679
  }
680
680
  },
681
- "id": 11032,
681
+ "id": 10997,
682
682
  "isConstant": false,
683
683
  "isLValue": false,
684
684
  "isPure": false,
@@ -701,7 +701,7 @@
701
701
  "typeString": "bytes memory"
702
702
  }
703
703
  ],
704
- "id": 11027,
704
+ "id": 10992,
705
705
  "name": "keccak256",
706
706
  "nodeType": "Identifier",
707
707
  "overloadedDeclarations": [],
@@ -712,7 +712,7 @@
712
712
  "typeString": "function (bytes memory) pure returns (bytes32)"
713
713
  }
714
714
  },
715
- "id": 11033,
715
+ "id": 10998,
716
716
  "isConstant": false,
717
717
  "isLValue": false,
718
718
  "isPure": false,
@@ -732,16 +732,16 @@
732
732
  },
733
733
  {
734
734
  "assignments": [
735
- 11036
735
+ 11001
736
736
  ],
737
737
  "declarations": [
738
738
  {
739
739
  "constant": false,
740
- "id": 11036,
740
+ "id": 11001,
741
741
  "mutability": "mutable",
742
742
  "name": "messageHash",
743
743
  "nodeType": "VariableDeclaration",
744
- "scope": 11062,
744
+ "scope": 11027,
745
745
  "src": "913:19:39",
746
746
  "stateVariable": false,
747
747
  "storageLocation": "default",
@@ -750,7 +750,7 @@
750
750
  "typeString": "bytes32"
751
751
  },
752
752
  "typeName": {
753
- "id": 11035,
753
+ "id": 11000,
754
754
  "name": "bytes32",
755
755
  "nodeType": "ElementaryTypeName",
756
756
  "src": "913:7:39",
@@ -762,14 +762,14 @@
762
762
  "visibility": "internal"
763
763
  }
764
764
  ],
765
- "id": 11044,
765
+ "id": 11009,
766
766
  "initialValue": {
767
767
  "arguments": [
768
768
  {
769
769
  "arguments": [
770
770
  {
771
771
  "hexValue": "19457468657265756d205369676e6564204d6573736167653a0a3332",
772
- "id": 11040,
772
+ "id": 11005,
773
773
  "isConstant": false,
774
774
  "isLValue": false,
775
775
  "isPure": true,
@@ -784,11 +784,11 @@
784
784
  "value": "\u0019Ethereum Signed Message:\n32"
785
785
  },
786
786
  {
787
- "id": 11041,
787
+ "id": 11006,
788
788
  "name": "payloadHash",
789
789
  "nodeType": "Identifier",
790
790
  "overloadedDeclarations": [],
791
- "referencedDeclaration": 11026,
791
+ "referencedDeclaration": 10991,
792
792
  "src": "998:11:39",
793
793
  "typeDescriptions": {
794
794
  "typeIdentifier": "t_bytes32",
@@ -808,7 +808,7 @@
808
808
  }
809
809
  ],
810
810
  "expression": {
811
- "id": 11038,
811
+ "id": 11003,
812
812
  "name": "abi",
813
813
  "nodeType": "Identifier",
814
814
  "overloadedDeclarations": [],
@@ -819,7 +819,7 @@
819
819
  "typeString": "abi"
820
820
  }
821
821
  },
822
- "id": 11039,
822
+ "id": 11004,
823
823
  "isConstant": false,
824
824
  "isLValue": false,
825
825
  "isPure": true,
@@ -832,7 +832,7 @@
832
832
  "typeString": "function () pure returns (bytes memory)"
833
833
  }
834
834
  },
835
- "id": 11042,
835
+ "id": 11007,
836
836
  "isConstant": false,
837
837
  "isLValue": false,
838
838
  "isPure": false,
@@ -855,7 +855,7 @@
855
855
  "typeString": "bytes memory"
856
856
  }
857
857
  ],
858
- "id": 11037,
858
+ "id": 11002,
859
859
  "name": "keccak256",
860
860
  "nodeType": "Identifier",
861
861
  "overloadedDeclarations": [],
@@ -866,7 +866,7 @@
866
866
  "typeString": "function (bytes memory) pure returns (bytes32)"
867
867
  }
868
868
  },
869
- "id": 11043,
869
+ "id": 11008,
870
870
  "isConstant": false,
871
871
  "isLValue": false,
872
872
  "isPure": false,
@@ -892,7 +892,7 @@
892
892
  "typeIdentifier": "t_address",
893
893
  "typeString": "address"
894
894
  },
895
- "id": 11053,
895
+ "id": 11018,
896
896
  "isConstant": false,
897
897
  "isLValue": false,
898
898
  "isPure": false,
@@ -900,11 +900,11 @@
900
900
  "leftExpression": {
901
901
  "arguments": [
902
902
  {
903
- "id": 11047,
903
+ "id": 11012,
904
904
  "name": "messageHash",
905
905
  "nodeType": "Identifier",
906
906
  "overloadedDeclarations": [],
907
- "referencedDeclaration": 11036,
907
+ "referencedDeclaration": 11001,
908
908
  "src": "1040:11:39",
909
909
  "typeDescriptions": {
910
910
  "typeIdentifier": "t_bytes32",
@@ -912,11 +912,11 @@
912
912
  }
913
913
  },
914
914
  {
915
- "id": 11048,
915
+ "id": 11013,
916
916
  "name": "_v",
917
917
  "nodeType": "Identifier",
918
918
  "overloadedDeclarations": [],
919
- "referencedDeclaration": 11017,
919
+ "referencedDeclaration": 10982,
920
920
  "src": "1053:2:39",
921
921
  "typeDescriptions": {
922
922
  "typeIdentifier": "t_uint8",
@@ -924,11 +924,11 @@
924
924
  }
925
925
  },
926
926
  {
927
- "id": 11049,
927
+ "id": 11014,
928
928
  "name": "_r",
929
929
  "nodeType": "Identifier",
930
930
  "overloadedDeclarations": [],
931
- "referencedDeclaration": 11019,
931
+ "referencedDeclaration": 10984,
932
932
  "src": "1057:2:39",
933
933
  "typeDescriptions": {
934
934
  "typeIdentifier": "t_bytes32",
@@ -936,11 +936,11 @@
936
936
  }
937
937
  },
938
938
  {
939
- "id": 11050,
939
+ "id": 11015,
940
940
  "name": "_s",
941
941
  "nodeType": "Identifier",
942
942
  "overloadedDeclarations": [],
943
- "referencedDeclaration": 11021,
943
+ "referencedDeclaration": 10986,
944
944
  "src": "1061:2:39",
945
945
  "typeDescriptions": {
946
946
  "typeIdentifier": "t_bytes32",
@@ -967,7 +967,7 @@
967
967
  "typeString": "bytes32"
968
968
  }
969
969
  ],
970
- "id": 11046,
970
+ "id": 11011,
971
971
  "name": "ecrecover",
972
972
  "nodeType": "Identifier",
973
973
  "overloadedDeclarations": [],
@@ -978,7 +978,7 @@
978
978
  "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)"
979
979
  }
980
980
  },
981
- "id": 11051,
981
+ "id": 11016,
982
982
  "isConstant": false,
983
983
  "isLValue": false,
984
984
  "isPure": false,
@@ -996,11 +996,11 @@
996
996
  "nodeType": "BinaryOperation",
997
997
  "operator": "==",
998
998
  "rightExpression": {
999
- "id": 11052,
999
+ "id": 11017,
1000
1000
  "name": "bridge",
1001
1001
  "nodeType": "Identifier",
1002
1002
  "overloadedDeclarations": [],
1003
- "referencedDeclaration": 10984,
1003
+ "referencedDeclaration": 10949,
1004
1004
  "src": "1067:6:39",
1005
1005
  "typeDescriptions": {
1006
1006
  "typeIdentifier": "t_address",
@@ -1021,7 +1021,7 @@
1021
1021
  "typeString": "bool"
1022
1022
  }
1023
1023
  ],
1024
- "id": 11045,
1024
+ "id": 11010,
1025
1025
  "name": "require",
1026
1026
  "nodeType": "Identifier",
1027
1027
  "overloadedDeclarations": [
@@ -1035,7 +1035,7 @@
1035
1035
  "typeString": "function (bool) pure"
1036
1036
  }
1037
1037
  },
1038
- "id": 11054,
1038
+ "id": 11019,
1039
1039
  "isConstant": false,
1040
1040
  "isLValue": false,
1041
1041
  "isPure": false,
@@ -1050,37 +1050,37 @@
1050
1050
  "typeString": "tuple()"
1051
1051
  }
1052
1052
  },
1053
- "id": 11055,
1053
+ "id": 11020,
1054
1054
  "nodeType": "ExpressionStatement",
1055
1055
  "src": "1022:52:39"
1056
1056
  },
1057
1057
  {
1058
1058
  "expression": {
1059
- "id": 11060,
1059
+ "id": 11025,
1060
1060
  "isConstant": false,
1061
1061
  "isLValue": false,
1062
1062
  "isPure": false,
1063
1063
  "lValueRequested": false,
1064
1064
  "leftHandSide": {
1065
1065
  "baseExpression": {
1066
- "id": 11056,
1066
+ "id": 11021,
1067
1067
  "name": "issues",
1068
1068
  "nodeType": "Identifier",
1069
1069
  "overloadedDeclarations": [],
1070
- "referencedDeclaration": 10982,
1070
+ "referencedDeclaration": 10947,
1071
1071
  "src": "1085:6:39",
1072
1072
  "typeDescriptions": {
1073
1073
  "typeIdentifier": "t_mapping$_t_address_$_t_bytes32_$",
1074
1074
  "typeString": "mapping(address => bytes32)"
1075
1075
  }
1076
1076
  },
1077
- "id": 11058,
1077
+ "id": 11023,
1078
1078
  "indexExpression": {
1079
- "id": 11057,
1079
+ "id": 11022,
1080
1080
  "name": "_issue",
1081
1081
  "nodeType": "Identifier",
1082
1082
  "overloadedDeclarations": [],
1083
- "referencedDeclaration": 11011,
1083
+ "referencedDeclaration": 10976,
1084
1084
  "src": "1092:6:39",
1085
1085
  "typeDescriptions": {
1086
1086
  "typeIdentifier": "t_address",
@@ -1101,11 +1101,11 @@
1101
1101
  "nodeType": "Assignment",
1102
1102
  "operator": "=",
1103
1103
  "rightHandSide": {
1104
- "id": 11059,
1104
+ "id": 11024,
1105
1105
  "name": "_ref",
1106
1106
  "nodeType": "Identifier",
1107
1107
  "overloadedDeclarations": [],
1108
- "referencedDeclaration": 11013,
1108
+ "referencedDeclaration": 10978,
1109
1109
  "src": "1102:4:39",
1110
1110
  "typeDescriptions": {
1111
1111
  "typeIdentifier": "t_bytes32",
@@ -1118,36 +1118,36 @@
1118
1118
  "typeString": "bytes32"
1119
1119
  }
1120
1120
  },
1121
- "id": 11061,
1121
+ "id": 11026,
1122
1122
  "nodeType": "ExpressionStatement",
1123
1123
  "src": "1085:21:39"
1124
1124
  }
1125
1125
  ]
1126
1126
  },
1127
1127
  "functionSelector": "e45f837e",
1128
- "id": 11063,
1128
+ "id": 11028,
1129
1129
  "implemented": true,
1130
1130
  "kind": "function",
1131
1131
  "modifiers": [],
1132
1132
  "name": "issueProduct",
1133
1133
  "nodeType": "FunctionDefinition",
1134
1134
  "overrides": {
1135
- "id": 11023,
1135
+ "id": 10988,
1136
1136
  "nodeType": "OverrideSpecifier",
1137
1137
  "overrides": [],
1138
1138
  "src": "804:8:39"
1139
1139
  },
1140
1140
  "parameters": {
1141
- "id": 11022,
1141
+ "id": 10987,
1142
1142
  "nodeType": "ParameterList",
1143
1143
  "parameters": [
1144
1144
  {
1145
1145
  "constant": false,
1146
- "id": 11011,
1146
+ "id": 10976,
1147
1147
  "mutability": "mutable",
1148
1148
  "name": "_issue",
1149
1149
  "nodeType": "VariableDeclaration",
1150
- "scope": 11063,
1150
+ "scope": 11028,
1151
1151
  "src": "686:14:39",
1152
1152
  "stateVariable": false,
1153
1153
  "storageLocation": "default",
@@ -1156,7 +1156,7 @@
1156
1156
  "typeString": "address"
1157
1157
  },
1158
1158
  "typeName": {
1159
- "id": 11010,
1159
+ "id": 10975,
1160
1160
  "name": "address",
1161
1161
  "nodeType": "ElementaryTypeName",
1162
1162
  "src": "686:7:39",
@@ -1170,11 +1170,11 @@
1170
1170
  },
1171
1171
  {
1172
1172
  "constant": false,
1173
- "id": 11013,
1173
+ "id": 10978,
1174
1174
  "mutability": "mutable",
1175
1175
  "name": "_ref",
1176
1176
  "nodeType": "VariableDeclaration",
1177
- "scope": 11063,
1177
+ "scope": 11028,
1178
1178
  "src": "702:12:39",
1179
1179
  "stateVariable": false,
1180
1180
  "storageLocation": "default",
@@ -1183,7 +1183,7 @@
1183
1183
  "typeString": "bytes32"
1184
1184
  },
1185
1185
  "typeName": {
1186
- "id": 11012,
1186
+ "id": 10977,
1187
1187
  "name": "bytes32",
1188
1188
  "nodeType": "ElementaryTypeName",
1189
1189
  "src": "702:7:39",
@@ -1196,11 +1196,11 @@
1196
1196
  },
1197
1197
  {
1198
1198
  "constant": false,
1199
- "id": 11015,
1199
+ "id": 10980,
1200
1200
  "mutability": "mutable",
1201
1201
  "name": "_hashedMessage",
1202
1202
  "nodeType": "VariableDeclaration",
1203
- "scope": 11063,
1203
+ "scope": 11028,
1204
1204
  "src": "716:22:39",
1205
1205
  "stateVariable": false,
1206
1206
  "storageLocation": "default",
@@ -1209,7 +1209,7 @@
1209
1209
  "typeString": "bytes32"
1210
1210
  },
1211
1211
  "typeName": {
1212
- "id": 11014,
1212
+ "id": 10979,
1213
1213
  "name": "bytes32",
1214
1214
  "nodeType": "ElementaryTypeName",
1215
1215
  "src": "716:7:39",
@@ -1222,11 +1222,11 @@
1222
1222
  },
1223
1223
  {
1224
1224
  "constant": false,
1225
- "id": 11017,
1225
+ "id": 10982,
1226
1226
  "mutability": "mutable",
1227
1227
  "name": "_v",
1228
1228
  "nodeType": "VariableDeclaration",
1229
- "scope": 11063,
1229
+ "scope": 11028,
1230
1230
  "src": "740:8:39",
1231
1231
  "stateVariable": false,
1232
1232
  "storageLocation": "default",
@@ -1235,7 +1235,7 @@
1235
1235
  "typeString": "uint8"
1236
1236
  },
1237
1237
  "typeName": {
1238
- "id": 11016,
1238
+ "id": 10981,
1239
1239
  "name": "uint8",
1240
1240
  "nodeType": "ElementaryTypeName",
1241
1241
  "src": "740:5:39",
@@ -1248,11 +1248,11 @@
1248
1248
  },
1249
1249
  {
1250
1250
  "constant": false,
1251
- "id": 11019,
1251
+ "id": 10984,
1252
1252
  "mutability": "mutable",
1253
1253
  "name": "_r",
1254
1254
  "nodeType": "VariableDeclaration",
1255
- "scope": 11063,
1255
+ "scope": 11028,
1256
1256
  "src": "750:10:39",
1257
1257
  "stateVariable": false,
1258
1258
  "storageLocation": "default",
@@ -1261,7 +1261,7 @@
1261
1261
  "typeString": "bytes32"
1262
1262
  },
1263
1263
  "typeName": {
1264
- "id": 11018,
1264
+ "id": 10983,
1265
1265
  "name": "bytes32",
1266
1266
  "nodeType": "ElementaryTypeName",
1267
1267
  "src": "750:7:39",
@@ -1274,11 +1274,11 @@
1274
1274
  },
1275
1275
  {
1276
1276
  "constant": false,
1277
- "id": 11021,
1277
+ "id": 10986,
1278
1278
  "mutability": "mutable",
1279
1279
  "name": "_s",
1280
1280
  "nodeType": "VariableDeclaration",
1281
- "scope": 11063,
1281
+ "scope": 11028,
1282
1282
  "src": "762:10:39",
1283
1283
  "stateVariable": false,
1284
1284
  "storageLocation": "default",
@@ -1287,7 +1287,7 @@
1287
1287
  "typeString": "bytes32"
1288
1288
  },
1289
1289
  "typeName": {
1290
- "id": 11020,
1290
+ "id": 10985,
1291
1291
  "name": "bytes32",
1292
1292
  "nodeType": "ElementaryTypeName",
1293
1293
  "src": "762:7:39",
@@ -1302,12 +1302,12 @@
1302
1302
  "src": "685:88:39"
1303
1303
  },
1304
1304
  "returnParameters": {
1305
- "id": 11024,
1305
+ "id": 10989,
1306
1306
  "nodeType": "ParameterList",
1307
1307
  "parameters": [],
1308
1308
  "src": "822:0:39"
1309
1309
  },
1310
- "scope": 11083,
1310
+ "scope": 11048,
1311
1311
  "src": "664:450:39",
1312
1312
  "stateMutability": "nonpayable",
1313
1313
  "virtual": false,
@@ -1315,10 +1315,10 @@
1315
1315
  },
1316
1316
  {
1317
1317
  "baseFunctions": [
1318
- 11633
1318
+ 11598
1319
1319
  ],
1320
1320
  "body": {
1321
- "id": 11081,
1321
+ "id": 11046,
1322
1322
  "nodeType": "Block",
1323
1323
  "src": "1227:107:39",
1324
1324
  "statements": [
@@ -1328,31 +1328,31 @@
1328
1328
  "typeIdentifier": "t_bytes32",
1329
1329
  "typeString": "bytes32"
1330
1330
  },
1331
- "id": 11075,
1331
+ "id": 11040,
1332
1332
  "isConstant": false,
1333
1333
  "isLValue": false,
1334
1334
  "isPure": false,
1335
1335
  "lValueRequested": false,
1336
1336
  "leftExpression": {
1337
1337
  "baseExpression": {
1338
- "id": 11071,
1338
+ "id": 11036,
1339
1339
  "name": "issues",
1340
1340
  "nodeType": "Identifier",
1341
1341
  "overloadedDeclarations": [],
1342
- "referencedDeclaration": 10982,
1342
+ "referencedDeclaration": 10947,
1343
1343
  "src": "1241:6:39",
1344
1344
  "typeDescriptions": {
1345
1345
  "typeIdentifier": "t_mapping$_t_address_$_t_bytes32_$",
1346
1346
  "typeString": "mapping(address => bytes32)"
1347
1347
  }
1348
1348
  },
1349
- "id": 11073,
1349
+ "id": 11038,
1350
1350
  "indexExpression": {
1351
- "id": 11072,
1351
+ "id": 11037,
1352
1352
  "name": "_issue",
1353
1353
  "nodeType": "Identifier",
1354
1354
  "overloadedDeclarations": [],
1355
- "referencedDeclaration": 11065,
1355
+ "referencedDeclaration": 11030,
1356
1356
  "src": "1248:6:39",
1357
1357
  "typeDescriptions": {
1358
1358
  "typeIdentifier": "t_address",
@@ -1374,7 +1374,7 @@
1374
1374
  "operator": "!=",
1375
1375
  "rightExpression": {
1376
1376
  "hexValue": "",
1377
- "id": 11074,
1377
+ "id": 11039,
1378
1378
  "isConstant": false,
1379
1379
  "isLValue": false,
1380
1380
  "isPure": true,
@@ -1397,7 +1397,7 @@
1397
1397
  "falseBody": {
1398
1398
  "expression": {
1399
1399
  "hexValue": "66616c7365",
1400
- "id": 11078,
1400
+ "id": 11043,
1401
1401
  "isConstant": false,
1402
1402
  "isLValue": false,
1403
1403
  "isPure": true,
@@ -1411,18 +1411,18 @@
1411
1411
  },
1412
1412
  "value": "false"
1413
1413
  },
1414
- "functionReturnParameters": 11070,
1415
- "id": 11079,
1414
+ "functionReturnParameters": 11035,
1415
+ "id": 11044,
1416
1416
  "nodeType": "Return",
1417
1417
  "src": "1314:12:39"
1418
1418
  },
1419
- "id": 11080,
1419
+ "id": 11045,
1420
1420
  "nodeType": "IfStatement",
1421
1421
  "src": "1238:88:39",
1422
1422
  "trueBody": {
1423
1423
  "expression": {
1424
1424
  "hexValue": "74727565",
1425
- "id": 11076,
1425
+ "id": 11041,
1426
1426
  "isConstant": false,
1427
1427
  "isLValue": false,
1428
1428
  "isPure": true,
@@ -1436,8 +1436,8 @@
1436
1436
  },
1437
1437
  "value": "true"
1438
1438
  },
1439
- "functionReturnParameters": 11070,
1440
- "id": 11077,
1439
+ "functionReturnParameters": 11035,
1440
+ "id": 11042,
1441
1441
  "nodeType": "Return",
1442
1442
  "src": "1274:11:39"
1443
1443
  }
@@ -1445,29 +1445,29 @@
1445
1445
  ]
1446
1446
  },
1447
1447
  "functionSelector": "3ea6c82d",
1448
- "id": 11082,
1448
+ "id": 11047,
1449
1449
  "implemented": true,
1450
1450
  "kind": "function",
1451
1451
  "modifiers": [],
1452
1452
  "name": "checkProduct",
1453
1453
  "nodeType": "FunctionDefinition",
1454
1454
  "overrides": {
1455
- "id": 11067,
1455
+ "id": 11032,
1456
1456
  "nodeType": "OverrideSpecifier",
1457
1457
  "overrides": [],
1458
1458
  "src": "1191:8:39"
1459
1459
  },
1460
1460
  "parameters": {
1461
- "id": 11066,
1461
+ "id": 11031,
1462
1462
  "nodeType": "ParameterList",
1463
1463
  "parameters": [
1464
1464
  {
1465
1465
  "constant": false,
1466
- "id": 11065,
1466
+ "id": 11030,
1467
1467
  "mutability": "mutable",
1468
1468
  "name": "_issue",
1469
1469
  "nodeType": "VariableDeclaration",
1470
- "scope": 11082,
1470
+ "scope": 11047,
1471
1471
  "src": "1145:14:39",
1472
1472
  "stateVariable": false,
1473
1473
  "storageLocation": "default",
@@ -1476,7 +1476,7 @@
1476
1476
  "typeString": "address"
1477
1477
  },
1478
1478
  "typeName": {
1479
- "id": 11064,
1479
+ "id": 11029,
1480
1480
  "name": "address",
1481
1481
  "nodeType": "ElementaryTypeName",
1482
1482
  "src": "1145:7:39",
@@ -1492,16 +1492,16 @@
1492
1492
  "src": "1144:16:39"
1493
1493
  },
1494
1494
  "returnParameters": {
1495
- "id": 11070,
1495
+ "id": 11035,
1496
1496
  "nodeType": "ParameterList",
1497
1497
  "parameters": [
1498
1498
  {
1499
1499
  "constant": false,
1500
- "id": 11069,
1500
+ "id": 11034,
1501
1501
  "mutability": "mutable",
1502
1502
  "name": "",
1503
1503
  "nodeType": "VariableDeclaration",
1504
- "scope": 11082,
1504
+ "scope": 11047,
1505
1505
  "src": "1222:4:39",
1506
1506
  "stateVariable": false,
1507
1507
  "storageLocation": "default",
@@ -1510,7 +1510,7 @@
1510
1510
  "typeString": "bool"
1511
1511
  },
1512
1512
  "typeName": {
1513
- "id": 11068,
1513
+ "id": 11033,
1514
1514
  "name": "bool",
1515
1515
  "nodeType": "ElementaryTypeName",
1516
1516
  "src": "1222:4:39",
@@ -1524,14 +1524,14 @@
1524
1524
  ],
1525
1525
  "src": "1221:6:39"
1526
1526
  },
1527
- "scope": 11083,
1527
+ "scope": 11048,
1528
1528
  "src": "1123:211:39",
1529
1529
  "stateMutability": "view",
1530
1530
  "virtual": false,
1531
1531
  "visibility": "external"
1532
1532
  }
1533
1533
  ],
1534
- "scope": 11084,
1534
+ "scope": 11049,
1535
1535
  "src": "265:1074:39"
1536
1536
  }
1537
1537
  ],
@@ -1542,7 +1542,7 @@
1542
1542
  "absolutePath": "project:/contracts/Products.sol",
1543
1543
  "exportedSymbols": {
1544
1544
  "Products": [
1545
- 11083
1545
+ 11048
1546
1546
  ]
1547
1547
  },
1548
1548
  "license": "UNLICENSED"
@@ -1557,22 +1557,22 @@
1557
1557
  ".1"
1558
1558
  ]
1559
1559
  },
1560
- "id": 10972,
1560
+ "id": 10937,
1561
1561
  "name": "PragmaDirective",
1562
1562
  "src": "112:23:39"
1563
1563
  },
1564
1564
  {
1565
1565
  "attributes": {
1566
- "SourceUnit": 11640,
1566
+ "SourceUnit": 11605,
1567
1567
  "absolutePath": "project:/contracts/interfaces/VerifiedProducts.sol",
1568
1568
  "file": "./interfaces/VerifiedProducts.sol",
1569
- "scope": 11084,
1569
+ "scope": 11049,
1570
1570
  "symbolAliases": [
1571
1571
  null
1572
1572
  ],
1573
1573
  "unitAlias": ""
1574
1574
  },
1575
- "id": 10973,
1575
+ "id": 10938,
1576
1576
  "name": "ImportDirective",
1577
1577
  "src": "139:43:39"
1578
1578
  },
@@ -1581,13 +1581,13 @@
1581
1581
  "SourceUnit": 6369,
1582
1582
  "absolutePath": "@balancer-labs/v2-solidity-utils/contracts/openzeppelin/Ownable.sol",
1583
1583
  "file": "@balancer-labs/v2-solidity-utils/contracts/openzeppelin/Ownable.sol",
1584
- "scope": 11084,
1584
+ "scope": 11049,
1585
1585
  "symbolAliases": [
1586
1586
  null
1587
1587
  ],
1588
1588
  "unitAlias": ""
1589
1589
  },
1590
- "id": 10974,
1590
+ "id": 10939,
1591
1591
  "name": "ImportDirective",
1592
1592
  "src": "184:77:39"
1593
1593
  },
@@ -1596,17 +1596,17 @@
1596
1596
  "abstract": false,
1597
1597
  "contractDependencies": [
1598
1598
  6368,
1599
- 11639
1599
+ 11604
1600
1600
  ],
1601
1601
  "contractKind": "contract",
1602
1602
  "fullyImplemented": true,
1603
1603
  "linearizedBaseContracts": [
1604
- 11083,
1604
+ 11048,
1605
1605
  6368,
1606
- 11639
1606
+ 11604
1607
1607
  ],
1608
1608
  "name": "Products",
1609
- "scope": 11084
1609
+ "scope": 11049
1610
1610
  },
1611
1611
  "children": [
1612
1612
  {
@@ -1615,15 +1615,15 @@
1615
1615
  {
1616
1616
  "attributes": {
1617
1617
  "name": "VerifiedProducts",
1618
- "referencedDeclaration": 11639,
1618
+ "referencedDeclaration": 11604,
1619
1619
  "type": "contract VerifiedProducts"
1620
1620
  },
1621
- "id": 10975,
1621
+ "id": 10940,
1622
1622
  "name": "UserDefinedTypeName",
1623
1623
  "src": "286:16:39"
1624
1624
  }
1625
1625
  ],
1626
- "id": 10976,
1626
+ "id": 10941,
1627
1627
  "name": "InheritanceSpecifier",
1628
1628
  "src": "286:16:39"
1629
1629
  },
@@ -1636,12 +1636,12 @@
1636
1636
  "referencedDeclaration": 6368,
1637
1637
  "type": "contract Ownable"
1638
1638
  },
1639
- "id": 10977,
1639
+ "id": 10942,
1640
1640
  "name": "UserDefinedTypeName",
1641
1641
  "src": "304:7:39"
1642
1642
  }
1643
1643
  ],
1644
- "id": 10978,
1644
+ "id": 10943,
1645
1645
  "name": "InheritanceSpecifier",
1646
1646
  "src": "304:7:39"
1647
1647
  },
@@ -1650,7 +1650,7 @@
1650
1650
  "constant": false,
1651
1651
  "mutability": "mutable",
1652
1652
  "name": "issues",
1653
- "scope": 11083,
1653
+ "scope": 11048,
1654
1654
  "stateVariable": true,
1655
1655
  "storageLocation": "default",
1656
1656
  "type": "mapping(address => bytes32)",
@@ -1667,7 +1667,7 @@
1667
1667
  "name": "address",
1668
1668
  "type": "address"
1669
1669
  },
1670
- "id": 10979,
1670
+ "id": 10944,
1671
1671
  "name": "ElementaryTypeName",
1672
1672
  "src": "380:7:39"
1673
1673
  },
@@ -1676,17 +1676,17 @@
1676
1676
  "name": "bytes32",
1677
1677
  "type": "bytes32"
1678
1678
  },
1679
- "id": 10980,
1679
+ "id": 10945,
1680
1680
  "name": "ElementaryTypeName",
1681
1681
  "src": "391:7:39"
1682
1682
  }
1683
1683
  ],
1684
- "id": 10981,
1684
+ "id": 10946,
1685
1685
  "name": "Mapping",
1686
1686
  "src": "372:27:39"
1687
1687
  }
1688
1688
  ],
1689
- "id": 10982,
1689
+ "id": 10947,
1690
1690
  "name": "VariableDeclaration",
1691
1691
  "src": "372:42:39"
1692
1692
  },
@@ -1695,7 +1695,7 @@
1695
1695
  "constant": false,
1696
1696
  "mutability": "mutable",
1697
1697
  "name": "bridge",
1698
- "scope": 11083,
1698
+ "scope": 11048,
1699
1699
  "stateVariable": true,
1700
1700
  "storageLocation": "default",
1701
1701
  "type": "address",
@@ -1708,12 +1708,12 @@
1708
1708
  "stateMutability": "nonpayable",
1709
1709
  "type": "address"
1710
1710
  },
1711
- "id": 10983,
1711
+ "id": 10948,
1712
1712
  "name": "ElementaryTypeName",
1713
1713
  "src": "437:7:39"
1714
1714
  }
1715
1715
  ],
1716
- "id": 10984,
1716
+ "id": 10949,
1717
1717
  "name": "VariableDeclaration",
1718
1718
  "src": "437:14:39"
1719
1719
  },
@@ -1724,7 +1724,7 @@
1724
1724
  "isConstructor": false,
1725
1725
  "kind": "function",
1726
1726
  "name": "initialize",
1727
- "scope": 11083,
1727
+ "scope": 11048,
1728
1728
  "stateMutability": "nonpayable",
1729
1729
  "virtual": false,
1730
1730
  "visibility": "public"
@@ -1737,7 +1737,7 @@
1737
1737
  "constant": false,
1738
1738
  "mutability": "mutable",
1739
1739
  "name": "_signer",
1740
- "scope": 10996,
1740
+ "scope": 10961,
1741
1741
  "stateVariable": false,
1742
1742
  "storageLocation": "default",
1743
1743
  "type": "address",
@@ -1750,17 +1750,17 @@
1750
1750
  "stateMutability": "nonpayable",
1751
1751
  "type": "address"
1752
1752
  },
1753
- "id": 10985,
1753
+ "id": 10950,
1754
1754
  "name": "ElementaryTypeName",
1755
1755
  "src": "480:7:39"
1756
1756
  }
1757
1757
  ],
1758
- "id": 10986,
1758
+ "id": 10951,
1759
1759
  "name": "VariableDeclaration",
1760
1760
  "src": "480:15:39"
1761
1761
  }
1762
1762
  ],
1763
- "id": 10987,
1763
+ "id": 10952,
1764
1764
  "name": "ParameterList",
1765
1765
  "src": "479:17:39"
1766
1766
  },
@@ -1771,7 +1771,7 @@
1771
1771
  ]
1772
1772
  },
1773
1773
  "children": [],
1774
- "id": 10990,
1774
+ "id": 10955,
1775
1775
  "name": "ParameterList",
1776
1776
  "src": "514:0:39"
1777
1777
  },
@@ -1787,12 +1787,12 @@
1787
1787
  "type": "modifier ()",
1788
1788
  "value": "onlyOwner"
1789
1789
  },
1790
- "id": 10988,
1790
+ "id": 10953,
1791
1791
  "name": "Identifier",
1792
1792
  "src": "497:9:39"
1793
1793
  }
1794
1794
  ],
1795
- "id": 10989,
1795
+ "id": 10954,
1796
1796
  "name": "ModifierInvocation",
1797
1797
  "src": "497:9:39"
1798
1798
  },
@@ -1815,11 +1815,11 @@
1815
1815
  "overloadedDeclarations": [
1816
1816
  null
1817
1817
  ],
1818
- "referencedDeclaration": 10984,
1818
+ "referencedDeclaration": 10949,
1819
1819
  "type": "address",
1820
1820
  "value": "bridge"
1821
1821
  },
1822
- "id": 10991,
1822
+ "id": 10956,
1823
1823
  "name": "Identifier",
1824
1824
  "src": "525:6:39"
1825
1825
  },
@@ -1828,45 +1828,45 @@
1828
1828
  "overloadedDeclarations": [
1829
1829
  null
1830
1830
  ],
1831
- "referencedDeclaration": 10986,
1831
+ "referencedDeclaration": 10951,
1832
1832
  "type": "address",
1833
1833
  "value": "_signer"
1834
1834
  },
1835
- "id": 10992,
1835
+ "id": 10957,
1836
1836
  "name": "Identifier",
1837
1837
  "src": "534:7:39"
1838
1838
  }
1839
1839
  ],
1840
- "id": 10993,
1840
+ "id": 10958,
1841
1841
  "name": "Assignment",
1842
1842
  "src": "525:16:39"
1843
1843
  }
1844
1844
  ],
1845
- "id": 10994,
1845
+ "id": 10959,
1846
1846
  "name": "ExpressionStatement",
1847
1847
  "src": "525:16:39"
1848
1848
  }
1849
1849
  ],
1850
- "id": 10995,
1850
+ "id": 10960,
1851
1851
  "name": "Block",
1852
1852
  "src": "514:35:39"
1853
1853
  }
1854
1854
  ],
1855
- "id": 10996,
1855
+ "id": 10961,
1856
1856
  "name": "FunctionDefinition",
1857
1857
  "src": "460:89:39"
1858
1858
  },
1859
1859
  {
1860
1860
  "attributes": {
1861
1861
  "baseFunctions": [
1862
- 11638
1862
+ 11603
1863
1863
  ],
1864
1864
  "functionSelector": "6c19e783",
1865
1865
  "implemented": true,
1866
1866
  "isConstructor": false,
1867
1867
  "kind": "function",
1868
1868
  "name": "setSigner",
1869
- "scope": 11083,
1869
+ "scope": 11048,
1870
1870
  "stateMutability": "nonpayable",
1871
1871
  "virtual": false,
1872
1872
  "visibility": "external"
@@ -1878,7 +1878,7 @@
1878
1878
  null
1879
1879
  ]
1880
1880
  },
1881
- "id": 11002,
1881
+ "id": 10967,
1882
1882
  "name": "OverrideSpecifier",
1883
1883
  "src": "603:8:39"
1884
1884
  },
@@ -1889,7 +1889,7 @@
1889
1889
  "constant": false,
1890
1890
  "mutability": "mutable",
1891
1891
  "name": "_signer",
1892
- "scope": 11009,
1892
+ "scope": 10974,
1893
1893
  "stateVariable": false,
1894
1894
  "storageLocation": "default",
1895
1895
  "type": "address",
@@ -1902,17 +1902,17 @@
1902
1902
  "stateMutability": "nonpayable",
1903
1903
  "type": "address"
1904
1904
  },
1905
- "id": 10997,
1905
+ "id": 10962,
1906
1906
  "name": "ElementaryTypeName",
1907
1907
  "src": "576:7:39"
1908
1908
  }
1909
1909
  ],
1910
- "id": 10998,
1910
+ "id": 10963,
1911
1911
  "name": "VariableDeclaration",
1912
1912
  "src": "576:15:39"
1913
1913
  }
1914
1914
  ],
1915
- "id": 10999,
1915
+ "id": 10964,
1916
1916
  "name": "ParameterList",
1917
1917
  "src": "575:17:39"
1918
1918
  },
@@ -1923,7 +1923,7 @@
1923
1923
  ]
1924
1924
  },
1925
1925
  "children": [],
1926
- "id": 11003,
1926
+ "id": 10968,
1927
1927
  "name": "ParameterList",
1928
1928
  "src": "620:0:39"
1929
1929
  },
@@ -1939,12 +1939,12 @@
1939
1939
  "type": "modifier ()",
1940
1940
  "value": "onlyOwner"
1941
1941
  },
1942
- "id": 11000,
1942
+ "id": 10965,
1943
1943
  "name": "Identifier",
1944
1944
  "src": "593:9:39"
1945
1945
  }
1946
1946
  ],
1947
- "id": 11001,
1947
+ "id": 10966,
1948
1948
  "name": "ModifierInvocation",
1949
1949
  "src": "593:9:39"
1950
1950
  },
@@ -1967,11 +1967,11 @@
1967
1967
  "overloadedDeclarations": [
1968
1968
  null
1969
1969
  ],
1970
- "referencedDeclaration": 10984,
1970
+ "referencedDeclaration": 10949,
1971
1971
  "type": "address",
1972
1972
  "value": "bridge"
1973
1973
  },
1974
- "id": 11004,
1974
+ "id": 10969,
1975
1975
  "name": "Identifier",
1976
1976
  "src": "631:6:39"
1977
1977
  },
@@ -1980,38 +1980,38 @@
1980
1980
  "overloadedDeclarations": [
1981
1981
  null
1982
1982
  ],
1983
- "referencedDeclaration": 10998,
1983
+ "referencedDeclaration": 10963,
1984
1984
  "type": "address",
1985
1985
  "value": "_signer"
1986
1986
  },
1987
- "id": 11005,
1987
+ "id": 10970,
1988
1988
  "name": "Identifier",
1989
1989
  "src": "640:7:39"
1990
1990
  }
1991
1991
  ],
1992
- "id": 11006,
1992
+ "id": 10971,
1993
1993
  "name": "Assignment",
1994
1994
  "src": "631:16:39"
1995
1995
  }
1996
1996
  ],
1997
- "id": 11007,
1997
+ "id": 10972,
1998
1998
  "name": "ExpressionStatement",
1999
1999
  "src": "631:16:39"
2000
2000
  }
2001
2001
  ],
2002
- "id": 11008,
2002
+ "id": 10973,
2003
2003
  "name": "Block",
2004
2004
  "src": "620:35:39"
2005
2005
  }
2006
2006
  ],
2007
- "id": 11009,
2007
+ "id": 10974,
2008
2008
  "name": "FunctionDefinition",
2009
2009
  "src": "557:98:39"
2010
2010
  },
2011
2011
  {
2012
2012
  "attributes": {
2013
2013
  "baseFunctions": [
2014
- 11626
2014
+ 11591
2015
2015
  ],
2016
2016
  "functionSelector": "e45f837e",
2017
2017
  "implemented": true,
@@ -2021,7 +2021,7 @@
2021
2021
  null
2022
2022
  ],
2023
2023
  "name": "issueProduct",
2024
- "scope": 11083,
2024
+ "scope": 11048,
2025
2025
  "stateMutability": "nonpayable",
2026
2026
  "virtual": false,
2027
2027
  "visibility": "external"
@@ -2033,7 +2033,7 @@
2033
2033
  null
2034
2034
  ]
2035
2035
  },
2036
- "id": 11023,
2036
+ "id": 10988,
2037
2037
  "name": "OverrideSpecifier",
2038
2038
  "src": "804:8:39"
2039
2039
  },
@@ -2044,7 +2044,7 @@
2044
2044
  "constant": false,
2045
2045
  "mutability": "mutable",
2046
2046
  "name": "_issue",
2047
- "scope": 11063,
2047
+ "scope": 11028,
2048
2048
  "stateVariable": false,
2049
2049
  "storageLocation": "default",
2050
2050
  "type": "address",
@@ -2057,12 +2057,12 @@
2057
2057
  "stateMutability": "nonpayable",
2058
2058
  "type": "address"
2059
2059
  },
2060
- "id": 11010,
2060
+ "id": 10975,
2061
2061
  "name": "ElementaryTypeName",
2062
2062
  "src": "686:7:39"
2063
2063
  }
2064
2064
  ],
2065
- "id": 11011,
2065
+ "id": 10976,
2066
2066
  "name": "VariableDeclaration",
2067
2067
  "src": "686:14:39"
2068
2068
  },
@@ -2071,7 +2071,7 @@
2071
2071
  "constant": false,
2072
2072
  "mutability": "mutable",
2073
2073
  "name": "_ref",
2074
- "scope": 11063,
2074
+ "scope": 11028,
2075
2075
  "stateVariable": false,
2076
2076
  "storageLocation": "default",
2077
2077
  "type": "bytes32",
@@ -2083,12 +2083,12 @@
2083
2083
  "name": "bytes32",
2084
2084
  "type": "bytes32"
2085
2085
  },
2086
- "id": 11012,
2086
+ "id": 10977,
2087
2087
  "name": "ElementaryTypeName",
2088
2088
  "src": "702:7:39"
2089
2089
  }
2090
2090
  ],
2091
- "id": 11013,
2091
+ "id": 10978,
2092
2092
  "name": "VariableDeclaration",
2093
2093
  "src": "702:12:39"
2094
2094
  },
@@ -2097,7 +2097,7 @@
2097
2097
  "constant": false,
2098
2098
  "mutability": "mutable",
2099
2099
  "name": "_hashedMessage",
2100
- "scope": 11063,
2100
+ "scope": 11028,
2101
2101
  "stateVariable": false,
2102
2102
  "storageLocation": "default",
2103
2103
  "type": "bytes32",
@@ -2109,12 +2109,12 @@
2109
2109
  "name": "bytes32",
2110
2110
  "type": "bytes32"
2111
2111
  },
2112
- "id": 11014,
2112
+ "id": 10979,
2113
2113
  "name": "ElementaryTypeName",
2114
2114
  "src": "716:7:39"
2115
2115
  }
2116
2116
  ],
2117
- "id": 11015,
2117
+ "id": 10980,
2118
2118
  "name": "VariableDeclaration",
2119
2119
  "src": "716:22:39"
2120
2120
  },
@@ -2123,7 +2123,7 @@
2123
2123
  "constant": false,
2124
2124
  "mutability": "mutable",
2125
2125
  "name": "_v",
2126
- "scope": 11063,
2126
+ "scope": 11028,
2127
2127
  "stateVariable": false,
2128
2128
  "storageLocation": "default",
2129
2129
  "type": "uint8",
@@ -2135,12 +2135,12 @@
2135
2135
  "name": "uint8",
2136
2136
  "type": "uint8"
2137
2137
  },
2138
- "id": 11016,
2138
+ "id": 10981,
2139
2139
  "name": "ElementaryTypeName",
2140
2140
  "src": "740:5:39"
2141
2141
  }
2142
2142
  ],
2143
- "id": 11017,
2143
+ "id": 10982,
2144
2144
  "name": "VariableDeclaration",
2145
2145
  "src": "740:8:39"
2146
2146
  },
@@ -2149,7 +2149,7 @@
2149
2149
  "constant": false,
2150
2150
  "mutability": "mutable",
2151
2151
  "name": "_r",
2152
- "scope": 11063,
2152
+ "scope": 11028,
2153
2153
  "stateVariable": false,
2154
2154
  "storageLocation": "default",
2155
2155
  "type": "bytes32",
@@ -2161,12 +2161,12 @@
2161
2161
  "name": "bytes32",
2162
2162
  "type": "bytes32"
2163
2163
  },
2164
- "id": 11018,
2164
+ "id": 10983,
2165
2165
  "name": "ElementaryTypeName",
2166
2166
  "src": "750:7:39"
2167
2167
  }
2168
2168
  ],
2169
- "id": 11019,
2169
+ "id": 10984,
2170
2170
  "name": "VariableDeclaration",
2171
2171
  "src": "750:10:39"
2172
2172
  },
@@ -2175,7 +2175,7 @@
2175
2175
  "constant": false,
2176
2176
  "mutability": "mutable",
2177
2177
  "name": "_s",
2178
- "scope": 11063,
2178
+ "scope": 11028,
2179
2179
  "stateVariable": false,
2180
2180
  "storageLocation": "default",
2181
2181
  "type": "bytes32",
@@ -2187,17 +2187,17 @@
2187
2187
  "name": "bytes32",
2188
2188
  "type": "bytes32"
2189
2189
  },
2190
- "id": 11020,
2190
+ "id": 10985,
2191
2191
  "name": "ElementaryTypeName",
2192
2192
  "src": "762:7:39"
2193
2193
  }
2194
2194
  ],
2195
- "id": 11021,
2195
+ "id": 10986,
2196
2196
  "name": "VariableDeclaration",
2197
2197
  "src": "762:10:39"
2198
2198
  }
2199
2199
  ],
2200
- "id": 11022,
2200
+ "id": 10987,
2201
2201
  "name": "ParameterList",
2202
2202
  "src": "685:88:39"
2203
2203
  },
@@ -2208,7 +2208,7 @@
2208
2208
  ]
2209
2209
  },
2210
2210
  "children": [],
2211
- "id": 11024,
2211
+ "id": 10989,
2212
2212
  "name": "ParameterList",
2213
2213
  "src": "822:0:39"
2214
2214
  },
@@ -2217,7 +2217,7 @@
2217
2217
  {
2218
2218
  "attributes": {
2219
2219
  "assignments": [
2220
- 11026
2220
+ 10991
2221
2221
  ]
2222
2222
  },
2223
2223
  "children": [
@@ -2226,7 +2226,7 @@
2226
2226
  "constant": false,
2227
2227
  "mutability": "mutable",
2228
2228
  "name": "payloadHash",
2229
- "scope": 11062,
2229
+ "scope": 11027,
2230
2230
  "stateVariable": false,
2231
2231
  "storageLocation": "default",
2232
2232
  "type": "bytes32",
@@ -2238,12 +2238,12 @@
2238
2238
  "name": "bytes32",
2239
2239
  "type": "bytes32"
2240
2240
  },
2241
- "id": 11025,
2241
+ "id": 10990,
2242
2242
  "name": "ElementaryTypeName",
2243
2243
  "src": "833:7:39"
2244
2244
  }
2245
2245
  ],
2246
- "id": 11026,
2246
+ "id": 10991,
2247
2247
  "name": "VariableDeclaration",
2248
2248
  "src": "833:19:39"
2249
2249
  },
@@ -2277,7 +2277,7 @@
2277
2277
  "type": "function (bytes memory) pure returns (bytes32)",
2278
2278
  "value": "keccak256"
2279
2279
  },
2280
- "id": 11027,
2280
+ "id": 10992,
2281
2281
  "name": "Identifier",
2282
2282
  "src": "855:9:39"
2283
2283
  },
@@ -2325,12 +2325,12 @@
2325
2325
  "type": "abi",
2326
2326
  "value": "abi"
2327
2327
  },
2328
- "id": 11028,
2328
+ "id": 10993,
2329
2329
  "name": "Identifier",
2330
2330
  "src": "865:3:39"
2331
2331
  }
2332
2332
  ],
2333
- "id": 11029,
2333
+ "id": 10994,
2334
2334
  "name": "MemberAccess",
2335
2335
  "src": "865:10:39"
2336
2336
  },
@@ -2339,11 +2339,11 @@
2339
2339
  "overloadedDeclarations": [
2340
2340
  null
2341
2341
  ],
2342
- "referencedDeclaration": 11015,
2342
+ "referencedDeclaration": 10980,
2343
2343
  "type": "bytes32",
2344
2344
  "value": "_hashedMessage"
2345
2345
  },
2346
- "id": 11030,
2346
+ "id": 10995,
2347
2347
  "name": "Identifier",
2348
2348
  "src": "876:14:39"
2349
2349
  },
@@ -2358,29 +2358,29 @@
2358
2358
  "type": "literal_string \"L2toL1\"",
2359
2359
  "value": "L2toL1"
2360
2360
  },
2361
- "id": 11031,
2361
+ "id": 10996,
2362
2362
  "name": "Literal",
2363
2363
  "src": "892:8:39"
2364
2364
  }
2365
2365
  ],
2366
- "id": 11032,
2366
+ "id": 10997,
2367
2367
  "name": "FunctionCall",
2368
2368
  "src": "865:36:39"
2369
2369
  }
2370
2370
  ],
2371
- "id": 11033,
2371
+ "id": 10998,
2372
2372
  "name": "FunctionCall",
2373
2373
  "src": "855:47:39"
2374
2374
  }
2375
2375
  ],
2376
- "id": 11034,
2376
+ "id": 10999,
2377
2377
  "name": "VariableDeclarationStatement",
2378
2378
  "src": "833:69:39"
2379
2379
  },
2380
2380
  {
2381
2381
  "attributes": {
2382
2382
  "assignments": [
2383
- 11036
2383
+ 11001
2384
2384
  ]
2385
2385
  },
2386
2386
  "children": [
@@ -2389,7 +2389,7 @@
2389
2389
  "constant": false,
2390
2390
  "mutability": "mutable",
2391
2391
  "name": "messageHash",
2392
- "scope": 11062,
2392
+ "scope": 11027,
2393
2393
  "stateVariable": false,
2394
2394
  "storageLocation": "default",
2395
2395
  "type": "bytes32",
@@ -2401,12 +2401,12 @@
2401
2401
  "name": "bytes32",
2402
2402
  "type": "bytes32"
2403
2403
  },
2404
- "id": 11035,
2404
+ "id": 11000,
2405
2405
  "name": "ElementaryTypeName",
2406
2406
  "src": "913:7:39"
2407
2407
  }
2408
2408
  ],
2409
- "id": 11036,
2409
+ "id": 11001,
2410
2410
  "name": "VariableDeclaration",
2411
2411
  "src": "913:19:39"
2412
2412
  },
@@ -2440,7 +2440,7 @@
2440
2440
  "type": "function (bytes memory) pure returns (bytes32)",
2441
2441
  "value": "keccak256"
2442
2442
  },
2443
- "id": 11037,
2443
+ "id": 11002,
2444
2444
  "name": "Identifier",
2445
2445
  "src": "935:9:39"
2446
2446
  },
@@ -2488,12 +2488,12 @@
2488
2488
  "type": "abi",
2489
2489
  "value": "abi"
2490
2490
  },
2491
- "id": 11038,
2491
+ "id": 11003,
2492
2492
  "name": "Identifier",
2493
2493
  "src": "945:3:39"
2494
2494
  }
2495
2495
  ],
2496
- "id": 11039,
2496
+ "id": 11004,
2497
2497
  "name": "MemberAccess",
2498
2498
  "src": "945:16:39"
2499
2499
  },
@@ -2508,7 +2508,7 @@
2508
2508
  "type": "literal_string \"\u0019Ethereum Signed Message:\n32\"",
2509
2509
  "value": "\u0019Ethereum Signed Message:\n32"
2510
2510
  },
2511
- "id": 11040,
2511
+ "id": 11005,
2512
2512
  "name": "Literal",
2513
2513
  "src": "962:34:39"
2514
2514
  },
@@ -2517,26 +2517,26 @@
2517
2517
  "overloadedDeclarations": [
2518
2518
  null
2519
2519
  ],
2520
- "referencedDeclaration": 11026,
2520
+ "referencedDeclaration": 10991,
2521
2521
  "type": "bytes32",
2522
2522
  "value": "payloadHash"
2523
2523
  },
2524
- "id": 11041,
2524
+ "id": 11006,
2525
2525
  "name": "Identifier",
2526
2526
  "src": "998:11:39"
2527
2527
  }
2528
2528
  ],
2529
- "id": 11042,
2529
+ "id": 11007,
2530
2530
  "name": "FunctionCall",
2531
2531
  "src": "945:65:39"
2532
2532
  }
2533
2533
  ],
2534
- "id": 11043,
2534
+ "id": 11008,
2535
2535
  "name": "FunctionCall",
2536
2536
  "src": "935:76:39"
2537
2537
  }
2538
2538
  ],
2539
- "id": 11044,
2539
+ "id": 11009,
2540
2540
  "name": "VariableDeclarationStatement",
2541
2541
  "src": "913:98:39"
2542
2542
  },
@@ -2573,7 +2573,7 @@
2573
2573
  "type": "function (bool) pure",
2574
2574
  "value": "require"
2575
2575
  },
2576
- "id": 11045,
2576
+ "id": 11010,
2577
2577
  "name": "Identifier",
2578
2578
  "src": "1022:7:39"
2579
2579
  },
@@ -2633,7 +2633,7 @@
2633
2633
  "type": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)",
2634
2634
  "value": "ecrecover"
2635
2635
  },
2636
- "id": 11046,
2636
+ "id": 11011,
2637
2637
  "name": "Identifier",
2638
2638
  "src": "1030:9:39"
2639
2639
  },
@@ -2642,11 +2642,11 @@
2642
2642
  "overloadedDeclarations": [
2643
2643
  null
2644
2644
  ],
2645
- "referencedDeclaration": 11036,
2645
+ "referencedDeclaration": 11001,
2646
2646
  "type": "bytes32",
2647
2647
  "value": "messageHash"
2648
2648
  },
2649
- "id": 11047,
2649
+ "id": 11012,
2650
2650
  "name": "Identifier",
2651
2651
  "src": "1040:11:39"
2652
2652
  },
@@ -2655,11 +2655,11 @@
2655
2655
  "overloadedDeclarations": [
2656
2656
  null
2657
2657
  ],
2658
- "referencedDeclaration": 11017,
2658
+ "referencedDeclaration": 10982,
2659
2659
  "type": "uint8",
2660
2660
  "value": "_v"
2661
2661
  },
2662
- "id": 11048,
2662
+ "id": 11013,
2663
2663
  "name": "Identifier",
2664
2664
  "src": "1053:2:39"
2665
2665
  },
@@ -2668,11 +2668,11 @@
2668
2668
  "overloadedDeclarations": [
2669
2669
  null
2670
2670
  ],
2671
- "referencedDeclaration": 11019,
2671
+ "referencedDeclaration": 10984,
2672
2672
  "type": "bytes32",
2673
2673
  "value": "_r"
2674
2674
  },
2675
- "id": 11049,
2675
+ "id": 11014,
2676
2676
  "name": "Identifier",
2677
2677
  "src": "1057:2:39"
2678
2678
  },
@@ -2681,16 +2681,16 @@
2681
2681
  "overloadedDeclarations": [
2682
2682
  null
2683
2683
  ],
2684
- "referencedDeclaration": 11021,
2684
+ "referencedDeclaration": 10986,
2685
2685
  "type": "bytes32",
2686
2686
  "value": "_s"
2687
2687
  },
2688
- "id": 11050,
2688
+ "id": 11015,
2689
2689
  "name": "Identifier",
2690
2690
  "src": "1061:2:39"
2691
2691
  }
2692
2692
  ],
2693
- "id": 11051,
2693
+ "id": 11016,
2694
2694
  "name": "FunctionCall",
2695
2695
  "src": "1030:34:39"
2696
2696
  },
@@ -2699,26 +2699,26 @@
2699
2699
  "overloadedDeclarations": [
2700
2700
  null
2701
2701
  ],
2702
- "referencedDeclaration": 10984,
2702
+ "referencedDeclaration": 10949,
2703
2703
  "type": "address",
2704
2704
  "value": "bridge"
2705
2705
  },
2706
- "id": 11052,
2706
+ "id": 11017,
2707
2707
  "name": "Identifier",
2708
2708
  "src": "1067:6:39"
2709
2709
  }
2710
2710
  ],
2711
- "id": 11053,
2711
+ "id": 11018,
2712
2712
  "name": "BinaryOperation",
2713
2713
  "src": "1030:43:39"
2714
2714
  }
2715
2715
  ],
2716
- "id": 11054,
2716
+ "id": 11019,
2717
2717
  "name": "FunctionCall",
2718
2718
  "src": "1022:52:39"
2719
2719
  }
2720
2720
  ],
2721
- "id": 11055,
2721
+ "id": 11020,
2722
2722
  "name": "ExpressionStatement",
2723
2723
  "src": "1022:52:39"
2724
2724
  },
@@ -2748,11 +2748,11 @@
2748
2748
  "overloadedDeclarations": [
2749
2749
  null
2750
2750
  ],
2751
- "referencedDeclaration": 10982,
2751
+ "referencedDeclaration": 10947,
2752
2752
  "type": "mapping(address => bytes32)",
2753
2753
  "value": "issues"
2754
2754
  },
2755
- "id": 11056,
2755
+ "id": 11021,
2756
2756
  "name": "Identifier",
2757
2757
  "src": "1085:6:39"
2758
2758
  },
@@ -2761,16 +2761,16 @@
2761
2761
  "overloadedDeclarations": [
2762
2762
  null
2763
2763
  ],
2764
- "referencedDeclaration": 11011,
2764
+ "referencedDeclaration": 10976,
2765
2765
  "type": "address",
2766
2766
  "value": "_issue"
2767
2767
  },
2768
- "id": 11057,
2768
+ "id": 11022,
2769
2769
  "name": "Identifier",
2770
2770
  "src": "1092:6:39"
2771
2771
  }
2772
2772
  ],
2773
- "id": 11058,
2773
+ "id": 11023,
2774
2774
  "name": "IndexAccess",
2775
2775
  "src": "1085:14:39"
2776
2776
  },
@@ -2779,38 +2779,38 @@
2779
2779
  "overloadedDeclarations": [
2780
2780
  null
2781
2781
  ],
2782
- "referencedDeclaration": 11013,
2782
+ "referencedDeclaration": 10978,
2783
2783
  "type": "bytes32",
2784
2784
  "value": "_ref"
2785
2785
  },
2786
- "id": 11059,
2786
+ "id": 11024,
2787
2787
  "name": "Identifier",
2788
2788
  "src": "1102:4:39"
2789
2789
  }
2790
2790
  ],
2791
- "id": 11060,
2791
+ "id": 11025,
2792
2792
  "name": "Assignment",
2793
2793
  "src": "1085:21:39"
2794
2794
  }
2795
2795
  ],
2796
- "id": 11061,
2796
+ "id": 11026,
2797
2797
  "name": "ExpressionStatement",
2798
2798
  "src": "1085:21:39"
2799
2799
  }
2800
2800
  ],
2801
- "id": 11062,
2801
+ "id": 11027,
2802
2802
  "name": "Block",
2803
2803
  "src": "822:292:39"
2804
2804
  }
2805
2805
  ],
2806
- "id": 11063,
2806
+ "id": 11028,
2807
2807
  "name": "FunctionDefinition",
2808
2808
  "src": "664:450:39"
2809
2809
  },
2810
2810
  {
2811
2811
  "attributes": {
2812
2812
  "baseFunctions": [
2813
- 11633
2813
+ 11598
2814
2814
  ],
2815
2815
  "functionSelector": "3ea6c82d",
2816
2816
  "implemented": true,
@@ -2820,7 +2820,7 @@
2820
2820
  null
2821
2821
  ],
2822
2822
  "name": "checkProduct",
2823
- "scope": 11083,
2823
+ "scope": 11048,
2824
2824
  "stateMutability": "view",
2825
2825
  "virtual": false,
2826
2826
  "visibility": "external"
@@ -2832,7 +2832,7 @@
2832
2832
  null
2833
2833
  ]
2834
2834
  },
2835
- "id": 11067,
2835
+ "id": 11032,
2836
2836
  "name": "OverrideSpecifier",
2837
2837
  "src": "1191:8:39"
2838
2838
  },
@@ -2843,7 +2843,7 @@
2843
2843
  "constant": false,
2844
2844
  "mutability": "mutable",
2845
2845
  "name": "_issue",
2846
- "scope": 11082,
2846
+ "scope": 11047,
2847
2847
  "stateVariable": false,
2848
2848
  "storageLocation": "default",
2849
2849
  "type": "address",
@@ -2856,17 +2856,17 @@
2856
2856
  "stateMutability": "nonpayable",
2857
2857
  "type": "address"
2858
2858
  },
2859
- "id": 11064,
2859
+ "id": 11029,
2860
2860
  "name": "ElementaryTypeName",
2861
2861
  "src": "1145:7:39"
2862
2862
  }
2863
2863
  ],
2864
- "id": 11065,
2864
+ "id": 11030,
2865
2865
  "name": "VariableDeclaration",
2866
2866
  "src": "1145:14:39"
2867
2867
  }
2868
2868
  ],
2869
- "id": 11066,
2869
+ "id": 11031,
2870
2870
  "name": "ParameterList",
2871
2871
  "src": "1144:16:39"
2872
2872
  },
@@ -2877,7 +2877,7 @@
2877
2877
  "constant": false,
2878
2878
  "mutability": "mutable",
2879
2879
  "name": "",
2880
- "scope": 11082,
2880
+ "scope": 11047,
2881
2881
  "stateVariable": false,
2882
2882
  "storageLocation": "default",
2883
2883
  "type": "bool",
@@ -2889,17 +2889,17 @@
2889
2889
  "name": "bool",
2890
2890
  "type": "bool"
2891
2891
  },
2892
- "id": 11068,
2892
+ "id": 11033,
2893
2893
  "name": "ElementaryTypeName",
2894
2894
  "src": "1222:4:39"
2895
2895
  }
2896
2896
  ],
2897
- "id": 11069,
2897
+ "id": 11034,
2898
2898
  "name": "VariableDeclaration",
2899
2899
  "src": "1222:4:39"
2900
2900
  }
2901
2901
  ],
2902
- "id": 11070,
2902
+ "id": 11035,
2903
2903
  "name": "ParameterList",
2904
2904
  "src": "1221:6:39"
2905
2905
  },
@@ -2935,11 +2935,11 @@
2935
2935
  "overloadedDeclarations": [
2936
2936
  null
2937
2937
  ],
2938
- "referencedDeclaration": 10982,
2938
+ "referencedDeclaration": 10947,
2939
2939
  "type": "mapping(address => bytes32)",
2940
2940
  "value": "issues"
2941
2941
  },
2942
- "id": 11071,
2942
+ "id": 11036,
2943
2943
  "name": "Identifier",
2944
2944
  "src": "1241:6:39"
2945
2945
  },
@@ -2948,16 +2948,16 @@
2948
2948
  "overloadedDeclarations": [
2949
2949
  null
2950
2950
  ],
2951
- "referencedDeclaration": 11065,
2951
+ "referencedDeclaration": 11030,
2952
2952
  "type": "address",
2953
2953
  "value": "_issue"
2954
2954
  },
2955
- "id": 11072,
2955
+ "id": 11037,
2956
2956
  "name": "Identifier",
2957
2957
  "src": "1248:6:39"
2958
2958
  }
2959
2959
  ],
2960
- "id": 11073,
2960
+ "id": 11038,
2961
2961
  "name": "IndexAccess",
2962
2962
  "src": "1241:14:39"
2963
2963
  },
@@ -2972,18 +2972,18 @@
2972
2972
  "type": "literal_string \"\"",
2973
2973
  "value": ""
2974
2974
  },
2975
- "id": 11074,
2975
+ "id": 11039,
2976
2976
  "name": "Literal",
2977
2977
  "src": "1257:2:39"
2978
2978
  }
2979
2979
  ],
2980
- "id": 11075,
2980
+ "id": 11040,
2981
2981
  "name": "BinaryOperation",
2982
2982
  "src": "1241:18:39"
2983
2983
  },
2984
2984
  {
2985
2985
  "attributes": {
2986
- "functionReturnParameters": 11070
2986
+ "functionReturnParameters": 11035
2987
2987
  },
2988
2988
  "children": [
2989
2989
  {
@@ -2997,18 +2997,18 @@
2997
2997
  "type": "bool",
2998
2998
  "value": "true"
2999
2999
  },
3000
- "id": 11076,
3000
+ "id": 11041,
3001
3001
  "name": "Literal",
3002
3002
  "src": "1281:4:39"
3003
3003
  }
3004
3004
  ],
3005
- "id": 11077,
3005
+ "id": 11042,
3006
3006
  "name": "Return",
3007
3007
  "src": "1274:11:39"
3008
3008
  },
3009
3009
  {
3010
3010
  "attributes": {
3011
- "functionReturnParameters": 11070
3011
+ "functionReturnParameters": 11035
3012
3012
  },
3013
3013
  "children": [
3014
3014
  {
@@ -3022,37 +3022,37 @@
3022
3022
  "type": "bool",
3023
3023
  "value": "false"
3024
3024
  },
3025
- "id": 11078,
3025
+ "id": 11043,
3026
3026
  "name": "Literal",
3027
3027
  "src": "1321:5:39"
3028
3028
  }
3029
3029
  ],
3030
- "id": 11079,
3030
+ "id": 11044,
3031
3031
  "name": "Return",
3032
3032
  "src": "1314:12:39"
3033
3033
  }
3034
3034
  ],
3035
- "id": 11080,
3035
+ "id": 11045,
3036
3036
  "name": "IfStatement",
3037
3037
  "src": "1238:88:39"
3038
3038
  }
3039
3039
  ],
3040
- "id": 11081,
3040
+ "id": 11046,
3041
3041
  "name": "Block",
3042
3042
  "src": "1227:107:39"
3043
3043
  }
3044
3044
  ],
3045
- "id": 11082,
3045
+ "id": 11047,
3046
3046
  "name": "FunctionDefinition",
3047
3047
  "src": "1123:211:39"
3048
3048
  }
3049
3049
  ],
3050
- "id": 11083,
3050
+ "id": 11048,
3051
3051
  "name": "ContractDefinition",
3052
3052
  "src": "265:1074:39"
3053
3053
  }
3054
3054
  ],
3055
- "id": 11084,
3055
+ "id": 11049,
3056
3056
  "name": "SourceUnit",
3057
3057
  "src": "112:1227:39"
3058
3058
  },
@@ -3064,12 +3064,12 @@
3064
3064
  "5": {
3065
3065
  "events": {},
3066
3066
  "links": {},
3067
- "address": "0xF647F22e8Ce31d912c2786135610f9f4A45c8690",
3068
- "transactionHash": "0xa3557970107b7c93f5f9ee4463efc68871ccebc8316462154c316d3f68b8763e"
3067
+ "address": "0x445b6Ae188150E32E5639E6E81B2F31e10Fd24EA",
3068
+ "transactionHash": "0x8cada17938422aba4072c8230571594516d552c1ac2dee1c0f4d106577362f20"
3069
3069
  }
3070
3070
  },
3071
3071
  "schemaVersion": "3.4.3",
3072
- "updatedAt": "2022-06-08T07:04:26.205Z",
3072
+ "updatedAt": "2022-06-11T13:18:12.035Z",
3073
3073
  "networkType": "ethereum",
3074
3074
  "devdoc": {
3075
3075
  "kind": "dev",