@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 (110) 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 +18 -18
  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 +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -291,7 +291,7 @@
291
291
  }
292
292
  ]
293
293
  },
294
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20053",
294
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20175",
295
295
  "nodeType": "YulFunctionDefinition",
296
296
  "parameters": [
297
297
  {
@@ -583,7 +583,7 @@
583
583
  }
584
584
  ]
585
585
  },
586
- "name": "abi_encode_tuple_t_contract$_ISuperfluid_$20053__to_t_address__fromStack_reversed",
586
+ "name": "abi_encode_tuple_t_contract$_ISuperfluid_$20175__to_t_address__fromStack_reversed",
587
587
  "nodeType": "YulFunctionDefinition",
588
588
  "parameters": [
589
589
  {
@@ -611,7 +611,7 @@
611
611
  }
612
612
  ]
613
613
  },
614
- "contents": "{\n { }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20053(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluid_$20053__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n}",
614
+ "contents": "{\n { }\n function abi_decode_tuple_t_contract$_ISuperfluid_$20175(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n function abi_encode_tuple_t_contract$_ISuperfluid_$20175__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, sub(shl(160, 1), 1)))\n }\n}",
615
615
  "id": 107,
616
616
  "language": "Yul",
617
617
  "name": "#utility.yul"
@@ -631,48 +631,48 @@
631
631
  2820
632
632
  ],
633
633
  "ERC20WithTokenInfo": [
634
- 20462
634
+ 20584
635
635
  ],
636
636
  "FullUpgradableSuperTokenProxy": [
637
- 30764
637
+ 30886
638
638
  ],
639
639
  "IERC20": [
640
640
  1630
641
641
  ],
642
642
  "ISuperToken": [
643
- 19492
643
+ 19614
644
644
  ],
645
645
  "ISuperTokenFactory": [
646
- 19581
646
+ 19703
647
647
  ],
648
648
  "ISuperfluid": [
649
- 20053
649
+ 20175
650
650
  ],
651
651
  "SuperToken": [
652
- 32368
652
+ 32490
653
653
  ],
654
654
  "SuperTokenFactory": [
655
- 32752
655
+ 32874
656
656
  ],
657
657
  "SuperTokenFactoryBase": [
658
- 32695
658
+ 32817
659
659
  ],
660
660
  "SuperTokenFactoryHelper": [
661
- 32714
661
+ 32836
662
662
  ],
663
663
  "UUPSProxiable": [
664
- 37017
664
+ 37139
665
665
  ],
666
666
  "UUPSProxy": [
667
- 37074
667
+ 37196
668
668
  ]
669
669
  },
670
- "id": 32753,
670
+ "id": 32875,
671
671
  "license": "AGPLv3",
672
672
  "nodeType": "SourceUnit",
