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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +28 -28
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +788 -788
  9. package/build/contracts/CFAv1Forwarder.json +1321 -1321
  10. package/build/contracts/CFAv1Library.json +2279 -2279
  11. package/build/contracts/CallUtils.json +198 -198
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
  13. package/build/contracts/ConstantFlowAgreementV1.json +1702 -1622
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +788 -788
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +19 -19
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20Burnable.json +1 -1
  23. package/build/contracts/ERC20Pausable.json +1 -1
  24. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +380 -380
  27. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  28. package/build/contracts/ERC777RecipientReverting.json +855 -855
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1545 -1545
  34. package/build/contracts/FlowOperatorDefinitions.json +788 -788
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +615 -615
  39. package/build/contracts/IDAv1Library.json +2611 -2611
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.json +1 -1
  45. package/build/contracts/IERC20Permit.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
  50. package/build/contracts/IMultiSigWallet.json +24 -24
  51. package/build/contracts/IPureSuperToken.json +47 -47
  52. package/build/contracts/IPureSuperTokenCustom.json +47 -47
  53. package/build/contracts/IRelayRecipient.json +27 -27
  54. package/build/contracts/IResolver.json +38 -38
  55. package/build/contracts/ISETH.json +52 -52
  56. package/build/contracts/ISETHCustom.json +52 -52
  57. package/build/contracts/ISuperAgreement.json +50 -50
  58. package/build/contracts/ISuperApp.json +191 -191
  59. package/build/contracts/ISuperToken.json +544 -544
  60. package/build/contracts/ISuperTokenFactory.json +166 -166
  61. package/build/contracts/ISuperfluid.json +886 -886
  62. package/build/contracts/ISuperfluidGovernance.json +254 -254
  63. package/build/contracts/ISuperfluidToken.json +395 -395
  64. package/build/contracts/ITOGAv1.json +1441 -1441
  65. package/build/contracts/ITOGAv2.json +1441 -1441
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5894 -5894
  68. package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Pausable.json +1 -1
  71. package/build/contracts/Proxy.json +1 -1
  72. package/build/contracts/PureSuperToken.json +106 -106
  73. package/build/contracts/Resolver.json +98 -98
  74. package/build/contracts/SETHProxy.json +224 -224
  75. package/build/contracts/SafeCast.json +1 -1
  76. package/build/contracts/SafeERC20.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
  79. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  80. package/build/contracts/StreamRedirector.json +745 -745
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +239 -239
  83. package/build/contracts/SuperAppDefinitions.json +788 -788
  84. package/build/contracts/SuperToken.json +2477 -2477
  85. package/build/contracts/SuperTokenFactory.json +774 -774
  86. package/build/contracts/SuperTokenFactoryBase.json +764 -764
  87. package/build/contracts/SuperTokenFactoryHelper.json +767 -767
  88. package/build/contracts/SuperUpgrader.json +437 -437
  89. package/build/contracts/Superfluid.json +5096 -5096
  90. package/build/contracts/SuperfluidErrors.json +788 -788
  91. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  92. package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
  93. package/build/contracts/SuperfluidGovernanceConfigs.json +788 -788
  94. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  95. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  96. package/build/contracts/SuperfluidLoader.json +207 -207
  97. package/build/contracts/SuperfluidToken.json +1471 -1471
  98. package/build/contracts/TOGA.json +1457 -1457
  99. package/build/contracts/TestGovernance.json +250 -250
  100. package/build/contracts/TestToken.json +93 -93
  101. package/build/contracts/TokenCustodian.json +214 -214
  102. package/build/contracts/TokenInfo.json +32 -32
  103. package/build/contracts/UUPSProxiable.json +139 -139
  104. package/build/contracts/UUPSProxy.json +81 -81
  105. package/build/contracts/UUPSUtils.json +37 -37
  106. package/build/contracts-sizes.txt +1 -1
  107. package/contracts/agreements/ConstantFlowAgreementV1.sol +4 -0
  108. package/package.json +9 -5
@@ -291,7 +291,7 @@
291
291
  }
292
292
  ]
293
293
  },
294
- "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20535",
294
+ "name": "abi_decode_tuple_t_contract$_ISuperfluid_$20542",
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_$20535__to_t_address__fromStack_reversed",
586
+ "name": "abi_encode_tuple_t_contract$_ISuperfluid_$20542__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_$20535(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_$20535__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_$20542(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_$20542__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": 106,
616
616
  "language": "Yul",
617
617
  "name": "#utility.yul"
@@ -631,51 +631,51 @@
631
631
  2820
632
632
  ],
633
633
  "ERC20WithTokenInfo": [
634
- 20952
634
+ 20959
635
635
  ],
636
636
  "FullUpgradableSuperTokenProxy": [
637
- 31219
637
+ 31226
638
638
  ],
639
639
  "IERC20": [
640
640
  1630
641
641
  ],
642
642
  "ISuperToken": [
643
- 19933
643
+ 19940
644
644
  ],
645
645
  "ISuperTokenFactory": [
646
- 20024
646
+ 20031
647
647
  ],
648
648
  "ISuperfluid": [
649
- 20535
649
+ 20542
650
650
  ],
651
651
  "SuperToken": [
652
- 32870
652
+ 32877
653
653
  ],
654
654
  "SuperTokenFactory": [
655
- 33265
655
+ 33272
656
656
  ],
657
657
  "SuperTokenFactoryBase": [
658
- 33208
658
+ 33215
659
659
  ],
660
660
  "SuperTokenFactoryHelper": [
661
- 33227
661
+ 33234
662
662
  ],
663
663
  "SuperfluidErrors": [
664
- 19402
664
+ 19409
665
665
  ],
666
666
  "UUPSProxiable": [
667
- 37512
667
+ 37519
668
668
  ],
669
669
  "UUPSProxy": [
670
- 37569
670
+ 37576
671
671
  ]
672
672
  },
673
- "id": 33266,
673
+ "id": 33273,
674
674
  "license": "AGPLv3",
675
675
  "nodeType": "SourceUnit",
