@superfluid-finance/ethereum-contracts 1.4.1 → 1.4.2-dev.e06ddfc.0

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 (108) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +28 -28
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +788 -788
  9. package/build/contracts/CFAv1Forwarder.json +1321 -1321
  10. package/build/contracts/CFAv1Library.json +2279 -2279
  11. package/build/contracts/CallUtils.json +198 -198
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
  13. package/build/contracts/ConstantFlowAgreementV1.json +1702 -1622
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +788 -788
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +19 -19
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20Burnable.json +1 -1
  23. package/build/contracts/ERC20Pausable.json +1 -1
  24. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +380 -380
  27. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  28. package/build/contracts/ERC777RecipientReverting.json +855 -855
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1545 -1545
  34. package/build/contracts/FlowOperatorDefinitions.json +788 -788
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +615 -615
  39. package/build/contracts/IDAv1Library.json +2611 -2611
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.json +1 -1
  45. package/build/contracts/IERC20Permit.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
  50. package/build/contracts/IMultiSigWallet.json +24 -24
  51. package/build/contracts/IPureSuperToken.json +47 -47
  52. package/build/contracts/IPureSuperTokenCustom.json +47 -47
  53. package/build/contracts/IRelayRecipient.json +27 -27
  54. package/build/contracts/IResolver.json +38 -38
  55. package/build/contracts/ISETH.json +52 -52
  56. package/build/contracts/ISETHCustom.json +52 -52
  57. package/build/contracts/ISuperAgreement.json +50 -50
  58. package/build/contracts/ISuperApp.json +191 -191
  59. package/build/contracts/ISuperToken.json +544 -544
  60. package/build/contracts/ISuperTokenFactory.json +166 -166
  61. package/build/contracts/ISuperfluid.json +886 -886
  62. package/build/contracts/ISuperfluidGovernance.json +254 -254
  63. package/build/contracts/ISuperfluidToken.json +395 -395
  64. package/build/contracts/ITOGAv1.json +1441 -1441
  65. package/build/contracts/ITOGAv2.json +1441 -1441
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5894 -5894
  68. package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Pausable.json +1 -1
  71. package/build/contracts/Proxy.json +1 -1
  72. package/build/contracts/PureSuperToken.json +106 -106
  73. package/build/contracts/Resolver.json +98 -98
  74. package/build/contracts/SETHProxy.json +224 -224
  75. package/build/contracts/SafeCast.json +1 -1
  76. package/build/contracts/SafeERC20.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
  79. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  80. package/build/contracts/StreamRedirector.json +745 -745
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +239 -239
  83. package/build/contracts/SuperAppDefinitions.json +788 -788
  84. package/build/contracts/SuperToken.json +2477 -2477
  85. package/build/contracts/SuperTokenFactory.json +774 -774
  86. package/build/contracts/SuperTokenFactoryBase.json +764 -764
  87. package/build/contracts/SuperTokenFactoryHelper.json +767 -767
  88. package/build/contracts/SuperUpgrader.json +437 -437
  89. package/build/contracts/Superfluid.json +5096 -5096
  90. package/build/contracts/SuperfluidErrors.json +788 -788
  91. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  92. package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
  93. package/build/contracts/SuperfluidGovernanceConfigs.json +788 -788
  94. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  95. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  96. package/build/contracts/SuperfluidLoader.json +207 -207
  97. package/build/contracts/SuperfluidToken.json +1471 -1471
  98. package/build/contracts/TOGA.json +1457 -1457
  99. package/build/contracts/TestGovernance.json +250 -250
  100. package/build/contracts/TestToken.json +93 -93
  101. package/build/contracts/TokenCustodian.json +214 -214
  102. package/build/contracts/TokenInfo.json +32 -32
  103. package/build/contracts/UUPSProxiable.json +139 -139
  104. package/build/contracts/UUPSProxy.json +81 -81
  105. package/build/contracts/UUPSUtils.json +37 -37
  106. package/build/contracts-sizes.txt +1 -1
  107. package/contracts/agreements/ConstantFlowAgreementV1.sol +4 -0
  108. package/package.json +9 -5
@@ -299,51 +299,51 @@
299
299
  2820
300
300
  ],
301
301
  "ERC20WithTokenInfo": [
302
- 20952
302
+ 20959
303
303
  ],
304
304
  "FullUpgradableSuperTokenProxy": [
305
- 31219
305
+ 31226
306
306
  ],
307
307
  "IERC20": [
308
308
  1630
309
309
  ],
310
310
  "ISuperToken": [
311
- 19933
311
+ 19940
312
312
  ],
313
313
  "ISuperTokenFactory": [
314
- 20024
314
+ 20031
315
315
  ],
316
316
  "ISuperfluid": [
317
- 20535
317
+ 20542
318
318
  ],
319
319
  "SuperToken": [
320
- 32870
320
+ 32877
321
321
  ],
322
322
  "SuperTokenFactory": [
323
- 33265
323
+ 33272
324
324
  ],
325
325
  "SuperTokenFactoryBase": [
326
- 33208
326
+ 33215
327
327
  ],
328
328
  "SuperTokenFactoryHelper": [
329
- 33227
329
+ 33234
330
330
  ],
331
331
  "SuperfluidErrors": [
332
- 19402
332
+ 19409
333
333
  ],
334
334
  "UUPSProxiable": [
335
- 37512
335
+ 37519
336
336
  ],
337
337
  "UUPSProxy": [
338
- 37569
338
+ 37576
339
339
  ]
340
340
  },
341
- "id": 33266,
341
+ "id": 33273,
342
342
  "license": "AGPLv3",
343
343
  "nodeType": "SourceUnit",