673
673
  "nodes": [
674
674
  {
675
- "id": 32370,
675
+ "id": 32492,
676
676
  "literals": [
677
677
  "solidity",
678
678
  "0.8",
@@ -684,20 +684,20 @@
684
684
  {
685
685
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
686
686
  "file": "../interfaces/superfluid/ISuperTokenFactory.sol",
687
- "id": 32375,
687
+ "id": 32497,
688
688
  "nameLocation": "-1:-1:-1",
689
689
  "nodeType": "ImportDirective",
690
- "scope": 32753,
691
- "sourceUnit": 19582,
690
+ "scope": 32875,
691
+ "sourceUnit": 19704,
692
692
  "src": "60:142:89",
693
693
  "symbolAliases": [
694
694
  {
695
695
  "foreign": {
696
- "id": 32371,
696
+ "id": 32493,
697
697
  "name": "ISuperTokenFactory",
698
698
  "nodeType": "Identifier",
699
699
  "overloadedDeclarations": [],
700
- "referencedDeclaration": 19581,
700
+ "referencedDeclaration": 19703,
701
701
  "src": "73:18:89",
702
702
  "typeDescriptions": {}
703
703
  },
@@ -705,11 +705,11 @@
705
705
  },
706
706
  {
707
707
  "foreign": {
708
- "id": 32372,
708
+ "id": 32494,
709
709
  "name": "ISuperToken",
710
710
  "nodeType": "Identifier",
711
711
  "overloadedDeclarations": [],
712
- "referencedDeclaration": 19492,
712
+ "referencedDeclaration": 19614,
713
713
  "src": "97:11:89",
714
714
  "typeDescriptions": {}
715
715
  },
@@ -717,7 +717,7 @@
717
717
  },
718
718
  {
719
719
  "foreign": {
720
- "id": 32373,
720
+ "id": 32495,
721
721
  "name": "IERC20",
722
722
  "nodeType": "Identifier",
723
723
  "overloadedDeclarations": [],
@@ -729,11 +729,11 @@
729
729
  },
730
730
  {
731
731
  "foreign": {
732
- "id": 32374,
732
+ "id": 32496,
733
733
  "name": "ERC20WithTokenInfo",
734
734
  "nodeType": "Identifier",
735
735
  "overloadedDeclarations": [],
736
- "referencedDeclaration": 20462,
736
+ "referencedDeclaration": 20584,
737
737
  "src": "126:18:89",
738
738
  "typeDescriptions": {}
739
739
  },
@@ -745,20 +745,20 @@
745
745
  {
746
746
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
747
747
  "file": "../interfaces/superfluid/ISuperfluid.sol",
748
- "id": 32377,
748
+ "id": 32499,
749
749
  "nameLocation": "-1:-1:-1",
750
750
  "nodeType": "ImportDirective",
751
- "scope": 32753,
752
- "sourceUnit": 20054,
751
+ "scope": 32875,
752
+ "sourceUnit": 20176,
753
753
  "src": "204:71:89",
754
754
  "symbolAliases": [
755
755
  {
756
756
  "foreign": {
757
- "id": 32376,
757
+ "id": 32498,
758
758
  "name": "ISuperfluid",
759
759
  "nodeType": "Identifier",
760
760
  "overloadedDeclarations": [],
761
- "referencedDeclaration": 20053,
761
+ "referencedDeclaration": 20175,
762
762
  "src": "213:11:89",
763
763
  "typeDescriptions": {}
764
764
  },
@@ -770,20 +770,20 @@
770
770
  {
771
771
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
772
772
  "file": "../upgradability/UUPSProxy.sol",
773
- "id": 32379,
773
+ "id": 32501,
774
774
  "nameLocation": "-1:-1:-1",
775
775
  "nodeType": "ImportDirective",
776
- "scope": 32753,
777
- "sourceUnit": 37075,
776
+ "scope": 32875,
777
+ "sourceUnit": 37197,
778
778
  "src": "277:59:89",
779
779
  "symbolAliases": [
780
780
  {
781
781
  "foreign": {
782
- "id": 32378,
782
+ "id": 32500,
783
783
  "name": "UUPSProxy",
784
784
  "nodeType": "Identifier",
785
785
  "overloadedDeclarations": [],
786
- "referencedDeclaration": 37074,
786
+ "referencedDeclaration": 37196,
787
787
  "src": "286:9:89",
788
788
  "typeDescriptions": {}
789
789
  },
@@ -795,20 +795,20 @@
795
795
  {
796
796
  "absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
797
797
  "file": "../upgradability/UUPSProxiable.sol",
798
- "id": 32381,
798
+ "id": 32503,
799
799
  "nameLocation": "-1:-1:-1",
800
800
  "nodeType": "ImportDirective",
801
- "scope": 32753,
802
- "sourceUnit": 37018,
801
+ "scope": 32875,
802
+ "sourceUnit": 37140,
803
803
  "src": "337:67:89",
804
804
  "symbolAliases": [
805
805
  {
806
806
  "foreign": {
807
- "id": 32380,
807
+ "id": 32502,
808
808
  "name": "UUPSProxiable",
809
809
  "nodeType": "Identifier",
810
810
  "overloadedDeclarations": [],
811
- "referencedDeclaration": 37017,
811
+ "referencedDeclaration": 37139,
812
812
  "src": "346:13:89",
813
813
  "typeDescriptions": {}
814
814
  },
@@ -820,20 +820,20 @@
820
820
  {
821
821
  "absolutePath": "project:/contracts/superfluid/SuperToken.sol",
822
822
  "file": "../superfluid/SuperToken.sol",
823
- "id": 32383,
823
+ "id": 32505,
824
824
  "nameLocation": "-1:-1:-1",
825
825
  "nodeType": "ImportDirective",
826
- "scope": 32753,
827
- "sourceUnit": 32369,
826
+ "scope": 32875,
827
+ "sourceUnit": 32491,
828
828
  "src": "406:58:89",
829
829
  "symbolAliases": [
830
830
  {
831
831
  "foreign": {
832
- "id": 32382,
832
+ "id": 32504,
833
833
  "name": "SuperToken",
834
834
  "nodeType": "Identifier",
835
835
  "overloadedDeclarations": [],
836
- "referencedDeclaration": 32368,
836
+ "referencedDeclaration": 32490,
837
837
  "src": "415:10:89",
838
838
  "typeDescriptions": {}
839
839
  },
@@ -845,20 +845,20 @@
845
845
  {
846
846
  "absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
847
847
  "file": "./FullUpgradableSuperTokenProxy.sol",
848
- "id": 32385,
848
+ "id": 32507,
849
849
  "nameLocation": "-1:-1:-1",
850
850
  "nodeType": "ImportDirective",
851
- "scope": 32753,
852
- "sourceUnit": 30765,
851
+ "scope": 32875,
852
+ "sourceUnit": 30887,
853
853
  "src": "466:84:89",
854
854
  "symbolAliases": [
855
855
  {
856
856
  "foreign": {
857
- "id": 32384,
857
+ "id": 32506,
858
858
  "name": "FullUpgradableSuperTokenProxy",
859
859
  "nodeType": "Identifier",
860
860
  "overloadedDeclarations": [],
861
- "referencedDeclaration": 30764,
861
+ "referencedDeclaration": 30886,
862
862
  "src": "475:29:89",
863
863
  "typeDescriptions": {}
864
864
  },
@@ -870,16 +870,16 @@
870
870
  {
871
871
  "absolutePath": "@openzeppelin/contracts/utils/Address.sol",
872
872
  "file": "@openzeppelin/contracts/utils/Address.sol",
873
- "id": 32387,
873
+ "id": 32509,
874
874
  "nameLocation": "-1:-1:-1",
875
875
  "nodeType": "ImportDirective",
876
- "scope": 32753,
876
+ "scope": 32875,
877
877
  "sourceUnit": 2688,
878
878
  "src": "552:68:89",
879
879
  "symbolAliases": [
880
880
  {
881
881
  "foreign": {
882
- "id": 32386,
882
+ "id": 32508,
883
883
  "name": "Address",
884
884
  "nodeType": "Identifier",
885
885
  "overloadedDeclarations": [],
@@ -895,16 +895,16 @@
895
895
  {
896
896
  "absolutePath": "@openzeppelin/contracts/utils/Create2.sol",
897
897
  "file": "@openzeppelin/contracts/utils/Create2.sol",
898
- "id": 32389,
898
+ "id": 32511,
899
899
  "nameLocation": "-1:-1:-1",
900
900
  "nodeType": "ImportDirective",
901
- "scope": 32753,
901
+ "scope": 32875,
902
902
  "sourceUnit": 2821,
903
903
  "src": "621:68:89",
904
904
  "symbolAliases": [
905
905
  {
906
906
  "foreign": {
907
- "id": 32388,
907
+ "id": 32510,
908
908
  "name": "Create2",
909
909
  "nodeType": "Identifier",
910
910
  "overloadedDeclarations": [],
@@ -922,41 +922,41 @@
922
922
  "baseContracts": [
923
923
  {
924
924
  "baseName": {
925
- "id": 32390,
925
+ "id": 32512,
926
926
  "name": "UUPSProxiable",
927
927
  "nodeType": "IdentifierPath",
928
- "referencedDeclaration": 37017,
928
+ "referencedDeclaration": 37139,
929
929
  "src": "739:13:89"
930
930
  },
931
- "id": 32391,
931
+ "id": 32513,
932
932
  "nodeType": "InheritanceSpecifier",
933
933
  "src": "739:13:89"
934
934
  },
935
935
  {
936
936
  "baseName": {
937
- "id": 32392,
937
+ "id": 32514,
938
938
  "name": "ISuperTokenFactory",
939
939
  "nodeType": "IdentifierPath",
940
- "referencedDeclaration": 19581,
940
+ "referencedDeclaration": 19703,
941
941
  "src": "758:18:89"
942
942
  },
943
- "id": 32393,
943
+ "id": 32515,
944
944
  "nodeType": "InheritanceSpecifier",
945
945
  "src": "758:18:89"
946
946
  }
947
947
  ],
948
948
  "canonicalName": "SuperTokenFactoryBase",
949
949
  "contractDependencies": [
950
- 30764,
951
- 37074
950
+ 30886,
951
+ 37196
952
952
  ],
953
953
  "contractKind": "contract",
954
954
  "fullyImplemented": false,
955
- "id": 32695,
955
+ "id": 32817,
956
956
  "linearizedBaseContracts": [
957
- 32695,
958
- 19581,
959
- 37017,
957
+ 32817,
958
+ 19703,
959
+ 37139,
960
960
  858
961
961
  ],
962
962
  "name": "SuperTokenFactoryBase",
@@ -965,33 +965,33 @@
965
965
  "nodes": [
966
966
  {
967
967
  "constant": false,
968
- "id": 32396,
968
+ "id": 32518,
969
969
  "mutability": "immutable",
970
970
  "name": "_host",
971
971
  "nameLocation": "815:5:89",
972
972
  "nodeType": "VariableDeclaration",
973
- "scope": 32695,
973
+ "scope": 32817,
974
974
  "src": "784:36:89",
975
975
  "stateVariable": true,
976
976
  "storageLocation": "default",
977
977
  "typeDescriptions": {
978
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
978
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
979
979
  "typeString": "contract ISuperfluid"
980
980
  },
981
981
  "typeName": {
982
- "id": 32395,
982
+ "id": 32517,
983
983
  "nodeType": "UserDefinedTypeName",
984
984
  "pathNode": {
985
- "id": 32394,
985
+ "id": 32516,
986
986
  "name": "ISuperfluid",
987
987
  "nodeType": "IdentifierPath",
988
- "referencedDeclaration": 20053,
988
+ "referencedDeclaration": 20175,
989
989
  "src": "784:11:89"
990
990
  },
991
- "referencedDeclaration": 20053,
991
+ "referencedDeclaration": 20175,
992
992
  "src": "784:11:89",
993
993
  "typeDescriptions": {
994
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
994
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
995
995
  "typeString": "contract ISuperfluid"
996
996
  }
997
997
  },
@@ -999,33 +999,33 @@
999
999
  },
1000
1000
  {
1001
1001
  "constant": false,
1002
- "id": 32399,
1002
+ "id": 32521,
1003
1003
  "mutability": "mutable",
1004
1004
  "name": "_superTokenLogic",
1005
1005
  "nameLocation": "848:16:89",
1006
1006
  "nodeType": "VariableDeclaration",
1007
- "scope": 32695,
1007
+ "scope": 32817,
1008
1008
  "src": "827:37:89",
1009
1009
  "stateVariable": true,
1010
1010
  "storageLocation": "default",
1011
1011
  "typeDescriptions": {
1012
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
1012
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
1013
1013
  "typeString": "contract ISuperToken"
1014
1014
  },
1015
1015
  "typeName": {
1016
- "id": 32398,
1016
+ "id": 32520,
1017
1017
  "nodeType": "UserDefinedTypeName",
1018
1018
  "pathNode": {
1019
- "id": 32397,
1019
+ "id": 32519,
1020
1020
  "name": "ISuperToken",
1021
1021
  "nodeType": "IdentifierPath",
1022
- "referencedDeclaration": 19492,
1022
+ "referencedDeclaration": 19614,
1023
1023
  "src": "827:11:89"
1024
1024
  },
1025
- "referencedDeclaration": 19492,
1025
+ "referencedDeclaration": 19614,
1026
1026
  "src": "827:11:89",
1027
1027
  "typeDescriptions": {
1028
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
1028
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
1029
1029
  "typeString": "contract ISuperToken"
1030
1030
  }
1031
1031
  },
@@ -1033,56 +1033,56 @@
1033
1033
  },
1034
1034
  {
1035
1035
  "body": {
1036
- "id": 32409,
1036
+ "id": 32531,
1037
1037
  "nodeType": "Block",
1038
1038
  "src": "915:29:89",
1039
1039
  "statements": [
1040
1040
  {
1041
1041
  "expression": {
1042
- "id": 32407,
1042
+ "id": 32529,
1043
1043
  "isConstant": false,
1044
1044
  "isLValue": false,
1045
1045
  "isPure": false,
1046
1046
  "lValueRequested": false,
1047
1047
  "leftHandSide": {
1048
- "id": 32405,
1048
+ "id": 32527,
1049
1049
  "name": "_host",
1050
1050
  "nodeType": "Identifier",
1051
1051
  "overloadedDeclarations": [],
1052
- "referencedDeclaration": 32396,
1052
+ "referencedDeclaration": 32518,
1053
1053
  "src": "925:5:89",
1054
1054
  "typeDescriptions": {
1055
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1055
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1056
1056
  "typeString": "contract ISuperfluid"
1057
1057
  }
1058
1058
  },
1059
1059
  "nodeType": "Assignment",
1060
1060
  "operator": "=",
1061
1061
  "rightHandSide": {
1062
- "id": 32406,
1062
+ "id": 32528,
1063
1063
  "name": "host",
1064
1064
  "nodeType": "Identifier",
1065
1065
  "overloadedDeclarations": [],
1066
- "referencedDeclaration": 32402,
1066
+ "referencedDeclaration": 32524,
1067
1067
  "src": "933:4:89",
1068
1068
  "typeDescriptions": {
1069
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1069
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1070
1070
  "typeString": "contract ISuperfluid"
1071
1071
  }
1072
1072
  },
1073
1073
  "src": "925:12:89",
1074
1074
  "typeDescriptions": {
1075
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1075
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1076
1076
  "typeString": "contract ISuperfluid"
1077
1077
  }
1078
1078
  },
1079
- "id": 32408,
1079
+ "id": 32530,
1080
1080
  "nodeType": "ExpressionStatement",
1081
1081
  "src": "925:12:89"
1082
1082
  }
1083
1083
  ]
1084
1084
  },
1085
- "id": 32410,
1085
+ "id": 32532,
1086
1086
  "implemented": true,
1087
1087
  "kind": "constructor",
1088
1088
  "modifiers": [],
@@ -1090,38 +1090,38 @@
1090
1090
  "nameLocation": "-1:-1:-1",
1091
1091
  "nodeType": "FunctionDefinition",
1092
1092
  "parameters": {
1093
- "id": 32403,
1093
+ "id": 32525,
1094
1094
  "nodeType": "ParameterList",
1095
1095
  "parameters": [
1096
1096
  {
1097
1097
  "constant": false,
1098
- "id": 32402,
1098
+ "id": 32524,
1099
1099
  "mutability": "mutable",
1100
1100
  "name": "host",
1101
1101
  "nameLocation": "904:4:89",
1102
1102
  "nodeType": "VariableDeclaration",
1103
- "scope": 32410,
1103
+ "scope": 32532,
1104
1104
  "src": "892:16:89",
1105
1105
  "stateVariable": false,
1106
1106
  "storageLocation": "default",
1107
1107
  "typeDescriptions": {
1108
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1108
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1109
1109
  "typeString": "contract ISuperfluid"
1110
1110
  },
1111
1111
  "typeName": {
1112
- "id": 32401,
1112
+ "id": 32523,
1113
1113
  "nodeType": "UserDefinedTypeName",
1114
1114
  "pathNode": {
1115
- "id": 32400,
1115
+ "id": 32522,
1116
1116
  "name": "ISuperfluid",
1117
1117
  "nodeType": "IdentifierPath",
1118
- "referencedDeclaration": 20053,
1118
+ "referencedDeclaration": 20175,
1119
1119
  "src": "892:11:89"
1120
1120
  },
1121
- "referencedDeclaration": 20053,
1121
+ "referencedDeclaration": 20175,
1122
1122
  "src": "892:11:89",
1123
1123
  "typeDescriptions": {
1124
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1124
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1125
1125
  "typeString": "contract ISuperfluid"
1126
1126
  }
1127
1127
  },
@@ -1131,12 +1131,12 @@
1131
1131
  "src": "882:32:89"
1132
1132
  },
1133
1133
  "returnParameters": {
1134
- "id": 32404,
1134
+ "id": 32526,
1135
1135
  "nodeType": "ParameterList",
1136
1136
  "parameters": [],
1137
1137
  "src": "915:0:89"
1138
1138
  },
1139
- "scope": 32695,
1139
+ "scope": 32817,
1140
1140
  "src": "871:73:89",
1141
1141
  "stateMutability": "nonpayable",
1142
1142
  "virtual": false,
@@ -1144,10 +1144,10 @@
1144
1144
  },
1145
1145
  {
1146
1146
  "baseFunctions": [
1147
- 19506
1147
+ 19628
1148
1148
  ],
1149
1149
  "body": {
1150
- "id": 32423,
1150
+ "id": 32545,
1151
1151
  "nodeType": "Block",
1152
1152
  "src": "1114:37:89",
1153
1153
  "statements": [
@@ -1155,14 +1155,14 @@
1155
1155
  "expression": {
1156
1156
  "arguments": [
1157
1157
  {
1158
- "id": 32420,
1158
+ "id": 32542,
1159
1159
  "name": "_host",
1160
1160
  "nodeType": "Identifier",
1161
1161
  "overloadedDeclarations": [],
1162
- "referencedDeclaration": 32396,
1162
+ "referencedDeclaration": 32518,
1163
1163
  "src": "1138:5:89",
1164
1164
  "typeDescriptions": {
1165
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1165
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1166
1166
  "typeString": "contract ISuperfluid"
1167
1167
  }
1168
1168
  }
@@ -1170,11 +1170,11 @@
1170
1170
  "expression": {
1171
1171
  "argumentTypes": [
1172
1172
  {
1173
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1173
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1174
1174
  "typeString": "contract ISuperfluid"
1175
1175
  }
1176
1176
  ],
1177
- "id": 32419,
1177
+ "id": 32541,
1178
1178
  "isConstant": false,
1179
1179
  "isLValue": false,
1180
1180
  "isPure": true,
@@ -1186,14 +1186,14 @@
1186
1186
  "typeString": "type(address)"
1187
1187
  },
1188
1188
  "typeName": {
1189
- "id": 32418,
1189
+ "id": 32540,
1190
1190
  "name": "address",
1191
1191
  "nodeType": "ElementaryTypeName",
1192
1192
  "src": "1130:7:89",
1193
1193
  "typeDescriptions": {}
1194
1194
  }
1195
1195
  },
1196
- "id": 32421,
1196
+ "id": 32543,
1197
1197
  "isConstant": false,
1198
1198
  "isLValue": false,
1199
1199
  "isPure": false,
@@ -1208,21 +1208,21 @@
1208
1208
  "typeString": "address"
1209
1209
  }
1210
1210
  },
1211
- "functionReturnParameters": 32417,
1212
- "id": 32422,
1211
+ "functionReturnParameters": 32539,
1212
+ "id": 32544,
1213
1213
  "nodeType": "Return",
1214
1214
  "src": "1123:21:89"
1215
1215
  }
1216
1216
  ]
1217
1217
  },
1218
1218
  "documentation": {
1219
- "id": 32411,
1219
+ "id": 32533,
1220
1220
  "nodeType": "StructuredDocumentation",
1221
1221
  "src": "950:50:89",
1222
1222
  "text": "@dev ISuperTokenFactory.getHost implementation"
1223
1223
  },
1224
1224
  "functionSelector": "20bc4425",
1225
- "id": 32424,
1225
+ "id": 32546,
1226
1226
  "implemented": true,
1227
1227
  "kind": "function",
1228
1228
  "modifiers": [],
@@ -1230,37 +1230,37 @@
1230
1230
  "nameLocation": "1014:7:89",
1231
1231
  "nodeType": "FunctionDefinition",
1232
1232
  "overrides": {
1233
- "id": 32414,
1233
+ "id": 32536,
1234
1234
  "nodeType": "OverrideSpecifier",
1235
1235
  "overrides": [
1236
1236
  {
1237
- "id": 32413,
1237
+ "id": 32535,
1238
1238
  "name": "ISuperTokenFactory",
1239
1239
  "nodeType": "IdentifierPath",
1240
- "referencedDeclaration": 19581,
1240
+ "referencedDeclaration": 19703,
1241
1241
  "src": "1061:18:89"
1242
1242
  }
1243
1243
  ],
1244
1244
  "src": "1052:28:89"
1245
1245
  },
1246
1246
  "parameters": {
1247
- "id": 32412,
1247
+ "id": 32534,
1248
1248
  "nodeType": "ParameterList",
1249
1249
  "parameters": [],
1250
1250
  "src": "1021:2:89"
1251
1251
  },
1252
1252
  "returnParameters": {
1253
- "id": 32417,
1253
+ "id": 32539,
1254
1254
  "nodeType": "ParameterList",
1255
1255
  "parameters": [
1256
1256
  {
1257
1257
  "constant": false,
1258
- "id": 32416,
1258
+ "id": 32538,
1259
1259
  "mutability": "mutable",
1260
1260
  "name": "host",
1261
1261
  "nameLocation": "1104:4:89",
1262
1262
  "nodeType": "VariableDeclaration",
1263
- "scope": 32424,
1263
+ "scope": 32546,
1264
1264
  "src": "1096:12:89",
1265
1265
  "stateVariable": false,
1266
1266
  "storageLocation": "default",
@@ -1269,7 +1269,7 @@
1269
1269
  "typeString": "address"
1270
1270
  },
1271
1271
  "typeName": {
1272
- "id": 32415,
1272
+ "id": 32537,
1273
1273
  "name": "address",
1274
1274
  "nodeType": "ElementaryTypeName",
1275
1275
  "src": "1096:7:89",
@@ -1284,7 +1284,7 @@
1284
1284
  ],
1285
1285
  "src": "1095:14:89"
1286
1286
  },
1287
- "scope": 32695,
1287
+ "scope": 32817,
1288
1288
  "src": "1005:146:89",
1289
1289
  "stateMutability": "view",
1290
1290
  "virtual": false,
@@ -1292,10 +1292,10 @@
1292
1292
  },
1293
1293
  {
1294
1294
  "baseFunctions": [
1295
- 19510
1295
+ 19632
1296
1296
  ],
1297
1297
  "body": {
1298
- "id": 32433,
1298
+ "id": 32555,
1299
1299
  "nodeType": "Block",
1300
1300
  "src": "1439:41:89",
1301
1301
  "statements": [
@@ -1304,18 +1304,18 @@
1304
1304
  "arguments": [],
1305
1305
  "expression": {
1306
1306
  "argumentTypes": [],
1307
- "id": 32430,
1307
+ "id": 32552,
1308
1308
  "name": "_updateSuperTokenLogic",
1309
1309
  "nodeType": "Identifier",
1310
1310
  "overloadedDeclarations": [],
1311
- "referencedDeclaration": 32496,
1311
+ "referencedDeclaration": 32618,
1312
1312
  "src": "1449:22:89",
1313
1313
  "typeDescriptions": {
1314
1314
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1315
1315
  "typeString": "function ()"
1316
1316
  }
1317
1317
  },
1318
- "id": 32431,
1318
+ "id": 32553,
1319
1319
  "isConstant": false,
1320
1320
  "isLValue": false,
1321
1321
  "isPure": false,
@@ -1330,22 +1330,22 @@
1330
1330
  "typeString": "tuple()"
1331
1331
  }
1332
1332
  },
1333
- "id": 32432,
1333
+ "id": 32554,
1334
1334
  "nodeType": "ExpressionStatement",
1335
1335
  "src": "1449:24:89"
1336
1336
  }
1337
1337
  ]
1338
1338
  },
1339
1339
  "functionSelector": "8129fc1c",
1340
- "id": 32434,
1340
+ "id": 32556,
1341
1341
  "implemented": true,
1342
1342
  "kind": "function",
1343
1343
  "modifiers": [
1344
1344
  {
1345
- "id": 32428,
1345
+ "id": 32550,
1346
1346
  "kind": "modifierInvocation",
1347
1347
  "modifierName": {
1348
- "id": 32427,
1348
+ "id": 32549,
1349
1349
  "name": "initializer",
1350
1350
  "nodeType": "IdentifierPath",
1351
1351
  "referencedDeclaration": 778,
@@ -1359,24 +1359,24 @@
1359
1359
  "nameLocation": "1346:10:89",
1360
1360
  "nodeType": "FunctionDefinition",
1361
1361
  "overrides": {
1362
- "id": 32426,
1362
+ "id": 32548,
1363
1363
  "nodeType": "OverrideSpecifier",
1364
1364
  "overrides": [],
1365
1365
  "src": "1376:8:89"
1366
1366
  },
1367
1367
  "parameters": {
1368
- "id": 32425,
1368
+ "id": 32547,
1369
1369
  "nodeType": "ParameterList",
1370
1370
  "parameters": [],
1371
1371
  "src": "1356:2:89"
1372
1372
  },
1373
1373
  "returnParameters": {
1374
- "id": 32429,
1374
+ "id": 32551,
1375
1375
  "nodeType": "ParameterList",
1376
1376
  "parameters": [],
1377
1377
  "src": "1439:0:89"
1378
1378
  },
1379
- "scope": 32695,
1379
+ "scope": 32817,
1380
1380
  "src": "1337:143:89",
1381
1381
  "stateMutability": "nonpayable",
1382
1382
  "virtual": false,
@@ -1384,10 +1384,10 @@
1384
1384
  },
1385
1385
  {
1386
1386
  "baseFunctions": [
1387
- 36957
1387
+ 37079
1388
1388
  ],
1389
1389
  "body": {
1390
- "id": 32444,
1390
+ "id": 32566,
1391
1391
  "nodeType": "Block",
1392
1392
  "src": "1550:102:89",
1393
1393
  "statements": [
@@ -1396,7 +1396,7 @@
1396
1396
  "arguments": [
1397
1397
  {
1398
1398
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572546f6b656e466163746f72792e696d706c656d656e746174696f6e",
1399
- "id": 32441,
1399
+ "id": 32563,
1400
1400
  "isConstant": false,
1401
1401
  "isLValue": false,
1402
1402
  "isPure": true,
@@ -1418,7 +1418,7 @@
1418
1418
  "typeString": "literal_string \"org.superfluid-finance.contracts.SuperTokenFactory.implementation\""
1419
1419
  }
1420
1420
  ],
1421
- "id": 32440,
1421
+ "id": 32562,
1422
1422
  "name": "keccak256",
1423
1423
  "nodeType": "Identifier",
1424
1424
  "overloadedDeclarations": [],
@@ -1429,7 +1429,7 @@
1429
1429
  "typeString": "function (bytes memory) pure returns (bytes32)"
1430
1430
  }
1431
1431
  },
1432
- "id": 32442,
1432
+ "id": 32564,
1433
1433
  "isConstant": false,
1434
1434
  "isLValue": false,
1435
1435
  "isPure": true,
@@ -1444,15 +1444,15 @@
1444
1444
  "typeString": "bytes32"
1445
1445
  }
1446
1446
  },
1447
- "functionReturnParameters": 32439,
1448
- "id": 32443,
1447
+ "functionReturnParameters": 32561,
1448
+ "id": 32565,
1449
1449
  "nodeType": "Return",
1450
1450
  "src": "1560:85:89"
1451
1451
  }
1452
1452
  ]
1453
1453
  },
1454
1454
  "functionSelector": "52d1902d",
1455
- "id": 32445,
1455
+ "id": 32567,
1456
1456
  "implemented": true,
1457
1457
  "kind": "function",
1458
1458
  "modifiers": [],
@@ -1460,29 +1460,29 @@
1460
1460
  "nameLocation": "1495:13:89",
1461
1461
  "nodeType": "FunctionDefinition",
1462
1462
  "overrides": {
1463
- "id": 32436,
1463
+ "id": 32558,
1464
1464
  "nodeType": "OverrideSpecifier",
1465
1465
  "overrides": [],
1466
1466
  "src": "1523:8:89"
1467
1467
  },
1468
1468
  "parameters": {
1469
- "id": 32435,
1469
+ "id": 32557,
1470
1470
  "nodeType": "ParameterList",
1471
1471
  "parameters": [],
1472
1472
  "src": "1508:2:89"
1473
1473
  },
1474
1474
  "returnParameters": {
1475
- "id": 32439,
1475
+ "id": 32561,
1476
1476
  "nodeType": "ParameterList",
1477
1477
  "parameters": [
1478
1478
  {
1479
1479
  "constant": false,
1480
- "id": 32438,
1480
+ "id": 32560,
1481
1481
  "mutability": "mutable",
1482
1482
  "name": "",
1483
1483
  "nameLocation": "-1:-1:-1",
1484
1484
  "nodeType": "VariableDeclaration",
1485
- "scope": 32445,
1485
+ "scope": 32567,
1486
1486
  "src": "1541:7:89",
1487
1487
  "stateVariable": false,
1488
1488
  "storageLocation": "default",
@@ -1491,7 +1491,7 @@
1491
1491
  "typeString": "bytes32"
1492
1492
  },
1493
1493
  "typeName": {
1494
- "id": 32437,
1494
+ "id": 32559,
1495
1495
  "name": "bytes32",
1496
1496
  "nodeType": "ElementaryTypeName",
1497
1497
  "src": "1541:7:89",
@@ -1505,7 +1505,7 @@
1505
1505
  ],
1506
1506
  "src": "1540:9:89"
1507
1507
  },
1508
- "scope": 32695,
1508
+ "scope": 32817,
1509
1509
  "src": "1486:166:89",
1510
1510
  "stateMutability": "pure",
1511
1511
  "virtual": false,
@@ -1513,10 +1513,10 @@
1513
1513
  },
1514
1514
  {
1515
1515
  "baseFunctions": [
1516
- 36945
1516
+ 37067
1517
1517
  ],
1518
1518
  "body": {
1519
- "id": 32469,
1519
+ "id": 32591,
1520
1520
  "nodeType": "Block",
1521
1521
  "src": "1716:176:89",
1522
1522
  "statements": [
@@ -1528,14 +1528,14 @@
1528
1528
  "typeIdentifier": "t_address",
1529
1529
  "typeString": "address"
1530
1530
  },
1531
- "id": 32458,
1531
+ "id": 32580,
1532
1532
  "isConstant": false,
1533
1533
  "isLValue": false,
1534
1534
  "isPure": false,
1535
1535
  "lValueRequested": false,
1536
1536
  "leftExpression": {
1537
1537
  "expression": {
1538
- "id": 32452,
1538
+ "id": 32574,
1539
1539
  "name": "msg",
1540
1540
  "nodeType": "Identifier",
1541
1541
  "overloadedDeclarations": [],
@@ -1546,7 +1546,7 @@
1546
1546
  "typeString": "msg"
1547
1547
  }
1548
1548
  },
1549
- "id": 32453,
1549
+ "id": 32575,
1550
1550
  "isConstant": false,
1551
1551
  "isLValue": false,
1552
1552
  "isPure": false,
@@ -1564,14 +1564,14 @@
1564
1564
  "rightExpression": {
1565
1565
  "arguments": [
1566
1566
  {
1567
- "id": 32456,
1567
+ "id": 32578,
1568
1568
  "name": "_host",
1569
1569
  "nodeType": "Identifier",
1570
1570
  "overloadedDeclarations": [],
1571
- "referencedDeclaration": 32396,
1571
+ "referencedDeclaration": 32518,
1572
1572
  "src": "1756:5:89",
1573
1573
  "typeDescriptions": {
1574
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1574
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1575
1575
  "typeString": "contract ISuperfluid"
1576
1576
  }
1577
1577
  }
@@ -1579,11 +1579,11 @@
1579
1579
  "expression": {
1580
1580
  "argumentTypes": [
1581
1581
  {
1582
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1582
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1583
1583
  "typeString": "contract ISuperfluid"
1584
1584
  }
1585
1585
  ],
1586
- "id": 32455,
1586
+ "id": 32577,
1587
1587
  "isConstant": false,
1588
1588
  "isLValue": false,
1589
1589
  "isPure": true,
@@ -1595,14 +1595,14 @@
1595
1595
  "typeString": "type(address)"
1596
1596
  },
1597
1597
  "typeName": {
1598
- "id": 32454,
1598
+ "id": 32576,
1599
1599
  "name": "address",
1600
1600
  "nodeType": "ElementaryTypeName",
1601
1601
  "src": "1748:7:89",
1602
1602
  "typeDescriptions": {}
1603
1603
  }
1604
1604
  },
1605
- "id": 32457,
1605
+ "id": 32579,
1606
1606
  "isConstant": false,
1607
1607
  "isLValue": false,
1608
1608
  "isPure": false,
@@ -1625,7 +1625,7 @@
1625
1625
  },
1626
1626
  {
1627
1627
  "hexValue": "5375706572546f6b656e466163746f72793a206f6e6c7920686f73742063616e2075706461746520636f6465",
1628
- "id": 32459,
1628
+ "id": 32581,
1629
1629
  "isConstant": false,
1630
1630
  "isLValue": false,
1631
1631
  "isPure": true,
@@ -1651,7 +1651,7 @@
1651
1651
  "typeString": "literal_string \"SuperTokenFactory: only host can update code\""
1652
1652
  }
1653
1653
  ],
1654
- "id": 32451,
1654
+ "id": 32573,
1655
1655
  "name": "require",
1656
1656
  "nodeType": "Identifier",
1657
1657
  "overloadedDeclarations": [
@@ -1665,7 +1665,7 @@
1665
1665
  "typeString": "function (bool,string memory) pure"
1666
1666
  }
1667
1667
  },
1668
- "id": 32460,
1668
+ "id": 32582,
1669
1669
  "isConstant": false,
1670
1670
  "isLValue": false,
1671
1671
  "isPure": false,
@@ -1680,7 +1680,7 @@
1680
1680
  "typeString": "tuple()"
1681
1681
  }
1682
1682
  },
1683
- "id": 32461,
1683
+ "id": 32583,
1684
1684
  "nodeType": "ExpressionStatement",
1685
1685
  "src": "1726:85:89"
1686
1686
  },
@@ -1688,11 +1688,11 @@
1688
1688
  "expression": {
1689
1689
  "arguments": [
1690
1690
  {
1691
- "id": 32463,
1691
+ "id": 32585,
1692
1692
  "name": "newAddress",
1693
1693
  "nodeType": "Identifier",
1694
1694
  "overloadedDeclarations": [],
1695
- "referencedDeclaration": 32447,
1695
+ "referencedDeclaration": 32569,
1696
1696
  "src": "1840:10:89",
1697
1697
  "typeDescriptions": {
1698
1698
  "typeIdentifier": "t_address",
@@ -1707,18 +1707,18 @@
1707
1707
  "typeString": "address"
1708
1708
  }
1709
1709
  ],
1710
- "id": 32462,
1710
+ "id": 32584,
1711
1711
  "name": "_updateCodeAddress",
1712
1712
  "nodeType": "Identifier",
1713
1713
  "overloadedDeclarations": [],
1714
- "referencedDeclaration": 37010,
1714
+ "referencedDeclaration": 37132,
1715
1715
  "src": "1821:18:89",
1716
1716
  "typeDescriptions": {
1717
1717
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
1718
1718
  "typeString": "function (address)"
1719
1719
  }
1720
1720
  },
1721
- "id": 32464,
1721
+ "id": 32586,
1722
1722
  "isConstant": false,
1723
1723
  "isLValue": false,
1724
1724
  "isPure": false,
@@ -1733,7 +1733,7 @@
1733
1733
  "typeString": "tuple()"
1734
1734
  }
1735
1735
  },
1736
- "id": 32465,
1736
+ "id": 32587,
1737
1737
  "nodeType": "ExpressionStatement",
1738
1738
  "src": "1821:30:89"
1739
1739
  },
@@ -1742,18 +1742,18 @@
1742
1742
  "arguments": [],
1743
1743
  "expression": {
1744
1744
  "argumentTypes": [],
1745
- "id": 32466,
1745
+ "id": 32588,
1746
1746
  "name": "_updateSuperTokenLogic",
1747
1747
  "nodeType": "Identifier",
1748
1748
  "overloadedDeclarations": [],
1749
- "referencedDeclaration": 32496,
1749
+ "referencedDeclaration": 32618,
1750
1750
  "src": "1861:22:89",
1751
1751
  "typeDescriptions": {
1752
1752
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1753
1753
  "typeString": "function ()"
1754
1754
  }
1755
1755
  },
1756
- "id": 32467,
1756
+ "id": 32589,
1757
1757
  "isConstant": false,
1758
1758
  "isLValue": false,
1759
1759
  "isPure": false,
@@ -1768,14 +1768,14 @@
1768
1768
  "typeString": "tuple()"
1769
1769
  }
1770
1770
  },
1771
- "id": 32468,
1771
+ "id": 32590,
1772
1772
  "nodeType": "ExpressionStatement",
1773
1773
  "src": "1861:24:89"
1774
1774
  }
1775
1775
  ]
1776
1776
  },
1777
1777
  "functionSelector": "46951954",
1778
- "id": 32470,
1778
+ "id": 32592,
1779
1779
  "implemented": true,
1780
1780
  "kind": "function",
1781
1781
  "modifiers": [],
@@ -1783,23 +1783,23 @@
1783
1783
  "nameLocation": "1667:10:89",
1784
1784
  "nodeType": "FunctionDefinition",
1785
1785
  "overrides": {
1786
- "id": 32449,
1786
+ "id": 32571,
1787
1787
  "nodeType": "OverrideSpecifier",
1788
1788
  "overrides": [],
1789
1789
  "src": "1707:8:89"
1790
1790
  },
1791
1791
  "parameters": {
1792
- "id": 32448,
1792
+ "id": 32570,
1793
1793
  "nodeType": "ParameterList",
1794
1794
  "parameters": [
1795
1795
  {
1796
1796
  "constant": false,
1797
- "id": 32447,
1797
+ "id": 32569,
1798
1798
  "mutability": "mutable",
1799
1799
  "name": "newAddress",
1800
1800
  "nameLocation": "1686:10:89",
1801
1801
  "nodeType": "VariableDeclaration",
1802
- "scope": 32470,
1802
+ "scope": 32592,
1803
1803
  "src": "1678:18:89",
1804
1804
  "stateVariable": false,
1805
1805
  "storageLocation": "default",
@@ -1808,7 +1808,7 @@
1808
1808
  "typeString": "address"
1809
1809
  },
1810
1810
  "typeName": {
1811
- "id": 32446,
1811
+ "id": 32568,
1812
1812
  "name": "address",
1813
1813
  "nodeType": "ElementaryTypeName",
1814
1814
  "src": "1678:7:89",
@@ -1824,12 +1824,12 @@
1824
1824
  "src": "1677:20:89"
1825
1825
  },
1826
1826
  "returnParameters": {
1827
- "id": 32450,
1827
+ "id": 32572,
1828
1828
  "nodeType": "ParameterList",
1829
1829
  "parameters": [],
1830
1830
  "src": "1716:0:89"
1831
1831
  },
1832
- "scope": 32695,
1832
+ "scope": 32817,
1833
1833
  "src": "1658:234:89",
1834
1834
  "stateMutability": "nonpayable",
1835
1835
  "virtual": false,
@@ -1837,26 +1837,26 @@
1837
1837
  },
1838
1838
  {
1839
1839
  "body": {
1840
- "id": 32495,
1840
+ "id": 32617,
1841
1841
  "nodeType": "Block",
1842
1842
  "src": "1940:291:89",
1843
1843
  "statements": [
1844
1844
  {
1845
1845
  "expression": {
1846
- "id": 32480,
1846
+ "id": 32602,
1847
1847
  "isConstant": false,
1848
1848
  "isLValue": false,
1849
1849
  "isPure": false,
1850
1850
  "lValueRequested": false,
1851
1851
  "leftHandSide": {
1852
- "id": 32473,
1852
+ "id": 32595,
1853
1853
  "name": "_superTokenLogic",
1854
1854
  "nodeType": "Identifier",
1855
1855
  "overloadedDeclarations": [],
1856
- "referencedDeclaration": 32399,
1856
+ "referencedDeclaration": 32521,
1857
1857
  "src": "2044:16:89",
1858
1858
  "typeDescriptions": {
1859
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
1859
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
1860
1860
  "typeString": "contract ISuperToken"
1861
1861
  }
1862
1862
  },
@@ -1867,14 +1867,14 @@
1867
1867
  {
1868
1868
  "arguments": [
1869
1869
  {
1870
- "id": 32477,
1870
+ "id": 32599,
1871
1871
  "name": "_host",
1872
1872
  "nodeType": "Identifier",
1873
1873
  "overloadedDeclarations": [],
1874
- "referencedDeclaration": 32396,
1874
+ "referencedDeclaration": 32518,
1875
1875
  "src": "2101:5:89",
1876
1876
  "typeDescriptions": {
1877
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1877
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1878
1878
  "typeString": "contract ISuperfluid"
1879
1879
  }
1880
1880
  }
@@ -1882,37 +1882,37 @@
1882
1882
  "expression": {
1883
1883
  "argumentTypes": [
1884
1884
  {
1885
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1885
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1886
1886
  "typeString": "contract ISuperfluid"
1887
1887
  }
1888
1888
  ],
1889
1889
  "expression": {
1890
- "id": 32475,
1890
+ "id": 32597,
1891
1891
  "name": "this",
1892
1892
  "nodeType": "Identifier",
1893
1893
  "overloadedDeclarations": [],
1894
1894
  "referencedDeclaration": 4294967268,
1895
1895
  "src": "2074:4:89",
1896
1896
  "typeDescriptions": {
1897
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32695",
1897
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32817",
1898
1898
  "typeString": "contract SuperTokenFactoryBase"
1899
1899
  }
1900
1900
  },
1901
- "id": 32476,
1901
+ "id": 32598,
1902
1902
  "isConstant": false,
1903
1903
  "isLValue": false,
1904
1904
  "isPure": false,
1905
1905
  "lValueRequested": false,
1906
1906
  "memberName": "createSuperTokenLogic",
1907
1907
  "nodeType": "MemberAccess",
1908
- "referencedDeclaration": 32514,
1908
+ "referencedDeclaration": 32636,
1909
1909
  "src": "2074:26:89",
1910
1910
  "typeDescriptions": {
1911
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
1911
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_address_$",
1912
1912
  "typeString": "function (contract ISuperfluid) external returns (address)"
1913
1913
  }
1914
1914
  },
1915
- "id": 32478,
1915
+ "id": 32600,
1916
1916
  "isConstant": false,
1917
1917
  "isLValue": false,
1918
1918
  "isPure": false,
@@ -1935,18 +1935,18 @@
1935
1935
  "typeString": "address"
1936
1936
  }
1937
1937
  ],
1938
- "id": 32474,
1938
+ "id": 32596,
1939
1939
  "name": "SuperToken",
1940
1940
  "nodeType": "Identifier",
1941
1941
  "overloadedDeclarations": [],
1942
- "referencedDeclaration": 32368,
1942
+ "referencedDeclaration": 32490,
1943
1943
  "src": "2063:10:89",
1944
1944
  "typeDescriptions": {
1945
- "typeIdentifier": "t_type$_t_contract$_SuperToken_$32368_$",
1945
+ "typeIdentifier": "t_type$_t_contract$_SuperToken_$32490_$",
1946
1946
  "typeString": "type(contract SuperToken)"
1947
1947
  }
1948
1948
  },
1949
- "id": 32479,
1949
+ "id": 32601,
1950
1950
  "isConstant": false,
1951
1951
  "isLValue": false,
1952
1952
  "isPure": false,
@@ -1957,17 +1957,17 @@
1957
1957
  "src": "2063:45:89",
1958
1958
  "tryCall": false,
1959
1959
  "typeDescriptions": {
1960
- "typeIdentifier": "t_contract$_SuperToken_$32368",
1960
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
1961
1961
  "typeString": "contract SuperToken"
1962
1962
  }
1963
1963
  },
1964
1964
  "src": "2044:64:89",
1965
1965
  "typeDescriptions": {
1966
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
1966
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
1967
1967
  "typeString": "contract ISuperToken"
1968
1968
  }
1969
1969
  },
1970
- "id": 32481,
1970
+ "id": 32603,
1971
1971
  "nodeType": "ExpressionStatement",
1972
1972
  "src": "2044:64:89"
1973
1973
  },
@@ -1981,14 +1981,14 @@
1981
1981
  {
1982
1982
  "arguments": [
1983
1983
  {
1984
- "id": 32485,
1984
+ "id": 32607,
1985
1985
  "name": "_superTokenLogic",
1986
1986
  "nodeType": "Identifier",
1987
1987
  "overloadedDeclarations": [],
1988
- "referencedDeclaration": 32399,
1988
+ "referencedDeclaration": 32521,
1989
1989
  "src": "2140:16:89",
1990
1990
  "typeDescriptions": {
1991
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
1991
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
1992
1992
  "typeString": "contract ISuperToken"
1993
1993
  }
1994
1994
  }
@@ -1996,11 +1996,11 @@
1996
1996
  "expression": {
1997
1997
  "argumentTypes": [
1998
1998
  {
1999
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
1999
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2000
2000
  "typeString": "contract ISuperToken"
2001
2001
  }
2002
2002
  ],
2003
- "id": 32484,
2003
+ "id": 32606,
2004
2004
  "isConstant": false,
2005
2005
  "isLValue": false,
2006
2006
  "isPure": true,
@@ -2012,14 +2012,14 @@
2012
2012
  "typeString": "type(address)"
2013
2013
  },
2014
2014
  "typeName": {
2015
- "id": 32483,
2015
+ "id": 32605,
2016
2016
  "name": "address",
2017
2017
  "nodeType": "ElementaryTypeName",
2018
2018
  "src": "2132:7:89",
2019
2019
  "typeDescriptions": {}
2020
2020
  }
2021
2021
  },
2022
- "id": 32486,
2022
+ "id": 32608,
2023
2023
  "isConstant": false,
2024
2024
  "isLValue": false,
2025
2025
  "isPure": false,
@@ -2042,18 +2042,18 @@
2042
2042
  "typeString": "address"
2043
2043
  }
2044
2044
  ],
2045
- "id": 32482,
2045
+ "id": 32604,
2046
2046
  "name": "UUPSProxiable",
2047
2047
  "nodeType": "Identifier",
2048
2048
  "overloadedDeclarations": [],
2049
- "referencedDeclaration": 37017,
2049
+ "referencedDeclaration": 37139,
2050
2050
  "src": "2118:13:89",
2051
2051
  "typeDescriptions": {
2052
- "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37017_$",
2052
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37139_$",
2053
2053
  "typeString": "type(contract UUPSProxiable)"
2054
2054
  }
2055
2055
  },
2056
- "id": 32487,
2056
+ "id": 32609,
2057
2057
  "isConstant": false,
2058
2058
  "isLValue": false,
2059
2059
  "isPure": false,
@@ -2064,25 +2064,25 @@
2064
2064
  "src": "2118:40:89",
2065
2065
  "tryCall": false,
2066
2066
  "typeDescriptions": {
2067
- "typeIdentifier": "t_contract$_UUPSProxiable_$37017",
2067
+ "typeIdentifier": "t_contract$_UUPSProxiable_$37139",
2068
2068
  "typeString": "contract UUPSProxiable"
2069
2069
  }
2070
2070
  },
2071
- "id": 32488,
2071
+ "id": 32610,
2072
2072
  "isConstant": false,
2073
2073
  "isLValue": false,
2074
2074
  "isPure": false,
2075
2075
  "lValueRequested": false,
2076
2076
  "memberName": "castrate",
2077
2077
  "nodeType": "MemberAccess",
2078
- "referencedDeclaration": 36951,
2078
+ "referencedDeclaration": 37073,
2079
2079
  "src": "2118:49:89",
2080
2080
  "typeDescriptions": {
2081
2081
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
2082
2082
  "typeString": "function () external"
2083
2083
  }
2084
2084
  },
2085
- "id": 32489,
2085
+ "id": 32611,
2086
2086
  "isConstant": false,
2087
2087
  "isLValue": false,
2088
2088
  "isPure": false,
@@ -2097,7 +2097,7 @@
2097
2097
  "typeString": "tuple()"
2098
2098
  }
2099
2099
  },
2100
- "id": 32490,
2100
+ "id": 32612,
2101
2101
  "nodeType": "ExpressionStatement",
2102
2102
  "src": "2118:51:89"
2103
2103
  },
@@ -2105,14 +2105,14 @@
2105
2105
  "eventCall": {
2106
2106
  "arguments": [
2107
2107
  {
2108
- "id": 32492,
2108
+ "id": 32614,
2109
2109
  "name": "_superTokenLogic",
2110
2110
  "nodeType": "Identifier",
2111
2111
  "overloadedDeclarations": [],
2112
- "referencedDeclaration": 32399,
2112
+ "referencedDeclaration": 32521,
2113
2113
  "src": "2207:16:89",
2114
2114
  "typeDescriptions": {
2115
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2115
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2116
2116
  "typeString": "contract ISuperToken"
2117
2117
  }
2118
2118
  }
@@ -2120,22 +2120,22 @@
2120
2120
  "expression": {
2121
2121
  "argumentTypes": [
2122
2122
  {
2123
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2123
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2124
2124
  "typeString": "contract ISuperToken"
2125
2125
  }
2126
2126
  ],
2127
- "id": 32491,
2127
+ "id": 32613,
2128
2128
  "name": "SuperTokenLogicCreated",
2129
2129
  "nodeType": "Identifier",
2130
2130
  "overloadedDeclarations": [],
2131
- "referencedDeclaration": 19568,
2131
+ "referencedDeclaration": 19690,
2132
2132
  "src": "2184:22:89",
2133
2133
  "typeDescriptions": {
2134
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
2134
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19614_$returns$__$",
2135
2135
  "typeString": "function (contract ISuperToken)"
2136
2136
  }
2137
2137
  },
2138
- "id": 32493,
2138
+ "id": 32615,
2139
2139
  "isConstant": false,
2140
2140
  "isLValue": false,
2141
2141
  "isPure": false,
@@ -2150,13 +2150,13 @@
2150
2150
  "typeString": "tuple()"
2151
2151
  }
2152
2152
  },
2153
- "id": 32494,
2153
+ "id": 32616,
2154
2154
  "nodeType": "EmitStatement",
2155
2155
  "src": "2179:45:89"
2156
2156
  }
2157
2157
  ]
2158
2158
  },
2159
- "id": 32496,
2159
+ "id": 32618,
2160
2160
  "implemented": true,
2161
2161
  "kind": "function",
2162
2162
  "modifiers": [],
@@ -2164,18 +2164,18 @@
2164
2164
  "nameLocation": "1907:22:89",
2165
2165
  "nodeType": "FunctionDefinition",
2166
2166
  "parameters": {
2167
- "id": 32471,
2167
+ "id": 32593,
2168
2168
  "nodeType": "ParameterList",
2169
2169
  "parameters": [],
2170
2170
  "src": "1929:2:89"
2171
2171
  },
2172
2172
  "returnParameters": {
2173
- "id": 32472,
2173
+ "id": 32594,
2174
2174
  "nodeType": "ParameterList",
2175
2175
  "parameters": [],
2176
2176
  "src": "1940:0:89"
2177
2177
  },
2178
- "scope": 32695,
2178
+ "scope": 32817,
2179
2179
  "src": "1898:333:89",
2180
2180
  "stateMutability": "nonpayable",
2181
2181
  "virtual": false,
@@ -2183,35 +2183,35 @@
2183
2183
  },
2184
2184
  {
2185
2185
  "baseFunctions": [
2186
- 19517
2186
+ 19639
2187
2187
  ],
2188
2188
  "body": {
2189
- "id": 32505,
2189
+ "id": 32627,
2190
2190
  "nodeType": "Block",
2191
2191
  "src": "2517:40:89",
2192
2192
  "statements": [
2193
2193
  {
2194
2194
  "expression": {
2195
- "id": 32503,
2195
+ "id": 32625,
2196
2196
  "name": "_superTokenLogic",
2197
2197
  "nodeType": "Identifier",
2198
2198
  "overloadedDeclarations": [],
2199
- "referencedDeclaration": 32399,
2199
+ "referencedDeclaration": 32521,
2200
2200
  "src": "2534:16:89",
2201
2201
  "typeDescriptions": {
2202
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2202
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2203
2203
  "typeString": "contract ISuperToken"
2204
2204
  }
2205
2205
  },
2206
- "functionReturnParameters": 32502,
2207
- "id": 32504,
2206
+ "functionReturnParameters": 32624,
2207
+ "id": 32626,
2208
2208
  "nodeType": "Return",
2209
2209
  "src": "2527:23:89"
2210
2210
  }
2211
2211
  ]
2212
2212
  },
2213
2213
  "functionSelector": "9470a5b2",
2214
- "id": 32506,
2214
+ "id": 32628,
2215
2215
  "implemented": true,
2216
2216
  "kind": "function",
2217
2217
  "modifiers": [],
@@ -2219,50 +2219,50 @@
2219
2219
  "nameLocation": "2431:18:89",
2220
2220
  "nodeType": "FunctionDefinition",
2221
2221
  "overrides": {
2222
- "id": 32498,
2222
+ "id": 32620,
2223
2223
  "nodeType": "OverrideSpecifier",
2224
2224
  "overrides": [],
2225
2225
  "src": "2474:8:89"
2226
2226
  },
2227
2227
  "parameters": {
2228
- "id": 32497,
2228
+ "id": 32619,
2229
2229
  "nodeType": "ParameterList",
2230
2230
  "parameters": [],
2231
2231
  "src": "2449:2:89"
2232
2232
  },
2233
2233
  "returnParameters": {
2234
- "id": 32502,
2234
+ "id": 32624,
2235
2235
  "nodeType": "ParameterList",
2236
2236
  "parameters": [
2237
2237
  {
2238
2238
  "constant": false,
2239
- "id": 32501,
2239
+ "id": 32623,
2240
2240
  "mutability": "mutable",
2241
2241
  "name": "",
2242
2242
  "nameLocation": "-1:-1:-1",
2243
2243
  "nodeType": "VariableDeclaration",
2244
- "scope": 32506,
2244
+ "scope": 32628,
2245
2245
  "src": "2500:11:89",
2246
2246
  "stateVariable": false,
2247
2247
  "storageLocation": "default",
2248
2248
  "typeDescriptions": {
2249
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2249
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2250
2250
  "typeString": "contract ISuperToken"
2251
2251
  },
2252
2252
  "typeName": {
2253
- "id": 32500,
2253
+ "id": 32622,
2254
2254
  "nodeType": "UserDefinedTypeName",
2255
2255
  "pathNode": {
2256
- "id": 32499,
2256
+ "id": 32621,
2257
2257
  "name": "ISuperToken",
2258
2258
  "nodeType": "IdentifierPath",
2259
- "referencedDeclaration": 19492,
2259
+ "referencedDeclaration": 19614,
2260
2260
  "src": "2500:11:89"
2261
2261
  },
2262
- "referencedDeclaration": 19492,
2262
+ "referencedDeclaration": 19614,
2263
2263
  "src": "2500:11:89",
2264
2264
  "typeDescriptions": {
2265
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2265
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2266
2266
  "typeString": "contract ISuperToken"
2267
2267
  }
2268
2268
  },
@@ -2271,7 +2271,7 @@
2271
2271
  ],
2272
2272
  "src": "2499:13:89"
2273
2273
  },
2274
- "scope": 32695,
2274
+ "scope": 32817,
2275
2275
  "src": "2422:135:89",
2276
2276
  "stateMutability": "view",
2277
2277
  "virtual": false,
@@ -2279,7 +2279,7 @@
2279
2279
  },
2280
2280
  {
2281
2281
  "functionSelector": "4dcc4d79",
2282
- "id": 32514,
2282
+ "id": 32636,
2283
2283
  "implemented": false,
2284
2284
  "kind": "function",
2285
2285
  "modifiers": [],
@@ -2287,38 +2287,38 @@
2287
2287
  "nameLocation": "2572:21:89",
2288
2288
  "nodeType": "FunctionDefinition",
2289
2289
  "parameters": {
2290
- "id": 32510,
2290
+ "id": 32632,
2291
2291
  "nodeType": "ParameterList",
2292
2292
  "parameters": [
2293
2293
  {
2294
2294
  "constant": false,
2295
- "id": 32509,
2295
+ "id": 32631,
2296
2296
  "mutability": "mutable",
2297
2297
  "name": "host",
2298
2298
  "nameLocation": "2606:4:89",
2299
2299
  "nodeType": "VariableDeclaration",
2300
- "scope": 32514,
2300
+ "scope": 32636,
2301
2301
  "src": "2594:16:89",
2302
2302
  "stateVariable": false,
2303
2303
  "storageLocation": "default",
2304
2304
  "typeDescriptions": {
2305
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
2305
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
2306
2306
  "typeString": "contract ISuperfluid"
2307
2307
  },
2308
2308
  "typeName": {
2309
- "id": 32508,
2309
+ "id": 32630,
2310
2310
  "nodeType": "UserDefinedTypeName",
2311
2311
  "pathNode": {
2312
- "id": 32507,
2312
+ "id": 32629,
2313
2313
  "name": "ISuperfluid",
2314
2314
  "nodeType": "IdentifierPath",
2315
- "referencedDeclaration": 20053,
2315
+ "referencedDeclaration": 20175,
2316
2316
  "src": "2594:11:89"
2317
2317
  },
2318
- "referencedDeclaration": 20053,
2318
+ "referencedDeclaration": 20175,
2319
2319
  "src": "2594:11:89",
2320
2320
  "typeDescriptions": {
2321
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
2321
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
2322
2322
  "typeString": "contract ISuperfluid"
2323
2323
  }
2324
2324
  },
@@ -2328,17 +2328,17 @@
2328
2328
  "src": "2593:18:89"
2329
2329
  },
2330
2330
  "returnParameters": {
2331
- "id": 32513,
2331
+ "id": 32635,
2332
2332
  "nodeType": "ParameterList",
2333
2333
  "parameters": [
2334
2334
  {
2335
2335
  "constant": false,
2336
- "id": 32512,
2336
+ "id": 32634,
2337
2337
  "mutability": "mutable",
2338
2338
  "name": "logic",
2339
2339
  "nameLocation": "2646:5:89",
2340
2340
  "nodeType": "VariableDeclaration",
2341
- "scope": 32514,
2341
+ "scope": 32636,
2342
2342
  "src": "2638:13:89",
2343
2343
  "stateVariable": false,
2344
2344
  "storageLocation": "default",
@@ -2347,7 +2347,7 @@
2347
2347
  "typeString": "address"
2348
2348
  },
2349
2349
  "typeName": {
2350
- "id": 32511,
2350
+ "id": 32633,
2351
2351
  "name": "address",
2352
2352
  "nodeType": "ElementaryTypeName",
2353
2353
  "src": "2638:7:89",
@@ -2362,7 +2362,7 @@
2362
2362
  ],
2363
2363
  "src": "2637:15:89"
2364
2364
  },
2365
- "scope": 32695,
2365
+ "scope": 32817,
2366
2366
  "src": "2563:90:89",
2367
2367
  "stateMutability": "nonpayable",
2368
2368
  "virtual": true,
@@ -2370,10 +2370,10 @@
2370
2370
  },
2371
2371
  {
2372
2372
  "baseFunctions": [
2373
- 19540
2373
+ 19662
2374
2374
  ],
2375
2375
  "body": {
2376
- "id": 32629,
2376
+ "id": 32751,
2377
2377
  "nodeType": "Block",
2378
2378
  "src": "2927:970:89",
2379
2379
  "statements": [
@@ -2385,7 +2385,7 @@
2385
2385
  "typeIdentifier": "t_address",
2386
2386
  "typeString": "address"
2387
2387
  },
2388
- "id": 32542,
2388
+ "id": 32664,
2389
2389
  "isConstant": false,
2390
2390
  "isLValue": false,
2391
2391
  "isPure": false,
@@ -2393,11 +2393,11 @@
2393
2393
  "leftExpression": {
2394
2394
  "arguments": [
2395
2395
  {
2396
- "id": 32536,
2396
+ "id": 32658,
2397
2397
  "name": "underlyingToken",
2398
2398
  "nodeType": "Identifier",
2399
2399
  "overloadedDeclarations": [],
2400
- "referencedDeclaration": 32517,
2400
+ "referencedDeclaration": 32639,
2401
2401
  "src": "2953:15:89",
2402
2402
  "typeDescriptions": {
2403
2403
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -2412,7 +2412,7 @@
2412
2412
  "typeString": "contract IERC20"
2413
2413
  }
2414
2414
  ],
2415
- "id": 32535,
2415
+ "id": 32657,
2416
2416
  "isConstant": false,
2417
2417
  "isLValue": false,
2418
2418
  "isPure": true,
@@ -2424,14 +2424,14 @@
2424
2424
  "typeString": "type(address)"
2425
2425
  },
2426
2426
  "typeName": {
2427
- "id": 32534,
2427
+ "id": 32656,
2428
2428
  "name": "address",
2429
2429
  "nodeType": "ElementaryTypeName",
2430
2430
  "src": "2945:7:89",
2431
2431
  "typeDescriptions": {}
2432
2432
  }
2433
2433
  },
2434
- "id": 32537,
2434
+ "id": 32659,
2435
2435
  "isConstant": false,
2436
2436
  "isLValue": false,
2437
2437
  "isPure": false,
@@ -2452,7 +2452,7 @@
2452
2452
  "arguments": [
2453
2453
  {
2454
2454
  "hexValue": "30",
2455
- "id": 32540,
2455
+ "id": 32662,
2456
2456
  "isConstant": false,
2457
2457
  "isLValue": false,
2458
2458
  "isPure": true,
@@ -2474,7 +2474,7 @@
2474
2474
  "typeString": "int_const 0"
2475
2475
  }
2476
2476
  ],
2477
- "id": 32539,
2477
+ "id": 32661,
2478
2478
  "isConstant": false,
2479
2479
  "isLValue": false,
2480
2480
  "isPure": true,
@@ -2486,14 +2486,14 @@
2486
2486
  "typeString": "type(address)"
2487
2487
  },
2488
2488
  "typeName": {
2489
- "id": 32538,
2489
+ "id": 32660,
2490
2490
  "name": "address",
2491
2491
  "nodeType": "ElementaryTypeName",
2492
2492
  "src": "2973:7:89",
2493
2493
  "typeDescriptions": {}
2494
2494
  }
2495
2495
  },
2496
- "id": 32541,
2496
+ "id": 32663,
2497
2497
  "isConstant": false,
2498
2498
  "isLValue": false,
2499
2499
  "isPure": true,
@@ -2516,7 +2516,7 @@
2516
2516
  },
2517
2517
  {
2518
2518
  "hexValue": "5375706572546f6b656e466163746f72793a207a65726f2061646472657373",
2519
- "id": 32543,
2519
+ "id": 32665,
2520
2520
  "isConstant": false,
2521
2521
  "isLValue": false,
2522
2522
  "isPure": true,
@@ -2542,7 +2542,7 @@
2542
2542
  "typeString": "literal_string \"SuperTokenFactory: zero address\""
2543
2543
  }
2544
2544
  ],
2545
- "id": 32533,
2545
+ "id": 32655,
2546
2546
  "name": "require",
2547
2547
  "nodeType": "Identifier",
2548
2548
  "overloadedDeclarations": [
@@ -2556,7 +2556,7 @@
2556
2556
  "typeString": "function (bool,string memory) pure"
2557
2557
  }
2558
2558
  },
2559
- "id": 32544,
2559
+ "id": 32666,
2560
2560
  "isConstant": false,
2561
2561
  "isLValue": false,
2562
2562
  "isPure": false,
@@ -2571,30 +2571,30 @@
2571
2571
  "typeString": "tuple()"
2572
2572
  }
2573
2573
  },
2574
- "id": 32545,
2574
+ "id": 32667,
2575
2575
  "nodeType": "ExpressionStatement",
2576
2576
  "src": "2937:82:89"
2577
2577
  },
2578
2578
  {
2579
2579
  "condition": {
2580
2580
  "commonType": {
2581
- "typeIdentifier": "t_enum$_Upgradability_$19521",
2581
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
2582
2582
  "typeString": "enum ISuperTokenFactory.Upgradability"
2583
2583
  },
2584
- "id": 32549,
2584
+ "id": 32671,
2585
2585
  "isConstant": false,
2586
2586
  "isLValue": false,
2587
2587
  "isPure": false,
2588
2588
  "lValueRequested": false,
2589
2589
  "leftExpression": {
2590
- "id": 32546,
2590
+ "id": 32668,
2591
2591
  "name": "upgradability",
2592
2592
  "nodeType": "Identifier",
2593
2593
  "overloadedDeclarations": [],
2594
- "referencedDeclaration": 32522,
2594
+ "referencedDeclaration": 32644,
2595
2595
  "src": "3034:13:89",
2596
2596
  "typeDescriptions": {
2597
- "typeIdentifier": "t_enum$_Upgradability_$19521",
2597
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
2598
2598
  "typeString": "enum ISuperTokenFactory.Upgradability"
2599
2599
  }
2600
2600
  },
@@ -2602,28 +2602,28 @@
2602
2602
  "operator": "==",
2603
2603
  "rightExpression": {
2604
2604
  "expression": {
2605
- "id": 32547,
2605
+ "id": 32669,
2606
2606
  "name": "Upgradability",
2607
2607
  "nodeType": "Identifier",
2608
2608
  "overloadedDeclarations": [],
2609
- "referencedDeclaration": 19521,
2609
+ "referencedDeclaration": 19643,
2610
2610
  "src": "3051:13:89",
2611
2611
  "typeDescriptions": {
2612
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19521_$",
2612
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19643_$",
2613
2613
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
2614
2614
  }
2615
2615
  },
2616
- "id": 32548,
2616
+ "id": 32670,
2617
2617
  "isConstant": false,
2618
2618
  "isLValue": false,
2619
2619
  "isPure": true,
2620
2620
  "lValueRequested": false,
2621
2621
  "memberName": "NON_UPGRADABLE",
2622
2622
  "nodeType": "MemberAccess",
2623
- "referencedDeclaration": 19518,
2623
+ "referencedDeclaration": 19640,
2624
2624
  "src": "3051:28:89",
2625
2625
  "typeDescriptions": {
2626
- "typeIdentifier": "t_enum$_Upgradability_$19521",
2626
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
2627
2627
  "typeString": "enum ISuperTokenFactory.Upgradability"
2628
2628
  }
2629
2629
  },
@@ -2636,23 +2636,23 @@
2636
2636
  "falseBody": {
2637
2637
  "condition": {
2638
2638
  "commonType": {
2639
- "typeIdentifier": "t_enum$_Upgradability_$19521",
2639
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
2640
2640
  "typeString": "enum ISuperTokenFactory.Upgradability"
2641
2641
  },
2642
- "id": 32563,
2642
+ "id": 32685,
2643
2643
  "isConstant": false,
2644
2644
  "isLValue": false,
2645
2645
  "isPure": false,
2646
2646
  "lValueRequested": false,
2647
2647
  "leftExpression": {
2648
- "id": 32560,
2648
+ "id": 32682,
2649
2649
  "name": "upgradability",
2650
2650
  "nodeType": "Identifier",
2651
2651
  "overloadedDeclarations": [],
2652
- "referencedDeclaration": 32522,
2652
+ "referencedDeclaration": 32644,
2653
2653
  "src": "3175:13:89",
2654
2654
  "typeDescriptions": {
2655
- "typeIdentifier": "t_enum$_Upgradability_$19521",
2655
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
2656
2656
  "typeString": "enum ISuperTokenFactory.Upgradability"
2657
2657
  }
2658
2658
  },
@@ -2660,28 +2660,28 @@
2660
2660
  "operator": "==",
2661
2661
  "rightExpression": {
2662
2662
  "expression": {
2663
- "id": 32561,
2663
+ "id": 32683,
2664
2664
  "name": "Upgradability",
2665
2665
  "nodeType": "Identifier",
2666
2666
  "overloadedDeclarations": [],
2667
- "referencedDeclaration": 19521,
2667
+ "referencedDeclaration": 19643,
2668
2668
  "src": "3192:13:89",
2669
2669
  "typeDescriptions": {
2670
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19521_$",
2670
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19643_$",
2671
2671
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
2672
2672
  }
2673
2673
  },
2674
- "id": 32562,
2674
+ "id": 32684,
2675
2675
  "isConstant": false,
2676
2676
  "isLValue": false,
2677
2677
  "isPure": true,
2678
2678
  "lValueRequested": false,
2679
2679
  "memberName": "SEMI_UPGRADABLE",
2680
2680
  "nodeType": "MemberAccess",
2681
- "referencedDeclaration": 19519,
2681
+ "referencedDeclaration": 19641,
2682
2682
  "src": "3192:29:89",
2683
2683
  "typeDescriptions": {
2684
- "typeIdentifier": "t_enum$_Upgradability_$19521",
2684
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
2685
2685
  "typeString": "enum ISuperTokenFactory.Upgradability"
2686
2686
  }
2687
2687
  },
@@ -2692,56 +2692,56 @@
2692
2692
  }
2693
2693
  },
2694
2694
  "falseBody": {
2695
- "id": 32613,
2695
+ "id": 32735,
2696
2696
  "nodeType": "Block",
2697
2697
  "src": "3489:184:89",
2698
2698
  "statements": [
2699
2699
  {
2700
2700
  "assignments": [
2701
- 32593
2701
+ 32715
2702
2702
  ],
2703
2703
  "declarations": [
2704
2704
  {
2705
2705
  "constant": false,
2706
- "id": 32593,
2706
+ "id": 32715,
2707
2707
  "mutability": "mutable",
2708
2708
  "name": "proxy",
2709
2709
  "nameLocation": "3533:5:89",
2710
2710
  "nodeType": "VariableDeclaration",
2711
- "scope": 32613,
2711
+ "scope": 32735,
2712
2712
  "src": "3503:35:89",
2713
2713
  "stateVariable": false,
2714
2714
  "storageLocation": "default",
2715
2715
  "typeDescriptions": {
2716
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
2716
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
2717
2717
  "typeString": "contract FullUpgradableSuperTokenProxy"
2718
2718
  },
2719
2719
  "typeName": {
2720
- "id": 32592,
2720
+ "id": 32714,
2721
2721
  "nodeType": "UserDefinedTypeName",
2722
2722
  "pathNode": {
2723
- "id": 32591,
2723
+ "id": 32713,
2724
2724
  "name": "FullUpgradableSuperTokenProxy",
2725
2725
  "nodeType": "IdentifierPath",
2726
- "referencedDeclaration": 30764,
2726
+ "referencedDeclaration": 30886,
2727
2727
  "src": "3503:29:89"
2728
2728
  },
2729
- "referencedDeclaration": 30764,
2729
+ "referencedDeclaration": 30886,
2730
2730
  "src": "3503:29:89",
2731
2731
  "typeDescriptions": {
2732
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
2732
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
2733
2733
  "typeString": "contract FullUpgradableSuperTokenProxy"
2734
2734
  }
2735
2735
  },
2736
2736
  "visibility": "internal"
2737
2737
  }
2738
2738
  ],
2739
- "id": 32598,
2739
+ "id": 32720,
2740
2740
  "initialValue": {
2741
2741
  "arguments": [],
2742
2742
  "expression": {
2743
2743
  "argumentTypes": [],
2744
- "id": 32596,
2744
+ "id": 32718,
2745
2745
  "isConstant": false,
2746
2746
  "isLValue": false,
2747
2747
  "isPure": false,
@@ -2749,28 +2749,28 @@
2749
2749
  "nodeType": "NewExpression",
2750
2750
  "src": "3541:33:89",
2751
2751
  "typeDescriptions": {
2752
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$30764_$",
2752
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$30886_$",
2753
2753
  "typeString": "function () returns (contract FullUpgradableSuperTokenProxy)"
2754
2754
  },
2755
2755
  "typeName": {
2756
- "id": 32595,
2756
+ "id": 32717,
2757
2757
  "nodeType": "UserDefinedTypeName",
2758
2758
  "pathNode": {
2759
- "id": 32594,
2759
+ "id": 32716,
2760
2760
  "name": "FullUpgradableSuperTokenProxy",
2761
2761
  "nodeType": "IdentifierPath",
2762
- "referencedDeclaration": 30764,
2762
+ "referencedDeclaration": 30886,
2763
2763
  "src": "3545:29:89"
2764
2764
  },
2765
- "referencedDeclaration": 30764,
2765
+ "referencedDeclaration": 30886,
2766
2766
  "src": "3545:29:89",
2767
2767
  "typeDescriptions": {
2768
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
2768
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
2769
2769
  "typeString": "contract FullUpgradableSuperTokenProxy"
2770
2770
  }
2771
2771
  }
2772
2772
  },
2773
- "id": 32597,
2773
+ "id": 32719,
2774
2774
  "isConstant": false,
2775
2775
  "isLValue": false,
2776
2776
  "isPure": false,
@@ -2781,7 +2781,7 @@
2781
2781
  "src": "3541:35:89",
2782
2782
  "tryCall": false,
2783
2783
  "typeDescriptions": {
2784
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
2784
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
2785
2785
  "typeString": "contract FullUpgradableSuperTokenProxy"
2786
2786
  }
2787
2787
  },
@@ -2794,32 +2794,32 @@
2794
2794
  "expression": {
2795
2795
  "argumentTypes": [],
2796
2796
  "expression": {
2797
- "id": 32599,
2797
+ "id": 32721,
2798
2798
  "name": "proxy",
2799
2799
  "nodeType": "Identifier",
2800
2800
  "overloadedDeclarations": [],
2801
- "referencedDeclaration": 32593,
2801
+ "referencedDeclaration": 32715,
2802
2802
  "src": "3590:5:89",
2803
2803
  "typeDescriptions": {
2804
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
2804
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
2805
2805
  "typeString": "contract FullUpgradableSuperTokenProxy"
2806
2806
  }
2807
2807
  },
2808
- "id": 32601,
2808
+ "id": 32723,
2809
2809
  "isConstant": false,
2810
2810
  "isLValue": false,
2811
2811
  "isPure": false,
2812
2812
  "lValueRequested": false,
2813
2813
  "memberName": "initialize",
2814
2814
  "nodeType": "MemberAccess",
2815
- "referencedDeclaration": 30732,
2815
+ "referencedDeclaration": 30854,
2816
2816
  "src": "3590:16:89",
2817
2817
  "typeDescriptions": {
2818
2818
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
2819
2819
  "typeString": "function () external"
2820
2820
  }
2821
2821
  },
2822
- "id": 32602,
2822
+ "id": 32724,
2823
2823
  "isConstant": false,
2824
2824
  "isLValue": false,
2825
2825
  "isPure": false,
@@ -2834,26 +2834,26 @@
2834
2834
  "typeString": "tuple()"
2835
2835
  }
2836
2836
  },
2837
- "id": 32603,
2837
+ "id": 32725,
2838
2838
  "nodeType": "ExpressionStatement",
2839
2839
  "src": "3590:18:89"
2840
2840
  },
2841
2841
  {
2842
2842
  "expression": {
2843
- "id": 32611,
2843
+ "id": 32733,
2844
2844
  "isConstant": false,
2845
2845
  "isLValue": false,
2846
2846
  "isPure": false,
2847
2847
  "lValueRequested": false,
2848
2848
  "leftHandSide": {
2849
- "id": 32604,
2849
+ "id": 32726,
2850
2850
  "name": "superToken",
2851
2851
  "nodeType": "Identifier",
2852
2852
  "overloadedDeclarations": [],
2853
- "referencedDeclaration": 32531,
2853
+ "referencedDeclaration": 32653,
2854
2854
  "src": "3622:10:89",
2855
2855
  "typeDescriptions": {
2856
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2856
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2857
2857
  "typeString": "contract ISuperToken"
2858
2858
  }
2859
2859
  },
@@ -2864,14 +2864,14 @@
2864
2864
  {
2865
2865
  "arguments": [
2866
2866
  {
2867
- "id": 32608,
2867
+ "id": 32730,
2868
2868
  "name": "proxy",
2869
2869
  "nodeType": "Identifier",
2870
2870
  "overloadedDeclarations": [],
2871
- "referencedDeclaration": 32593,
2871
+ "referencedDeclaration": 32715,
2872
2872
  "src": "3655:5:89",
2873
2873
  "typeDescriptions": {
2874
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
2874
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
2875
2875
  "typeString": "contract FullUpgradableSuperTokenProxy"
2876
2876
  }
2877
2877
  }
@@ -2879,11 +2879,11 @@
2879
2879
  "expression": {
2880
2880
  "argumentTypes": [
2881
2881
  {
2882
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30764",
2882
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$30886",
2883
2883
  "typeString": "contract FullUpgradableSuperTokenProxy"
2884
2884
  }
2885
2885
  ],
2886
- "id": 32607,
2886
+ "id": 32729,
2887
2887
  "isConstant": false,
2888
2888
  "isLValue": false,
2889
2889
  "isPure": true,
@@ -2895,14 +2895,14 @@
2895
2895
  "typeString": "type(address)"
2896
2896
  },
2897
2897
  "typeName": {
2898
- "id": 32606,
2898
+ "id": 32728,
2899
2899
  "name": "address",
2900
2900
  "nodeType": "ElementaryTypeName",
2901
2901
  "src": "3647:7:89",
2902
2902
  "typeDescriptions": {}
2903
2903
  }
2904
2904
  },
2905
- "id": 32609,
2905
+ "id": 32731,
2906
2906
  "isConstant": false,
2907
2907
  "isLValue": false,
2908
2908
  "isPure": false,
@@ -2925,18 +2925,18 @@
2925
2925
  "typeString": "address"
2926
2926
  }
2927
2927
  ],
2928
- "id": 32605,
2928
+ "id": 32727,
2929
2929
  "name": "ISuperToken",
2930
2930
  "nodeType": "Identifier",
2931
2931
  "overloadedDeclarations": [],
2932
- "referencedDeclaration": 19492,
2932
+ "referencedDeclaration": 19614,
2933
2933
  "src": "3635:11:89",
2934
2934
  "typeDescriptions": {
2935
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
2935
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
2936
2936
  "typeString": "type(contract ISuperToken)"
2937
2937
  }
2938
2938
  },
2939
- "id": 32610,
2939
+ "id": 32732,
2940
2940
  "isConstant": false,
2941
2941
  "isLValue": false,
2942
2942
  "isPure": false,
@@ -2947,76 +2947,76 @@
2947
2947
  "src": "3635:27:89",
2948
2948
  "tryCall": false,
2949
2949
  "typeDescriptions": {
2950
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2950
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2951
2951
  "typeString": "contract ISuperToken"
2952
2952
  }
2953
2953
  },
2954
2954
  "src": "3622:40:89",
2955
2955
  "typeDescriptions": {
2956
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
2956
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
2957
2957
  "typeString": "contract ISuperToken"
2958
2958
  }
2959
2959
  },
2960
- "id": 32612,
2960
+ "id": 32734,
2961
2961
  "nodeType": "ExpressionStatement",
2962
2962
  "src": "3622:40:89"
2963
2963
  }
2964
2964
  ]
2965
2965
  },
2966
- "id": 32614,
2966
+ "id": 32736,
2967
2967
  "nodeType": "IfStatement",
2968
2968
  "src": "3171:502:89",
2969
2969
  "trueBody": {
2970
- "id": 32590,
2970
+ "id": 32712,
2971
2971
  "nodeType": "Block",
2972
2972
  "src": "3223:212:89",
2973
2973
  "statements": [
2974
2974
  {
2975
2975
  "assignments": [
2976
- 32566
2976
+ 32688
2977
2977
  ],
2978
2978
  "declarations": [
2979
2979
  {
2980
2980
  "constant": false,
2981
- "id": 32566,
2981
+ "id": 32688,
2982
2982
  "mutability": "mutable",
2983
2983
  "name": "proxy",
2984
2984
  "nameLocation": "3247:5:89",
2985
2985
  "nodeType": "VariableDeclaration",
2986
- "scope": 32590,
2986
+ "scope": 32712,
2987
2987
  "src": "3237:15:89",
2988
2988
  "stateVariable": false,
2989
2989
  "storageLocation": "default",
2990
2990
  "typeDescriptions": {
2991
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
2991
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
2992
2992
  "typeString": "contract UUPSProxy"
2993
2993
  },
2994
2994
  "typeName": {
2995
- "id": 32565,
2995
+ "id": 32687,
2996
2996
  "nodeType": "UserDefinedTypeName",
2997
2997
  "pathNode": {
2998
- "id": 32564,
2998
+ "id": 32686,
2999
2999
  "name": "UUPSProxy",
3000
3000
  "nodeType": "IdentifierPath",
3001
- "referencedDeclaration": 37074,
3001
+ "referencedDeclaration": 37196,
3002
3002
  "src": "3237:9:89"
3003
3003
  },
3004
- "referencedDeclaration": 37074,
3004
+ "referencedDeclaration": 37196,
3005
3005
  "src": "3237:9:89",
3006
3006
  "typeDescriptions": {
3007
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
3007
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
3008
3008
  "typeString": "contract UUPSProxy"
3009
3009
  }
3010
3010
  },
3011
3011
  "visibility": "internal"
3012
3012
  }
3013
3013
  ],
3014
- "id": 32571,
3014
+ "id": 32693,
3015
3015
  "initialValue": {
3016
3016
  "arguments": [],
3017
3017
  "expression": {
3018
3018
  "argumentTypes": [],
3019
- "id": 32569,
3019
+ "id": 32691,
3020
3020
  "isConstant": false,
3021
3021
  "isLValue": false,
3022
3022
  "isPure": false,
@@ -3024,28 +3024,28 @@
3024
3024
  "nodeType": "NewExpression",
3025
3025
  "src": "3255:13:89",
3026
3026
  "typeDescriptions": {
3027
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37074_$",
3027
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37196_$",
3028
3028
  "typeString": "function () returns (contract UUPSProxy)"
3029
3029
  },
3030
3030
  "typeName": {
3031
- "id": 32568,
3031
+ "id": 32690,
3032
3032
  "nodeType": "UserDefinedTypeName",
3033
3033
  "pathNode": {
3034
- "id": 32567,
3034
+ "id": 32689,
3035
3035
  "name": "UUPSProxy",
3036
3036
  "nodeType": "IdentifierPath",
3037
- "referencedDeclaration": 37074,
3037
+ "referencedDeclaration": 37196,
3038
3038
  "src": "3259:9:89"
3039
3039
  },
3040
- "referencedDeclaration": 37074,
3040
+ "referencedDeclaration": 37196,
3041
3041
  "src": "3259:9:89",
3042
3042
  "typeDescriptions": {
3043
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
3043
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
3044
3044
  "typeString": "contract UUPSProxy"
3045
3045
  }
3046
3046
  }
3047
3047
  },
3048
- "id": 32570,
3048
+ "id": 32692,
3049
3049
  "isConstant": false,
3050
3050
  "isLValue": false,
3051
3051
  "isPure": false,
@@ -3056,7 +3056,7 @@
3056
3056
  "src": "3255:15:89",
3057
3057
  "tryCall": false,
3058
3058
  "typeDescriptions": {
3059
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
3059
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
3060
3060
  "typeString": "contract UUPSProxy"
3061
3061
  }
3062
3062
  },
@@ -3069,14 +3069,14 @@
3069
3069
  {
3070
3070
  "arguments": [
3071
3071
  {
3072
- "id": 32577,
3072
+ "id": 32699,
3073
3073
  "name": "_superTokenLogic",
3074
3074
  "nodeType": "Identifier",
3075
3075
  "overloadedDeclarations": [],
3076
- "referencedDeclaration": 32399,
3076
+ "referencedDeclaration": 32521,
3077
3077
  "src": "3352:16:89",
3078
3078
  "typeDescriptions": {
3079
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3079
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3080
3080
  "typeString": "contract ISuperToken"
3081
3081
  }
3082
3082
  }
@@ -3084,11 +3084,11 @@
3084
3084
  "expression": {
3085
3085
  "argumentTypes": [
3086
3086
  {
3087
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3087
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3088
3088
  "typeString": "contract ISuperToken"
3089
3089
  }
3090
3090
  ],
3091
- "id": 32576,
3091
+ "id": 32698,
3092
3092
  "isConstant": false,
3093
3093
  "isLValue": false,
3094
3094
  "isPure": true,
@@ -3100,14 +3100,14 @@
3100
3100
  "typeString": "type(address)"
3101
3101
  },
3102
3102
  "typeName": {
3103
- "id": 32575,
3103
+ "id": 32697,
3104
3104
  "name": "address",
3105
3105
  "nodeType": "ElementaryTypeName",
3106
3106
  "src": "3344:7:89",
3107
3107
  "typeDescriptions": {}
3108
3108
  }
3109
3109
  },
3110
- "id": 32578,
3110
+ "id": 32700,
3111
3111
  "isConstant": false,
3112
3112
  "isLValue": false,
3113
3113
  "isPure": false,
@@ -3131,32 +3131,32 @@
3131
3131
  }
3132
3132
  ],
3133
3133
  "expression": {
3134
- "id": 32572,
3134
+ "id": 32694,
3135
3135
  "name": "proxy",
3136
3136
  "nodeType": "Identifier",
3137
3137
  "overloadedDeclarations": [],
3138
- "referencedDeclaration": 32566,
3138
+ "referencedDeclaration": 32688,
3139
3139
  "src": "3322:5:89",
3140
3140
  "typeDescriptions": {
3141
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
3141
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
3142
3142
  "typeString": "contract UUPSProxy"
3143
3143
  }
3144
3144
  },
3145
- "id": 32574,
3145
+ "id": 32696,
3146
3146
  "isConstant": false,
3147
3147
  "isLValue": false,
3148
3148
  "isPure": false,
3149
3149
  "lValueRequested": false,
3150
3150
  "memberName": "initializeProxy",
3151
3151
  "nodeType": "MemberAccess",
3152
- "referencedDeclaration": 37061,
3152
+ "referencedDeclaration": 37183,
3153
3153
  "src": "3322:21:89",
3154
3154
  "typeDescriptions": {
3155
3155
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
3156
3156
  "typeString": "function (address) external"
3157
3157
  }
3158
3158
  },
3159
- "id": 32579,
3159
+ "id": 32701,
3160
3160
  "isConstant": false,
3161
3161
  "isLValue": false,
3162
3162
  "isPure": false,
@@ -3171,26 +3171,26 @@
3171
3171
  "typeString": "tuple()"
3172
3172
  }
3173
3173
  },
3174
- "id": 32580,
3174
+ "id": 32702,
3175
3175
  "nodeType": "ExpressionStatement",
3176
3176
  "src": "3322:48:89"
3177
3177
  },
3178
3178
  {
3179
3179
  "expression": {
3180
- "id": 32588,
3180
+ "id": 32710,
3181
3181
  "isConstant": false,
3182
3182
  "isLValue": false,
3183
3183
  "isPure": false,
3184
3184
  "lValueRequested": false,
3185
3185
  "leftHandSide": {
3186
- "id": 32581,
3186
+ "id": 32703,
3187
3187
  "name": "superToken",
3188
3188
  "nodeType": "Identifier",
3189
3189
  "overloadedDeclarations": [],
3190
- "referencedDeclaration": 32531,
3190
+ "referencedDeclaration": 32653,
3191
3191
  "src": "3384:10:89",
3192
3192
  "typeDescriptions": {
3193
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3193
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3194
3194
  "typeString": "contract ISuperToken"
3195
3195
  }
3196
3196
  },
@@ -3201,14 +3201,14 @@
3201
3201
  {
3202
3202
  "arguments": [
3203
3203
  {
3204
- "id": 32585,
3204
+ "id": 32707,
3205
3205
  "name": "proxy",
3206
3206
  "nodeType": "Identifier",
3207
3207
  "overloadedDeclarations": [],
3208
- "referencedDeclaration": 32566,
3208
+ "referencedDeclaration": 32688,
3209
3209
  "src": "3417:5:89",
3210
3210
  "typeDescriptions": {
3211
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
3211
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
3212
3212
  "typeString": "contract UUPSProxy"
3213
3213
  }
3214
3214
  }
@@ -3216,11 +3216,11 @@
3216
3216
  "expression": {
3217
3217
  "argumentTypes": [
3218
3218
  {
3219
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
3219
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
3220
3220
  "typeString": "contract UUPSProxy"
3221
3221
  }
3222
3222
  ],
3223
- "id": 32584,
3223
+ "id": 32706,
3224
3224
  "isConstant": false,
3225
3225
  "isLValue": false,
3226
3226
  "isPure": true,
@@ -3232,14 +3232,14 @@
3232
3232
  "typeString": "type(address)"
3233
3233
  },
3234
3234
  "typeName": {
3235
- "id": 32583,
3235
+ "id": 32705,
3236
3236
  "name": "address",
3237
3237
  "nodeType": "ElementaryTypeName",
3238
3238
  "src": "3409:7:89",
3239
3239
  "typeDescriptions": {}
3240
3240
  }
3241
3241
  },
3242
- "id": 32586,
3242
+ "id": 32708,
3243
3243
  "isConstant": false,
3244
3244
  "isLValue": false,
3245
3245
  "isPure": false,
@@ -3262,18 +3262,18 @@
3262
3262
  "typeString": "address"
3263
3263
  }
3264
3264
  ],
3265
- "id": 32582,
3265
+ "id": 32704,
3266
3266
  "name": "ISuperToken",
3267
3267
  "nodeType": "Identifier",
3268
3268
  "overloadedDeclarations": [],
3269
- "referencedDeclaration": 19492,
3269
+ "referencedDeclaration": 19614,
3270
3270
  "src": "3397:11:89",
3271
3271
  "typeDescriptions": {
3272
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
3272
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
3273
3273
  "typeString": "type(contract ISuperToken)"
3274
3274
  }
3275
3275
  },
3276
- "id": 32587,
3276
+ "id": 32709,
3277
3277
  "isConstant": false,
3278
3278
  "isLValue": false,
3279
3279
  "isPure": false,
@@ -3284,47 +3284,47 @@
3284
3284
  "src": "3397:27:89",
3285
3285
  "tryCall": false,
3286
3286
  "typeDescriptions": {
3287
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3287
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3288
3288
  "typeString": "contract ISuperToken"
3289
3289
  }
3290
3290
  },
3291
3291
  "src": "3384:40:89",
3292
3292
  "typeDescriptions": {
3293
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3293
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3294
3294
  "typeString": "contract ISuperToken"
3295
3295
  }
3296
3296
  },