676
676
  "nodes": [
677
677
  {
678
- "id": 32872,
678
+ "id": 32879,
679
679
  "literals": [
680
680
  "solidity",
681
681
  "0.8",
@@ -687,20 +687,20 @@
687
687
  {
688
688
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
689
689
  "file": "../interfaces/superfluid/ISuperTokenFactory.sol",
690
- "id": 32878,
690
+ "id": 32885,
691
691
  "nameLocation": "-1:-1:-1",
692
692
  "nodeType": "ImportDirective",
693
- "scope": 33266,
694
- "sourceUnit": 20025,
693
+ "scope": 33273,
694
+ "sourceUnit": 20032,
695
695
  "src": "60:164:88",
696
696
  "symbolAliases": [
697
697
  {
698
698
  "foreign": {
699
- "id": 32873,
699
+ "id": 32880,
700
700
  "name": "ISuperTokenFactory",
701
701
  "nodeType": "Identifier",
702
702
  "overloadedDeclarations": [],
703
- "referencedDeclaration": 20024,
703
+ "referencedDeclaration": 20031,
704
704
  "src": "73:18:88",
705
705
  "typeDescriptions": {}
706
706
  },
@@ -708,11 +708,11 @@
708
708
  },
709
709
  {
710
710
  "foreign": {
711
- "id": 32874,
711
+ "id": 32881,
712
712
  "name": "ISuperToken",
713
713
  "nodeType": "Identifier",
714
714
  "overloadedDeclarations": [],
715
- "referencedDeclaration": 19933,
715
+ "referencedDeclaration": 19940,
716
716
  "src": "97:11:88",
717
717
  "typeDescriptions": {}
718
718
  },
@@ -720,7 +720,7 @@
720
720
  },
721
721
  {
722
722
  "foreign": {
723
- "id": 32875,
723
+ "id": 32882,
724
724
  "name": "IERC20",
725
725
  "nodeType": "Identifier",
726
726
  "overloadedDeclarations": [],
@@ -732,11 +732,11 @@
732
732
  },
733
733
  {
734
734
  "foreign": {
735
- "id": 32876,
735
+ "id": 32883,
736
736
  "name": "ERC20WithTokenInfo",
737
737
  "nodeType": "Identifier",
738
738
  "overloadedDeclarations": [],
739
- "referencedDeclaration": 20952,
739
+ "referencedDeclaration": 20959,
740
740
  "src": "126:18:88",
741
741
  "typeDescriptions": {}
742
742
  },
@@ -744,11 +744,11 @@
744
744
  },
745
745
  {
746
746
  "foreign": {
747
- "id": 32877,
747
+ "id": 32884,
748
748
  "name": "SuperfluidErrors",
749
749
  "nodeType": "Identifier",
750
750
  "overloadedDeclarations": [],
751
- "referencedDeclaration": 19402,
751
+ "referencedDeclaration": 19409,
752
752
  "src": "150:16:88",
753
753
  "typeDescriptions": {}
754
754
  },
@@ -760,20 +760,20 @@
760
760
  {
761
761
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
762
762
  "file": "../interfaces/superfluid/ISuperfluid.sol",
763
- "id": 32880,
763
+ "id": 32887,
764
764
  "nameLocation": "-1:-1:-1",
765
765
  "nodeType": "ImportDirective",
766
- "scope": 33266,
767
- "sourceUnit": 20536,
766
+ "scope": 33273,
767
+ "sourceUnit": 20543,
768
768
  "src": "226:71:88",
769
769
  "symbolAliases": [
770
770
  {
771
771
  "foreign": {
772
- "id": 32879,
772
+ "id": 32886,
773
773
  "name": "ISuperfluid",
774
774
  "nodeType": "Identifier",
775
775
  "overloadedDeclarations": [],
776
- "referencedDeclaration": 20535,
776
+ "referencedDeclaration": 20542,
777
777
  "src": "235:11:88",
778
778
  "typeDescriptions": {}
779
779
  },
@@ -785,20 +785,20 @@
785
785
  {
786
786
  "absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
787
787
  "file": "../upgradability/UUPSProxy.sol",
788
- "id": 32882,
788
+ "id": 32889,
789
789
  "nameLocation": "-1:-1:-1",
790
790
  "nodeType": "ImportDirective",
791
- "scope": 33266,
792
- "sourceUnit": 37570,
791
+ "scope": 33273,
792
+ "sourceUnit": 37577,
793
793
  "src": "299:59:88",
794
794
  "symbolAliases": [
795
795
  {
796
796
  "foreign": {
797
- "id": 32881,
797
+ "id": 32888,
798
798
  "name": "UUPSProxy",
799
799
  "nodeType": "Identifier",
800
800
  "overloadedDeclarations": [],
801
- "referencedDeclaration": 37569,
801
+ "referencedDeclaration": 37576,
802
802
  "src": "308:9:88",
803
803
  "typeDescriptions": {}
804
804
  },
@@ -810,20 +810,20 @@
810
810
  {
811
811
  "absolutePath": "project:/contracts/upgradability/UUPSProxiable.sol",
812
812
  "file": "../upgradability/UUPSProxiable.sol",
813
- "id": 32884,
813
+ "id": 32891,
814
814
  "nameLocation": "-1:-1:-1",
815
815
  "nodeType": "ImportDirective",
816
- "scope": 33266,
817
- "sourceUnit": 37513,
816
+ "scope": 33273,
817
+ "sourceUnit": 37520,
818
818
  "src": "359:67:88",
819
819
  "symbolAliases": [
820
820
  {
821
821
  "foreign": {
822
- "id": 32883,
822
+ "id": 32890,
823
823
  "name": "UUPSProxiable",
824
824
  "nodeType": "Identifier",
825
825
  "overloadedDeclarations": [],
826
- "referencedDeclaration": 37512,
826
+ "referencedDeclaration": 37519,
827
827
  "src": "368:13:88",
828
828
  "typeDescriptions": {}
829
829
  },
@@ -835,20 +835,20 @@
835
835
  {
836
836
  "absolutePath": "project:/contracts/superfluid/SuperToken.sol",
837
837
  "file": "../superfluid/SuperToken.sol",
838
- "id": 32886,
838
+ "id": 32893,
839
839
  "nameLocation": "-1:-1:-1",
840
840
  "nodeType": "ImportDirective",
841
- "scope": 33266,
842
- "sourceUnit": 32871,
841
+ "scope": 33273,
842
+ "sourceUnit": 32878,
843
843
  "src": "428:58:88",
844
844
  "symbolAliases": [
845
845
  {
846
846
  "foreign": {
847
- "id": 32885,
847
+ "id": 32892,
848
848
  "name": "SuperToken",
849
849
  "nodeType": "Identifier",
850
850
  "overloadedDeclarations": [],
851
- "referencedDeclaration": 32870,
851
+ "referencedDeclaration": 32877,
852
852
  "src": "437:10:88",
853
853
  "typeDescriptions": {}
854
854
  },
@@ -860,20 +860,20 @@
860
860
  {
861
861
  "absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
862
862
  "file": "./FullUpgradableSuperTokenProxy.sol",
863
- "id": 32888,
863
+ "id": 32895,
864
864
  "nameLocation": "-1:-1:-1",
865
865
  "nodeType": "ImportDirective",
866
- "scope": 33266,
867
- "sourceUnit": 31220,
866
+ "scope": 33273,
867
+ "sourceUnit": 31227,
868
868
  "src": "488:84:88",
869
869
  "symbolAliases": [
870
870
  {
871
871
  "foreign": {
872
- "id": 32887,
872
+ "id": 32894,
873
873
  "name": "FullUpgradableSuperTokenProxy",
874
874
  "nodeType": "Identifier",
875
875
  "overloadedDeclarations": [],
876
- "referencedDeclaration": 31219,
876
+ "referencedDeclaration": 31226,
877
877
  "src": "497:29:88",
878
878
  "typeDescriptions": {}
879
879
  },
@@ -885,16 +885,16 @@
885
885
  {
886
886
  "absolutePath": "@openzeppelin/contracts/utils/Address.sol",
887
887
  "file": "@openzeppelin/contracts/utils/Address.sol",
888
- "id": 32890,
888
+ "id": 32897,
889
889
  "nameLocation": "-1:-1:-1",
890
890
  "nodeType": "ImportDirective",
891
- "scope": 33266,
891
+ "scope": 33273,
892
892
  "sourceUnit": 2688,
893
893
  "src": "574:68:88",
894
894
  "symbolAliases": [
895
895
  {
896
896
  "foreign": {
897
- "id": 32889,
897
+ "id": 32896,
898
898
  "name": "Address",
899
899
  "nodeType": "Identifier",
900
900
  "overloadedDeclarations": [],
@@ -910,16 +910,16 @@
910
910
  {
911
911
  "absolutePath": "@openzeppelin/contracts/utils/Create2.sol",
912
912
  "file": "@openzeppelin/contracts/utils/Create2.sol",
913
- "id": 32892,
913
+ "id": 32899,
914
914
  "nameLocation": "-1:-1:-1",
915
915
  "nodeType": "ImportDirective",
916
- "scope": 33266,
916
+ "scope": 33273,
917
917
  "sourceUnit": 2821,
918
918
  "src": "643:68:88",
919
919
  "symbolAliases": [
920
920
  {
921
921
  "foreign": {
922
- "id": 32891,
922
+ "id": 32898,
923
923
  "name": "Create2",
924
924
  "nodeType": "Identifier",
925
925
  "overloadedDeclarations": [],
@@ -937,47 +937,47 @@
937
937
  "baseContracts": [
938
938
  {
939
939
  "baseName": {
940
- "id": 32893,
940
+ "id": 32900,
941
941
  "name": "UUPSProxiable",
942
942
  "nameLocations": [
943
943
  "761:13:88"
944
944
  ],
945
945
  "nodeType": "IdentifierPath",
946
- "referencedDeclaration": 37512,
946
+ "referencedDeclaration": 37519,
947
947
  "src": "761:13:88"
948
948
  },
949
- "id": 32894,
949
+ "id": 32901,
950
950
  "nodeType": "InheritanceSpecifier",
951
951
  "src": "761:13:88"
952
952
  },
953
953
  {
954
954
  "baseName": {
955
- "id": 32895,
955
+ "id": 32902,
956
956
  "name": "ISuperTokenFactory",
957
957
  "nameLocations": [
958
958
  "780:18:88"
959
959
  ],
960
960
  "nodeType": "IdentifierPath",
961
- "referencedDeclaration": 20024,
961
+ "referencedDeclaration": 20031,
962
962
  "src": "780:18:88"
963
963
  },
964
- "id": 32896,
964
+ "id": 32903,
965
965
  "nodeType": "InheritanceSpecifier",
966
966
  "src": "780:18:88"
967
967
  }
968
968
  ],
969
969
  "canonicalName": "SuperTokenFactoryBase",
970
970
  "contractDependencies": [
971
- 31219,
972
- 37569
971
+ 31226,
972
+ 37576
973
973
  ],
974
974
  "contractKind": "contract",
975
975
  "fullyImplemented": false,
976
- "id": 33208,
976
+ "id": 33215,
977
977
  "linearizedBaseContracts": [
978
- 33208,
979
- 20024,
980
- 37512,
978
+ 33215,
979
+ 20031,
980
+ 37519,
981
981
  858
982
982
  ],
983
983
  "name": "SuperTokenFactoryBase",
@@ -986,36 +986,36 @@
986
986
  "nodes": [
987
987
  {
988
988
  "constant": false,
989
- "id": 32899,
989
+ "id": 32906,
990
990
  "mutability": "immutable",
991
991
  "name": "_host",
992
992
  "nameLocation": "837:5:88",
993
993
  "nodeType": "VariableDeclaration",
994
- "scope": 33208,
994
+ "scope": 33215,
995
995
  "src": "806:36:88",
996
996
  "stateVariable": true,
997
997
  "storageLocation": "default",
998
998
  "typeDescriptions": {
999
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
999
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1000
1000
  "typeString": "contract ISuperfluid"
1001
1001
  },
1002
1002
  "typeName": {
1003
- "id": 32898,
1003
+ "id": 32905,
1004
1004
  "nodeType": "UserDefinedTypeName",
1005
1005
  "pathNode": {
1006
- "id": 32897,
1006
+ "id": 32904,
1007
1007
  "name": "ISuperfluid",
1008
1008
  "nameLocations": [
1009
1009
  "806:11:88"
1010
1010
  ],
1011
1011
  "nodeType": "IdentifierPath",
1012
- "referencedDeclaration": 20535,
1012
+ "referencedDeclaration": 20542,
1013
1013
  "src": "806:11:88"
1014
1014
  },
1015
- "referencedDeclaration": 20535,
1015
+ "referencedDeclaration": 20542,
1016
1016
  "src": "806:11:88",
1017
1017
  "typeDescriptions": {
1018
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1018
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1019
1019
  "typeString": "contract ISuperfluid"
1020
1020
  }
1021
1021
  },
@@ -1023,36 +1023,36 @@
1023
1023
  },
1024
1024
  {
1025
1025
  "constant": false,
1026
- "id": 32902,
1026
+ "id": 32909,
1027
1027
  "mutability": "mutable",
1028
1028
  "name": "_superTokenLogic",
1029
1029
  "nameLocation": "870:16:88",
1030
1030
  "nodeType": "VariableDeclaration",
1031
- "scope": 33208,
1031
+ "scope": 33215,
1032
1032
  "src": "849:37:88",
1033
1033
  "stateVariable": true,
1034
1034
  "storageLocation": "default",
1035
1035
  "typeDescriptions": {
1036
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1036
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1037
1037
  "typeString": "contract ISuperToken"
1038
1038
  },
1039
1039
  "typeName": {
1040
- "id": 32901,
1040
+ "id": 32908,
1041
1041
  "nodeType": "UserDefinedTypeName",
1042
1042
  "pathNode": {
1043
- "id": 32900,
1043
+ "id": 32907,
1044
1044
  "name": "ISuperToken",
1045
1045
  "nameLocations": [
1046
1046
  "849:11:88"
1047
1047
  ],
1048
1048
  "nodeType": "IdentifierPath",
1049
- "referencedDeclaration": 19933,
1049
+ "referencedDeclaration": 19940,
1050
1050
  "src": "849:11:88"
1051
1051
  },
1052
- "referencedDeclaration": 19933,
1052
+ "referencedDeclaration": 19940,
1053
1053
  "src": "849:11:88",
1054
1054
  "typeDescriptions": {
1055
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1055
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1056
1056
  "typeString": "contract ISuperToken"
1057
1057
  }
1058
1058
  },
@@ -1060,56 +1060,56 @@
1060
1060
  },
1061
1061
  {
1062
1062
  "body": {
1063
- "id": 32912,
1063
+ "id": 32919,
1064
1064
  "nodeType": "Block",
1065
1065
  "src": "937:29:88",
1066
1066
  "statements": [
1067
1067
  {
1068
1068
  "expression": {
1069
- "id": 32910,
1069
+ "id": 32917,
1070
1070
  "isConstant": false,
1071
1071
  "isLValue": false,
1072
1072
  "isPure": false,
1073
1073
  "lValueRequested": false,
1074
1074
  "leftHandSide": {
1075
- "id": 32908,
1075
+ "id": 32915,
1076
1076
  "name": "_host",
1077
1077
  "nodeType": "Identifier",
1078
1078
  "overloadedDeclarations": [],
1079
- "referencedDeclaration": 32899,
1079
+ "referencedDeclaration": 32906,
1080
1080
  "src": "947:5:88",
1081
1081
  "typeDescriptions": {
1082
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1082
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1083
1083
  "typeString": "contract ISuperfluid"
1084
1084
  }
1085
1085
  },
1086
1086
  "nodeType": "Assignment",
1087
1087
  "operator": "=",
1088
1088
  "rightHandSide": {
1089
- "id": 32909,
1089
+ "id": 32916,
1090
1090
  "name": "host",
1091
1091
  "nodeType": "Identifier",
1092
1092
  "overloadedDeclarations": [],
1093
- "referencedDeclaration": 32905,
1093
+ "referencedDeclaration": 32912,
1094
1094
  "src": "955:4:88",
1095
1095
  "typeDescriptions": {
1096
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1096
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1097
1097
  "typeString": "contract ISuperfluid"
1098
1098
  }
1099
1099
  },
1100
1100
  "src": "947:12:88",
1101
1101
  "typeDescriptions": {
1102
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1102
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1103
1103
  "typeString": "contract ISuperfluid"
1104
1104
  }
1105
1105
  },
1106
- "id": 32911,
1106
+ "id": 32918,
1107
1107
  "nodeType": "ExpressionStatement",
1108
1108
  "src": "947:12:88"
1109
1109
  }
1110
1110
  ]
1111
1111
  },
1112
- "id": 32913,
1112
+ "id": 32920,
1113
1113
  "implemented": true,
1114
1114
  "kind": "constructor",
1115
1115
  "modifiers": [],
@@ -1117,41 +1117,41 @@
1117
1117
  "nameLocation": "-1:-1:-1",
1118
1118
  "nodeType": "FunctionDefinition",
1119
1119
  "parameters": {
1120
- "id": 32906,
1120
+ "id": 32913,
1121
1121
  "nodeType": "ParameterList",
1122
1122
  "parameters": [
1123
1123
  {
1124
1124
  "constant": false,
1125
- "id": 32905,
1125
+ "id": 32912,
1126
1126
  "mutability": "mutable",
1127
1127
  "name": "host",
1128
1128
  "nameLocation": "926:4:88",
1129
1129
  "nodeType": "VariableDeclaration",
1130
- "scope": 32913,
1130
+ "scope": 32920,
1131
1131
  "src": "914:16:88",
1132
1132
  "stateVariable": false,
1133
1133
  "storageLocation": "default",
1134
1134
  "typeDescriptions": {
1135
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1135
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1136
1136
  "typeString": "contract ISuperfluid"
1137
1137
  },
1138
1138
  "typeName": {
1139
- "id": 32904,
1139
+ "id": 32911,
1140
1140
  "nodeType": "UserDefinedTypeName",
1141
1141
  "pathNode": {
1142
- "id": 32903,
1142
+ "id": 32910,
1143
1143
  "name": "ISuperfluid",
1144
1144
  "nameLocations": [
1145
1145
  "914:11:88"
1146
1146
  ],
1147
1147
  "nodeType": "IdentifierPath",
1148
- "referencedDeclaration": 20535,
1148
+ "referencedDeclaration": 20542,
1149
1149
  "src": "914:11:88"
1150
1150
  },
1151
- "referencedDeclaration": 20535,
1151
+ "referencedDeclaration": 20542,
1152
1152
  "src": "914:11:88",
1153
1153
  "typeDescriptions": {
1154
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1154
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1155
1155
  "typeString": "contract ISuperfluid"
1156
1156
  }
1157
1157
  },
@@ -1161,12 +1161,12 @@
1161
1161
  "src": "904:32:88"
1162
1162
  },
1163
1163
  "returnParameters": {
1164
- "id": 32907,
1164
+ "id": 32914,
1165
1165
  "nodeType": "ParameterList",
1166
1166
  "parameters": [],
1167
1167
  "src": "937:0:88"
1168
1168
  },
1169
- "scope": 33208,
1169
+ "scope": 33215,
1170
1170
  "src": "893:73:88",
1171
1171
  "stateMutability": "nonpayable",
1172
1172
  "virtual": false,
@@ -1174,10 +1174,10 @@
1174
1174
  },
1175
1175
  {
1176
1176
  "baseFunctions": [
1177
- 19949
1177
+ 19956
1178
1178
  ],
1179
1179
  "body": {
1180
- "id": 32926,
1180
+ "id": 32933,
1181
1181
  "nodeType": "Block",
1182
1182
  "src": "1136:37:88",
1183
1183
  "statements": [
@@ -1185,14 +1185,14 @@
1185
1185
  "expression": {
1186
1186
  "arguments": [
1187
1187
  {
1188
- "id": 32923,
1188
+ "id": 32930,
1189
1189
  "name": "_host",
1190
1190
  "nodeType": "Identifier",
1191
1191
  "overloadedDeclarations": [],
1192
- "referencedDeclaration": 32899,
1192
+ "referencedDeclaration": 32906,
1193
1193
  "src": "1160:5:88",
1194
1194
  "typeDescriptions": {
1195
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1195
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1196
1196
  "typeString": "contract ISuperfluid"
1197
1197
  }
1198
1198
  }
@@ -1200,11 +1200,11 @@
1200
1200
  "expression": {
1201
1201
  "argumentTypes": [
1202
1202
  {
1203
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1203
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1204
1204
  "typeString": "contract ISuperfluid"
1205
1205
  }
1206
1206
  ],
1207
- "id": 32922,
1207
+ "id": 32929,
1208
1208
  "isConstant": false,
1209
1209
  "isLValue": false,
1210
1210
  "isPure": true,
@@ -1216,14 +1216,14 @@
1216
1216
  "typeString": "type(address)"
1217
1217
  },
1218
1218
  "typeName": {
1219
- "id": 32921,
1219
+ "id": 32928,
1220
1220
  "name": "address",
1221
1221
  "nodeType": "ElementaryTypeName",
1222
1222
  "src": "1152:7:88",
1223
1223
  "typeDescriptions": {}
1224
1224
  }
1225
1225
  },
1226
- "id": 32924,
1226
+ "id": 32931,
1227
1227
  "isConstant": false,
1228
1228
  "isLValue": false,
1229
1229
  "isPure": false,
@@ -1239,21 +1239,21 @@
1239
1239
  "typeString": "address"
1240
1240
  }
1241
1241
  },
1242
- "functionReturnParameters": 32920,
1243
- "id": 32925,
1242
+ "functionReturnParameters": 32927,
1243
+ "id": 32932,
1244
1244
  "nodeType": "Return",
1245
1245
  "src": "1145:21:88"
1246
1246
  }
1247
1247
  ]
1248
1248
  },
1249
1249
  "documentation": {
1250
- "id": 32914,
1250
+ "id": 32921,
1251
1251
  "nodeType": "StructuredDocumentation",
1252
1252
  "src": "972:50:88",
1253
1253
  "text": "@dev ISuperTokenFactory.getHost implementation"
1254
1254
  },
1255
1255
  "functionSelector": "20bc4425",
1256
- "id": 32927,
1256
+ "id": 32934,
1257
1257
  "implemented": true,
1258
1258
  "kind": "function",
1259
1259
  "modifiers": [],
@@ -1261,40 +1261,40 @@
1261
1261
  "nameLocation": "1036:7:88",
1262
1262
  "nodeType": "FunctionDefinition",
1263
1263
  "overrides": {
1264
- "id": 32917,
1264
+ "id": 32924,
1265
1265
  "nodeType": "OverrideSpecifier",
1266
1266
  "overrides": [
1267
1267
  {
1268
- "id": 32916,
1268
+ "id": 32923,
1269
1269
  "name": "ISuperTokenFactory",
1270
1270
  "nameLocations": [
1271
1271
  "1083:18:88"
1272
1272
  ],
1273
1273
  "nodeType": "IdentifierPath",
1274
- "referencedDeclaration": 20024,
1274
+ "referencedDeclaration": 20031,
1275
1275
  "src": "1083:18:88"
1276
1276
  }
1277
1277
  ],
1278
1278
  "src": "1074:28:88"
1279
1279
  },
1280
1280
  "parameters": {
1281
- "id": 32915,
1281
+ "id": 32922,
1282
1282
  "nodeType": "ParameterList",
1283
1283
  "parameters": [],
1284
1284
  "src": "1043:2:88"
1285
1285
  },
1286
1286
  "returnParameters": {
1287
- "id": 32920,
1287
+ "id": 32927,
1288
1288
  "nodeType": "ParameterList",
1289
1289
  "parameters": [
1290
1290
  {
1291
1291
  "constant": false,
1292
- "id": 32919,
1292
+ "id": 32926,
1293
1293
  "mutability": "mutable",
1294
1294
  "name": "host",
1295
1295
  "nameLocation": "1126:4:88",
1296
1296
  "nodeType": "VariableDeclaration",
1297
- "scope": 32927,
1297
+ "scope": 32934,
1298
1298
  "src": "1118:12:88",
1299
1299
  "stateVariable": false,
1300
1300
  "storageLocation": "default",
@@ -1303,7 +1303,7 @@
1303
1303
  "typeString": "address"
1304
1304
  },
1305
1305
  "typeName": {
1306
- "id": 32918,
1306
+ "id": 32925,
1307
1307
  "name": "address",
1308
1308
  "nodeType": "ElementaryTypeName",
1309
1309
  "src": "1118:7:88",
@@ -1318,7 +1318,7 @@
1318
1318
  ],
1319
1319
  "src": "1117:14:88"
1320
1320
  },
1321
- "scope": 33208,
1321
+ "scope": 33215,
1322
1322
  "src": "1027:146:88",
1323
1323
  "stateMutability": "view",
1324
1324
  "virtual": false,
@@ -1326,10 +1326,10 @@
1326
1326
  },
1327
1327
  {
1328
1328
  "baseFunctions": [
1329
- 19953
1329
+ 19960
1330
1330
  ],
1331
1331
  "body": {
1332
- "id": 32936,
1332
+ "id": 32943,
1333
1333
  "nodeType": "Block",
1334
1334
  "src": "1461:41:88",
1335
1335
  "statements": [
@@ -1338,18 +1338,18 @@
1338
1338
  "arguments": [],
1339
1339
  "expression": {
1340
1340
  "argumentTypes": [],
1341
- "id": 32933,
1341
+ "id": 32940,
1342
1342
  "name": "_updateSuperTokenLogic",
1343
1343
  "nodeType": "Identifier",
1344
1344
  "overloadedDeclarations": [],
1345
- "referencedDeclaration": 33004,
1345
+ "referencedDeclaration": 33011,
1346
1346
  "src": "1471:22:88",
1347
1347
  "typeDescriptions": {
1348
1348
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1349
1349
  "typeString": "function ()"
1350
1350
  }
1351
1351
  },
1352
- "id": 32934,
1352
+ "id": 32941,
1353
1353
  "isConstant": false,
1354
1354
  "isLValue": false,
1355
1355
  "isPure": false,
@@ -1365,22 +1365,22 @@
1365
1365
  "typeString": "tuple()"
1366
1366
  }
1367
1367
  },
1368
- "id": 32935,
1368
+ "id": 32942,
1369
1369
  "nodeType": "ExpressionStatement",
1370
1370
  "src": "1471:24:88"
1371
1371
  }
1372
1372
  ]
1373
1373
  },
1374
1374
  "functionSelector": "8129fc1c",
1375
- "id": 32937,
1375
+ "id": 32944,
1376
1376
  "implemented": true,
1377
1377
  "kind": "function",
1378
1378
  "modifiers": [
1379
1379
  {
1380
- "id": 32931,
1380
+ "id": 32938,
1381
1381
  "kind": "modifierInvocation",
1382
1382
  "modifierName": {
1383
- "id": 32930,
1383
+ "id": 32937,
1384
1384
  "name": "initializer",
1385
1385
  "nameLocations": [
1386
1386
  "1415:11:88"
@@ -1397,24 +1397,24 @@
1397
1397
  "nameLocation": "1368:10:88",
1398
1398
  "nodeType": "FunctionDefinition",
1399
1399
  "overrides": {
1400
- "id": 32929,
1400
+ "id": 32936,
1401
1401
  "nodeType": "OverrideSpecifier",
1402
1402
  "overrides": [],
1403
1403
  "src": "1398:8:88"
1404
1404
  },
1405
1405
  "parameters": {
1406
- "id": 32928,
1406
+ "id": 32935,
1407
1407
  "nodeType": "ParameterList",
1408
1408
  "parameters": [],
1409
1409
  "src": "1378:2:88"
1410
1410
  },
1411
1411
  "returnParameters": {
1412
- "id": 32932,
1412
+ "id": 32939,
1413
1413
  "nodeType": "ParameterList",
1414
1414
  "parameters": [],
1415
1415
  "src": "1461:0:88"
1416
1416
  },
1417
- "scope": 33208,
1417
+ "scope": 33215,
1418
1418
  "src": "1359:143:88",
1419
1419
  "stateMutability": "nonpayable",
1420
1420
  "virtual": false,
@@ -1422,10 +1422,10 @@
1422
1422
  },
1423
1423
  {
1424
1424
  "baseFunctions": [
1425
- 37452
1425
+ 37459
1426
1426
  ],
1427
1427
  "body": {
1428
- "id": 32947,
1428
+ "id": 32954,
1429
1429
  "nodeType": "Block",
1430
1430
  "src": "1572:102:88",
1431
1431
  "statements": [
@@ -1434,7 +1434,7 @@
1434
1434
  "arguments": [
1435
1435
  {
1436
1436
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e636f6e7472616374732e5375706572546f6b656e466163746f72792e696d706c656d656e746174696f6e",
1437
- "id": 32944,
1437
+ "id": 32951,
1438
1438
  "isConstant": false,
1439
1439
  "isLValue": false,
1440
1440
  "isPure": true,
@@ -1456,7 +1456,7 @@
1456
1456
  "typeString": "literal_string \"org.superfluid-finance.contracts.SuperTokenFactory.implementation\""
1457
1457
  }
1458
1458
  ],
1459
- "id": 32943,
1459
+ "id": 32950,
1460
1460
  "name": "keccak256",
1461
1461
  "nodeType": "Identifier",
1462
1462
  "overloadedDeclarations": [],
@@ -1467,7 +1467,7 @@
1467
1467
  "typeString": "function (bytes memory) pure returns (bytes32)"
1468
1468
  }
1469
1469
  },
1470
- "id": 32945,
1470
+ "id": 32952,
1471
1471
  "isConstant": false,
1472
1472
  "isLValue": false,
1473
1473
  "isPure": true,
@@ -1483,15 +1483,15 @@
1483
1483
  "typeString": "bytes32"
1484
1484
  }
1485
1485
  },
1486
- "functionReturnParameters": 32942,
1487
- "id": 32946,
1486
+ "functionReturnParameters": 32949,
1487
+ "id": 32953,
1488
1488
  "nodeType": "Return",
1489
1489
  "src": "1582:85:88"
1490
1490
  }
1491
1491
  ]
1492
1492
  },
1493
1493
  "functionSelector": "52d1902d",
1494
- "id": 32948,
1494
+ "id": 32955,
1495
1495
  "implemented": true,
1496
1496
  "kind": "function",
1497
1497
  "modifiers": [],
@@ -1499,29 +1499,29 @@
1499
1499
  "nameLocation": "1517:13:88",
1500
1500
  "nodeType": "FunctionDefinition",
1501
1501
  "overrides": {
1502
- "id": 32939,
1502
+ "id": 32946,
1503
1503
  "nodeType": "OverrideSpecifier",
1504
1504
  "overrides": [],
1505
1505
  "src": "1545:8:88"
1506
1506
  },
1507
1507
  "parameters": {
1508
- "id": 32938,
1508
+ "id": 32945,
1509
1509
  "nodeType": "ParameterList",
1510
1510
  "parameters": [],
1511
1511
  "src": "1530:2:88"
1512
1512
  },
1513
1513
  "returnParameters": {
1514
- "id": 32942,
1514
+ "id": 32949,
1515
1515
  "nodeType": "ParameterList",
1516
1516
  "parameters": [
1517
1517
  {
1518
1518
  "constant": false,
1519
- "id": 32941,
1519
+ "id": 32948,
1520
1520
  "mutability": "mutable",
1521
1521
  "name": "",
1522
1522
  "nameLocation": "-1:-1:-1",
1523
1523
  "nodeType": "VariableDeclaration",
1524
- "scope": 32948,
1524
+ "scope": 32955,
1525
1525
  "src": "1563:7:88",
1526
1526
  "stateVariable": false,
1527
1527
  "storageLocation": "default",
@@ -1530,7 +1530,7 @@
1530
1530
  "typeString": "bytes32"
1531
1531
  },
1532
1532
  "typeName": {
1533
- "id": 32940,
1533
+ "id": 32947,
1534
1534
  "name": "bytes32",
1535
1535
  "nodeType": "ElementaryTypeName",
1536
1536
  "src": "1563:7:88",
@@ -1544,7 +1544,7 @@
1544
1544
  ],
1545
1545
  "src": "1562:9:88"
1546
1546
  },
1547
- "scope": 33208,
1547
+ "scope": 33215,
1548
1548
  "src": "1508:166:88",
1549
1549
  "stateMutability": "pure",
1550
1550
  "virtual": false,
@@ -1552,10 +1552,10 @@
1552
1552
  },
1553
1553
  {
1554
1554
  "baseFunctions": [
1555
- 37440
1555
+ 37447
1556
1556
  ],
1557
1557
  "body": {
1558
- "id": 32977,
1558
+ "id": 32984,
1559
1559
  "nodeType": "Block",
1560
1560
  "src": "1738:230:88",
1561
1561
  "statements": [
@@ -1565,14 +1565,14 @@
1565
1565
  "typeIdentifier": "t_address",
1566
1566
  "typeString": "address"
1567
1567
  },
1568
- "id": 32960,
1568
+ "id": 32967,
1569
1569
  "isConstant": false,
1570
1570
  "isLValue": false,
1571
1571
  "isPure": false,
1572
1572
  "lValueRequested": false,
1573
1573
  "leftExpression": {
1574
1574
  "expression": {
1575
- "id": 32954,
1575
+ "id": 32961,
1576
1576
  "name": "msg",
1577
1577
  "nodeType": "Identifier",
1578
1578
  "overloadedDeclarations": [],
@@ -1583,7 +1583,7 @@
1583
1583
  "typeString": "msg"
1584
1584
  }
1585
1585
  },
1586
- "id": 32955,
1586
+ "id": 32962,
1587
1587
  "isConstant": false,
1588
1588
  "isLValue": false,
1589
1589
  "isPure": false,
@@ -1602,14 +1602,14 @@
1602
1602
  "rightExpression": {
1603
1603
  "arguments": [
1604
1604
  {
1605
- "id": 32958,
1605
+ "id": 32965,
1606
1606
  "name": "_host",
1607
1607
  "nodeType": "Identifier",
1608
1608
  "overloadedDeclarations": [],
1609
- "referencedDeclaration": 32899,
1609
+ "referencedDeclaration": 32906,
1610
1610
  "src": "1774:5:88",
1611
1611
  "typeDescriptions": {
1612
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1612
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1613
1613
  "typeString": "contract ISuperfluid"
1614
1614
  }
1615
1615
  }
@@ -1617,11 +1617,11 @@
1617
1617
  "expression": {
1618
1618
  "argumentTypes": [
1619
1619
  {
1620
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1620
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1621
1621
  "typeString": "contract ISuperfluid"
1622
1622
  }
1623
1623
  ],
1624
- "id": 32957,
1624
+ "id": 32964,
1625
1625
  "isConstant": false,
1626
1626
  "isLValue": false,
1627
1627
  "isPure": true,
@@ -1633,14 +1633,14 @@
1633
1633
  "typeString": "type(address)"
1634
1634
  },
1635
1635
  "typeName": {
1636
- "id": 32956,
1636
+ "id": 32963,
1637
1637
  "name": "address",
1638
1638
  "nodeType": "ElementaryTypeName",
1639
1639
  "src": "1766:7:88",
1640
1640
  "typeDescriptions": {}
1641
1641
  }
1642
1642
  },
1643
- "id": 32959,
1643
+ "id": 32966,
1644
1644
  "isConstant": false,
1645
1645
  "isLValue": false,
1646
1646
  "isPure": false,
@@ -1662,11 +1662,11 @@
1662
1662
  "typeString": "bool"
1663
1663
  }
1664
1664
  },
1665
- "id": 32969,
1665
+ "id": 32976,
1666
1666
  "nodeType": "IfStatement",
1667
1667
  "src": "1748:140:88",
1668
1668
  "trueBody": {
1669
- "id": 32968,
1669
+ "id": 32975,
1670
1670
  "nodeType": "Block",
1671
1671
  "src": "1782:106:88",
1672
1672
  "statements": [
@@ -1675,18 +1675,18 @@
1675
1675
  "arguments": [
1676
1676
  {
1677
1677
  "expression": {
1678
- "id": 32964,
1678
+ "id": 32971,
1679
1679
  "name": "SuperfluidErrors",
1680
1680
  "nodeType": "Identifier",
1681
1681
  "overloadedDeclarations": [],
1682
- "referencedDeclaration": 19402,
1682
+ "referencedDeclaration": 19409,
1683
1683
  "src": "1830:16:88",
1684
1684
  "typeDescriptions": {
1685
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
1685
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
1686
1686
  "typeString": "type(library SuperfluidErrors)"
1687
1687
  }
1688
1688
  },
1689
- "id": 32965,
1689
+ "id": 32972,
1690
1690
  "isConstant": false,
1691
1691
  "isLValue": false,
1692
1692
  "isPure": true,
@@ -1694,7 +1694,7 @@
1694
1694
  "memberLocation": "1847:29:88",
1695
1695
  "memberName": "SUPER_TOKEN_FACTORY_ONLY_HOST",
1696
1696
  "nodeType": "MemberAccess",
1697
- "referencedDeclaration": 19395,
1697
+ "referencedDeclaration": 19402,
1698
1698
  "src": "1830:46:88",
1699
1699
  "typeDescriptions": {
1700
1700
  "typeIdentifier": "t_uint256",
@@ -1710,18 +1710,18 @@
1710
1710
  }
1711
1711
  ],
1712
1712
  "expression": {
1713
- "id": 32961,
1713
+ "id": 32968,
1714
1714
  "name": "SuperfluidErrors",
1715
1715
  "nodeType": "Identifier",
1716
1716
  "overloadedDeclarations": [],
1717
- "referencedDeclaration": 19402,
1717
+ "referencedDeclaration": 19409,
1718
1718
  "src": "1803:16:88",
1719
1719
  "typeDescriptions": {
1720
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
1720
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
1721
1721
  "typeString": "type(library SuperfluidErrors)"
1722
1722
  }
1723
1723
  },
1724
- "id": 32963,
1724
+ "id": 32970,
1725
1725
  "isConstant": false,
1726
1726
  "isLValue": false,
1727
1727
  "isPure": false,
@@ -1729,14 +1729,14 @@
1729
1729
  "memberLocation": "1820:9:88",
1730
1730
  "memberName": "ONLY_HOST",
1731
1731
  "nodeType": "MemberAccess",
1732
- "referencedDeclaration": 19295,
1732
+ "referencedDeclaration": 19302,
1733
1733
  "src": "1803:26:88",
1734
1734
  "typeDescriptions": {
1735
1735
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
1736
1736
  "typeString": "function (uint256) pure"
1737
1737
  }
1738
1738
  },
1739
- "id": 32966,
1739
+ "id": 32973,
1740
1740
  "isConstant": false,
1741
1741
  "isLValue": false,
1742
1742
  "isPure": false,
@@ -1752,7 +1752,7 @@
1752
1752
  "typeString": "tuple()"
1753
1753
  }
1754
1754
  },
1755
- "id": 32967,
1755
+ "id": 32974,
1756
1756
  "nodeType": "RevertStatement",
1757
1757
  "src": "1796:81:88"
1758
1758
  }
@@ -1763,11 +1763,11 @@
1763
1763
  "expression": {
1764
1764
  "arguments": [
1765
1765
  {
1766
- "id": 32971,
1766
+ "id": 32978,
1767
1767
  "name": "newAddress",
1768
1768
  "nodeType": "Identifier",
1769
1769
  "overloadedDeclarations": [],
1770
- "referencedDeclaration": 32950,
1770
+ "referencedDeclaration": 32957,
1771
1771
  "src": "1916:10:88",
1772
1772
  "typeDescriptions": {
1773
1773
  "typeIdentifier": "t_address",
@@ -1782,18 +1782,18 @@
1782
1782
  "typeString": "address"
1783
1783
  }
1784
1784
  ],
1785
- "id": 32970,
1785
+ "id": 32977,
1786
1786
  "name": "_updateCodeAddress",
1787
1787
  "nodeType": "Identifier",
1788
1788
  "overloadedDeclarations": [],
1789
- "referencedDeclaration": 37505,
1789
+ "referencedDeclaration": 37512,
1790
1790
  "src": "1897:18:88",
1791
1791
  "typeDescriptions": {
1792
1792
  "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
1793
1793
  "typeString": "function (address)"
1794
1794
  }
1795
1795
  },
1796
- "id": 32972,
1796
+ "id": 32979,
1797
1797
  "isConstant": false,
1798
1798
  "isLValue": false,
1799
1799
  "isPure": false,
@@ -1809,7 +1809,7 @@
1809
1809
  "typeString": "tuple()"
1810
1810
  }
1811
1811
  },
1812
- "id": 32973,
1812
+ "id": 32980,
1813
1813
  "nodeType": "ExpressionStatement",
1814
1814
  "src": "1897:30:88"
1815
1815
  },
@@ -1818,18 +1818,18 @@
1818
1818
  "arguments": [],
1819
1819
  "expression": {
1820
1820
  "argumentTypes": [],
1821
- "id": 32974,
1821
+ "id": 32981,
1822
1822
  "name": "_updateSuperTokenLogic",
1823
1823
  "nodeType": "Identifier",
1824
1824
  "overloadedDeclarations": [],
1825
- "referencedDeclaration": 33004,
1825
+ "referencedDeclaration": 33011,
1826
1826
  "src": "1937:22:88",
1827
1827
  "typeDescriptions": {
1828
1828
  "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$",
1829
1829
  "typeString": "function ()"
1830
1830
  }
1831
1831
  },
1832
- "id": 32975,
1832
+ "id": 32982,
1833
1833
  "isConstant": false,
1834
1834
  "isLValue": false,
1835
1835
  "isPure": false,
@@ -1845,14 +1845,14 @@
1845
1845
  "typeString": "tuple()"
1846
1846
  }
1847
1847
  },
1848
- "id": 32976,
1848
+ "id": 32983,
1849
1849
  "nodeType": "ExpressionStatement",
1850
1850
  "src": "1937:24:88"
1851
1851
  }
1852
1852
  ]
1853
1853
  },
1854
1854
  "functionSelector": "46951954",
1855
- "id": 32978,
1855
+ "id": 32985,
1856
1856
  "implemented": true,
1857
1857
  "kind": "function",
1858
1858
  "modifiers": [],
@@ -1860,23 +1860,23 @@
1860
1860
  "nameLocation": "1689:10:88",
1861
1861
  "nodeType": "FunctionDefinition",
1862
1862
  "overrides": {
1863
- "id": 32952,
1863
+ "id": 32959,
1864
1864
  "nodeType": "OverrideSpecifier",
1865
1865
  "overrides": [],
1866
1866
  "src": "1729:8:88"
1867
1867
  },
1868
1868
  "parameters": {
1869
- "id": 32951,
1869
+ "id": 32958,
1870
1870
  "nodeType": "ParameterList",
1871
1871
  "parameters": [
1872
1872
  {
1873
1873
  "constant": false,
1874
- "id": 32950,
1874
+ "id": 32957,
1875
1875
  "mutability": "mutable",
1876
1876
  "name": "newAddress",
1877
1877
  "nameLocation": "1708:10:88",
1878
1878
  "nodeType": "VariableDeclaration",
1879
- "scope": 32978,
1879
+ "scope": 32985,
1880
1880
  "src": "1700:18:88",
1881
1881
  "stateVariable": false,
1882
1882
  "storageLocation": "default",
@@ -1885,7 +1885,7 @@
1885
1885
  "typeString": "address"
1886
1886
  },
1887
1887
  "typeName": {
1888
- "id": 32949,
1888
+ "id": 32956,
1889
1889
  "name": "address",
1890
1890
  "nodeType": "ElementaryTypeName",
1891
1891
  "src": "1700:7:88",
@@ -1901,12 +1901,12 @@
1901
1901
  "src": "1699:20:88"
1902
1902
  },
1903
1903
  "returnParameters": {
1904
- "id": 32953,
1904
+ "id": 32960,
1905
1905
  "nodeType": "ParameterList",
1906
1906
  "parameters": [],
1907
1907
  "src": "1738:0:88"
1908
1908
  },
1909
- "scope": 33208,
1909
+ "scope": 33215,
1910
1910
  "src": "1680:288:88",
1911
1911
  "stateMutability": "nonpayable",
1912
1912
  "virtual": false,
@@ -1914,26 +1914,26 @@
1914
1914
  },
1915
1915
  {
1916
1916
  "body": {
1917
- "id": 33003,
1917
+ "id": 33010,
1918
1918
  "nodeType": "Block",
1919
1919
  "src": "2016:291:88",
1920
1920
  "statements": [
1921
1921
  {
1922
1922
  "expression": {
1923
- "id": 32988,
1923
+ "id": 32995,
1924
1924
  "isConstant": false,
1925
1925
  "isLValue": false,
1926
1926
  "isPure": false,
1927
1927
  "lValueRequested": false,
1928
1928
  "leftHandSide": {
1929
- "id": 32981,
1929
+ "id": 32988,
1930
1930
  "name": "_superTokenLogic",
1931
1931
  "nodeType": "Identifier",
1932
1932
  "overloadedDeclarations": [],
1933
- "referencedDeclaration": 32902,
1933
+ "referencedDeclaration": 32909,
1934
1934
  "src": "2120:16:88",
1935
1935
  "typeDescriptions": {
1936
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
1936
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1937
1937
  "typeString": "contract ISuperToken"
1938
1938
  }
1939
1939
  },
@@ -1944,14 +1944,14 @@
1944
1944
  {
1945
1945
  "arguments": [
1946
1946
  {
1947
- "id": 32985,
1947
+ "id": 32992,
1948
1948
  "name": "_host",
1949
1949
  "nodeType": "Identifier",
1950
1950
  "overloadedDeclarations": [],
1951
- "referencedDeclaration": 32899,
1951
+ "referencedDeclaration": 32906,
1952
1952
  "src": "2177:5:88",
1953
1953
  "typeDescriptions": {
1954
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1954
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1955
1955
  "typeString": "contract ISuperfluid"
1956
1956
  }
1957
1957
  }
@@ -1959,23 +1959,23 @@
1959
1959
  "expression": {
1960
1960
  "argumentTypes": [
1961
1961
  {
1962
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
1962
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1963
1963
  "typeString": "contract ISuperfluid"
1964
1964
  }
1965
1965
  ],
1966
1966
  "expression": {
1967
- "id": 32983,
1967
+ "id": 32990,
1968
1968
  "name": "this",
1969
1969
  "nodeType": "Identifier",
1970
1970
  "overloadedDeclarations": [],
1971
1971
  "referencedDeclaration": 4294967268,
1972
1972
  "src": "2150:4:88",
1973
1973
  "typeDescriptions": {
1974
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33208",
1974
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33215",
1975
1975
  "typeString": "contract SuperTokenFactoryBase"
1976
1976
  }
1977
1977
  },
1978
- "id": 32984,
1978
+ "id": 32991,
1979
1979
  "isConstant": false,
1980
1980
  "isLValue": false,
1981
1981
  "isPure": false,
@@ -1983,14 +1983,14 @@
1983
1983
  "memberLocation": "2155:21:88",
1984
1984
  "memberName": "createSuperTokenLogic",
1985
1985
  "nodeType": "MemberAccess",
1986
- "referencedDeclaration": 33022,
1986
+ "referencedDeclaration": 33029,
1987
1987
  "src": "2150:26:88",
1988
1988
  "typeDescriptions": {
1989
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_address_$",
1989
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_address_$",
1990
1990
  "typeString": "function (contract ISuperfluid) external returns (address)"
1991
1991
  }
1992
1992
  },
1993
- "id": 32986,
1993
+ "id": 32993,
1994
1994
  "isConstant": false,
1995
1995
  "isLValue": false,
1996
1996
  "isPure": false,
@@ -2014,18 +2014,18 @@
2014
2014
  "typeString": "address"
2015
2015
  }
2016
2016
  ],
2017
- "id": 32982,
2017
+ "id": 32989,
2018
2018
  "name": "SuperToken",
2019
2019
  "nodeType": "Identifier",
2020
2020
  "overloadedDeclarations": [],
2021
- "referencedDeclaration": 32870,
2021
+ "referencedDeclaration": 32877,
2022
2022
  "src": "2139:10:88",
2023
2023
  "typeDescriptions": {
2024
- "typeIdentifier": "t_type$_t_contract$_SuperToken_$32870_$",
2024
+ "typeIdentifier": "t_type$_t_contract$_SuperToken_$32877_$",
2025
2025
  "typeString": "type(contract SuperToken)"
2026
2026
  }
2027
2027
  },
2028
- "id": 32987,
2028
+ "id": 32994,
2029
2029
  "isConstant": false,
2030
2030
  "isLValue": false,
2031
2031
  "isPure": false,
@@ -2037,17 +2037,17 @@
2037
2037
  "src": "2139:45:88",
2038
2038
  "tryCall": false,
2039
2039
  "typeDescriptions": {
2040
- "typeIdentifier": "t_contract$_SuperToken_$32870",
2040
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
2041
2041
  "typeString": "contract SuperToken"
2042
2042
  }
2043
2043
  },
2044
2044
  "src": "2120:64:88",
2045
2045
  "typeDescriptions": {
2046
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2046
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2047
2047
  "typeString": "contract ISuperToken"
2048
2048
  }
2049
2049
  },
2050
- "id": 32989,
2050
+ "id": 32996,
2051
2051
  "nodeType": "ExpressionStatement",
2052
2052
  "src": "2120:64:88"
2053
2053
  },
@@ -2061,14 +2061,14 @@
2061
2061
  {
2062
2062
  "arguments": [
2063
2063
  {
2064
- "id": 32993,
2064
+ "id": 33000,
2065
2065
  "name": "_superTokenLogic",
2066
2066
  "nodeType": "Identifier",
2067
2067
  "overloadedDeclarations": [],
2068
- "referencedDeclaration": 32902,
2068
+ "referencedDeclaration": 32909,
2069
2069
  "src": "2216:16:88",
2070
2070
  "typeDescriptions": {
2071
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2071
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2072
2072
  "typeString": "contract ISuperToken"
2073
2073
  }
2074
2074
  }
@@ -2076,11 +2076,11 @@
2076
2076
  "expression": {
2077
2077
  "argumentTypes": [
2078
2078
  {
2079
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2079
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2080
2080
  "typeString": "contract ISuperToken"
2081
2081
  }
2082
2082
  ],
2083
- "id": 32992,
2083
+ "id": 32999,
2084
2084
  "isConstant": false,
2085
2085
  "isLValue": false,
2086
2086
  "isPure": true,
@@ -2092,14 +2092,14 @@
2092
2092
  "typeString": "type(address)"
2093
2093
  },
2094
2094
  "typeName": {
2095
- "id": 32991,
2095
+ "id": 32998,
2096
2096
  "name": "address",
2097
2097
  "nodeType": "ElementaryTypeName",
2098
2098
  "src": "2208:7:88",
2099
2099
  "typeDescriptions": {}
2100
2100
  }
2101
2101
  },
2102
- "id": 32994,
2102
+ "id": 33001,
2103
2103
  "isConstant": false,
2104
2104
  "isLValue": false,
2105
2105
  "isPure": false,
@@ -2123,18 +2123,18 @@
2123
2123
  "typeString": "address"
2124
2124
  }
2125
2125
  ],
2126
- "id": 32990,
2126
+ "id": 32997,
2127
2127
  "name": "UUPSProxiable",
2128
2128
  "nodeType": "Identifier",
2129
2129
  "overloadedDeclarations": [],
2130
- "referencedDeclaration": 37512,
2130
+ "referencedDeclaration": 37519,
2131
2131
  "src": "2194:13:88",
2132
2132
  "typeDescriptions": {
2133
- "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37512_$",
2133
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxiable_$37519_$",
2134
2134
  "typeString": "type(contract UUPSProxiable)"
2135
2135
  }
2136
2136
  },
2137
- "id": 32995,
2137
+ "id": 33002,
2138
2138
  "isConstant": false,
2139
2139
  "isLValue": false,
2140
2140
  "isPure": false,
@@ -2146,11 +2146,11 @@
2146
2146
  "src": "2194:40:88",
2147
2147
  "tryCall": false,
2148
2148
  "typeDescriptions": {
2149
- "typeIdentifier": "t_contract$_UUPSProxiable_$37512",
2149
+ "typeIdentifier": "t_contract$_UUPSProxiable_$37519",
2150
2150
  "typeString": "contract UUPSProxiable"
2151
2151
  }
2152
2152
  },
2153
- "id": 32996,
2153
+ "id": 33003,
2154
2154
  "isConstant": false,
2155
2155
  "isLValue": false,
2156
2156
  "isPure": false,
@@ -2158,14 +2158,14 @@
2158
2158
  "memberLocation": "2235:8:88",
2159
2159
  "memberName": "castrate",
2160
2160
  "nodeType": "MemberAccess",
2161
- "referencedDeclaration": 37446,
2161
+ "referencedDeclaration": 37453,
2162
2162
  "src": "2194:49:88",
2163
2163
  "typeDescriptions": {
2164
2164
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
2165
2165
  "typeString": "function () external"
2166
2166
  }
2167
2167
  },
2168
- "id": 32997,
2168
+ "id": 33004,
2169
2169
  "isConstant": false,
2170
2170
  "isLValue": false,
2171
2171
  "isPure": false,
@@ -2181,7 +2181,7 @@
2181
2181
  "typeString": "tuple()"
2182
2182
  }
2183
2183
  },
2184
- "id": 32998,
2184
+ "id": 33005,
2185
2185
  "nodeType": "ExpressionStatement",
2186
2186
  "src": "2194:51:88"
2187
2187
  },
@@ -2189,14 +2189,14 @@
2189
2189
  "eventCall": {
2190
2190
  "arguments": [
2191
2191
  {
2192
- "id": 33000,
2192
+ "id": 33007,
2193
2193
  "name": "_superTokenLogic",
2194
2194
  "nodeType": "Identifier",
2195
2195
  "overloadedDeclarations": [],
2196
- "referencedDeclaration": 32902,
2196
+ "referencedDeclaration": 32909,
2197
2197
  "src": "2283:16:88",
2198
2198
  "typeDescriptions": {
2199
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2199
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2200
2200
  "typeString": "contract ISuperToken"
2201
2201
  }
2202
2202
  }
@@ -2204,22 +2204,22 @@
2204
2204
  "expression": {
2205
2205
  "argumentTypes": [
2206
2206
  {
2207
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2207
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2208
2208
  "typeString": "contract ISuperToken"
2209
2209
  }
2210
2210
  ],
2211
- "id": 32999,
2211
+ "id": 33006,
2212
2212
  "name": "SuperTokenLogicCreated",
2213
2213
  "nodeType": "Identifier",
2214
2214
  "overloadedDeclarations": [],
2215
- "referencedDeclaration": 20011,
2215
+ "referencedDeclaration": 20018,
2216
2216
  "src": "2260:22:88",
2217
2217
  "typeDescriptions": {
2218
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19933_$returns$__$",
2218
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19940_$returns$__$",
2219
2219
  "typeString": "function (contract ISuperToken)"
2220
2220
  }
2221
2221
  },
2222
- "id": 33001,
2222
+ "id": 33008,
2223
2223
  "isConstant": false,
2224
2224
  "isLValue": false,
2225
2225
  "isPure": false,
@@ -2235,13 +2235,13 @@
2235
2235
  "typeString": "tuple()"
2236
2236
  }
2237
2237
  },
2238
- "id": 33002,
2238
+ "id": 33009,
2239
2239
  "nodeType": "EmitStatement",
2240
2240
  "src": "2255:45:88"
2241
2241
  }
2242
2242
  ]
2243
2243
  },
2244
- "id": 33004,
2244
+ "id": 33011,
2245
2245
  "implemented": true,
2246
2246
  "kind": "function",
2247
2247
  "modifiers": [],
@@ -2249,18 +2249,18 @@
2249
2249
  "nameLocation": "1983:22:88",
2250
2250
  "nodeType": "FunctionDefinition",
2251
2251
  "parameters": {
2252
- "id": 32979,
2252
+ "id": 32986,
2253
2253
  "nodeType": "ParameterList",
2254
2254
  "parameters": [],
2255
2255
  "src": "2005:2:88"
2256
2256
  },
2257
2257
  "returnParameters": {
2258
- "id": 32980,
2258
+ "id": 32987,
2259
2259
  "nodeType": "ParameterList",
2260
2260
  "parameters": [],
2261
2261
  "src": "2016:0:88"
2262
2262
  },
2263
- "scope": 33208,
2263
+ "scope": 33215,
2264
2264
  "src": "1974:333:88",
2265
2265
  "stateMutability": "nonpayable",
2266
2266
  "virtual": false,
@@ -2268,35 +2268,35 @@
2268
2268
  },
2269
2269
  {
2270
2270
  "baseFunctions": [
2271
- 19960
2271
+ 19967
2272
2272
  ],
2273
2273
  "body": {
2274
- "id": 33013,
2274
+ "id": 33020,
2275
2275
  "nodeType": "Block",
2276
2276
  "src": "2593:40:88",
2277
2277
  "statements": [
2278
2278
  {
2279
2279
  "expression": {
2280
- "id": 33011,
2280
+ "id": 33018,
2281
2281
  "name": "_superTokenLogic",
2282
2282
  "nodeType": "Identifier",
2283
2283
  "overloadedDeclarations": [],
2284
- "referencedDeclaration": 32902,
2284
+ "referencedDeclaration": 32909,
2285
2285
  "src": "2610:16:88",
2286
2286
  "typeDescriptions": {
2287
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2287
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2288
2288
  "typeString": "contract ISuperToken"
2289
2289
  }
2290
2290
  },
2291
- "functionReturnParameters": 33010,
2292
- "id": 33012,
2291
+ "functionReturnParameters": 33017,
2292
+ "id": 33019,
2293
2293
  "nodeType": "Return",
2294
2294
  "src": "2603:23:88"
2295
2295
  }
2296
2296
  ]
2297
2297
  },
2298
2298
  "functionSelector": "9470a5b2",
2299
- "id": 33014,
2299
+ "id": 33021,
2300
2300
  "implemented": true,
2301
2301
  "kind": "function",
2302
2302
  "modifiers": [],
@@ -2304,53 +2304,53 @@
2304
2304
  "nameLocation": "2507:18:88",
2305
2305
  "nodeType": "FunctionDefinition",
2306
2306
  "overrides": {
2307
- "id": 33006,
2307
+ "id": 33013,
2308
2308
  "nodeType": "OverrideSpecifier",
2309
2309
  "overrides": [],
2310
2310
  "src": "2550:8:88"
2311
2311
  },
2312
2312
  "parameters": {
2313
- "id": 33005,
2313
+ "id": 33012,
2314
2314
  "nodeType": "ParameterList",
2315
2315
  "parameters": [],
2316
2316
  "src": "2525:2:88"
2317
2317
  },
2318
2318
  "returnParameters": {
2319
- "id": 33010,
2319
+ "id": 33017,
2320
2320
  "nodeType": "ParameterList",
2321
2321
  "parameters": [
2322
2322
  {
2323
2323
  "constant": false,
2324
- "id": 33009,
2324
+ "id": 33016,
2325
2325
  "mutability": "mutable",
2326
2326
  "name": "",
2327
2327
  "nameLocation": "-1:-1:-1",
2328
2328
  "nodeType": "VariableDeclaration",
2329
- "scope": 33014,
2329
+ "scope": 33021,
2330
2330
  "src": "2576:11:88",
2331
2331
  "stateVariable": false,
2332
2332
  "storageLocation": "default",
2333
2333
  "typeDescriptions": {
2334
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2334
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2335
2335
  "typeString": "contract ISuperToken"
2336
2336
  },
2337
2337
  "typeName": {
2338
- "id": 33008,
2338
+ "id": 33015,
2339
2339
  "nodeType": "UserDefinedTypeName",
2340
2340
  "pathNode": {
2341
- "id": 33007,
2341
+ "id": 33014,
2342
2342
  "name": "ISuperToken",
2343
2343
  "nameLocations": [
2344
2344
  "2576:11:88"
2345
2345
  ],
2346
2346
  "nodeType": "IdentifierPath",
2347
- "referencedDeclaration": 19933,
2347
+ "referencedDeclaration": 19940,
2348
2348
  "src": "2576:11:88"
2349
2349
  },
2350
- "referencedDeclaration": 19933,
2350
+ "referencedDeclaration": 19940,
2351
2351
  "src": "2576:11:88",
2352
2352
  "typeDescriptions": {
2353
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2353
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2354
2354
  "typeString": "contract ISuperToken"
2355
2355
  }
2356
2356
  },
@@ -2359,7 +2359,7 @@
2359
2359
  ],
2360
2360
  "src": "2575:13:88"
2361
2361
  },
2362
- "scope": 33208,
2362
+ "scope": 33215,
2363
2363
  "src": "2498:135:88",
2364
2364
  "stateMutability": "view",
2365
2365
  "virtual": false,
@@ -2367,7 +2367,7 @@
2367
2367
  },
2368
2368
  {
2369
2369
  "functionSelector": "4dcc4d79",
2370
- "id": 33022,
2370
+ "id": 33029,
2371
2371
  "implemented": false,
2372
2372
  "kind": "function",
2373
2373
  "modifiers": [],
@@ -2375,41 +2375,41 @@
2375
2375
  "nameLocation": "2648:21:88",
2376
2376
  "nodeType": "FunctionDefinition",
2377
2377
  "parameters": {
2378
- "id": 33018,
2378
+ "id": 33025,
2379
2379
  "nodeType": "ParameterList",
2380
2380
  "parameters": [
2381
2381
  {
2382
2382
  "constant": false,
2383
- "id": 33017,
2383
+ "id": 33024,
2384
2384
  "mutability": "mutable",
2385
2385
  "name": "host",
2386
2386
  "nameLocation": "2682:4:88",
2387
2387
  "nodeType": "VariableDeclaration",
2388
- "scope": 33022,
2388
+ "scope": 33029,
2389
2389
  "src": "2670:16:88",
2390
2390
  "stateVariable": false,
2391
2391
  "storageLocation": "default",
2392
2392
  "typeDescriptions": {
2393
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
2393
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
2394
2394
  "typeString": "contract ISuperfluid"
2395
2395
  },
2396
2396
  "typeName": {
2397
- "id": 33016,
2397
+ "id": 33023,
2398
2398
  "nodeType": "UserDefinedTypeName",
2399
2399
  "pathNode": {
2400
- "id": 33015,
2400
+ "id": 33022,
2401
2401
  "name": "ISuperfluid",
2402
2402
  "nameLocations": [
2403
2403
  "2670:11:88"
2404
2404
  ],
2405
2405
  "nodeType": "IdentifierPath",
2406
- "referencedDeclaration": 20535,
2406
+ "referencedDeclaration": 20542,
2407
2407
  "src": "2670:11:88"
2408
2408
  },
2409
- "referencedDeclaration": 20535,
2409
+ "referencedDeclaration": 20542,
2410
2410
  "src": "2670:11:88",
2411
2411
  "typeDescriptions": {
2412
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
2412
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
2413
2413
  "typeString": "contract ISuperfluid"
2414
2414
  }
2415
2415
  },
@@ -2419,17 +2419,17 @@
2419
2419
  "src": "2669:18:88"
2420
2420
  },
2421
2421
  "returnParameters": {
2422
- "id": 33021,
2422
+ "id": 33028,
2423
2423
  "nodeType": "ParameterList",
2424
2424
  "parameters": [
2425
2425
  {
2426
2426
  "constant": false,
2427
- "id": 33020,
2427
+ "id": 33027,
2428
2428
  "mutability": "mutable",
2429
2429
  "name": "logic",
2430
2430
  "nameLocation": "2722:5:88",
2431
2431
  "nodeType": "VariableDeclaration",
2432
- "scope": 33022,
2432
+ "scope": 33029,
2433
2433
  "src": "2714:13:88",
2434
2434
  "stateVariable": false,
2435
2435
  "storageLocation": "default",
@@ -2438,7 +2438,7 @@
2438
2438
  "typeString": "address"
2439
2439
  },
2440
2440
  "typeName": {
2441
- "id": 33019,
2441
+ "id": 33026,
2442
2442
  "name": "address",
2443
2443
  "nodeType": "ElementaryTypeName",
2444
2444
  "src": "2714:7:88",
@@ -2453,7 +2453,7 @@
2453
2453
  ],
2454
2454
  "src": "2713:15:88"
2455
2455
  },
2456
- "scope": 33208,
2456
+ "scope": 33215,
2457
2457
  "src": "2639:90:88",
2458
2458
  "stateMutability": "nonpayable",
2459
2459
  "virtual": true,
@@ -2461,10 +2461,10 @@
2461
2461
  },
2462
2462
  {
2463
2463
  "baseFunctions": [
2464
- 19983
2464
+ 19990
2465
2465
  ],
2466
2466
  "body": {
2467
- "id": 33142,
2467
+ "id": 33149,
2468
2468
  "nodeType": "Block",
2469
2469
  "src": "3003:1043:88",
2470
2470
  "statements": [
@@ -2474,7 +2474,7 @@
2474
2474
  "typeIdentifier": "t_address",
2475
2475
  "typeString": "address"
2476
2476
  },
2477
- "id": 33049,
2477
+ "id": 33056,
2478
2478
  "isConstant": false,
2479
2479
  "isLValue": false,
2480
2480
  "isPure": false,
@@ -2482,11 +2482,11 @@
2482
2482
  "leftExpression": {
2483
2483
  "arguments": [
2484
2484
  {
2485
- "id": 33043,
2485
+ "id": 33050,
2486
2486
  "name": "underlyingToken",
2487
2487
  "nodeType": "Identifier",
2488
2488
  "overloadedDeclarations": [],
2489
- "referencedDeclaration": 33025,
2489
+ "referencedDeclaration": 33032,
2490
2490
  "src": "3025:15:88",
2491
2491
  "typeDescriptions": {
2492
2492
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -2501,7 +2501,7 @@
2501
2501
  "typeString": "contract IERC20"
2502
2502
  }
2503
2503
  ],
2504
- "id": 33042,
2504
+ "id": 33049,
2505
2505
  "isConstant": false,
2506
2506
  "isLValue": false,
2507
2507
  "isPure": true,
@@ -2513,14 +2513,14 @@
2513
2513
  "typeString": "type(address)"
2514
2514
  },
2515
2515
  "typeName": {
2516
- "id": 33041,
2516
+ "id": 33048,
2517
2517
  "name": "address",
2518
2518
  "nodeType": "ElementaryTypeName",
2519
2519
  "src": "3017:7:88",
2520
2520
  "typeDescriptions": {}
2521
2521
  }
2522
2522
  },
2523
- "id": 33044,
2523
+ "id": 33051,
2524
2524
  "isConstant": false,
2525
2525
  "isLValue": false,
2526
2526
  "isPure": false,
@@ -2542,7 +2542,7 @@
2542
2542
  "arguments": [
2543
2543
  {
2544
2544
  "hexValue": "30",
2545
- "id": 33047,
2545
+ "id": 33054,
2546
2546
  "isConstant": false,
2547
2547
  "isLValue": false,
2548
2548
  "isPure": true,
@@ -2564,7 +2564,7 @@
2564
2564
  "typeString": "int_const 0"
2565
2565
  }
2566
2566
  ],
2567
- "id": 33046,
2567
+ "id": 33053,
2568
2568
  "isConstant": false,
2569
2569
  "isLValue": false,
2570
2570
  "isPure": true,
@@ -2576,14 +2576,14 @@
2576
2576
  "typeString": "type(address)"
2577
2577
  },
2578
2578
  "typeName": {
2579
- "id": 33045,
2579
+ "id": 33052,
2580
2580
  "name": "address",
2581
2581
  "nodeType": "ElementaryTypeName",
2582
2582
  "src": "3045:7:88",
2583
2583
  "typeDescriptions": {}
2584
2584
  }
2585
2585
  },
2586
- "id": 33048,
2586
+ "id": 33055,
2587
2587
  "isConstant": false,
2588
2588
  "isLValue": false,
2589
2589
  "isPure": true,
@@ -2605,11 +2605,11 @@
2605
2605
  "typeString": "bool"
2606
2606
  }
2607
2607
  },
2608
- "id": 33058,
2608
+ "id": 33065,
2609
2609
  "nodeType": "IfStatement",
2610
2610
  "src": "3013:156:88",
2611
2611
  "trueBody": {
2612
- "id": 33057,
2612
+ "id": 33064,
2613
2613
  "nodeType": "Block",
2614
2614
  "src": "3057:112:88",
2615
2615
  "statements": [
@@ -2618,18 +2618,18 @@
2618
2618
  "arguments": [
2619
2619
  {
2620
2620
  "expression": {
2621
- "id": 33053,
2621
+ "id": 33060,
2622
2622
  "name": "SuperfluidErrors",
2623
2623
  "nodeType": "Identifier",
2624
2624
  "overloadedDeclarations": [],
2625
- "referencedDeclaration": 19402,
2625
+ "referencedDeclaration": 19409,
2626
2626
  "src": "3108:16:88",
2627
2627
  "typeDescriptions": {
2628
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
2628
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
2629
2629
  "typeString": "type(library SuperfluidErrors)"
2630
2630
  }
2631
2631
  },
2632
- "id": 33054,
2632
+ "id": 33061,
2633
2633
  "isConstant": false,
2634
2634
  "isLValue": false,
2635
2635
  "isPure": true,
@@ -2637,7 +2637,7 @@
2637
2637
  "memberLocation": "3125:32:88",
2638
2638
  "memberName": "SUPER_TOKEN_FACTORY_ZERO_ADDRESS",
2639
2639
  "nodeType": "MemberAccess",
2640
- "referencedDeclaration": 19398,
2640
+ "referencedDeclaration": 19405,
2641
2641
  "src": "3108:49:88",
2642
2642
  "typeDescriptions": {
2643
2643
  "typeIdentifier": "t_uint256",
@@ -2653,18 +2653,18 @@
2653
2653
  }
2654
2654
  ],
2655
2655
  "expression": {
2656
- "id": 33050,
2656
+ "id": 33057,
2657
2657
  "name": "SuperfluidErrors",
2658
2658
  "nodeType": "Identifier",
2659
2659
  "overloadedDeclarations": [],
2660
- "referencedDeclaration": 19402,
2660
+ "referencedDeclaration": 19409,
2661
2661
  "src": "3078:16:88",
2662
2662
  "typeDescriptions": {
2663
- "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19402_$",
2663
+ "typeIdentifier": "t_type$_t_contract$_SuperfluidErrors_$19409_$",
2664
2664
  "typeString": "type(library SuperfluidErrors)"
2665
2665
  }
2666
2666
  },
2667
- "id": 33052,
2667
+ "id": 33059,
2668
2668
  "isConstant": false,
2669
2669
  "isLValue": false,
2670
2670
  "isPure": false,
@@ -2672,14 +2672,14 @@
2672
2672
  "memberLocation": "3095:12:88",
2673
2673
  "memberName": "ZERO_ADDRESS",
2674
2674
  "nodeType": "MemberAccess",
2675
- "referencedDeclaration": 19299,
2675
+ "referencedDeclaration": 19306,
2676
2676
  "src": "3078:29:88",
2677
2677
  "typeDescriptions": {
2678
2678
  "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$__$",
2679
2679
  "typeString": "function (uint256) pure"
2680
2680
  }
2681
2681
  },
2682
- "id": 33055,
2682
+ "id": 33062,
2683
2683
  "isConstant": false,
2684
2684
  "isLValue": false,
2685
2685
  "isPure": false,
@@ -2695,7 +2695,7 @@
2695
2695
  "typeString": "tuple()"
2696
2696
  }
2697
2697
  },
2698
- "id": 33056,
2698
+ "id": 33063,
2699
2699
  "nodeType": "RevertStatement",
2700
2700
  "src": "3071:87:88"
2701
2701
  }
@@ -2705,23 +2705,23 @@
2705
2705
  {
2706
2706
  "condition": {
2707
2707
  "commonType": {
2708
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2708
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2709
2709
  "typeString": "enum ISuperTokenFactory.Upgradability"
2710
2710
  },
2711
- "id": 33062,
2711
+ "id": 33069,
2712
2712
  "isConstant": false,
2713
2713
  "isLValue": false,
2714
2714
  "isPure": false,
2715
2715
  "lValueRequested": false,
2716
2716
  "leftExpression": {
2717
- "id": 33059,
2717
+ "id": 33066,
2718
2718
  "name": "upgradability",
2719
2719
  "nodeType": "Identifier",
2720
2720
  "overloadedDeclarations": [],
2721
- "referencedDeclaration": 33030,
2721
+ "referencedDeclaration": 33037,
2722
2722
  "src": "3183:13:88",
2723
2723
  "typeDescriptions": {
2724
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2724
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2725
2725
  "typeString": "enum ISuperTokenFactory.Upgradability"
2726
2726
  }
2727
2727
  },
@@ -2729,18 +2729,18 @@
2729
2729
  "operator": "==",
2730
2730
  "rightExpression": {
2731
2731
  "expression": {
2732
- "id": 33060,
2732
+ "id": 33067,
2733
2733
  "name": "Upgradability",
2734
2734
  "nodeType": "Identifier",
2735
2735
  "overloadedDeclarations": [],
2736
- "referencedDeclaration": 19964,
2736
+ "referencedDeclaration": 19971,
2737
2737
  "src": "3200:13:88",
2738
2738
  "typeDescriptions": {
2739
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19964_$",
2739
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19971_$",
2740
2740
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
2741
2741
  }
2742
2742
  },
2743
- "id": 33061,
2743
+ "id": 33068,
2744
2744
  "isConstant": false,
2745
2745
  "isLValue": false,
2746
2746
  "isPure": true,
@@ -2748,10 +2748,10 @@
2748
2748
  "memberLocation": "3214:14:88",
2749
2749
  "memberName": "NON_UPGRADABLE",
2750
2750
  "nodeType": "MemberAccess",
2751
- "referencedDeclaration": 19961,
2751
+ "referencedDeclaration": 19968,
2752
2752
  "src": "3200:28:88",
2753
2753
  "typeDescriptions": {
2754
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2754
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2755
2755
  "typeString": "enum ISuperTokenFactory.Upgradability"
2756
2756
  }
2757
2757
  },
@@ -2764,23 +2764,23 @@
2764
2764
  "falseBody": {
2765
2765
  "condition": {
2766
2766
  "commonType": {
2767
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2767
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2768
2768
  "typeString": "enum ISuperTokenFactory.Upgradability"
2769
2769
  },
2770
- "id": 33076,
2770
+ "id": 33083,
2771
2771
  "isConstant": false,
2772
2772
  "isLValue": false,
2773
2773
  "isPure": false,
2774
2774
  "lValueRequested": false,
2775
2775
  "leftExpression": {
2776
- "id": 33073,
2776
+ "id": 33080,
2777
2777
  "name": "upgradability",
2778
2778
  "nodeType": "Identifier",
2779
2779
  "overloadedDeclarations": [],
2780
- "referencedDeclaration": 33030,
2780
+ "referencedDeclaration": 33037,
2781
2781
  "src": "3324:13:88",
2782
2782
  "typeDescriptions": {
2783
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2783
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2784
2784
  "typeString": "enum ISuperTokenFactory.Upgradability"
2785
2785
  }
2786
2786
  },
@@ -2788,18 +2788,18 @@
2788
2788
  "operator": "==",
2789
2789
  "rightExpression": {
2790
2790
  "expression": {
2791
- "id": 33074,
2791
+ "id": 33081,
2792
2792
  "name": "Upgradability",
2793
2793
  "nodeType": "Identifier",
2794
2794
  "overloadedDeclarations": [],
2795
- "referencedDeclaration": 19964,
2795
+ "referencedDeclaration": 19971,
2796
2796
  "src": "3341:13:88",
2797
2797
  "typeDescriptions": {
2798
- "typeIdentifier": "t_type$_t_enum$_Upgradability_$19964_$",
2798
+ "typeIdentifier": "t_type$_t_enum$_Upgradability_$19971_$",
2799
2799
  "typeString": "type(enum ISuperTokenFactory.Upgradability)"
2800
2800
  }
2801
2801
  },
2802
- "id": 33075,
2802
+ "id": 33082,
2803
2803
  "isConstant": false,
2804
2804
  "isLValue": false,
2805
2805
  "isPure": true,
@@ -2807,10 +2807,10 @@
2807
2807
  "memberLocation": "3355:15:88",
2808
2808
  "memberName": "SEMI_UPGRADABLE",
2809
2809
  "nodeType": "MemberAccess",
2810
- "referencedDeclaration": 19962,
2810
+ "referencedDeclaration": 19969,
2811
2811
  "src": "3341:29:88",
2812
2812
  "typeDescriptions": {
2813
- "typeIdentifier": "t_enum$_Upgradability_$19964",
2813
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
2814
2814
  "typeString": "enum ISuperTokenFactory.Upgradability"
2815
2815
  }
2816
2816
  },
@@ -2821,59 +2821,59 @@
2821
2821
  }
2822
2822
  },
2823
2823
  "falseBody": {
2824
- "id": 33126,
2824
+ "id": 33133,
2825
2825
  "nodeType": "Block",
2826
2826
  "src": "3638:184:88",
2827
2827
  "statements": [
2828
2828
  {
2829
2829
  "assignments": [
2830
- 33106
2830
+ 33113
2831
2831
  ],
2832
2832
  "declarations": [
2833
2833
  {
2834
2834
  "constant": false,
2835
- "id": 33106,
2835
+ "id": 33113,
2836
2836
  "mutability": "mutable",
2837
2837
  "name": "proxy",
2838
2838
  "nameLocation": "3682:5:88",
2839
2839
  "nodeType": "VariableDeclaration",
2840
- "scope": 33126,
2840
+ "scope": 33133,
2841
2841
  "src": "3652:35:88",
2842
2842
  "stateVariable": false,
2843
2843
  "storageLocation": "default",
2844
2844
  "typeDescriptions": {
2845
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2845
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2846
2846
  "typeString": "contract FullUpgradableSuperTokenProxy"
2847
2847
  },
2848
2848
  "typeName": {
2849
- "id": 33105,
2849
+ "id": 33112,
2850
2850
  "nodeType": "UserDefinedTypeName",
2851
2851
  "pathNode": {
2852
- "id": 33104,
2852
+ "id": 33111,
2853
2853
  "name": "FullUpgradableSuperTokenProxy",
2854
2854
  "nameLocations": [
2855
2855
  "3652:29:88"
2856
2856
  ],
2857
2857
  "nodeType": "IdentifierPath",
2858
- "referencedDeclaration": 31219,
2858
+ "referencedDeclaration": 31226,
2859
2859
  "src": "3652:29:88"
2860
2860
  },
2861
- "referencedDeclaration": 31219,
2861
+ "referencedDeclaration": 31226,
2862
2862
  "src": "3652:29:88",
2863
2863
  "typeDescriptions": {
2864
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2864
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2865
2865
  "typeString": "contract FullUpgradableSuperTokenProxy"
2866
2866
  }
2867
2867
  },
2868
2868
  "visibility": "internal"
2869
2869
  }
2870
2870
  ],
2871
- "id": 33111,
2871
+ "id": 33118,
2872
2872
  "initialValue": {
2873
2873
  "arguments": [],
2874
2874
  "expression": {
2875
2875
  "argumentTypes": [],
2876
- "id": 33109,
2876
+ "id": 33116,
2877
2877
  "isConstant": false,
2878
2878
  "isLValue": false,
2879
2879
  "isPure": false,
@@ -2881,31 +2881,31 @@
2881
2881
  "nodeType": "NewExpression",
2882
2882
  "src": "3690:33:88",
2883
2883
  "typeDescriptions": {
2884
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$31219_$",
2884
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_FullUpgradableSuperTokenProxy_$31226_$",
2885
2885
  "typeString": "function () returns (contract FullUpgradableSuperTokenProxy)"
2886
2886
  },
2887
2887
  "typeName": {
2888
- "id": 33108,
2888
+ "id": 33115,
2889
2889
  "nodeType": "UserDefinedTypeName",
2890
2890
  "pathNode": {
2891
- "id": 33107,
2891
+ "id": 33114,
2892
2892
  "name": "FullUpgradableSuperTokenProxy",
2893
2893
  "nameLocations": [
2894
2894
  "3694:29:88"
2895
2895
  ],
2896
2896
  "nodeType": "IdentifierPath",
2897
- "referencedDeclaration": 31219,
2897
+ "referencedDeclaration": 31226,
2898
2898
  "src": "3694:29:88"
2899
2899
  },
2900
- "referencedDeclaration": 31219,
2900
+ "referencedDeclaration": 31226,
2901
2901
  "src": "3694:29:88",
2902
2902
  "typeDescriptions": {
2903
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2903
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2904
2904
  "typeString": "contract FullUpgradableSuperTokenProxy"
2905
2905
  }
2906
2906
  }
2907
2907
  },
2908
- "id": 33110,
2908
+ "id": 33117,
2909
2909
  "isConstant": false,
2910
2910
  "isLValue": false,
2911
2911
  "isPure": false,
@@ -2917,7 +2917,7 @@
2917
2917
  "src": "3690:35:88",
2918
2918
  "tryCall": false,
2919
2919
  "typeDescriptions": {
2920
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2920
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2921
2921
  "typeString": "contract FullUpgradableSuperTokenProxy"
2922
2922
  }
2923
2923
  },
@@ -2930,18 +2930,18 @@
2930
2930
  "expression": {
2931
2931
  "argumentTypes": [],
2932
2932
  "expression": {
2933
- "id": 33112,
2933
+ "id": 33119,
2934
2934
  "name": "proxy",
2935
2935
  "nodeType": "Identifier",
2936
2936
  "overloadedDeclarations": [],
2937
- "referencedDeclaration": 33106,
2937
+ "referencedDeclaration": 33113,
2938
2938
  "src": "3739:5:88",
2939
2939
  "typeDescriptions": {
2940
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
2940
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
2941
2941
  "typeString": "contract FullUpgradableSuperTokenProxy"
2942
2942
  }
2943
2943
  },
2944
- "id": 33114,
2944
+ "id": 33121,
2945
2945
  "isConstant": false,
2946
2946
  "isLValue": false,
2947
2947
  "isPure": false,
@@ -2949,14 +2949,14 @@
2949
2949
  "memberLocation": "3745:10:88",
2950
2950
  "memberName": "initialize",
2951
2951
  "nodeType": "MemberAccess",
2952
- "referencedDeclaration": 31187,
2952
+ "referencedDeclaration": 31194,
2953
2953
  "src": "3739:16:88",
2954
2954
  "typeDescriptions": {
2955
2955
  "typeIdentifier": "t_function_external_nonpayable$__$returns$__$",
2956
2956
  "typeString": "function () external"
2957
2957
  }
2958
2958
  },
2959
- "id": 33115,
2959
+ "id": 33122,
2960
2960
  "isConstant": false,
2961
2961
  "isLValue": false,
2962
2962
  "isPure": false,
@@ -2972,26 +2972,26 @@
2972
2972
  "typeString": "tuple()"
2973
2973
  }
2974
2974
  },
2975
- "id": 33116,
2975
+ "id": 33123,
2976
2976
  "nodeType": "ExpressionStatement",
2977
2977
  "src": "3739:18:88"
2978
2978
  },
2979
2979
  {
2980
2980
  "expression": {
2981
- "id": 33124,
2981
+ "id": 33131,
2982
2982
  "isConstant": false,
2983
2983
  "isLValue": false,
2984
2984
  "isPure": false,
2985
2985
  "lValueRequested": false,
2986
2986
  "leftHandSide": {
2987
- "id": 33117,
2987
+ "id": 33124,
2988
2988
  "name": "superToken",
2989
2989
  "nodeType": "Identifier",
2990
2990
  "overloadedDeclarations": [],
2991
- "referencedDeclaration": 33039,
2991
+ "referencedDeclaration": 33046,
2992
2992
  "src": "3771:10:88",
2993
2993
  "typeDescriptions": {
2994
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
2994
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
2995
2995
  "typeString": "contract ISuperToken"
2996
2996
  }
2997
2997
  },
@@ -3002,14 +3002,14 @@
3002
3002
  {
3003
3003
  "arguments": [
3004
3004
  {
3005
- "id": 33121,
3005
+ "id": 33128,
3006
3006
  "name": "proxy",
3007
3007
  "nodeType": "Identifier",
3008
3008
  "overloadedDeclarations": [],
3009
- "referencedDeclaration": 33106,
3009
+ "referencedDeclaration": 33113,
3010
3010
  "src": "3804:5:88",
3011
3011
  "typeDescriptions": {
3012
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
3012
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
3013
3013
  "typeString": "contract FullUpgradableSuperTokenProxy"
3014
3014
  }
3015
3015
  }
@@ -3017,11 +3017,11 @@
3017
3017
  "expression": {
3018
3018
  "argumentTypes": [
3019
3019
  {
3020
- "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31219",
3020
+ "typeIdentifier": "t_contract$_FullUpgradableSuperTokenProxy_$31226",
3021
3021
  "typeString": "contract FullUpgradableSuperTokenProxy"
3022
3022
  }
3023
3023
  ],
3024
- "id": 33120,
3024
+ "id": 33127,
3025
3025
  "isConstant": false,
3026
3026
  "isLValue": false,
3027
3027
  "isPure": true,
@@ -3033,14 +3033,14 @@
3033
3033
  "typeString": "type(address)"
3034
3034
  },
3035
3035
  "typeName": {
3036
- "id": 33119,
3036
+ "id": 33126,
3037
3037
  "name": "address",
3038
3038
  "nodeType": "ElementaryTypeName",
3039
3039
  "src": "3796:7:88",
3040
3040
  "typeDescriptions": {}
3041
3041
  }
3042
3042
  },
3043
- "id": 33122,
3043
+ "id": 33129,
3044
3044
  "isConstant": false,
3045
3045
  "isLValue": false,
3046
3046
  "isPure": false,
@@ -3064,18 +3064,18 @@
3064
3064
  "typeString": "address"
3065
3065
  }
3066
3066
  ],
3067
- "id": 33118,
3067
+ "id": 33125,
3068
3068
  "name": "ISuperToken",
3069
3069
  "nodeType": "Identifier",
3070
3070
  "overloadedDeclarations": [],
3071
- "referencedDeclaration": 19933,
3071
+ "referencedDeclaration": 19940,
3072
3072
  "src": "3784:11:88",
3073
3073
  "typeDescriptions": {
3074
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
3074
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
3075
3075
  "typeString": "type(contract ISuperToken)"
3076
3076
  }
3077
3077
  },
3078
- "id": 33123,
3078
+ "id": 33130,
3079
3079
  "isConstant": false,
3080
3080
  "isLValue": false,
3081
3081
  "isPure": false,
@@ -3087,79 +3087,79 @@
3087
3087
  "src": "3784:27:88",
3088
3088
  "tryCall": false,
3089
3089
  "typeDescriptions": {
3090
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3090
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3091
3091
  "typeString": "contract ISuperToken"
3092
3092
  }
3093
3093
  },
3094
3094
  "src": "3771:40:88",
3095
3095
  "typeDescriptions": {
3096
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3096
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3097
3097
  "typeString": "contract ISuperToken"
3098
3098
  }
3099
3099
  },
3100
- "id": 33125,
3100
+ "id": 33132,
3101
3101
  "nodeType": "ExpressionStatement",
3102
3102
  "src": "3771:40:88"
3103
3103
  }
3104
3104
  ]
3105
3105
  },
3106
- "id": 33127,
3106
+ "id": 33134,
3107
3107
  "nodeType": "IfStatement",
3108
3108
  "src": "3320:502:88",
3109
3109
  "trueBody": {
3110
- "id": 33103,
3110
+ "id": 33110,
3111
3111
  "nodeType": "Block",
3112
3112
  "src": "3372:212:88",
3113
3113
  "statements": [
3114
3114
  {
3115
3115
  "assignments": [
3116
- 33079
3116
+ 33086
3117
3117
  ],
3118
3118
  "declarations": [
3119
3119
  {
3120
3120
  "constant": false,
3121
- "id": 33079,
3121
+ "id": 33086,
3122
3122
  "mutability": "mutable",
3123
3123
  "name": "proxy",
3124
3124
  "nameLocation": "3396:5:88",
3125
3125
  "nodeType": "VariableDeclaration",
3126
- "scope": 33103,
3126
+ "scope": 33110,
3127
3127
  "src": "3386:15:88",
3128
3128
  "stateVariable": false,
3129
3129
  "storageLocation": "default",
3130
3130
  "typeDescriptions": {
3131
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3131
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3132
3132
  "typeString": "contract UUPSProxy"
3133
3133
  },
3134
3134
  "typeName": {
3135
- "id": 33078,
3135
+ "id": 33085,
3136
3136
  "nodeType": "UserDefinedTypeName",
3137
3137
  "pathNode": {
3138
- "id": 33077,
3138
+ "id": 33084,
3139
3139
  "name": "UUPSProxy",
3140
3140
  "nameLocations": [
3141
3141
  "3386:9:88"
3142
3142
  ],
3143
3143
  "nodeType": "IdentifierPath",
3144
- "referencedDeclaration": 37569,
3144
+ "referencedDeclaration": 37576,
3145
3145
  "src": "3386:9:88"
3146
3146
  },
3147
- "referencedDeclaration": 37569,
3147
+ "referencedDeclaration": 37576,
3148
3148
  "src": "3386:9:88",
3149
3149
  "typeDescriptions": {
3150
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3150
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3151
3151
  "typeString": "contract UUPSProxy"
3152
3152
  }
3153
3153
  },
3154
3154
  "visibility": "internal"
3155
3155
  }
3156
3156
  ],
3157
- "id": 33084,
3157
+ "id": 33091,
3158
3158
  "initialValue": {
3159
3159
  "arguments": [],
3160
3160
  "expression": {
3161
3161
  "argumentTypes": [],
3162
- "id": 33082,
3162
+ "id": 33089,
3163
3163
  "isConstant": false,
3164
3164
  "isLValue": false,
3165
3165
  "isPure": false,
@@ -3167,31 +3167,31 @@
3167
3167
  "nodeType": "NewExpression",
3168
3168
  "src": "3404:13:88",
3169
3169
  "typeDescriptions": {
3170
- "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37569_$",
3170
+ "typeIdentifier": "t_function_creation_nonpayable$__$returns$_t_contract$_UUPSProxy_$37576_$",
3171
3171
  "typeString": "function () returns (contract UUPSProxy)"
3172
3172
  },
3173
3173
  "typeName": {
3174
- "id": 33081,
3174
+ "id": 33088,
3175
3175
  "nodeType": "UserDefinedTypeName",
3176
3176
  "pathNode": {
3177
- "id": 33080,
3177
+ "id": 33087,
3178
3178
  "name": "UUPSProxy",
3179
3179
  "nameLocations": [
3180
3180
  "3408:9:88"
3181
3181
  ],
3182
3182
  "nodeType": "IdentifierPath",
3183
- "referencedDeclaration": 37569,
3183
+ "referencedDeclaration": 37576,
3184
3184
  "src": "3408:9:88"
3185
3185
  },
3186
- "referencedDeclaration": 37569,
3186
+ "referencedDeclaration": 37576,
3187
3187
  "src": "3408:9:88",
3188
3188
  "typeDescriptions": {
3189
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3189
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3190
3190
  "typeString": "contract UUPSProxy"
3191
3191
  }
3192
3192
  }
3193
3193
  },
3194
- "id": 33083,
3194
+ "id": 33090,
3195
3195
  "isConstant": false,
3196
3196
  "isLValue": false,
3197
3197
  "isPure": false,
@@ -3203,7 +3203,7 @@
3203
3203
  "src": "3404:15:88",
3204
3204
  "tryCall": false,
3205
3205
  "typeDescriptions": {
3206
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3206
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3207
3207
  "typeString": "contract UUPSProxy"
3208
3208
  }
3209
3209
  },
@@ -3216,14 +3216,14 @@
3216
3216
  {
3217
3217
  "arguments": [
3218
3218
  {
3219
- "id": 33090,
3219
+ "id": 33097,
3220
3220
  "name": "_superTokenLogic",
3221
3221
  "nodeType": "Identifier",
3222
3222
  "overloadedDeclarations": [],
3223
- "referencedDeclaration": 32902,
3223
+ "referencedDeclaration": 32909,
3224
3224
  "src": "3501:16:88",
3225
3225
  "typeDescriptions": {
3226
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3226
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3227
3227
  "typeString": "contract ISuperToken"
3228
3228
  }
3229
3229
  }
@@ -3231,11 +3231,11 @@
3231
3231
  "expression": {
3232
3232
  "argumentTypes": [
3233
3233
  {
3234
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3234
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3235
3235
  "typeString": "contract ISuperToken"
3236
3236
  }
3237
3237
  ],
3238
- "id": 33089,
3238
+ "id": 33096,
3239
3239
  "isConstant": false,
3240
3240
  "isLValue": false,
3241
3241
  "isPure": true,
@@ -3247,14 +3247,14 @@
3247
3247
  "typeString": "type(address)"
3248
3248
  },
3249
3249
  "typeName": {
3250
- "id": 33088,
3250
+ "id": 33095,
3251
3251
  "name": "address",
3252
3252
  "nodeType": "ElementaryTypeName",
3253
3253
  "src": "3493:7:88",
3254
3254
  "typeDescriptions": {}
3255
3255
  }
3256
3256
  },
3257
- "id": 33091,
3257
+ "id": 33098,
3258
3258
  "isConstant": false,
3259
3259
  "isLValue": false,
3260
3260
  "isPure": false,
@@ -3279,18 +3279,18 @@
3279
3279
  }
3280
3280
  ],
3281
3281
  "expression": {
3282
- "id": 33085,
3282
+ "id": 33092,
3283
3283
  "name": "proxy",
3284
3284
  "nodeType": "Identifier",
3285
3285
  "overloadedDeclarations": [],
3286
- "referencedDeclaration": 33079,
3286
+ "referencedDeclaration": 33086,
3287
3287
  "src": "3471:5:88",
3288
3288
  "typeDescriptions": {
3289
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3289
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3290
3290
  "typeString": "contract UUPSProxy"
3291
3291
  }
3292
3292
  },
3293
- "id": 33087,
3293
+ "id": 33094,
3294
3294
  "isConstant": false,
3295
3295
  "isLValue": false,
3296
3296
  "isPure": false,
@@ -3298,14 +3298,14 @@
3298
3298
  "memberLocation": "3477:15:88",
3299
3299
  "memberName": "initializeProxy",
3300
3300
  "nodeType": "MemberAccess",
3301
- "referencedDeclaration": 37556,
3301
+ "referencedDeclaration": 37563,
3302
3302
  "src": "3471:21:88",
3303
3303
  "typeDescriptions": {
3304
3304
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
3305
3305
  "typeString": "function (address) external"
3306
3306
  }
3307
3307
  },
3308
- "id": 33092,
3308
+ "id": 33099,
3309
3309
  "isConstant": false,
3310
3310
  "isLValue": false,
3311
3311
  "isPure": false,
@@ -3321,26 +3321,26 @@
3321
3321
  "typeString": "tuple()"
3322
3322
  }
3323
3323
  },
3324
- "id": 33093,
3324
+ "id": 33100,
3325
3325
  "nodeType": "ExpressionStatement",
3326
3326
  "src": "3471:48:88"
3327
3327
  },
3328
3328
  {
3329
3329
  "expression": {
3330
- "id": 33101,
3330
+ "id": 33108,
3331
3331
  "isConstant": false,
3332
3332
  "isLValue": false,
3333
3333
  "isPure": false,
3334
3334
  "lValueRequested": false,
3335
3335
  "leftHandSide": {
3336
- "id": 33094,
3336
+ "id": 33101,
3337
3337
  "name": "superToken",
3338
3338
  "nodeType": "Identifier",
3339
3339
  "overloadedDeclarations": [],
3340
- "referencedDeclaration": 33039,
3340
+ "referencedDeclaration": 33046,
3341
3341
  "src": "3533:10:88",
3342
3342
  "typeDescriptions": {
3343
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3343
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3344
3344
  "typeString": "contract ISuperToken"
3345
3345
  }
3346
3346
  },
@@ -3351,14 +3351,14 @@
3351
3351
  {
3352
3352
  "arguments": [
3353
3353
  {
3354
- "id": 33098,
3354
+ "id": 33105,
3355
3355
  "name": "proxy",
3356
3356
  "nodeType": "Identifier",
3357
3357
  "overloadedDeclarations": [],
3358
- "referencedDeclaration": 33079,
3358
+ "referencedDeclaration": 33086,
3359
3359
  "src": "3566:5:88",
3360
3360
  "typeDescriptions": {
3361
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3361
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3362
3362
  "typeString": "contract UUPSProxy"
3363
3363
  }
3364
3364
  }
@@ -3366,11 +3366,11 @@
3366
3366
  "expression": {
3367
3367
  "argumentTypes": [
3368
3368
  {
3369
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
3369
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
3370
3370
  "typeString": "contract UUPSProxy"
3371
3371
  }
3372
3372
  ],
3373
- "id": 33097,
3373
+ "id": 33104,
3374
3374
  "isConstant": false,
3375
3375
  "isLValue": false,
3376
3376
  "isPure": true,
@@ -3382,14 +3382,14 @@
3382
3382
  "typeString": "type(address)"
3383
3383
  },
3384
3384
  "typeName": {
3385
- "id": 33096,
3385
+ "id": 33103,
3386
3386
  "name": "address",
3387
3387
  "nodeType": "ElementaryTypeName",
3388
3388
  "src": "3558:7:88",
3389
3389
  "typeDescriptions": {}
3390
3390
  }
3391
3391
  },
3392
- "id": 33099,
3392
+ "id": 33106,
3393
3393
  "isConstant": false,
3394
3394
  "isLValue": false,
3395
3395
  "isPure": false,
@@ -3413,18 +3413,18 @@
3413
3413
  "typeString": "address"
3414
3414
  }
3415
3415
  ],
3416
- "id": 33095,
3416
+ "id": 33102,
3417
3417
  "name": "ISuperToken",
3418
3418
  "nodeType": "Identifier",
3419
3419
  "overloadedDeclarations": [],
3420
- "referencedDeclaration": 19933,
3420
+ "referencedDeclaration": 19940,
3421
3421
  "src": "3546:11:88",
3422
3422
  "typeDescriptions": {
3423
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
3423
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
3424
3424
  "typeString": "type(contract ISuperToken)"
3425
3425
  }
3426
3426
  },
3427
- "id": 33100,
3427
+ "id": 33107,
3428
3428
  "isConstant": false,
3429
3429
  "isLValue": false,
3430
3430
  "isPure": false,
@@ -3436,47 +3436,47 @@
3436
3436
  "src": "3546:27:88",
3437
3437
  "tryCall": false,
3438
3438
  "typeDescriptions": {
3439
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3439
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3440
3440
  "typeString": "contract ISuperToken"
3441
3441
  }
3442
3442
  },
3443
3443
  "src": "3533:40:88",
3444
3444
  "typeDescriptions": {
3445
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3445
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3446
3446
  "typeString": "contract ISuperToken"
3447
3447
  }
3448
3448
  },
3449
- "id": 33102,
3449
+ "id": 33109,
3450
3450
  "nodeType": "ExpressionStatement",
3451
3451
  "src": "3533:40:88"
3452
3452
  }
3453
3453
  ]
3454
3454
  }
3455
3455
  },
3456
- "id": 33128,
3456
+ "id": 33135,
3457
3457
  "nodeType": "IfStatement",
3458
3458
  "src": "3179:643:88",
3459
3459
  "trueBody": {
3460
- "id": 33072,
3460
+ "id": 33079,
3461
3461
  "nodeType": "Block",
3462
3462
  "src": "3230:84:88",
3463
3463
  "statements": [
3464
3464
  {
3465
3465
  "expression": {
3466
- "id": 33070,
3466
+ "id": 33077,
3467
3467
  "isConstant": false,
3468
3468
  "isLValue": false,
3469
3469
  "isPure": false,
3470
3470
  "lValueRequested": false,
3471
3471
  "leftHandSide": {
3472
- "id": 33063,
3472
+ "id": 33070,
3473
3473
  "name": "superToken",
3474
3474
  "nodeType": "Identifier",
3475
3475
  "overloadedDeclarations": [],
3476
- "referencedDeclaration": 33039,
3476
+ "referencedDeclaration": 33046,
3477
3477
  "src": "3244:10:88",
3478
3478
  "typeDescriptions": {
3479
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3479
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3480
3480
  "typeString": "contract ISuperToken"
3481
3481
  }
3482
3482
  },
@@ -3487,14 +3487,14 @@
3487
3487
  {
3488
3488
  "arguments": [
3489
3489
  {
3490
- "id": 33067,
3490
+ "id": 33074,
3491
3491
  "name": "_host",
3492
3492
  "nodeType": "Identifier",
3493
3493
  "overloadedDeclarations": [],
3494
- "referencedDeclaration": 32899,
3494
+ "referencedDeclaration": 32906,
3495
3495
  "src": "3296:5:88",
3496
3496
  "typeDescriptions": {
3497
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
3497
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
3498
3498
  "typeString": "contract ISuperfluid"
3499
3499
  }
3500
3500
  }
@@ -3502,23 +3502,23 @@
3502
3502
  "expression": {
3503
3503
  "argumentTypes": [
3504
3504
  {
3505
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
3505
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
3506
3506
  "typeString": "contract ISuperfluid"
3507
3507
  }
3508
3508
  ],
3509
3509
  "expression": {
3510
- "id": 33065,
3510
+ "id": 33072,
3511
3511
  "name": "this",
3512
3512
  "nodeType": "Identifier",
3513
3513
  "overloadedDeclarations": [],
3514
3514
  "referencedDeclaration": 4294967268,
3515
3515
  "src": "3269:4:88",
3516
3516
  "typeDescriptions": {
3517
- "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33208",
3517
+ "typeIdentifier": "t_contract$_SuperTokenFactoryBase_$33215",
3518
3518
  "typeString": "contract SuperTokenFactoryBase"
3519
3519
  }
3520
3520
  },
3521
- "id": 33066,
3521
+ "id": 33073,
3522
3522
  "isConstant": false,
3523
3523
  "isLValue": false,
3524
3524
  "isPure": false,
@@ -3526,14 +3526,14 @@
3526
3526
  "memberLocation": "3274:21:88",
3527
3527
  "memberName": "createSuperTokenLogic",
3528
3528
  "nodeType": "MemberAccess",
3529
- "referencedDeclaration": 33022,
3529
+ "referencedDeclaration": 33029,
3530
3530
  "src": "3269:26:88",
3531
3531
  "typeDescriptions": {
3532
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_address_$",
3532
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_address_$",
3533
3533
  "typeString": "function (contract ISuperfluid) external returns (address)"
3534
3534
  }
3535
3535
  },
3536
- "id": 33068,
3536
+ "id": 33075,
3537
3537
  "isConstant": false,
3538
3538
  "isLValue": false,
3539
3539
  "isPure": false,
@@ -3557,18 +3557,18 @@
3557
3557
  "typeString": "address"
3558
3558
  }
3559
3559
  ],
3560
- "id": 33064,
3560
+ "id": 33071,
3561
3561
  "name": "ISuperToken",
3562
3562
  "nodeType": "Identifier",
3563
3563
  "overloadedDeclarations": [],
3564
- "referencedDeclaration": 19933,
3564
+ "referencedDeclaration": 19940,
3565
3565
  "src": "3257:11:88",
3566
3566
  "typeDescriptions": {
3567
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
3567
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
3568
3568
  "typeString": "type(contract ISuperToken)"
3569
3569
  }
3570
3570
  },
3571
- "id": 33069,
3571
+ "id": 33076,
3572
3572
  "isConstant": false,
3573
3573
  "isLValue": false,
3574
3574
  "isPure": false,
@@ -3580,17 +3580,17 @@
3580
3580
  "src": "3257:46:88",
3581
3581
  "tryCall": false,
3582
3582
  "typeDescriptions": {
3583
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3583
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3584
3584
  "typeString": "contract ISuperToken"
3585
3585
  }
3586
3586
  },
3587
3587
  "src": "3244:59:88",
3588
3588
  "typeDescriptions": {
3589
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3589
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3590
3590
  "typeString": "contract ISuperToken"
3591
3591
  }
3592
3592
  },
3593
- "id": 33071,
3593
+ "id": 33078,
3594
3594
  "nodeType": "ExpressionStatement",
3595
3595
  "src": "3244:59:88"
3596
3596
  }
@@ -3601,11 +3601,11 @@
3601
3601
  "expression": {
3602
3602
  "arguments": [
3603
3603
  {
3604
- "id": 33132,
3604
+ "id": 33139,
3605
3605
  "name": "underlyingToken",
3606
3606
  "nodeType": "Identifier",
3607
3607
  "overloadedDeclarations": [],
3608
- "referencedDeclaration": 33025,
3608
+ "referencedDeclaration": 33032,
3609
3609
  "src": "3899:15:88",
3610
3610
  "typeDescriptions": {
3611
3611
  "typeIdentifier": "t_contract$_IERC20_$1630",
@@ -3613,11 +3613,11 @@
3613
3613
  }
3614
3614
  },
3615
3615
  {
3616
- "id": 33133,
3616
+ "id": 33140,
3617
3617
  "name": "underlyingDecimals",
3618
3618
  "nodeType": "Identifier",
3619
3619
  "overloadedDeclarations": [],
3620
- "referencedDeclaration": 33027,
3620
+ "referencedDeclaration": 33034,
3621
3621
  "src": "3928:18:88",
3622
3622
  "typeDescriptions": {
3623
3623
  "typeIdentifier": "t_uint8",
@@ -3625,11 +3625,11 @@
3625
3625
  }
3626
3626
  },
3627
3627
  {
3628
- "id": 33134,
3628
+ "id": 33141,
3629
3629
  "name": "name",
3630
3630
  "nodeType": "Identifier",
3631
3631
  "overloadedDeclarations": [],
3632
- "referencedDeclaration": 33032,
3632
+ "referencedDeclaration": 33039,
3633
3633
  "src": "3960:4:88",
3634
3634
  "typeDescriptions": {
3635
3635
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3637,11 +3637,11 @@
3637
3637
  }
3638
3638
  },
3639
3639
  {
3640
- "id": 33135,
3640
+ "id": 33142,
3641
3641
  "name": "symbol",
3642
3642
  "nodeType": "Identifier",
3643
3643
  "overloadedDeclarations": [],
3644
- "referencedDeclaration": 33034,
3644
+ "referencedDeclaration": 33041,
3645
3645
  "src": "3978:6:88",
3646
3646
  "typeDescriptions": {
3647
3647
  "typeIdentifier": "t_string_calldata_ptr",
@@ -3669,18 +3669,18 @@
3669
3669
  }
3670
3670
  ],
3671
3671
  "expression": {
3672
- "id": 33129,
3672
+ "id": 33136,
3673
3673
  "name": "superToken",
3674
3674
  "nodeType": "Identifier",
3675
3675
  "overloadedDeclarations": [],
3676
- "referencedDeclaration": 33039,
3676
+ "referencedDeclaration": 33046,
3677
3677
  "src": "3864:10:88",
3678
3678
  "typeDescriptions": {
3679
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3679
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3680
3680
  "typeString": "contract ISuperToken"
3681
3681
  }
3682
3682
  },
3683
- "id": 33131,
3683
+ "id": 33138,
3684
3684
  "isConstant": false,
3685
3685
  "isLValue": false,
3686
3686
  "isPure": false,
@@ -3688,14 +3688,14 @@
3688
3688
  "memberLocation": "3875:10:88",
3689
3689
  "memberName": "initialize",
3690
3690
  "nodeType": "MemberAccess",
3691
- "referencedDeclaration": 19591,
3691
+ "referencedDeclaration": 19598,
3692
3692
  "src": "3864:21:88",
3693
3693
  "typeDescriptions": {
3694
3694
  "typeIdentifier": "t_function_external_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_string_memory_ptr_$_t_string_memory_ptr_$returns$__$",
3695
3695
  "typeString": "function (contract IERC20,uint8,string memory,string memory) external"
3696
3696
  }
3697
3697
  },
3698
- "id": 33136,
3698
+ "id": 33143,
3699
3699
  "isConstant": false,
3700
3700
  "isLValue": false,
3701
3701
  "isPure": false,
@@ -3711,7 +3711,7 @@
3711
3711
  "typeString": "tuple()"
3712
3712
  }
3713
3713
  },
3714
- "id": 33137,
3714
+ "id": 33144,
3715
3715
  "nodeType": "ExpressionStatement",
3716
3716
  "src": "3864:130:88"
3717
3717
  },
@@ -3719,14 +3719,14 @@
3719
3719
  "eventCall": {
3720
3720
  "arguments": [
3721
3721
  {
3722
- "id": 33139,
3722
+ "id": 33146,
3723
3723
  "name": "superToken",
3724
3724
  "nodeType": "Identifier",
3725
3725
  "overloadedDeclarations": [],
3726
- "referencedDeclaration": 33039,
3726
+ "referencedDeclaration": 33046,
3727
3727
  "src": "4028:10:88",
3728
3728
  "typeDescriptions": {
3729
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3729
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3730
3730
  "typeString": "contract ISuperToken"
3731
3731
  }
3732
3732
  }
@@ -3734,22 +3734,22 @@
3734
3734
  "expression": {
3735
3735
  "argumentTypes": [
3736
3736
  {
3737
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3737
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3738
3738
  "typeString": "contract ISuperToken"
3739
3739
  }
3740
3740
  ],
3741
- "id": 33138,
3741
+ "id": 33145,
3742
3742
  "name": "SuperTokenCreated",
3743
3743
  "nodeType": "Identifier",
3744
3744
  "overloadedDeclarations": [],
3745
- "referencedDeclaration": 20017,
3745
+ "referencedDeclaration": 20024,
3746
3746
  "src": "4010:17:88",
3747
3747
  "typeDescriptions": {
3748
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19933_$returns$__$",
3748
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19940_$returns$__$",
3749
3749
  "typeString": "function (contract ISuperToken)"
3750
3750
  }
3751
3751
  },
3752
- "id": 33140,
3752
+ "id": 33147,
3753
3753
  "isConstant": false,
3754
3754
  "isLValue": false,
3755
3755
  "isPure": false,
@@ -3765,14 +3765,14 @@
3765
3765
  "typeString": "tuple()"
3766
3766
  }
3767
3767
  },
3768
- "id": 33141,
3768
+ "id": 33148,
3769
3769
  "nodeType": "EmitStatement",
3770
3770
  "src": "4005:34:88"
3771
3771
  }