344
344
  "nodes": [
345
345
  {
346
- "id": 32872,
346
+ "id": 32879,
347
347
  "literals": [
348
348
  "solidity",
349
349
  "0.8",
@@ -355,20 +355,20 @@
355
355
  {
356
356
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
357
357
  "file": "../interfaces/superfluid/ISuperTokenFactory.sol",
358
- "id": 32878,
358
+ "id": 32885,
359
359
  "nameLocation": "-1:-1:-1",
360
360
  "nodeType": "ImportDirective",
361
- "scope": 33266,
362
- "sourceUnit": 20025,
361
+ "scope": 33273,
362
+ "sourceUnit": 20032,
363
363
  "src": "60:164:88",
364
364
  "symbolAliases": [
365
365
  {
366
366
  "foreign": {
367
- "id": 32873,
367
+ "id": 32880,
368
368
  "name": "ISuperTokenFactory",
369
369
  "nodeType": "Identifier",
370
370
  "overloadedDeclarations": [],
371
- "referencedDeclaration": 20024,
371
+ "referencedDeclaration": 20031,
372
372
  "src": "73:18:88",
373
373
  "typeDescriptions": {}
374
374
  },
@@ -376,11 +376,11 @@
376
376
  },
377
377
  {
378
378
  "foreign": {
379
- "id": 32874,
379
+ "id": 32881,
380
380
  "name": "ISuperToken",
381
381
  "nodeType": "Identifier",
382
382
  "overloadedDeclarations": [],
383
- "referencedDeclaration": 19933,
383
+ "referencedDeclaration": 19940,
384
384
  "src": "97:11:88",
385
385
  "typeDescriptions": {}
386
386
  },
@@ -388,7 +388,7 @@
388
388
  },
389
389
  {
390
390
  "foreign": {
391
- "id": 32875,
391
+ "id": 32882,
392
392
  "name": "IERC20",
393
393
  "nodeType": "Identifier",
394
394
  "overloadedDeclarations": [],
@@ -400,11 +400,11 @@
400
400
  },
401
401
  {
402
402
  "foreign": {
403
- "id": 32876,
403
+ "id": 32883,
404
404
  "name": "ERC20WithTokenInfo",
405
405
  "nodeType": "Identifier",
406
406
  "overloadedDeclarations": [],
407
- "referencedDeclaration": 20952,
407
+ "referencedDeclaration": 20959,
408
408
  "src": "126:18:88",
409
409
  "typeDescriptions": {}
410
410
  },
@@ -412,11 +412,11 @@
412
412
  },
413
413
  {
414
414
  "foreign": {
415
- "id": 32877,
415
+ "id": 32884,
416
416
  "name": "SuperfluidErrors",
417
417
  "nodeType": "Identifier",
418
418
  "overloadedDeclarations": [],
419
- "referencedDeclaration": 19402,
419
+ "referencedDeclaration": 19409,
420
420
  "src": "150:16:88",
421
421
  "typeDescriptions": {}
422
422
  },
@@ -428,20 +428,20 @@
428
428
  {
429
429
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
430
430
  "file": "../interfaces/superfluid/ISuperfluid.sol",
431
- "id": 32880,
431
+ "id": 32887,
432
432
  "nameLocation": "-1:-1:-1",
433
433
  "nodeType": "ImportDirective",
434
- "scope": 33266,
435
- "sourceUnit": 20536,
434
+ "scope": 33273,
435
+ "sourceUnit": 20543,
436
436
  "src": "226:71:88",
437
437
  "symbolAliases": [
438
438
  {
439
439
  "foreign": {
440
- "id": 32879,
440
+ "id": 32886,
441
441
  "name": "ISuperfluid",
442
442
  "nodeType": "Identifier",
443
443
  "overloadedDeclarations": [],
444
- "referencedDeclaration": 20535,
444
+ "referencedDeclaration": 20542,
445
445
  "src": "235:11:88",
446
446
  "typeDescriptions": {}
447
447
  },
@@ -453,20 +453,20 @@
453
453
  {
454
454
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
455
455
  "file": "../upgradability/UUPSProxy.sol",
456
- "id": 32882,
456
+ "id": 32889,
457
457
  "nameLocation": "-1:-1:-1",
458
458
  "nodeType": "ImportDirective",
459
- "scope": 33266,
460
- "sourceUnit": 37570,
459
+ "scope": 33273,
460
+ "sourceUnit": 37577,
461
461
  "src": "299:59:88",
462
462
  "symbolAliases": [
463
463
  {
464
464
  "foreign": {
465
- "id": 32881,
465
+ "id": 32888,
466
466
  "name": "UUPSProxy",
467
467
  "nodeType": "Identifier",
468
468
  "overloadedDeclarations": [],
469
- "referencedDeclaration": 37569,
469
+ "referencedDeclaration": 37576,
470
470
  "src": "308:9:88",
471
471
  "typeDescriptions": {}
472
472
  },
@@ -478,20 +478,20 @@
478
478
  {
479
479
  "absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
480
480
  "file": "../upgradability/UUPSProxiable.sol",
481
- "id": 32884,
481
+ "id": 32891,
482
482
  "nameLocation": "-1:-1:-1",
483
483
  "nodeType": "ImportDirective",
484
- "scope": 33266,
485
- "sourceUnit": 37513,
484
+ "scope": 33273,
485
+ "sourceUnit": 37520,
486
486
  "src": "359:67:88",
487
487
  "symbolAliases": [
488
488
  {
489
489
  "foreign": {
490
- "id": 32883,
490
+ "id": 32890,
491
491
  "name": "UUPSProxiable",
492
492
  "nodeType": "Identifier",
493
493
  "overloadedDeclarations": [],
494
- "referencedDeclaration": 37512,
494
+ "referencedDeclaration": 37519,
495
495
  "src": "368:13:88",
496
496
  "typeDescriptions": {}
497
497
  },
@@ -503,20 +503,20 @@
503
503
  {
504
504
  "absolutePath": "project:/contracts/superfluid/SuperToken.sol",
505
505
  "file": "../superfluid/SuperToken.sol",
506
- "id": 32886,
506
+ "id": 32893,
507
507
  "nameLocation": "-1:-1:-1",
508
508
  "nodeType": "ImportDirective",
509
- "scope": 33266,
510
- "sourceUnit": 32871,
509
+ "scope": 33273,
510
+ "sourceUnit": 32878,
511
511
  "src": "428:58:88",
512
512
  "symbolAliases": [
513
513
  {
514
514
  "foreign": {
515
- "id": 32885,
515
+ "id": 32892,
516
516
  "name": "SuperToken",
517
517
  "nodeType": "Identifier",
518
518
  "overloadedDeclarations": [],
519
- "referencedDeclaration": 32870,
519
+ "referencedDeclaration": 32877,
520
520
  "src": "437:10:88",
521
521
  "typeDescriptions": {}
522
522
  },
@@ -528,20 +528,20 @@
528
528
  {
529
529
  "absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
530
530
  "file": "./FullUpgradableSuperTokenProxy.sol",
531
- "id": 32888,
531
+ "id": 32895,
532
532
  "nameLocation": "-1:-1:-1",
533
533
  "nodeType": "ImportDirective",
534
- "scope": 33266,
535
- "sourceUnit": 31220,
534
+ "scope": 33273,
535
+ "sourceUnit": 31227,
536
536
  "src": "488:84:88",
537
537
  "symbolAliases": [
538
538
  {
539
539
  "foreign": {
540
- "id": 32887,
540
+ "id": 32894,
541
541
  "name": "FullUpgradableSuperTokenProxy",
542
542
  "nodeType": "Identifier",
543
543
  "overloadedDeclarations": [],
544
- "referencedDeclaration": 31219,
544
+ "referencedDeclaration": 31226,
545
545
  "src": "497:29:88",
546
546
  "typeDescriptions": {}
547
547
  },
@@ -553,16 +553,16 @@
553
553
  {
554
554
  "absolutePath": "@openzeppelin/contracts/utils/Address.sol",
555
555
  "file": "@openzeppelin/contracts/utils/Address.sol",
556
- "id": 32890,
556
+ "id": 32897,
557
557
  "nameLocation": "-1:-1:-1",
558
558
  "nodeType": "ImportDirective",
559
- "scope": 33266,
559
+ "scope": 33273,
560
560
  "sourceUnit": 2688,
561
561
  "src": "574:68:88",
562
562
  "symbolAliases": [
563
563
  {
564
564
  "foreign": {
565
- "id": 32889,
565
+ "id": 32896,
566
566
  "name": "Address",
567
567
  "nodeType": "Identifier",
568
568
  "overloadedDeclarations": [],
@@ -578,16 +578,16 @@
578
578
  {
579
579
  "absolutePath": "@openzeppelin/contracts/utils/Create2.sol",
580
580
  "file": "@openzeppelin/contracts/utils/Create2.sol",
581
- "id": 32892,
581
+ "id": 32899,
582
582
  "nameLocation": "-1:-1:-1",
583
583
  "nodeType": "ImportDirective",
584
- "scope": 33266,
584
+ "scope": 33273,
585
585
  "sourceUnit": 2821,
586
586
  "src": "643:68:88",
587
587
  "symbolAliases": [
588
588
  {
589
589
  "foreign": {
590
- "id": 32891,
590
+ "id": 32898,
591
591
  "name": "Create2",
592
592
  "nodeType": "Identifier",
593
593
  "overloadedDeclarations": [],
@@ -605,47 +605,47 @@
605
605
  "baseContracts": [
606
606
  {
607
607
  "baseName": {
608
- "id": 32893,
608
+ "id": 32900,
609
609
  "name": "UUPSProxiable",
610
610
  "nameLocations": [
611
611
  "761:13:88"
612
612
  ],
613
613
  "nodeType": "IdentifierPath",
614
- "referencedDeclaration": 37512,
614
+ "referencedDeclaration": 37519,
615
615
  "src": "761:13:88"
616
616
  },
617
- "id": 32894,
617
+ "id": 32901,
618
618
  "nodeType": "InheritanceSpecifier",
619
619
  "src": "761:13:88"
620
620
  },
621
621
  {
622
622
  "baseName": {
623
- "id": 32895,
623
+ "id": 32902,
624
624
  "name": "ISuperTokenFactory",
625
625
  "nameLocations": [
626
626
  "780:18:88"
627
627
  ],
628
628
  "nodeType": "IdentifierPath",
629
- "referencedDeclaration": 20024,
629
+ "referencedDeclaration": 20031,
630
630
  "src": "780:18:88"
631
631
  },
632
- "id": 32896,
632
+ "id": 32903,
633
633
  "nodeType": "InheritanceSpecifier",
634
634
  "src": "780:18:88"
635
635
  }
636
636
  ],
637
637
  "canonicalName": "SuperTokenFactoryBase",
638
638
  "contractDependencies": [
639
- 31219,
640
- 37569
639
+ 31226,
640
+ 37576
641
641
  ],
642
642
  "contractKind": "contract",
643
643
  "fullyImplemented": false,
644
- "id": 33208,
644
+ "id": 33215,
645
645
  "linearizedBaseContracts": [
646
- 33208,
647
- 20024,
648
- 37512,
646
+ 33215,
647
+ 20031,
648
+ 37519,
649
649
  858
650
650
  ],
651
651
  "name": "SuperTokenFactoryBase",
@@ -654,36 +654,36 @@
654
654
  "nodes": [
655
655
  {
656
656
  "constant": false,
657
- "id": 32899,
657
+ "id": 32906,
658
658
  "mutability": "immutable",
659
659
  "name": "_host",
660
660
  "nameLocation": "837:5:88",
661
661
  "nodeType": "VariableDeclaration",
662
- "scope": 33208,
662
+ "scope": 33215,
663
663
  "src": "806:36:88",
664
664
  "stateVariable": true,
665
665
  "storageLocation": "default",
666
666
  "typeDescriptions": {
667
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
667
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
668
668
  "typeString": "contract ISuperfluid"
669
669
  },
670
670
  "typeName": {
671
- "id": 32898,
671
+ "id": 32905,
672
672
  "nodeType": "UserDefinedTypeName",
673
673
  "pathNode": {
674
- "id": 32897,
674
+ "id": 32904,
675
675
  "name": "ISuperfluid",
676
676
  "nameLocations": [
677
677
  "806:11:88"
678
678
  ],
679
679
  "nodeType": "IdentifierPath",
680
- "referencedDeclaration": 20535,
680
+ "referencedDeclaration": 20542,
681
681
  "src": "806:11:88"
682
682
  },
683
- "referencedDeclaration": 20535,
683
+ "referencedDeclaration": 20542,
684
684
  "src": "806:11:88",
685
685
  "typeDescriptions": {
686
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
686
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
687
687
  "typeString": "contract ISuperfluid"
688
688
  }
689
689
  },
@@ -691,36 +691,36 @@
691
691
  },
692
692
  {
693
693
  "constant": false,
694
- "id": 32902,
694
+ "id": 32909,
695
695
  "mutability": "mutable",
696
696
  "name": "_superTokenLogic",
697
697
  "nameLocation": "870:16:88",
698
698
  "nodeType": "VariableDeclaration",
699
- "scope": 33208,
699
+ "scope": 33215,
700
700
  "src": "849:37:88",
701
701
  "stateVariable": true,
702
702
  "storageLocation": "default",
703
703
  "typeDescriptions": {
704
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
704
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
705
705
  "typeString": "contract ISuperToken"
706
706
  },
707
707
  "typeName": {
708
- "id": 32901,
708
+ "id": 32908,
709
709
  "nodeType": "UserDefinedTypeName",
710
710
  "pathNode": {
711
- "id": 32900,
711
+ "id": 32907,
712
712
  "name": "ISuperToken",
713
713
  "nameLocations": [
714
714
  "849:11:88"
715
715
  ],
716
716
  "nodeType": "IdentifierPath",
717
- "referencedDeclaration": 19933,
717
+ "referencedDeclaration": 19940,
718
718
  "src": "849:11:88"
719
719
  },
720
- "referencedDeclaration": 19933,
720
+ "referencedDeclaration": 19940,
721
721
  "src": "849:11:88",
722
722
  "typeDescriptions": {
723
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
723
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
724
724
  "typeString": "contract ISuperToken"
725
725
  }
726
726
  },
@@ -728,56 +728,56 @@
728
728
  },
729
729
  {
730
730
  "body": {
731
- "id": 32912,
731
+ "id": 32919,
732
732
  "nodeType": "Block",
733
733
  "src": "937:29:88",
734
734
  "statements": [
735
735
  {
736
736
  "expression": {
737
- "id": 32910,
737
+ "id": 32917,
738
738
  "isConstant": false,
739
739
  "isLValue": false,
740
740
  "isPure": false,
741
741
  "lValueRequested": false,
742
742
  "leftHandSide": {
743
- "id": 32908,
743
+ "id": 32915,
744
744
  "name": "_host",
745
745
  "nodeType": "Identifier",
746
746
  "overloadedDeclarations": [],
747
- "referencedDeclaration": 32899,
747
+ "referencedDeclaration": 32906,
748
748
  "src": "947:5:88",
749
749
  "typeDescriptions": {
750
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
750
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
751
751
  "typeString": "contract ISuperfluid"
752
752
  }
753
753
  },
754
754
  "nodeType": "Assignment",
755
755
  "operator": "=",
756
756
  "rightHandSide": {
757
- "id": 32909,
757
+ "id": 32916,
758
758
  "name": "host",
759
759
  "nodeType": "Identifier",
760
760
  "overloadedDeclarations": [],
761
- "referencedDeclaration": 32905,
761
+ "referencedDeclaration": 32912,
762
762
  "src": "955:4:88",
763
763
  "typeDescriptions": {
764
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
764
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
765
765
  "typeString": "contract ISuperfluid"
766
766
  }
767
767
  },
768
768
  "src": "947:12:88",
769
769
  "typeDescriptions": {
770
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
770
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
771
771
  "typeString": "contract ISuperfluid"
772
772
  }
773
773
  },
774
- "id": 32911,
774
+ "id": 32918,
775
775
  "nodeType": "ExpressionStatement",
776
776
  "src": "947:12:88"
777
777
  }
778
778
  ]
779
779
  },
780
- "id": 32913,
780
+ "id": 32920,
781
781
  "implemented": true,
782
782
  "kind": "constructor",
783
783
  "modifiers": [],
@@ -785,41 +785,41 @@
785
785
  "nameLocation": "-1:-1:-1",
786
786
  "nodeType": "FunctionDefinition",
787
787
  "parameters": {
788
- "id": 32906,
788
+ "id": 32913,
789
789
  "nodeType": "ParameterList",
790
790
  "parameters": [
791
791
  {
792
792
  "constant": false,
793
- "id": 32905,
793
+ "id": 32912,
794
794
  "mutability": "mutable",
795
795
  "name": "host",
796
796
  "nameLocation": "926:4:88",
797
797
  "nodeType": "VariableDeclaration",
798
- "scope": 32913,
798
+ "scope": 32920,
799
799
  "src": "914:16:88",
800
800
  "stateVariable": false,
801
801
  "storageLocation": "default",
802
802
  "typeDescriptions": {
803
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
803
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
804
804
  "typeString": "contract ISuperfluid"
805
805
  },
806
806
  "typeName": {
807
- "id": 32904,
807
+ "id": 32911,
808
808
  "nodeType": "UserDefinedTypeName",
809
809
  "pathNode": {
810
- "id": 32903,
810
+ "id": 32910,
811
811
  "name": "ISuperfluid",
812
812
  "nameLocations": [
813
813
  "914:11:88"
814
814
  ],
815
815
  "nodeType": "IdentifierPath",
816
- "referencedDeclaration": 20535,
816
+ "referencedDeclaration": 20542,
817
817
  "src": "914:11:88"
818
818
  },
819
- "referencedDeclaration": 20535,
819
+ "referencedDeclaration": 20542,
820
820
  "src": "914:11:88",
821
821
  "typeDescriptions": {
822
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
822
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
823
823
  "typeString": "contract ISuperfluid"
824
824
  }
825
825
  },
@@ -829,12 +829,12 @@
829
829
  "src": "904:32:88"
830
830
  },
831
831
  "returnParameters": {
832
- "id": 32907,
832
+ "id": 32914,
833
833
  "nodeType": "ParameterList",
834
834
  "parameters": [],
835
835
  "src": "937:0:88"
836
836
  },
837
- "scope": 33208,
837
+ "scope": 33215,
838
838
  "src": "893:73:88",
839
839
  "stateMutability": "nonpayable",
840
840
  "virtual": false,
@@ -842,10 +842,10 @@
842
842
  },
843
843
  {
844
844
  "baseFunctions": [
845
- 19949
845
+ 19956
846
846
  ],
847
847
  "body": {
848
- "id": 32926,
848
+ "id": 32933,
849
849
  "nodeType": "Block",
850
850
  "src": "1136:37:88",
851
851
  "statements": [
@@ -853,14 +853,14 @@
853
853
  "expression": {
854
854
  "arguments": [
855
855
  {
856
- "id": 32923,
856
+ "id": 32930,
857
857
  "name": "_host",
858
858
  "nodeType": "Identifier",
859
859
  "overloadedDeclarations": [],
860
- "referencedDeclaration": 32899,
860
+ "referencedDeclaration": 32906,
861
861
  "src": "1160:5:88",
862
862
  "typeDescriptions": {
863
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
863
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
864
864
  "typeString": "contract ISuperfluid"
865
865
  }
866
866
  }
@@ -868,11 +868,11 @@
868
868
  "expression": {
869
869
  "argumentTypes": [
870
870
  {
871
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
871
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
872
872
  "typeString": "contract ISuperfluid"
873
873
  }
874
874
  ],
875
- "id": 32922,
875
+ "id": 32929,
876
876
  "isConstant": false,
877
877
  "isLValue": false,
878
878
  "isPure": true,
@@ -884,14 +884,14 @@
884
884
  "typeString": "type(address)"
885
885
  },
886
886
  "typeName": {
887
- "id": 32921,
887
+ "id": 32928,
888
888
  "name": "address",
889
889
  "nodeType": "ElementaryTypeName",
890
890
  "src": "1152:7:88",
891
891
  "typeDescriptions": {}
892
892
  }
893
893
  },
894
- "id": 32924,
894
+ "id": 32931,
895
895
  "isConstant": false,
896
896
  "isLValue": false,
897
897
  "isPure": false,
@@ -907,21 +907,21 @@
907
907
  "typeString": "address"
908
908
  }
909
909
  },
910
- "functionReturnParameters": 32920,
911
- "id": 32925,
910
+ "functionReturnParameters": 32927,
911
+ "id": 32932,
912
912
  "nodeType": "Return",
913
913
  "src": "1145:21:88"
914
914
  }
915
915
  ]
916
916
  },
917
917
  "documentation": {
918
- "id": 32914,
918
+ "id": 32921,
919
919
  "nodeType": "StructuredDocumentation",
920
920
  "src": "972:50:88",
921
921
  "text": "@dev ISuperTokenFactory.getHost implementation"
922
922
  },
923
923
  "functionSelector": "20bc4425",
924
- "id": 32927,
924
+ "id": 32934,
925
925
  "implemented": true,
926
926
  "kind": "function",
927
927
  "modifiers": [],
@@ -929,40 +929,40 @@
929
929
  "nameLocation": "1036:7:88",
930
930
  "nodeType": "FunctionDefinition",
931
931
  "overrides": {
932
- "id": 32917,
932
+ "id": 32924,
933
933
  "nodeType": "OverrideSpecifier",
934
934
  "overrides": [
935
935
  {
936
- "id": 32916,
936
+ "id": 32923,
937
937
  "name": "ISuperTokenFactory",
938
938
  "nameLocations": [
939
939
  "1083:18:88"
940
940
  ],
941
941
  "nodeType": "IdentifierPath",
942
- "referencedDeclaration": 20024,
942
+ "referencedDeclaration": 20031,
943
943
  "src": "1083:18:88"
944
944
  }
945
945
  ],
946
946
  "src": "1074:28:88"
947
947
  },
948
948
  "parameters": {
949
- "id": 32915,
949
+ "id": 32922,
950
950
  "nodeType": "ParameterList",
951
951
  "parameters": [],
952
952
  "src": "1043:2:88"
953
953
  },
954
954
  "returnParameters": {
955
- "id": 32920,
955
+ "id": 32927,
956
956
  "nodeType": "ParameterList",
957
957
  "parameters": [
958
958
  {
959
959
  "constant": false,
960
- "id": 32919,
960
+ "id": 32926,
961
961
  "mutability": "mutable",
962
962
  "name": "host",
963
963
  "nameLocation": "1126:4:88",
964
964
  "nodeType": "VariableDeclaration",
965
- "scope": 32927,
965
+ "scope": 32934,
966
966
  "src": "1118:12:88",
967
967
  "stateVariable": false,
968
968
  "storageLocation": "default",
@@ -971,7 +971,7 @@
971
971
  "typeString": "address"
972
972
  },
973
973
  "typeName": {
974
- "id": 32918,
974
+ "id": 32925,
975
975
  "name": "address",
976
976
  "nodeType": "ElementaryTypeName",
977
977
  "src": "1118:7:88",
@@ -986,7 +986,7 @@
986
986
  ],
987
987
  "src": "1117:14:88"
988
988
  },
989
- "scope": 33208,
989
+ "scope": 33215,
990
990
  "src": "1027:146:88",
991
991
  "stateMutability": "view",
992
992
  "virtual": false,
@@ -994,10 +994,10 @@
994
994
  },
995
995
  {
996
996
  "baseFunctions": [
997
- 19953
997
+ 19960
998
998
  ],
999
999
  "body": {
1000
- "id": 32936,
1000
+ "id": 32943,
1001
1001
  "nodeType": "Block",
1002
1002
  "src": "1461:41:88",
1003
1003
  "statements": [
@@ -1006,18 +1006,18 @@
1006
1006
  "arguments": [],
1007
1007
  "expression": {
1008
1008
  "argumentTypes": [],
1009
- "id": 32933,
1009
+ "id": 32940,
1010
1010
  "name": "_updateSuperTokenLogic",
1011
1011
  "nodeType": "Identifier",
1012
1012
  "overloadedDeclarations": [],
1013
- "referencedDeclaration": 33004,
1013
+ "referencedDeclaration": 33011,
1014
1014
  "src": "1471:22:88",
1015
1015
  "typeDescriptions": {
1016
1016
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1017
1017
  "typeString": "function ()"
1018
1018
  }
1019
1019
  },
1020
- "id": 32934,
1020
+ "id": 32941,
1021
1021
  "isConstant": false,
1022
1022
  "isLValue": false,
1023
1023
  "isPure": false,
@@ -1033,22 +1033,22 @@
1033
1033
  "typeString": "tuple()"
1034
1034
  }
1035
1035
  },
1036
- "id": 32935,
1036
+ "id": 32942,
1037
1037
  "nodeType": "ExpressionStatement",
1038
1038
  "src": "1471:24:88"
1039
1039
  }
1040
1040
  ]
1041
1041
  },
1042
1042
  "functionSelector": "8129fc1c",
1043
- "id": 32937,
1043
+ "id": 32944,
1044
1044
  "implemented": true,
1045
1045
  "kind": "function",
1046
1046
  "modifiers": [
1047
1047
  {
1048
- "id": 32931,
1048
+ "id": 32938,
1049
1049
  "kind": "modifierInvocation",
1050
1050
  "modifierName": {
1051
- "id": 32930,
1051
+ "id": 32937,
1052
1052
  "name": "initializer",
1053
1053
  "nameLocations": [
1054
1054
  "1415:11:88"
@@ -1065,24 +1065,24 @@
1065
1065
  "nameLocation": "1368:10:88",
1066
1066
  "nodeType": "FunctionDefinition",
1067
1067
  "overrides": {
1068
- "id": 32929,
1068
+ "id": 32936,
1069
1069
  "nodeType": "OverrideSpecifier",
1070
1070
  "overrides": [],
1071
1071
  "src": "1398:8:88"
1072
1072
  },
1073
1073
  "parameters": {
1074
- "id": 32928,
1074
+ "id": 32935,
1075
1075
  "nodeType": "ParameterList",
1076
1076
  "parameters": [],
1077
1077
  "src": "1378:2:88"
1078
1078
  },
1079
1079
  "returnParameters": {
1080
- "id": 32932,
1080
+ "id": 32939,
1081
1081
  "nodeType": "ParameterList",
1082
1082
  "parameters": [],
1083
1083
  "src": "1461:0:88"
1084
1084
  },
1085
- "scope": 33208,
1085
+ "scope": 33215,
1086
1086
  "src": "1359:143:88",
1087
1087
  "stateMutability": "nonpayable",
1088
1088
  "virtual": false,
@@ -1090,10 +1090,10 @@
1090
1090
  },
1091
1091
  {
1092
1092
  "baseFunctions": [
1093
- 37452
1093
+ 37459
1094
1094
  ],
1095
1095
  "body": {
1096
- "id": 32947,
1096
+ "id": 32954,
1097
1097
  "nodeType": "Block",
1098
1098
  "src": "1572:102:88",
1099
1099
  "statements": [
@@ -1102,7 +1102,7 @@
1102
1102
  "arguments": [
1103
1103
  {
1104
1104
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572546f6b656e466163746f72792e696d706c656d656e746174696f6e",
1105
- "id": 32944,
1105
+ "id": 32951,
1106
1106
  "isConstant": false,
1107
1107
  "isLValue": false,
1108
1108
  "isPure": true,
@@ -1124,7 +1124,7 @@
1124
1124
  "typeString": "literal_string \"org.superfluid-finance.contracts.SuperTokenFactory.implementation\""
1125
1125
  }
1126
1126
  ],
1127
- "id": 32943,
1127
+ "id": 32950,
1128
1128
  "name": "keccak256",
1129
1129
  "nodeType": "Identifier",
1130
1130
  "overloadedDeclarations": [],
@@ -1135,7 +1135,7 @@
1135
1135
  "typeString": "function (bytes memory) pure returns (bytes32)"
1136
1136
  }
1137
1137
  },
1138
- "id": 32945,
1138
+ "id": 32952,
1139
1139
  "isConstant": false,
1140
1140
  "isLValue": false,
1141
1141
  "isPure": true,
@@ -1151,15 +1151,15 @@
1151
1151
  "typeString": "bytes32"
1152
1152
  }
1153
1153
  },
1154
- "functionReturnParameters": 32942,
1155
- "id": 32946,
1154
+ "functionReturnParameters": 32949,
1155
+ "id": 32953,
1156
1156
  "nodeType": "Return",
1157
1157
  "src": "1582:85:88"
1158
1158
  }
1159
1159
  ]
1160
1160
  },
1161
1161
  "functionSelector": "52d1902d",
1162
- "id": 32948,
1162
+ "id": 32955,
1163
1163
  "implemented": true,
1164
1164
  "kind": "function",
1165
1165
  "modifiers": [],
@@ -1167,29 +1167,29 @@
1167
1167
  "nameLocation": "1517:13:88",
1168
1168
  "nodeType": "FunctionDefinition",
1169
1169
  "overrides": {
1170
- "id": 32939,
1170
+ "id": 32946,
1171
1171
  "nodeType": "OverrideSpecifier",
1172
1172
  "overrides": [],
1173
1173
  "src": "1545:8:88"
1174
1174
  },
1175
1175
  "parameters": {
1176
- "id": 32938,
1176
+ "id": 32945,
1177
1177
  "nodeType": "ParameterList",
1178
1178
  "parameters": [],
1179
1179
  "src": "1530:2:88"
1180
1180
  },
1181
1181
  "returnParameters": {
1182
- "id": 32942,
1182
+ "id": 32949,
1183
1183
  "nodeType": "ParameterList",
1184
1184
  "parameters": [
1185
1185
  {
1186
1186
  "constant": false,
1187
- "id": 32941,
1187
+ "id": 32948,
1188
1188
  "mutability": "mutable",
1189
1189
  "name": "",
1190
1190
  "nameLocation": "-1:-1:-1",
1191
1191
  "nodeType": "VariableDeclaration",
1192
- "scope": 32948,
1192
+ "scope": 32955,
1193
1193
  "src": "1563:7:88",
1194
1194
  "stateVariable": false,
1195
1195
  "storageLocation": "default",
@@ -1198,7 +1198,7 @@
1198
1198
  "typeString": "bytes32"
1199
1199
  },
1200
1200
  "typeName": {
1201
- "id": 32940,
1201
+ "id": 32947,
1202
1202
  "name": "bytes32",
1203
1203
  "nodeType": "ElementaryTypeName",
1204
1204
  "src": "1563:7:88",
@@ -1212,7 +1212,7 @@
1212
1212
  ],
1213
1213
  "src": "1562:9:88"
1214
1214
  },
1215
- "scope": 33208,
1215
+ "scope": 33215,
1216
1216
  "src": "1508:166:88",
1217
1217
  "stateMutability": "pure",
1218
1218
  "virtual": false,
@@ -1220,10 +1220,10 @@
1220
1220
  },
1221
1221
  {
1222
1222
  "baseFunctions": [
1223
- 37440
1223
+ 37447
1224
1224
  ],
1225
1225
  "body": {
1226
- "id": 32977,
1226
+ "id": 32984,
1227
1227
  "nodeType": "Block",
1228
1228
  "src": "1738:230:88",
1229
1229
  "statements": [
@@ -1233,14 +1233,14 @@
1233
1233
  "typeIdentifier": "t_address",
1234
1234
  "typeString": "address"
1235
1235
  },
1236
- "id": 32960,
1236
+ "id": 32967,
1237
1237
  "isConstant": false,
1238
1238
  "isLValue": false,
1239
1239
  "isPure": false,
1240
1240
  "lValueRequested": false,
1241
1241
  "leftExpression": {
1242
1242
  "expression": {
1243
- "id": 32954,
1243
+ "id": 32961,
1244
1244
  "name": "msg",
1245
1245
  "nodeType": "Identifier",
1246
1246
  "overloadedDeclarations": [],
@@ -1251,7 +1251,7 @@
1251
1251
  "typeString": "msg"
1252
1252
  }
1253
1253
  },
1254
- "id": 32955,
1254
+ "id": 32962,
1255
1255
  "isConstant": false,
1256
1256
  "isLValue": false,
1257
1257
  "isPure": false,
@@ -1270,14 +1270,14 @@
1270
1270
  "rightExpression": {
1271
1271
  "arguments": [
1272
1272
  {
1273
- "id": 32958,
1273
+ "id": 32965,
1274
1274
  "name": "_host",
1275
1275
  "nodeType": "Identifier",
1276
1276
  "overloadedDeclarations": [],
1277
- "referencedDeclaration": 32899,
1277
+ "referencedDeclaration": 32906,
1278
1278
  "src": "1774:5:88",
1279
1279
  "typeDescriptions": {
1280
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1280
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1281
1281
  "typeString": "contract ISuperfluid"
1282
1282
  }
1283
1283
  }
@@ -1285,11 +1285,11 @@
1285
1285
  "expression": {
1286
1286
  "argumentTypes": [
1287
1287
  {
1288
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1288
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1289
1289
  "typeString": "contract ISuperfluid"
1290
1290
  }
1291
1291
  ],
1292
- "id": 32957,
1292
+ "id": 32964,
1293
1293
  "isConstant": false,
1294
1294
  "isLValue": false,
1295
1295
  "isPure": true,
@@ -1301,14 +1301,14 @@
1301
1301
  "typeString": "type(address)"
1302
1302
  },
1303
1303
  "typeName": {
1304
- "id": 32956,
1304
+ "id": 32963,
1305
1305
  "name": "address",
1306
1306
  "nodeType": "ElementaryTypeName",
1307
1307
  "src": "1766:7:88",
1308
1308
  "typeDescriptions": {}
1309
1309
  }
1310
1310
  },
1311
- "id": 32959,
1311
+ "id": 32966,
1312
1312
  "isConstant": false,
1313
1313
  "isLValue": false,
1314
1314
  "isPure": false,
@@ -1330,11 +1330,11 @@
1330
1330
  "typeString": "bool"
1331
1331
  }
1332
1332
  },
1333
- "id": 32969,
1333
+ "id": 32976,
1334
1334
  "nodeType": "IfStatement",
1335
1335
  "src": "1748:140:88",
1336
1336
  "trueBody": {
1337
- "id": 32968,
1337
+ "id": 32975,
1338
1338
  "nodeType": "Block",
1339
1339
  "src": "1782:106:88",
1340
1340
  "statements": [
@@ -1343,18 +1343,18 @@
1343
1343
  "arguments": [
1344
1344
  {
1345
1345
  "expression": {
1346
- "id": 32964,
1346
+ "id": 32971,
1347
1347
  "name": "SuperfluidErrors",
1348
1348
  "nodeType": "Identifier",
1349
1349
  "overloadedDeclarations": [],
1350
- "referencedDeclaration": 19402,
1350
+ "referencedDeclaration": 19409,
1351
1351
  "src": "1830:16:88",
1352
1352
  "typeDescriptions": {
1353
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
1353
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
1354
1354
  "typeString": "type(library SuperfluidErrors)"
1355
1355
  }
1356
1356
  },
1357
- "id": 32965,
1357
+ "id": 32972,
1358
1358
  "isConstant": false,
1359
1359
  "isLValue": false,
1360
1360
  "isPure": true,
@@ -1362,7 +1362,7 @@
1362
1362
  "memberLocation": "1847:29:88",
1363
1363
  "memberName": "SUPER_TOKEN_FACTORY_ONLY_HOST",
1364
1364
  "nodeType": "MemberAccess",
1365
- "referencedDeclaration": 19395,
1365
+ "referencedDeclaration": 19402,
1366
1366
  "src": "1830:46:88",
1367
1367
  "typeDescriptions": {
1368
1368
  "typeIdentifier": "t_uint256",
@@ -1378,18 +1378,18 @@
1378
1378
  }
1379
1379
  ],
1380
1380
  "expression": {
1381
- "id": 32961,
1381
+ "id": 32968,
1382
1382
  "name": "SuperfluidErrors",
1383
1383
  "nodeType": "Identifier",
1384
1384
  "overloadedDeclarations": [],
1385
- "referencedDeclaration": 19402,
1385
+ "referencedDeclaration": 19409,
1386
1386
  "src": "1803:16:88",
1387
1387
  "typeDescriptions": {
1388
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
1388
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
1389
1389
  "typeString": "type(library SuperfluidErrors)"
1390
1390
  }
1391
1391
  },
1392
- "id": 32963,
1392
+ "id": 32970,
1393
1393
  "isConstant": false,
1394
1394
  "isLValue": false,
1395
1395
  "isPure": false,
@@ -1397,14 +1397,14 @@
1397
1397
  "memberLocation": "1820:9:88",
1398
1398
  "memberName": "ONLY_HOST",
1399
1399
  "nodeType": "MemberAccess",
1400
- "referencedDeclaration": 19295,
1400
+ "referencedDeclaration": 19302,
1401
1401
  "src": "1803:26:88",
1402
1402
  "typeDescriptions": {
1403
1403
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
1404
1404
  "typeString": "function (uint256) pure"
1405
1405
  }
1406
1406
  },
1407
- "id": 32966,
1407
+ "id": 32973,
1408
1408
  "isConstant": false,
1409
1409
  "isLValue": false,
1410
1410
  "isPure": false,
@@ -1420,7 +1420,7 @@
1420
1420
  "typeString": "tuple()"
1421
1421
  }
1422
1422
  },
1423
- "id": 32967,
1423
+ "id": 32974,
1424
1424
  "nodeType": "RevertStatement",
1425
1425
  "src": "1796:81:88"
1426
1426
  }
@@ -1431,11 +1431,11 @@
1431
1431
  "expression": {
1432
1432
  "arguments": [
1433
1433
  {
1434
- "id": 32971,
1434
+ "id": 32978,
1435
1435
  "name": "newAddress",
1436
1436
  "nodeType": "Identifier",
1437
1437
  "overloadedDeclarations": [],
1438
- "referencedDeclaration": 32950,
1438
+ "referencedDeclaration": 32957,
1439
1439
  "src": "1916:10:88",
1440
1440
  "typeDescriptions": {
1441
1441
  "typeIdentifier": "t_address",
@@ -1450,18 +1450,18 @@
1450
1450
  "typeString": "address"
1451
1451
  }
1452
1452
  ],
1453
- "id": 32970,
1453
+ "id": 32977,
1454
1454
  "name": "_updateCodeAddress",
1455
1455
  "nodeType": "Identifier",
1456
1456
  "overloadedDeclarations": [],
1457
- "referencedDeclaration": 37505,
1457
+ "referencedDeclaration": 37512,
1458
1458
  "src": "1897:18:88",
1459
1459
  "typeDescriptions": {
1460
1460
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
1461
1461
  "typeString": "function (address)"
1462
1462
  }
1463
1463
  },
1464
- "id": 32972,
1464
+ "id": 32979,
1465
1465
  "isConstant": false,
1466
1466
  "isLValue": false,
1467
1467
  "isPure": false,
@@ -1477,7 +1477,7 @@
1477
1477
  "typeString": "tuple()"
1478
1478
  }
1479
1479
  },
1480
- "id": 32973,
1480
+ "id": 32980,
1481
1481
  "nodeType": "ExpressionStatement",
1482
1482
  "src": "1897:30:88"
1483
1483
  },
@@ -1486,18 +1486,18 @@
1486
1486
  "arguments": [],
1487
1487
  "expression": {
1488
1488
  "argumentTypes": [],
1489
- "id": 32974,
1489
+ "id": 32981,
1490
1490
  "name": "_updateSuperTokenLogic",
1491
1491
  "nodeType": "Identifier",
1492
1492
  "overloadedDeclarations": [],
1493
- "referencedDeclaration": 33004,
1493
+ "referencedDeclaration": 33011,
1494
1494
  "src": "1937:22:88",
1495
1495
  "typeDescriptions": {
1496
1496
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1497
1497
  "typeString": "function ()"
1498
1498
  }
1499
1499
  },
1500
- "id": 32975,
1500
+ "id": 32982,
1501
1501
  "isConstant": false,
1502
1502
  "isLValue": false,
1503
1503
  "isPure": false,
@@ -1513,14 +1513,14 @@
1513
1513
  "typeString": "tuple()"
1514
1514
  }
1515
1515
  },
1516
- "id": 32976,
1516
+ "id": 32983,
1517
1517
  "nodeType": "ExpressionStatement",
1518
1518
  "src": "1937:24:88"
1519
1519
  }
1520
1520
  ]
1521
1521
  },
1522
1522
  "functionSelector": "46951954",
1523
- "id": 32978,
1523
+ "id": 32985,
1524
1524
  "implemented": true,
1525
1525
  "kind": "function",
1526
1526
  "modifiers": [],
@@ -1528,23 +1528,23 @@
1528
1528
  "nameLocation": "1689:10:88",
1529
1529
  "nodeType": "FunctionDefinition",
1530
1530
  "overrides": {
1531
- "id": 32952,
1531
+ "id": 32959,
1532
1532
  "nodeType": "OverrideSpecifier",
1533
1533
  "overrides": [],
1534
1534
  "src": "1729:8:88"
1535
1535
  },
1536
1536
  "parameters": {
1537
- "id": 32951,
1537
+ "id": 32958,
1538
1538
  "nodeType": "ParameterList",
1539
1539
  "parameters": [
1540
1540
  {
1541
1541
  "constant": false,
1542
- "id": 32950,
1542
+ "id": 32957,
1543
1543
  "mutability": "mutable",
1544
1544
  "name": "newAddress",
1545
1545
  "nameLocation": "1708:10:88",
1546
1546
  "nodeType": "VariableDeclaration",
1547
- "scope": 32978,
1547
+ "scope": 32985,
1548
1548
  "src": "1700:18:88",
1549
1549
  "stateVariable": false,
1550
1550
  "storageLocation": "default",
@@ -1553,7 +1553,7 @@
1553
1553
  "typeString": "address"
1554
1554
  },
1555
1555
  "typeName": {
1556
- "id": 32949,
1556
+ "id": 32956,
1557
1557
  "name": "address",
1558
1558
  "nodeType": "ElementaryTypeName",
1559
1559
  "src": "1700:7:88",
@@ -1569,12 +1569,12 @@
1569
1569
  "src": "1699:20:88"
1570
1570
  },
1571
1571
  "returnParameters": {
1572
- "id": 32953,
1572
+ "id": 32960,
1573
1573
  "nodeType": "ParameterList",
1574
1574
  "parameters": [],
1575
1575
  "src": "1738:0:88"
1576
1576
  },
1577
- "scope": 33208,
1577
+ "scope": 33215,
1578
1578
  "src": "1680:288:88",
1579
1579
  "stateMutability": "nonpayable",
1580
1580
  "virtual": false,
@@ -1582,26 +1582,26 @@
1582
1582
  },
1583
1583
  {
1584
1584
  "body": {
1585
- "id": 33003,
1585
+ "id": 33010,
1586
1586
  "nodeType": "Block",
1587
1587
  "src": "2016:291:88",
1588
1588
  "statements": [
1589
1589
  {
1590
1590
  "expression": {
1591
- "id": 32988,
1591
+ "id": 32995,
1592
1592
  "isConstant": false,
1593
1593
  "isLValue": false,
1594
1594
  "isPure": false,
1595
1595
  "lValueRequested": false,
1596
1596
  "leftHandSide": {
1597
- "id": 32981,
1597
+ "id": 32988,
1598
1598
  "name": "_superTokenLogic",
1599
1599
  "nodeType": "Identifier",
1600
1600
  "overloadedDeclarations": [],
1601
- "referencedDeclaration": 32902,
1601
+ "referencedDeclaration": 32909,
1602
1602
  "src": "2120:16:88",
1603
1603
  "typeDescriptions": {
1604
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1604
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1605
1605
  "typeString": "contract ISuperToken"
1606
1606
  }
1607
1607
  },
@@ -1612,14 +1612,14 @@
1612
1612
  {
1613
1613
  "arguments": [
1614
1614
  {
1615
- "id": 32985,
1615
+ "id": 32992,
1616
1616
  "name": "_host",
1617
1617
  "nodeType": "Identifier",
1618
1618
  "overloadedDeclarations": [],
1619
- "referencedDeclaration": 32899,
1619
+ "referencedDeclaration": 32906,
1620
1620
  "src": "2177:5:88",
1621
1621
  "typeDescriptions": {
1622
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1622
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1623
1623
  "typeString": "contract ISuperfluid"
1624
1624
  }
1625
1625
  }
@@ -1627,23 +1627,23 @@
1627
1627
  "expression": {
1628
1628
  "argumentTypes": [
1629
1629
  {
1630
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1630
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1631
1631
  "typeString": "contract ISuperfluid"
1632
1632
  }
1633
1633
  ],
1634
1634
  "expression": {
1635
- "id": 32983,
1635
+ "id": 32990,
1636
1636
  "name": "this",
1637
1637
  "nodeType": "Identifier",
1638
1638
  "overloadedDeclarations": [],
1639
1639
  "referencedDeclaration": 4294967268,
1640
1640
  "src": "2150:4:88",
1641
1641
  "typeDescriptions": {
1642
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33208",
1642
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33215",
1643
1643
  "typeString": "contract SuperTokenFactoryBase"
1644
1644
  }
1645
1645
  },
1646
- "id": 32984,
1646
+ "id": 32991,
1647
1647
  "isConstant": false,
1648
1648
  "isLValue": false,
1649
1649
  "isPure": false,
@@ -1651,14 +1651,14 @@
1651
1651
  "memberLocation": "2155:21:88",
1652
1652
  "memberName": "createSuperTokenLogic",
1653
1653
  "nodeType": "MemberAccess",
1654
- "referencedDeclaration": 33022,
1654
+ "referencedDeclaration": 33029,
1655
1655
  "src": "2150:26:88",
1656
1656
  "typeDescriptions": {
1657
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_address_$",
1657
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_address_$",
1658
1658
  "typeString": "function (contract ISuperfluid) external returns (address)"
1659
1659
  }
1660
1660
  },
1661
- "id": 32986,
1661
+ "id": 32993,
1662
1662
  "isConstant": false,
1663
1663
  "isLValue": false,
1664
1664
  "isPure": false,
@@ -1682,18 +1682,18 @@
1682
1682
  "typeString": "address"
1683
1683
  }
1684
1684
  ],
1685
- "id": 32982,
1685
+ "id": 32989,
1686
1686
  "name": "SuperToken",
1687
1687
  "nodeType": "Identifier",
1688
1688
  "overloadedDeclarations": [],
1689
- "referencedDeclaration": 32870,
1689
+ "referencedDeclaration": 32877,
1690
1690
  "src": "2139:10:88",
1691
1691
  "typeDescriptions": {
1692
- "typeIdentifier": "t_type$_t_contract$_SuperToken_$32870_$",
1692
+ "typeIdentifier": "t_type$_t_contract$_SuperToken_$32877_$",
1693
1693
  "typeString": "type(contract SuperToken)"
1694
1694
  }
1695
1695
  },
1696
- "id": 32987,
1696
+ "id": 32994,
1697
1697
  "isConstant": false,
1698
1698
  "isLValue": false,
1699
1699
  "isPure": false,
@@ -1705,17 +1705,17 @@
1705
1705
  "src": "2139:45:88",
1706
1706
  "tryCall": false,
1707
1707
  "typeDescriptions": {
1708
- "typeIdentifier": "t_contract$_SuperToken_$32870",
1708
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
1709
1709
  "typeString": "contract SuperToken"
1710
1710
  }
1711
1711
  },
1712
1712
  "src": "2120:64:88",
1713
1713
  "typeDescriptions": {
1714
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1714
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1715
1715
  "typeString": "contract ISuperToken"
1716
1716
  }
1717
1717
  },
1718
- "id": 32989,
1718
+ "id": 32996,
1719
1719
  "nodeType": "ExpressionStatement",
1720
1720
  "src": "2120:64:88"
1721
1721
  },
@@ -1729,14 +1729,14 @@
1729
1729
  {
1730
1730
  "arguments": [
1731
1731
  {
1732
- "id": 32993,
1732
+ "id": 33000,
1733
1733
  "name": "_superTokenLogic",
1734
1734
  "nodeType": "Identifier",
1735
1735
  "overloadedDeclarations": [],
1736
- "referencedDeclaration": 32902,
1736
+ "referencedDeclaration": 32909,
1737
1737
  "src": "2216:16:88",
1738
1738
  "typeDescriptions": {
1739
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1739
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1740
1740
  "typeString": "contract ISuperToken"
1741
1741
  }
1742
1742
  }
@@ -1744,11 +1744,11 @@
1744
1744
  "expression": {
1745
1745
  "argumentTypes": [
1746
1746
  {
1747
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1747
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1748
1748
  "typeString": "contract ISuperToken"
1749
1749
  }
1750
1750
  ],
1751
- "id": 32992,
1751
+ "id": 32999,
1752
1752
  "isConstant": false,
1753
1753
  "isLValue": false,
1754
1754
  "isPure": true,
@@ -1760,14 +1760,14 @@
1760
1760
  "typeString": "type(address)"
1761
1761
  },
1762
1762
  "typeName": {
1763
- "id": 32991,
1763
+ "id": 32998,
1764
1764
  "name": "address",
1765
1765
  "nodeType": "ElementaryTypeName",
1766
1766
  "src": "2208:7:88",
1767
1767
  "typeDescriptions": {}
1768
1768
  }
1769
1769
  },
1770
- "id": 32994,
1770
+ "id": 33001,
1771
1771
  "isConstant": false,
1772
1772
  "isLValue": false,
1773
1773
  "isPure": false,
@@ -1791,18 +1791,18 @@
1791
1791
  "typeString": "address"
1792
1792
  }
1793
1793
  ],
1794
- "id": 32990,
1794
+ "id": 32997,
1795
1795
  "name": "UUPSProxiable",
1796
1796
  "nodeType": "Identifier",
1797
1797
  "overloadedDeclarations": [],
1798
- "referencedDeclaration": 37512,
1798
+ "referencedDeclaration": 37519,
1799
1799
  "src": "2194:13:88",
1800
1800
  "typeDescriptions": {
1801
- "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37512_$",
1801
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37519_$",
1802
1802
  "typeString": "type(contract UUPSProxiable)"
1803
1803
  }
1804
1804
  },
1805
- "id": 32995,
1805
+ "id": 33002,
1806
1806
  "isConstant": false,
1807
1807
  "isLValue": false,
1808
1808
  "isPure": false,
@@ -1814,11 +1814,11 @@
1814
1814
  "src": "2194:40:88",
1815
1815
  "tryCall": false,
1816
1816
  "typeDescriptions": {
1817
- "typeIdentifier": "t_contract$_UUPSProxiable_$37512",
1817
+ "typeIdentifier": "t_contract$_UUPSProxiable_$37519",
1818
1818
  "typeString": "contract UUPSProxiable"
1819
1819
  }
1820
1820
  },
1821
- "id": 32996,
1821
+ "id": 33003,
1822
1822
  "isConstant": false,
1823
1823
  "isLValue": false,
1824
1824
  "isPure": false,
@@ -1826,14 +1826,14 @@
1826
1826
  "memberLocation": "2235:8:88",
1827
1827
  "memberName": "castrate",
1828
1828
  "nodeType": "MemberAccess",
1829
- "referencedDeclaration": 37446,
1829
+ "referencedDeclaration": 37453,
1830
1830
  "src": "2194:49:88",
1831
1831
  "typeDescriptions": {
1832
1832
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
1833
1833
  "typeString": "function () external"
1834
1834
  }
1835
1835
  },
1836
- "id": 32997,
1836
+ "id": 33004,
1837
1837
  "isConstant": false,
1838
1838
  "isLValue": false,
1839
1839
  "isPure": false,
@@ -1849,7 +1849,7 @@
1849
1849
  "typeString": "tuple()"
1850
1850
  }
1851
1851
  },
1852
- "id": 32998,
1852
+ "id": 33005,
1853
1853
  "nodeType": "ExpressionStatement",
1854
1854
  "src": "2194:51:88"
1855
1855
  },
@@ -1857,14 +1857,14 @@
1857
1857
  "eventCall": {
1858
1858
  "arguments": [
1859
1859
  {
1860
- "id": 33000,
1860
+ "id": 33007,
1861
1861
  "name": "_superTokenLogic",
1862
1862
  "nodeType": "Identifier",
1863
1863
  "overloadedDeclarations": [],
1864
- "referencedDeclaration": 32902,
1864
+ "referencedDeclaration": 32909,
1865
1865
  "src": "2283:16:88",
1866
1866
  "typeDescriptions": {
1867
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1867
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1868
1868
  "typeString": "contract ISuperToken"
1869
1869
  }
1870
1870
  }
@@ -1872,22 +1872,22 @@
1872
1872
  "expression": {
1873
1873
  "argumentTypes": [
1874
1874
  {
1875
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1875
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1876
1876
  "typeString": "contract ISuperToken"
1877
1877
  }
1878
1878
  ],
1879
- "id": 32999,
1879
+ "id": 33006,
1880
1880
  "name": "SuperTokenLogicCreated",
1881
1881
  "nodeType": "Identifier",
1882
1882
  "overloadedDeclarations": [],
1883
- "referencedDeclaration": 20011,
1883
+ "referencedDeclaration": 20018,
1884
1884
  "src": "2260:22:88",
1885
1885
  "typeDescriptions": {
1886
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19933_$returns$__$",
1886
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19940_$returns$__$",
1887
1887
  "typeString": "function (contract ISuperToken)"
1888
1888
  }
1889
1889
  },
1890
- "id": 33001,
1890
+ "id": 33008,
1891
1891
  "isConstant": false,
1892
1892
  "isLValue": false,
1893
1893
  "isPure": false,
@@ -1903,13 +1903,13 @@
1903
1903
  "typeString": "tuple()"
1904
1904
  }
1905
1905
  },
1906
- "id": 33002,
1906
+ "id": 33009,
1907
1907
  "nodeType": "EmitStatement",
1908
1908
  "src": "2255:45:88"
1909
1909
  }
1910
1910
  ]
1911
1911
  },
1912
- "id": 33004,
1912
+ "id": 33011,
1913
1913
  "implemented": true,
1914
1914
  "kind": "function",
1915
1915
  "modifiers": [],
@@ -1917,18 +1917,18 @@
1917
1917
  "nameLocation": "1983:22:88",
1918
1918
  "nodeType": "FunctionDefinition",
1919
1919
  "parameters": {
1920
- "id": 32979,
1920
+ "id": 32986,
1921
1921
  "nodeType": "ParameterList",
1922
1922
  "parameters": [],
1923
1923
  "src": "2005:2:88"
1924
1924
  },
1925
1925
  "returnParameters": {
1926
- "id": 32980,
1926
+ "id": 32987,
1927
1927
  "nodeType": "ParameterList",
1928
1928
  "parameters": [],
1929
1929
  "src": "2016:0:88"
1930
1930
  },
1931
- "scope": 33208,
1931
+ "scope": 33215,
1932
1932
  "src": "1974:333:88",
1933
1933
  "stateMutability": "nonpayable",
1934
1934
  "virtual": false,
@@ -1936,35 +1936,35 @@
1936
1936
  },
1937
1937
  {
1938
1938
  "baseFunctions": [
1939
- 19960
1939
+ 19967
1940
1940
  ],
1941
1941
  "body": {
1942
- "id": 33013,
1942
+ "id": 33020,
1943
1943
  "nodeType": "Block",
1944
1944
  "src": "2593:40:88",
1945
1945
  "statements": [
1946
1946
  {
1947
1947
  "expression": {
1948
- "id": 33011,
1948
+ "id": 33018,
1949
1949
  "name": "_superTokenLogic",
1950
1950
  "nodeType": "Identifier",
1951
1951
  "overloadedDeclarations": [],
1952
- "referencedDeclaration": 32902,
1952
+ "referencedDeclaration": 32909,
1953
1953
  "src": "2610:16:88",
1954
1954
  "typeDescriptions": {
1955
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1955
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1956
1956
  "typeString": "contract ISuperToken"
1957
1957
  }
1958
1958
  },
1959
- "functionReturnParameters": 33010,
1960
- "id": 33012,
1959
+ "functionReturnParameters": 33017,
1960
+ "id": 33019,
1961
1961
  "nodeType": "Return",
1962
1962
  "src": "2603:23:88"
1963
1963
  }
1964
1964
  ]
1965
1965
  },
1966
1966
  "functionSelector": "9470a5b2",
1967
- "id": 33014,
1967
+ "id": 33021,
1968
1968
  "implemented": true,
1969
1969
  "kind": "function",
1970
1970
  "modifiers": [],
@@ -1972,53 +1972,53 @@
1972
1972
  "nameLocation": "2507:18:88",
1973
1973
  "nodeType": "FunctionDefinition",
1974
1974
  "overrides": {
1975
- "id": 33006,
1975
+ "id": 33013,
1976
1976
  "nodeType": "OverrideSpecifier",
1977
1977
  "overrides": [],
1978
1978
  "src": "2550:8:88"
1979
1979
  },
1980
1980
  "parameters": {
1981
- "id": 33005,
1981
+ "id": 33012,
1982
1982
  "nodeType": "ParameterList",
1983
1983
  "parameters": [],
1984
1984
  "src": "2525:2:88"
1985
1985
  },
1986
1986
  "returnParameters": {
1987
- "id": 33010,
1987
+ "id": 33017,
1988
1988
  "nodeType": "ParameterList",
1989
1989
  "parameters": [
1990
1990
  {
1991
1991
  "constant": false,
1992
- "id": 33009,
1992
+ "id": 33016,
1993
1993
  "mutability": "mutable",
1994
1994
  "name": "",
1995
1995
  "nameLocation": "-1:-1:-1",
1996
1996
  "nodeType": "VariableDeclaration",
1997
- "scope": 33014,
1997
+ "scope": 33021,
1998
1998
  "src": "2576:11:88",
1999
1999
  "stateVariable": false,
2000
2000
  "storageLocation": "default",
2001
2001
  "typeDescriptions": {
2002
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2002
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2003
2003
  "typeString": "contract ISuperToken"
2004
2004
  },
2005
2005
  "typeName": {
2006
- "id": 33008,
2006
+ "id": 33015,
2007
2007
  "nodeType": "UserDefinedTypeName",
2008
2008
  "pathNode": {
2009
- "id": 33007,
2009
+ "id": 33014,
2010
2010
  "name": "ISuperToken",
2011
2011
  "nameLocations": [
2012
2012
  "2576:11:88"
2013
2013
  ],
2014
2014
  "nodeType": "IdentifierPath",
2015
- "referencedDeclaration": 19933,
2015
+ "referencedDeclaration": 19940,
2016
2016
  "src": "2576:11:88"
2017
2017
  },
2018
- "referencedDeclaration": 19933,
2018
+ "referencedDeclaration": 19940,
2019
2019
  "src": "2576:11:88",
2020
2020
  "typeDescriptions": {
2021
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2021
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2022
2022
  "typeString": "contract ISuperToken"
2023
2023
  }
2024
2024
  },
@@ -2027,7 +2027,7 @@
2027
2027
  ],
2028
2028
  "src": "2575:13:88"
2029
2029
  },
2030
- "scope": 33208,
2030
+ "scope": 33215,
2031
2031
  "src": "2498:135:88",
2032
2032
  "stateMutability": "view",
2033
2033
  "virtual": false,
@@ -2035,7 +2035,7 @@
2035
2035
  },
2036
2036
  {
2037
2037
  "functionSelector": "4dcc4d79",
2038
- "id": 33022,
2038
+ "id": 33029,
2039
2039
  "implemented": false,
2040
2040
  "kind": "function",
2041
2041
  "modifiers": [],
@@ -2043,41 +2043,41 @@
2043
2043
  "nameLocation": "2648:21:88",
2044
2044
  "nodeType": "FunctionDefinition",
2045
2045
  "parameters": {
2046
- "id": 33018,
2046
+ "id": 33025,
2047
2047
  "nodeType": "ParameterList",
2048
2048
  "parameters": [
2049
2049
  {
2050
2050
  "constant": false,
2051
- "id": 33017,
2051
+ "id": 33024,
2052
2052
  "mutability": "mutable",
2053
2053
  "name": "host",
2054
2054
  "nameLocation": "2682:4:88",
2055
2055
  "nodeType": "VariableDeclaration",
2056
- "scope": 33022,
2056
+ "scope": 33029,
2057
2057
  "src": "2670:16:88",
2058
2058
  "stateVariable": false,
2059
2059
  "storageLocation": "default",
2060
2060
  "typeDescriptions": {
2061
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
2061
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
2062
2062
  "typeString": "contract ISuperfluid"
2063
2063
  },
2064
2064
  "typeName": {
2065
- "id": 33016,
2065
+ "id": 33023,
2066
2066
  "nodeType": "UserDefinedTypeName",
2067
2067
  "pathNode": {
2068
- "id": 33015,
2068
+ "id": 33022,
2069
2069
  "name": "ISuperfluid",
2070
2070
  "nameLocations": [
2071
2071
  "2670:11:88"
2072
2072
  ],
2073
2073
  "nodeType": "IdentifierPath",
2074
- "referencedDeclaration": 20535,
2074
+ "referencedDeclaration": 20542,
2075
2075
  "src": "2670:11:88"
2076
2076
  },
2077
- "referencedDeclaration": 20535,
2077
+ "referencedDeclaration": 20542,
2078
2078
  "src": "2670:11:88",
2079
2079
  "typeDescriptions": {
2080
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
2080
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
2081
2081
  "typeString": "contract ISuperfluid"
2082
2082
  }
2083
2083
  },
@@ -2087,17 +2087,17 @@
2087
2087
  "src": "2669:18:88"
2088
2088
  },
2089
2089
  "returnParameters": {
2090
- "id": 33021,
2090
+ "id": 33028,
2091
2091
  "nodeType": "ParameterList",
2092
2092
  "parameters": [
2093
2093
  {
2094
2094
  "constant": false,
2095
- "id": 33020,
2095
+ "id": 33027,
2096
2096
  "mutability": "mutable",
2097
2097
  "name": "logic",
2098
2098
  "nameLocation": "2722:5:88",
2099
2099
  "nodeType": "VariableDeclaration",
2100
- "scope": 33022,
2100
+ "scope": 33029,
2101
2101
  "src": "2714:13:88",
2102
2102
  "stateVariable": false,
2103
2103
  "storageLocation": "default",
@@ -2106,7 +2106,7 @@
2106
2106
  "typeString": "address"
2107
2107
  },
2108
2108
  "typeName": {
2109
- "id": 33019,
2109
+ "id": 33026,
2110
2110
  "name": "address",
2111
2111
  "nodeType": "ElementaryTypeName",
2112
2112
  "src": "2714:7:88",
@@ -2121,7 +2121,7 @@
2121
2121
  ],
2122
2122
  "src": "2713:15:88"
2123
2123
  },
2124
- "scope": 33208,
2124
+ "scope": 33215,
2125
2125
  "src": "2639:90:88",
2126
2126
  "stateMutability": "nonpayable",
2127
2127
  "virtual": true,
@@ -2129,10 +2129,10 @@
2129
2129
  },
2130
2130
  {
2131
2131
  "baseFunctions": [
2132
- 19983
2132
+ 19990
2133
2133
  ],
2134
2134
  "body": {
2135
- "id": 33142,
2135
+ "id": 33149,
2136
2136
  "nodeType": "Block",
2137
2137
  "src": "3003:1043:88",
2138
2138
  "statements": [
@@ -2142,7 +2142,7 @@
2142
2142
  "typeIdentifier": "t_address",
2143
2143
  "typeString": "address"
2144
2144
  },
2145
- "id": 33049,
2145
+ "id": 33056,
2146
2146
  "isConstant": false,
2147
2147
  "isLValue": false,
2148
2148
  "isPure": false,
@@ -2150,11 +2150,11 @@
2150
2150
  "leftExpression": {
2151
2151
  "arguments": [
2152
2152
  {
2153
- "id": 33043,
2153
+ "id": 33050,
2154
2154
  "name": "underlyingToken",
2155
2155
  "nodeType": "Identifier",
2156
2156
  "overloadedDeclarations": [],
2157
- "referencedDeclaration": 33025,
2157
+ "referencedDeclaration": 33032,
2158
2158
  "src": "3025:15:88",
2159
2159
  "typeDescriptions": {
2160
2160
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -2169,7 +2169,7 @@
2169
2169
  "typeString": "contract IERC20"
2170
2170
  }
2171
2171
  ],
2172
- "id": 33042,
2172
+ "id": 33049,
2173
2173
  "isConstant": false,
2174
2174
  "isLValue": false,
2175
2175
  "isPure": true,
@@ -2181,14 +2181,14 @@
2181
2181
  "typeString": "type(address)"
2182
2182
  },
2183
2183
  "typeName": {
2184
- "id": 33041,
2184
+ "id": 33048,
2185
2185
  "name": "address",
2186
2186
  "nodeType": "ElementaryTypeName",
2187
2187
  "src": "3017:7:88",
2188
2188
  "typeDescriptions": {}
2189
2189
  }
2190
2190
  },
2191
- "id": 33044,
2191
+ "id": 33051,
2192
2192
  "isConstant": false,
2193
2193
  "isLValue": false,
2194
2194
  "isPure": false,
@@ -2210,7 +2210,7 @@
2210
2210
  "arguments": [
2211
2211
  {
2212
2212
  "hexValue": "30",
2213
- "id": 33047,
2213
+ "id": 33054,
2214
2214
  "isConstant": false,
2215
2215
  "isLValue": false,
2216
2216
  "isPure": true,
@@ -2232,7 +2232,7 @@
2232
2232
  "typeString": "int_const 0"
2233
2233
  }
2234
2234
  ],
2235
- "id": 33046,
2235
+ "id": 33053,
2236
2236
  "isConstant": false,
2237
2237
  "isLValue": false,
2238
2238
  "isPure": true,
@@ -2244,14 +2244,14 @@
2244
2244
  "typeString": "type(address)"
2245
2245
  },
2246
2246
  "typeName": {
2247
- "id": 33045,
2247
+ "id": 33052,
2248
2248
  "name": "address",
2249
2249
  "nodeType": "ElementaryTypeName",
2250
2250
  "src": "3045:7:88",
2251
2251
  "typeDescriptions": {}
2252
2252
  }
2253
2253
  },
2254
- "id": 33048,
2254
+ "id": 33055,
2255
2255
  "isConstant": false,
2256
2256
  "isLValue": false,
2257
2257
  "isPure": true,
@@ -2273,11 +2273,11 @@
2273
2273
  "typeString": "bool"
2274
2274
  }
2275
2275
  },
2276
- "id": 33058,
2276
+ "id": 33065,
2277
2277
  "nodeType": "IfStatement",
2278
2278
  "src": "3013:156:88",
2279
2279
  "trueBody": {
2280
- "id": 33057,
2280
+ "id": 33064,
2281
2281
  "nodeType": "Block",
2282
2282
  "src": "3057:112:88",
2283
2283
  "statements": [
@@ -2286,18 +2286,18 @@
2286
2286
  "arguments": [
2287
2287
  {
2288
2288
  "expression": {
2289
- "id": 33053,
2289
+ "id": 33060,
2290
2290
  "name": "SuperfluidErrors",
2291
2291
  "nodeType": "Identifier",
2292
2292
  "overloadedDeclarations": [],
2293
- "referencedDeclaration": 19402,
2293
+ "referencedDeclaration": 19409,
2294
2294
  "src": "3108:16:88",
2295
2295
  "typeDescriptions": {
2296
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
2296
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
2297
2297
  "typeString": "type(library SuperfluidErrors)"
2298
2298
  }
2299
2299
  },
2300
- "id": 33054,
2300
+ "id": 33061,
2301
2301
  "isConstant": false,
2302
2302
  "isLValue": false,
2303
2303
  "isPure": true,
@@ -2305,7 +2305,7 @@
2305
2305
  "memberLocation": "3125:32:88",
2306
2306
  "memberName": "SUPER_TOKEN_FACTORY_ZERO_ADDRESS",
2307
2307
  "nodeType": "MemberAccess",
2308
- "referencedDeclaration": 19398,
2308
+ "referencedDeclaration": 19405,
2309
2309
  "src": "3108:49:88",
2310
2310
  "typeDescriptions": {
2311
2311
  "typeIdentifier": "t_uint256",
@@ -2321,18 +2321,18 @@
2321
2321
  }
2322
2322
  ],
2323
2323
  "expression": {
2324
- "id": 33050,
2324
+ "id": 33057,
2325
2325
  "name": "SuperfluidErrors",
2326
2326
  "nodeType": "Identifier",
2327
2327
  "overloadedDeclarations": [],
2328
- "referencedDeclaration": 19402,
2328
+ "referencedDeclaration": 19409,
2329
2329
  "src": "3078:16:88",
2330
2330
  "typeDescriptions": {
2331
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
2331
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
2332
2332
  "typeString": "type(library SuperfluidErrors)"
2333
2333
  }
2334
2334
  },
2335
- "id": 33052,
2335
+ "id": 33059,
2336
2336
  "isConstant": false,
2337
2337
  "isLValue": false,
2338
2338
  "isPure": false,
@@ -2340,14 +2340,14 @@
2340
2340
  "memberLocation": "3095:12:88",
2341
2341
  "memberName": "ZERO_ADDRESS",
2342
2342
  "nodeType": "MemberAccess",
2343
- "referencedDeclaration": 19299,
2343
+ "referencedDeclaration": 19306,
2344
2344
  "src": "3078:29:88",
2345
2345
  "typeDescriptions": {
2346
2346
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
2347
2347
  "typeString": "function (uint256) pure"
2348
2348
  }
2349
2349
  },
2350
- "id": 33055,
2350
+ "id": 33062,
2351
2351
  "isConstant": false,
2352
2352
  "isLValue": false,
2353
2353
  "isPure": false,
@@ -2363,7 +2363,7 @@
2363
2363
  "typeString": "tuple()"
2364
2364
  }
2365
2365
  },
2366
- "id": 33056,
2366
+ "id": 33063,
2367
2367
  "nodeType": "RevertStatement",
2368
2368
  "src": "3071:87:88"
2369
2369
  }
@@ -2373,23 +2373,23 @@
2373
2373
  {
2374
2374
  "condition": {
2375
2375
  "commonType": {
2376
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2376
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2377
2377
  "typeString": "enum ISuperTokenFactory.Upgradability"
2378
2378
  },
2379
- "id": 33062,
2379
+ "id": 33069,
2380
2380
  "isConstant": false,
2381
2381
  "isLValue": false,
2382
2382
  "isPure": false,
2383
2383
  "lValueRequested": false,
2384
2384
  "leftExpression": {
2385
- "id": 33059,
2385
+ "id": 33066,
2386
2386
  "name": "upgradability",
2387
2387
  "nodeType": "Identifier",
2388
2388
  "overloadedDeclarations": [],
2389
- "referencedDeclaration": 33030,
2389
+ "referencedDeclaration": 33037,
2390
2390
  "src": "3183:13:88",
2391
2391
  "typeDescriptions": {
2392
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2392
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2393
2393
  "typeString": "enum ISuperTokenFactory.Upgradability"
2394
2394
  }
2395
2395
  },
@@ -2397,18 +2397,18 @@
2397
2397
  "operator": "==",
2398
2398
  "rightExpression": {
2399
2399
  "expression": {
2400
- "id": 33060,
2400
+ "id": 33067,
2401
2401
  "name": "Upgradability",
2402
2402
  "nodeType": "Identifier",
2403
2403
  "overloadedDeclarations": [],
2404
- "referencedDeclaration": 19964,
2404
+ "referencedDeclaration": 19971,
2405
2405
  "src": "3200:13:88",
2406
2406
  "typeDescriptions": {
2407
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19964_$",
2407
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19971_$",
2408
2408
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
2409
2409
  }
2410
2410
  },
2411
- "id": 33061,
2411
+ "id": 33068,
2412
2412
  "isConstant": false,
2413
2413
  "isLValue": false,
2414
2414
  "isPure": true,
@@ -2416,10 +2416,10 @@
2416
2416
  "memberLocation": "3214:14:88",
2417
2417
  "memberName": "NON_UPGRADABLE",
2418
2418
  "nodeType": "MemberAccess",
2419
- "referencedDeclaration": 19961,
2419
+ "referencedDeclaration": 19968,
2420
2420
  "src": "3200:28:88",
2421
2421
  "typeDescriptions": {
2422
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2422
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2423
2423
  "typeString": "enum ISuperTokenFactory.Upgradability"
2424
2424
  }
2425
2425
  },
@@ -2432,23 +2432,23 @@
2432
2432
  "falseBody": {
2433
2433
  "condition": {
2434
2434
  "commonType": {
2435
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2435
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2436
2436
  "typeString": "enum ISuperTokenFactory.Upgradability"
2437
2437
  },
2438
- "id": 33076,
2438
+ "id": 33083,
2439
2439
  "isConstant": false,
2440
2440
  "isLValue": false,
2441
2441
  "isPure": false,
2442
2442
  "lValueRequested": false,
2443
2443
  "leftExpression": {
2444
- "id": 33073,
2444
+ "id": 33080,
2445
2445
  "name": "upgradability",
2446
2446
  "nodeType": "Identifier",
2447
2447
  "overloadedDeclarations": [],
2448
- "referencedDeclaration": 33030,
2448
+ "referencedDeclaration": 33037,
2449
2449
  "src": "3324:13:88",
2450
2450
  "typeDescriptions": {
2451
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2451
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2452
2452
  "typeString": "enum ISuperTokenFactory.Upgradability"
2453
2453
  }
2454
2454
  },
@@ -2456,18 +2456,18 @@
2456
2456
  "operator": "==",
2457
2457
  "rightExpression": {
2458
2458
  "expression": {
2459
- "id": 33074,
2459
+ "id": 33081,
2460
2460
  "name": "Upgradability",
2461
2461
  "nodeType": "Identifier",
2462
2462
  "overloadedDeclarations": [],
2463
- "referencedDeclaration": 19964,
2463
+ "referencedDeclaration": 19971,
2464
2464
  "src": "3341:13:88",
2465
2465
  "typeDescriptions": {
2466
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19964_$",
2466
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19971_$",
2467
2467
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
2468
2468
  }
2469
2469
  },
2470
- "id": 33075,
2470
+ "id": 33082,
2471
2471
  "isConstant": false,
2472
2472
  "isLValue": false,
2473
2473
  "isPure": true,
@@ -2475,10 +2475,10 @@
2475
2475
  "memberLocation": "3355:15:88",
2476
2476
  "memberName": "SEMI_UPGRADABLE",
2477
2477
  "nodeType": "MemberAccess",
2478
- "referencedDeclaration": 19962,
2478
+ "referencedDeclaration": 19969,
2479
2479
  "src": "3341:29:88",
2480
2480
  "typeDescriptions": {
2481
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2481
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2482
2482
  "typeString": "enum ISuperTokenFactory.Upgradability"
2483
2483
  }
2484
2484
  },
@@ -2489,59 +2489,59 @@
2489
2489
  }
2490
2490
  },
2491
2491
  "falseBody": {
2492
- "id": 33126,
2492
+ "id": 33133,
2493
2493
  "nodeType": "Block",
2494
2494
  "src": "3638:184:88",
2495
2495
  "statements": [
2496
2496
  {
2497
2497
  "assignments": [
2498
- 33106
2498
+ 33113
2499
2499
  ],
2500
2500
  "declarations": [
2501
2501
  {
2502
2502
  "constant": false,
2503
- "id": 33106,
2503
+ "id": 33113,
2504
2504
  "mutability": "mutable",
2505
2505
  "name": "proxy",
2506
2506
  "nameLocation": "3682:5:88",
2507
2507
  "nodeType": "VariableDeclaration",
2508
- "scope": 33126,
2508
+ "scope": 33133,
2509
2509
  "src": "3652:35:88",
2510
2510
  "stateVariable": false,
2511
2511
  "storageLocation": "default",
2512
2512
  "typeDescriptions": {
2513
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2513
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2514
2514
  "typeString": "contract FullUpgradableSuperTokenProxy"
2515
2515
  },
2516
2516
  "typeName": {
2517
- "id": 33105,
2517
+ "id": 33112,
2518
2518
  "nodeType": "UserDefinedTypeName",
2519
2519
  "pathNode": {
2520
- "id": 33104,
2520
+ "id": 33111,
2521
2521
  "name": "FullUpgradableSuperTokenProxy",
2522
2522
  "nameLocations": [
2523
2523
  "3652:29:88"
2524
2524
  ],
2525
2525
  "nodeType": "IdentifierPath",
2526
- "referencedDeclaration": 31219,
2526
+ "referencedDeclaration": 31226,
2527
2527
  "src": "3652:29:88"
2528
2528
  },
2529
- "referencedDeclaration": 31219,
2529
+ "referencedDeclaration": 31226,
2530
2530
  "src": "3652:29:88",
2531
2531
  "typeDescriptions": {
2532
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2532
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2533
2533
  "typeString": "contract FullUpgradableSuperTokenProxy"
2534
2534
  }
2535
2535
  },
2536
2536
  "visibility": "internal"
2537
2537
  }
2538
2538
  ],
2539
- "id": 33111,
2539
+ "id": 33118,
2540
2540
  "initialValue": {
2541
2541
  "arguments": [],
2542
2542
  "expression": {
2543
2543
  "argumentTypes": [],
2544
- "id": 33109,
2544
+ "id": 33116,
2545
2545
  "isConstant": false,
2546
2546
  "isLValue": false,
2547
2547
  "isPure": false,
@@ -2549,31 +2549,31 @@
2549
2549
  "nodeType": "NewExpression",
2550
2550
  "src": "3690:33:88",
2551
2551
  "typeDescriptions": {
2552
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$31219_$",
2552
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$31226_$",
2553
2553
  "typeString": "function () returns (contract FullUpgradableSuperTokenProxy)"
2554
2554
  },
2555
2555
  "typeName": {
2556
- "id": 33108,
2556
+ "id": 33115,
2557
2557
  "nodeType": "UserDefinedTypeName",
2558
2558
  "pathNode": {
2559
- "id": 33107,
2559
+ "id": 33114,
2560
2560
  "name": "FullUpgradableSuperTokenProxy",
2561
2561
  "nameLocations": [
2562
2562
  "3694:29:88"
2563
2563
  ],
2564
2564
  "nodeType": "IdentifierPath",
2565
- "referencedDeclaration": 31219,
2565
+ "referencedDeclaration": 31226,
2566
2566
  "src": "3694:29:88"
2567
2567
  },
2568
- "referencedDeclaration": 31219,
2568
+ "referencedDeclaration": 31226,
2569
2569
  "src": "3694:29:88",
2570
2570
  "typeDescriptions": {
2571
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2571
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2572
2572
  "typeString": "contract FullUpgradableSuperTokenProxy"
2573
2573
  }
2574
2574
  }
2575
2575
  },
2576
- "id": 33110,
2576
+ "id": 33117,
2577
2577
  "isConstant": false,
2578
2578
  "isLValue": false,
2579
2579
  "isPure": false,
@@ -2585,7 +2585,7 @@
2585
2585
  "src": "3690:35:88",
2586
2586
  "tryCall": false,
2587
2587
  "typeDescriptions": {
2588
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2588
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2589
2589
  "typeString": "contract FullUpgradableSuperTokenProxy"
2590
2590
  }
2591
2591
  },
@@ -2598,18 +2598,18 @@
2598
2598
  "expression": {
2599
2599
  "argumentTypes": [],
2600
2600
  "expression": {
2601
- "id": 33112,
2601
+ "id": 33119,
2602
2602
  "name": "proxy",
2603
2603
  "nodeType": "Identifier",
2604
2604
  "overloadedDeclarations": [],
2605
- "referencedDeclaration": 33106,
2605
+ "referencedDeclaration": 33113,
2606
2606
  "src": "3739:5:88",
2607
2607
  "typeDescriptions": {
2608
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2608
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2609
2609
  "typeString": "contract FullUpgradableSuperTokenProxy"
2610
2610
  }
2611
2611
  },
2612
- "id": 33114,
2612
+ "id": 33121,
2613
2613
  "isConstant": false,
2614
2614
  "isLValue": false,
2615
2615
  "isPure": false,
@@ -2617,14 +2617,14 @@
2617
2617
  "memberLocation": "3745:10:88",
2618
2618
  "memberName": "initialize",
2619
2619
  "nodeType": "MemberAccess",
2620
- "referencedDeclaration": 31187,
2620
+ "referencedDeclaration": 31194,
2621
2621
  "src": "3739:16:88",
2622
2622
  "typeDescriptions": {
2623
2623
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
2624
2624
  "typeString": "function () external"
2625
2625
  }
2626
2626
  },
2627
- "id": 33115,
2627
+ "id": 33122,
2628
2628
  "isConstant": false,
2629
2629
  "isLValue": false,
2630
2630
  "isPure": false,
@@ -2640,26 +2640,26 @@
2640
2640
  "typeString": "tuple()"
2641
2641
  }
2642
2642
  },
2643
- "id": 33116,
2643
+ "id": 33123,
2644
2644
  "nodeType": "ExpressionStatement",
2645
2645
  "src": "3739:18:88"
2646
2646
  },
2647
2647
  {
2648
2648
  "expression": {
2649
- "id": 33124,
2649
+ "id": 33131,
2650
2650
  "isConstant": false,
2651
2651
  "isLValue": false,
2652
2652
  "isPure": false,
2653
2653
  "lValueRequested": false,
2654
2654
  "leftHandSide": {
2655
- "id": 33117,
2655
+ "id": 33124,
2656
2656
  "name": "superToken",
2657
2657
  "nodeType": "Identifier",
2658
2658
  "overloadedDeclarations": [],
2659
- "referencedDeclaration": 33039,
2659
+ "referencedDeclaration": 33046,
2660
2660
  "src": "3771:10:88",
2661
2661
  "typeDescriptions": {
2662
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2662
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2663
2663
  "typeString": "contract ISuperToken"
2664
2664
  }
2665
2665
  },
@@ -2670,14 +2670,14 @@
2670
2670
  {
2671
2671
  "arguments": [
2672
2672
  {
2673
- "id": 33121,
2673
+ "id": 33128,
2674
2674
  "name": "proxy",
2675
2675
  "nodeType": "Identifier",
2676
2676
  "overloadedDeclarations": [],
2677
- "referencedDeclaration": 33106,
2677
+ "referencedDeclaration": 33113,
2678
2678
  "src": "3804:5:88",
2679
2679
  "typeDescriptions": {
2680
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2680
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2681
2681
  "typeString": "contract FullUpgradableSuperTokenProxy"
2682
2682
  }
2683
2683
  }
@@ -2685,11 +2685,11 @@
2685
2685
  "expression": {
2686
2686
  "argumentTypes": [
2687
2687
  {
2688
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2688
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2689
2689
  "typeString": "contract FullUpgradableSuperTokenProxy"
2690
2690
  }
2691
2691
  ],
2692
- "id": 33120,
2692
+ "id": 33127,
2693
2693
  "isConstant": false,
2694
2694
  "isLValue": false,
2695
2695
  "isPure": true,
@@ -2701,14 +2701,14 @@
2701
2701
  "typeString": "type(address)"
2702
2702
  },
2703
2703
  "typeName": {
2704
- "id": 33119,
2704
+ "id": 33126,
2705
2705
  "name": "address",
2706
2706
  "nodeType": "ElementaryTypeName",
2707
2707
  "src": "3796:7:88",
2708
2708
  "typeDescriptions": {}
2709
2709
  }
2710
2710
  },
2711
- "id": 33122,
2711
+ "id": 33129,
2712
2712
  "isConstant": false,
2713
2713
  "isLValue": false,
2714
2714
  "isPure": false,
@@ -2732,18 +2732,18 @@
2732
2732
  "typeString": "address"
2733
2733
  }
2734
2734
  ],
2735
- "id": 33118,
2735
+ "id": 33125,
2736
2736
  "name": "ISuperToken",
2737
2737
  "nodeType": "Identifier",
2738
2738
  "overloadedDeclarations": [],
2739
- "referencedDeclaration": 19933,
2739
+ "referencedDeclaration": 19940,
2740
2740
  "src": "3784:11:88",
2741
2741
  "typeDescriptions": {
2742
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
2742
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
2743
2743
  "typeString": "type(contract ISuperToken)"
2744
2744
  }
2745
2745
  },
2746
- "id": 33123,
2746
+ "id": 33130,
2747
2747
  "isConstant": false,
2748
2748
  "isLValue": false,
2749
2749
  "isPure": false,
@@ -2755,79 +2755,79 @@
2755
2755
  "src": "3784:27:88",
2756
2756
  "tryCall": false,
2757
2757
  "typeDescriptions": {
2758
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2758
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2759
2759
  "typeString": "contract ISuperToken"
2760
2760
  }
2761
2761
  },
2762
2762
  "src": "3771:40:88",
2763
2763
  "typeDescriptions": {
2764
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2764
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2765
2765
  "typeString": "contract ISuperToken"
2766
2766
  }
2767
2767
  },
2768
- "id": 33125,
2768
+ "id": 33132,
2769
2769
  "nodeType": "ExpressionStatement",
2770
2770
  "src": "3771:40:88"
2771
2771
  }
2772
2772
  ]
2773
2773
  },
2774
- "id": 33127,
2774
+ "id": 33134,
2775
2775
  "nodeType": "IfStatement",
2776
2776
  "src": "3320:502:88",
2777
2777
  "trueBody": {
2778
- "id": 33103,
2778
+ "id": 33110,
2779
2779
  "nodeType": "Block",
2780
2780
  "src": "3372:212:88",
2781
2781
  "statements": [
2782
2782
  {
2783
2783
  "assignments": [
2784
- 33079
2784
+ 33086
2785
2785
  ],
2786
2786
  "declarations": [
2787
2787
  {
2788
2788
  "constant": false,
2789
- "id": 33079,
2789
+ "id": 33086,
2790
2790
  "mutability": "mutable",
2791
2791
  "name": "proxy",
2792
2792
  "nameLocation": "3396:5:88",
2793
2793
  "nodeType": "VariableDeclaration",
2794
- "scope": 33103,
2794
+ "scope": 33110,
2795
2795
  "src": "3386:15:88",
2796
2796
  "stateVariable": false,
2797
2797
  "storageLocation": "default",
2798
2798
  "typeDescriptions": {
2799
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
2799
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
2800
2800
  "typeString": "contract UUPSProxy"
2801
2801
  },
2802
2802
  "typeName": {
2803
- "id": 33078,
2803
+ "id": 33085,
2804
2804
  "nodeType": "UserDefinedTypeName",
2805
2805
  "pathNode": {
2806
- "id": 33077,
2806
+ "id": 33084,
2807
2807
  "name": "UUPSProxy",
2808
2808
  "nameLocations": [
2809
2809
  "3386:9:88"
2810
2810
  ],
2811
2811
  "nodeType": "IdentifierPath",
2812
- "referencedDeclaration": 37569,
2812
+ "referencedDeclaration": 37576,
2813
2813
  "src": "3386:9:88"
2814
2814
  },
2815
- "referencedDeclaration": 37569,
2815
+ "referencedDeclaration": 37576,
2816
2816
  "src": "3386:9:88",
2817
2817
  "typeDescriptions": {
2818
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
2818
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
2819
2819
  "typeString": "contract UUPSProxy"
2820
2820
  }
2821
2821
  },
2822
2822
  "visibility": "internal"
2823
2823
  }
2824
2824
  ],
2825
- "id": 33084,
2825
+ "id": 33091,
2826
2826
  "initialValue": {
2827
2827
  "arguments": [],
2828
2828
  "expression": {
2829
2829
  "argumentTypes": [],
2830
- "id": 33082,
2830
+ "id": 33089,
2831
2831
  "isConstant": false,
2832
2832
  "isLValue": false,
2833
2833
  "isPure": false,
@@ -2835,31 +2835,31 @@
2835
2835
  "nodeType": "NewExpression",
2836
2836
  "src": "3404:13:88",
2837
2837
  "typeDescriptions": {
2838
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37569_$",
2838
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37576_$",
2839
2839
  "typeString": "function () returns (contract UUPSProxy)"
2840
2840
  },
2841
2841
  "typeName": {
2842
- "id": 33081,
2842
+ "id": 33088,
2843
2843
  "nodeType": "UserDefinedTypeName",
2844
2844
  "pathNode": {
2845
- "id": 33080,
2845
+ "id": 33087,
2846
2846
  "name": "UUPSProxy",
2847
2847
  "nameLocations": [
2848
2848
  "3408:9:88"
2849
2849
  ],
2850
2850
  "nodeType": "IdentifierPath",
2851
- "referencedDeclaration": 37569,
2851
+ "referencedDeclaration": 37576,
2852
2852
  "src": "3408:9:88"
2853
2853
  },
2854
- "referencedDeclaration": 37569,
2854
+ "referencedDeclaration": 37576,
2855
2855
  "src": "3408:9:88",
2856
2856
  "typeDescriptions": {
2857
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
2857
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
2858
2858
  "typeString": "contract UUPSProxy"
2859
2859
  }
2860
2860
  }
2861
2861
  },
2862
- "id": 33083,
2862
+ "id": 33090,
2863
2863
  "isConstant": false,
2864
2864
  "isLValue": false,
2865
2865
  "isPure": false,
@@ -2871,7 +2871,7 @@
2871
2871
  "src": "3404:15:88",
2872
2872
  "tryCall": false,
2873
2873
  "typeDescriptions": {
2874
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
2874
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
2875
2875
  "typeString": "contract UUPSProxy"
2876
2876
  }
2877
2877
  },
@@ -2884,14 +2884,14 @@
2884
2884
  {
2885
2885
  "arguments": [
2886
2886
  {
2887
- "id": 33090,
2887
+ "id": 33097,
2888
2888
  "name": "_superTokenLogic",
2889
2889
  "nodeType": "Identifier",
2890
2890
  "overloadedDeclarations": [],
2891
- "referencedDeclaration": 32902,
2891
+ "referencedDeclaration": 32909,
2892
2892
  "src": "3501:16:88",
2893
2893
  "typeDescriptions": {
2894
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2894
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2895
2895
  "typeString": "contract ISuperToken"
2896
2896
  }
2897
2897
  }
@@ -2899,11 +2899,11 @@
2899
2899
  "expression": {
2900
2900
  "argumentTypes": [
2901
2901
  {
2902
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2902
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2903
2903
  "typeString": "contract ISuperToken"
2904
2904
  }
2905
2905
  ],
2906
- "id": 33089,
2906
+ "id": 33096,
2907
2907
  "isConstant": false,
2908
2908
  "isLValue": false,
2909
2909
  "isPure": true,
@@ -2915,14 +2915,14 @@
2915
2915
  "typeString": "type(address)"
2916
2916
  },
2917
2917
  "typeName": {
2918
- "id": 33088,
2918
+ "id": 33095,
2919
2919
  "name": "address",
2920
2920
  "nodeType": "ElementaryTypeName",
2921
2921
  "src": "3493:7:88",
2922
2922
  "typeDescriptions": {}
2923
2923
  }
2924
2924
  },
2925
- "id": 33091,
2925
+ "id": 33098,
2926
2926
  "isConstant": false,
2927
2927
  "isLValue": false,
2928
2928
  "isPure": false,
@@ -2947,18 +2947,18 @@
2947
2947
  }
2948
2948
  ],
2949
2949
  "expression": {
2950
- "id": 33085,
2950
+ "id": 33092,
2951
2951
  "name": "proxy",
2952
2952
  "nodeType": "Identifier",
2953
2953
  "overloadedDeclarations": [],
2954
- "referencedDeclaration": 33079,
2954
+ "referencedDeclaration": 33086,
2955
2955
  "src": "3471:5:88",
2956
2956
  "typeDescriptions": {
2957
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
2957
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
2958
2958
  "typeString": "contract UUPSProxy"
2959
2959
  }
2960
2960
  },
2961
- "id": 33087,
2961
+ "id": 33094,
2962
2962
  "isConstant": false,
2963
2963
  "isLValue": false,
2964
2964
  "isPure": false,
@@ -2966,14 +2966,14 @@
2966
2966
  "memberLocation": "3477:15:88",
2967
2967
  "memberName": "initializeProxy",
2968
2968
  "nodeType": "MemberAccess",
2969
- "referencedDeclaration": 37556,
2969
+ "referencedDeclaration": 37563,
2970
2970
  "src": "3471:21:88",
2971
2971
  "typeDescriptions": {
2972
2972
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
2973
2973
  "typeString": "function (address) external"
2974
2974
  }
2975
2975
  },
2976
- "id": 33092,
2976
+ "id": 33099,
2977
2977
  "isConstant": false,
2978
2978
  "isLValue": false,
2979
2979
  "isPure": false,
@@ -2989,26 +2989,26 @@
2989
2989
  "typeString": "tuple()"
2990
2990
  }
2991
2991
  },
2992
- "id": 33093,
2992
+ "id": 33100,
2993
2993
  "nodeType": "ExpressionStatement",
2994
2994
  "src": "3471:48:88"
2995
2995
  },
2996
2996
  {
2997
2997
  "expression": {
2998
- "id": 33101,
2998
+ "id": 33108,
2999
2999
  "isConstant": false,
3000
3000
  "isLValue": false,
3001
3001
  "isPure": false,
3002
3002
  "lValueRequested": false,
3003
3003
  "leftHandSide": {
3004
- "id": 33094,
3004
+ "id": 33101,
3005
3005
  "name": "superToken",
3006
3006
  "nodeType": "Identifier",
3007
3007
  "overloadedDeclarations": [],
3008
- "referencedDeclaration": 33039,
3008
+ "referencedDeclaration": 33046,
3009
3009
  "src": "3533:10:88",
3010
3010
  "typeDescriptions": {
3011
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3011
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3012
3012
  "typeString": "contract ISuperToken"
3013
3013
  }
3014
3014
  },
@@ -3019,14 +3019,14 @@
3019
3019
  {
3020
3020
  "arguments": [
3021
3021
  {
3022
- "id": 33098,
3022
+ "id": 33105,
3023
3023
  "name": "proxy",
3024
3024
  "nodeType": "Identifier",
3025
3025
  "overloadedDeclarations": [],
3026
- "referencedDeclaration": 33079,
3026
+ "referencedDeclaration": 33086,
3027
3027
  "src": "3566:5:88",
3028
3028
  "typeDescriptions": {
3029
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3029
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3030
3030
  "typeString": "contract UUPSProxy"
3031
3031
  }
3032
3032
  }
@@ -3034,11 +3034,11 @@
3034
3034
  "expression": {
3035
3035
  "argumentTypes": [
3036
3036
  {
3037
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3037
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3038
3038
  "typeString": "contract UUPSProxy"
3039
3039
  }
3040
3040
  ],
3041
- "id": 33097,
3041
+ "id": 33104,
3042
3042
  "isConstant": false,
3043
3043
  "isLValue": false,
3044
3044
  "isPure": true,
@@ -3050,14 +3050,14 @@
3050
3050
  "typeString": "type(address)"
3051
3051
  },
3052
3052
  "typeName": {
3053
- "id": 33096,
3053
+ "id": 33103,
3054
3054
  "name": "address",
3055
3055
  "nodeType": "ElementaryTypeName",
3056
3056
  "src": "3558:7:88",
3057
3057
  "typeDescriptions": {}
3058
3058
  }
3059
3059
  },
3060
- "id": 33099,
3060
+ "id": 33106,
3061
3061
  "isConstant": false,
3062
3062
  "isLValue": false,
3063
3063
  "isPure": false,
@@ -3081,18 +3081,18 @@
3081
3081
  "typeString": "address"
3082
3082
  }
3083
3083
  ],
3084
- "id": 33095,
3084
+ "id": 33102,
3085
3085
  "name": "ISuperToken",
3086
3086
  "nodeType": "Identifier",
3087
3087
  "overloadedDeclarations": [],
3088
- "referencedDeclaration": 19933,
3088
+ "referencedDeclaration": 19940,
3089
3089
  "src": "3546:11:88",
3090
3090
  "typeDescriptions": {
3091
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
3091
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
3092
3092
  "typeString": "type(contract ISuperToken)"
3093
3093
  }
3094
3094
  },
3095
- "id": 33100,
3095
+ "id": 33107,
3096
3096
  "isConstant": false,
3097
3097
  "isLValue": false,
3098
3098
  "isPure": false,
@@ -3104,47 +3104,47 @@
3104
3104
  "src": "3546:27:88",
3105
3105
  "tryCall": false,
3106
3106
  "typeDescriptions": {
3107
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3107
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3108
3108
  "typeString": "contract ISuperToken"
3109
3109
  }
3110
3110
  },
3111
3111
  "src": "3533:40:88",
3112
3112
  "typeDescriptions": {
3113
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3113
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3114
3114
  "typeString": "contract ISuperToken"
3115
3115
  }
3116
3116
  },
3117
- "id": 33102,
3117
+ "id": 33109,
3118
3118
  "nodeType": "ExpressionStatement",
3119
3119
  "src": "3533:40:88"
3120
3120
  }
3121
3121
  ]
3122
3122
  }
3123
3123
  },
3124
- "id": 33128,
3124
+ "id": 33135,
3125
3125
  "nodeType": "IfStatement",
3126
3126
  "src": "3179:643:88",
3127
3127
  "trueBody": {
3128
- "id": 33072,
3128
+ "id": 33079,
3129
3129
  "nodeType": "Block",
3130
3130
  "src": "3230:84:88",
3131
3131
  "statements": [
3132
3132
  {
3133
3133
  "expression": {
3134
- "id": 33070,
3134
+ "id": 33077,
3135
3135
  "isConstant": false,
3136
3136
  "isLValue": false,
3137
3137
  "isPure": false,
3138
3138
  "lValueRequested": false,
3139
3139
  "leftHandSide": {
3140
- "id": 33063,
3140
+ "id": 33070,
3141
3141
  "name": "superToken",
3142
3142
  "nodeType": "Identifier",
3143
3143
  "overloadedDeclarations": [],
3144
- "referencedDeclaration": 33039,
3144
+ "referencedDeclaration": 33046,
3145
3145
  "src": "3244:10:88",
3146
3146
  "typeDescriptions": {
3147
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3147
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3148
3148
  "typeString": "contract ISuperToken"
3149
3149
  }
3150
3150
  },
@@ -3155,14 +3155,14 @@
3155
3155
  {
3156
3156
  "arguments": [
3157
3157
  {
3158
- "id": 33067,
3158
+ "id": 33074,
3159
3159
  "name": "_host",
3160
3160
  "nodeType": "Identifier",
3161
3161
  "overloadedDeclarations": [],
3162
- "referencedDeclaration": 32899,
3162
+ "referencedDeclaration": 32906,
3163
3163
  "src": "3296:5:88",
3164
3164
  "typeDescriptions": {
3165
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
3165
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
3166
3166
  "typeString": "contract ISuperfluid"
3167
3167
  }
3168
3168
  }
@@ -3170,23 +3170,23 @@
3170
3170
  "expression": {
3171
3171
  "argumentTypes": [
3172
3172
  {
3173
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
3173
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
3174
3174
  "typeString": "contract ISuperfluid"
3175
3175
  }
3176
3176
  ],
3177
3177
  "expression": {
3178
- "id": 33065,
3178
+ "id": 33072,
3179
3179
  "name": "this",
3180
3180
  "nodeType": "Identifier",
3181
3181
  "overloadedDeclarations": [],
3182
3182
  "referencedDeclaration": 4294967268,
3183
3183
  "src": "3269:4:88",
3184
3184
  "typeDescriptions": {
3185
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33208",
3185
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33215",
3186
3186
  "typeString": "contract SuperTokenFactoryBase"
3187
3187
  }
3188
3188
  },
3189
- "id": 33066,
3189
+ "id": 33073,
3190
3190
  "isConstant": false,
3191
3191
  "isLValue": false,
3192
3192
  "isPure": false,
@@ -3194,14 +3194,14 @@
3194
3194
  "memberLocation": "3274:21:88",
3195
3195
  "memberName": "createSuperTokenLogic",
3196
3196
  "nodeType": "MemberAccess",
3197
- "referencedDeclaration": 33022,
3197
+ "referencedDeclaration": 33029,
3198
3198
  "src": "3269:26:88",
3199
3199
  "typeDescriptions": {
3200
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_address_$",
3200
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_address_$",
3201
3201
  "typeString": "function (contract ISuperfluid) external returns (address)"
3202
3202
  }
3203
3203
  },
3204
- "id": 33068,
3204
+ "id": 33075,
3205
3205
  "isConstant": false,
3206
3206
  "isLValue": false,
3207
3207
  "isPure": false,
@@ -3225,18 +3225,18 @@
3225
3225
  "typeString": "address"
3226
3226
  }
3227
3227
  ],
3228
- "id": 33064,
3228
+ "id": 33071,
3229
3229
  "name": "ISuperToken",
3230
3230
  "nodeType": "Identifier",
3231
3231
  "overloadedDeclarations": [],
3232
- "referencedDeclaration": 19933,
3232
+ "referencedDeclaration": 19940,
3233
3233
  "src": "3257:11:88",
3234
3234
  "typeDescriptions": {
3235
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
3235
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
3236
3236
  "typeString": "type(contract ISuperToken)"
3237
3237
  }
3238
3238
  },
3239
- "id": 33069,
3239
+ "id": 33076,
3240
3240
  "isConstant": false,
3241
3241
  "isLValue": false,
3242
3242
  "isPure": false,
@@ -3248,17 +3248,17 @@
3248
3248
  "src": "3257:46:88",
3249
3249
  "tryCall": false,
3250
3250
  "typeDescriptions": {
3251
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3251
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3252
3252
  "typeString": "contract ISuperToken"
3253
3253
  }
3254
3254
  },
3255
3255
  "src": "3244:59:88",
3256
3256
  "typeDescriptions": {
3257
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3257
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3258
3258
  "typeString": "contract ISuperToken"
3259
3259
  }
3260
3260
  },
3261
- "id": 33071,
3261
+ "id": 33078,
3262
3262
  "nodeType": "ExpressionStatement",
3263
3263
  "src": "3244:59:88"
3264
3264
  }
@@ -3269,11 +3269,11 @@
3269
3269
  "expression": {
3270
3270
  "arguments": [
3271
3271
  {
3272
- "id": 33132,
3272
+ "id": 33139,
3273
3273
  "name": "underlyingToken",
3274
3274
  "nodeType": "Identifier",
3275
3275
  "overloadedDeclarations": [],
3276
- "referencedDeclaration": 33025,
3276
+ "referencedDeclaration": 33032,
3277
3277
  "src": "3899:15:88",
3278
3278
  "typeDescriptions": {
3279
3279
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -3281,11 +3281,11 @@
3281
3281
  }
3282
3282
  },
3283
3283
  {
3284
- "id": 33133,
3284
+ "id": 33140,
3285
3285
  "name": "underlyingDecimals",
3286
3286
  "nodeType": "Identifier",
3287
3287
  "overloadedDeclarations": [],
3288
- "referencedDeclaration": 33027,
3288
+ "referencedDeclaration": 33034,
3289
3289
  "src": "3928:18:88",
3290
3290
  "typeDescriptions": {
3291
3291
  "typeIdentifier": "t_uint8",
@@ -3293,11 +3293,11 @@
3293
3293
  }
3294
3294
  },
3295
3295
  {
3296
- "id": 33134,
3296
+ "id": 33141,
3297
3297
  "name": "name",
3298
3298
  "nodeType": "Identifier",
3299
3299
  "overloadedDeclarations": [],
3300
- "referencedDeclaration": 33032,
3300
+ "referencedDeclaration": 33039,
3301
3301
  "src": "3960:4:88",
3302
3302
  "typeDescriptions": {
3303
3303
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3305,11 +3305,11 @@
3305
3305
  }
3306
3306
  },
3307
3307
  {
3308
- "id": 33135,
3308
+ "id": 33142,
3309
3309
  "name": "symbol",
3310
3310
  "nodeType": "Identifier",
3311
3311
  "overloadedDeclarations": [],
3312
- "referencedDeclaration": 33034,
3312
+ "referencedDeclaration": 33041,
3313
3313
  "src": "3978:6:88",
3314
3314
  "typeDescriptions": {
3315
3315
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3337,18 +3337,18 @@
3337
3337
  }
3338
3338
  ],
3339
3339
  "expression": {
3340
- "id": 33129,
3340
+ "id": 33136,
3341
3341
  "name": "superToken",
3342
3342
  "nodeType": "Identifier",
3343
3343
  "overloadedDeclarations": [],
3344
- "referencedDeclaration": 33039,
3344
+ "referencedDeclaration": 33046,
3345
3345
  "src": "3864:10:88",
3346
3346
  "typeDescriptions": {
3347
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3347
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3348
3348
  "typeString": "contract ISuperToken"
3349
3349
  }
3350
3350
  },
3351
- "id": 33131,
3351
+ "id": 33138,
3352
3352
  "isConstant": false,
3353
3353
  "isLValue": false,
3354
3354
  "isPure": false,
@@ -3356,14 +3356,14 @@
3356
3356
  "memberLocation": "3875:10:88",
3357
3357
  "memberName": "initialize",
3358
3358
  "nodeType": "MemberAccess",
3359
- "referencedDeclaration": 19591,
3359
+ "referencedDeclaration": 19598,
3360
3360
  "src": "3864:21:88",
3361
3361
  "typeDescriptions": {
3362
3362
  "typeIdentifier": "t_function_external_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_string_memory_ptr_$_t_string_memory_ptr_$returns$__$",
3363
3363
  "typeString": "function (contract IERC20,uint8,string memory,string memory) external"
3364
3364
  }
3365
3365
  },
3366
- "id": 33136,
3366
+ "id": 33143,
3367
3367
  "isConstant": false,
3368
3368
  "isLValue": false,
3369
3369
  "isPure": false,
@@ -3379,7 +3379,7 @@
3379
3379
  "typeString": "tuple()"
3380
3380
  }
3381
3381
  },
3382
- "id": 33137,
3382
+ "id": 33144,
3383
3383
  "nodeType": "ExpressionStatement",
3384
3384
  "src": "3864:130:88"
3385
3385
  },
@@ -3387,14 +3387,14 @@
3387
3387
  "eventCall": {
3388
3388
  "arguments": [
3389
3389
  {
3390
- "id": 33139,
3390
+ "id": 33146,
3391
3391
  "name": "superToken",
3392
3392
  "nodeType": "Identifier",
3393
3393
  "overloadedDeclarations": [],
3394
- "referencedDeclaration": 33039,
3394
+ "referencedDeclaration": 33046,
3395
3395
  "src": "4028:10:88",
3396
3396
  "typeDescriptions": {
3397
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3397
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3398
3398
  "typeString": "contract ISuperToken"
3399
3399
  }
3400
3400
  }
@@ -3402,22 +3402,22 @@
3402
3402
  "expression": {
3403
3403
  "argumentTypes": [
3404
3404
  {
3405
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3405
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3406
3406
  "typeString": "contract ISuperToken"
3407
3407
  }
3408
3408
  ],
3409
- "id": 33138,
3409
+ "id": 33145,
3410
3410
  "name": "SuperTokenCreated",
3411
3411
  "nodeType": "Identifier",
3412
3412
  "overloadedDeclarations": [],
3413
- "referencedDeclaration": 20017,
3413
+ "referencedDeclaration": 20024,
3414
3414
  "src": "4010:17:88",
3415
3415
  "typeDescriptions": {
3416
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19933_$returns$__$",
3416
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19940_$returns$__$",
3417
3417
  "typeString": "function (contract ISuperToken)"
3418
3418
  }
3419
3419
  },
3420
- "id": 33140,
3420
+ "id": 33147,
3421
3421
  "isConstant": false,
3422
3422
  "isLValue": false,
3423
3423
  "isPure": false,
@@ -3433,14 +3433,14 @@
3433
3433
  "typeString": "tuple()"
3434
3434
  }
3435
3435
  },
3436
- "id": 33141,
3436
+ "id": 33148,
3437
3437
  "nodeType": "EmitStatement",
3438
3438
  "src": "4005:34:88"
3439
3439
  }