3297
- "id": 32589,
3297
+ "id": 32711,
3298
3298
  "nodeType": "ExpressionStatement",
3299
3299
  "src": "3384:40:89"
3300
3300
  }
3301
3301
  ]
3302
3302
  }
3303
3303
  },
3304
- "id": 32615,
3304
+ "id": 32737,
3305
3305
  "nodeType": "IfStatement",
3306
3306
  "src": "3030:643:89",
3307
3307
  "trueBody": {
3308
- "id": 32559,
3308
+ "id": 32681,
3309
3309
  "nodeType": "Block",
3310
3310
  "src": "3081:84:89",
3311
3311
  "statements": [
3312
3312
  {
3313
3313
  "expression": {
3314
- "id": 32557,
3314
+ "id": 32679,
3315
3315
  "isConstant": false,
3316
3316
  "isLValue": false,
3317
3317
  "isPure": false,
3318
3318
  "lValueRequested": false,
3319
3319
  "leftHandSide": {
3320
- "id": 32550,
3320
+ "id": 32672,
3321
3321
  "name": "superToken",
3322
3322
  "nodeType": "Identifier",
3323
3323
  "overloadedDeclarations": [],
3324
- "referencedDeclaration": 32531,
3324
+ "referencedDeclaration": 32653,
3325
3325
  "src": "3095:10:89",
3326
3326
  "typeDescriptions": {
3327
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3327
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3328
3328
  "typeString": "contract ISuperToken"
3329
3329
  }
3330
3330
  },
@@ -3335,14 +3335,14 @@
3335
3335
  {
3336
3336
  "arguments": [
3337
3337
  {
3338
- "id": 32554,
3338
+ "id": 32676,
3339
3339
  "name": "_host",
3340
3340
  "nodeType": "Identifier",
3341
3341
  "overloadedDeclarations": [],
3342
- "referencedDeclaration": 32396,
3342
+ "referencedDeclaration": 32518,
3343
3343
  "src": "3147:5:89",
3344
3344
  "typeDescriptions": {
3345
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3345
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
3346
3346
  "typeString": "contract ISuperfluid"
3347
3347
  }
3348
3348
  }
@@ -3350,37 +3350,37 @@
3350
3350
  "expression": {
3351
3351
  "argumentTypes": [
3352
3352
  {
3353
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3353
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
3354
3354
  "typeString": "contract ISuperfluid"
3355
3355
  }
3356
3356
  ],
3357
3357
  "expression": {
3358
- "id": 32552,
3358
+ "id": 32674,
3359
3359
  "name": "this",
3360
3360
  "nodeType": "Identifier",
3361
3361
  "overloadedDeclarations": [],
3362
3362
  "referencedDeclaration": 4294967268,
3363
3363
  "src": "3120:4:89",
3364
3364
  "typeDescriptions": {
3365
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32695",
3365
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$32817",
3366
3366
  "typeString": "contract SuperTokenFactoryBase"
3367
3367
  }
3368
3368
  },
3369
- "id": 32553,
3369
+ "id": 32675,
3370
3370
  "isConstant": false,
3371
3371
  "isLValue": false,
3372
3372
  "isPure": false,
3373
3373
  "lValueRequested": false,
3374
3374
  "memberName": "createSuperTokenLogic",
3375
3375
  "nodeType": "MemberAccess",
3376
- "referencedDeclaration": 32514,
3376
+ "referencedDeclaration": 32636,
3377
3377
  "src": "3120:26:89",
3378
3378
  "typeDescriptions": {
3379
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
3379
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_address_$",
3380
3380
  "typeString": "function (contract ISuperfluid) external returns (address)"
3381
3381
  }
3382
3382
  },
3383
- "id": 32555,
3383
+ "id": 32677,
3384
3384
  "isConstant": false,
3385
3385
  "isLValue": false,
3386
3386
  "isPure": false,
@@ -3403,18 +3403,18 @@
3403
3403
  "typeString": "address"
3404
3404
  }
3405
3405
  ],
3406
- "id": 32551,
3406
+ "id": 32673,
3407
3407
  "name": "ISuperToken",
3408
3408
  "nodeType": "Identifier",
3409
3409
  "overloadedDeclarations": [],
3410
- "referencedDeclaration": 19492,
3410
+ "referencedDeclaration": 19614,
3411
3411
  "src": "3108:11:89",
3412
3412
  "typeDescriptions": {
3413
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
3413
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
3414
3414
  "typeString": "type(contract ISuperToken)"
3415
3415
  }
3416
3416
  },
3417
- "id": 32556,
3417
+ "id": 32678,
3418
3418
  "isConstant": false,
3419
3419
  "isLValue": false,
3420
3420
  "isPure": false,
@@ -3425,17 +3425,17 @@
3425
3425
  "src": "3108:46:89",
3426
3426
  "tryCall": false,
3427
3427
  "typeDescriptions": {
3428
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3428
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3429
3429
  "typeString": "contract ISuperToken"
3430
3430
  }
3431
3431
  },
3432
3432
  "src": "3095:59:89",
3433
3433
  "typeDescriptions": {
3434
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3434
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3435
3435
  "typeString": "contract ISuperToken"
3436
3436
  }
3437
3437
  },
3438
- "id": 32558,
3438
+ "id": 32680,
3439
3439
  "nodeType": "ExpressionStatement",
3440
3440
  "src": "3095:59:89"
3441
3441
  }