3772
3772
  ]
3773
3773
  },
3774
3774
  "functionSelector": "a6d0c534",
3775
- "id": 33143,
3775
+ "id": 33150,
3776
3776
  "implemented": true,
3777
3777
  "kind": "function",
3778
3778
  "modifiers": [],
@@ -3780,23 +3780,23 @@
3780
3780
  "nameLocation": "2744:18:88",
3781
3781
  "nodeType": "FunctionDefinition",
3782
3782
  "overrides": {
3783
- "id": 33036,
3783
+ "id": 33043,
3784
3784
  "nodeType": "OverrideSpecifier",
3785
3785
  "overrides": [],
3786
3786
  "src": "2949:8:88"
3787
3787
  },
3788
3788
  "parameters": {
3789
- "id": 33035,
3789
+ "id": 33042,
3790
3790
  "nodeType": "ParameterList",
3791
3791
  "parameters": [
3792
3792
  {
3793
3793
  "constant": false,
3794
- "id": 33025,
3794
+ "id": 33032,
3795
3795
  "mutability": "mutable",
3796
3796
  "name": "underlyingToken",
3797
3797
  "nameLocation": "2779:15:88",
3798
3798
  "nodeType": "VariableDeclaration",
3799
- "scope": 33143,
3799
+ "scope": 33150,
3800
3800
  "src": "2772:22:88",
3801
3801
  "stateVariable": false,
3802
3802
  "storageLocation": "default",
@@ -3805,10 +3805,10 @@
3805
3805
  "typeString": "contract IERC20"
3806
3806
  },
3807
3807
  "typeName": {
3808
- "id": 33024,
3808
+ "id": 33031,
3809
3809
  "nodeType": "UserDefinedTypeName",
3810
3810
  "pathNode": {
3811
- "id": 33023,
3811
+ "id": 33030,
3812
3812
  "name": "IERC20",
3813
3813
  "nameLocations": [
3814
3814
  "2772:6:88"
@@ -3828,12 +3828,12 @@
3828
3828
  },
3829
3829
  {
3830
3830
  "constant": false,
3831
- "id": 33027,
3831
+ "id": 33034,
3832
3832
  "mutability": "mutable",
3833
3833
  "name": "underlyingDecimals",
3834
3834
  "nameLocation": "2810:18:88",
3835
3835
  "nodeType": "VariableDeclaration",
3836
- "scope": 33143,
3836
+ "scope": 33150,
3837
3837
  "src": "2804:24:88",
3838
3838
  "stateVariable": false,
3839
3839
  "storageLocation": "default",
@@ -3842,7 +3842,7 @@
3842
3842
  "typeString": "uint8"
3843
3843
  },
3844
3844
  "typeName": {
3845
- "id": 33026,
3845
+ "id": 33033,
3846
3846
  "name": "uint8",
3847
3847
  "nodeType": "ElementaryTypeName",
3848
3848
  "src": "2804:5:88",
@@ -3855,36 +3855,36 @@
3855
3855
  },
3856
3856
  {
3857
3857
  "constant": false,
3858
- "id": 33030,
3858
+ "id": 33037,
3859
3859
  "mutability": "mutable",
3860
3860
  "name": "upgradability",
3861
3861
  "nameLocation": "2852:13:88",
3862
3862
  "nodeType": "VariableDeclaration",
3863
- "scope": 33143,
3863
+ "scope": 33150,
3864
3864
  "src": "2838:27:88",
3865
3865
  "stateVariable": false,
3866
3866
  "storageLocation": "default",
3867
3867
  "typeDescriptions": {
3868
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3868
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3869
3869
  "typeString": "enum ISuperTokenFactory.Upgradability"
3870
3870
  },
3871
3871
  "typeName": {
3872
- "id": 33029,
3872
+ "id": 33036,
3873
3873
  "nodeType": "UserDefinedTypeName",
3874
3874
  "pathNode": {
3875
- "id": 33028,
3875
+ "id": 33035,
3876
3876
  "name": "Upgradability",
3877
3877
  "nameLocations": [
3878
3878
  "2838:13:88"
3879
3879
  ],
3880
3880
  "nodeType": "IdentifierPath",
3881
- "referencedDeclaration": 19964,
3881
+ "referencedDeclaration": 19971,
3882
3882
  "src": "2838:13:88"
3883
3883
  },
3884
- "referencedDeclaration": 19964,
3884
+ "referencedDeclaration": 19971,
3885
3885
  "src": "2838:13:88",
3886
3886
  "typeDescriptions": {
3887
- "typeIdentifier": "t_enum$_Upgradability_$19964",
3887
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
3888
3888
  "typeString": "enum ISuperTokenFactory.Upgradability"
3889
3889
  }
3890
3890
  },
@@ -3892,12 +3892,12 @@
3892
3892
  },
3893
3893
  {
3894
3894
  "constant": false,
3895
- "id": 33032,
3895
+ "id": 33039,
3896
3896
  "mutability": "mutable",
3897
3897
  "name": "name",
3898
3898
  "nameLocation": "2891:4:88",
3899
3899
  "nodeType": "VariableDeclaration",
3900
- "scope": 33143,
3900
+ "scope": 33150,
3901
3901
  "src": "2875:20:88",
3902
3902
  "stateVariable": false,
3903
3903
  "storageLocation": "calldata",
@@ -3906,7 +3906,7 @@
3906
3906
  "typeString": "string"
3907
3907
  },
3908
3908
  "typeName": {
3909
- "id": 33031,
3909
+ "id": 33038,
3910
3910
  "name": "string",
3911
3911
  "nodeType": "ElementaryTypeName",
3912
3912
  "src": "2875:6:88",
@@ -3919,12 +3919,12 @@
3919
3919
  },
3920
3920
  {
3921
3921
  "constant": false,
3922
- "id": 33034,
3922
+ "id": 33041,
3923
3923
  "mutability": "mutable",
3924
3924
  "name": "symbol",
3925
3925
  "nameLocation": "2921:6:88",
3926
3926
  "nodeType": "VariableDeclaration",
3927
- "scope": 33143,
3927
+ "scope": 33150,
3928
3928
  "src": "2905:22:88",
3929
3929
  "stateVariable": false,
3930
3930
  "storageLocation": "calldata",
@@ -3933,7 +3933,7 @@
3933
3933
  "typeString": "string"
3934
3934
  },
3935
3935
  "typeName": {
3936
- "id": 33033,
3936
+ "id": 33040,
3937
3937
  "name": "string",
3938
3938
  "nodeType": "ElementaryTypeName",
3939
3939
  "src": "2905:6:88",
@@ -3948,41 +3948,41 @@
3948
3948
  "src": "2762:171:88"
3949
3949
  },
3950
3950
  "returnParameters": {
3951
- "id": 33040,
3951
+ "id": 33047,
3952
3952
  "nodeType": "ParameterList",
3953
3953
  "parameters": [
3954
3954
  {
3955
3955
  "constant": false,
3956
- "id": 33039,
3956
+ "id": 33046,
3957
3957
  "mutability": "mutable",
3958
3958
  "name": "superToken",
3959
3959
  "nameLocation": "2987:10:88",
3960
3960
  "nodeType": "VariableDeclaration",
3961
- "scope": 33143,
3961
+ "scope": 33150,
3962
3962
  "src": "2975:22:88",
3963
3963
  "stateVariable": false,
3964
3964
  "storageLocation": "default",
3965
3965
  "typeDescriptions": {
3966
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3966
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3967
3967
  "typeString": "contract ISuperToken"
3968
3968
  },
3969
3969
  "typeName": {
3970
- "id": 33038,
3970
+ "id": 33045,
3971
3971
  "nodeType": "UserDefinedTypeName",
3972
3972
  "pathNode": {
3973
- "id": 33037,
3973
+ "id": 33044,
3974
3974
  "name": "ISuperToken",
3975
3975
  "nameLocations": [
3976
3976
  "2975:11:88"
3977
3977
  ],
3978
3978
  "nodeType": "IdentifierPath",
3979
- "referencedDeclaration": 19933,
3979
+ "referencedDeclaration": 19940,
3980
3980
  "src": "2975:11:88"
3981
3981
  },
3982
- "referencedDeclaration": 19933,
3982
+ "referencedDeclaration": 19940,
3983
3983
  "src": "2975:11:88",
3984
3984
  "typeDescriptions": {
3985
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
3985
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
3986
3986
  "typeString": "contract ISuperToken"
3987
3987
  }
3988
3988
  },
@@ -3991,7 +3991,7 @@
3991
3991
  ],
3992
3992
  "src": "2974:24:88"
3993
3993
  },
3994
- "scope": 33208,
3994
+ "scope": 33215,
3995
3995
  "src": "2735:1311:88",
3996
3996
  "stateMutability": "nonpayable",
3997
3997
  "virtual": false,
@@ -3999,10 +3999,10 @@
3999
3999
  },
4000
4000
  {
4001
4001
  "baseFunctions": [
4002
- 20000
4002
+ 20007
4003
4003
  ],
4004
4004
  "body": {
4005
- "id": 33170,
4005
+ "id": 33177,
4006
4006
  "nodeType": "Block",
4007
4007
  "src": "4300:186:88",
4008
4008
  "statements": [
@@ -4010,14 +4010,14 @@
4010
4010
  "expression": {
4011
4011
  "arguments": [
4012
4012
  {
4013
- "id": 33161,
4013
+ "id": 33168,
4014
4014
  "name": "underlyingToken",
4015
4015
  "nodeType": "Identifier",
4016
4016
  "overloadedDeclarations": [],
4017
- "referencedDeclaration": 33146,
4017
+ "referencedDeclaration": 33153,
4018
4018
  "src": "4349:15:88",
4019
4019
  "typeDescriptions": {
4020
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
4020
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
4021
4021
  "typeString": "contract ERC20WithTokenInfo"
4022
4022
  }
4023
4023
  },
@@ -4026,18 +4026,18 @@
4026
4026
  "expression": {
4027
4027
  "argumentTypes": [],
4028
4028
  "expression": {
4029
- "id": 33162,
4029
+ "id": 33169,
4030
4030
  "name": "underlyingToken",
4031
4031
  "nodeType": "Identifier",
4032
4032
  "overloadedDeclarations": [],
4033
- "referencedDeclaration": 33146,
4033
+ "referencedDeclaration": 33153,
4034
4034
  "src": "4378:15:88",
4035
4035
  "typeDescriptions": {
4036
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
4036
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
4037
4037
  "typeString": "contract ERC20WithTokenInfo"
4038
4038
  }
4039
4039
  },
4040
- "id": 33163,
4040
+ "id": 33170,
4041
4041
  "isConstant": false,
4042
4042
  "isLValue": false,
4043
4043
  "isPure": false,
@@ -4045,14 +4045,14 @@
4045
4045
  "memberLocation": "4394:8:88",
4046
4046
  "memberName": "decimals",
4047
4047
  "nodeType": "MemberAccess",
4048
- "referencedDeclaration": 21019,
4048
+ "referencedDeclaration": 21026,
4049
4049
  "src": "4378:24:88",
4050
4050
  "typeDescriptions": {
4051
4051
  "typeIdentifier": "t_function_external_view$__$returns$_t_uint8_$",
4052
4052
  "typeString": "function () view external returns (uint8)"
4053
4053
  }
4054
4054
  },
4055
- "id": 33164,
4055
+ "id": 33171,
4056
4056
  "isConstant": false,
4057
4057
  "isLValue": false,
4058
4058
  "isPure": false,
@@ -4069,23 +4069,23 @@
4069
4069
  }
4070
4070
  },
4071
4071
  {
4072
- "id": 33165,
4072
+ "id": 33172,
4073
4073
  "name": "upgradability",
4074
4074
  "nodeType": "Identifier",
4075
4075
  "overloadedDeclarations": [],
4076
- "referencedDeclaration": 33149,
4076
+ "referencedDeclaration": 33156,
4077
4077
  "src": "4418:13:88",
4078
4078
  "typeDescriptions": {
4079
- "typeIdentifier": "t_enum$_Upgradability_$19964",
4079
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
4080
4080
  "typeString": "enum ISuperTokenFactory.Upgradability"
4081
4081
  }
4082
4082
  },
4083
4083
  {
4084
- "id": 33166,
4084
+ "id": 33173,
4085
4085
  "name": "name",
4086
4086
  "nodeType": "Identifier",
4087
4087
  "overloadedDeclarations": [],
4088
- "referencedDeclaration": 33151,
4088
+ "referencedDeclaration": 33158,
4089
4089
  "src": "4445:4:88",
4090
4090
  "typeDescriptions": {
4091
4091
  "typeIdentifier": "t_string_calldata_ptr",
@@ -4093,11 +4093,11 @@
4093
4093
  }
4094
4094
  },
4095
4095
  {
4096
- "id": 33167,
4096
+ "id": 33174,
4097
4097
  "name": "symbol",
4098
4098
  "nodeType": "Identifier",
4099
4099
  "overloadedDeclarations": [],
4100
- "referencedDeclaration": 33153,
4100
+ "referencedDeclaration": 33160,
4101
4101
  "src": "4463:6:88",
4102
4102
  "typeDescriptions": {
4103
4103
  "typeIdentifier": "t_string_calldata_ptr",
@@ -4108,7 +4108,7 @@
4108
4108
  "expression": {
4109
4109
  "argumentTypes": [
4110
4110
  {
4111
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
4111
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
4112
4112
  "typeString": "contract ERC20WithTokenInfo"
4113
4113
  },
4114
4114
  {
@@ -4116,7 +4116,7 @@
4116
4116
  "typeString": "uint8"
4117
4117
  },
4118
4118
  {
4119
- "typeIdentifier": "t_enum$_Upgradability_$19964",
4119
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
4120
4120
  "typeString": "enum ISuperTokenFactory.Upgradability"
4121
4121
  },
4122
4122
  {
@@ -4128,18 +4128,18 @@
4128
4128
  "typeString": "string calldata"
4129
4129
  }
4130
4130
  ],
4131
- "id": 33160,
4131
+ "id": 33167,
4132
4132
  "name": "createERC20Wrapper",
4133
4133
  "nodeType": "Identifier",
4134
4134
  "overloadedDeclarations": [],
4135
- "referencedDeclaration": 33143,
4135
+ "referencedDeclaration": 33150,
4136
4136
  "src": "4317:18:88",
4137
4137
  "typeDescriptions": {
4138
- "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19964_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19933_$",
4138
+ "typeIdentifier": "t_function_internal_nonpayable$_t_contract$_IERC20_$1630_$_t_uint8_$_t_enum$_Upgradability_$19971_$_t_string_calldata_ptr_$_t_string_calldata_ptr_$returns$_t_contract$_ISuperToken_$19940_$",
4139
4139
  "typeString": "function (contract IERC20,uint8,enum ISuperTokenFactory.Upgradability,string calldata,string calldata) returns (contract ISuperToken)"
4140
4140
  }
4141
4141
  },
4142
- "id": 33168,
4142
+ "id": 33175,
4143
4143
  "isConstant": false,
4144
4144
  "isLValue": false,
4145
4145
  "isPure": false,
@@ -4151,19 +4151,19 @@
4151
4151
  "src": "4317:162:88",
4152
4152
  "tryCall": false,
4153
4153
  "typeDescriptions": {
4154
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4154
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4155
4155
  "typeString": "contract ISuperToken"
4156
4156
  }
4157
4157
  },
4158
- "functionReturnParameters": 33159,
4159
- "id": 33169,
4158
+ "functionReturnParameters": 33166,
4159
+ "id": 33176,
4160
4160
  "nodeType": "Return",
4161
4161
  "src": "4310:169:88"
4162
4162
  }
4163
4163
  ]
4164
4164
  },
4165
4165
  "functionSelector": "431f1481",
4166
- "id": 33171,
4166
+ "id": 33178,
4167
4167
  "implemented": true,
4168
4168
  "kind": "function",
4169
4169
  "modifiers": [],
@@ -4171,47 +4171,47 @@
4171
4171
  "nameLocation": "4061:18:88",
4172
4172
  "nodeType": "FunctionDefinition",
4173
4173
  "overrides": {
4174
- "id": 33155,
4174
+ "id": 33162,
4175
4175
  "nodeType": "OverrideSpecifier",
4176
4176
  "overrides": [],
4177
4177
  "src": "4246:8:88"
4178
4178
  },
4179
4179
  "parameters": {
4180
- "id": 33154,
4180
+ "id": 33161,
4181
4181
  "nodeType": "ParameterList",
4182
4182
  "parameters": [
4183
4183
  {
4184
4184
  "constant": false,
4185
- "id": 33146,
4185
+ "id": 33153,
4186
4186
  "mutability": "mutable",
4187
4187
  "name": "underlyingToken",
4188
4188
  "nameLocation": "4108:15:88",
4189
4189
  "nodeType": "VariableDeclaration",
4190
- "scope": 33171,
4190
+ "scope": 33178,
4191
4191
  "src": "4089:34:88",
4192
4192
  "stateVariable": false,
4193
4193
  "storageLocation": "default",
4194
4194
  "typeDescriptions": {
4195
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
4195
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
4196
4196
  "typeString": "contract ERC20WithTokenInfo"
4197
4197
  },
4198
4198
  "typeName": {
4199
- "id": 33145,
4199
+ "id": 33152,
4200
4200
  "nodeType": "UserDefinedTypeName",
4201
4201
  "pathNode": {
4202
- "id": 33144,
4202
+ "id": 33151,
4203
4203
  "name": "ERC20WithTokenInfo",
4204
4204
  "nameLocations": [
4205
4205
  "4089:18:88"
4206
4206
  ],
4207
4207
  "nodeType": "IdentifierPath",
4208
- "referencedDeclaration": 20952,
4208
+ "referencedDeclaration": 20959,
4209
4209
  "src": "4089:18:88"
4210
4210
  },
4211
- "referencedDeclaration": 20952,
4211
+ "referencedDeclaration": 20959,
4212
4212
  "src": "4089:18:88",
4213
4213
  "typeDescriptions": {
4214
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20952",
4214
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20959",
4215
4215
  "typeString": "contract ERC20WithTokenInfo"
4216
4216
  }
4217
4217
  },
@@ -4219,36 +4219,36 @@
4219
4219
  },
4220
4220
  {
4221
4221
  "constant": false,
4222
- "id": 33149,
4222
+ "id": 33156,
4223
4223
  "mutability": "mutable",
4224
4224
  "name": "upgradability",
4225
4225
  "nameLocation": "4147:13:88",
4226
4226
  "nodeType": "VariableDeclaration",
4227
- "scope": 33171,
4227
+ "scope": 33178,
4228
4228
  "src": "4133:27:88",
4229
4229
  "stateVariable": false,
4230
4230
  "storageLocation": "default",
4231
4231
  "typeDescriptions": {
4232
- "typeIdentifier": "t_enum$_Upgradability_$19964",
4232
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
4233
4233
  "typeString": "enum ISuperTokenFactory.Upgradability"
4234
4234
  },
4235
4235
  "typeName": {
4236
- "id": 33148,
4236
+ "id": 33155,
4237
4237
  "nodeType": "UserDefinedTypeName",
4238
4238
  "pathNode": {
4239
- "id": 33147,
4239
+ "id": 33154,
4240
4240
  "name": "Upgradability",
4241
4241
  "nameLocations": [
4242
4242
  "4133:13:88"
4243
4243
  ],
4244
4244
  "nodeType": "IdentifierPath",
4245
- "referencedDeclaration": 19964,
4245
+ "referencedDeclaration": 19971,
4246
4246
  "src": "4133:13:88"
4247
4247
  },
4248
- "referencedDeclaration": 19964,
4248
+ "referencedDeclaration": 19971,
4249
4249
  "src": "4133:13:88",
4250
4250
  "typeDescriptions": {
4251
- "typeIdentifier": "t_enum$_Upgradability_$19964",
4251
+ "typeIdentifier": "t_enum$_Upgradability_$19971",
4252
4252
  "typeString": "enum ISuperTokenFactory.Upgradability"
4253
4253
  }
4254
4254
  },
@@ -4256,12 +4256,12 @@
4256
4256
  },
4257
4257
  {
4258
4258
  "constant": false,
4259
- "id": 33151,
4259
+ "id": 33158,
4260
4260
  "mutability": "mutable",
4261
4261
  "name": "name",
4262
4262
  "nameLocation": "4186:4:88",
4263
4263
  "nodeType": "VariableDeclaration",
4264
- "scope": 33171,
4264
+ "scope": 33178,
4265
4265
  "src": "4170:20:88",
4266
4266
  "stateVariable": false,
4267
4267
  "storageLocation": "calldata",
@@ -4270,7 +4270,7 @@
4270
4270
  "typeString": "string"
4271
4271
  },
4272
4272
  "typeName": {
4273
- "id": 33150,
4273
+ "id": 33157,
4274
4274
  "name": "string",
4275
4275
  "nodeType": "ElementaryTypeName",
4276
4276
  "src": "4170:6:88",
@@ -4283,12 +4283,12 @@
4283
4283
  },
4284
4284
  {
4285
4285
  "constant": false,
4286
- "id": 33153,
4286
+ "id": 33160,
4287
4287
  "mutability": "mutable",
4288
4288
  "name": "symbol",
4289
4289
  "nameLocation": "4216:6:88",
4290
4290
  "nodeType": "VariableDeclaration",
4291
- "scope": 33171,
4291
+ "scope": 33178,
4292
4292
  "src": "4200:22:88",
4293
4293
  "stateVariable": false,
4294
4294
  "storageLocation": "calldata",
@@ -4297,7 +4297,7 @@
4297
4297
  "typeString": "string"
4298
4298
  },
4299
4299
  "typeName": {
4300
- "id": 33152,
4300
+ "id": 33159,
4301
4301
  "name": "string",
4302
4302
  "nodeType": "ElementaryTypeName",
4303
4303
  "src": "4200:6:88",
@@ -4312,41 +4312,41 @@
4312
4312
  "src": "4079:149:88"
4313
4313
  },
4314
4314
  "returnParameters": {
4315
- "id": 33159,
4315
+ "id": 33166,
4316
4316
  "nodeType": "ParameterList",
4317
4317
  "parameters": [
4318
4318
  {
4319
4319
  "constant": false,
4320
- "id": 33158,
4320
+ "id": 33165,
4321
4321
  "mutability": "mutable",
4322
4322
  "name": "superToken",
4323
4323
  "nameLocation": "4284:10:88",
4324
4324
  "nodeType": "VariableDeclaration",
4325
- "scope": 33171,
4325
+ "scope": 33178,
4326
4326
  "src": "4272:22:88",
4327
4327
  "stateVariable": false,
4328
4328
  "storageLocation": "default",
4329
4329
  "typeDescriptions": {
4330
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4330
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4331
4331
  "typeString": "contract ISuperToken"
4332
4332
  },
4333
4333
  "typeName": {
4334
- "id": 33157,
4334
+ "id": 33164,
4335
4335
  "nodeType": "UserDefinedTypeName",
4336
4336
  "pathNode": {
4337
- "id": 33156,
4337
+ "id": 33163,
4338
4338
  "name": "ISuperToken",
4339
4339
  "nameLocations": [
4340
4340
  "4272:11:88"
4341
4341
  ],
4342
4342
  "nodeType": "IdentifierPath",
4343
- "referencedDeclaration": 19933,
4343
+ "referencedDeclaration": 19940,
4344
4344
  "src": "4272:11:88"
4345
4345
  },
4346
- "referencedDeclaration": 19933,
4346
+ "referencedDeclaration": 19940,
4347
4347
  "src": "4272:11:88",
4348
4348
  "typeDescriptions": {
4349
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4349
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4350
4350
  "typeString": "contract ISuperToken"
4351
4351
  }
4352
4352
  },
@@ -4355,7 +4355,7 @@
4355
4355
  ],
4356
4356
  "src": "4271:24:88"
4357
4357
  },
4358
- "scope": 33208,
4358
+ "scope": 33215,
4359
4359
  "src": "4052:434:88",
4360
4360
  "stateMutability": "nonpayable",
4361
4361
  "virtual": false,
@@ -4363,26 +4363,26 @@
4363
4363
  },
4364
4364
  {
4365
4365
  "baseFunctions": [
4366
- 20005
4366
+ 20012
4367
4367
  ],
4368
4368
  "body": {
4369
- "id": 33206,
4369
+ "id": 33213,
4370
4370
  "nodeType": "Block",
4371
4371
  "src": "4603:341:88",
4372
4372
  "statements": [
4373
4373
  {
4374
4374
  "assignments": [
4375
- 33178
4375
+ 33185
4376
4376
  ],
4377
4377
  "declarations": [
4378
4378
  {
4379
4379
  "constant": false,
4380
- "id": 33178,
4380
+ "id": 33185,
4381
4381
  "mutability": "mutable",
4382
4382
  "name": "a",
4383
4383
  "nameLocation": "4745:1:88",
4384
4384
  "nodeType": "VariableDeclaration",
4385
- "scope": 33206,
4385
+ "scope": 33213,
4386
4386
  "src": "4729:17:88",
4387
4387
  "stateVariable": false,
4388
4388
  "storageLocation": "default",
@@ -4391,7 +4391,7 @@
4391
4391
  "typeString": "address payable"
4392
4392
  },
4393
4393
  "typeName": {
4394
- "id": 33177,
4394
+ "id": 33184,
4395
4395
  "name": "address",
4396
4396
  "nodeType": "ElementaryTypeName",
4397
4397
  "src": "4729:15:88",
@@ -4404,7 +4404,7 @@
4404
4404
  "visibility": "internal"
4405
4405
  }
4406
4406
  ],
4407
- "id": 33189,
4407
+ "id": 33196,
4408
4408
  "initialValue": {
4409
4409
  "arguments": [
4410
4410
  {
@@ -4412,11 +4412,11 @@
4412
4412
  {
4413
4413
  "arguments": [
4414
4414
  {
4415
- "id": 33185,
4415
+ "id": 33192,
4416
4416
  "name": "customSuperTokenProxy",
4417
4417
  "nodeType": "Identifier",
4418
4418
  "overloadedDeclarations": [],
4419
- "referencedDeclaration": 33173,
4419
+ "referencedDeclaration": 33180,
4420
4420
  "src": "4773:21:88",
4421
4421
  "typeDescriptions": {
4422
4422
  "typeIdentifier": "t_address",
@@ -4431,7 +4431,7 @@
4431
4431
  "typeString": "address"
4432
4432
  }
4433
4433
  ],
4434
- "id": 33184,
4434
+ "id": 33191,
4435
4435
  "isConstant": false,
4436
4436
  "isLValue": false,
4437
4437
  "isPure": true,
@@ -4443,14 +4443,14 @@
4443
4443
  "typeString": "type(uint160)"
4444
4444
  },
4445
4445
  "typeName": {
4446
- "id": 33183,
4446
+ "id": 33190,
4447
4447
  "name": "uint160",
4448
4448
  "nodeType": "ElementaryTypeName",
4449
4449
  "src": "4765:7:88",
4450
4450
  "typeDescriptions": {}
4451
4451
  }
4452
4452
  },
4453
- "id": 33186,
4453
+ "id": 33193,
4454
4454
  "isConstant": false,
4455
4455
  "isLValue": false,
4456
4456
  "isPure": false,
@@ -4474,7 +4474,7 @@
4474
4474
  "typeString": "uint160"
4475
4475
  }
4476
4476
  ],
4477
- "id": 33182,
4477
+ "id": 33189,
4478
4478
  "isConstant": false,
4479
4479
  "isLValue": false,
4480
4480
  "isPure": true,
@@ -4486,14 +4486,14 @@
4486
4486
  "typeString": "type(address)"
4487
4487
  },
4488
4488
  "typeName": {
4489
- "id": 33181,
4489
+ "id": 33188,
4490
4490
  "name": "address",
4491
4491
  "nodeType": "ElementaryTypeName",
4492
4492
  "src": "4757:7:88",
4493
4493
  "typeDescriptions": {}
4494
4494
  }
4495
4495
  },
4496
- "id": 33187,
4496
+ "id": 33194,
4497
4497
  "isConstant": false,
4498
4498
  "isLValue": false,
4499
4499
  "isPure": false,
@@ -4517,7 +4517,7 @@
4517
4517
  "typeString": "address"
4518
4518
  }
4519
4519
  ],
4520
- "id": 33180,
4520
+ "id": 33187,
4521
4521
  "isConstant": false,
4522
4522
  "isLValue": false,
4523
4523
  "isPure": true,
@@ -4529,7 +4529,7 @@
4529
4529
  "typeString": "type(address payable)"
4530
4530
  },
4531
4531
  "typeName": {
4532
- "id": 33179,
4532
+ "id": 33186,
4533
4533
  "name": "address",
4534
4534
  "nodeType": "ElementaryTypeName",
4535
4535
  "src": "4749:8:88",
@@ -4537,7 +4537,7 @@
4537
4537
  "typeDescriptions": {}
4538
4538
  }
4539
4539
  },
4540
- "id": 33188,
4540
+ "id": 33195,
4541
4541
  "isConstant": false,
4542
4542
  "isLValue": false,
4543
4543
  "isPure": false,
@@ -4562,14 +4562,14 @@
4562
4562
  {
4563
4563
  "arguments": [
4564
4564
  {
4565
- "id": 33196,
4565
+ "id": 33203,
4566
4566
  "name": "_superTokenLogic",
4567
4567
  "nodeType": "Identifier",
4568
4568
  "overloadedDeclarations": [],
4569
- "referencedDeclaration": 32902,
4569
+ "referencedDeclaration": 32909,
4570
4570
  "src": "4844:16:88",
4571
4571
  "typeDescriptions": {
4572
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4572
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4573
4573
  "typeString": "contract ISuperToken"
4574
4574
  }
4575
4575
  }
@@ -4577,11 +4577,11 @@
4577
4577
  "expression": {
4578
4578
  "argumentTypes": [
4579
4579
  {
4580
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4580
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4581
4581
  "typeString": "contract ISuperToken"
4582
4582
  }
4583
4583
  ],
4584
- "id": 33195,
4584
+ "id": 33202,
4585
4585
  "isConstant": false,
4586
4586
  "isLValue": false,
4587
4587
  "isPure": true,
@@ -4593,14 +4593,14 @@
4593
4593
  "typeString": "type(address)"
4594
4594
  },
4595
4595
  "typeName": {
4596
- "id": 33194,
4596
+ "id": 33201,
4597
4597
  "name": "address",
4598
4598
  "nodeType": "ElementaryTypeName",
4599
4599
  "src": "4836:7:88",
4600
4600
  "typeDescriptions": {}
4601
4601
  }
4602
4602
  },
4603
- "id": 33197,
4603
+ "id": 33204,
4604
4604
  "isConstant": false,
4605
4605
  "isLValue": false,
4606
4606
  "isPure": false,
@@ -4627,11 +4627,11 @@
4627
4627
  "expression": {
4628
4628
  "arguments": [
4629
4629
  {
4630
- "id": 33191,
4630
+ "id": 33198,
4631
4631
  "name": "a",
4632
4632
  "nodeType": "Identifier",
4633
4633
  "overloadedDeclarations": [],
4634
- "referencedDeclaration": 33178,
4634
+ "referencedDeclaration": 33185,
4635
4635
  "src": "4817:1:88",
4636
4636
  "typeDescriptions": {
4637
4637
  "typeIdentifier": "t_address_payable",
@@ -4646,18 +4646,18 @@
4646
4646
  "typeString": "address payable"
4647
4647
  }
4648
4648
  ],
4649
- "id": 33190,
4649
+ "id": 33197,
4650
4650
  "name": "UUPSProxy",
4651
4651
  "nodeType": "Identifier",
4652
4652
  "overloadedDeclarations": [],
4653
- "referencedDeclaration": 37569,
4653
+ "referencedDeclaration": 37576,
4654
4654
  "src": "4807:9:88",
4655
4655
  "typeDescriptions": {
4656
- "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37569_$",
4656
+ "typeIdentifier": "t_type$_t_contract$_UUPSProxy_$37576_$",
4657
4657
  "typeString": "type(contract UUPSProxy)"
4658
4658
  }
4659
4659
  },
4660
- "id": 33192,
4660
+ "id": 33199,
4661
4661
  "isConstant": false,
4662
4662
  "isLValue": false,
4663
4663
  "isPure": false,
@@ -4669,11 +4669,11 @@
4669
4669
  "src": "4807:12:88",
4670
4670
  "tryCall": false,
4671
4671
  "typeDescriptions": {
4672
- "typeIdentifier": "t_contract$_UUPSProxy_$37569",
4672
+ "typeIdentifier": "t_contract$_UUPSProxy_$37576",
4673
4673
  "typeString": "contract UUPSProxy"
4674
4674
  }
4675
4675
  },
4676
- "id": 33193,
4676
+ "id": 33200,
4677
4677
  "isConstant": false,
4678
4678
  "isLValue": false,
4679
4679
  "isPure": false,
@@ -4681,14 +4681,14 @@
4681
4681
  "memberLocation": "4820:15:88",
4682
4682
  "memberName": "initializeProxy",
4683
4683
  "nodeType": "MemberAccess",
4684
- "referencedDeclaration": 37556,
4684
+ "referencedDeclaration": 37563,
4685
4685
  "src": "4807:28:88",
4686
4686
  "typeDescriptions": {
4687
4687
  "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$",
4688
4688
  "typeString": "function (address) external"
4689
4689
  }
4690
4690
  },
4691
- "id": 33198,
4691
+ "id": 33205,
4692
4692
  "isConstant": false,
4693
4693
  "isLValue": false,
4694
4694
  "isPure": false,
@@ -4704,7 +4704,7 @@
4704
4704
  "typeString": "tuple()"
4705
4705
  }
4706
4706
  },
4707
- "id": 33199,
4707
+ "id": 33206,
4708
4708
  "nodeType": "ExpressionStatement",
4709
4709
  "src": "4807:55:88"
4710
4710
  },
@@ -4714,11 +4714,11 @@
4714
4714
  {
4715
4715
  "arguments": [
4716
4716
  {
4717
- "id": 33202,
4717
+ "id": 33209,
4718
4718
  "name": "customSuperTokenProxy",
4719
4719
  "nodeType": "Identifier",
4720
4720
  "overloadedDeclarations": [],
4721
- "referencedDeclaration": 33173,
4721
+ "referencedDeclaration": 33180,
4722
4722
  "src": "4914:21:88",
4723
4723
  "typeDescriptions": {
4724
4724
  "typeIdentifier": "t_address",
@@ -4733,18 +4733,18 @@
4733
4733
  "typeString": "address"
4734
4734
  }
4735
4735
  ],
4736
- "id": 33201,
4736
+ "id": 33208,
4737
4737
  "name": "ISuperToken",
4738
4738
  "nodeType": "Identifier",
4739
4739
  "overloadedDeclarations": [],
4740
- "referencedDeclaration": 19933,
4740
+ "referencedDeclaration": 19940,
4741
4741
  "src": "4902:11:88",
4742
4742
  "typeDescriptions": {
4743
- "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19933_$",
4743
+ "typeIdentifier": "t_type$_t_contract$_ISuperToken_$19940_$",
4744
4744
  "typeString": "type(contract ISuperToken)"
4745
4745
  }
4746
4746
  },
4747
- "id": 33203,
4747
+ "id": 33210,
4748
4748
  "isConstant": false,
4749
4749
  "isLValue": false,
4750
4750
  "isPure": false,
@@ -4756,7 +4756,7 @@
4756
4756
  "src": "4902:34:88",
4757
4757
  "tryCall": false,
4758
4758
  "typeDescriptions": {
4759
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4759
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4760
4760
  "typeString": "contract ISuperToken"
4761
4761
  }
4762
4762
  }
@@ -4764,22 +4764,22 @@
4764
4764
  "expression": {
4765
4765
  "argumentTypes": [
4766
4766
  {
4767
- "typeIdentifier": "t_contract$_ISuperToken_$19933",
4767
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
4768
4768
  "typeString": "contract ISuperToken"
4769
4769
  }
4770
4770
  ],
4771
- "id": 33200,
4771
+ "id": 33207,
4772
4772
  "name": "CustomSuperTokenCreated",
4773
4773
  "nodeType": "Identifier",
4774
4774
  "overloadedDeclarations": [],
4775
- "referencedDeclaration": 20023,
4775
+ "referencedDeclaration": 20030,
4776
4776
  "src": "4878:23:88",
4777
4777
  "typeDescriptions": {
4778
- "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19933_$returns$__$",
4778
+ "typeIdentifier": "t_function_event_nonpayable$_t_contract$_ISuperToken_$19940_$returns$__$",
4779
4779
  "typeString": "function (contract ISuperToken)"
4780
4780
  }
4781
4781
  },
4782
- "id": 33204,
4782
+ "id": 33211,
4783
4783
  "isConstant": false,
4784
4784
  "isLValue": false,
4785
4785
  "isPure": false,
@@ -4795,14 +4795,14 @@
4795
4795
  "typeString": "tuple()"
4796
4796
  }
4797
4797
  },
4798
- "id": 33205,
4798
+ "id": 33212,
4799
4799
  "nodeType": "EmitStatement",
4800
4800
  "src": "4873:64:88"
4801
4801
  }