3440
3440
  ]
3441
3441
  },
3442
3442
  "functionSelector": "a6d0c534",
3443
- "id": 33143,
3443
+ "id": 33150,
3444
3444
  "implemented": true,
3445
3445
  "kind": "function",
3446
3446
  "modifiers": [],
@@ -3448,23 +3448,23 @@
3448
3448
  "nameLocation": "2744:18:88",
3449
3449
  "nodeType": "FunctionDefinition",
3450
3450
  "overrides": {
3451
- "id": 33036,
3451
+ "id": 33043,
3452
3452
  "nodeType": "OverrideSpecifier",
3453
3453
  "overrides": [],
3454
3454
  "src": "2949:8:88"
3455
3455
  },
3456
3456
  "parameters": {
3457
- "id": 33035,
3457
+ "id": 33042,
3458
3458
  "nodeType": "ParameterList",
3459
3459
  "parameters": [
3460
3460
  {
3461
3461
  "constant": false,
3462
- "id": 33025,
3462
+ "id": 33032,
3463
3463
  "mutability": "mutable",
3464
3464
  "name": "underlyingToken",
3465
3465
  "nameLocation": "2779:15:88",
3466
3466
  "nodeType": "VariableDeclaration",
3467
- "scope": 33143,
3467
+ "scope": 33150,
3468
3468
  "src": "2772:22:88",
3469
3469
  "stateVariable": false,
3470
3470
  "storageLocation": "default",
@@ -3473,10 +3473,10 @@
3473
3473
  "typeString": "contract IERC20"
3474
3474
  },
3475
3475
  "typeName": {
3476
- "id": 33024,
3476
+ "id": 33031,
3477
3477
  "nodeType": "UserDefinedTypeName",
3478
3478
  "pathNode": {
3479
- "id": 33023,
3479
+ "id": 33030,
3480
3480
  "name": "IERC20",
3481
3481
  "nameLocations": [
3482
3482
  "2772:6:88"
@@ -3496,12 +3496,12 @@
3496
3496
  },
3497
3497
  {
3498
3498
  "constant": false,
3499
- "id": 33027,
3499
+ "id": 33034,
3500
3500
  "mutability": "mutable",
3501
3501
  "name": "underlyingDecimals",
3502
3502
  "nameLocation": "2810:18:88",
3503
3503
  "nodeType": "VariableDeclaration",
3504
- "scope": 33143,
3504
+ "scope": 33150,
3505
3505
  "src": "2804:24:88",
3506
3506
  "stateVariable": false,
3507
3507
  "storageLocation": "default",
@@ -3510,7 +3510,7 @@
3510
3510
  "typeString": "uint8"
3511
3511
  },
3512
3512
  "typeName": {
3513
- "id": 33026,
3513
+ "id": 33033,
3514
3514
  "name": "uint8",
3515
3515
  "nodeType": "ElementaryTypeName",
3516
3516
  "src": "2804:5:88",
@@ -3523,36 +3523,36 @@
3523
3523
  },
3524
3524
  {
3525
3525
  "constant": false,
3526
- "id": 33030,
3526
+ "id": 33037,
3527
3527
  "mutability": "mutable",
3528
3528
  "name": "upgradability",
3529
3529
  "nameLocation": "2852:13:88",
3530
3530
  "nodeType": "VariableDeclaration",
3531
- "scope": 33143,
3531
+ "scope": 33150,
3532
3532
  "src": "2838:27:88",
3533
3533
  "stateVariable": false,
3534
3534
  "storageLocation": "default",
3535
3535
  "typeDescriptions": {
3536
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3536
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3537
3537
  "typeString": "enum ISuperTokenFactory.Upgradability"
3538
3538
  },
3539
3539
  "typeName": {
3540
- "id": 33029,
3540
+ "id": 33036,
3541
3541
  "nodeType": "UserDefinedTypeName",
3542
3542
  "pathNode": {
3543
- "id": 33028,
3543
+ "id": 33035,
3544
3544
  "name": "Upgradability",
3545
3545
  "nameLocations": [
3546
3546
  "2838:13:88"
3547
3547
  ],
3548
3548
  "nodeType": "IdentifierPath",
3549
- "referencedDeclaration": 19964,
3549
+ "referencedDeclaration": 19971,
3550
3550
  "src": "2838:13:88"
3551
3551
  },
3552
- "referencedDeclaration": 19964,
3552
+ "referencedDeclaration": 19971,
3553
3553
  "src": "2838:13:88",
3554
3554
  "typeDescriptions": {
3555
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3555
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3556
3556
  "typeString": "enum ISuperTokenFactory.Upgradability"
3557
3557
  }
3558
3558
  },
@@ -3560,12 +3560,12 @@
3560
3560
  },
3561
3561
  {
3562
3562
  "constant": false,
3563
- "id": 33032,
3563
+ "id": 33039,
3564
3564
  "mutability": "mutable",
3565
3565
  "name": "name",
3566
3566
  "nameLocation": "2891:4:88",
3567
3567
  "nodeType": "VariableDeclaration",
3568
- "scope": 33143,
3568
+ "scope": 33150,
3569
3569
  "src": "2875:20:88",
3570
3570
  "stateVariable": false,
3571
3571
  "storageLocation": "calldata",
@@ -3574,7 +3574,7 @@
3574
3574
  "typeString": "string"
3575
3575
  },
3576
3576
  "typeName": {
3577
- "id": 33031,
3577
+ "id": 33038,
3578
3578
  "name": "string",
3579
3579
  "nodeType": "ElementaryTypeName",
3580
3580
  "src": "2875:6:88",
@@ -3587,12 +3587,12 @@
3587
3587
  },
3588
3588
  {
3589
3589
  "constant": false,
3590
- "id": 33034,
3590
+ "id": 33041,
3591
3591
  "mutability": "mutable",
3592
3592
  "name": "symbol",
3593
3593
  "nameLocation": "2921:6:88",
3594
3594
  "nodeType": "VariableDeclaration",
3595
- "scope": 33143,
3595
+ "scope": 33150,
3596
3596
  "src": "2905:22:88",
3597
3597
  "stateVariable": false,
3598
3598
  "storageLocation": "calldata",
@@ -3601,7 +3601,7 @@
3601
3601
  "typeString": "string"
3602
3602
  },
3603
3603
  "typeName": {
3604
- "id": 33033,
3604
+ "id": 33040,
3605
3605
  "name": "string",
3606
3606
  "nodeType": "ElementaryTypeName",
3607
3607
  "src": "2905:6:88",
@@ -3616,41 +3616,41 @@
3616
3616
  "src": "2762:171:88"
3617
3617
  },
3618
3618
  "returnParameters": {
3619
- "id": 33040,
3619
+ "id": 33047,
3620
3620
  "nodeType": "ParameterList",
3621
3621
  "parameters": [
3622
3622
  {
3623
3623
  "constant": false,
3624
- "id": 33039,
3624
+ "id": 33046,
3625
3625
  "mutability": "mutable",
3626
3626
  "name": "superToken",
3627
3627
  "nameLocation": "2987:10:88",
3628
3628
  "nodeType": "VariableDeclaration",
3629
- "scope": 33143,
3629
+ "scope": 33150,
3630
3630
  "src": "2975:22:88",
3631
3631
  "stateVariable": false,
3632
3632
  "storageLocation": "default",
3633
3633
  "typeDescriptions": {
3634
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3634
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3635
3635
  "typeString": "contract ISuperToken"
3636
3636
  },
3637
3637
  "typeName": {
3638
- "id": 33038,
3638
+ "id": 33045,
3639
3639
  "nodeType": "UserDefinedTypeName",
3640
3640
  "pathNode": {
3641
- "id": 33037,
3641
+ "id": 33044,
3642
3642
  "name": "ISuperToken",
3643
3643
  "nameLocations": [
3644
3644
  "2975:11:88"
3645
3645
  ],
3646
3646
  "nodeType": "IdentifierPath",
3647
- "referencedDeclaration": 19933,
3647
+ "referencedDeclaration": 19940,
3648
3648
  "src": "2975:11:88"
3649
3649
  },
3650
- "referencedDeclaration": 19933,
3650
+ "referencedDeclaration": 19940,
3651
3651
  "src": "2975:11:88",
3652
3652
  "typeDescriptions": {
3653
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3653
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3654
3654
  "typeString": "contract ISuperToken"
3655
3655
  }
3656
3656
  },
@@ -3659,7 +3659,7 @@
3659
3659
  ],
3660
3660
  "src": "2974:24:88"
3661
3661
  },
3662
- "scope": 33208,
3662
+ "scope": 33215,
3663
3663
  "src": "2735:1311:88",
3664
3664
  "stateMutability": "nonpayable",
3665
3665
  "virtual": false,
@@ -3667,10 +3667,10 @@
3667
3667
  },
3668
3668
  {
3669
3669
  "baseFunctions": [
3670
- 20000
3670
+ 20007
3671
3671
  ],
3672
3672
  "body": {
3673
- "id": 33170,
3673
+ "id": 33177,
3674
3674
  "nodeType": "Block",
3675
3675
  "src": "4300:186:88",
3676
3676
  "statements": [
@@ -3678,14 +3678,14 @@
3678
3678
  "expression": {
3679
3679
  "arguments": [
3680
3680
  {
3681
- "id": 33161,
3681
+ "id": 33168,
3682
3682
  "name": "underlyingToken",
3683
3683
  "nodeType": "Identifier",
3684
3684
  "overloadedDeclarations": [],
3685
- "referencedDeclaration": 33146,
3685
+ "referencedDeclaration": 33153,
3686
3686
  "src": "4349:15:88",
3687
3687
  "typeDescriptions": {
3688
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
3688
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
3689
3689
  "typeString": "contract ERC20WithTokenInfo"
3690
3690
  }
3691
3691
  },
@@ -3694,18 +3694,18 @@
3694
3694
  "expression": {
3695
3695
  "argumentTypes": [],
3696
3696
  "expression": {
3697
- "id": 33162,
3697
+ "id": 33169,
3698
3698
  "name": "underlyingToken",
3699
3699
  "nodeType": "Identifier",
3700
3700
  "overloadedDeclarations": [],
3701
- "referencedDeclaration": 33146,
3701
+ "referencedDeclaration": 33153,
3702
3702
  "src": "4378:15:88",
3703
3703
  "typeDescriptions": {
3704
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
3704
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
3705
3705
  "typeString": "contract ERC20WithTokenInfo"
3706
3706
  }
3707
3707
  },
3708
- "id": 33163,
3708
+ "id": 33170,
3709
3709
  "isConstant": false,
3710
3710
  "isLValue": false,
3711
3711
  "isPure": false,
@@ -3713,14 +3713,14 @@
3713
3713
  "memberLocation": "4394:8:88",
3714
3714
  "memberName": "decimals",
3715
3715
  "nodeType": "MemberAccess",
3716
- "referencedDeclaration": 21019,
3716
+ "referencedDeclaration": 21026,
3717
3717
  "src": "4378:24:88",
3718
3718
  "typeDescriptions": {
3719
3719
  "typeIdentifier": "t_function_external_view$__$returns$_t_uint8_$",
3720
3720
  "typeString": "function () view external returns (uint8)"
3721
3721
  }
3722
3722
  },
3723
- "id": 33164,
3723
+ "id": 33171,
3724
3724
  "isConstant": false,
3725
3725
  "isLValue": false,
3726
3726
  "isPure": false,
@@ -3737,23 +3737,23 @@
3737
3737
  }
3738
3738
  },
3739
3739
  {
3740
- "id": 33165,
3740
+ "id": 33172,
3741
3741
  "name": "upgradability",
3742
3742
  "nodeType": "Identifier",
3743
3743
  "overloadedDeclarations": [],
3744
- "referencedDeclaration": 33149,
3744
+ "referencedDeclaration": 33156,
3745
3745
  "src": "4418:13:88",
3746
3746
  "typeDescriptions": {
3747
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3747
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3748
3748
  "typeString": "enum ISuperTokenFactory.Upgradability"
3749
3749
  }
3750
3750
  },
3751
3751
  {
3752
- "id": 33166,
3752
+ "id": 33173,
3753
3753
  "name": "name",
3754
3754
  "nodeType": "Identifier",
3755
3755
  "overloadedDeclarations": [],
3756
- "referencedDeclaration": 33151,
3756
+ "referencedDeclaration": 33158,
3757
3757
  "src": "4445:4:88",
3758
3758
  "typeDescriptions": {
3759
3759
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3761,11 +3761,11 @@
3761
3761
  }
3762
3762
  },
3763
3763
  {
3764
- "id": 33167,
3764
+ "id": 33174,
3765
3765
  "name": "symbol",
3766
3766
  "nodeType": "Identifier",
3767
3767
  "overloadedDeclarations": [],
3768
- "referencedDeclaration": 33153,
3768
+ "referencedDeclaration": 33160,
3769
3769
  "src": "4463:6:88",
3770
3770
  "typeDescriptions": {
3771
3771
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3776,7 +3776,7 @@
3776
3776
  "expression": {
3777
3777
  "argumentTypes": [
3778
3778
  {
3779
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
3779
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
3780
3780
  "typeString": "contract ERC20WithTokenInfo"
3781
3781
  },
3782
3782
  {
@@ -3784,7 +3784,7 @@
3784
3784
  "typeString": "uint8"
3785
3785
  },
3786
3786
  {
3787
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3787
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3788
3788
  "typeString": "enum ISuperTokenFactory.Upgradability"
3789
3789
  },
3790
3790
  {
@@ -3796,18 +3796,18 @@
3796
3796
  "typeString": "string calldata"
3797
3797
  }
3798
3798
  ],
3799
- "id": 33160,
3799
+ "id": 33167,
3800
3800
  "name": "createERC20Wrapper",
3801
3801
  "nodeType": "Identifier",
3802
3802
  "overloadedDeclarations": [],
3803
- "referencedDeclaration": 33143,
3803
+ "referencedDeclaration": 33150,
3804
3804
  "src": "4317:18:88",
3805
3805
  "typeDescriptions": {
3806
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19964_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19933_$",
3806
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19971_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19940_$",
3807
3807
  "typeString": "function (contract IERC20,uint8,enum ISuperTokenFactory.Upgradability,string calldata,string calldata) returns (contract ISuperToken)"
3808
3808
  }
3809
3809
  },
3810
- "id": 33168,
3810
+ "id": 33175,
3811
3811
  "isConstant": false,
3812
3812
  "isLValue": false,
3813
3813
  "isPure": false,
@@ -3819,19 +3819,19 @@
3819
3819
  "src": "4317:162:88",
3820
3820
  "tryCall": false,
3821
3821
  "typeDescriptions": {
3822
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3822
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3823
3823
  "typeString": "contract ISuperToken"
3824
3824
  }
3825
3825
  },
3826
- "functionReturnParameters": 33159,
3827
- "id": 33169,
3826
+ "functionReturnParameters": 33166,
3827
+ "id": 33176,
3828
3828
  "nodeType": "Return",
3829
3829
  "src": "4310:169:88"
3830
3830
  }
3831
3831
  ]
3832
3832
  },
3833
3833
  "functionSelector": "431f1481",
3834
- "id": 33171,
3834
+ "id": 33178,
3835
3835
  "implemented": true,
3836
3836
  "kind": "function",
3837
3837
  "modifiers": [],
@@ -3839,47 +3839,47 @@
3839
3839
  "nameLocation": "4061:18:88",
3840
3840
  "nodeType": "FunctionDefinition",
3841
3841
  "overrides": {
3842
- "id": 33155,
3842
+ "id": 33162,
3843
3843
  "nodeType": "OverrideSpecifier",
3844
3844
  "overrides": [],
3845
3845
  "src": "4246:8:88"
3846
3846
  },
3847
3847
  "parameters": {
3848
- "id": 33154,
3848
+ "id": 33161,
3849
3849
  "nodeType": "ParameterList",
3850
3850
  "parameters": [
3851
3851
  {
3852
3852
  "constant": false,
3853
- "id": 33146,
3853
+ "id": 33153,
3854
3854
  "mutability": "mutable",
3855
3855
  "name": "underlyingToken",
3856
3856
  "nameLocation": "4108:15:88",
3857
3857
  "nodeType": "VariableDeclaration",
3858
- "scope": 33171,
3858
+ "scope": 33178,
3859
3859
  "src": "4089:34:88",
3860
3860
  "stateVariable": false,
3861
3861
  "storageLocation": "default",
3862
3862
  "typeDescriptions": {
3863
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
3863
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
3864
3864
  "typeString": "contract ERC20WithTokenInfo"
3865
3865
  },
3866
3866
  "typeName": {
3867
- "id": 33145,
3867
+ "id": 33152,
3868
3868
  "nodeType": "UserDefinedTypeName",
3869
3869
  "pathNode": {
3870
- "id": 33144,
3870
+ "id": 33151,
3871
3871
  "name": "ERC20WithTokenInfo",
3872
3872
  "nameLocations": [
3873
3873
  "4089:18:88"
3874
3874
  ],
3875
3875
  "nodeType": "IdentifierPath",
3876
- "referencedDeclaration": 20952,
3876
+ "referencedDeclaration": 20959,
3877
3877
  "src": "4089:18:88"
3878
3878
  },
3879
- "referencedDeclaration": 20952,
3879
+ "referencedDeclaration": 20959,
3880
3880
  "src": "4089:18:88",
3881
3881
  "typeDescriptions": {
3882
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
3882
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
3883
3883
  "typeString": "contract ERC20WithTokenInfo"
3884
3884
  }
3885
3885
  },
@@ -3887,36 +3887,36 @@
3887
3887
  },
3888
3888
  {
3889
3889
  "constant": false,
3890
- "id": 33149,
3890
+ "id": 33156,
3891
3891
  "mutability": "mutable",
3892
3892
  "name": "upgradability",
3893
3893
  "nameLocation": "4147:13:88",
3894
3894
  "nodeType": "VariableDeclaration",
3895
- "scope": 33171,
3895
+ "scope": 33178,
3896
3896
  "src": "4133:27:88",
3897
3897
  "stateVariable": false,
3898
3898
  "storageLocation": "default",
3899
3899
  "typeDescriptions": {
3900
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3900
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3901
3901
  "typeString": "enum ISuperTokenFactory.Upgradability"
3902
3902
  },
3903
3903
  "typeName": {
3904
- "id": 33148,
3904
+ "id": 33155,
3905
3905
  "nodeType": "UserDefinedTypeName",
3906
3906
  "pathNode": {
3907
- "id": 33147,
3907
+ "id": 33154,
3908
3908
  "name": "Upgradability",
3909
3909
  "nameLocations": [
3910
3910
  "4133:13:88"
3911
3911
  ],
3912
3912
  "nodeType": "IdentifierPath",
3913
- "referencedDeclaration": 19964,
3913
+ "referencedDeclaration": 19971,
3914
3914
  "src": "4133:13:88"
3915
3915
  },
3916
- "referencedDeclaration": 19964,
3916
+ "referencedDeclaration": 19971,
3917
3917
  "src": "4133:13:88",
3918
3918
  "typeDescriptions": {
3919
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3919
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3920
3920
  "typeString": "enum ISuperTokenFactory.Upgradability"
3921
3921
  }
3922
3922
  },
@@ -3924,12 +3924,12 @@
3924
3924
  },
3925
3925
  {
3926
3926
  "constant": false,
3927
- "id": 33151,
3927
+ "id": 33158,
3928
3928
  "mutability": "mutable",
3929
3929
  "name": "name",
3930
3930
  "nameLocation": "4186:4:88",
3931
3931
  "nodeType": "VariableDeclaration",
3932
- "scope": 33171,
3932
+ "scope": 33178,
3933
3933
  "src": "4170:20:88",
3934
3934
  "stateVariable": false,
3935
3935
  "storageLocation": "calldata",
@@ -3938,7 +3938,7 @@
3938
3938
  "typeString": "string"
3939
3939
  },
3940
3940
  "typeName": {
3941
- "id": 33150,
3941
+ "id": 33157,
3942
3942
  "name": "string",
3943
3943
  "nodeType": "ElementaryTypeName",
3944
3944
  "src": "4170:6:88",
@@ -3951,12 +3951,12 @@
3951
3951
  },
3952
3952
  {
3953
3953
  "constant": false,
3954
- "id": 33153,
3954
+ "id": 33160,
3955
3955
  "mutability": "mutable",
3956
3956
  "name": "symbol",
3957
3957
  "nameLocation": "4216:6:88",
3958
3958
  "nodeType": "VariableDeclaration",
3959
- "scope": 33171,
3959
+ "scope": 33178,
3960
3960
  "src": "4200:22:88",
3961
3961
  "stateVariable": false,
3962
3962
  "storageLocation": "calldata",
@@ -3965,7 +3965,7 @@
3965
3965
  "typeString": "string"
3966
3966
  },
3967
3967
  "typeName": {
3968
- "id": 33152,
3968
+ "id": 33159,
3969
3969
  "name": "string",
3970
3970
  "nodeType": "ElementaryTypeName",
3971
3971
  "src": "4200:6:88",
@@ -3980,41 +3980,41 @@
3980
3980
  "src": "4079:149:88"
3981
3981
  },
3982
3982
  "returnParameters": {
3983
- "id": 33159,
3983
+ "id": 33166,
3984
3984
  "nodeType": "ParameterList",
3985
3985
  "parameters": [
3986
3986
  {
3987
3987
  "constant": false,
3988
- "id": 33158,
3988
+ "id": 33165,
3989
3989
  "mutability": "mutable",
3990
3990
  "name": "superToken",
3991
3991
  "nameLocation": "4284:10:88",
3992
3992
  "nodeType": "VariableDeclaration",
3993
- "scope": 33171,
3993
+ "scope": 33178,
3994
3994
  "src": "4272:22:88",
3995
3995
  "stateVariable": false,
3996
3996
  "storageLocation": "default",
3997
3997
  "typeDescriptions": {
3998
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3998
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3999
3999
  "typeString": "contract ISuperToken"
4000
4000
  },
4001
4001
  "typeName": {
4002
- "id": 33157,
4002
+ "id": 33164,
4003
4003
  "nodeType": "UserDefinedTypeName",
4004
4004
  "pathNode": {
4005
- "id": 33156,
4005
+ "id": 33163,
4006
4006
  "name": "ISuperToken",
4007
4007
  "nameLocations": [
4008
4008
  "4272:11:88"
4009
4009
  ],
4010
4010
  "nodeType": "IdentifierPath",
4011
- "referencedDeclaration": 19933,
4011
+ "referencedDeclaration": 19940,
4012
4012
  "src": "4272:11:88"
4013
4013
  },
4014
- "referencedDeclaration": 19933,
4014
+ "referencedDeclaration": 19940,
4015
4015
  "src": "4272:11:88",
4016
4016
  "typeDescriptions": {
4017
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4017
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4018
4018
  "typeString": "contract ISuperToken"
4019
4019
  }
4020
4020
  },
@@ -4023,7 +4023,7 @@
4023
4023
  ],
4024
4024
  "src": "4271:24:88"
4025
4025
  },
4026
- "scope": 33208,
4026
+ "scope": 33215,
4027
4027
  "src": "4052:434:88",
4028
4028
  "stateMutability": "nonpayable",
4029
4029
  "virtual": false,
@@ -4031,26 +4031,26 @@
4031
4031
  },
4032
4032
  {
4033
4033
  "baseFunctions": [
4034
- 20005
4034
+ 20012
4035
4035
  ],
4036
4036
  "body": {
4037
- "id": 33206,
4037
+ "id": 33213,
4038
4038
  "nodeType": "Block",
4039
4039
  "src": "4603:341:88",
4040
4040
  "statements": [
4041
4041
  {
4042
4042
  "assignments": [
4043
- 33178
4043
+ 33185
4044
4044
  ],
4045
4045
  "declarations": [
4046
4046
  {
4047
4047
  "constant": false,
4048
- "id": 33178,
4048
+ "id": 33185,
4049
4049
  "mutability": "mutable",
4050
4050
  "name": "a",
4051
4051
  "nameLocation": "4745:1:88",
4052
4052
  "nodeType": "VariableDeclaration",
4053
- "scope": 33206,
4053
+ "scope": 33213,
4054
4054
  "src": "4729:17:88",
4055
4055
  "stateVariable": false,
4056
4056
  "storageLocation": "default",
@@ -4059,7 +4059,7 @@
4059
4059
  "typeString": "address payable"
4060
4060
  },
4061
4061
  "typeName": {
4062
- "id": 33177,
4062
+ "id": 33184,
4063
4063
  "name": "address",
4064
4064
  "nodeType": "ElementaryTypeName",
4065
4065
  "src": "4729:15:88",
@@ -4072,7 +4072,7 @@
4072
4072
  "visibility": "internal"
4073
4073
  }
4074
4074
  ],
4075
- "id": 33189,
4075
+ "id": 33196,
4076
4076
  "initialValue": {
4077
4077
  "arguments": [
4078
4078
  {
@@ -4080,11 +4080,11 @@
4080
4080
  {
4081
4081
  "arguments": [
4082
4082
  {
4083
- "id": 33185,
4083
+ "id": 33192,
4084
4084
  "name": "customSuperTokenProxy",
4085
4085
  "nodeType": "Identifier",
4086
4086
  "overloadedDeclarations": [],
4087
- "referencedDeclaration": 33173,
4087
+ "referencedDeclaration": 33180,
4088
4088
  "src": "4773:21:88",
4089
4089
  "typeDescriptions": {
4090
4090
  "typeIdentifier": "t_address",
@@ -4099,7 +4099,7 @@
4099
4099
  "typeString": "address"
4100
4100
  }
4101
4101
  ],
4102
- "id": 33184,
4102
+ "id": 33191,
4103
4103
  "isConstant": false,
4104
4104
  "isLValue": false,
4105
4105
  "isPure": true,
@@ -4111,14 +4111,14 @@
4111
4111
  "typeString": "type(uint160)"
4112
4112
  },
4113
4113
  "typeName": {
4114
- "id": 33183,
4114
+ "id": 33190,
4115
4115
  "name": "uint160",
4116
4116
  "nodeType": "ElementaryTypeName",
4117
4117
  "src": "4765:7:88",
4118
4118
  "typeDescriptions": {}
4119
4119
  }
4120
4120
  },
4121
- "id": 33186,
4121
+ "id": 33193,
4122
4122
  "isConstant": false,
4123
4123
  "isLValue": false,
4124
4124
  "isPure": false,
@@ -4142,7 +4142,7 @@
4142
4142
  "typeString": "uint160"
4143
4143
  }
4144
4144
  ],
4145
- "id": 33182,
4145
+ "id": 33189,
4146
4146
  "isConstant": false,
4147
4147
  "isLValue": false,
4148
4148
  "isPure": true,
@@ -4154,14 +4154,14 @@
4154
4154
  "typeString": "type(address)"
4155
4155
  },
4156
4156
  "typeName": {
4157
- "id": 33181,
4157
+ "id": 33188,
4158
4158
  "name": "address",
4159
4159
  "nodeType": "ElementaryTypeName",
4160
4160
  "src": "4757:7:88",
4161
4161
  "typeDescriptions": {}
4162
4162
  }
4163
4163
  },
4164
- "id": 33187,
4164
+ "id": 33194,
4165
4165
  "isConstant": false,
4166
4166
  "isLValue": false,
4167
4167
  "isPure": false,
@@ -4185,7 +4185,7 @@
4185
4185
  "typeString": "address"
4186
4186
  }
4187
4187
  ],
4188
- "id": 33180,
4188
+ "id": 33187,
4189
4189
  "isConstant": false,
4190
4190
  "isLValue": false,
4191
4191
  "isPure": true,
@@ -4197,7 +4197,7 @@
4197
4197
  "typeString": "type(address payable)"
4198
4198
  },
4199
4199
  "typeName": {
4200
- "id": 33179,
4200
+ "id": 33186,
4201
4201
  "name": "address",
4202
4202
  "nodeType": "ElementaryTypeName",
4203
4203
  "src": "4749:8:88",
@@ -4205,7 +4205,7 @@
4205
4205
  "typeDescriptions": {}
4206
4206
  }
4207
4207
  },
4208
- "id": 33188,
4208
+ "id": 33195,
4209
4209
  "isConstant": false,
4210
4210
  "isLValue": false,
4211
4211
  "isPure": false,
@@ -4230,14 +4230,14 @@
4230
4230
  {
4231
4231
  "arguments": [
4232
4232
  {
4233
- "id": 33196,
4233
+ "id": 33203,
4234
4234
  "name": "_superTokenLogic",
4235
4235
  "nodeType": "Identifier",
4236
4236
  "overloadedDeclarations": [],
4237
- "referencedDeclaration": 32902,
4237
+ "referencedDeclaration": 32909,
4238
4238
  "src": "4844:16:88",
4239
4239
  "typeDescriptions": {
4240
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4240
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4241
4241
  "typeString": "contract ISuperToken"
4242
4242
  }
4243
4243
  }
@@ -4245,11 +4245,11 @@
4245
4245
  "expression": {
4246
4246
  "argumentTypes": [
4247
4247
  {
4248
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4248
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4249
4249
  "typeString": "contract ISuperToken"
4250
4250
  }
4251
4251
  ],
4252
- "id": 33195,
4252
+ "id": 33202,
4253
4253
  "isConstant": false,
4254
4254
  "isLValue": false,
4255
4255
  "isPure": true,
@@ -4261,14 +4261,14 @@
4261
4261
  "typeString": "type(address)"
4262
4262
  },
4263
4263
  "typeName": {
4264
- "id": 33194,
4264
+ "id": 33201,
4265
4265
  "name": "address",
4266
4266
  "nodeType": "ElementaryTypeName",
4267
4267
  "src": "4836:7:88",
4268
4268
  "typeDescriptions": {}
4269
4269
  }
4270
4270
  },
4271
- "id": 33197,
4271
+ "id": 33204,
4272
4272
  "isConstant": false,
4273
4273
  "isLValue": false,
4274
4274
  "isPure": false,
@@ -4295,11 +4295,11 @@
4295
4295
  "expression": {
4296
4296
  "arguments": [
4297
4297
  {
4298
- "id": 33191,
4298
+ "id": 33198,
4299
4299
  "name": "a",
4300
4300
  "nodeType": "Identifier",
4301
4301
  "overloadedDeclarations": [],
4302
- "referencedDeclaration": 33178,
4302
+ "referencedDeclaration": 33185,
4303
4303
  "src": "4817:1:88",
4304
4304
  "typeDescriptions": {
4305
4305
  "typeIdentifier": "t_address_payable",
@@ -4314,18 +4314,18 @@
4314
4314
  "typeString": "address payable"
4315
4315
  }
4316
4316
  ],
4317
- "id": 33190,
4317
+ "id": 33197,
4318
4318
  "name": "UUPSProxy",
4319
4319
  "nodeType": "Identifier",
4320
4320
  "overloadedDeclarations": [],
4321
- "referencedDeclaration": 37569,
4321
+ "referencedDeclaration": 37576,
4322
4322
  "src": "4807:9:88",
4323
4323
  "typeDescriptions": {
4324
- "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37569_$",
4324
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37576_$",
4325
4325
  "typeString": "type(contract UUPSProxy)"
4326
4326
  }
4327
4327
  },
4328
- "id": 33192,
4328
+ "id": 33199,
4329
4329
  "isConstant": false,
4330
4330
  "isLValue": false,
4331
4331
  "isPure": false,
@@ -4337,11 +4337,11 @@
4337
4337
  "src": "4807:12:88",
4338
4338
  "tryCall": false,
4339
4339
  "typeDescriptions": {
4340
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
4340
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
4341
4341
  "typeString": "contract UUPSProxy"
4342
4342
  }
4343
4343
  },
4344
- "id": 33193,
4344
+ "id": 33200,
4345
4345
  "isConstant": false,
4346
4346
  "isLValue": false,
4347
4347
  "isPure": false,
@@ -4349,14 +4349,14 @@
4349
4349
  "memberLocation": "4820:15:88",
4350
4350
  "memberName": "initializeProxy",
4351
4351
  "nodeType": "MemberAccess",
4352
- "referencedDeclaration": 37556,
4352
+ "referencedDeclaration": 37563,
4353
4353
  "src": "4807:28:88",
4354
4354
  "typeDescriptions": {
4355
4355
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
4356
4356
  "typeString": "function (address) external"
4357
4357
  }
4358
4358
  },
4359
- "id": 33198,
4359
+ "id": 33205,
4360
4360
  "isConstant": false,
4361
4361
  "isLValue": false,
4362
4362
  "isPure": false,
@@ -4372,7 +4372,7 @@
4372
4372
  "typeString": "tuple()"
4373
4373
  }
4374
4374
  },
4375
- "id": 33199,
4375
+ "id": 33206,
4376
4376
  "nodeType": "ExpressionStatement",
4377
4377
  "src": "4807:55:88"
4378
4378
  },
@@ -4382,11 +4382,11 @@
4382
4382
  {
4383
4383
  "arguments": [
4384
4384
  {
4385
- "id": 33202,
4385
+ "id": 33209,
4386
4386
  "name": "customSuperTokenProxy",
4387
4387
  "nodeType": "Identifier",
4388
4388
  "overloadedDeclarations": [],
4389
- "referencedDeclaration": 33173,
4389
+ "referencedDeclaration": 33180,
4390
4390
  "src": "4914:21:88",
4391
4391
  "typeDescriptions": {
4392
4392
  "typeIdentifier": "t_address",
@@ -4401,18 +4401,18 @@
4401
4401
  "typeString": "address"
4402
4402
  }
4403
4403
  ],
4404
- "id": 33201,
4404
+ "id": 33208,
4405
4405
  "name": "ISuperToken",
4406
4406
  "nodeType": "Identifier",
4407
4407
  "overloadedDeclarations": [],
4408
- "referencedDeclaration": 19933,
4408
+ "referencedDeclaration": 19940,
4409
4409
  "src": "4902:11:88",
4410
4410
  "typeDescriptions": {
4411
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
4411
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
4412
4412
  "typeString": "type(contract ISuperToken)"
4413
4413
  }
4414
4414
  },
4415
- "id": 33203,
4415
+ "id": 33210,
4416
4416
  "isConstant": false,
4417
4417
  "isLValue": false,
4418
4418
  "isPure": false,
@@ -4424,7 +4424,7 @@
4424
4424
  "src": "4902:34:88",
4425
4425
  "tryCall": false,
4426
4426
  "typeDescriptions": {
4427
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4427
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4428
4428
  "typeString": "contract ISuperToken"
4429
4429
  }
4430
4430
  }
@@ -4432,22 +4432,22 @@
4432
4432
  "expression": {
4433
4433
  "argumentTypes": [
4434
4434
  {
4435
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4435
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4436
4436
  "typeString": "contract ISuperToken"
4437
4437
  }
4438
4438
  ],
4439
- "id": 33200,
4439
+ "id": 33207,
4440
4440
  "name": "CustomSuperTokenCreated",
4441
4441
  "nodeType": "Identifier",
4442
4442
  "overloadedDeclarations": [],
4443
- "referencedDeclaration": 20023,
4443
+ "referencedDeclaration": 20030,
4444
4444
  "src": "4878:23:88",
4445
4445
  "typeDescriptions": {
4446
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19933_$returns$__$",
4446
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19940_$returns$__$",
4447
4447
  "typeString": "function (contract ISuperToken)"
4448
4448
  }
4449
4449
  },
4450
- "id": 33204,
4450
+ "id": 33211,
4451
4451
  "isConstant": false,
4452
4452
  "isLValue": false,
4453
4453
  "isPure": false,
@@ -4463,14 +4463,14 @@
4463
4463
  "typeString": "tuple()"
4464
4464
  }
4465
4465
  },
4466
- "id": 33205,
4466
+ "id": 33212,
4467
4467
  "nodeType": "EmitStatement",
4468
4468
  "src": "4873:64:88"
4469
4469
  }