@@ -3446,11 +3446,11 @@
3446
3446
  "expression": {
3447
3447
  "arguments": [
3448
3448
  {
3449
- "id": 32619,
3449
+ "id": 32741,
3450
3450
  "name": "underlyingToken",
3451
3451
  "nodeType": "Identifier",
3452
3452
  "overloadedDeclarations": [],
3453
- "referencedDeclaration": 32517,
3453
+ "referencedDeclaration": 32639,
3454
3454
  "src": "3750:15:89",
3455
3455
  "typeDescriptions": {
3456
3456
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -3458,11 +3458,11 @@
3458
3458
  }
3459
3459
  },
3460
3460
  {
3461
- "id": 32620,
3461
+ "id": 32742,
3462
3462
  "name": "underlyingDecimals",
3463
3463
  "nodeType": "Identifier",
3464
3464
  "overloadedDeclarations": [],
3465
- "referencedDeclaration": 32519,
3465
+ "referencedDeclaration": 32641,
3466
3466
  "src": "3779:18:89",
3467
3467
  "typeDescriptions": {
3468
3468
  "typeIdentifier": "t_uint8",
@@ -3470,11 +3470,11 @@
3470
3470
  }
3471
3471
  },
3472
3472
  {
3473
- "id": 32621,
3473
+ "id": 32743,
3474
3474
  "name": "name",
3475
3475
  "nodeType": "Identifier",
3476
3476
  "overloadedDeclarations": [],
3477
- "referencedDeclaration": 32524,
3477
+ "referencedDeclaration": 32646,
3478
3478
  "src": "3811:4:89",
3479
3479
  "typeDescriptions": {
3480
3480
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3482,11 +3482,11 @@
3482
3482
  }
3483
3483
  },
3484
3484
  {
3485
- "id": 32622,
3485
+ "id": 32744,
3486
3486
  "name": "symbol",
3487
3487
  "nodeType": "Identifier",
3488
3488
  "overloadedDeclarations": [],
3489
- "referencedDeclaration": 32526,
3489
+ "referencedDeclaration": 32648,
3490
3490
  "src": "3829:6:89",
3491
3491
  "typeDescriptions": {
3492
3492
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3514,32 +3514,32 @@
3514
3514
  }
3515
3515
  ],
3516
3516
  "expression": {
3517
- "id": 32616,
3517
+ "id": 32738,
3518
3518
  "name": "superToken",
3519
3519
  "nodeType": "Identifier",
3520
3520
  "overloadedDeclarations": [],
3521
- "referencedDeclaration": 32531,
3521
+ "referencedDeclaration": 32653,
3522
3522
  "src": "3715:10:89",
3523
3523
  "typeDescriptions": {
3524
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3524
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3525
3525
  "typeString": "contract ISuperToken"
3526
3526
  }
3527
3527
  },
3528
- "id": 32618,
3528
+ "id": 32740,
3529
3529
  "isConstant": false,
3530
3530
  "isLValue": false,
3531
3531
  "isPure": false,
3532
3532
  "lValueRequested": false,
3533
3533
  "memberName": "initialize",
3534
3534
  "nodeType": "MemberAccess",
3535
- "referencedDeclaration": 19150,
3535
+ "referencedDeclaration": 19272,
3536
3536
  "src": "3715:21:89",
3537
3537
  "typeDescriptions": {
3538
3538
  "typeIdentifier": "t_function_external_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_string_memory_ptr_$_t_string_memory_ptr_$returns$__$",
3539
3539
  "typeString": "function (contract IERC20,uint8,string memory,string memory) external"
3540
3540
  }
3541
3541
  },
3542
- "id": 32623,
3542
+ "id": 32745,
3543
3543
  "isConstant": false,
3544
3544
  "isLValue": false,
3545
3545
  "isPure": false,
@@ -3554,7 +3554,7 @@
3554
3554
  "typeString": "tuple()"
3555
3555
  }