4802
4802
  ]
4803
4803
  },
4804
4804
  "functionSelector": "d412d344",
4805
- "id": 33207,
4805
+ "id": 33214,
4806
4806
  "implemented": true,
4807
4807
  "kind": "function",
4808
4808
  "modifiers": [],
@@ -4810,23 +4810,23 @@
4810
4810
  "nameLocation": "4501:26:88",
4811
4811
  "nodeType": "FunctionDefinition",
4812
4812
  "overrides": {
4813
- "id": 33175,
4813
+ "id": 33182,
4814
4814
  "nodeType": "OverrideSpecifier",
4815
4815
  "overrides": [],
4816
4816
  "src": "4590:8:88"
4817
4817
  },
4818
4818
  "parameters": {
4819
- "id": 33174,
4819
+ "id": 33181,
4820
4820
  "nodeType": "ParameterList",
4821
4821
  "parameters": [
4822
4822
  {
4823
4823
  "constant": false,
4824
- "id": 33173,
4824
+ "id": 33180,
4825
4825
  "mutability": "mutable",
4826
4826
  "name": "customSuperTokenProxy",
4827
4827
  "nameLocation": "4545:21:88",
4828
4828
  "nodeType": "VariableDeclaration",
4829
- "scope": 33207,
4829
+ "scope": 33214,
4830
4830
  "src": "4537:29:88",
4831
4831
  "stateVariable": false,
4832
4832
  "storageLocation": "default",
@@ -4835,7 +4835,7 @@
4835
4835
  "typeString": "address"
4836
4836
  },
4837
4837
  "typeName": {
4838
- "id": 33172,
4838
+ "id": 33179,
4839
4839
  "name": "address",
4840
4840
  "nodeType": "ElementaryTypeName",
4841
4841
  "src": "4537:7:88",
@@ -4851,23 +4851,23 @@
4851
4851
  "src": "4527:45:88"
4852
4852
  },
4853
4853
  "returnParameters": {
4854
- "id": 33176,
4854
+ "id": 33183,
4855
4855
  "nodeType": "ParameterList",
4856
4856
  "parameters": [],
4857
4857
  "src": "4603:0:88"
4858
4858
  },
4859
- "scope": 33208,
4859
+ "scope": 33215,
4860
4860
  "src": "4492:452:88",
4861
4861
  "stateMutability": "nonpayable",
4862
4862
  "virtual": false,
4863
4863
  "visibility": "external"
4864
4864
  }
4865
4865
  ],