4470
4470
  ]
4471
4471
  },
4472
4472
  "functionSelector": "d412d344",
4473
- "id": 33207,
4473
+ "id": 33214,
4474
4474
  "implemented": true,
4475
4475
  "kind": "function",
4476
4476
  "modifiers": [],
@@ -4478,23 +4478,23 @@
4478
4478
  "nameLocation": "4501:26:88",
4479
4479
  "nodeType": "FunctionDefinition",
4480
4480
  "overrides": {
4481
- "id": 33175,
4481
+ "id": 33182,
4482
4482
  "nodeType": "OverrideSpecifier",
4483
4483
  "overrides": [],
4484
4484
  "src": "4590:8:88"
4485
4485
  },
4486
4486
  "parameters": {
4487
- "id": 33174,
4487
+ "id": 33181,
4488
4488
  "nodeType": "ParameterList",
4489
4489
  "parameters": [
4490
4490
  {
4491
4491
  "constant": false,
4492
- "id": 33173,
4492
+ "id": 33180,
4493
4493
  "mutability": "mutable",
4494
4494
  "name": "customSuperTokenProxy",
4495
4495
  "nameLocation": "4545:21:88",
4496
4496
  "nodeType": "VariableDeclaration",
4497
- "scope": 33207,
4497
+ "scope": 33214,
4498
4498
  "src": "4537:29:88",
4499
4499
  "stateVariable": false,
4500
4500
  "storageLocation": "default",
@@ -4503,7 +4503,7 @@
4503
4503
  "typeString": "address"
4504
4504
  },
4505
4505
  "typeName": {
4506
- "id": 33172,
4506
+ "id": 33179,
4507
4507
  "name": "address",
4508
4508
  "nodeType": "ElementaryTypeName",
4509
4509
  "src": "4537:7:88",
@@ -4519,23 +4519,23 @@
4519
4519
  "src": "4527:45:88"
4520
4520
  },
4521
4521
  "returnParameters": {
4522
- "id": 33176,
4522
+ "id": 33183,
4523
4523
  "nodeType": "ParameterList",
4524
4524
  "parameters": [],
4525
4525
  "src": "4603:0:88"
4526
4526
  },
4527
- "scope": 33208,
4527
+ "scope": 33215,
4528
4528
  "src": "4492:452:88",
4529
4529
  "stateMutability": "nonpayable",
4530
4530
  "virtual": false,
4531
4531
  "visibility": "external"
4532
4532
  }
4533
4533
  ],
