@superfluid-finance/ethereum-contracts 1.0.1-dev.d7224df.0 → 1.0.1-dev.fbe38e2.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.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +19 -19
- package/build/contracts/AgreementLibrary.json +1 -1
- package/build/contracts/BaseRelayRecipient.json +99 -99
- package/build/contracts/BatchLiquidator.json +323 -323
- package/build/contracts/BatchOperation.json +1 -1
- package/build/contracts/CFAv1Library.json +1 -1
- package/build/contracts/CallUtils.json +1 -1
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1 -1
- package/build/contracts/ConstantFlowAgreementV1.json +3 -3
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +1 -1
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +1 -1
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +1 -1
- package/build/contracts/ERC721.json +1 -1
- package/build/contracts/ERC777Helper.json +1 -1
- package/build/contracts/ERC777RecipientDrainingGas.json +1 -1
- package/build/contracts/ERC777RecipientReverting.json +1 -1
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +1 -1
- package/build/contracts/FixedSizeData.json +1 -1
- package/build/contracts/FlowExchangeTestApp.json +1 -1
- package/build/contracts/FullUpgradableSuperTokenProxy.json +193 -193
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +1 -1
- package/build/contracts/IDAv1Library.json +1 -1
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC721Receiver.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
- package/build/contracts/IMultiSigWallet.json +1 -1
- package/build/contracts/INativeSuperToken.json +1 -1
- package/build/contracts/INativeSuperTokenCustom.json +1 -1
- package/build/contracts/IRelayRecipient.json +1 -1
- package/build/contracts/IResolver.json +1 -1
- package/build/contracts/ISETH.json +1 -1
- package/build/contracts/ISETHCustom.json +1 -1
- package/build/contracts/ISuperAgreement.json +1 -1
- package/build/contracts/ISuperApp.json +1 -1
- package/build/contracts/ISuperToken.json +1 -1
- package/build/contracts/ISuperTokenFactory.json +1 -1
- package/build/contracts/ISuperfluid.json +1 -1
- package/build/contracts/ISuperfluidGovernance.json +1 -1
- package/build/contracts/ISuperfluidToken.json +1 -1
- package/build/contracts/ITOGAv1.json +2351 -2351
- package/build/contracts/ITOGAv2.json +2351 -2351
- package/build/contracts/IWETH.json +1091 -1091
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +3 -3
- package/build/contracts/Int96SafeMath.json +1 -1
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +377 -377
- package/build/contracts/MultiFlowApp.json +3087 -3087
- package/build/contracts/NativeSuperTokenProxy.json +171 -171
- package/build/contracts/NonClosableOutflowTestApp.json +1 -1
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/Resolver.json +179 -179
- package/build/contracts/SETHProxy.json +1095 -1095
- package/build/contracts/SETHReceiveLogic.json +1094 -1094
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1 -1
- package/build/contracts/SlotsBitmapLibrary.json +1 -1
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +1 -1
- package/build/contracts/SuperAppDefinitions.json +1 -1
- package/build/contracts/SuperToken.json +85 -85
- package/build/contracts/SuperTokenFactory.json +105 -105
- package/build/contracts/SuperTokenFactoryBase.json +105 -105
- package/build/contracts/SuperTokenFactoryHelper.json +105 -105
- package/build/contracts/SuperUpgrader.json +837 -837
- package/build/contracts/Superfluid.json +11131 -9312
- package/build/contracts/SuperfluidGovernanceBase.json +17 -17
- package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
- package/build/contracts/SuperfluidGovernanceII.json +31 -31
- package/build/contracts/SuperfluidGovernanceIIProxy.json +31 -31
- package/build/contracts/SuperfluidLoader.json +294 -294
- package/build/contracts/SuperfluidToken.json +2411 -2411
- package/build/contracts/TOGA.json +2359 -2359
- package/build/contracts/TestGovernance.json +335 -335
- package/build/contracts/TestToken.json +187 -187
- package/build/contracts/TokenCustodian.json +427 -427
- package/build/contracts/TokenInfo.json +1 -1
- package/build/contracts/UInt128SafeMath.json +1 -1
- package/build/contracts/UUPSProxiable.json +265 -265
- package/build/contracts/UUPSProxy.json +163 -163
- package/build/contracts/UUPSUtils.json +73 -73
- package/build/contracts/strings.json +1 -1
- package/build/contracts-sizes.txt +1 -1
- package/contracts/superfluid/Superfluid.sol +15 -0
- package/package.json +2 -2
- package/scripts/libs/getConfig.js +53 -2
|
@@ -687,7 +687,7 @@
|
|
|
687
687
|
"absolutePath": "project:/contracts/tokens/FullUpgradableSuperTokenProxy.sol",
|
|
688
688
|
"exportedSymbols": {
|
|
689
689
|
"FullUpgradableSuperTokenProxy": [
|
|
690
|
-
|
|
690
|
+
36258
|
|
691
691
|
],
|
|
692
692
|
"ISuperTokenFactory": [
|
|
693
693
|
18914
|
|
@@ -696,12 +696,12 @@
|
|
|
696
696
|
2519
|
|
697
697
|
]
|
|
698
698
|
},
|
|
699
|
-
"id":
|
|
699
|
+
"id": 36259,
|
|
700
700
|
"license": "AGPLv3",
|
|
701
701
|
"nodeType": "SourceUnit",
|
|
702
702
|
"nodes": [
|
|
703
703
|
{
|
|
704
|
-
"id":
|
|
704
|
+
"id": 36188,
|
|
705
705
|
"literals": [
|
|
706
706
|
"solidity",
|
|
707
707
|
"0.8",
|
|
@@ -713,16 +713,16 @@
|
|
|
713
713
|
{
|
|
714
714
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
715
715
|
"file": "../interfaces/superfluid/ISuperTokenFactory.sol",
|
|
716
|
-
"id":
|
|
716
|
+
"id": 36190,
|
|
717
717
|
"nameLocation": "-1:-1:-1",
|
|
718
718
|
"nodeType": "ImportDirective",
|
|
719
|
-
"scope":
|
|
719
|
+
"scope": 36259,
|
|
720
720
|
"sourceUnit": 18915,
|
|
721
721
|
"src": "60:85:92",
|
|
722
722
|
"symbolAliases": [
|
|
723
723
|
{
|
|
724
724
|
"foreign": {
|
|
725
|
-
"id":
|
|
725
|
+
"id": 36189,
|
|
726
726
|
"name": "ISuperTokenFactory",
|
|
727
727
|
"nodeType": "Identifier",
|
|
728
728
|
"overloadedDeclarations": [],
|
|
@@ -741,16 +741,16 @@
|
|
|
741
741
|
{
|
|
742
742
|
"absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
743
743
|
"file": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
744
|
-
"id":
|
|
744
|
+
"id": 36192,
|
|
745
745
|
"nameLocation": "-1:-1:-1",
|
|
746
746
|
"nodeType": "ImportDirective",
|
|
747
|
-
"scope":
|
|
747
|
+
"scope": 36259,
|
|
748
748
|
"sourceUnit": 2520,
|
|
749
749
|
"src": "146:64:92",
|
|
750
750
|
"symbolAliases": [
|
|
751
751
|
{
|
|
752
752
|
"foreign": {
|
|
753
|
-
"id":
|
|
753
|
+
"id": 36191,
|
|
754
754
|
"name": "Proxy",
|
|
755
755
|
"nodeType": "Identifier",
|
|
756
756
|
"overloadedDeclarations": [],
|
|
@@ -771,13 +771,13 @@
|
|
|
771
771
|
"baseContracts": [
|
|
772
772
|
{
|
|
773
773
|
"baseName": {
|
|
774
|
-
"id":
|
|
774
|
+
"id": 36194,
|
|
775
775
|
"name": "Proxy",
|
|
776
776
|
"nodeType": "IdentifierPath",
|
|
777
777
|
"referencedDeclaration": 2519,
|
|
778
778
|
"src": "338:5:92"
|
|
779
779
|
},
|
|
780
|
-
"id":
|
|
780
|
+
"id": 36195,
|
|
781
781
|
"nodeType": "InheritanceSpecifier",
|
|
782
782
|
"src": "338:5:92"
|
|
783
783
|
}
|
|
@@ -786,15 +786,15 @@
|
|
|
786
786
|
"contractDependencies": [],
|
|
787
787
|
"contractKind": "contract",
|
|
788
788
|
"documentation": {
|
|
789
|
-
"id":
|
|
789
|
+
"id": 36193,
|
|
790
790
|
"nodeType": "StructuredDocumentation",
|
|
791
791
|
"src": "213:82:92",
|
|
792
792
|
"text": " @title Full upgradable super token proxy contract\n @author Superfluid"
|
|
793
793
|
},
|
|
794
794
|
"fullyImplemented": true,
|
|
795
|
-
"id":
|
|
795
|
+
"id": 36258,
|
|
796
796
|
"linearizedBaseContracts": [
|
|
797
|
-
|
|
797
|
+
36258,
|
|
798
798
|
2519
|
|
799
799
|
],
|
|
800
800
|
"name": "FullUpgradableSuperTokenProxy",
|
|
@@ -803,12 +803,12 @@
|
|
|
803
803
|
"nodes": [
|
|
804
804
|
{
|
|
805
805
|
"constant": true,
|
|
806
|
-
"id":
|
|
806
|
+
"id": 36198,
|
|
807
807
|
"mutability": "constant",
|
|
808
808
|
"name": "_FACTORY_SLOT",
|
|
809
809
|
"nameLocation": "476:13:92",
|
|
810
810
|
"nodeType": "VariableDeclaration",
|
|
811
|
-
"scope":
|
|
811
|
+
"scope": 36258,
|
|
812
812
|
"src": "450:108:92",
|
|
813
813
|
"stateVariable": true,
|
|
814
814
|
"storageLocation": "default",
|
|
@@ -817,7 +817,7 @@
|
|
|
817
817
|
"typeString": "bytes32"
|
|
818
818
|
},
|
|
819
819
|
"typeName": {
|
|
820
|
-
"id":
|
|
820
|
+
"id": 36196,
|
|
821
821
|
"name": "bytes32",
|
|
822
822
|
"nodeType": "ElementaryTypeName",
|
|
823
823
|
"src": "450:7:92",
|
|
@@ -828,7 +828,7 @@
|
|
|
828
828
|
},
|
|
829
829
|
"value": {
|
|
830
830
|
"hexValue": "307862386663643537313962336464663836323666333636343730356138396237666334373631323961353863316161356564613537633630306363313832316130",
|
|
831
|
-
"id":
|
|
831
|
+
"id": 36197,
|
|
832
832
|
"isConstant": false,
|
|
833
833
|
"isLValue": false,
|
|
834
834
|
"isPure": true,
|
|
@@ -846,23 +846,23 @@
|
|
|
846
846
|
},
|
|
847
847
|
{
|
|
848
848
|
"body": {
|
|
849
|
-
"id":
|
|
849
|
+
"id": 36224,
|
|
850
850
|
"nodeType": "Block",
|
|
851
851
|
"src": "600:325:92",
|
|
852
852
|
"statements": [
|
|
853
853
|
{
|
|
854
854
|
"assignments": [
|
|
855
|
-
|
|
855
|
+
36202
|
|
856
856
|
],
|
|
857
857
|
"declarations": [
|
|
858
858
|
{
|
|
859
859
|
"constant": false,
|
|
860
|
-
"id":
|
|
860
|
+
"id": 36202,
|
|
861
861
|
"mutability": "mutable",
|
|
862
862
|
"name": "factory",
|
|
863
863
|
"nameLocation": "618:7:92",
|
|
864
864
|
"nodeType": "VariableDeclaration",
|
|
865
|
-
"scope":
|
|
865
|
+
"scope": 36224,
|
|
866
866
|
"src": "610:15:92",
|
|
867
867
|
"stateVariable": false,
|
|
868
868
|
"storageLocation": "default",
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
"typeString": "address"
|
|
872
872
|
},
|
|
873
873
|
"typeName": {
|
|
874
|
-
"id":
|
|
874
|
+
"id": 36201,
|
|
875
875
|
"name": "address",
|
|
876
876
|
"nodeType": "ElementaryTypeName",
|
|
877
877
|
"src": "610:7:92",
|
|
@@ -884,7 +884,7 @@
|
|
|
884
884
|
"visibility": "internal"
|
|
885
885
|
}
|
|
886
886
|
],
|
|
887
|
-
"id":
|
|
887
|
+
"id": 36203,
|
|
888
888
|
"nodeType": "VariableDeclarationStatement",
|
|
889
889
|
"src": "610:15:92"
|
|
890
890
|
},
|
|
@@ -925,21 +925,21 @@
|
|
|
925
925
|
"evmVersion": "london",
|
|
926
926
|
"externalReferences": [
|
|
927
927
|
{
|
|
928
|
-
"declaration":
|
|
928
|
+
"declaration": 36198,
|
|
929
929
|
"isOffset": false,
|
|
930
930
|
"isSlot": false,
|
|
931
931
|
"src": "698:13:92",
|
|
932
932
|
"valueSize": 1
|
|
933
933
|
},
|
|
934
934
|
{
|
|
935
|
-
"declaration":
|
|
935
|
+
"declaration": 36202,
|
|
936
936
|
"isOffset": false,
|
|
937
937
|
"isSlot": false,
|
|
938
938
|
"src": "681:7:92",
|
|
939
939
|
"valueSize": 1
|
|
940
940
|
}
|
|
941
941
|
],
|
|
942
|
-
"id":
|
|
942
|
+
"id": 36204,
|
|
943
943
|
"nodeType": "InlineAssembly",
|
|
944
944
|
"src": "635:87:92"
|
|
945
945
|
},
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
"typeIdentifier": "t_address",
|
|
952
952
|
"typeString": "address"
|
|
953
953
|
},
|
|
954
|
-
"id":
|
|
954
|
+
"id": 36214,
|
|
955
955
|
"isConstant": false,
|
|
956
956
|
"isLValue": false,
|
|
957
957
|
"isPure": false,
|
|
@@ -959,11 +959,11 @@
|
|
|
959
959
|
"leftExpression": {
|
|
960
960
|
"arguments": [
|
|
961
961
|
{
|
|
962
|
-
"id":
|
|
962
|
+
"id": 36208,
|
|
963
963
|
"name": "factory",
|
|
964
964
|
"nodeType": "Identifier",
|
|
965
965
|
"overloadedDeclarations": [],
|
|
966
|
-
"referencedDeclaration":
|
|
966
|
+
"referencedDeclaration": 36202,
|
|
967
967
|
"src": "747:7:92",
|
|
968
968
|
"typeDescriptions": {
|
|
969
969
|
"typeIdentifier": "t_address",
|
|
@@ -978,7 +978,7 @@
|
|
|
978
978
|
"typeString": "address"
|
|
979
979
|
}
|
|
980
980
|
],
|
|
981
|
-
"id":
|
|
981
|
+
"id": 36207,
|
|
982
982
|
"isConstant": false,
|
|
983
983
|
"isLValue": false,
|
|
984
984
|
"isPure": true,
|
|
@@ -990,14 +990,14 @@
|
|
|
990
990
|
"typeString": "type(address)"
|
|
991
991
|
},
|
|
992
992
|
"typeName": {
|
|
993
|
-
"id":
|
|
993
|
+
"id": 36206,
|
|
994
994
|
"name": "address",
|
|
995
995
|
"nodeType": "ElementaryTypeName",
|
|
996
996
|
"src": "739:7:92",
|
|
997
997
|
"typeDescriptions": {}
|
|
998
998
|
}
|
|
999
999
|
},
|
|
1000
|
-
"id":
|
|
1000
|
+
"id": 36209,
|
|
1001
1001
|
"isConstant": false,
|
|
1002
1002
|
"isLValue": false,
|
|
1003
1003
|
"isPure": false,
|
|
@@ -1018,7 +1018,7 @@
|
|
|
1018
1018
|
"arguments": [
|
|
1019
1019
|
{
|
|
1020
1020
|
"hexValue": "30",
|
|
1021
|
-
"id":
|
|
1021
|
+
"id": 36212,
|
|
1022
1022
|
"isConstant": false,
|
|
1023
1023
|
"isLValue": false,
|
|
1024
1024
|
"isPure": true,
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
"typeString": "int_const 0"
|
|
1041
1041
|
}
|
|
1042
1042
|
],
|
|
1043
|
-
"id":
|
|
1043
|
+
"id": 36211,
|
|
1044
1044
|
"isConstant": false,
|
|
1045
1045
|
"isLValue": false,
|
|
1046
1046
|
"isPure": true,
|
|
@@ -1052,14 +1052,14 @@
|
|
|
1052
1052
|
"typeString": "type(address)"
|
|
1053
1053
|
},
|
|
1054
1054
|
"typeName": {
|
|
1055
|
-
"id":
|
|
1055
|
+
"id": 36210,
|
|
1056
1056
|
"name": "address",
|
|
1057
1057
|
"nodeType": "ElementaryTypeName",
|
|
1058
1058
|
"src": "759:7:92",
|
|
1059
1059
|
"typeDescriptions": {}
|
|
1060
1060
|
}
|
|
1061
1061
|
},
|
|
1062
|
-
"id":
|
|
1062
|
+
"id": 36213,
|
|
1063
1063
|
"isConstant": false,
|
|
1064
1064
|
"isLValue": false,
|
|
1065
1065
|
"isPure": true,
|
|
@@ -1082,7 +1082,7 @@
|
|
|
1082
1082
|
},
|
|
1083
1083
|
{
|
|
1084
1084
|
"hexValue": "416c726561647920696e697469616c697a6564",
|
|
1085
|
-
"id":
|
|
1085
|
+
"id": 36215,
|
|
1086
1086
|
"isConstant": false,
|
|
1087
1087
|
"isLValue": false,
|
|
1088
1088
|
"isPure": true,
|
|
@@ -1108,7 +1108,7 @@
|
|
|
1108
1108
|
"typeString": "literal_string \"Already initialized\""
|
|
1109
1109
|
}
|
|
1110
1110
|
],
|
|
1111
|
-
"id":
|
|
1111
|
+
"id": 36205,
|
|
1112
1112
|
"name": "require",
|
|
1113
1113
|
"nodeType": "Identifier",
|
|
1114
1114
|
"overloadedDeclarations": [
|
|
@@ -1122,7 +1122,7 @@
|
|
|
1122
1122
|
"typeString": "function (bool,string memory) pure"
|
|
1123
1123
|
}
|
|
1124
1124
|
},
|
|
1125
|
-
"id":
|
|
1125
|
+
"id": 36216,
|
|
1126
1126
|
"isConstant": false,
|
|
1127
1127
|
"isLValue": false,
|
|
1128
1128
|
"isPure": false,
|
|
@@ -1137,23 +1137,23 @@
|
|
|
1137
1137
|
"typeString": "tuple()"
|
|
1138
1138
|
}
|
|
1139
1139
|
},
|
|
1140
|
-
"id":
|
|
1140
|
+
"id": 36217,
|
|
1141
1141
|
"nodeType": "ExpressionStatement",
|
|
1142
1142
|
"src": "731:62:92"
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
1145
|
"expression": {
|
|
1146
|
-
"id":
|
|
1146
|
+
"id": 36221,
|
|
1147
1147
|
"isConstant": false,
|
|
1148
1148
|
"isLValue": false,
|
|
1149
1149
|
"isPure": false,
|
|
1150
1150
|
"lValueRequested": false,
|
|
1151
1151
|
"leftHandSide": {
|
|
1152
|
-
"id":
|
|
1152
|
+
"id": 36218,
|
|
1153
1153
|
"name": "factory",
|
|
1154
1154
|
"nodeType": "Identifier",
|
|
1155
1155
|
"overloadedDeclarations": [],
|
|
1156
|
-
"referencedDeclaration":
|
|
1156
|
+
"referencedDeclaration": 36202,
|
|
1157
1157
|
"src": "803:7:92",
|
|
1158
1158
|
"typeDescriptions": {
|
|
1159
1159
|
"typeIdentifier": "t_address",
|
|
@@ -1164,7 +1164,7 @@
|
|
|
1164
1164
|
"operator": "=",
|
|
1165
1165
|
"rightHandSide": {
|
|
1166
1166
|
"expression": {
|
|
1167
|
-
"id":
|
|
1167
|
+
"id": 36219,
|
|
1168
1168
|
"name": "msg",
|
|
1169
1169
|
"nodeType": "Identifier",
|
|
1170
1170
|
"overloadedDeclarations": [],
|
|
@@ -1175,7 +1175,7 @@
|
|
|
1175
1175
|
"typeString": "msg"
|
|
1176
1176
|
}
|
|
1177
1177
|
},
|
|
1178
|
-
"id":
|
|
1178
|
+
"id": 36220,
|
|
1179
1179
|
"isConstant": false,
|
|
1180
1180
|
"isLValue": false,
|
|
1181
1181
|
"isPure": false,
|
|
@@ -1194,7 +1194,7 @@
|
|
|
1194
1194
|
"typeString": "address"
|
|
1195
1195
|
}
|
|
1196
1196
|
},
|
|
1197
|
-
"id":
|
|
1197
|
+
"id": 36222,
|
|
1198
1198
|
"nodeType": "ExpressionStatement",
|
|
1199
1199
|
"src": "803:20:92"
|
|
1200
1200
|
},
|
|
@@ -1233,28 +1233,28 @@
|
|
|
1233
1233
|
"evmVersion": "london",
|
|
1234
1234
|
"externalReferences": [
|
|
1235
1235
|
{
|
|
1236
|
-
"declaration":
|
|
1236
|
+
"declaration": 36198,
|
|
1237
1237
|
"isOffset": false,
|
|
1238
1238
|
"isSlot": false,
|
|
1239
1239
|
"src": "886:13:92",
|
|
1240
1240
|
"valueSize": 1
|
|
1241
1241
|
},
|
|
1242
1242
|
{
|
|
1243
|
-
"declaration":
|
|
1243
|
+
"declaration": 36202,
|
|
1244
1244
|
"isOffset": false,
|
|
1245
1245
|
"isSlot": false,
|
|
1246
1246
|
"src": "901:7:92",
|
|
1247
1247
|
"valueSize": 1
|
|
1248
1248
|
}
|
|
1249
1249
|
],
|
|
1250
|
-
"id":
|
|
1250
|
+
"id": 36223,
|
|
1251
1251
|
"nodeType": "InlineAssembly",
|
|
1252
1252
|
"src": "833:86:92"
|
|
1253
1253
|
}
|
|
1254
1254
|
]
|
|
1255
1255
|
},
|
|
1256
1256
|
"functionSelector": "8129fc1c",
|
|
1257
|
-
"id":
|
|
1257
|
+
"id": 36225,
|
|
1258
1258
|
"implemented": true,
|
|
1259
1259
|
"kind": "function",
|
|
1260
1260
|
"modifiers": [],
|
|
@@ -1262,18 +1262,18 @@
|
|
|
1262
1262
|
"nameLocation": "574:10:92",
|
|
1263
1263
|
"nodeType": "FunctionDefinition",
|
|
1264
1264
|
"parameters": {
|
|
1265
|
-
"id":
|
|
1265
|
+
"id": 36199,
|
|
1266
1266
|
"nodeType": "ParameterList",
|
|
1267
1267
|
"parameters": [],
|
|
1268
1268
|
"src": "584:2:92"
|
|
1269
1269
|
},
|
|
1270
1270
|
"returnParameters": {
|
|
1271
|
-
"id":
|
|
1271
|
+
"id": 36200,
|
|
1272
1272
|
"nodeType": "ParameterList",
|
|
1273
1273
|
"parameters": [],
|
|
1274
1274
|
"src": "600:0:92"
|
|
1275
1275
|
},
|
|
1276
|
-
"scope":
|
|
1276
|
+
"scope": 36258,
|
|
1277
1277
|
"src": "565:360:92",
|
|
1278
1278
|
"stateMutability": "nonpayable",
|
|
1279
1279
|
"virtual": false,
|
|
@@ -1284,23 +1284,23 @@
|
|
|
1284
1284
|
2484
|
|
1285
1285
|
],
|
|
1286
1286
|
"body": {
|
|
1287
|
-
"id":
|
|
1287
|
+
"id": 36256,
|
|
1288
1288
|
"nodeType": "Block",
|
|
1289
1289
|
"src": "1004:261:92",
|
|
1290
1290
|
"statements": [
|
|
1291
1291
|
{
|
|
1292
1292
|
"assignments": [
|
|
1293
|
-
|
|
1293
|
+
36233
|
|
1294
1294
|
],
|
|
1295
1295
|
"declarations": [
|
|
1296
1296
|
{
|
|
1297
1297
|
"constant": false,
|
|
1298
|
-
"id":
|
|
1298
|
+
"id": 36233,
|
|
1299
1299
|
"mutability": "mutable",
|
|
1300
1300
|
"name": "factory",
|
|
1301
1301
|
"nameLocation": "1033:7:92",
|
|
1302
1302
|
"nodeType": "VariableDeclaration",
|
|
1303
|
-
"scope":
|
|
1303
|
+
"scope": 36256,
|
|
1304
1304
|
"src": "1014:26:92",
|
|
1305
1305
|
"stateVariable": false,
|
|
1306
1306
|
"storageLocation": "default",
|
|
@@ -1309,10 +1309,10 @@
|
|
|
1309
1309
|
"typeString": "contract ISuperTokenFactory"
|
|
1310
1310
|
},
|
|
1311
1311
|
"typeName": {
|
|
1312
|
-
"id":
|
|
1312
|
+
"id": 36232,
|
|
1313
1313
|
"nodeType": "UserDefinedTypeName",
|
|
1314
1314
|
"pathNode": {
|
|
1315
|
-
"id":
|
|
1315
|
+
"id": 36231,
|
|
1316
1316
|
"name": "ISuperTokenFactory",
|
|
1317
1317
|
"nodeType": "IdentifierPath",
|
|
1318
1318
|
"referencedDeclaration": 18914,
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"visibility": "internal"
|
|
1329
1329
|
}
|
|
1330
1330
|
],
|
|
1331
|
-
"id":
|
|
1331
|
+
"id": 36234,
|
|
1332
1332
|
"nodeType": "VariableDeclarationStatement",
|
|
1333
1333
|
"src": "1014:26:92"
|
|
1334
1334
|
},
|
|
@@ -1369,21 +1369,21 @@
|
|
|
1369
1369
|
"evmVersion": "london",
|
|
1370
1370
|
"externalReferences": [
|
|
1371
1371
|
{
|
|
1372
|
-
"declaration":
|
|
1372
|
+
"declaration": 36198,
|
|
1373
1373
|
"isOffset": false,
|
|
1374
1374
|
"isSlot": false,
|
|
1375
1375
|
"src": "1113:13:92",
|
|
1376
1376
|
"valueSize": 1
|
|
1377
1377
|
},
|
|
1378
1378
|
{
|
|
1379
|
-
"declaration":
|
|
1379
|
+
"declaration": 36233,
|
|
1380
1380
|
"isOffset": false,
|
|
1381
1381
|
"isSlot": false,
|
|
1382
1382
|
"src": "1096:7:92",
|
|
1383
1383
|
"valueSize": 1
|
|
1384
1384
|
}
|
|
1385
1385
|
],
|
|
1386
|
-
"id":
|
|
1386
|
+
"id": 36235,
|
|
1387
1387
|
"nodeType": "InlineAssembly",
|
|
1388
1388
|
"src": "1050:87:92"
|
|
1389
1389
|
},
|
|
@@ -1395,7 +1395,7 @@
|
|
|
1395
1395
|
"typeIdentifier": "t_address",
|
|
1396
1396
|
"typeString": "address"
|
|
1397
1397
|
},
|
|
1398
|
-
"id":
|
|
1398
|
+
"id": 36245,
|
|
1399
1399
|
"isConstant": false,
|
|
1400
1400
|
"isLValue": false,
|
|
1401
1401
|
"isPure": false,
|
|
@@ -1403,11 +1403,11 @@
|
|
|
1403
1403
|
"leftExpression": {
|
|
1404
1404
|
"arguments": [
|
|
1405
1405
|
{
|
|
1406
|
-
"id":
|
|
1406
|
+
"id": 36239,
|
|
1407
1407
|
"name": "factory",
|
|
1408
1408
|
"nodeType": "Identifier",
|
|
1409
1409
|
"overloadedDeclarations": [],
|
|
1410
|
-
"referencedDeclaration":
|
|
1410
|
+
"referencedDeclaration": 36233,
|
|
1411
1411
|
"src": "1162:7:92",
|
|
1412
1412
|
"typeDescriptions": {
|
|
1413
1413
|
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18914",
|
|
@@ -1422,7 +1422,7 @@
|
|
|
1422
1422
|
"typeString": "contract ISuperTokenFactory"
|
|
1423
1423
|
}
|
|
1424
1424
|
],
|
|
1425
|
-
"id":
|
|
1425
|
+
"id": 36238,
|
|
1426
1426
|
"isConstant": false,
|
|
1427
1427
|
"isLValue": false,
|
|
1428
1428
|
"isPure": true,
|
|
@@ -1434,14 +1434,14 @@
|
|
|
1434
1434
|
"typeString": "type(address)"
|
|
1435
1435
|
},
|
|
1436
1436
|
"typeName": {
|
|
1437
|
-
"id":
|
|
1437
|
+
"id": 36237,
|
|
1438
1438
|
"name": "address",
|
|
1439
1439
|
"nodeType": "ElementaryTypeName",
|
|
1440
1440
|
"src": "1154:7:92",
|
|
1441
1441
|
"typeDescriptions": {}
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
|
-
"id":
|
|
1444
|
+
"id": 36240,
|
|
1445
1445
|
"isConstant": false,
|
|
1446
1446
|
"isLValue": false,
|
|
1447
1447
|
"isPure": false,
|
|
@@ -1462,7 +1462,7 @@
|
|
|
1462
1462
|
"arguments": [
|
|
1463
1463
|
{
|
|
1464
1464
|
"hexValue": "30",
|
|
1465
|
-
"id":
|
|
1465
|
+
"id": 36243,
|
|
1466
1466
|
"isConstant": false,
|
|
1467
1467
|
"isLValue": false,
|
|
1468
1468
|
"isPure": true,
|
|
@@ -1484,7 +1484,7 @@
|
|
|
1484
1484
|
"typeString": "int_const 0"
|
|
1485
1485
|
}
|
|
1486
1486
|
],
|
|
1487
|
-
"id":
|
|
1487
|
+
"id": 36242,
|
|
1488
1488
|
"isConstant": false,
|
|
1489
1489
|
"isLValue": false,
|
|
1490
1490
|
"isPure": true,
|
|
@@ -1496,14 +1496,14 @@
|
|
|
1496
1496
|
"typeString": "type(address)"
|
|
1497
1497
|
},
|
|
1498
1498
|
"typeName": {
|
|
1499
|
-
"id":
|
|
1499
|
+
"id": 36241,
|
|
1500
1500
|
"name": "address",
|
|
1501
1501
|
"nodeType": "ElementaryTypeName",
|
|
1502
1502
|
"src": "1174:7:92",
|
|
1503
1503
|
"typeDescriptions": {}
|
|
1504
1504
|
}
|
|
1505
1505
|
},
|
|
1506
|
-
"id":
|
|
1506
|
+
"id": 36244,
|
|
1507
1507
|
"isConstant": false,
|
|
1508
1508
|
"isLValue": false,
|
|
1509
1509
|
"isPure": true,
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
},
|
|
1527
1527
|
{
|
|
1528
1528
|
"hexValue": "4e6f7420696e697469616c697a6564",
|
|
1529
|
-
"id":
|
|
1529
|
+
"id": 36246,
|
|
1530
1530
|
"isConstant": false,
|
|
1531
1531
|
"isLValue": false,
|
|
1532
1532
|
"isPure": true,
|
|
@@ -1552,7 +1552,7 @@
|
|
|
1552
1552
|
"typeString": "literal_string \"Not initialized\""
|
|
1553
1553
|
}
|
|
1554
1554
|
],
|
|
1555
|
-
"id":
|
|
1555
|
+
"id": 36236,
|
|
1556
1556
|
"name": "require",
|
|
1557
1557
|
"nodeType": "Identifier",
|
|
1558
1558
|
"overloadedDeclarations": [
|
|
@@ -1566,7 +1566,7 @@
|
|
|
1566
1566
|
"typeString": "function (bool,string memory) pure"
|
|
1567
1567
|
}
|
|
1568
1568
|
},
|
|
1569
|
-
"id":
|
|
1569
|
+
"id": 36247,
|
|
1570
1570
|
"isConstant": false,
|
|
1571
1571
|
"isLValue": false,
|
|
1572
1572
|
"isPure": false,
|
|
@@ -1581,7 +1581,7 @@
|
|
|
1581
1581
|
"typeString": "tuple()"
|
|
1582
1582
|
}
|
|
1583
1583
|
},
|
|
1584
|
-
"id":
|
|
1584
|
+
"id": 36248,
|
|
1585
1585
|
"nodeType": "ExpressionStatement",
|
|
1586
1586
|
"src": "1146:58:92"
|
|
1587
1587
|
},
|
|
@@ -1593,18 +1593,18 @@
|
|
|
1593
1593
|
"expression": {
|
|
1594
1594
|
"argumentTypes": [],
|
|
1595
1595
|
"expression": {
|
|
1596
|
-
"id":
|
|
1596
|
+
"id": 36251,
|
|
1597
1597
|
"name": "factory",
|
|
1598
1598
|
"nodeType": "Identifier",
|
|
1599
1599
|
"overloadedDeclarations": [],
|
|
1600
|
-
"referencedDeclaration":
|
|
1600
|
+
"referencedDeclaration": 36233,
|
|
1601
1601
|
"src": "1229:7:92",
|
|
1602
1602
|
"typeDescriptions": {
|
|
1603
1603
|
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18914",
|
|
1604
1604
|
"typeString": "contract ISuperTokenFactory"
|
|
1605
1605
|
}
|
|
1606
1606
|
},
|
|
1607
|
-
"id":
|
|
1607
|
+
"id": 36252,
|
|
1608
1608
|
"isConstant": false,
|
|
1609
1609
|
"isLValue": false,
|
|
1610
1610
|
"isPure": false,
|
|
@@ -1618,7 +1618,7 @@
|
|
|
1618
1618
|
"typeString": "function () view external returns (contract ISuperToken)"
|
|
1619
1619
|
}
|
|
1620
1620
|
},
|
|
1621
|
-
"id":
|
|
1621
|
+
"id": 36253,
|
|
1622
1622
|
"isConstant": false,
|
|
1623
1623
|
"isLValue": false,
|
|
1624
1624
|
"isPure": false,
|
|
@@ -1641,7 +1641,7 @@
|
|
|
1641
1641
|
"typeString": "contract ISuperToken"
|
|
1642
1642
|
}
|
|
1643
1643
|
],
|
|
1644
|
-
"id":
|
|
1644
|
+
"id": 36250,
|
|
1645
1645
|
"isConstant": false,
|
|
1646
1646
|
"isLValue": false,
|
|
1647
1647
|
"isPure": true,
|
|
@@ -1653,14 +1653,14 @@
|
|
|
1653
1653
|
"typeString": "type(address)"
|
|
1654
1654
|
},
|
|
1655
1655
|
"typeName": {
|
|
1656
|
-
"id":
|
|
1656
|
+
"id": 36249,
|
|
1657
1657
|
"name": "address",
|
|
1658
1658
|
"nodeType": "ElementaryTypeName",
|
|
1659
1659
|
"src": "1221:7:92",
|
|
1660
1660
|
"typeDescriptions": {}
|
|
1661
1661
|
}
|
|
1662
1662
|
},
|
|
1663
|
-
"id":
|
|
1663
|
+
"id": 36254,
|
|
1664
1664
|
"isConstant": false,
|
|
1665
1665
|
"isLValue": false,
|
|
1666
1666
|
"isPure": false,
|
|
@@ -1675,14 +1675,14 @@
|
|
|
1675
1675
|
"typeString": "address"
|
|
1676
1676
|
}
|
|
1677
1677
|
},
|
|
1678
|
-
"functionReturnParameters":
|
|
1679
|
-
"id":
|
|
1678
|
+
"functionReturnParameters": 36230,
|
|
1679
|
+
"id": 36255,
|
|
1680
1680
|
"nodeType": "Return",
|
|
1681
1681
|
"src": "1214:44:92"
|
|
1682
1682
|
}
|
|
1683
1683
|
]
|
|
1684
1684
|
},
|
|
1685
|
-
"id":
|
|
1685
|
+
"id": 36257,
|
|
1686
1686
|
"implemented": true,
|
|
1687
1687
|
"kind": "function",
|
|
1688
1688
|
"modifiers": [],
|
|
@@ -1690,29 +1690,29 @@
|
|
|
1690
1690
|
"nameLocation": "940:15:92",
|
|
1691
1691
|
"nodeType": "FunctionDefinition",
|
|
1692
1692
|
"overrides": {
|
|
1693
|
-
"id":
|
|
1693
|
+
"id": 36227,
|
|
1694
1694
|
"nodeType": "OverrideSpecifier",
|
|
1695
1695
|
"overrides": [],
|
|
1696
1696
|
"src": "967:8:92"
|
|
1697
1697
|
},
|
|
1698
1698
|
"parameters": {
|
|
1699
|
-
"id":
|
|
1699
|
+
"id": 36226,
|
|
1700
1700
|
"nodeType": "ParameterList",
|
|
1701
1701
|
"parameters": [],
|
|
1702
1702
|
"src": "955:2:92"
|
|
1703
1703
|
},
|
|
1704
1704
|
"returnParameters": {
|
|
1705
|
-
"id":
|
|
1705
|
+
"id": 36230,
|
|
1706
1706
|
"nodeType": "ParameterList",
|
|
1707
1707
|
"parameters": [
|
|
1708
1708
|
{
|
|
1709
1709
|
"constant": false,
|
|
1710
|
-
"id":
|
|
1710
|
+
"id": 36229,
|
|
1711
1711
|
"mutability": "mutable",
|
|
1712
1712
|
"name": "impl",
|
|
1713
1713
|
"nameLocation": "998:4:92",
|
|
1714
1714
|
"nodeType": "VariableDeclaration",
|
|
1715
|
-
"scope":
|
|
1715
|
+
"scope": 36257,
|
|
1716
1716
|
"src": "990:12:92",
|
|
1717
1717
|
"stateVariable": false,
|
|
1718
1718
|
"storageLocation": "default",
|
|
@@ -1721,7 +1721,7 @@
|
|
|
1721
1721
|
"typeString": "address"
|
|
1722
1722
|
},
|
|
1723
1723
|
"typeName": {
|
|
1724
|
-
"id":
|
|
1724
|
+
"id": 36228,
|
|
1725
1725
|
"name": "address",
|
|
1726
1726
|
"nodeType": "ElementaryTypeName",
|
|
1727
1727
|
"src": "990:7:92",
|
|
@@ -1736,14 +1736,14 @@
|
|
|
1736
1736
|
],
|
|
1737
1737
|
"src": "989:14:92"
|
|
1738
1738
|
},
|
|
1739
|
-
"scope":
|
|
1739
|
+
"scope": 36258,
|
|
1740
1740
|
"src": "931:334:92",
|
|
1741
1741
|
"stateMutability": "view",
|
|
1742
1742
|
"virtual": false,
|
|
1743
1743
|
"visibility": "internal"
|
|
1744
1744
|
}
|
|
1745
1745
|
],
|
|
1746
|
-
"scope":
|
|
1746
|
+
"scope": 36259,
|
|
1747
1747
|
"src": "296:972:92",
|
|
1748
1748
|
"usedErrors": []
|
|
1749
1749
|
}
|
|
@@ -1754,7 +1754,7 @@
|
|
|
1754
1754
|
"absolutePath": "project:/contracts/tokens/FullUpgradableSuperTokenProxy.sol",
|
|
1755
1755
|
"exportedSymbols": {
|
|
1756
1756
|
"FullUpgradableSuperTokenProxy": [
|
|
1757
|
-
|
|
1757
|
+
36258
|
|
1758
1758
|
],
|
|
1759
1759
|
"ISuperTokenFactory": [
|
|
1760
1760
|
18914
|
|
@@ -1763,12 +1763,12 @@
|
|
|
1763
1763
|
2519
|
|
1764
1764
|
]
|
|
1765
1765
|
},
|
|
1766
|
-
"id":
|
|
1766
|
+
"id": 36259,
|
|
1767
1767
|
"license": "AGPLv3",
|
|
1768
1768
|
"nodeType": "SourceUnit",
|
|
1769
1769
|
"nodes": [
|
|
1770
1770
|
{
|
|
1771
|
-
"id":
|
|
1771
|
+
"id": 36188,
|
|
1772
1772
|
"literals": [
|
|
1773
1773
|
"solidity",
|
|
1774
1774
|
"0.8",
|
|
@@ -1780,16 +1780,16 @@
|
|
|
1780
1780
|
{
|
|
1781
1781
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
1782
1782
|
"file": "../interfaces/superfluid/ISuperTokenFactory.sol",
|
|
1783
|
-
"id":
|
|
1783
|
+
"id": 36190,
|
|
1784
1784
|
"nameLocation": "-1:-1:-1",
|
|
1785
1785
|
"nodeType": "ImportDirective",
|
|
1786
|
-
"scope":
|
|
1786
|
+
"scope": 36259,
|
|
1787
1787
|
"sourceUnit": 18915,
|
|
1788
1788
|
"src": "60:85:92",
|
|
1789
1789
|
"symbolAliases": [
|
|
1790
1790
|
{
|
|
1791
1791
|
"foreign": {
|
|
1792
|
-
"id":
|
|
1792
|
+
"id": 36189,
|
|
1793
1793
|
"name": "ISuperTokenFactory",
|
|
1794
1794
|
"nodeType": "Identifier",
|
|
1795
1795
|
"overloadedDeclarations": [],
|
|
@@ -1808,16 +1808,16 @@
|
|
|
1808
1808
|
{
|
|
1809
1809
|
"absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
1810
1810
|
"file": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
1811
|
-
"id":
|
|
1811
|
+
"id": 36192,
|
|
1812
1812
|
"nameLocation": "-1:-1:-1",
|
|
1813
1813
|
"nodeType": "ImportDirective",
|
|
1814
|
-
"scope":
|
|
1814
|
+
"scope": 36259,
|
|
1815
1815
|
"sourceUnit": 2520,
|
|
1816
1816
|
"src": "146:64:92",
|
|
1817
1817
|
"symbolAliases": [
|
|
1818
1818
|
{
|
|
1819
1819
|
"foreign": {
|
|
1820
|
-
"id":
|
|
1820
|
+
"id": 36191,
|
|
1821
1821
|
"name": "Proxy",
|
|
1822
1822
|
"nodeType": "Identifier",
|
|
1823
1823
|
"overloadedDeclarations": [],
|
|
@@ -1838,13 +1838,13 @@
|
|
|
1838
1838
|
"baseContracts": [
|
|
1839
1839
|
{
|
|
1840
1840
|
"baseName": {
|
|
1841
|
-
"id":
|
|
1841
|
+
"id": 36194,
|
|
1842
1842
|
"name": "Proxy",
|
|
1843
1843
|
"nodeType": "IdentifierPath",
|
|
1844
1844
|
"referencedDeclaration": 2519,
|
|
1845
1845
|
"src": "338:5:92"
|
|
1846
1846
|
},
|
|
1847
|
-
"id":
|
|
1847
|
+
"id": 36195,
|
|
1848
1848
|
"nodeType": "InheritanceSpecifier",
|
|
1849
1849
|
"src": "338:5:92"
|
|
1850
1850
|
}
|
|
@@ -1853,15 +1853,15 @@
|
|
|
1853
1853
|
"contractDependencies": [],
|
|
1854
1854
|
"contractKind": "contract",
|
|
1855
1855
|
"documentation": {
|
|
1856
|
-
"id":
|
|
1856
|
+
"id": 36193,
|
|
1857
1857
|
"nodeType": "StructuredDocumentation",
|
|
1858
1858
|
"src": "213:82:92",
|
|
1859
1859
|
"text": " @title Full upgradable super token proxy contract\n @author Superfluid"
|
|
1860
1860
|
},
|
|
1861
1861
|
"fullyImplemented": true,
|
|
1862
|
-
"id":
|
|
1862
|
+
"id": 36258,
|
|
1863
1863
|
"linearizedBaseContracts": [
|
|
1864
|
-
|
|
1864
|
+
36258,
|
|
1865
1865
|
2519
|
|
1866
1866
|
],
|
|
1867
1867
|
"name": "FullUpgradableSuperTokenProxy",
|
|
@@ -1870,12 +1870,12 @@
|
|
|
1870
1870
|
"nodes": [
|
|
1871
1871
|
{
|
|
1872
1872
|
"constant": true,
|
|
1873
|
-
"id":
|
|
1873
|
+
"id": 36198,
|
|
1874
1874
|
"mutability": "constant",
|
|
1875
1875
|
"name": "_FACTORY_SLOT",
|
|
1876
1876
|
"nameLocation": "476:13:92",
|
|
1877
1877
|
"nodeType": "VariableDeclaration",
|
|
1878
|
-
"scope":
|
|
1878
|
+
"scope": 36258,
|
|
1879
1879
|
"src": "450:108:92",
|
|
1880
1880
|
"stateVariable": true,
|
|
1881
1881
|
"storageLocation": "default",
|
|
@@ -1884,7 +1884,7 @@
|
|
|
1884
1884
|
"typeString": "bytes32"
|
|
1885
1885
|
},
|
|
1886
1886
|
"typeName": {
|
|
1887
|
-
"id":
|
|
1887
|
+
"id": 36196,
|
|
1888
1888
|
"name": "bytes32",
|
|
1889
1889
|
"nodeType": "ElementaryTypeName",
|
|
1890
1890
|
"src": "450:7:92",
|
|
@@ -1895,7 +1895,7 @@
|
|
|
1895
1895
|
},
|
|
1896
1896
|
"value": {
|
|
1897
1897
|
"hexValue": "307862386663643537313962336464663836323666333636343730356138396237666334373631323961353863316161356564613537633630306363313832316130",
|
|
1898
|
-
"id":
|
|
1898
|
+
"id": 36197,
|
|
1899
1899
|
"isConstant": false,
|
|
1900
1900
|
"isLValue": false,
|
|
1901
1901
|
"isPure": true,
|
|
@@ -1913,23 +1913,23 @@
|
|
|
1913
1913
|
},
|
|
1914
1914
|
{
|
|
1915
1915
|
"body": {
|
|
1916
|
-
"id":
|
|
1916
|
+
"id": 36224,
|
|
1917
1917
|
"nodeType": "Block",
|
|
1918
1918
|
"src": "600:325:92",
|
|
1919
1919
|
"statements": [
|
|
1920
1920
|
{
|
|
1921
1921
|
"assignments": [
|
|
1922
|
-
|
|
1922
|
+
36202
|
|
1923
1923
|
],
|
|
1924
1924
|
"declarations": [
|
|
1925
1925
|
{
|
|
1926
1926
|
"constant": false,
|
|
1927
|
-
"id":
|
|
1927
|
+
"id": 36202,
|
|
1928
1928
|
"mutability": "mutable",
|
|
1929
1929
|
"name": "factory",
|
|
1930
1930
|
"nameLocation": "618:7:92",
|
|
1931
1931
|
"nodeType": "VariableDeclaration",
|
|
1932
|
-
"scope":
|
|
1932
|
+
"scope": 36224,
|
|
1933
1933
|
"src": "610:15:92",
|
|
1934
1934
|
"stateVariable": false,
|
|
1935
1935
|
"storageLocation": "default",
|
|
@@ -1938,7 +1938,7 @@
|
|
|
1938
1938
|
"typeString": "address"
|
|
1939
1939
|
},
|
|
1940
1940
|
"typeName": {
|
|
1941
|
-
"id":
|
|
1941
|
+
"id": 36201,
|
|
1942
1942
|
"name": "address",
|
|
1943
1943
|
"nodeType": "ElementaryTypeName",
|
|
1944
1944
|
"src": "610:7:92",
|
|
@@ -1951,7 +1951,7 @@
|
|
|
1951
1951
|
"visibility": "internal"
|
|
1952
1952
|
}
|
|
1953
1953
|
],
|
|
1954
|
-
"id":
|
|
1954
|
+
"id": 36203,
|
|
1955
1955
|
"nodeType": "VariableDeclarationStatement",
|
|
1956
1956
|
"src": "610:15:92"
|
|
1957
1957
|
},
|
|
@@ -1992,21 +1992,21 @@
|
|
|
1992
1992
|
"evmVersion": "london",
|
|
1993
1993
|
"externalReferences": [
|
|
1994
1994
|
{
|
|
1995
|
-
"declaration":
|
|
1995
|
+
"declaration": 36198,
|
|
1996
1996
|
"isOffset": false,
|
|
1997
1997
|
"isSlot": false,
|
|
1998
1998
|
"src": "698:13:92",
|
|
1999
1999
|
"valueSize": 1
|
|
2000
2000
|
},
|
|
2001
2001
|
{
|
|
2002
|
-
"declaration":
|
|
2002
|
+
"declaration": 36202,
|
|
2003
2003
|
"isOffset": false,
|
|
2004
2004
|
"isSlot": false,
|
|
2005
2005
|
"src": "681:7:92",
|
|
2006
2006
|
"valueSize": 1
|
|
2007
2007
|
}
|
|
2008
2008
|
],
|
|
2009
|
-
"id":
|
|
2009
|
+
"id": 36204,
|
|
2010
2010
|
"nodeType": "InlineAssembly",
|
|
2011
2011
|
"src": "635:87:92"
|
|
2012
2012
|
},
|
|
@@ -2018,7 +2018,7 @@
|
|
|
2018
2018
|
"typeIdentifier": "t_address",
|
|
2019
2019
|
"typeString": "address"
|
|
2020
2020
|
},
|
|
2021
|
-
"id":
|
|
2021
|
+
"id": 36214,
|
|
2022
2022
|
"isConstant": false,
|
|
2023
2023
|
"isLValue": false,
|
|
2024
2024
|
"isPure": false,
|
|
@@ -2026,11 +2026,11 @@
|
|
|
2026
2026
|
"leftExpression": {
|
|
2027
2027
|
"arguments": [
|
|
2028
2028
|
{
|
|
2029
|
-
"id":
|
|
2029
|
+
"id": 36208,
|
|
2030
2030
|
"name": "factory",
|
|
2031
2031
|
"nodeType": "Identifier",
|
|
2032
2032
|
"overloadedDeclarations": [],
|
|
2033
|
-
"referencedDeclaration":
|
|
2033
|
+
"referencedDeclaration": 36202,
|
|
2034
2034
|
"src": "747:7:92",
|
|
2035
2035
|
"typeDescriptions": {
|
|
2036
2036
|
"typeIdentifier": "t_address",
|
|
@@ -2045,7 +2045,7 @@
|
|
|
2045
2045
|
"typeString": "address"
|
|
2046
2046
|
}
|
|
2047
2047
|
],
|
|
2048
|
-
"id":
|
|
2048
|
+
"id": 36207,
|
|
2049
2049
|
"isConstant": false,
|
|
2050
2050
|
"isLValue": false,
|
|
2051
2051
|
"isPure": true,
|
|
@@ -2057,14 +2057,14 @@
|
|
|
2057
2057
|
"typeString": "type(address)"
|
|
2058
2058
|
},
|
|
2059
2059
|
"typeName": {
|
|
2060
|
-
"id":
|
|
2060
|
+
"id": 36206,
|
|
2061
2061
|
"name": "address",
|
|
2062
2062
|
"nodeType": "ElementaryTypeName",
|
|
2063
2063
|
"src": "739:7:92",
|
|
2064
2064
|
"typeDescriptions": {}
|
|
2065
2065
|
}
|
|
2066
2066
|
},
|
|
2067
|
-
"id":
|
|
2067
|
+
"id": 36209,
|
|
2068
2068
|
"isConstant": false,
|
|
2069
2069
|
"isLValue": false,
|
|
2070
2070
|
"isPure": false,
|
|
@@ -2085,7 +2085,7 @@
|
|
|
2085
2085
|
"arguments": [
|
|
2086
2086
|
{
|
|
2087
2087
|
"hexValue": "30",
|
|
2088
|
-
"id":
|
|
2088
|
+
"id": 36212,
|
|
2089
2089
|
"isConstant": false,
|
|
2090
2090
|
"isLValue": false,
|
|
2091
2091
|
"isPure": true,
|
|
@@ -2107,7 +2107,7 @@
|
|
|
2107
2107
|
"typeString": "int_const 0"
|
|
2108
2108
|
}
|
|
2109
2109
|
],
|
|
2110
|
-
"id":
|
|
2110
|
+
"id": 36211,
|
|
2111
2111
|
"isConstant": false,
|
|
2112
2112
|
"isLValue": false,
|
|
2113
2113
|
"isPure": true,
|
|
@@ -2119,14 +2119,14 @@
|
|
|
2119
2119
|
"typeString": "type(address)"
|
|
2120
2120
|
},
|
|
2121
2121
|
"typeName": {
|
|
2122
|
-
"id":
|
|
2122
|
+
"id": 36210,
|
|
2123
2123
|
"name": "address",
|
|
2124
2124
|
"nodeType": "ElementaryTypeName",
|
|
2125
2125
|
"src": "759:7:92",
|
|
2126
2126
|
"typeDescriptions": {}
|
|
2127
2127
|
}
|
|
2128
2128
|
},
|
|
2129
|
-
"id":
|
|
2129
|
+
"id": 36213,
|
|
2130
2130
|
"isConstant": false,
|
|
2131
2131
|
"isLValue": false,
|
|
2132
2132
|
"isPure": true,
|
|
@@ -2149,7 +2149,7 @@
|
|
|
2149
2149
|
},
|
|
2150
2150
|
{
|
|
2151
2151
|
"hexValue": "416c726561647920696e697469616c697a6564",
|
|
2152
|
-
"id":
|
|
2152
|
+
"id": 36215,
|
|
2153
2153
|
"isConstant": false,
|
|
2154
2154
|
"isLValue": false,
|
|
2155
2155
|
"isPure": true,
|
|
@@ -2175,7 +2175,7 @@
|
|
|
2175
2175
|
"typeString": "literal_string \"Already initialized\""
|
|
2176
2176
|
}
|
|
2177
2177
|
],
|
|
2178
|
-
"id":
|
|
2178
|
+
"id": 36205,
|
|
2179
2179
|
"name": "require",
|
|
2180
2180
|
"nodeType": "Identifier",
|
|
2181
2181
|
"overloadedDeclarations": [
|
|
@@ -2189,7 +2189,7 @@
|
|
|
2189
2189
|
"typeString": "function (bool,string memory) pure"
|
|
2190
2190
|
}
|
|
2191
2191
|
},
|
|
2192
|
-
"id":
|
|
2192
|
+
"id": 36216,
|
|
2193
2193
|
"isConstant": false,
|
|
2194
2194
|
"isLValue": false,
|
|
2195
2195
|
"isPure": false,
|
|
@@ -2204,23 +2204,23 @@
|
|
|
2204
2204
|
"typeString": "tuple()"
|
|
2205
2205
|
}
|
|
2206
2206
|
},
|
|
2207
|
-
"id":
|
|
2207
|
+
"id": 36217,
|
|
2208
2208
|
"nodeType": "ExpressionStatement",
|
|
2209
2209
|
"src": "731:62:92"
|
|
2210
2210
|
},
|
|
2211
2211
|
{
|
|
2212
2212
|
"expression": {
|
|
2213
|
-
"id":
|
|
2213
|
+
"id": 36221,
|
|
2214
2214
|
"isConstant": false,
|
|
2215
2215
|
"isLValue": false,
|
|
2216
2216
|
"isPure": false,
|
|
2217
2217
|
"lValueRequested": false,
|
|
2218
2218
|
"leftHandSide": {
|
|
2219
|
-
"id":
|
|
2219
|
+
"id": 36218,
|
|
2220
2220
|
"name": "factory",
|
|
2221
2221
|
"nodeType": "Identifier",
|
|
2222
2222
|
"overloadedDeclarations": [],
|
|
2223
|
-
"referencedDeclaration":
|
|
2223
|
+
"referencedDeclaration": 36202,
|
|
2224
2224
|
"src": "803:7:92",
|
|
2225
2225
|
"typeDescriptions": {
|
|
2226
2226
|
"typeIdentifier": "t_address",
|
|
@@ -2231,7 +2231,7 @@
|
|
|
2231
2231
|
"operator": "=",
|
|
2232
2232
|
"rightHandSide": {
|
|
2233
2233
|
"expression": {
|
|
2234
|
-
"id":
|
|
2234
|
+
"id": 36219,
|
|
2235
2235
|
"name": "msg",
|
|
2236
2236
|
"nodeType": "Identifier",
|
|
2237
2237
|
"overloadedDeclarations": [],
|
|
@@ -2242,7 +2242,7 @@
|
|
|
2242
2242
|
"typeString": "msg"
|
|
2243
2243
|
}
|
|
2244
2244
|
},
|
|
2245
|
-
"id":
|
|
2245
|
+
"id": 36220,
|
|
2246
2246
|
"isConstant": false,
|
|
2247
2247
|
"isLValue": false,
|
|
2248
2248
|
"isPure": false,
|
|
@@ -2261,7 +2261,7 @@
|
|
|
2261
2261
|
"typeString": "address"
|
|
2262
2262
|
}
|
|
2263
2263
|
},
|
|
2264
|
-
"id":
|
|
2264
|
+
"id": 36222,
|
|
2265
2265
|
"nodeType": "ExpressionStatement",
|
|
2266
2266
|
"src": "803:20:92"
|
|
2267
2267
|
},
|
|
@@ -2300,28 +2300,28 @@
|
|
|
2300
2300
|
"evmVersion": "london",
|
|
2301
2301
|
"externalReferences": [
|
|
2302
2302
|
{
|
|
2303
|
-
"declaration":
|
|
2303
|
+
"declaration": 36198,
|
|
2304
2304
|
"isOffset": false,
|
|
2305
2305
|
"isSlot": false,
|
|
2306
2306
|
"src": "886:13:92",
|
|
2307
2307
|
"valueSize": 1
|
|
2308
2308
|
},
|
|
2309
2309
|
{
|
|
2310
|
-
"declaration":
|
|
2310
|
+
"declaration": 36202,
|
|
2311
2311
|
"isOffset": false,
|
|
2312
2312
|
"isSlot": false,
|
|
2313
2313
|
"src": "901:7:92",
|
|
2314
2314
|
"valueSize": 1
|
|
2315
2315
|
}
|
|
2316
2316
|
],
|
|
2317
|
-
"id":
|
|
2317
|
+
"id": 36223,
|
|
2318
2318
|
"nodeType": "InlineAssembly",
|
|
2319
2319
|
"src": "833:86:92"
|
|
2320
2320
|
}
|
|
2321
2321
|
]
|
|
2322
2322
|
},
|
|
2323
2323
|
"functionSelector": "8129fc1c",
|
|
2324
|
-
"id":
|
|
2324
|
+
"id": 36225,
|
|
2325
2325
|
"implemented": true,
|
|
2326
2326
|
"kind": "function",
|
|
2327
2327
|
"modifiers": [],
|
|
@@ -2329,18 +2329,18 @@
|
|
|
2329
2329
|
"nameLocation": "574:10:92",
|
|
2330
2330
|
"nodeType": "FunctionDefinition",
|
|
2331
2331
|
"parameters": {
|
|
2332
|
-
"id":
|
|
2332
|
+
"id": 36199,
|
|
2333
2333
|
"nodeType": "ParameterList",
|
|
2334
2334
|
"parameters": [],
|
|
2335
2335
|
"src": "584:2:92"
|
|
2336
2336
|
},
|
|
2337
2337
|
"returnParameters": {
|
|
2338
|
-
"id":
|
|
2338
|
+
"id": 36200,
|
|
2339
2339
|
"nodeType": "ParameterList",
|
|
2340
2340
|
"parameters": [],
|
|
2341
2341
|
"src": "600:0:92"
|
|
2342
2342
|
},
|
|
2343
|
-
"scope":
|
|
2343
|
+
"scope": 36258,
|
|
2344
2344
|
"src": "565:360:92",
|
|
2345
2345
|
"stateMutability": "nonpayable",
|
|
2346
2346
|
"virtual": false,
|
|
@@ -2351,23 +2351,23 @@
|
|
|
2351
2351
|
2484
|
|
2352
2352
|
],
|
|
2353
2353
|
"body": {
|
|
2354
|
-
"id":
|
|
2354
|
+
"id": 36256,
|
|
2355
2355
|
"nodeType": "Block",
|
|
2356
2356
|
"src": "1004:261:92",
|
|
2357
2357
|
"statements": [
|
|
2358
2358
|
{
|
|
2359
2359
|
"assignments": [
|
|
2360
|
-
|
|
2360
|
+
36233
|
|
2361
2361
|
],
|
|
2362
2362
|
"declarations": [
|
|
2363
2363
|
{
|
|
2364
2364
|
"constant": false,
|
|
2365
|
-
"id":
|
|
2365
|
+
"id": 36233,
|
|
2366
2366
|
"mutability": "mutable",
|
|
2367
2367
|
"name": "factory",
|
|
2368
2368
|
"nameLocation": "1033:7:92",
|
|
2369
2369
|
"nodeType": "VariableDeclaration",
|
|
2370
|
-
"scope":
|
|
2370
|
+
"scope": 36256,
|
|
2371
2371
|
"src": "1014:26:92",
|
|
2372
2372
|
"stateVariable": false,
|
|
2373
2373
|
"storageLocation": "default",
|
|
@@ -2376,10 +2376,10 @@
|
|
|
2376
2376
|
"typeString": "contract ISuperTokenFactory"
|
|
2377
2377
|
},
|
|
2378
2378
|
"typeName": {
|
|
2379
|
-
"id":
|
|
2379
|
+
"id": 36232,
|
|
2380
2380
|
"nodeType": "UserDefinedTypeName",
|
|
2381
2381
|
"pathNode": {
|
|
2382
|
-
"id":
|
|
2382
|
+
"id": 36231,
|
|
2383
2383
|
"name": "ISuperTokenFactory",
|
|
2384
2384
|
"nodeType": "IdentifierPath",
|
|
2385
2385
|
"referencedDeclaration": 18914,
|
|
@@ -2395,7 +2395,7 @@
|
|
|
2395
2395
|
"visibility": "internal"
|
|
2396
2396
|
}
|
|
2397
2397
|
],
|
|
2398
|
-
"id":
|
|
2398
|
+
"id": 36234,
|
|
2399
2399
|
"nodeType": "VariableDeclarationStatement",
|
|
2400
2400
|
"src": "1014:26:92"
|
|
2401
2401
|
},
|
|
@@ -2436,21 +2436,21 @@
|
|
|
2436
2436
|
"evmVersion": "london",
|
|
2437
2437
|
"externalReferences": [
|
|
2438
2438
|
{
|
|
2439
|
-
"declaration":
|
|
2439
|
+
"declaration": 36198,
|
|
2440
2440
|
"isOffset": false,
|
|
2441
2441
|
"isSlot": false,
|
|
2442
2442
|
"src": "1113:13:92",
|
|
2443
2443
|
"valueSize": 1
|
|
2444
2444
|
},
|
|
2445
2445
|
{
|
|
2446
|
-
"declaration":
|
|
2446
|
+
"declaration": 36233,
|
|
2447
2447
|
"isOffset": false,
|
|
2448
2448
|
"isSlot": false,
|
|
2449
2449
|
"src": "1096:7:92",
|
|
2450
2450
|
"valueSize": 1
|
|
2451
2451
|
}
|
|
2452
2452
|
],
|
|
2453
|
-
"id":
|
|
2453
|
+
"id": 36235,
|
|
2454
2454
|
"nodeType": "InlineAssembly",
|
|
2455
2455
|
"src": "1050:87:92"
|
|
2456
2456
|
},
|
|
@@ -2462,7 +2462,7 @@
|
|
|
2462
2462
|
"typeIdentifier": "t_address",
|
|
2463
2463
|
"typeString": "address"
|
|
2464
2464
|
},
|
|
2465
|
-
"id":
|
|
2465
|
+
"id": 36245,
|
|
2466
2466
|
"isConstant": false,
|
|
2467
2467
|
"isLValue": false,
|
|
2468
2468
|
"isPure": false,
|
|
@@ -2470,11 +2470,11 @@
|
|
|
2470
2470
|
"leftExpression": {
|
|
2471
2471
|
"arguments": [
|
|
2472
2472
|
{
|
|
2473
|
-
"id":
|
|
2473
|
+
"id": 36239,
|
|
2474
2474
|
"name": "factory",
|
|
2475
2475
|
"nodeType": "Identifier",
|
|
2476
2476
|
"overloadedDeclarations": [],
|
|
2477
|
-
"referencedDeclaration":
|
|
2477
|
+
"referencedDeclaration": 36233,
|
|
2478
2478
|
"src": "1162:7:92",
|
|
2479
2479
|
"typeDescriptions": {
|
|
2480
2480
|
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18914",
|
|
@@ -2489,7 +2489,7 @@
|
|
|
2489
2489
|
"typeString": "contract ISuperTokenFactory"
|
|
2490
2490
|
}
|
|
2491
2491
|
],
|
|
2492
|
-
"id":
|
|
2492
|
+
"id": 36238,
|
|
2493
2493
|
"isConstant": false,
|
|
2494
2494
|
"isLValue": false,
|
|
2495
2495
|
"isPure": true,
|
|
@@ -2501,14 +2501,14 @@
|
|
|
2501
2501
|
"typeString": "type(address)"
|
|
2502
2502
|
},
|
|
2503
2503
|
"typeName": {
|
|
2504
|
-
"id":
|
|
2504
|
+
"id": 36237,
|
|
2505
2505
|
"name": "address",
|
|
2506
2506
|
"nodeType": "ElementaryTypeName",
|
|
2507
2507
|
"src": "1154:7:92",
|
|
2508
2508
|
"typeDescriptions": {}
|
|
2509
2509
|
}
|
|
2510
2510
|
},
|
|
2511
|
-
"id":
|
|
2511
|
+
"id": 36240,
|
|
2512
2512
|
"isConstant": false,
|
|
2513
2513
|
"isLValue": false,
|
|
2514
2514
|
"isPure": false,
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
"arguments": [
|
|
2530
2530
|
{
|
|
2531
2531
|
"hexValue": "30",
|
|
2532
|
-
"id":
|
|
2532
|
+
"id": 36243,
|
|
2533
2533
|
"isConstant": false,
|
|
2534
2534
|
"isLValue": false,
|
|
2535
2535
|
"isPure": true,
|
|
@@ -2551,7 +2551,7 @@
|
|
|
2551
2551
|
"typeString": "int_const 0"
|
|
2552
2552
|
}
|
|
2553
2553
|
],
|
|
2554
|
-
"id":
|
|
2554
|
+
"id": 36242,
|
|
2555
2555
|
"isConstant": false,
|
|
2556
2556
|
"isLValue": false,
|
|
2557
2557
|
"isPure": true,
|
|
@@ -2563,14 +2563,14 @@
|
|
|
2563
2563
|
"typeString": "type(address)"
|
|
2564
2564
|
},
|
|
2565
2565
|
"typeName": {
|
|
2566
|
-
"id":
|
|
2566
|
+
"id": 36241,
|
|
2567
2567
|
"name": "address",
|
|
2568
2568
|
"nodeType": "ElementaryTypeName",
|
|
2569
2569
|
"src": "1174:7:92",
|
|
2570
2570
|
"typeDescriptions": {}
|
|
2571
2571
|
}
|
|
2572
2572
|
},
|
|
2573
|
-
"id":
|
|
2573
|
+
"id": 36244,
|
|
2574
2574
|
"isConstant": false,
|
|
2575
2575
|
"isLValue": false,
|
|
2576
2576
|
"isPure": true,
|
|
@@ -2593,7 +2593,7 @@
|
|
|
2593
2593
|
},
|
|
2594
2594
|
{
|
|
2595
2595
|
"hexValue": "4e6f7420696e697469616c697a6564",
|
|
2596
|
-
"id":
|
|
2596
|
+
"id": 36246,
|
|
2597
2597
|
"isConstant": false,
|
|
2598
2598
|
"isLValue": false,
|
|
2599
2599
|
"isPure": true,
|
|
@@ -2619,7 +2619,7 @@
|
|
|
2619
2619
|
"typeString": "literal_string \"Not initialized\""
|
|
2620
2620
|
}
|
|
2621
2621
|
],
|
|
2622
|
-
"id":
|
|
2622
|
+
"id": 36236,
|
|
2623
2623
|
"name": "require",
|
|
2624
2624
|
"nodeType": "Identifier",
|
|
2625
2625
|
"overloadedDeclarations": [
|
|
@@ -2633,7 +2633,7 @@
|
|
|
2633
2633
|
"typeString": "function (bool,string memory) pure"
|
|
2634
2634
|
}
|
|
2635
2635
|
},
|
|
2636
|
-
"id":
|
|
2636
|
+
"id": 36247,
|
|
2637
2637
|
"isConstant": false,
|
|
2638
2638
|
"isLValue": false,
|
|
2639
2639
|
"isPure": false,
|
|
@@ -2648,7 +2648,7 @@
|
|
|
2648
2648
|
"typeString": "tuple()"
|
|
2649
2649
|
}
|
|
2650
2650
|
},
|
|
2651
|
-
"id":
|
|
2651
|
+
"id": 36248,
|
|
2652
2652
|
"nodeType": "ExpressionStatement",
|
|
2653
2653
|
"src": "1146:58:92"
|
|
2654
2654
|
},
|
|
@@ -2660,18 +2660,18 @@
|
|
|
2660
2660
|
"expression": {
|
|
2661
2661
|
"argumentTypes": [],
|
|
2662
2662
|
"expression": {
|
|
2663
|
-
"id":
|
|
2663
|
+
"id": 36251,
|
|
2664
2664
|
"name": "factory",
|
|
2665
2665
|
"nodeType": "Identifier",
|
|
2666
2666
|
"overloadedDeclarations": [],
|
|
2667
|
-
"referencedDeclaration":
|
|
2667
|
+
"referencedDeclaration": 36233,
|
|
2668
2668
|
"src": "1229:7:92",
|
|
2669
2669
|
"typeDescriptions": {
|
|
2670
2670
|
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18914",
|
|
2671
2671
|
"typeString": "contract ISuperTokenFactory"
|
|
2672
2672
|
}
|
|
2673
2673
|
},
|
|
2674
|
-
"id":
|
|
2674
|
+
"id": 36252,
|
|
2675
2675
|
"isConstant": false,
|
|
2676
2676
|
"isLValue": false,
|
|
2677
2677
|
"isPure": false,
|
|
@@ -2685,7 +2685,7 @@
|
|
|
2685
2685
|
"typeString": "function () view external returns (contract ISuperToken)"
|
|
2686
2686
|
}
|
|
2687
2687
|
},
|
|
2688
|
-
"id":
|
|
2688
|
+
"id": 36253,
|
|
2689
2689
|
"isConstant": false,
|
|
2690
2690
|
"isLValue": false,
|
|
2691
2691
|
"isPure": false,
|
|
@@ -2708,7 +2708,7 @@
|
|
|
2708
2708
|
"typeString": "contract ISuperToken"
|
|
2709
2709
|
}
|
|
2710
2710
|
],
|
|
2711
|
-
"id":
|
|
2711
|
+
"id": 36250,
|
|
2712
2712
|
"isConstant": false,
|
|
2713
2713
|
"isLValue": false,
|
|
2714
2714
|
"isPure": true,
|
|
@@ -2720,14 +2720,14 @@
|
|
|
2720
2720
|
"typeString": "type(address)"
|
|
2721
2721
|
},
|
|
2722
2722
|
"typeName": {
|
|
2723
|
-
"id":
|
|
2723
|
+
"id": 36249,
|
|
2724
2724
|
"name": "address",
|
|
2725
2725
|
"nodeType": "ElementaryTypeName",
|
|
2726
2726
|
"src": "1221:7:92",
|
|
2727
2727
|
"typeDescriptions": {}
|
|
2728
2728
|
}
|
|
2729
2729
|
},
|
|
2730
|
-
"id":
|
|
2730
|
+
"id": 36254,
|
|
2731
2731
|
"isConstant": false,
|
|
2732
2732
|
"isLValue": false,
|
|
2733
2733
|
"isPure": false,
|
|
@@ -2742,14 +2742,14 @@
|
|
|
2742
2742
|
"typeString": "address"
|
|
2743
2743
|
}
|
|
2744
2744
|
},
|
|
2745
|
-
"functionReturnParameters":
|
|
2746
|
-
"id":
|
|
2745
|
+
"functionReturnParameters": 36230,
|
|
2746
|
+
"id": 36255,
|
|
2747
2747
|
"nodeType": "Return",
|
|
2748
2748
|
"src": "1214:44:92"
|
|
2749
2749
|
}
|
|
2750
2750
|
]
|
|
2751
2751
|
},
|
|
2752
|
-
"id":
|
|
2752
|
+
"id": 36257,
|
|
2753
2753
|
"implemented": true,
|
|
2754
2754
|
"kind": "function",
|
|
2755
2755
|
"modifiers": [],
|
|
@@ -2757,29 +2757,29 @@
|
|
|
2757
2757
|
"nameLocation": "940:15:92",
|
|
2758
2758
|
"nodeType": "FunctionDefinition",
|
|
2759
2759
|
"overrides": {
|
|
2760
|
-
"id":
|
|
2760
|
+
"id": 36227,
|
|
2761
2761
|
"nodeType": "OverrideSpecifier",
|
|
2762
2762
|
"overrides": [],
|
|
2763
2763
|
"src": "967:8:92"
|
|
2764
2764
|
},
|
|
2765
2765
|
"parameters": {
|
|
2766
|
-
"id":
|
|
2766
|
+
"id": 36226,
|
|
2767
2767
|
"nodeType": "ParameterList",
|
|
2768
2768
|
"parameters": [],
|
|
2769
2769
|
"src": "955:2:92"
|
|
2770
2770
|
},
|
|
2771
2771
|
"returnParameters": {
|
|
2772
|
-
"id":
|
|
2772
|
+
"id": 36230,
|
|
2773
2773
|
"nodeType": "ParameterList",
|
|
2774
2774
|
"parameters": [
|
|
2775
2775
|
{
|
|
2776
2776
|
"constant": false,
|
|
2777
|
-
"id":
|
|
2777
|
+
"id": 36229,
|
|
2778
2778
|
"mutability": "mutable",
|
|
2779
2779
|
"name": "impl",
|
|
2780
2780
|
"nameLocation": "998:4:92",
|
|
2781
2781
|
"nodeType": "VariableDeclaration",
|
|
2782
|
-
"scope":
|
|
2782
|
+
"scope": 36257,
|
|
2783
2783
|
"src": "990:12:92",
|
|
2784
2784
|
"stateVariable": false,
|
|
2785
2785
|
"storageLocation": "default",
|
|
@@ -2788,7 +2788,7 @@
|
|
|
2788
2788
|
"typeString": "address"
|
|
2789
2789
|
},
|
|
2790
2790
|
"typeName": {
|
|
2791
|
-
"id":
|
|
2791
|
+
"id": 36228,
|
|
2792
2792
|
"name": "address",
|
|
2793
2793
|
"nodeType": "ElementaryTypeName",
|
|
2794
2794
|
"src": "990:7:92",
|
|
@@ -2803,14 +2803,14 @@
|
|
|
2803
2803
|
],
|
|
2804
2804
|
"src": "989:14:92"
|
|
2805
2805
|
},
|
|
2806
|
-
"scope":
|
|
2806
|
+
"scope": 36258,
|
|
2807
2807
|
"src": "931:334:92",
|
|
2808
2808
|
"stateMutability": "view",
|
|
2809
2809
|
"virtual": false,
|
|
2810
2810
|
"visibility": "internal"
|
|
2811
2811
|
}
|
|
2812
2812
|
],
|
|
2813
|
-
"scope":
|
|
2813
|
+
"scope": 36259,
|
|
2814
2814
|
"src": "296:972:92",
|
|
2815
2815
|
"usedErrors": []
|
|
2816
2816
|
}
|
|
@@ -2823,7 +2823,7 @@
|
|
|
2823
2823
|
},
|
|
2824
2824
|
"networks": {},
|
|
2825
2825
|
"schemaVersion": "3.4.4",
|
|
2826
|
-
"updatedAt": "2022-03-
|
|
2826
|
+
"updatedAt": "2022-03-16T15:02:42.945Z",
|
|
2827
2827
|
"devdoc": {
|
|
2828
2828
|
"author": "Superfluid",
|
|
2829
2829
|
"kind": "dev",
|