4866
- "scope": 33266,
4866
+ "scope": 33273,
4867
4867
  "src": "714:4233:88",
4868
4868
  "usedErrors": [
4869
- 19295,
4870
- 19299
4869
+ 19302,
4870
+ 19306
4871
4871
  ]
4872
4872
  },
4873
4873
  {
@@ -4875,13 +4875,13 @@
4875
4875
  "baseContracts": [],
4876
4876
  "canonicalName": "SuperTokenFactoryHelper",
4877
4877
  "contractDependencies": [
4878
- 32870
4878
+ 32877
4879
4879
  ],
4880
4880
  "contractKind": "contract",
4881
4881
  "fullyImplemented": true,
4882
- "id": 33227,
4882
+ "id": 33234,
4883
4883
  "linearizedBaseContracts": [
4884
- 33227
4884
+ 33234
4885
4885
  ],
4886
4886
  "name": "SuperTokenFactoryHelper",
4887
4887
  "nameLocation": "5019:23:88",
@@ -4889,7 +4889,7 @@
4889
4889
  "nodes": [
4890
4890
  {
4891
4891
  "body": {
4892
- "id": 33225,
4892
+ "id": 33232,
4893
4893
  "nodeType": "Block",
4894
4894
  "src": "5136:53:88",
4895
4895
  "statements": [
@@ -4899,14 +4899,14 @@
4899
4899
  {
4900
4900
  "arguments": [
4901
4901
  {
4902
- "id": 33221,
4902
+ "id": 33228,
4903
4903
  "name": "host",
4904
4904
  "nodeType": "Identifier",
4905
4905
  "overloadedDeclarations": [],
4906
- "referencedDeclaration": 33211,
4906
+ "referencedDeclaration": 33218,
4907
4907
  "src": "5176:4:88",
4908
4908
  "typeDescriptions": {
4909
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4909
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4910
4910
  "typeString": "contract ISuperfluid"
4911
4911
  }
4912
4912
  }
@@ -4914,11 +4914,11 @@
4914
4914
  "expression": {
4915
4915
  "argumentTypes": [
4916
4916
  {
4917
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
4917
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
4918
4918
  "typeString": "contract ISuperfluid"
4919
4919
  }
4920
4920
  ],
4921
- "id": 33220,
4921
+ "id": 33227,
4922
4922
  "isConstant": false,
4923
4923
  "isLValue": false,
4924
4924
  "isPure": false,
@@ -4926,31 +4926,31 @@
4926
4926
  "nodeType": "NewExpression",
4927
4927
  "src": "5161:14:88",
4928
4928
  "typeDescriptions": {
4929
- "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_contract$_SuperToken_$32870_$",
4929
+ "typeIdentifier": "t_function_creation_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_contract$_SuperToken_$32877_$",
4930
4930
  "typeString": "function (contract ISuperfluid) returns (contract SuperToken)"
4931
4931
  },
4932
4932
  "typeName": {
4933
- "id": 33219,
4933
+ "id": 33226,
4934
4934
  "nodeType": "UserDefinedTypeName",
4935
4935
  "pathNode": {
4936
- "id": 33218,
4936
+ "id": 33225,
4937
4937
  "name": "SuperToken",
4938
4938
  "nameLocations": [
4939
4939
  "5165:10:88"
4940
4940
  ],
4941
4941
  "nodeType": "IdentifierPath",
4942
- "referencedDeclaration": 32870,
4942
+ "referencedDeclaration": 32877,
4943
4943
  "src": "5165:10:88"
4944
4944
  },
4945
- "referencedDeclaration": 32870,
4945
+ "referencedDeclaration": 32877,
4946
4946
  "src": "5165:10:88",
4947
4947
  "typeDescriptions": {
4948
- "typeIdentifier": "t_contract$_SuperToken_$32870",
4948
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
4949
4949
  "typeString": "contract SuperToken"
4950
4950
  }
4951
4951
  }
4952
4952
  },
4953
- "id": 33222,
4953
+ "id": 33229,
4954
4954
  "isConstant": false,
4955
4955
  "isLValue": false,
4956
4956
  "isPure": false,
@@ -4962,7 +4962,7 @@
4962
4962
  "src": "5161:20:88",
4963
4963
  "tryCall": false,
4964
4964
  "typeDescriptions": {
4965
- "typeIdentifier": "t_contract$_SuperToken_$32870",
4965
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
4966
4966
  "typeString": "contract SuperToken"
4967
4967
  }
4968
4968
  }
@@ -4970,11 +4970,11 @@
4970
4970
  "expression": {
4971
4971
  "argumentTypes": [
4972
4972
  {
4973
- "typeIdentifier": "t_contract$_SuperToken_$32870",
4973
+ "typeIdentifier": "t_contract$_SuperToken_$32877",
4974
4974
  "typeString": "contract SuperToken"
4975
4975
  }
4976
4976
  ],
4977
- "id": 33217,
4977
+ "id": 33224,
4978
4978
  "isConstant": false,
4979
4979
  "isLValue": false,
4980
4980
  "isPure": true,
@@ -4986,14 +4986,14 @@
4986
4986
  "typeString": "type(address)"
4987
4987
  },
4988
4988
  "typeName": {
4989
- "id": 33216,
4989
+ "id": 33223,
4990
4990
  "name": "address",
4991
4991
  "nodeType": "ElementaryTypeName",
4992
4992
  "src": "5153:7:88",
4993
4993
  "typeDescriptions": {}
4994
4994
  }
4995
4995
  },
4996
- "id": 33223,
4996
+ "id": 33230,
4997
4997
  "isConstant": false,
4998
4998
  "isLValue": false,
4999
4999
  "isPure": false,
@@ -5009,15 +5009,15 @@
5009
5009
  "typeString": "address"
5010
5010
  }
5011
5011
  },
5012
- "functionReturnParameters": 33215,
5013
- "id": 33224,
5012
+ "functionReturnParameters": 33222,
5013
+ "id": 33231,
5014
5014
  "nodeType": "Return",
5015
5015
  "src": "5146:36:88"
5016
5016
  }
5017
5017
  ]
5018
5018
  },