4534
- "scope": 33266,
4534
+ "scope": 33273,
4535
4535
  "src": "714:4233:88",
4536
4536
  "usedErrors": [
4537
- 19295,
4538
- 19299
4537
+ 19302,
4538
+ 19306
4539
4539
  ]
4540
4540
  },
4541
4541
  {
@@ -4543,13 +4543,13 @@
4543
4543
  "baseContracts": [],
4544
4544
  "canonicalName": "SuperTokenFactoryHelper",
4545
4545
  "contractDependencies": [
4546
- 32870
4546
+ 32877
4547
4547
  ],
4548
4548
  "contractKind": "contract",
4549
4549
  "fullyImplemented": true,
4550
- "id": 33227,
4550
+ "id": 33234,
4551
4551
  "linearizedBaseContracts": [
4552
- 33227
4552
+ 33234
4553
4553
  ],
4554
4554
  "name": "SuperTokenFactoryHelper",
4555
4555
  "nameLocation": "5019:23:88",
@@ -4557,7 +4557,7 @@
4557
4557
  "nodes": [
4558
4558
  {
4559
4559
  "body": {
4560
- "id": 33225,
4560
+ "id": 33232,
4561
4561
  "nodeType": "Block",
4562
4562
  "src": "5136:53:88",
4563
4563
  "statements": [
@@ -4567,14 +4567,14 @@
4567
4567
  {
4568
4568
  "arguments": [
4569
4569
  {
4570
- "id": 33221,
4570
+ "id": 33228,
4571
4571
  "name": "host",
4572
4572
  "nodeType": "Identifier",
4573
4573
  "overloadedDeclarations": [],
4574
- "referencedDeclaration": 33211,
4574
+ "referencedDeclaration": 33218,
4575
4575
  "src": "5176:4:88",
4576
4576
  "typeDescriptions": {
4577
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4577
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4578
4578
  "typeString": "contract ISuperfluid"
4579
4579
  }
4580
4580
  }
@@ -4582,11 +4582,11 @@
4582
4582
  "expression": {
4583
4583
  "argumentTypes": [
4584
4584
  {
4585
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4585
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4586
4586
  "typeString": "contract ISuperfluid"
4587
4587
  }
4588
4588
  ],
4589
- "id": 33220,
4589
+ "id": 33227,
4590
4590
  "isConstant": false,
4591
4591
  "isLValue": false,
4592
4592
  "isPure": false,
@@ -4594,31 +4594,31 @@
4594
4594
  "nodeType": "NewExpression",
4595
4595
  "src": "5161:14:88",
4596
4596
  "typeDescriptions": {
4597
- "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_contract$_SuperToken_$32870_$",
4597
+ "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_contract$_SuperToken_$32877_$",
4598
4598
  "typeString": "function (contract ISuperfluid) returns (contract SuperToken)"
4599
4599
  },
4600
4600
  "typeName": {
4601
- "id": 33219,
4601
+ "id": 33226,
4602
4602
  "nodeType": "UserDefinedTypeName",
4603
4603
  "pathNode": {
4604
- "id": 33218,
4604
+ "id": 33225,
4605
4605
  "name": "SuperToken",
4606
4606
  "nameLocations": [
4607
4607
  "5165:10:88"
4608
4608
  ],
4609
4609
  "nodeType": "IdentifierPath",
4610
- "referencedDeclaration": 32870,
4610
+ "referencedDeclaration": 32877,
4611
4611
  "src": "5165:10:88"
4612
4612
  },
4613
- "referencedDeclaration": 32870,
4613
+ "referencedDeclaration": 32877,
4614
4614
  "src": "5165:10:88",
4615
4615
  "typeDescriptions": {
4616
- "typeIdentifier": "t_contract$_SuperToken_$32870",
4616
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
4617
4617
  "typeString": "contract SuperToken"
4618
4618
  }
4619
4619
  }
4620
4620
  },
4621
- "id": 33222,
4621
+ "id": 33229,
4622
4622
  "isConstant": false,
4623
4623
  "isLValue": false,
4624
4624
  "isPure": false,
@@ -4630,7 +4630,7 @@
4630
4630
  "src": "5161:20:88",
4631
4631
  "tryCall": false,
4632
4632
  "typeDescriptions": {
4633
- "typeIdentifier": "t_contract$_SuperToken_$32870",
4633
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
4634
4634
  "typeString": "contract SuperToken"
4635
4635
  }
4636
4636
  }
@@ -4638,11 +4638,11 @@
4638
4638
  "expression": {
4639
4639
  "argumentTypes": [
4640
4640
  {
4641
- "typeIdentifier": "t_contract$_SuperToken_$32870",
4641
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
4642
4642
  "typeString": "contract SuperToken"
4643
4643
  }
4644
4644
  ],
4645
- "id": 33217,
4645
+ "id": 33224,
4646
4646
  "isConstant": false,
4647
4647
  "isLValue": false,
4648
4648
  "isPure": true,
@@ -4654,14 +4654,14 @@
4654
4654
  "typeString": "type(address)"
4655
4655
  },
4656
4656
  "typeName": {
4657
- "id": 33216,
4657
+ "id": 33223,
4658
4658
  "name": "address",
4659
4659
  "nodeType": "ElementaryTypeName",
4660
4660
  "src": "5153:7:88",
4661
4661
  "typeDescriptions": {}
4662
4662
  }
4663
4663
  },
4664
- "id": 33223,
4664
+ "id": 33230,
4665
4665
  "isConstant": false,
4666
4666
  "isLValue": false,
4667
4667
  "isPure": false,
@@ -4677,15 +4677,15 @@
4677
4677
  "typeString": "address"
4678
4678
  }
4679
4679
  },
4680
- "functionReturnParameters": 33215,
4681
- "id": 33224,
4680
+ "functionReturnParameters": 33222,
4681
+ "id": 33231,
4682
4682
  "nodeType": "Return",
4683
4683
  "src": "5146:36:88"
4684
4684
  }
4685
4685
  ]
4686
4686
  },