3556
3556
  },
3557
- "id": 32624,
3557
+ "id": 32746,
3558
3558
  "nodeType": "ExpressionStatement",
3559
3559
  "src": "3715:130:89"
3560
3560
  },
@@ -3562,14 +3562,14 @@
3562
3562
  "eventCall": {
3563
3563
  "arguments": [
3564
3564
  {
3565
- "id": 32626,
3565
+ "id": 32748,
3566
3566
  "name": "superToken",
3567
3567
  "nodeType": "Identifier",
3568
3568
  "overloadedDeclarations": [],
3569
- "referencedDeclaration": 32531,
3569
+ "referencedDeclaration": 32653,
3570
3570
  "src": "3879:10:89",
3571
3571
  "typeDescriptions": {
3572
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3572
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3573
3573
  "typeString": "contract ISuperToken"
3574
3574
  }
3575
3575
  }
@@ -3577,22 +3577,22 @@
3577
3577
  "expression": {
3578
3578
  "argumentTypes": [
3579
3579
  {
3580
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3580
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3581
3581
  "typeString": "contract ISuperToken"
3582
3582
  }
3583
3583
  ],
3584
- "id": 32625,
3584
+ "id": 32747,
3585
3585
  "name": "SuperTokenCreated",
3586
3586
  "nodeType": "Identifier",
3587
3587
  "overloadedDeclarations": [],
3588
- "referencedDeclaration": 19574,
3588
+ "referencedDeclaration": 19696,
3589
3589
  "src": "3861:17:89",
3590
3590
  "typeDescriptions": {
3591
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
3591
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19614_$returns$__$",
3592
3592
  "typeString": "function (contract ISuperToken)"
3593
3593
  }
3594
3594
  },
3595
- "id": 32627,
3595
+ "id": 32749,
3596
3596
  "isConstant": false,
3597
3597
  "isLValue": false,
3598
3598
  "isPure": false,
@@ -3607,14 +3607,14 @@
3607
3607
  "typeString": "tuple()"
3608
3608
  }
3609
3609
  },
3610
- "id": 32628,
3610
+ "id": 32750,
3611
3611
  "nodeType": "EmitStatement",
3612
3612
  "src": "3856:34:89"
3613
3613
  }
3614
3614
  ]
3615
3615
  },
3616
3616
  "functionSelector": "a6d0c534",
3617
- "id": 32630,
3617
+ "id": 32752,
3618
3618
  "implemented": true,
3619
3619
  "kind": "function",
3620
3620
  "modifiers": [],
@@ -3622,23 +3622,23 @@
3622
3622
  "nameLocation": "2668:18:89",
3623
3623
  "nodeType": "FunctionDefinition",
3624
3624
  "overrides": {
3625
- "id": 32528,
3625
+ "id": 32650,
3626
3626
  "nodeType": "OverrideSpecifier",
3627
3627
  "overrides": [],
3628
3628
  "src": "2873:8:89"
3629
3629
  },