5019
5019
  "functionSelector": "9ed93318",
5020
- "id": 33226,
5020
+ "id": 33233,
5021
5021
  "implemented": true,
5022
5022
  "kind": "function",
5023
5023
  "modifiers": [],
@@ -5025,41 +5025,41 @@
5025
5025
  "nameLocation": "5058:6:88",
5026
5026
  "nodeType": "FunctionDefinition",
5027
5027
  "parameters": {
5028
- "id": 33212,
5028
+ "id": 33219,
5029
5029
  "nodeType": "ParameterList",
5030
5030
  "parameters": [
5031
5031
  {
5032
5032
  "constant": false,
5033
- "id": 33211,
5033
+ "id": 33218,
5034
5034
  "mutability": "mutable",
5035
5035
  "name": "host",
5036
5036
  "nameLocation": "5077:4:88",
5037
5037
  "nodeType": "VariableDeclaration",
5038
- "scope": 33226,
5038
+ "scope": 33233,
5039
5039
  "src": "5065:16:88",
5040
5040
  "stateVariable": false,
5041
5041
  "storageLocation": "default",
5042
5042
  "typeDescriptions": {
5043
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5043
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5044
5044
  "typeString": "contract ISuperfluid"
5045
5045
  },
5046
5046
  "typeName": {
5047
- "id": 33210,
5047
+ "id": 33217,
5048
5048
  "nodeType": "UserDefinedTypeName",
5049
5049
  "pathNode": {
5050
- "id": 33209,
5050
+ "id": 33216,
5051
5051
  "name": "ISuperfluid",
5052
5052
  "nameLocations": [
5053
5053
  "5065:11:88"
5054
5054
  ],
5055
5055
  "nodeType": "IdentifierPath",
5056
- "referencedDeclaration": 20535,
5056
+ "referencedDeclaration": 20542,
5057
5057
  "src": "5065:11:88"
5058
5058
  },
5059
- "referencedDeclaration": 20535,
5059
+ "referencedDeclaration": 20542,
5060
5060
  "src": "5065:11:88",
5061
5061
  "typeDescriptions": {
5062
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5062
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5063
5063
  "typeString": "contract ISuperfluid"
5064
5064
  }
5065
5065
  },
@@ -5069,17 +5069,17 @@
5069
5069
  "src": "5064:18:88"
5070
5070
  },
5071
5071
  "returnParameters": {
5072
- "id": 33215,
5072
+ "id": 33222,
5073
5073
  "nodeType": "ParameterList",
5074
5074
  "parameters": [
5075
5075
  {
5076
5076
  "constant": false,
5077
- "id": 33214,
5077
+ "id": 33221,
5078
5078
  "mutability": "mutable",
5079
5079
  "name": "logic",
5080
5080
  "nameLocation": "5125:5:88",
5081
5081
  "nodeType": "VariableDeclaration",
5082
- "scope": 33226,
5082
+ "scope": 33233,
5083
5083
  "src": "5117:13:88",
5084
5084
  "stateVariable": false,
5085
5085
  "storageLocation": "default",
@@ -5088,7 +5088,7 @@
5088
5088
  "typeString": "address"
5089
5089
  },
5090
5090
  "typeName": {
5091
- "id": 33213,
5091
+ "id": 33220,
5092
5092
  "name": "address",
5093
5093
  "nodeType": "ElementaryTypeName",
5094
5094
  "src": "5117:7:88",
@@ -5103,14 +5103,14 @@
5103
5103
  ],
5104
5104
  "src": "5116:15:88"
5105
5105
  },
5106
- "scope": 33227,
5106
+ "scope": 33234,
5107
5107
  "src": "5049:140:88",
5108
5108
  "stateMutability": "nonpayable",
5109
5109
  "virtual": false,
5110
5110
  "visibility": "external"
5111
5111
  }
5112
5112
  ],
5113
- "scope": 33266,
5113
+ "scope": 33273,
5114
5114
  "src": "5010:181:88",
5115
5115
  "usedErrors": []
5116
5116
  },