4687
4687
  "functionSelector": "9ed93318",
4688
- "id": 33226,
4688
+ "id": 33233,
4689
4689
  "implemented": true,
4690
4690
  "kind": "function",
4691
4691
  "modifiers": [],
@@ -4693,41 +4693,41 @@
4693
4693
  "nameLocation": "5058:6:88",
4694
4694
  "nodeType": "FunctionDefinition",
4695
4695
  "parameters": {
4696
- "id": 33212,
4696
+ "id": 33219,
4697
4697
  "nodeType": "ParameterList",
4698
4698
  "parameters": [
4699
4699
  {
4700
4700
  "constant": false,
4701
- "id": 33211,
4701
+ "id": 33218,
4702
4702
  "mutability": "mutable",
4703
4703
  "name": "host",
4704
4704
  "nameLocation": "5077:4:88",
4705
4705
  "nodeType": "VariableDeclaration",
4706
- "scope": 33226,
4706
+ "scope": 33233,
4707
4707
  "src": "5065:16:88",
4708
4708
  "stateVariable": false,
4709
4709
  "storageLocation": "default",
4710
4710
  "typeDescriptions": {
4711
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4711
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4712
4712
  "typeString": "contract ISuperfluid"
4713
4713
  },
4714
4714
  "typeName": {
4715
- "id": 33210,
4715
+ "id": 33217,
4716
4716
  "nodeType": "UserDefinedTypeName",
4717
4717
  "pathNode": {
4718
- "id": 33209,
4718
+ "id": 33216,
4719
4719
  "name": "ISuperfluid",
4720
4720
  "nameLocations": [
4721
4721
  "5065:11:88"
4722
4722
  ],
4723
4723
  "nodeType": "IdentifierPath",
4724
- "referencedDeclaration": 20535,
4724
+ "referencedDeclaration": 20542,
4725
4725
  "src": "5065:11:88"
4726
4726
  },
4727
- "referencedDeclaration": 20535,
4727
+ "referencedDeclaration": 20542,
4728
4728
  "src": "5065:11:88",
4729
4729
  "typeDescriptions": {
4730
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4730
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4731
4731
  "typeString": "contract ISuperfluid"
4732
4732
  }
4733
4733
  },
@@ -4737,17 +4737,17 @@
4737
4737
  "src": "5064:18:88"
4738
4738
  },
4739
4739
  "returnParameters": {
4740
- "id": 33215,
4740
+ "id": 33222,
4741
4741
  "nodeType": "ParameterList",
4742
4742
  "parameters": [
4743
4743
  {
4744
4744
  "constant": false,
4745
- "id": 33214,
4745
+ "id": 33221,
4746
4746
  "mutability": "mutable",
4747
4747
  "name": "logic",
4748
4748
  "nameLocation": "5125:5:88",
4749
4749
  "nodeType": "VariableDeclaration",
4750
- "scope": 33226,
4750
+ "scope": 33233,
4751
4751
  "src": "5117:13:88",
4752
4752
  "stateVariable": false,
4753
4753
  "storageLocation": "default",
@@ -4756,7 +4756,7 @@
4756
4756
  "typeString": "address"
4757
4757
  },
4758
4758
  "typeName": {
4759
- "id": 33213,
4759
+ "id": 33220,
4760
4760
  "name": "address",
4761
4761
  "nodeType": "ElementaryTypeName",
4762
4762
  "src": "5117:7:88",
@@ -4771,14 +4771,14 @@
4771
4771
  ],
4772
4772
  "src": "5116:15:88"
4773
4773
  },
4774
- "scope": 33227,
4774
+ "scope": 33234,
4775
4775
  "src": "5049:140:88",
4776
4776
  "stateMutability": "nonpayable",
4777
4777
  "virtual": false,
4778
4778
  "visibility": "external"
4779
4779
  }
4780
4780
  ],
4781
- "scope": 33266,
4781
+ "scope": 33273,
4782
4782
  "src": "5010:181:88",
4783
4783
  "usedErrors": []
4784
4784
  },