3630
3630
  "parameters": {
3631
- "id": 32527,
3631
+ "id": 32649,
3632
3632
  "nodeType": "ParameterList",
3633
3633
  "parameters": [
3634
3634
  {
3635
3635
  "constant": false,
3636
- "id": 32517,
3636
+ "id": 32639,
3637
3637
  "mutability": "mutable",
3638
3638
  "name": "underlyingToken",
3639
3639
  "nameLocation": "2703:15:89",
3640
3640
  "nodeType": "VariableDeclaration",
3641
- "scope": 32630,
3641
+ "scope": 32752,
3642
3642
  "src": "2696:22:89",
3643
3643
  "stateVariable": false,
3644
3644
  "storageLocation": "default",
@@ -3647,10 +3647,10 @@
3647
3647
  "typeString": "contract IERC20"
3648
3648
  },
3649
3649
  "typeName": {
3650
- "id": 32516,
3650
+ "id": 32638,
3651
3651
  "nodeType": "UserDefinedTypeName",
3652
3652
  "pathNode": {
3653
- "id": 32515,
3653
+ "id": 32637,
3654
3654
  "name": "IERC20",
3655
3655
  "nodeType": "IdentifierPath",
3656
3656
  "referencedDeclaration": 1630,
@@ -3667,12 +3667,12 @@
3667
3667
  },
3668
3668
  {
3669
3669
  "constant": false,
3670
- "id": 32519,
3670
+ "id": 32641,
3671
3671
  "mutability": "mutable",
3672
3672
  "name": "underlyingDecimals",
3673
3673
  "nameLocation": "2734:18:89",
3674
3674
  "nodeType": "VariableDeclaration",
3675
- "scope": 32630,
3675
+ "scope": 32752,
3676
3676
  "src": "2728:24:89",
3677
3677
  "stateVariable": false,
3678
3678
  "storageLocation": "default",
@@ -3681,7 +3681,7 @@
3681
3681
  "typeString": "uint8"
3682
3682
  },
3683
3683
  "typeName": {
3684
- "id": 32518,
3684
+ "id": 32640,
3685
3685
  "name": "uint8",
3686
3686
  "nodeType": "ElementaryTypeName",
3687
3687
  "src": "2728:5:89",
@@ -3694,33 +3694,33 @@
3694
3694
  },
3695
3695
  {
3696
3696
  "constant": false,
3697
- "id": 32522,
3697
+ "id": 32644,
3698
3698
  "mutability": "mutable",
3699
3699
  "name": "upgradability",
3700
3700
  "nameLocation": "2776:13:89",
3701
3701
  "nodeType": "VariableDeclaration",
3702
- "scope": 32630,
3702
+ "scope": 32752,
3703
3703
  "src": "2762:27:89",
3704
3704
  "stateVariable": false,
3705
3705
  "storageLocation": "default",
3706
3706
  "typeDescriptions": {
3707
- "typeIdentifier": "t_enum$_Upgradability_$19521",
3707
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
3708
3708
  "typeString": "enum ISuperTokenFactory.Upgradability"
3709
3709
  },
3710
3710
  "typeName": {
3711
- "id": 32521,
3711
+ "id": 32643,
3712
3712
  "nodeType": "UserDefinedTypeName",
3713
3713
  "pathNode": {
3714
- "id": 32520,
3714
+ "id": 32642,
3715
3715
  "name": "Upgradability",
3716
3716
  "nodeType": "IdentifierPath",
3717
- "referencedDeclaration": 19521,
3717
+ "referencedDeclaration": 19643,
3718
3718
  "src": "2762:13:89"
3719
3719
  },
3720
- "referencedDeclaration": 19521,
3720
+ "referencedDeclaration": 19643,
3721
3721
  "src": "2762:13:89",
3722
3722
  "typeDescriptions": {
3723
- "typeIdentifier": "t_enum$_Upgradability_$19521",
3723
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
3724
3724
  "typeString": "enum ISuperTokenFactory.Upgradability"
3725
3725
  }
3726
3726
  },
@@ -3728,12 +3728,12 @@
3728
3728
  },
3729
3729
  {
3730
3730
  "constant": false,
3731
- "id": 32524,
3731
+ "id": 32646,
3732
3732
  "mutability": "mutable",
3733
3733
  "name": "name",
3734
3734
  "nameLocation": "2815:4:89",
3735
3735
  "nodeType": "VariableDeclaration",
3736
- "scope": 32630,
3736
+ "scope": 32752,
3737
3737
  "src": "2799:20:89",
3738
3738
  "stateVariable": false,
3739
3739
  "storageLocation": "calldata",
@@ -3742,7 +3742,7 @@
3742
3742
  "typeString": "string"
3743
3743
  },
3744
3744
  "typeName": {
3745
- "id": 32523,
3745
+ "id": 32645,
3746
3746
  "name": "string",
3747
3747
  "nodeType": "ElementaryTypeName",
3748
3748
  "src": "2799:6:89",
@@ -3755,12 +3755,12 @@
3755
3755
  },
3756
3756
  {
3757
3757
  "constant": false,
3758
- "id": 32526,
3758
+ "id": 32648,
3759
3759
  "mutability": "mutable",
3760
3760
  "name": "symbol",
3761
3761
  "nameLocation": "2845:6:89",
3762
3762
  "nodeType": "VariableDeclaration",
3763
- "scope": 32630,
3763
+ "scope": 32752,
3764
3764
  "src": "2829:22:89",
3765
3765
  "stateVariable": false,
3766
3766
  "storageLocation": "calldata",
@@ -3769,7 +3769,7 @@
3769
3769
  "typeString": "string"
3770
3770
  },
3771
3771
  "typeName": {
3772
- "id": 32525,
3772
+ "id": 32647,
3773
3773
  "name": "string",
3774
3774
  "nodeType": "ElementaryTypeName",
3775
3775
  "src": "2829:6:89",
@@ -3784,38 +3784,38 @@
3784
3784
  "src": "2686:171:89"
3785
3785
  },
3786
3786
  "returnParameters": {
3787
- "id": 32532,
3787
+ "id": 32654,
3788
3788
  "nodeType": "ParameterList",
3789
3789
  "parameters": [
3790
3790
  {
3791
3791
  "constant": false,
3792
- "id": 32531,
3792
+ "id": 32653,
3793
3793
  "mutability": "mutable",
3794
3794
  "name": "superToken",
3795
3795
  "nameLocation": "2911:10:89",
3796
3796
  "nodeType": "VariableDeclaration",
3797
- "scope": 32630,
3797
+ "scope": 32752,
3798
3798
  "src": "2899:22:89",
3799
3799
  "stateVariable": false,
3800
3800
  "storageLocation": "default",
3801
3801
  "typeDescriptions": {
3802
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3802
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3803
3803
  "typeString": "contract ISuperToken"
3804
3804
  },
3805
3805
  "typeName": {
3806
- "id": 32530,
3806
+ "id": 32652,
3807
3807
  "nodeType": "UserDefinedTypeName",
3808
3808
  "pathNode": {
3809
- "id": 32529,
3809
+ "id": 32651,
3810
3810
  "name": "ISuperToken",
3811
3811
  "nodeType": "IdentifierPath",
3812
- "referencedDeclaration": 19492,
3812
+ "referencedDeclaration": 19614,
3813
3813
  "src": "2899:11:89"
3814
3814
  },
3815
- "referencedDeclaration": 19492,
3815
+ "referencedDeclaration": 19614,
3816
3816
  "src": "2899:11:89",
3817
3817
  "typeDescriptions": {
3818
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3818
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3819
3819
  "typeString": "contract ISuperToken"
3820
3820
  }
3821
3821
  },
@@ -3824,7 +3824,7 @@
3824
3824
  ],
3825
3825
  "src": "2898:24:89"
3826
3826
  },
3827
- "scope": 32695,
3827
+ "scope": 32817,
3828
3828
  "src": "2659:1238:89",
3829
3829
  "stateMutability": "nonpayable",
3830
3830
  "virtual": false,
@@ -3832,10 +3832,10 @@
3832
3832
  },
3833
3833
  {
3834
3834
  "baseFunctions": [
3835
- 19557
3835
+ 19679
3836
3836
  ],
3837
3837
  "body": {
3838
- "id": 32657,
3838
+ "id": 32779,
3839
3839
  "nodeType": "Block",
3840
3840
  "src": "4151:186:89",
3841
3841
  "statements": [
@@ -3843,14 +3843,14 @@
3843
3843
  "expression": {
3844
3844
  "arguments": [
3845
3845
  {
3846
- "id": 32648,
3846
+ "id": 32770,
3847
3847
  "name": "underlyingToken",
3848
3848
  "nodeType": "Identifier",
3849
3849
  "overloadedDeclarations": [],
3850
- "referencedDeclaration": 32633,
3850
+ "referencedDeclaration": 32755,
3851
3851
  "src": "4200:15:89",
3852
3852
  "typeDescriptions": {
3853
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
3853
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
3854
3854
  "typeString": "contract ERC20WithTokenInfo"
3855
3855
  }
3856
3856
  },
@@ -3859,32 +3859,32 @@
3859
3859
  "expression": {
3860
3860
  "argumentTypes": [],
3861
3861
  "expression": {
3862
- "id": 32649,
3862
+ "id": 32771,
3863
3863
  "name": "underlyingToken",
3864
3864
  "nodeType": "Identifier",
3865
3865
  "overloadedDeclarations": [],
3866
- "referencedDeclaration": 32633,
3866
+ "referencedDeclaration": 32755,
3867
3867
  "src": "4229:15:89",
3868
3868
  "typeDescriptions": {
3869
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
3869
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
3870
3870
  "typeString": "contract ERC20WithTokenInfo"
3871
3871
  }
3872
3872
  },
3873
- "id": 32650,
3873
+ "id": 32772,
3874
3874
  "isConstant": false,
3875
3875
  "isLValue": false,
3876
3876
  "isPure": false,
3877
3877
  "lValueRequested": false,
3878
3878
  "memberName": "decimals",
3879
3879
  "nodeType": "MemberAccess",
3880
- "referencedDeclaration": 20566,
3880
+ "referencedDeclaration": 20688,
3881
3881
  "src": "4229:24:89",
3882
3882
  "typeDescriptions": {
3883
3883
  "typeIdentifier": "t_function_external_view$__$returns$_t_uint8_$",
3884
3884
  "typeString": "function () view external returns (uint8)"
3885
3885
  }
3886
3886
  },
3887
- "id": 32651,
3887
+ "id": 32773,
3888
3888
  "isConstant": false,
3889
3889
  "isLValue": false,
3890
3890
  "isPure": false,
@@ -3900,23 +3900,23 @@
3900
3900
  }
3901
3901
  },
3902
3902
  {
3903
- "id": 32652,
3903
+ "id": 32774,
3904
3904
  "name": "upgradability",
3905
3905
  "nodeType": "Identifier",
3906
3906
  "overloadedDeclarations": [],
3907
- "referencedDeclaration": 32636,
3907
+ "referencedDeclaration": 32758,
3908
3908
  "src": "4269:13:89",
3909
3909
  "typeDescriptions": {
3910
- "typeIdentifier": "t_enum$_Upgradability_$19521",
3910
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
3911
3911
  "typeString": "enum ISuperTokenFactory.Upgradability"
3912
3912
  }
3913
3913
  },
3914
3914
  {
3915
- "id": 32653,
3915
+ "id": 32775,
3916
3916
  "name": "name",
3917
3917
  "nodeType": "Identifier",
3918
3918
  "overloadedDeclarations": [],
3919
- "referencedDeclaration": 32638,
3919
+ "referencedDeclaration": 32760,
3920
3920
  "src": "4296:4:89",
3921
3921
  "typeDescriptions": {
3922
3922
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3924,11 +3924,11 @@
3924
3924
  }
3925
3925
  },
3926
3926
  {
3927
- "id": 32654,
3927
+ "id": 32776,
3928
3928
  "name": "symbol",
3929
3929
  "nodeType": "Identifier",
3930
3930
  "overloadedDeclarations": [],
3931
- "referencedDeclaration": 32640,
3931
+ "referencedDeclaration": 32762,
3932
3932
  "src": "4314:6:89",
3933
3933
  "typeDescriptions": {
3934
3934
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3939,7 +3939,7 @@
3939
3939
  "expression": {
3940
3940
  "argumentTypes": [
3941
3941
  {
3942
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
3942
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
3943
3943
  "typeString": "contract ERC20WithTokenInfo"
3944
3944
  },
3945
3945
  {
@@ -3947,7 +3947,7 @@
3947
3947
  "typeString": "uint8"
3948
3948
  },
3949
3949
  {
3950
- "typeIdentifier": "t_enum$_Upgradability_$19521",
3950
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
3951
3951
  "typeString": "enum ISuperTokenFactory.Upgradability"
3952
3952
  },
3953
3953
  {
@@ -3959,18 +3959,18 @@
3959
3959
  "typeString": "string calldata"
3960
3960
  }
3961
3961
  ],
3962
- "id": 32647,
3962
+ "id": 32769,
3963
3963
  "name": "createERC20Wrapper",
3964
3964
  "nodeType": "Identifier",
3965
3965
  "overloadedDeclarations": [],
3966
- "referencedDeclaration": 32630,
3966
+ "referencedDeclaration": 32752,
3967
3967
  "src": "4168:18:89",
3968
3968
  "typeDescriptions": {
3969
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19521_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19492_$",
3969
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19643_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19614_$",
3970
3970
  "typeString": "function (contract IERC20,uint8,enum ISuperTokenFactory.Upgradability,string calldata,string calldata) returns (contract ISuperToken)"
3971
3971
  }
3972
3972
  },
3973
- "id": 32655,
3973
+ "id": 32777,
3974
3974
  "isConstant": false,
3975
3975
  "isLValue": false,
3976
3976
  "isPure": false,
@@ -3981,19 +3981,19 @@
3981
3981
  "src": "4168:162:89",
3982
3982
  "tryCall": false,
3983
3983
  "typeDescriptions": {
3984
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
3984
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
3985
3985
  "typeString": "contract ISuperToken"
3986
3986
  }
3987
3987
  },
3988
- "functionReturnParameters": 32646,
3989
- "id": 32656,
3988
+ "functionReturnParameters": 32768,
3989
+ "id": 32778,
3990
3990
  "nodeType": "Return",
3991
3991
  "src": "4161:169:89"
3992
3992
  }
3993
3993
  ]
3994
3994
  },
3995
3995
  "functionSelector": "431f1481",
3996
- "id": 32658,
3996
+ "id": 32780,
3997
3997
  "implemented": true,
3998
3998
  "kind": "function",
3999
3999
  "modifiers": [],
@@ -4001,44 +4001,44 @@
4001
4001
  "nameLocation": "3912:18:89",
4002
4002
  "nodeType": "FunctionDefinition",
4003
4003
  "overrides": {
4004
- "id": 32642,
4004
+ "id": 32764,
4005
4005
  "nodeType": "OverrideSpecifier",
4006
4006
  "overrides": [],
4007
4007
  "src": "4097:8:89"
4008
4008
  },
4009
4009
  "parameters": {
4010
- "id": 32641,
4010
+ "id": 32763,
4011
4011
  "nodeType": "ParameterList",
4012
4012
  "parameters": [
4013
4013
  {
4014
4014
  "constant": false,
4015
- "id": 32633,
4015
+ "id": 32755,
4016
4016
  "mutability": "mutable",
4017
4017
  "name": "underlyingToken",
4018
4018
  "nameLocation": "3959:15:89",
4019
4019
  "nodeType": "VariableDeclaration",
4020
- "scope": 32658,
4020
+ "scope": 32780,
4021
4021
  "src": "3940:34:89",
4022
4022
  "stateVariable": false,
4023
4023
  "storageLocation": "default",
4024
4024
  "typeDescriptions": {
4025
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
4025
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
4026
4026
  "typeString": "contract ERC20WithTokenInfo"
4027
4027
  },
4028
4028
  "typeName": {
4029
- "id": 32632,
4029
+ "id": 32754,
4030
4030
  "nodeType": "UserDefinedTypeName",
4031
4031
  "pathNode": {
4032
- "id": 32631,
4032
+ "id": 32753,
4033
4033
  "name": "ERC20WithTokenInfo",
4034
4034
  "nodeType": "IdentifierPath",
4035
- "referencedDeclaration": 20462,
4035
+ "referencedDeclaration": 20584,
4036
4036
  "src": "3940:18:89"
4037
4037
  },
4038
- "referencedDeclaration": 20462,
4038
+ "referencedDeclaration": 20584,
4039
4039
  "src": "3940:18:89",
4040
4040
  "typeDescriptions": {
4041
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20462",
4041
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
4042
4042
  "typeString": "contract ERC20WithTokenInfo"
4043
4043
  }
4044
4044
  },
@@ -4046,33 +4046,33 @@
4046
4046
  },
4047
4047
  {
4048
4048
  "constant": false,
4049
- "id": 32636,
4049
+ "id": 32758,
4050
4050
  "mutability": "mutable",
4051
4051
  "name": "upgradability",
4052
4052
  "nameLocation": "3998:13:89",
4053
4053
  "nodeType": "VariableDeclaration",
4054
- "scope": 32658,
4054
+ "scope": 32780,
4055
4055
  "src": "3984:27:89",
4056
4056
  "stateVariable": false,
4057
4057
  "storageLocation": "default",
4058
4058
  "typeDescriptions": {
4059
- "typeIdentifier": "t_enum$_Upgradability_$19521",
4059
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
4060
4060
  "typeString": "enum ISuperTokenFactory.Upgradability"
4061
4061
  },
4062
4062
  "typeName": {
4063
- "id": 32635,
4063
+ "id": 32757,
4064
4064
  "nodeType": "UserDefinedTypeName",
4065
4065
  "pathNode": {
4066
- "id": 32634,
4066
+ "id": 32756,
4067
4067
  "name": "Upgradability",
4068
4068
  "nodeType": "IdentifierPath",
4069
- "referencedDeclaration": 19521,
4069
+ "referencedDeclaration": 19643,
4070
4070
  "src": "3984:13:89"
4071
4071
  },
4072
- "referencedDeclaration": 19521,
4072
+ "referencedDeclaration": 19643,
4073
4073
  "src": "3984:13:89",
4074
4074
  "typeDescriptions": {
4075
- "typeIdentifier": "t_enum$_Upgradability_$19521",
4075
+ "typeIdentifier": "t_enum$_Upgradability_$19643",
4076
4076
  "typeString": "enum ISuperTokenFactory.Upgradability"
4077
4077
  }
4078
4078
  },
@@ -4080,12 +4080,12 @@
4080
4080
  },
4081
4081
  {
4082
4082
  "constant": false,
4083
- "id": 32638,
4083
+ "id": 32760,
4084
4084
  "mutability": "mutable",
4085
4085
  "name": "name",
4086
4086
  "nameLocation": "4037:4:89",
4087
4087
  "nodeType": "VariableDeclaration",
4088
- "scope": 32658,
4088
+ "scope": 32780,
4089
4089
  "src": "4021:20:89",
4090
4090
  "stateVariable": false,
4091
4091
  "storageLocation": "calldata",
@@ -4094,7 +4094,7 @@
4094
4094
  "typeString": "string"
4095
4095
  },
4096
4096
  "typeName": {
4097
- "id": 32637,
4097
+ "id": 32759,
4098
4098
  "name": "string",
4099
4099
  "nodeType": "ElementaryTypeName",
4100
4100
  "src": "4021:6:89",
@@ -4107,12 +4107,12 @@
4107
4107
  },
4108
4108
  {
4109
4109
  "constant": false,
4110
- "id": 32640,
4110
+ "id": 32762,
4111
4111
  "mutability": "mutable",
4112
4112
  "name": "symbol",
4113
4113
  "nameLocation": "4067:6:89",
4114
4114
  "nodeType": "VariableDeclaration",
4115
- "scope": 32658,
4115
+ "scope": 32780,
4116
4116
  "src": "4051:22:89",
4117
4117
  "stateVariable": false,
4118
4118
  "storageLocation": "calldata",
@@ -4121,7 +4121,7 @@
4121
4121
  "typeString": "string"
4122
4122
  },
4123
4123
  "typeName": {
4124
- "id": 32639,
4124
+ "id": 32761,
4125
4125
  "name": "string",
4126
4126
  "nodeType": "ElementaryTypeName",
4127
4127
  "src": "4051:6:89",
@@ -4136,38 +4136,38 @@
4136
4136
  "src": "3930:149:89"
4137
4137
  },
4138
4138
  "returnParameters": {
4139
- "id": 32646,
4139
+ "id": 32768,
4140
4140
  "nodeType": "ParameterList",
4141
4141
  "parameters": [
4142
4142
  {
4143
4143
  "constant": false,
4144
- "id": 32645,
4144
+ "id": 32767,
4145
4145
  "mutability": "mutable",
4146
4146
  "name": "superToken",
4147
4147
  "nameLocation": "4135:10:89",
4148
4148
  "nodeType": "VariableDeclaration",
4149
- "scope": 32658,
4149
+ "scope": 32780,
4150
4150
  "src": "4123:22:89",
4151
4151
  "stateVariable": false,
4152
4152
  "storageLocation": "default",
4153
4153
  "typeDescriptions": {
4154
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
4154
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
4155
4155
  "typeString": "contract ISuperToken"
4156
4156
  },
4157
4157
  "typeName": {
4158
- "id": 32644,
4158
+ "id": 32766,
4159
4159
  "nodeType": "UserDefinedTypeName",
4160
4160
  "pathNode": {
4161
- "id": 32643,
4161
+ "id": 32765,
4162
4162
  "name": "ISuperToken",
4163
4163
  "nodeType": "IdentifierPath",
4164
- "referencedDeclaration": 19492,
4164
+ "referencedDeclaration": 19614,
4165
4165
  "src": "4123:11:89"
4166
4166
  },
4167
- "referencedDeclaration": 19492,
4167
+ "referencedDeclaration": 19614,
4168
4168
  "src": "4123:11:89",
4169
4169
  "typeDescriptions": {
4170
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
4170
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
4171
4171
  "typeString": "contract ISuperToken"
4172
4172
  }
4173
4173
  },
@@ -4176,7 +4176,7 @@
4176
4176
  ],
4177
4177
  "src": "4122:24:89"
4178
4178
  },
4179
- "scope": 32695,
4179
+ "scope": 32817,
4180
4180
  "src": "3903:434:89",
4181
4181
  "stateMutability": "nonpayable",
4182
4182
  "virtual": false,
@@ -4184,26 +4184,26 @@
4184
4184
  },
4185
4185
  {
4186
4186
  "baseFunctions": [
4187
- 19562
4187
+ 19684
4188
4188
  ],
4189
4189
  "body": {
4190
- "id": 32693,
4190
+ "id": 32815,
4191
4191
  "nodeType": "Block",
4192
4192
  "src": "4454:341:89",
4193
4193
  "statements": [
4194
4194
  {
4195
4195
  "assignments": [
4196
- 32665
4196
+ 32787
4197
4197
  ],
4198
4198
  "declarations": [
4199
4199
  {
4200
4200
  "constant": false,
4201
- "id": 32665,
4201
+ "id": 32787,
4202
4202
  "mutability": "mutable",
4203
4203
  "name": "a",
4204
4204
  "nameLocation": "4596:1:89",
4205
4205
  "nodeType": "VariableDeclaration",
4206
- "scope": 32693,
4206
+ "scope": 32815,
4207
4207
  "src": "4580:17:89",
4208
4208
  "stateVariable": false,
4209
4209
  "storageLocation": "default",
@@ -4212,7 +4212,7 @@
4212
4212
  "typeString": "address payable"
4213
4213
  },
4214
4214
  "typeName": {
4215
- "id": 32664,
4215
+ "id": 32786,
4216
4216
  "name": "address",
4217
4217
  "nodeType": "ElementaryTypeName",
4218
4218
  "src": "4580:15:89",
@@ -4225,7 +4225,7 @@
4225
4225
  "visibility": "internal"
4226
4226
  }
4227
4227
  ],
4228
- "id": 32676,
4228
+ "id": 32798,
4229
4229
  "initialValue": {
4230
4230
  "arguments": [
4231
4231
  {
@@ -4233,11 +4233,11 @@
4233
4233
  {
4234
4234
  "arguments": [
4235
4235
  {
4236
- "id": 32672,
4236
+ "id": 32794,
4237
4237
  "name": "customSuperTokenProxy",
4238
4238
  "nodeType": "Identifier",
4239
4239
  "overloadedDeclarations": [],
4240
- "referencedDeclaration": 32660,
4240
+ "referencedDeclaration": 32782,
4241
4241
  "src": "4624:21:89",
4242
4242
  "typeDescriptions": {
4243
4243
  "typeIdentifier": "t_address",
@@ -4252,7 +4252,7 @@
4252
4252
  "typeString": "address"
4253
4253
  }
4254
4254
  ],
4255
- "id": 32671,
4255
+ "id": 32793,
4256
4256
  "isConstant": false,
4257
4257
  "isLValue": false,
4258
4258
  "isPure": true,
@@ -4264,14 +4264,14 @@
4264
4264
  "typeString": "type(uint160)"
4265
4265
  },
4266
4266
  "typeName": {
4267
- "id": 32670,
4267
+ "id": 32792,
4268
4268
  "name": "uint160",
4269
4269
  "nodeType": "ElementaryTypeName",
4270
4270
  "src": "4616:7:89",
4271
4271
  "typeDescriptions": {}
4272
4272
  }
4273
4273
  },
4274
- "id": 32673,
4274
+ "id": 32795,
4275
4275
  "isConstant": false,
4276
4276
  "isLValue": false,
4277
4277
  "isPure": false,
@@ -4294,7 +4294,7 @@
4294
4294
  "typeString": "uint160"
4295
4295
  }
4296
4296
  ],
4297
- "id": 32669,
4297
+ "id": 32791,
4298
4298
  "isConstant": false,
4299
4299
  "isLValue": false,
4300
4300
  "isPure": true,
@@ -4306,14 +4306,14 @@
4306
4306
  "typeString": "type(address)"
4307
4307
  },
4308
4308
  "typeName": {
4309
- "id": 32668,
4309
+ "id": 32790,
4310
4310
  "name": "address",
4311
4311
  "nodeType": "ElementaryTypeName",
4312
4312
  "src": "4608:7:89",
4313
4313
  "typeDescriptions": {}
4314
4314
  }
4315
4315
  },
4316
- "id": 32674,
4316
+ "id": 32796,
4317
4317
  "isConstant": false,
4318
4318
  "isLValue": false,
4319
4319
  "isPure": false,
@@ -4336,7 +4336,7 @@
4336
4336
  "typeString": "address"
4337
4337
  }
4338
4338
  ],
4339
- "id": 32667,
4339
+ "id": 32789,
4340
4340
  "isConstant": false,
4341
4341
  "isLValue": false,
4342
4342
  "isPure": true,
@@ -4348,7 +4348,7 @@
4348
4348
  "typeString": "type(address payable)"
4349
4349
  },
4350
4350
  "typeName": {
4351
- "id": 32666,
4351
+ "id": 32788,
4352
4352
  "name": "address",
4353
4353
  "nodeType": "ElementaryTypeName",
4354
4354
  "src": "4600:8:89",
@@ -4356,7 +4356,7 @@
4356
4356
  "typeDescriptions": {}
4357
4357
  }
4358
4358
  },
4359
- "id": 32675,
4359
+ "id": 32797,
4360
4360
  "isConstant": false,
4361
4361
  "isLValue": false,
4362
4362
  "isPure": false,
@@ -4380,14 +4380,14 @@
4380
4380
  {
4381
4381
  "arguments": [
4382
4382
  {
4383
- "id": 32683,
4383
+ "id": 32805,
4384
4384
  "name": "_superTokenLogic",
4385
4385
  "nodeType": "Identifier",
4386
4386
  "overloadedDeclarations": [],
4387
- "referencedDeclaration": 32399,
4387
+ "referencedDeclaration": 32521,
4388
4388
  "src": "4695:16:89",
4389
4389
  "typeDescriptions": {
4390
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
4390
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
4391
4391
  "typeString": "contract ISuperToken"
4392
4392
  }
4393
4393
  }
@@ -4395,11 +4395,11 @@
4395
4395
  "expression": {
4396
4396
  "argumentTypes": [
4397
4397
  {
4398
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
4398
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
4399
4399
  "typeString": "contract ISuperToken"
4400
4400
  }
4401
4401
  ],
4402
- "id": 32682,
4402
+ "id": 32804,
4403
4403
  "isConstant": false,
4404
4404
  "isLValue": false,
4405
4405
  "isPure": true,
@@ -4411,14 +4411,14 @@
4411
4411
  "typeString": "type(address)"
4412
4412
  },
4413
4413
  "typeName": {
4414
- "id": 32681,
4414
+ "id": 32803,
4415
4415
  "name": "address",
4416
4416
  "nodeType": "ElementaryTypeName",
4417
4417
  "src": "4687:7:89",
4418
4418
  "typeDescriptions": {}
4419
4419
  }
4420
4420
  },
4421
- "id": 32684,
4421
+ "id": 32806,
4422
4422
  "isConstant": false,
4423
4423
  "isLValue": false,
4424
4424
  "isPure": false,
@@ -4444,11 +4444,11 @@
4444
4444
  "expression": {
4445
4445
  "arguments": [
4446
4446
  {
4447
- "id": 32678,
4447
+ "id": 32800,
4448
4448
  "name": "a",
4449
4449
  "nodeType": "Identifier",
4450
4450
  "overloadedDeclarations": [],
4451
- "referencedDeclaration": 32665,
4451
+ "referencedDeclaration": 32787,
4452
4452
  "src": "4668:1:89",
4453
4453
  "typeDescriptions": {
4454
4454
  "typeIdentifier": "t_address_payable",
@@ -4463,18 +4463,18 @@
4463
4463
  "typeString": "address payable"
4464
4464
  }
4465
4465
  ],
4466
- "id": 32677,
4466
+ "id": 32799,
4467
4467
  "name": "UUPSProxy",
4468
4468
  "nodeType": "Identifier",
4469
4469
  "overloadedDeclarations": [],
4470
- "referencedDeclaration": 37074,
4470
+ "referencedDeclaration": 37196,
4471
4471
  "src": "4658:9:89",
4472
4472
  "typeDescriptions": {
4473
- "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37074_$",
4473
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37196_$",
4474
4474
  "typeString": "type(contract UUPSProxy)"
4475
4475
  }
4476
4476
  },
4477
- "id": 32679,
4477
+ "id": 32801,
4478
4478
  "isConstant": false,
4479
4479
  "isLValue": false,
4480
4480
  "isPure": false,
@@ -4485,25 +4485,25 @@
4485
4485
  "src": "4658:12:89",
4486
4486
  "tryCall": false,
4487
4487
  "typeDescriptions": {
4488
- "typeIdentifier": "t_contract$_UUPSProxy_$37074",
4488
+ "typeIdentifier": "t_contract$_UUPSProxy_$37196",
4489
4489
  "typeString": "contract UUPSProxy"
4490
4490
  }
4491
4491
  },
4492
- "id": 32680,
4492
+ "id": 32802,
4493
4493
  "isConstant": false,
4494
4494
  "isLValue": false,
4495
4495
  "isPure": false,
4496
4496
  "lValueRequested": false,
4497
4497
  "memberName": "initializeProxy",
4498
4498
  "nodeType": "MemberAccess",
4499
- "referencedDeclaration": 37061,
4499
+ "referencedDeclaration": 37183,
4500
4500
  "src": "4658:28:89",
4501
4501
  "typeDescriptions": {
4502
4502
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
4503
4503
  "typeString": "function (address) external"
4504
4504
  }
4505
4505
  },
4506
- "id": 32685,
4506
+ "id": 32807,
4507
4507
  "isConstant": false,
4508
4508
  "isLValue": false,
4509
4509
  "isPure": false,
@@ -4518,7 +4518,7 @@
4518
4518
  "typeString": "tuple()"
4519
4519
  }
4520
4520
  },
4521
- "id": 32686,
4521
+ "id": 32808,
4522
4522
  "nodeType": "ExpressionStatement",
4523
4523
  "src": "4658:55:89"
4524
4524
  },
@@ -4528,11 +4528,11 @@
4528
4528
  {
4529
4529
  "arguments": [
4530
4530
  {
4531
- "id": 32689,
4531
+ "id": 32811,
4532
4532
  "name": "customSuperTokenProxy",
4533
4533
  "nodeType": "Identifier",
4534
4534
  "overloadedDeclarations": [],
4535
- "referencedDeclaration": 32660,
4535
+ "referencedDeclaration": 32782,
4536
4536
  "src": "4765:21:89",
4537
4537
  "typeDescriptions": {
4538
4538
  "typeIdentifier": "t_address",
@@ -4547,18 +4547,18 @@
4547
4547
  "typeString": "address"
4548
4548
  }
4549
4549
  ],
4550
- "id": 32688,
4550
+ "id": 32810,
4551
4551
  "name": "ISuperToken",
4552
4552
  "nodeType": "Identifier",
4553
4553
  "overloadedDeclarations": [],
4554
- "referencedDeclaration": 19492,
4554
+ "referencedDeclaration": 19614,
4555
4555
  "src": "4753:11:89",
4556
4556
  "typeDescriptions": {
4557
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19492_$",
4557
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19614_$",
4558
4558
  "typeString": "type(contract ISuperToken)"
4559
4559
  }
4560
4560
  },
4561
- "id": 32690,
4561
+ "id": 32812,
4562
4562
  "isConstant": false,
4563
4563
  "isLValue": false,
4564
4564
  "isPure": false,
@@ -4569,7 +4569,7 @@
4569
4569
  "src": "4753:34:89",
4570
4570
  "tryCall": false,
4571
4571
  "typeDescriptions": {
4572
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
4572
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
4573
4573
  "typeString": "contract ISuperToken"
4574
4574
  }
4575
4575
  }
@@ -4577,22 +4577,22 @@
4577
4577
  "expression": {
4578
4578
  "argumentTypes": [
4579
4579
  {
4580
- "typeIdentifier": "t_contract$_ISuperToken_$19492",
4580
+ "typeIdentifier": "t_contract$_ISuperToken_$19614",
4581
4581
  "typeString": "contract ISuperToken"
4582
4582
  }
4583
4583
  ],
4584
- "id": 32687,
4584
+ "id": 32809,
4585
4585
  "name": "CustomSuperTokenCreated",
4586
4586
  "nodeType": "Identifier",
4587
4587
  "overloadedDeclarations": [],
4588
- "referencedDeclaration": 19580,
4588
+ "referencedDeclaration": 19702,
4589
4589
  "src": "4729:23:89",
4590
4590
  "typeDescriptions": {
4591
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19492_$returns$__$",
4591
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19614_$returns$__$",
4592
4592
  "typeString": "function (contract ISuperToken)"
4593
4593
  }
4594
4594
  },
4595
- "id": 32691,
4595
+ "id": 32813,
4596
4596
  "isConstant": false,
4597
4597
  "isLValue": false,
4598
4598
  "isPure": false,
@@ -4607,14 +4607,14 @@
4607
4607
  "typeString": "tuple()"
4608
4608
  }
4609
4609
  },