@@ -5119,33 +5119,33 @@
5119
5119
  "baseContracts": [
5120
5120
  {
5121
5121
  "baseName": {
5122
- "id": 33228,
5122
+ "id": 33235,
5123
5123
  "name": "SuperTokenFactoryBase",
5124
5124
  "nameLocations": [
5125
5125
  "5223:21:88"
5126
5126
  ],
5127
5127
  "nodeType": "IdentifierPath",
5128
- "referencedDeclaration": 33208,
5128
+ "referencedDeclaration": 33215,
5129
5129
  "src": "5223:21:88"
5130
5130
  },
5131
- "id": 33229,
5131
+ "id": 33236,
5132
5132
  "nodeType": "InheritanceSpecifier",
5133
5133
  "src": "5223:21:88"
5134
5134
  }
5135
5135
  ],
5136
5136
  "canonicalName": "SuperTokenFactory",
5137
5137
  "contractDependencies": [
5138
- 31219,
5139
- 37569
5138
+ 31226,
5139
+ 37576
5140
5140
  ],
5141
5141
  "contractKind": "contract",
5142
5142
  "fullyImplemented": true,
5143
- "id": 33265,
5143
+ "id": 33272,
5144
5144
  "linearizedBaseContracts": [
5145
- 33265,
5146
- 33208,
5147
- 20024,
5148
- 37512,
5145
+ 33272,
5146
+ 33215,
5147
+ 20031,
5148
+ 37519,
5149
5149
  858
5150
5150
  ],