@@ -4787,33 +4787,33 @@
4787
4787
  "baseContracts": [
4788
4788
  {
4789
4789
  "baseName": {
4790
- "id": 33228,
4790
+ "id": 33235,
4791
4791
  "name": "SuperTokenFactoryBase",
4792
4792
  "nameLocations": [
4793
4793
  "5223:21:88"
4794
4794
  ],
4795
4795
  "nodeType": "IdentifierPath",
4796
- "referencedDeclaration": 33208,
4796
+ "referencedDeclaration": 33215,
4797
4797
  "src": "5223:21:88"
4798
4798
  },
4799
- "id": 33229,
4799
+ "id": 33236,
4800
4800
  "nodeType": "InheritanceSpecifier",
4801
4801
  "src": "5223:21:88"
4802
4802
  }
4803
4803
  ],
4804
4804
  "canonicalName": "SuperTokenFactory",
4805
4805
  "contractDependencies": [
4806
- 31219,
4807
- 37569
4806
+ 31226,
4807
+ 37576
4808
4808
  ],
4809
4809
  "contractKind": "contract",
4810
4810
  "fullyImplemented": true,
4811
- "id": 33265,
4811
+ "id": 33272,
4812
4812
  "linearizedBaseContracts": [
4813
- 33265,
4814
- 33208,
4815
- 20024,
4816
- 37512,
4813
+ 33272,
4814
+ 33215,
4815
+ 20031,
4816
+ 37519,
4817
4817
  858
4818
4818
  ],