4610
- "id": 32692,
4610
+ "id": 32814,
4611
4611
  "nodeType": "EmitStatement",
4612
4612
  "src": "4724:64:89"
4613
4613
  }
4614
4614
  ]
4615
4615
  },
4616
4616
  "functionSelector": "d412d344",
4617
- "id": 32694,
4617
+ "id": 32816,
4618
4618
  "implemented": true,
4619
4619
  "kind": "function",
4620
4620
  "modifiers": [],
@@ -4622,23 +4622,23 @@
4622
4622
  "nameLocation": "4352:26:89",
4623
4623
  "nodeType": "FunctionDefinition",
4624
4624
  "overrides": {
4625
- "id": 32662,
4625
+ "id": 32784,
4626
4626
  "nodeType": "OverrideSpecifier",
4627
4627
  "overrides": [],
4628
4628
  "src": "4441:8:89"
4629
4629
  },
4630
4630
  "parameters": {
4631
- "id": 32661,
4631
+ "id": 32783,
4632
4632
  "nodeType": "ParameterList",
4633
4633
  "parameters": [
4634
4634
  {
4635
4635
  "constant": false,
4636
- "id": 32660,
4636
+ "id": 32782,
4637
4637
  "mutability": "mutable",
4638
4638
  "name": "customSuperTokenProxy",
4639
4639
  "nameLocation": "4396:21:89",
4640
4640
  "nodeType": "VariableDeclaration",
4641
- "scope": 32694,
4641
+ "scope": 32816,
4642
4642
  "src": "4388:29:89",
4643
4643
  "stateVariable": false,
4644
4644
  "storageLocation": "default",
@@ -4647,7 +4647,7 @@
4647
4647
  "typeString": "address"
4648
4648
  },
4649
4649
  "typeName": {
4650
- "id": 32659,
4650
+ "id": 32781,
4651
4651
  "name": "address",
4652
4652
  "nodeType": "ElementaryTypeName",
4653
4653
  "src": "4388:7:89",
@@ -4663,19 +4663,19 @@
4663
4663
  "src": "4378:45:89"
4664
4664
  },
4665
4665
  "returnParameters": {
4666
- "id": 32663,
4666
+ "id": 32785,
4667
4667
  "nodeType": "ParameterList",
4668
4668
  "parameters": [],
4669
4669
  "src": "4454:0:89"
4670
4670
  },
4671
- "scope": 32695,
4671
+ "scope": 32817,
4672
4672
  "src": "4343:452:89",
4673
4673
  "stateMutability": "nonpayable",
4674
4674
  "virtual": false,
4675
4675
  "visibility": "external"
4676
4676
  }
4677
4677
  ],
4678
- "scope": 32753,
4678
+ "scope": 32875,
4679
4679
  "src": "692:4106:89",
4680
4680
  "usedErrors": []
4681
4681
  },
@@ -4684,13 +4684,13 @@
4684
4684
  "baseContracts": [],
4685
4685
  "canonicalName": "SuperTokenFactoryHelper",
4686
4686
  "contractDependencies": [
4687
- 32368
4687
+ 32490
4688
4688
  ],
4689
4689
  "contractKind": "contract",
4690
4690
  "fullyImplemented": true,
4691
- "id": 32714,
4691
+ "id": 32836,
4692
4692
  "linearizedBaseContracts": [
4693
- 32714
4693
+ 32836
4694
4694
  ],
4695
4695
  "name": "SuperTokenFactoryHelper",
4696
4696
  "nameLocation": "4870:23:89",
@@ -4698,7 +4698,7 @@
4698
4698
  "nodes": [
4699
4699
  {
4700
4700
  "body": {
4701
- "id": 32712,
4701
+ "id": 32834,
4702
4702
  "nodeType": "Block",
4703
4703
  "src": "4987:53:89",
4704
4704
  "statements": [
@@ -4708,14 +4708,14 @@
4708
4708
  {
4709
4709
  "arguments": [
4710
4710
  {
4711
- "id": 32708,
4711
+ "id": 32830,
4712
4712
  "name": "host",
4713
4713
  "nodeType": "Identifier",
4714
4714
  "overloadedDeclarations": [],
4715
- "referencedDeclaration": 32698,
4715
+ "referencedDeclaration": 32820,
4716
4716
  "src": "5027:4:89",
4717
4717
  "typeDescriptions": {
4718
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4718
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
4719
4719
  "typeString": "contract ISuperfluid"
4720
4720
  }
4721
4721
  }
@@ -4723,11 +4723,11 @@
4723
4723
  "expression": {
4724
4724
  "argumentTypes": [
4725
4725
  {
4726
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4726
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
4727
4727
  "typeString": "contract ISuperfluid"
4728
4728
  }
4729
4729
  ],
4730
- "id": 32707,
4730
+ "id": 32829,
4731
4731
  "isConstant": false,
4732
4732
  "isLValue": false,
4733
4733
  "isPure": false,
@@ -4735,28 +4735,28 @@
4735
4735
  "nodeType": "NewExpression",
4736
4736
  "src": "5012:14:89",
4737
4737
  "typeDescriptions": {
4738
- "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_contract$_SuperToken_$32368_$",
4738
+ "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_contract$_SuperToken_$32490_$",
4739
4739
  "typeString": "function (contract ISuperfluid) returns (contract SuperToken)"
4740
4740
  },
4741
4741
  "typeName": {
4742
- "id": 32706,
4742
+ "id": 32828,
4743
4743
  "nodeType": "UserDefinedTypeName",
4744
4744
  "pathNode": {
4745
- "id": 32705,
4745
+ "id": 32827,
4746
4746
  "name": "SuperToken",
4747
4747
  "nodeType": "IdentifierPath",
4748
- "referencedDeclaration": 32368,
4748
+ "referencedDeclaration": 32490,
4749
4749
  "src": "5016:10:89"
4750
4750
  },
4751
- "referencedDeclaration": 32368,
4751
+ "referencedDeclaration": 32490,
4752
4752
  "src": "5016:10:89",
4753
4753
  "typeDescriptions": {
4754
- "typeIdentifier": "t_contract$_SuperToken_$32368",
4754
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
4755
4755
  "typeString": "contract SuperToken"
4756
4756
  }
4757
4757
  }
4758
4758
  },
4759
- "id": 32709,
4759
+ "id": 32831,
4760
4760
  "isConstant": false,
4761
4761
  "isLValue": false,
4762
4762
  "isPure": false,
@@ -4767,7 +4767,7 @@
4767
4767
  "src": "5012:20:89",
4768
4768
  "tryCall": false,
4769
4769
  "typeDescriptions": {
4770
- "typeIdentifier": "t_contract$_SuperToken_$32368",
4770
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
4771
4771
  "typeString": "contract SuperToken"
4772
4772
  }
4773
4773
  }
@@ -4775,11 +4775,11 @@
4775
4775
  "expression": {
4776
4776
  "argumentTypes": [
4777
4777
  {
4778
- "typeIdentifier": "t_contract$_SuperToken_$32368",
4778
+ "typeIdentifier": "t_contract$_SuperToken_$32490",
4779
4779
  "typeString": "contract SuperToken"
4780
4780
  }
4781
4781
  ],
4782
- "id": 32704,
4782
+ "id": 32826,
4783
4783
  "isConstant": false,
4784
4784
  "isLValue": false,
4785
4785
  "isPure": true,
@@ -4791,14 +4791,14 @@
4791
4791
  "typeString": "type(address)"
4792
4792
  },
4793
4793
  "typeName": {
4794
- "id": 32703,
4794
+ "id": 32825,
4795
4795
  "name": "address",
4796
4796
  "nodeType": "ElementaryTypeName",
4797
4797
  "src": "5004:7:89",
4798
4798
  "typeDescriptions": {}
4799
4799
  }
4800
4800
  },
4801
- "id": 32710,
4801
+ "id": 32832,
4802
4802
  "isConstant": false,
4803
4803
  "isLValue": false,
4804
4804
  "isPure": false,
@@ -4813,15 +4813,15 @@
4813
4813
  "typeString": "address"
4814
4814
  }
4815
4815
  },
4816
- "functionReturnParameters": 32702,
4817
- "id": 32711,
4816
+ "functionReturnParameters": 32824,
4817
+ "id": 32833,
4818
4818
  "nodeType": "Return",
4819
4819
  "src": "4997:36:89"
4820
4820
  }
4821
4821
  ]
4822
4822
  },
4823
4823
  "functionSelector": "9ed93318",
4824
- "id": 32713,
4824
+ "id": 32835,
4825
4825
  "implemented": true,
4826
4826
  "kind": "function",
4827
4827
  "modifiers": [],
@@ -4829,38 +4829,38 @@
4829
4829
  "nameLocation": "4909:6:89",
4830
4830
  "nodeType": "FunctionDefinition",