5151
5151
  "name": "SuperTokenFactory",
@@ -5154,36 +5154,36 @@
5154
5154
  "nodes": [
5155
5155
  {
5156
5156
  "constant": false,
5157
- "id": 33232,
5157
+ "id": 33239,
5158
5158
  "mutability": "immutable",
5159
5159
  "name": "_helper",
5160
5160
  "nameLocation": "5293:7:88",
5161
5161
  "nodeType": "VariableDeclaration",
5162
- "scope": 33265,
5162
+ "scope": 33272,
5163
5163
  "src": "5251:49:88",
5164
5164
  "stateVariable": true,
5165
5165
  "storageLocation": "default",
5166
5166
  "typeDescriptions": {
5167
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5167
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5168
5168
  "typeString": "contract SuperTokenFactoryHelper"
5169
5169
  },
5170
5170
  "typeName": {
5171
- "id": 33231,
5171
+ "id": 33238,
5172
5172
  "nodeType": "UserDefinedTypeName",
5173
5173
  "pathNode": {
5174
- "id": 33230,
5174
+ "id": 33237,
5175
5175
  "name": "SuperTokenFactoryHelper",
5176
5176
  "nameLocations": [
5177
5177
  "5251:23:88"
5178
5178
  ],
5179
5179
  "nodeType": "IdentifierPath",
5180
- "referencedDeclaration": 33227,
5180
+ "referencedDeclaration": 33234,
5181
5181
  "src": "5251:23:88"
5182
5182
  },
5183
- "referencedDeclaration": 33227,
5183
+ "referencedDeclaration": 33234,
5184
5184
  "src": "5251:23:88",
5185
5185
  "typeDescriptions": {
5186
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5186
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5187
5187
  "typeString": "contract SuperTokenFactoryHelper"
5188
5188
  }
5189
5189
  },
@@ -5191,84 +5191,84 @@
5191
5191
  },
5192
5192
  {
5193
5193
  "body": {
5194
- "id": 33248,
5194
+ "id": 33255,
5195
5195
  "nodeType": "Block",
5196
5196
  "src": "5484:33:88",
5197
5197
  "statements": [
5198
5198
  {
5199
5199
  "expression": {
5200
- "id": 33246,
5200
+ "id": 33253,
5201
5201
  "isConstant": false,
5202
5202
  "isLValue": false,
5203
5203
  "isPure": false,
5204
5204
  "lValueRequested": false,
5205
5205
  "leftHandSide": {
5206
- "id": 33244,
5206
+ "id": 33251,
5207
5207
  "name": "_helper",
5208
5208
  "nodeType": "Identifier",
5209
5209
  "overloadedDeclarations": [],
5210
- "referencedDeclaration": 33232,
5210
+ "referencedDeclaration": 33239,
5211
5211
  "src": "5494:7:88",
5212
5212
  "typeDescriptions": {
5213
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5213
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5214
5214
  "typeString": "contract SuperTokenFactoryHelper"
5215
5215
  }
5216
5216
  },
5217
5217
  "nodeType": "Assignment",
5218
5218
  "operator": "=",
5219
5219
  "rightHandSide": {
5220
- "id": 33245,
5220
+ "id": 33252,
5221
5221
  "name": "helper",
5222
5222
  "nodeType": "Identifier",
5223
5223
  "overloadedDeclarations": [],
5224
- "referencedDeclaration": 33238,
5224
+ "referencedDeclaration": 33245,
5225
5225
  "src": "5504:6:88",
5226
5226
  "typeDescriptions": {
5227
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5227
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5228
5228
  "typeString": "contract SuperTokenFactoryHelper"
5229
5229
  }
5230
5230
  },
5231
5231
  "src": "5494:16:88",
5232
5232
  "typeDescriptions": {
5233
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5233
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5234
5234
  "typeString": "contract SuperTokenFactoryHelper"
5235
5235
  }
5236
5236
  },
5237
- "id": 33247,
5237
+ "id": 33254,
5238
5238
  "nodeType": "ExpressionStatement",
5239
5239
  "src": "5494:16:88"
5240
5240
  }
5241
5241
  ]
5242
5242
  },
5243
- "id": 33249,
5243
+ "id": 33256,
5244
5244
  "implemented": true,
5245
5245
  "kind": "constructor",
5246
5246
  "modifiers": [
5247
5247
  {
5248
5248
  "arguments": [
5249
5249
  {
5250
- "id": 33241,
5250
+ "id": 33248,
5251
5251
  "name": "host",
5252
5252
  "nodeType": "Identifier",
5253
5253
  "overloadedDeclarations": [],
5254
- "referencedDeclaration": 33235,
5254
+ "referencedDeclaration": 33242,
5255
5255
  "src": "5421:4:88",
5256
5256
  "typeDescriptions": {
5257
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5257
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5258
5258
  "typeString": "contract ISuperfluid"
5259
5259
  }
5260
5260
  }
5261
5261
  ],
5262
- "id": 33242,
5262
+ "id": 33249,
5263
5263
  "kind": "baseConstructorSpecifier",
5264
5264
  "modifierName": {
5265
- "id": 33240,
5265
+ "id": 33247,
5266
5266
  "name": "SuperTokenFactoryBase",
5267
5267
  "nameLocations": [
5268
5268
  "5399:21:88"
5269
5269
  ],
5270
5270
  "nodeType": "IdentifierPath",
5271
- "referencedDeclaration": 33208,
5271
+ "referencedDeclaration": 33215,
5272
5272
  "src": "5399:21:88"
5273
5273
  },
5274
5274
  "nodeType": "ModifierInvocation",
@@ -5279,41 +5279,41 @@
5279
5279
  "nameLocation": "-1:-1:-1",
5280
5280
  "nodeType": "FunctionDefinition",
5281
5281
  "parameters": {
5282
- "id": 33239,
5282
+ "id": 33246,
5283
5283
  "nodeType": "ParameterList",
5284
5284
  "parameters": [
5285
5285
  {
5286
5286
  "constant": false,
5287
- "id": 33235,
5287
+ "id": 33242,
5288
5288
  "mutability": "mutable",
5289
5289
  "name": "host",
5290
5290
  "nameLocation": "5340:4:88",
5291
5291
  "nodeType": "VariableDeclaration",
5292
- "scope": 33249,
5292
+ "scope": 33256,
5293
5293
  "src": "5328:16:88",
5294
5294
  "stateVariable": false,
5295
5295
  "storageLocation": "default",
5296
5296
  "typeDescriptions": {
5297
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5297
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5298
5298
  "typeString": "contract ISuperfluid"
5299
5299
  },
5300
5300
  "typeName": {
5301
- "id": 33234,
5301
+ "id": 33241,
5302
5302
  "nodeType": "UserDefinedTypeName",
5303
5303
  "pathNode": {
5304
- "id": 33233,
5304
+ "id": 33240,
5305
5305
  "name": "ISuperfluid",
5306
5306
  "nameLocations": [
5307
5307
  "5328:11:88"
5308
5308
  ],
5309
5309
  "nodeType": "IdentifierPath",
5310
- "referencedDeclaration": 20535,
5310
+ "referencedDeclaration": 20542,
5311
5311
  "src": "5328:11:88"
5312
5312
  },
5313
- "referencedDeclaration": 20535,
5313
+ "referencedDeclaration": 20542,
5314
5314
  "src": "5328:11:88",
5315
5315
  "typeDescriptions": {
5316
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5316
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5317
5317
  "typeString": "contract ISuperfluid"
5318
5318
  }
5319
5319
  },
@@ -5321,36 +5321,36 @@
5321
5321
  },
5322
5322
  {
5323
5323
  "constant": false,
5324
- "id": 33238,
5324
+ "id": 33245,
5325
5325
  "mutability": "mutable",
5326
5326
  "name": "helper",
5327
5327
  "nameLocation": "5378:6:88",
5328
5328
  "nodeType": "VariableDeclaration",
5329
- "scope": 33249,
5329
+ "scope": 33256,
5330
5330
  "src": "5354:30:88",
5331
5331
  "stateVariable": false,
5332
5332
  "storageLocation": "default",
5333
5333
  "typeDescriptions": {
5334
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5334
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5335
5335
  "typeString": "contract SuperTokenFactoryHelper"
5336
5336
  },
5337
5337
  "typeName": {
5338
- "id": 33237,
5338
+ "id": 33244,
5339
5339
  "nodeType": "UserDefinedTypeName",
5340
5340
  "pathNode": {
5341
- "id": 33236,
5341
+ "id": 33243,
5342
5342
  "name": "SuperTokenFactoryHelper",
5343
5343
  "nameLocations": [
5344
5344
  "5354:23:88"
5345
5345
  ],
5346
5346
  "nodeType": "IdentifierPath",
5347
- "referencedDeclaration": 33227,
5347
+ "referencedDeclaration": 33234,
5348
5348
  "src": "5354:23:88"
5349
5349
  },
5350
- "referencedDeclaration": 33227,
5350
+ "referencedDeclaration": 33234,
5351
5351
  "src": "5354:23:88",
5352
5352
  "typeDescriptions": {
5353
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5353
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5354
5354
  "typeString": "contract SuperTokenFactoryHelper"
5355
5355
  }
5356
5356
  },
@@ -5360,12 +5360,12 @@
5360
5360
  "src": "5318:72:88"
5361
5361
  },
5362
5362
  "returnParameters": {
5363
- "id": 33243,
5363
+ "id": 33250,
5364
5364
  "nodeType": "ParameterList",
5365
5365
  "parameters": [],
5366
5366
  "src": "5484:0:88"
5367
5367
  },
5368
- "scope": 33265,
5368
+ "scope": 33272,
5369
5369
  "src": "5307:210:88",
5370
5370
  "stateMutability": "nonpayable",
5371
5371
  "virtual": false,
@@ -5373,10 +5373,10 @@
5373
5373
  },
5374
5374
  {
5375
5375
  "baseFunctions": [
5376
- 33022
5376
+ 33029
5377
5377
  ],
5378
5378
  "body": {
5379
- "id": 33263,
5379
+ "id": 33270,
5380
5380
  "nodeType": "Block",
5381
5381
  "src": "5634:44:88",
5382
5382
  "statements": [
@@ -5384,14 +5384,14 @@
5384
5384
  "expression": {
5385
5385
  "arguments": [
5386
5386
  {
5387
- "id": 33260,
5387
+ "id": 33267,
5388
5388
  "name": "host",
5389
5389
  "nodeType": "Identifier",
5390
5390
  "overloadedDeclarations": [],
5391
- "referencedDeclaration": 33252,
5391
+ "referencedDeclaration": 33259,
5392
5392
  "src": "5666:4:88",
5393
5393
  "typeDescriptions": {
5394
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5394
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5395
5395
  "typeString": "contract ISuperfluid"
5396
5396
  }
5397
5397
  }
@@ -5399,23 +5399,23 @@
5399
5399
  "expression": {
5400
5400
  "argumentTypes": [
5401
5401
  {
5402
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5402
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5403
5403
  "typeString": "contract ISuperfluid"
5404
5404
  }
5405
5405
  ],
5406
5406
  "expression": {
5407
- "id": 33258,
5407
+ "id": 33265,
5408
5408
  "name": "_helper",
5409
5409
  "nodeType": "Identifier",
5410
5410
  "overloadedDeclarations": [],
5411
- "referencedDeclaration": 33232,
5411
+ "referencedDeclaration": 33239,
5412
5412
  "src": "5651:7:88",
5413
5413
  "typeDescriptions": {
5414
- "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33227",
5414
+ "typeIdentifier": "t_contract$_SuperTokenFactoryHelper_$33234",
5415
5415
  "typeString": "contract SuperTokenFactoryHelper"
5416
5416
  }
5417
5417
  },
5418
- "id": 33259,
5418
+ "id": 33266,
5419
5419
  "isConstant": false,
5420
5420
  "isLValue": false,
5421
5421
  "isPure": false,
@@ -5423,14 +5423,14 @@
5423
5423
  "memberLocation": "5659:6:88",
5424
5424
  "memberName": "create",
5425
5425
  "nodeType": "MemberAccess",
5426
- "referencedDeclaration": 33226,
5426
+ "referencedDeclaration": 33233,
5427
5427
  "src": "5651:14:88",
5428
5428
  "typeDescriptions": {
5429
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20535_$returns$_t_address_$",
5429
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluid_$20542_$returns$_t_address_$",
5430
5430
  "typeString": "function (contract ISuperfluid) external returns (address)"
5431
5431
  }
5432
5432
  },
5433
- "id": 33261,
5433
+ "id": 33268,
5434
5434
  "isConstant": false,
5435
5435
  "isLValue": false,
5436
5436
  "isPure": false,
@@ -5446,15 +5446,15 @@
5446
5446
  "typeString": "address"
5447
5447
  }
5448
5448
  },
5449
- "functionReturnParameters": 33257,
5450
- "id": 33262,
5449
+ "functionReturnParameters": 33264,
5450
+ "id": 33269,
5451
5451
  "nodeType": "Return",
5452
5452
  "src": "5644:27:88"
5453
5453
  }
5454
5454
  ]
5455
5455
  },
5456
5456
  "functionSelector": "4dcc4d79",
5457
- "id": 33264,
5457
+ "id": 33271,
5458
5458
  "implemented": true,
5459
5459
  "kind": "function",
5460
5460
  "modifiers": [],
@@ -5462,47 +5462,47 @@
5462
5462
  "nameLocation": "5532:21:88",
5463
5463
  "nodeType": "FunctionDefinition",
5464
5464
  "overrides": {
5465
- "id": 33254,
5465
+ "id": 33261,
5466
5466
  "nodeType": "OverrideSpecifier",
5467
5467
  "overrides": [],
5468
5468
  "src": "5589:8:88"
5469
5469
  },
5470
5470
  "parameters": {
5471
- "id": 33253,
5471
+ "id": 33260,
5472
5472
  "nodeType": "ParameterList",
5473
5473
  "parameters": [
5474
5474
  {
5475
5475
  "constant": false,
5476
- "id": 33252,
5476
+ "id": 33259,
5477
5477
  "mutability": "mutable",
5478
5478
  "name": "host",
5479
5479
  "nameLocation": "5566:4:88",
5480
5480
  "nodeType": "VariableDeclaration",
5481
- "scope": 33264,
5481
+ "scope": 33271,
5482
5482
  "src": "5554:16:88",
5483
5483
  "stateVariable": false,
5484
5484
  "storageLocation": "default",
5485
5485
  "typeDescriptions": {
5486
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5486
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5487
5487
  "typeString": "contract ISuperfluid"
5488
5488
  },
5489
5489
  "typeName": {
5490
- "id": 33251,
5490
+ "id": 33258,
5491
5491
  "nodeType": "UserDefinedTypeName",
5492
5492
  "pathNode": {
5493
- "id": 33250,
5493
+ "id": 33257,
5494
5494
  "name": "ISuperfluid",
5495
5495
  "nameLocations": [
5496
5496
  "5554:11:88"
5497
5497
  ],
5498
5498
  "nodeType": "IdentifierPath",
5499
- "referencedDeclaration": 20535,
5499
+ "referencedDeclaration": 20542,
5500
5500
  "src": "5554:11:88"
5501
5501
  },
5502
- "referencedDeclaration": 20535,
5502
+ "referencedDeclaration": 20542,
5503
5503
  "src": "5554:11:88",
5504
5504
  "typeDescriptions": {
5505
- "typeIdentifier": "t_contract$_ISuperfluid_$20535",
5505
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
5506
5506
  "typeString": "contract ISuperfluid"
5507
5507
  }
5508
5508
  },
@@ -5512,17 +5512,17 @@
5512
5512
  "src": "5553:18:88"
5513
5513
  },
5514
5514
  "returnParameters": {
5515
- "id": 33257,
5515
+ "id": 33264,
5516
5516
  "nodeType": "ParameterList",
5517
5517
  "parameters": [
5518
5518
  {
5519
5519
  "constant": false,
5520
- "id": 33256,
5520
+ "id": 33263,
5521
5521
  "mutability": "mutable",
5522
5522
  "name": "logic",
5523
5523
  "nameLocation": "5623:5:88",
5524
5524
  "nodeType": "VariableDeclaration",
5525
- "scope": 33264,
5525
+ "scope": 33271,
5526
5526
  "src": "5615:13:88",
5527
5527
  "stateVariable": false,
5528
5528
  "storageLocation": "default",
@@ -5531,7 +5531,7 @@
5531
5531
  "typeString": "address"
5532
5532
  },
5533
5533
  "typeName": {
5534
- "id": 33255,
5534
+ "id": 33262,
5535
5535
  "name": "address",
5536
5536
  "nodeType": "ElementaryTypeName",
5537
5537
  "src": "5615:7:88",
@@ -5546,18 +5546,18 @@
5546
5546
  ],
5547
5547
  "src": "5614:15:88"
5548
5548
  },
5549
- "scope": 33265,
5549
+ "scope": 33272,
5550
5550
  "src": "5523:155:88",
5551
5551
  "stateMutability": "nonpayable",
5552
5552
  "virtual": false,
5553
5553
  "visibility": "external"
5554
5554
  }
5555
5555
  ],
5556
- "scope": 33266,
5556
+ "scope": 33273,
5557
5557
  "src": "5193:487:88",
5558
5558
  "usedErrors": [
5559
- 19295,
5560
- 19299
5559
+ 19302,
5560
+ 19306
5561
5561
  ]
5562
5562
  }
5563
5563
  ],
@@ -5569,7 +5569,7 @@
5569
5569
  },
5570
5570
  "networks": {},
5571
5571
  "schemaVersion": "3.4.9",
5572
- "updatedAt": "2022-09-21T07:45:09.776Z",
5572
+ "updatedAt": "2022-09-21T11:06:18.545Z",
5573
5573
  "devdoc": {
5574
5574
  "kind": "dev",
5575
5575
  "methods": {},