4819
4819
  "name": "SuperTokenFactory",
@@ -4822,36 +4822,36 @@
4822
4822
  "nodes": [
4823
4823
  {
4824
4824
  "constant": false,
4825
- "id": 33232,
4825
+ "id": 33239,
4826
4826
  "mutability": "immutable",
4827
4827
  "name": "_helper",
4828
4828
  "nameLocation": "5293:7:88",
4829
4829
  "nodeType": "VariableDeclaration",
4830
- "scope": 33265,
4830
+ "scope": 33272,
4831
4831
  "src": "5251:49:88",
4832
4832
  "stateVariable": true,
4833
4833
  "storageLocation": "default",
4834
4834
  "typeDescriptions": {
4835
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
4835
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
4836
4836
  "typeString": "contract SuperTokenFactoryHelper"
4837
4837
  },
4838
4838
  "typeName": {
4839
- "id": 33231,
4839
+ "id": 33238,
4840
4840
  "nodeType": "UserDefinedTypeName",
4841
4841
  "pathNode": {
4842
- "id": 33230,
4842
+ "id": 33237,
4843
4843
  "name": "SuperTokenFactoryHelper",
4844
4844
  "nameLocations": [
4845
4845
  "5251:23:88"
4846
4846
  ],
4847
4847
  "nodeType": "IdentifierPath",
4848
- "referencedDeclaration": 33227,
4848
+ "referencedDeclaration": 33234,
4849
4849
  "src": "5251:23:88"
4850
4850
  },
4851
- "referencedDeclaration": 33227,
4851
+ "referencedDeclaration": 33234,
4852
4852
  "src": "5251:23:88",
4853
4853
  "typeDescriptions": {
4854
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
4854
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
4855
4855
  "typeString": "contract SuperTokenFactoryHelper"
4856
4856
  }
4857
4857
  },
@@ -4859,84 +4859,84 @@
4859
4859
  },
4860
4860
  {
4861
4861
  "body": {
4862
- "id": 33248,
4862
+ "id": 33255,
4863
4863
  "nodeType": "Block",
4864
4864
  "src": "5484:33:88",
4865
4865
  "statements": [
4866
4866
  {
4867
4867
  "expression": {
4868
- "id": 33246,
4868
+ "id": 33253,
4869
4869
  "isConstant": false,
4870
4870
  "isLValue": false,
4871
4871
  "isPure": false,
4872
4872
  "lValueRequested": false,
4873
4873
  "leftHandSide": {
4874
- "id": 33244,
4874
+ "id": 33251,
4875
4875
  "name": "_helper",
4876
4876
  "nodeType": "Identifier",
4877
4877
  "overloadedDeclarations": [],
4878
- "referencedDeclaration": 33232,
4878
+ "referencedDeclaration": 33239,
4879
4879
  "src": "5494:7:88",
4880
4880
  "typeDescriptions": {
4881
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
4881
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
4882
4882
  "typeString": "contract SuperTokenFactoryHelper"
4883
4883
  }
4884
4884
  },
4885
4885
  "nodeType": "Assignment",
4886
4886
  "operator": "=",
4887
4887
  "rightHandSide": {
4888
- "id": 33245,
4888
+ "id": 33252,
4889
4889
  "name": "helper",
4890
4890
  "nodeType": "Identifier",
4891
4891
  "overloadedDeclarations": [],
4892
- "referencedDeclaration": 33238,
4892
+ "referencedDeclaration": 33245,
4893
4893
  "src": "5504:6:88",
4894
4894
  "typeDescriptions": {
4895
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
4895
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
4896
4896
  "typeString": "contract SuperTokenFactoryHelper"
4897
4897
  }
4898
4898
  },
4899
4899
  "src": "5494:16:88",
4900
4900
  "typeDescriptions": {
4901
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
4901
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
4902
4902
  "typeString": "contract SuperTokenFactoryHelper"
4903
4903
  }
4904
4904
  },
4905
- "id": 33247,
4905
+ "id": 33254,
4906
4906
  "nodeType": "ExpressionStatement",
4907
4907
  "src": "5494:16:88"
4908
4908
  }
4909
4909
  ]
4910
4910
  },
4911
- "id": 33249,
4911
+ "id": 33256,
4912
4912
  "implemented": true,
4913
4913
  "kind": "constructor",
4914
4914
  "modifiers": [
4915
4915
  {
4916
4916
  "arguments": [
4917
4917
  {
4918
- "id": 33241,
4918
+ "id": 33248,
4919
4919
  "name": "host",
4920
4920
  "nodeType": "Identifier",
4921
4921
  "overloadedDeclarations": [],
4922
- "referencedDeclaration": 33235,
4922
+ "referencedDeclaration": 33242,
4923
4923
  "src": "5421:4:88",
4924
4924
  "typeDescriptions": {
4925
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4925
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4926
4926
  "typeString": "contract ISuperfluid"
4927
4927
  }
4928
4928
  }
4929
4929
  ],
4930
- "id": 33242,
4930
+ "id": 33249,
4931
4931
  "kind": "baseConstructorSpecifier",
4932
4932
  "modifierName": {
4933
- "id": 33240,
4933
+ "id": 33247,
4934
4934
  "name": "SuperTokenFactoryBase",
4935
4935
  "nameLocations": [
4936
4936
  "5399:21:88"
4937
4937
  ],
4938
4938
  "nodeType": "IdentifierPath",
4939
- "referencedDeclaration": 33208,
4939
+ "referencedDeclaration": 33215,
4940
4940
  "src": "5399:21:88"
4941
4941
  },
4942
4942
  "nodeType": "ModifierInvocation",
@@ -4947,41 +4947,41 @@
4947
4947
  "nameLocation": "-1:-1:-1",
4948
4948
  "nodeType": "FunctionDefinition",
4949
4949
  "parameters": {
4950
- "id": 33239,
4950
+ "id": 33246,
4951
4951
  "nodeType": "ParameterList",
4952
4952
  "parameters": [
4953
4953
  {
4954
4954
  "constant": false,
4955
- "id": 33235,
4955
+ "id": 33242,
4956
4956
  "mutability": "mutable",
4957
4957
  "name": "host",
4958
4958
  "nameLocation": "5340:4:88",
4959
4959
  "nodeType": "VariableDeclaration",
4960
- "scope": 33249,
4960
+ "scope": 33256,
4961
4961
  "src": "5328:16:88",
4962
4962
  "stateVariable": false,
4963
4963
  "storageLocation": "default",
4964
4964
  "typeDescriptions": {
4965
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4965
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4966
4966
  "typeString": "contract ISuperfluid"
4967
4967
  },
4968
4968
  "typeName": {
4969
- "id": 33234,
4969
+ "id": 33241,
4970
4970
  "nodeType": "UserDefinedTypeName",
4971
4971
  "pathNode": {
4972
- "id": 33233,
4972
+ "id": 33240,
4973
4973
  "name": "ISuperfluid",
4974
4974
  "nameLocations": [
4975
4975
  "5328:11:88"
4976
4976
  ],
4977
4977
  "nodeType": "IdentifierPath",
4978
- "referencedDeclaration": 20535,
4978
+ "referencedDeclaration": 20542,
4979
4979
  "src": "5328:11:88"
4980
4980
  },
4981
- "referencedDeclaration": 20535,
4981
+ "referencedDeclaration": 20542,
4982
4982
  "src": "5328:11:88",
4983
4983
  "typeDescriptions": {
4984
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4984
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4985
4985
  "typeString": "contract ISuperfluid"
4986
4986
  }
4987
4987
  },
@@ -4989,36 +4989,36 @@
4989
4989
  },
4990
4990
  {
4991
4991
  "constant": false,
4992
- "id": 33238,
4992
+ "id": 33245,
4993
4993
  "mutability": "mutable",
4994
4994
  "name": "helper",
4995
4995
  "nameLocation": "5378:6:88",
4996
4996
  "nodeType": "VariableDeclaration",
4997
- "scope": 33249,
4997
+ "scope": 33256,
4998
4998
  "src": "5354:30:88",
4999
4999
  "stateVariable": false,
5000
5000
  "storageLocation": "default",
5001
5001
  "typeDescriptions": {
5002
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5002
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5003
5003
  "typeString": "contract SuperTokenFactoryHelper"
5004
5004
  },
5005
5005
  "typeName": {
5006
- "id": 33237,
5006
+ "id": 33244,
5007
5007
  "nodeType": "UserDefinedTypeName",
5008
5008
  "pathNode": {
5009
- "id": 33236,
5009
+ "id": 33243,
5010
5010
  "name": "SuperTokenFactoryHelper",
5011
5011
  "nameLocations": [
5012
5012
  "5354:23:88"
5013
5013
  ],
5014
5014
  "nodeType": "IdentifierPath",
5015
- "referencedDeclaration": 33227,
5015
+ "referencedDeclaration": 33234,
5016
5016
  "src": "5354:23:88"
5017
5017
  },
5018
- "referencedDeclaration": 33227,
5018
+ "referencedDeclaration": 33234,
5019
5019
  "src": "5354:23:88",
5020
5020
  "typeDescriptions": {
5021
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5021
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5022
5022
  "typeString": "contract SuperTokenFactoryHelper"
5023
5023
  }
5024
5024
  },
@@ -5028,12 +5028,12 @@
5028
5028
  "src": "5318:72:88"
5029
5029
  },
5030
5030
  "returnParameters": {
5031
- "id": 33243,
5031
+ "id": 33250,
5032
5032
  "nodeType": "ParameterList",
5033
5033
  "parameters": [],
5034
5034
  "src": "5484:0:88"
5035
5035
  },
5036
- "scope": 33265,
5036
+ "scope": 33272,
5037
5037
  "src": "5307:210:88",
5038
5038
  "stateMutability": "nonpayable",
5039
5039
  "virtual": false,
@@ -5041,10 +5041,10 @@
5041
5041
  },
5042
5042
  {
5043
5043
  "baseFunctions": [
5044
- 33022
5044
+ 33029
5045
5045
  ],
5046
5046
  "body": {
5047
- "id": 33263,
5047
+ "id": 33270,
5048
5048
  "nodeType": "Block",
5049
5049
  "src": "5634:44:88",
5050
5050
  "statements": [
@@ -5052,14 +5052,14 @@
5052
5052
  "expression": {
5053
5053
  "arguments": [
5054
5054
  {
5055
- "id": 33260,
5055
+ "id": 33267,
5056
5056
  "name": "host",
5057
5057
  "nodeType": "Identifier",
5058
5058
  "overloadedDeclarations": [],
5059
- "referencedDeclaration": 33252,
5059
+ "referencedDeclaration": 33259,
5060
5060
  "src": "5666:4:88",
5061
5061
  "typeDescriptions": {
5062
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5062
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5063
5063
  "typeString": "contract ISuperfluid"
5064
5064
  }
5065
5065
  }
@@ -5067,23 +5067,23 @@
5067
5067
  "expression": {
5068
5068
  "argumentTypes": [
5069
5069
  {
5070
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5070
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5071
5071
  "typeString": "contract ISuperfluid"
5072
5072
  }
5073
5073
  ],
5074
5074
  "expression": {
5075
- "id": 33258,
5075
+ "id": 33265,
5076
5076
  "name": "_helper",
5077
5077
  "nodeType": "Identifier",
5078
5078
  "overloadedDeclarations": [],
5079
- "referencedDeclaration": 33232,
5079
+ "referencedDeclaration": 33239,
5080
5080
  "src": "5651:7:88",
5081
5081
  "typeDescriptions": {
5082
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5082
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5083
5083
  "typeString": "contract SuperTokenFactoryHelper"
5084
5084
  }
5085
5085
  },
5086
- "id": 33259,
5086
+ "id": 33266,
5087
5087
  "isConstant": false,
5088
5088
  "isLValue": false,
5089
5089
  "isPure": false,
@@ -5091,14 +5091,14 @@
5091
5091
  "memberLocation": "5659:6:88",
5092
5092
  "memberName": "create",
5093
5093
  "nodeType": "MemberAccess",
5094
- "referencedDeclaration": 33226,
5094
+ "referencedDeclaration": 33233,
5095
5095
  "src": "5651:14:88",
5096
5096
  "typeDescriptions": {
5097
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_address_$",
5097
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_address_$",
5098
5098
  "typeString": "function (contract ISuperfluid) external returns (address)"
5099
5099
  }
5100
5100
  },
5101
- "id": 33261,
5101
+ "id": 33268,
5102
5102
  "isConstant": false,
5103
5103
  "isLValue": false,
5104
5104
  "isPure": false,
@@ -5114,15 +5114,15 @@
5114
5114
  "typeString": "address"
5115
5115
  }
5116
5116
  },
5117
- "functionReturnParameters": 33257,
5118
- "id": 33262,
5117
+ "functionReturnParameters": 33264,
5118
+ "id": 33269,
5119
5119
  "nodeType": "Return",
5120
5120
  "src": "5644:27:88"
5121
5121
  }
5122
5122
  ]
5123
5123
  },
5124
5124
  "functionSelector": "4dcc4d79",
5125
- "id": 33264,
5125
+ "id": 33271,
5126
5126
  "implemented": true,
5127
5127
  "kind": "function",
5128
5128
  "modifiers": [],
@@ -5130,47 +5130,47 @@
5130
5130
  "nameLocation": "5532:21:88",
5131
5131
  "nodeType": "FunctionDefinition",
5132
5132
  "overrides": {
5133
- "id": 33254,
5133
+ "id": 33261,
5134
5134
  "nodeType": "OverrideSpecifier",
5135
5135
  "overrides": [],
5136
5136
  "src": "5589:8:88"
5137
5137
  },
5138
5138
  "parameters": {
5139
- "id": 33253,
5139
+ "id": 33260,
5140
5140
  "nodeType": "ParameterList",
5141
5141
  "parameters": [
5142
5142
  {
5143
5143
  "constant": false,
5144
- "id": 33252,
5144
+ "id": 33259,
5145
5145
  "mutability": "mutable",
5146
5146
  "name": "host",
5147
5147
  "nameLocation": "5566:4:88",
5148
5148
  "nodeType": "VariableDeclaration",
5149
- "scope": 33264,
5149
+ "scope": 33271,
5150
5150
  "src": "5554:16:88",
5151
5151
  "stateVariable": false,
5152
5152
  "storageLocation": "default",
5153
5153
  "typeDescriptions": {
5154
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5154
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5155
5155
  "typeString": "contract ISuperfluid"
5156
5156
  },
5157
5157
  "typeName": {
5158
- "id": 33251,
5158
+ "id": 33258,
5159
5159
  "nodeType": "UserDefinedTypeName",
5160
5160
  "pathNode": {
5161
- "id": 33250,
5161
+ "id": 33257,
5162
5162
  "name": "ISuperfluid",
5163
5163
  "nameLocations": [
5164
5164
  "5554:11:88"
5165
5165
  ],
5166
5166
  "nodeType": "IdentifierPath",
5167
- "referencedDeclaration": 20535,
5167
+ "referencedDeclaration": 20542,
5168
5168
  "src": "5554:11:88"
5169
5169
  },
5170
- "referencedDeclaration": 20535,
5170
+ "referencedDeclaration": 20542,
5171
5171
  "src": "5554:11:88",
5172
5172
  "typeDescriptions": {
5173
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5173
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5174
5174
  "typeString": "contract ISuperfluid"
5175
5175
  }
5176
5176
  },
@@ -5180,17 +5180,17 @@
5180
5180
  "src": "5553:18:88"
5181
5181
  },
5182
5182
  "returnParameters": {
5183
- "id": 33257,
5183
+ "id": 33264,
5184
5184
  "nodeType": "ParameterList",
5185
5185
  "parameters": [
5186
5186
  {
5187
5187
  "constant": false,
5188
- "id": 33256,
5188
+ "id": 33263,
5189
5189
  "mutability": "mutable",
5190
5190
  "name": "logic",
5191
5191
  "nameLocation": "5623:5:88",
5192
5192
  "nodeType": "VariableDeclaration",
5193
- "scope": 33264,
5193
+ "scope": 33271,
5194
5194
  "src": "5615:13:88",
5195
5195
  "stateVariable": false,
5196
5196
  "storageLocation": "default",
@@ -5199,7 +5199,7 @@
5199
5199
  "typeString": "address"
5200
5200
  },
5201
5201
  "typeName": {
5202
- "id": 33255,
5202
+ "id": 33262,
5203
5203
  "name": "address",
5204
5204
  "nodeType": "ElementaryTypeName",
5205
5205
  "src": "5615:7:88",
@@ -5214,18 +5214,18 @@
5214
5214
  ],
5215
5215
  "src": "5614:15:88"
5216
5216
  },
5217
- "scope": 33265,
5217
+ "scope": 33272,
5218
5218
  "src": "5523:155:88",
5219
5219
  "stateMutability": "nonpayable",
5220
5220
  "virtual": false,
5221
5221
  "visibility": "external"
5222
5222
  }
5223
5223
  ],
5224
- "scope": 33266,
5224
+ "scope": 33273,
5225
5225
  "src": "5193:487:88",
5226
5226
  "usedErrors": [
5227
- 19295,
5228
- 19299
5227
+ 19302,
5228
+ 19306
5229
5229
  ]
5230
5230
  }
5231
5231
  ],
@@ -5237,7 +5237,7 @@
5237
5237
  },
5238
5238
  "networks": {},
5239
5239
  "schemaVersion": "3.4.9",
5240
- "updatedAt": "2022-09-21T07:45:09.773Z",
5240
+ "updatedAt": "2022-09-21T11:06:18.542Z",
5241
5241
  "devdoc": {
5242
5242
  "kind": "dev",
5243
5243
  "methods": {