4831
4831
  "parameters": {
4832
- "id": 32699,
4832
+ "id": 32821,
4833
4833
  "nodeType": "ParameterList",
4834
4834
  "parameters": [
4835
4835
  {
4836
4836
  "constant": false,
4837
- "id": 32698,
4837
+ "id": 32820,
4838
4838
  "mutability": "mutable",
4839
4839
  "name": "host",
4840
4840
  "nameLocation": "4928:4:89",
4841
4841
  "nodeType": "VariableDeclaration",
4842
- "scope": 32713,
4842
+ "scope": 32835,
4843
4843
  "src": "4916:16:89",
4844
4844
  "stateVariable": false,
4845
4845
  "storageLocation": "default",
4846
4846
  "typeDescriptions": {
4847
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4847
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
4848
4848
  "typeString": "contract ISuperfluid"
4849
4849
  },
4850
4850
  "typeName": {
4851
- "id": 32697,
4851
+ "id": 32819,
4852
4852
  "nodeType": "UserDefinedTypeName",
4853
4853
  "pathNode": {
4854
- "id": 32696,
4854
+ "id": 32818,
4855
4855
  "name": "ISuperfluid",
4856
4856
  "nodeType": "IdentifierPath",
4857
- "referencedDeclaration": 20053,
4857
+ "referencedDeclaration": 20175,
4858
4858
  "src": "4916:11:89"
4859
4859
  },
4860
- "referencedDeclaration": 20053,
4860
+ "referencedDeclaration": 20175,
4861
4861
  "src": "4916:11:89",
4862
4862
  "typeDescriptions": {
4863
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4863
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
4864
4864
  "typeString": "contract ISuperfluid"
4865
4865
  }
4866
4866
  },
@@ -4870,17 +4870,17 @@
4870
4870
  "src": "4915:18:89"
4871
4871
  },
4872
4872
  "returnParameters": {
4873
- "id": 32702,
4873
+ "id": 32824,
4874
4874
  "nodeType": "ParameterList",
4875
4875
  "parameters": [
4876
4876
  {
4877
4877
  "constant": false,
4878
- "id": 32701,
4878
+ "id": 32823,
4879
4879
  "mutability": "mutable",
4880
4880
  "name": "logic",
4881
4881
  "nameLocation": "4976:5:89",
4882
4882
  "nodeType": "VariableDeclaration",
4883
- "scope": 32713,
4883
+ "scope": 32835,
4884
4884
  "src": "4968:13:89",
4885
4885
  "stateVariable": false,
4886
4886
  "storageLocation": "default",
@@ -4889,7 +4889,7 @@
4889
4889
  "typeString": "address"
4890
4890
  },
4891
4891
  "typeName": {
4892
- "id": 32700,
4892
+ "id": 32822,
4893
4893
  "name": "address",
4894
4894
  "nodeType": "ElementaryTypeName",
4895
4895
  "src": "4968:7:89",
@@ -4904,14 +4904,14 @@
4904
4904
  ],
4905
4905
  "src": "4967:15:89"
4906
4906
  },
4907
- "scope": 32714,
4907
+ "scope": 32836,
4908
4908
  "src": "4900:140:89",
4909
4909
  "stateMutability": "nonpayable",
4910
4910
  "virtual": false,
4911
4911
  "visibility": "external"
4912
4912
  }
4913
4913
  ],
4914
- "scope": 32753,
4914
+ "scope": 32875,
4915
4915
  "src": "4861:181:89",
4916
4916
  "usedErrors": []
4917
4917
  },
@@ -4920,30 +4920,30 @@
4920
4920
  "baseContracts": [
4921
4921
  {
4922
4922
  "baseName": {
4923
- "id": 32715,
4923
+ "id": 32837,
4924
4924
  "name": "SuperTokenFactoryBase",
4925
4925
  "nodeType": "IdentifierPath",
4926
- "referencedDeclaration": 32695,
4926
+ "referencedDeclaration": 32817,
4927
4927
  "src": "5074:21:89"
4928
4928
  },
4929
- "id": 32716,
4929
+ "id": 32838,
4930
4930
  "nodeType": "InheritanceSpecifier",
4931
4931
  "src": "5074:21:89"
4932
4932
  }
4933
4933
  ],
4934
4934
  "canonicalName": "SuperTokenFactory",
4935
4935
  "contractDependencies": [
4936
- 30764,
4937
- 37074
4936
+ 30886,
4937
+ 37196
4938
4938
  ],
4939
4939
  "contractKind": "contract",
4940
4940
  "fullyImplemented": true,
4941
- "id": 32752,
4941
+ "id": 32874,
4942
4942
  "linearizedBaseContracts": [
4943
- 32752,
4944
- 32695,
4945
- 19581,
4946
- 37017,
4943
+ 32874,
4944
+ 32817,
4945
+ 19703,
4946
+ 37139,
4947
4947
  858
4948
4948
  ],
4949
4949
  "name": "SuperTokenFactory",
@@ -4952,33 +4952,33 @@
4952
4952
  "nodes": [
4953
4953
  {
4954
4954
  "constant": false,
4955
- "id": 32719,
4955
+ "id": 32841,
4956
4956
  "mutability": "immutable",
4957
4957
  "name": "_helper",
4958
4958
  "nameLocation": "5144:7:89",
4959
4959
  "nodeType": "VariableDeclaration",
4960
- "scope": 32752,
4960
+ "scope": 32874,
4961
4961
  "src": "5102:49:89",
4962
4962
  "stateVariable": true,
4963
4963
  "storageLocation": "default",
4964
4964
  "typeDescriptions": {
4965
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
4965
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
4966
4966
  "typeString": "contract SuperTokenFactoryHelper"
4967
4967
  },
4968
4968
  "typeName": {
4969
- "id": 32718,
4969
+ "id": 32840,
4970
4970
  "nodeType": "UserDefinedTypeName",
4971
4971
  "pathNode": {
4972
- "id": 32717,
4972
+ "id": 32839,
4973
4973
  "name": "SuperTokenFactoryHelper",
4974
4974
  "nodeType": "IdentifierPath",
4975
- "referencedDeclaration": 32714,
4975
+ "referencedDeclaration": 32836,
4976
4976
  "src": "5102:23:89"
4977
4977
  },
4978
- "referencedDeclaration": 32714,
4978
+ "referencedDeclaration": 32836,
4979
4979
  "src": "5102:23:89",
4980
4980
  "typeDescriptions": {
4981
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
4981
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
4982
4982
  "typeString": "contract SuperTokenFactoryHelper"
4983
4983
  }
4984
4984
  },
@@ -4986,81 +4986,81 @@
4986
4986
  },
4987
4987
  {
4988
4988
  "body": {
4989
- "id": 32735,
4989
+ "id": 32857,
4990
4990
  "nodeType": "Block",
4991
4991
  "src": "5335:33:89",
4992
4992
  "statements": [
4993
4993
  {
4994
4994
  "expression": {
4995
- "id": 32733,
4995
+ "id": 32855,
4996
4996
  "isConstant": false,
4997
4997
  "isLValue": false,
4998
4998
  "isPure": false,
4999
4999
  "lValueRequested": false,
5000
5000
  "leftHandSide": {
5001
- "id": 32731,
5001
+ "id": 32853,
5002
5002
  "name": "_helper",
5003
5003
  "nodeType": "Identifier",
5004
5004
  "overloadedDeclarations": [],
5005
- "referencedDeclaration": 32719,
5005
+ "referencedDeclaration": 32841,
5006
5006
  "src": "5345:7:89",
5007
5007
  "typeDescriptions": {
5008
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
5008
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
5009
5009
  "typeString": "contract SuperTokenFactoryHelper"
5010
5010
  }
5011
5011
  },
5012
5012
  "nodeType": "Assignment",
5013
5013
  "operator": "=",
5014
5014
  "rightHandSide": {
5015
- "id": 32732,
5015
+ "id": 32854,
5016
5016
  "name": "helper",
5017
5017
  "nodeType": "Identifier",
5018
5018
  "overloadedDeclarations": [],
5019
- "referencedDeclaration": 32725,
5019
+ "referencedDeclaration": 32847,
5020
5020
  "src": "5355:6:89",
5021
5021
  "typeDescriptions": {
5022
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
5022
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
5023
5023
  "typeString": "contract SuperTokenFactoryHelper"
5024
5024
  }
5025
5025
  },
5026
5026
  "src": "5345:16:89",
5027
5027
  "typeDescriptions": {
5028
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
5028
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
5029
5029
  "typeString": "contract SuperTokenFactoryHelper"
5030
5030
  }
5031
5031
  },
5032
- "id": 32734,
5032
+ "id": 32856,
5033
5033
  "nodeType": "ExpressionStatement",
5034
5034
  "src": "5345:16:89"
5035
5035
  }
5036
5036
  ]
5037
5037
  },
5038
- "id": 32736,
5038
+ "id": 32858,
5039
5039
  "implemented": true,
5040
5040
  "kind": "constructor",
5041
5041
  "modifiers": [
5042
5042
  {
5043
5043
  "arguments": [
5044
5044
  {
5045
- "id": 32728,
5045
+ "id": 32850,
5046
5046
  "name": "host",
5047
5047
  "nodeType": "Identifier",
5048
5048
  "overloadedDeclarations": [],
5049
- "referencedDeclaration": 32722,
5049
+ "referencedDeclaration": 32844,
5050
5050
  "src": "5272:4:89",
5051
5051
  "typeDescriptions": {
5052
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5052
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5053
5053
  "typeString": "contract ISuperfluid"
5054
5054
  }
5055
5055
  }
5056
5056
  ],
5057
- "id": 32729,
5057
+ "id": 32851,
5058
5058
  "kind": "baseConstructorSpecifier",
5059
5059
  "modifierName": {
5060
- "id": 32727,
5060
+ "id": 32849,
5061
5061
  "name": "SuperTokenFactoryBase",
5062
5062
  "nodeType": "IdentifierPath",
5063
- "referencedDeclaration": 32695,
5063
+ "referencedDeclaration": 32817,
5064
5064
  "src": "5250:21:89"
5065
5065
  },
5066
5066
  "nodeType": "ModifierInvocation",
@@ -5071,38 +5071,38 @@
5071
5071
  "nameLocation": "-1:-1:-1",
5072
5072
  "nodeType": "FunctionDefinition",
5073
5073
  "parameters": {
5074
- "id": 32726,
5074
+ "id": 32848,
5075
5075
  "nodeType": "ParameterList",
5076
5076
  "parameters": [
5077
5077
  {
5078
5078
  "constant": false,
5079
- "id": 32722,
5079
+ "id": 32844,
5080
5080
  "mutability": "mutable",
5081
5081
  "name": "host",
5082
5082
  "nameLocation": "5191:4:89",
5083
5083
  "nodeType": "VariableDeclaration",
5084
- "scope": 32736,
5084
+ "scope": 32858,
5085
5085
  "src": "5179:16:89",
5086
5086
  "stateVariable": false,
5087
5087
  "storageLocation": "default",
5088
5088
  "typeDescriptions": {
5089
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5089
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5090
5090
  "typeString": "contract ISuperfluid"
5091
5091
  },
5092
5092
  "typeName": {
5093
- "id": 32721,
5093
+ "id": 32843,
5094
5094
  "nodeType": "UserDefinedTypeName",
5095
5095
  "pathNode": {
5096
- "id": 32720,
5096
+ "id": 32842,
5097
5097
  "name": "ISuperfluid",
5098
5098
  "nodeType": "IdentifierPath",
5099
- "referencedDeclaration": 20053,
5099
+ "referencedDeclaration": 20175,
5100
5100
  "src": "5179:11:89"
5101
5101
  },
5102
- "referencedDeclaration": 20053,
5102
+ "referencedDeclaration": 20175,
5103
5103
  "src": "5179:11:89",
5104
5104
  "typeDescriptions": {
5105
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5105
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5106
5106
  "typeString": "contract ISuperfluid"
5107
5107
  }
5108
5108
  },
@@ -5110,33 +5110,33 @@
5110
5110
  },
5111
5111
  {
5112
5112
  "constant": false,
5113
- "id": 32725,
5113
+ "id": 32847,
5114
5114
  "mutability": "mutable",
5115
5115
  "name": "helper",
5116
5116
  "nameLocation": "5229:6:89",
5117
5117
  "nodeType": "VariableDeclaration",
5118
- "scope": 32736,
5118
+ "scope": 32858,
5119
5119
  "src": "5205:30:89",
5120
5120
  "stateVariable": false,
5121
5121
  "storageLocation": "default",
5122
5122
  "typeDescriptions": {
5123
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
5123
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
5124
5124
  "typeString": "contract SuperTokenFactoryHelper"
5125
5125
  },
5126
5126
  "typeName": {
5127
- "id": 32724,
5127
+ "id": 32846,
5128
5128
  "nodeType": "UserDefinedTypeName",
5129
5129
  "pathNode": {
5130
- "id": 32723,
5130
+ "id": 32845,
5131
5131
  "name": "SuperTokenFactoryHelper",
5132
5132
  "nodeType": "IdentifierPath",
5133
- "referencedDeclaration": 32714,
5133
+ "referencedDeclaration": 32836,
5134
5134
  "src": "5205:23:89"
5135
5135
  },
5136
- "referencedDeclaration": 32714,
5136
+ "referencedDeclaration": 32836,
5137
5137
  "src": "5205:23:89",
5138
5138
  "typeDescriptions": {
5139
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
5139
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
5140
5140
  "typeString": "contract SuperTokenFactoryHelper"
5141
5141
  }
5142
5142
  },
@@ -5146,12 +5146,12 @@
5146
5146
  "src": "5169:72:89"
5147
5147
  },
5148
5148
  "returnParameters": {
5149
- "id": 32730,
5149
+ "id": 32852,
5150
5150
  "nodeType": "ParameterList",
5151
5151
  "parameters": [],
5152
5152
  "src": "5335:0:89"
5153
5153
  },
5154
- "scope": 32752,
5154
+ "scope": 32874,
5155
5155
  "src": "5158:210:89",
5156
5156
  "stateMutability": "nonpayable",
5157
5157
  "virtual": false,
@@ -5159,10 +5159,10 @@
5159
5159
  },
5160
5160
  {
5161
5161
  "baseFunctions": [
5162
- 32514
5162
+ 32636
5163
5163
  ],
5164
5164
  "body": {
5165
- "id": 32750,
5165
+ "id": 32872,
5166
5166
  "nodeType": "Block",
5167
5167
  "src": "5485:44:89",
5168
5168
  "statements": [
@@ -5170,14 +5170,14 @@
5170
5170
  "expression": {
5171
5171
  "arguments": [
5172
5172
  {
5173
- "id": 32747,
5173
+ "id": 32869,
5174
5174
  "name": "host",
5175
5175
  "nodeType": "Identifier",
5176
5176
  "overloadedDeclarations": [],
5177
- "referencedDeclaration": 32739,
5177
+ "referencedDeclaration": 32861,
5178
5178
  "src": "5517:4:89",
5179
5179
  "typeDescriptions": {
5180
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5180
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5181
5181
  "typeString": "contract ISuperfluid"
5182
5182
  }
5183
5183
  }
@@ -5185,37 +5185,37 @@
5185
5185
  "expression": {
5186
5186
  "argumentTypes": [
5187
5187
  {
5188
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5188
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5189
5189
  "typeString": "contract ISuperfluid"
5190
5190
  }
5191
5191
  ],
5192
5192
  "expression": {
5193
- "id": 32745,
5193
+ "id": 32867,
5194
5194
  "name": "_helper",
5195
5195
  "nodeType": "Identifier",
5196
5196
  "overloadedDeclarations": [],
5197
- "referencedDeclaration": 32719,
5197
+ "referencedDeclaration": 32841,
5198
5198
  "src": "5502:7:89",
5199
5199
  "typeDescriptions": {
5200
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32714",
5200
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$32836",
5201
5201
  "typeString": "contract SuperTokenFactoryHelper"
5202
5202
  }
5203
5203
  },
5204
- "id": 32746,
5204
+ "id": 32868,
5205
5205
  "isConstant": false,
5206
5206
  "isLValue": false,
5207
5207
  "isPure": false,
5208
5208
  "lValueRequested": false,
5209
5209
  "memberName": "create",
5210
5210
  "nodeType": "MemberAccess",
5211
- "referencedDeclaration": 32713,
5211
+ "referencedDeclaration": 32835,
5212
5212
  "src": "5502:14:89",
5213
5213
  "typeDescriptions": {
5214
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20053_$returns$_t_address_$",
5214
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20175_$returns$_t_address_$",
5215
5215
  "typeString": "function (contract ISuperfluid) external returns (address)"
5216
5216
  }
5217
5217
  },
5218
- "id": 32748,
5218
+ "id": 32870,
5219
5219
  "isConstant": false,
5220
5220
  "isLValue": false,
5221
5221
  "isPure": false,
@@ -5230,15 +5230,15 @@
5230
5230
  "typeString": "address"
5231
5231
  }
5232
5232
  },
5233
- "functionReturnParameters": 32744,
5234
- "id": 32749,
5233
+ "functionReturnParameters": 32866,
5234
+ "id": 32871,
5235
5235
  "nodeType": "Return",
5236
5236
  "src": "5495:27:89"
5237
5237
  }
5238
5238
  ]
5239
5239
  },
5240
5240
  "functionSelector": "4dcc4d79",
5241
- "id": 32751,
5241
+ "id": 32873,
5242
5242
  "implemented": true,
5243
5243
  "kind": "function",
5244
5244
  "modifiers": [],
@@ -5246,44 +5246,44 @@
5246
5246
  "nameLocation": "5383:21:89",
5247
5247
  "nodeType": "FunctionDefinition",
5248
5248
  "overrides": {
5249
- "id": 32741,
5249
+ "id": 32863,
5250
5250
  "nodeType": "OverrideSpecifier",
5251
5251
  "overrides": [],
5252
5252
  "src": "5440:8:89"
5253
5253
  },
5254
5254
  "parameters": {
5255
- "id": 32740,
5255
+ "id": 32862,
5256
5256
  "nodeType": "ParameterList",
5257
5257
  "parameters": [
5258
5258
  {
5259
5259
  "constant": false,
5260
- "id": 32739,
5260
+ "id": 32861,
5261
5261
  "mutability": "mutable",
5262
5262
  "name": "host",
5263
5263
  "nameLocation": "5417:4:89",
5264
5264
  "nodeType": "VariableDeclaration",
5265
- "scope": 32751,
5265
+ "scope": 32873,
5266
5266
  "src": "5405:16:89",
5267
5267
  "stateVariable": false,
5268
5268
  "storageLocation": "default",
5269
5269
  "typeDescriptions": {
5270
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5270
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5271
5271
  "typeString": "contract ISuperfluid"
5272
5272
  },
5273
5273
  "typeName": {
5274
- "id": 32738,
5274
+ "id": 32860,
5275
5275
  "nodeType": "UserDefinedTypeName",
5276
5276
  "pathNode": {
5277
- "id": 32737,
5277
+ "id": 32859,
5278
5278
  "name": "ISuperfluid",
5279
5279
  "nodeType": "IdentifierPath",
5280
- "referencedDeclaration": 20053,
5280
+ "referencedDeclaration": 20175,
5281
5281
  "src": "5405:11:89"
5282
5282
  },
5283
- "referencedDeclaration": 20053,
5283
+ "referencedDeclaration": 20175,
5284
5284
  "src": "5405:11:89",
5285
5285
  "typeDescriptions": {
5286
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5286
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5287
5287
  "typeString": "contract ISuperfluid"
5288
5288
  }
5289
5289
  },
@@ -5293,17 +5293,17 @@
5293
5293
  "src": "5404:18:89"
5294
5294
  },
5295
5295
  "returnParameters": {
5296
- "id": 32744,
5296
+ "id": 32866,
5297
5297
  "nodeType": "ParameterList",
5298
5298
  "parameters": [
5299
5299
  {
5300
5300
  "constant": false,
5301
- "id": 32743,
5301
+ "id": 32865,
5302
5302
  "mutability": "mutable",
5303
5303
  "name": "logic",
5304
5304
  "nameLocation": "5474:5:89",
5305
5305
  "nodeType": "VariableDeclaration",
5306
- "scope": 32751,
5306
+ "scope": 32873,
5307
5307
  "src": "5466:13:89",
5308
5308
  "stateVariable": false,
5309
5309
  "storageLocation": "default",
@@ -5312,7 +5312,7 @@
5312
5312
  "typeString": "address"
5313
5313
  },
5314
5314
  "typeName": {
5315
- "id": 32742,
5315
+ "id": 32864,
5316
5316
  "name": "address",
5317
5317
  "nodeType": "ElementaryTypeName",
5318
5318
  "src": "5466:7:89",
@@ -5327,14 +5327,14 @@
5327
5327
  ],
5328
5328
  "src": "5465:15:89"
5329
5329
  },
5330
- "scope": 32752,
5330
+ "scope": 32874,
5331
5331
  "src": "5374:155:89",
5332
5332
  "stateMutability": "nonpayable",
5333
5333
  "virtual": false,
5334
5334
  "visibility": "external"
5335
5335
  }
5336
5336
  ],
5337
- "scope": 32753,
5337
+ "scope": 32875,
5338
5338
  "src": "5044:487:89",
5339
5339
  "usedErrors": []
5340
5340
  }
@@ -5347,7 +5347,7 @@
5347
5347
  },
5348
5348
  "networks": {},
5349
5349
  "schemaVersion": "3.4.8",
5350
- "updatedAt": "2022-08-29T16:08:02.743Z",
5350
+ "updatedAt": "2022-08-30T13:03:13.745Z",
5351
5351
  "devdoc": {
5352
5352
  "kind": "dev",
5353
5353
  "methods": {},