@superfluid-finance/ethereum-contracts 1.2.1-dev.90ccb01.0 → 1.2.2-dev.153bcd3.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 +18 -18
- package/build/contracts/AgreementLibrary.json +450 -243
- package/build/contracts/BaseRelayRecipient.json +112 -112
- package/build/contracts/BatchLiquidator.json +181 -181
- package/build/contracts/BatchOperation.json +1138 -1138
- package/build/contracts/CFAv1Library.json +2534 -2534
- package/build/contracts/CallUtils.json +478 -478
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1524 -1524
- package/build/contracts/ConstantFlowAgreementV1.json +22881 -21905
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +1138 -1138
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +31 -31
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +36 -36
- package/build/contracts/ERC721.json +1 -1
- package/build/contracts/ERC777Helper.json +660 -660
- package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
- package/build/contracts/ERC777RecipientReverting.json +855 -855
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +1524 -1524
- package/build/contracts/FixedSizeData.json +405 -405
- package/build/contracts/FlowExchangeTestApp.json +1525 -1525
- package/build/contracts/FlowOperatorDefinitions.json +1138 -1138
- package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +1051 -1153
- package/build/contracts/IDAv1Library.json +4183 -4183
- 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 +1182 -1182
- package/build/contracts/IMaticBridgedNativeSuperToken.json +110 -110
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +110 -110
- package/build/contracts/IMultiSigWallet.json +45 -45
- package/build/contracts/IPureSuperToken.json +69 -69
- package/build/contracts/IPureSuperTokenCustom.json +69 -69
- package/build/contracts/IRelayRecipient.json +49 -49
- package/build/contracts/IResolver.json +73 -73
- package/build/contracts/ISETH.json +79 -79
- package/build/contracts/ISETHCustom.json +79 -79
- package/build/contracts/ISuperAgreement.json +88 -88
- package/build/contracts/ISuperApp.json +351 -351
- package/build/contracts/ISuperToken.json +1008 -1008
- package/build/contracts/ISuperTokenFactory.json +280 -280
- package/build/contracts/ISuperfluid.json +1466 -1466
- package/build/contracts/ISuperfluidGovernance.json +404 -404
- package/build/contracts/ISuperfluidToken.json +774 -774
- package/build/contracts/ITOGAv1.json +1432 -1432
- package/build/contracts/ITOGAv2.json +1432 -1432
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +9343 -9343
- package/build/contracts/Int96SafeMath.json +504 -504
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1525 -1525
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- 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 +1524 -1524
- package/build/contracts/SlotsBitmapLibrary.json +794 -794
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +394 -394
- package/build/contracts/SuperAppDefinitions.json +1138 -1138
- package/build/contracts/SuperToken.json +2351 -2351
- package/build/contracts/SuperTokenFactory.json +731 -731
- package/build/contracts/SuperTokenFactoryBase.json +721 -721
- package/build/contracts/SuperTokenFactoryHelper.json +724 -724
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +9812 -10169
- package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
- package/build/contracts/SuperfluidGovernanceBase.json +3471 -3789
- package/build/contracts/SuperfluidGovernanceConfigs.json +1138 -1138
- package/build/contracts/SuperfluidGovernanceII.json +2097 -2347
- package/build/contracts/SuperfluidGovernanceIIProxy.json +214 -214
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1345 -1345
- package/build/contracts/TOGA.json +1451 -1451
- package/build/contracts/TestGovernance.json +2195 -2445
- package/build/contracts/TestToken.json +94 -94
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +58 -58
- package/build/contracts/UInt128SafeMath.json +97 -97
- package/build/contracts/UUPSProxiable.json +132 -132
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +3 -4
- package/contracts/agreements/AgreementLibrary.sol +1 -0
- package/contracts/agreements/ConstantFlowAgreementV1.sol +77 -45
- package/contracts/agreements/InstantDistributionAgreementV1.sol +3 -2
- package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
- package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +3 -9
- package/contracts/{agreements → libs}/SlotsBitmapLibrary.sol +1 -3
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/superfluid/Superfluid.sol +5 -10
- package/package.json +5 -4
- package/scripts/gov-create-new-app-registration-key.js +26 -3
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
}
|
|
646
646
|
]
|
|
647
647
|
},
|
|
648
|
-
"name": "abi_decode_tuple_t_contract$_ISuperToken_$
|
|
648
|
+
"name": "abi_decode_tuple_t_contract$_ISuperToken_$18439_fromMemory",
|
|
649
649
|
"nodeType": "YulFunctionDefinition",
|
|
650
650
|
"parameters": [
|
|
651
651
|
{
|
|
@@ -673,7 +673,7 @@
|
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
675
|
},
|
|
676
|
-
"contents": "{\n { }\n function abi_encode_tuple_t_stringliteral_d3814fd4e72cfd7651525eee846049aca388165c613a1085fb56751abcdd36c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"Already initialized\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_6ae2314e839d4d9cfe442dd3a2386a5c83b76bbc48be45cca60d84c71c4359b2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 15)\n mstore(add(headStart, 64), \"Not initialized\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$
|
|
676
|
+
"contents": "{\n { }\n function abi_encode_tuple_t_stringliteral_d3814fd4e72cfd7651525eee846049aca388165c613a1085fb56751abcdd36c0__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 19)\n mstore(add(headStart, 64), \"Already initialized\")\n tail := add(headStart, 96)\n }\n function abi_encode_tuple_t_stringliteral_6ae2314e839d4d9cfe442dd3a2386a5c83b76bbc48be45cca60d84c71c4359b2__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 15)\n mstore(add(headStart, 64), \"Not initialized\")\n tail := add(headStart, 96)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$18439_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}",
|
|
677
677
|
"id": 110,
|
|
678
678
|
"language": "Yul",
|
|
679
679
|
"name": "#utility.yul"
|
|
@@ -687,21 +687,21 @@
|
|
|
687
687
|
"absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
|
|
688
688
|
"exportedSymbols": {
|
|
689
689
|
"FullUpgradableSuperTokenProxy": [
|
|
690
|
-
|
|
690
|
+
30100
|
|
691
691
|
],
|
|
692
692
|
"ISuperTokenFactory": [
|
|
693
|
-
|
|
693
|
+
18528
|
|
694
694
|
],
|
|
695
695
|
"Proxy": [
|
|
696
696
|
688
|
|
697
697
|
]
|
|
698
698
|
},
|
|
699
|
-
"id":
|
|
699
|
+
"id": 30101,
|
|
700
700
|
"license": "AGPLv3",
|
|
701
701
|
"nodeType": "SourceUnit",
|
|
702
702
|
"nodes": [
|
|
703
703
|
{
|
|
704
|
-
"id":
|
|
704
|
+
"id": 30030,
|
|
705
705
|
"literals": [
|
|
706
706
|
"solidity",
|
|
707
707
|
"0.8",
|
|
@@ -713,20 +713,20 @@
|
|
|
713
713
|
{
|
|
714
714
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
715
715
|
"file": "../interfaces/superfluid/ISuperTokenFactory.sol",
|
|
716
|
-
"id":
|
|
716
|
+
"id": 30032,
|
|
717
717
|
"nameLocation": "-1:-1:-1",
|
|
718
718
|
"nodeType": "ImportDirective",
|
|
719
|
-
"scope":
|
|
720
|
-
"sourceUnit":
|
|
719
|
+
"scope": 30101,
|
|
720
|
+
"sourceUnit": 18529,
|
|
721
721
|
"src": "60:85:90",
|
|
722
722
|
"symbolAliases": [
|
|
723
723
|
{
|
|
724
724
|
"foreign": {
|
|
725
|
-
"id":
|
|
725
|
+
"id": 30031,
|
|
726
726
|
"name": "ISuperTokenFactory",
|
|
727
727
|
"nodeType": "Identifier",
|
|
728
728
|
"overloadedDeclarations": [],
|
|
729
|
-
"referencedDeclaration":
|
|
729
|
+
"referencedDeclaration": 18528,
|
|
730
730
|
"src": "69:18:90",
|
|
731
731
|
"typeDescriptions": {}
|
|
732
732
|
},
|
|
@@ -738,16 +738,16 @@
|
|
|
738
738
|
{
|
|
739
739
|
"absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
740
740
|
"file": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
741
|
-
"id":
|
|
741
|
+
"id": 30034,
|
|
742
742
|
"nameLocation": "-1:-1:-1",
|
|
743
743
|
"nodeType": "ImportDirective",
|
|
744
|
-
"scope":
|
|
744
|
+
"scope": 30101,
|
|
745
745
|
"sourceUnit": 689,
|
|
746
746
|
"src": "146:64:90",
|
|
747
747
|
"symbolAliases": [
|
|
748
748
|
{
|
|
749
749
|
"foreign": {
|
|
750
|
-
"id":
|
|
750
|
+
"id": 30033,
|
|
751
751
|
"name": "Proxy",
|
|
752
752
|
"nodeType": "Identifier",
|
|
753
753
|
"overloadedDeclarations": [],
|
|
@@ -765,13 +765,13 @@
|
|
|
765
765
|
"baseContracts": [
|
|
766
766
|
{
|
|
767
767
|
"baseName": {
|
|
768
|
-
"id":
|
|
768
|
+
"id": 30036,
|
|
769
769
|
"name": "Proxy",
|
|
770
770
|
"nodeType": "IdentifierPath",
|
|
771
771
|
"referencedDeclaration": 688,
|
|
772
772
|
"src": "338:5:90"
|
|
773
773
|
},
|
|
774
|
-
"id":
|
|
774
|
+
"id": 30037,
|
|
775
775
|
"nodeType": "InheritanceSpecifier",
|
|
776
776
|
"src": "338:5:90"
|
|
777
777
|
}
|
|
@@ -780,15 +780,15 @@
|
|
|
780
780
|
"contractDependencies": [],
|
|
781
781
|
"contractKind": "contract",
|
|
782
782
|
"documentation": {
|
|
783
|
-
"id":
|
|
783
|
+
"id": 30035,
|
|
784
784
|
"nodeType": "StructuredDocumentation",
|
|
785
785
|
"src": "213:82:90",
|
|
786
786
|
"text": " @title Full upgradable super token proxy contract\n @author Superfluid"
|
|
787
787
|
},
|
|
788
788
|
"fullyImplemented": true,
|
|
789
|
-
"id":
|
|
789
|
+
"id": 30100,
|
|
790
790
|
"linearizedBaseContracts": [
|
|
791
|
-
|
|
791
|
+
30100,
|
|
792
792
|
688
|
|
793
793
|
],
|
|
794
794
|
"name": "FullUpgradableSuperTokenProxy",
|
|
@@ -797,12 +797,12 @@
|
|
|
797
797
|
"nodes": [
|
|
798
798
|
{
|
|
799
799
|
"constant": true,
|
|
800
|
-
"id":
|
|
800
|
+
"id": 30040,
|
|
801
801
|
"mutability": "constant",
|
|
802
802
|
"name": "_FACTORY_SLOT",
|
|
803
803
|
"nameLocation": "476:13:90",
|
|
804
804
|
"nodeType": "VariableDeclaration",
|
|
805
|
-
"scope":
|
|
805
|
+
"scope": 30100,
|
|
806
806
|
"src": "450:108:90",
|
|
807
807
|
"stateVariable": true,
|
|
808
808
|
"storageLocation": "default",
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
"typeString": "bytes32"
|
|
812
812
|
},
|
|
813
813
|
"typeName": {
|
|
814
|
-
"id":
|
|
814
|
+
"id": 30038,
|
|
815
815
|
"name": "bytes32",
|
|
816
816
|
"nodeType": "ElementaryTypeName",
|
|
817
817
|
"src": "450:7:90",
|
|
@@ -822,7 +822,7 @@
|
|
|
822
822
|
},
|
|
823
823
|
"value": {
|
|
824
824
|
"hexValue": "307862386663643537313962336464663836323666333636343730356138396237666334373631323961353863316161356564613537633630306363313832316130",
|
|
825
|
-
"id":
|
|
825
|
+
"id": 30039,
|
|
826
826
|
"isConstant": false,
|
|
827
827
|
"isLValue": false,
|
|
828
828
|
"isPure": true,
|
|
@@ -840,23 +840,23 @@
|
|
|
840
840
|
},
|
|
841
841
|
{
|
|
842
842
|
"body": {
|
|
843
|
-
"id":
|
|
843
|
+
"id": 30066,
|
|
844
844
|
"nodeType": "Block",
|
|
845
845
|
"src": "600:325:90",
|
|
846
846
|
"statements": [
|
|
847
847
|
{
|
|
848
848
|
"assignments": [
|
|
849
|
-
|
|
849
|
+
30044
|
|
850
850
|
],
|
|
851
851
|
"declarations": [
|
|
852
852
|
{
|
|
853
853
|
"constant": false,
|
|
854
|
-
"id":
|
|
854
|
+
"id": 30044,
|
|
855
855
|
"mutability": "mutable",
|
|
856
856
|
"name": "factory",
|
|
857
857
|
"nameLocation": "618:7:90",
|
|
858
858
|
"nodeType": "VariableDeclaration",
|
|
859
|
-
"scope":
|
|
859
|
+
"scope": 30066,
|
|
860
860
|
"src": "610:15:90",
|
|
861
861
|
"stateVariable": false,
|
|
862
862
|
"storageLocation": "default",
|
|
@@ -865,7 +865,7 @@
|
|
|
865
865
|
"typeString": "address"
|
|
866
866
|
},
|
|
867
867
|
"typeName": {
|
|
868
|
-
"id":
|
|
868
|
+
"id": 30043,
|
|
869
869
|
"name": "address",
|
|
870
870
|
"nodeType": "ElementaryTypeName",
|
|
871
871
|
"src": "610:7:90",
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
"visibility": "internal"
|
|
879
879
|
}
|
|
880
880
|
],
|
|
881
|
-
"id":
|
|
881
|
+
"id": 30045,
|
|
882
882
|
"nodeType": "VariableDeclarationStatement",
|
|
883
883
|
"src": "610:15:90"
|
|
884
884
|
},
|
|
@@ -919,21 +919,21 @@
|
|
|
919
919
|
"evmVersion": "london",
|
|
920
920
|
"externalReferences": [
|
|
921
921
|
{
|
|
922
|
-
"declaration":
|
|
922
|
+
"declaration": 30040,
|
|
923
923
|
"isOffset": false,
|
|
924
924
|
"isSlot": false,
|
|
925
925
|
"src": "698:13:90",
|
|
926
926
|
"valueSize": 1
|
|
927
927
|
},
|
|
928
928
|
{
|
|
929
|
-
"declaration":
|
|
929
|
+
"declaration": 30044,
|
|
930
930
|
"isOffset": false,
|
|
931
931
|
"isSlot": false,
|
|
932
932
|
"src": "681:7:90",
|
|
933
933
|
"valueSize": 1
|
|
934
934
|
}
|
|
935
935
|
],
|
|
936
|
-
"id":
|
|
936
|
+
"id": 30046,
|
|
937
937
|
"nodeType": "InlineAssembly",
|
|
938
938
|
"src": "635:87:90"
|
|
939
939
|
},
|
|
@@ -945,7 +945,7 @@
|
|
|
945
945
|
"typeIdentifier": "t_address",
|
|
946
946
|
"typeString": "address"
|
|
947
947
|
},
|
|
948
|
-
"id":
|
|
948
|
+
"id": 30056,
|
|
949
949
|
"isConstant": false,
|
|
950
950
|
"isLValue": false,
|
|
951
951
|
"isPure": false,
|
|
@@ -953,11 +953,11 @@
|
|
|
953
953
|
"leftExpression": {
|
|
954
954
|
"arguments": [
|
|
955
955
|
{
|
|
956
|
-
"id":
|
|
956
|
+
"id": 30050,
|
|
957
957
|
"name": "factory",
|
|
958
958
|
"nodeType": "Identifier",
|
|
959
959
|
"overloadedDeclarations": [],
|
|
960
|
-
"referencedDeclaration":
|
|
960
|
+
"referencedDeclaration": 30044,
|
|
961
961
|
"src": "747:7:90",
|
|
962
962
|
"typeDescriptions": {
|
|
963
963
|
"typeIdentifier": "t_address",
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
"typeString": "address"
|
|
973
973
|
}
|
|
974
974
|
],
|
|
975
|
-
"id":
|
|
975
|
+
"id": 30049,
|
|
976
976
|
"isConstant": false,
|
|
977
977
|
"isLValue": false,
|
|
978
978
|
"isPure": true,
|
|
@@ -984,14 +984,14 @@
|
|
|
984
984
|
"typeString": "type(address)"
|
|
985
985
|
},
|
|
986
986
|
"typeName": {
|
|
987
|
-
"id":
|
|
987
|
+
"id": 30048,
|
|
988
988
|
"name": "address",
|
|
989
989
|
"nodeType": "ElementaryTypeName",
|
|
990
990
|
"src": "739:7:90",
|
|
991
991
|
"typeDescriptions": {}
|
|
992
992
|
}
|
|
993
993
|
},
|
|
994
|
-
"id":
|
|
994
|
+
"id": 30051,
|
|
995
995
|
"isConstant": false,
|
|
996
996
|
"isLValue": false,
|
|
997
997
|
"isPure": false,
|
|
@@ -1012,7 +1012,7 @@
|
|
|
1012
1012
|
"arguments": [
|
|
1013
1013
|
{
|
|
1014
1014
|
"hexValue": "30",
|
|
1015
|
-
"id":
|
|
1015
|
+
"id": 30054,
|
|
1016
1016
|
"isConstant": false,
|
|
1017
1017
|
"isLValue": false,
|
|
1018
1018
|
"isPure": true,
|
|
@@ -1034,7 +1034,7 @@
|
|
|
1034
1034
|
"typeString": "int_const 0"
|
|
1035
1035
|
}
|
|
1036
1036
|
],
|
|
1037
|
-
"id":
|
|
1037
|
+
"id": 30053,
|
|
1038
1038
|
"isConstant": false,
|
|
1039
1039
|
"isLValue": false,
|
|
1040
1040
|
"isPure": true,
|
|
@@ -1046,14 +1046,14 @@
|
|
|
1046
1046
|
"typeString": "type(address)"
|
|
1047
1047
|
},
|
|
1048
1048
|
"typeName": {
|
|
1049
|
-
"id":
|
|
1049
|
+
"id": 30052,
|
|
1050
1050
|
"name": "address",
|
|
1051
1051
|
"nodeType": "ElementaryTypeName",
|
|
1052
1052
|
"src": "759:7:90",
|
|
1053
1053
|
"typeDescriptions": {}
|
|
1054
1054
|
}
|
|
1055
1055
|
},
|
|
1056
|
-
"id":
|
|
1056
|
+
"id": 30055,
|
|
1057
1057
|
"isConstant": false,
|
|
1058
1058
|
"isLValue": false,
|
|
1059
1059
|
"isPure": true,
|
|
@@ -1076,7 +1076,7 @@
|
|
|
1076
1076
|
},
|
|
1077
1077
|
{
|
|
1078
1078
|
"hexValue": "416c726561647920696e697469616c697a6564",
|
|
1079
|
-
"id":
|
|
1079
|
+
"id": 30057,
|
|
1080
1080
|
"isConstant": false,
|
|
1081
1081
|
"isLValue": false,
|
|
1082
1082
|
"isPure": true,
|
|
@@ -1102,7 +1102,7 @@
|
|
|
1102
1102
|
"typeString": "literal_string \"Already initialized\""
|
|
1103
1103
|
}
|
|
1104
1104
|
],
|
|
1105
|
-
"id":
|
|
1105
|
+
"id": 30047,
|
|
1106
1106
|
"name": "require",
|
|
1107
1107
|
"nodeType": "Identifier",
|
|
1108
1108
|
"overloadedDeclarations": [
|
|
@@ -1116,7 +1116,7 @@
|
|
|
1116
1116
|
"typeString": "function (bool,string memory) pure"
|
|
1117
1117
|
}
|
|
1118
1118
|
},
|
|
1119
|
-
"id":
|
|
1119
|
+
"id": 30058,
|
|
1120
1120
|
"isConstant": false,
|
|
1121
1121
|
"isLValue": false,
|
|
1122
1122
|
"isPure": false,
|
|
@@ -1131,23 +1131,23 @@
|
|
|
1131
1131
|
"typeString": "tuple()"
|
|
1132
1132
|
}
|
|
1133
1133
|
},
|
|
1134
|
-
"id":
|
|
1134
|
+
"id": 30059,
|
|
1135
1135
|
"nodeType": "ExpressionStatement",
|
|
1136
1136
|
"src": "731:62:90"
|
|
1137
1137
|
},
|
|
1138
1138
|
{
|
|
1139
1139
|
"expression": {
|
|
1140
|
-
"id":
|
|
1140
|
+
"id": 30063,
|
|
1141
1141
|
"isConstant": false,
|
|
1142
1142
|
"isLValue": false,
|
|
1143
1143
|
"isPure": false,
|
|
1144
1144
|
"lValueRequested": false,
|
|
1145
1145
|
"leftHandSide": {
|
|
1146
|
-
"id":
|
|
1146
|
+
"id": 30060,
|
|
1147
1147
|
"name": "factory",
|
|
1148
1148
|
"nodeType": "Identifier",
|
|
1149
1149
|
"overloadedDeclarations": [],
|
|
1150
|
-
"referencedDeclaration":
|
|
1150
|
+
"referencedDeclaration": 30044,
|
|
1151
1151
|
"src": "803:7:90",
|
|
1152
1152
|
"typeDescriptions": {
|
|
1153
1153
|
"typeIdentifier": "t_address",
|
|
@@ -1158,7 +1158,7 @@
|
|
|
1158
1158
|
"operator": "=",
|
|
1159
1159
|
"rightHandSide": {
|
|
1160
1160
|
"expression": {
|
|
1161
|
-
"id":
|
|
1161
|
+
"id": 30061,
|
|
1162
1162
|
"name": "msg",
|
|
1163
1163
|
"nodeType": "Identifier",
|
|
1164
1164
|
"overloadedDeclarations": [],
|
|
@@ -1169,7 +1169,7 @@
|
|
|
1169
1169
|
"typeString": "msg"
|
|
1170
1170
|
}
|
|
1171
1171
|
},
|
|
1172
|
-
"id":
|
|
1172
|
+
"id": 30062,
|
|
1173
1173
|
"isConstant": false,
|
|
1174
1174
|
"isLValue": false,
|
|
1175
1175
|
"isPure": false,
|
|
@@ -1188,7 +1188,7 @@
|
|
|
1188
1188
|
"typeString": "address"
|
|
1189
1189
|
}
|
|
1190
1190
|
},
|
|
1191
|
-
"id":
|
|
1191
|
+
"id": 30064,
|
|
1192
1192
|
"nodeType": "ExpressionStatement",
|
|
1193
1193
|
"src": "803:20:90"
|
|
1194
1194
|
},
|
|
@@ -1227,28 +1227,28 @@
|
|
|
1227
1227
|
"evmVersion": "london",
|
|
1228
1228
|
"externalReferences": [
|
|
1229
1229
|
{
|
|
1230
|
-
"declaration":
|
|
1230
|
+
"declaration": 30040,
|
|
1231
1231
|
"isOffset": false,
|
|
1232
1232
|
"isSlot": false,
|
|
1233
1233
|
"src": "886:13:90",
|
|
1234
1234
|
"valueSize": 1
|
|
1235
1235
|
},
|
|
1236
1236
|
{
|
|
1237
|
-
"declaration":
|
|
1237
|
+
"declaration": 30044,
|
|
1238
1238
|
"isOffset": false,
|
|
1239
1239
|
"isSlot": false,
|
|
1240
1240
|
"src": "901:7:90",
|
|
1241
1241
|
"valueSize": 1
|
|
1242
1242
|
}
|
|
1243
1243
|
],
|
|
1244
|
-
"id":
|
|
1244
|
+
"id": 30065,
|
|
1245
1245
|
"nodeType": "InlineAssembly",
|
|
1246
1246
|
"src": "833:86:90"
|
|
1247
1247
|
}
|
|
1248
1248
|
]
|
|
1249
1249
|
},
|
|
1250
1250
|
"functionSelector": "8129fc1c",
|
|
1251
|
-
"id":
|
|
1251
|
+
"id": 30067,
|
|
1252
1252
|
"implemented": true,
|
|
1253
1253
|
"kind": "function",
|
|
1254
1254
|
"modifiers": [],
|
|
@@ -1256,18 +1256,18 @@
|
|
|
1256
1256
|
"nameLocation": "574:10:90",
|
|
1257
1257
|
"nodeType": "FunctionDefinition",
|
|
1258
1258
|
"parameters": {
|
|
1259
|
-
"id":
|
|
1259
|
+
"id": 30041,
|
|
1260
1260
|
"nodeType": "ParameterList",
|
|
1261
1261
|
"parameters": [],
|
|
1262
1262
|
"src": "584:2:90"
|
|
1263
1263
|
},
|
|
1264
1264
|
"returnParameters": {
|
|
1265
|
-
"id":
|
|
1265
|
+
"id": 30042,
|
|
1266
1266
|
"nodeType": "ParameterList",
|
|
1267
1267
|
"parameters": [],
|
|
1268
1268
|
"src": "600:0:90"
|
|
1269
1269
|
},
|
|
1270
|
-
"scope":
|
|
1270
|
+
"scope": 30100,
|
|
1271
1271
|
"src": "565:360:90",
|
|
1272
1272
|
"stateMutability": "nonpayable",
|
|
1273
1273
|
"virtual": false,
|
|
@@ -1278,51 +1278,51 @@
|
|
|
1278
1278
|
653
|
|
1279
1279
|
],
|
|
1280
1280
|
"body": {
|
|
1281
|
-
"id":
|
|
1281
|
+
"id": 30098,
|
|
1282
1282
|
"nodeType": "Block",
|
|
1283
1283
|
"src": "1004:261:90",
|
|
1284
1284
|
"statements": [
|
|
1285
1285
|
{
|
|
1286
1286
|
"assignments": [
|
|
1287
|
-
|
|
1287
|
+
30075
|
|
1288
1288
|
],
|
|
1289
1289
|
"declarations": [
|
|
1290
1290
|
{
|
|
1291
1291
|
"constant": false,
|
|
1292
|
-
"id":
|
|
1292
|
+
"id": 30075,
|
|
1293
1293
|
"mutability": "mutable",
|
|
1294
1294
|
"name": "factory",
|
|
1295
1295
|
"nameLocation": "1033:7:90",
|
|
1296
1296
|
"nodeType": "VariableDeclaration",
|
|
1297
|
-
"scope":
|
|
1297
|
+
"scope": 30098,
|
|
1298
1298
|
"src": "1014:26:90",
|
|
1299
1299
|
"stateVariable": false,
|
|
1300
1300
|
"storageLocation": "default",
|
|
1301
1301
|
"typeDescriptions": {
|
|
1302
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1302
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18528",
|
|
1303
1303
|
"typeString": "contract ISuperTokenFactory"
|
|
1304
1304
|
},
|
|
1305
1305
|
"typeName": {
|
|
1306
|
-
"id":
|
|
1306
|
+
"id": 30074,
|
|
1307
1307
|
"nodeType": "UserDefinedTypeName",
|
|
1308
1308
|
"pathNode": {
|
|
1309
|
-
"id":
|
|
1309
|
+
"id": 30073,
|
|
1310
1310
|
"name": "ISuperTokenFactory",
|
|
1311
1311
|
"nodeType": "IdentifierPath",
|
|
1312
|
-
"referencedDeclaration":
|
|
1312
|
+
"referencedDeclaration": 18528,
|
|
1313
1313
|
"src": "1014:18:90"
|
|
1314
1314
|
},
|
|
1315
|
-
"referencedDeclaration":
|
|
1315
|
+
"referencedDeclaration": 18528,
|
|
1316
1316
|
"src": "1014:18:90",
|
|
1317
1317
|
"typeDescriptions": {
|
|
1318
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1318
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18528",
|
|
1319
1319
|
"typeString": "contract ISuperTokenFactory"
|
|
1320
1320
|
}
|
|
1321
1321
|
},
|
|
1322
1322
|
"visibility": "internal"
|
|
1323
1323
|
}
|
|
1324
1324
|
],
|
|
1325
|
-
"id":
|
|
1325
|
+
"id": 30076,
|
|
1326
1326
|
"nodeType": "VariableDeclarationStatement",
|
|
1327
1327
|
"src": "1014:26:90"
|
|
1328
1328
|
},
|
|
@@ -1363,21 +1363,21 @@
|
|
|
1363
1363
|
"evmVersion": "london",
|
|
1364
1364
|
"externalReferences": [
|
|
1365
1365
|
{
|
|
1366
|
-
"declaration":
|
|
1366
|
+
"declaration": 30040,
|
|
1367
1367
|
"isOffset": false,
|
|
1368
1368
|
"isSlot": false,
|
|
1369
1369
|
"src": "1113:13:90",
|
|
1370
1370
|
"valueSize": 1
|
|
1371
1371
|
},
|
|
1372
1372
|
{
|
|
1373
|
-
"declaration":
|
|
1373
|
+
"declaration": 30075,
|
|
1374
1374
|
"isOffset": false,
|
|
1375
1375
|
"isSlot": false,
|
|
1376
1376
|
"src": "1096:7:90",
|
|
1377
1377
|
"valueSize": 1
|
|
1378
1378
|
}
|
|
1379
1379
|
],
|
|
1380
|
-
"id":
|
|
1380
|
+
"id": 30077,
|
|
1381
1381
|
"nodeType": "InlineAssembly",
|
|
1382
1382
|
"src": "1050:87:90"
|
|
1383
1383
|
},
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
"typeIdentifier": "t_address",
|
|
1390
1390
|
"typeString": "address"
|
|
1391
1391
|
},
|
|
1392
|
-
"id":
|
|
1392
|
+
"id": 30087,
|
|
1393
1393
|
"isConstant": false,
|
|
1394
1394
|
"isLValue": false,
|
|
1395
1395
|
"isPure": false,
|
|
@@ -1397,14 +1397,14 @@
|
|
|
1397
1397
|
"leftExpression": {
|
|
1398
1398
|
"arguments": [
|
|
1399
1399
|
{
|
|
1400
|
-
"id":
|
|
1400
|
+
"id": 30081,
|
|
1401
1401
|
"name": "factory",
|
|
1402
1402
|
"nodeType": "Identifier",
|
|
1403
1403
|
"overloadedDeclarations": [],
|
|
1404
|
-
"referencedDeclaration":
|
|
1404
|
+
"referencedDeclaration": 30075,
|
|
1405
1405
|
"src": "1162:7:90",
|
|
1406
1406
|
"typeDescriptions": {
|
|
1407
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1407
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18528",
|
|
1408
1408
|
"typeString": "contract ISuperTokenFactory"
|
|
1409
1409
|
}
|
|
1410
1410
|
}
|
|
@@ -1412,11 +1412,11 @@
|
|
|
1412
1412
|
"expression": {
|
|
1413
1413
|
"argumentTypes": [
|
|
1414
1414
|
{
|
|
1415
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1415
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18528",
|
|
1416
1416
|
"typeString": "contract ISuperTokenFactory"
|
|
1417
1417
|
}
|
|
1418
1418
|
],
|
|
1419
|
-
"id":
|
|
1419
|
+
"id": 30080,
|
|
1420
1420
|
"isConstant": false,
|
|
1421
1421
|
"isLValue": false,
|
|
1422
1422
|
"isPure": true,
|
|
@@ -1428,14 +1428,14 @@
|
|
|
1428
1428
|
"typeString": "type(address)"
|
|
1429
1429
|
},
|
|
1430
1430
|
"typeName": {
|
|
1431
|
-
"id":
|
|
1431
|
+
"id": 30079,
|
|
1432
1432
|
"name": "address",
|
|
1433
1433
|
"nodeType": "ElementaryTypeName",
|
|
1434
1434
|
"src": "1154:7:90",
|
|
1435
1435
|
"typeDescriptions": {}
|
|
1436
1436
|
}
|
|
1437
1437
|
},
|
|
1438
|
-
"id":
|
|
1438
|
+
"id": 30082,
|
|
1439
1439
|
"isConstant": false,
|
|
1440
1440
|
"isLValue": false,
|
|
1441
1441
|
"isPure": false,
|
|
@@ -1456,7 +1456,7 @@
|
|
|
1456
1456
|
"arguments": [
|
|
1457
1457
|
{
|
|
1458
1458
|
"hexValue": "30",
|
|
1459
|
-
"id":
|
|
1459
|
+
"id": 30085,
|
|
1460
1460
|
"isConstant": false,
|
|
1461
1461
|
"isLValue": false,
|
|
1462
1462
|
"isPure": true,
|
|
@@ -1478,7 +1478,7 @@
|
|
|
1478
1478
|
"typeString": "int_const 0"
|
|
1479
1479
|
}
|
|
1480
1480
|
],
|
|
1481
|
-
"id":
|
|
1481
|
+
"id": 30084,
|
|
1482
1482
|
"isConstant": false,
|
|
1483
1483
|
"isLValue": false,
|
|
1484
1484
|
"isPure": true,
|
|
@@ -1490,14 +1490,14 @@
|
|
|
1490
1490
|
"typeString": "type(address)"
|
|
1491
1491
|
},
|
|
1492
1492
|
"typeName": {
|
|
1493
|
-
"id":
|
|
1493
|
+
"id": 30083,
|
|
1494
1494
|
"name": "address",
|
|
1495
1495
|
"nodeType": "ElementaryTypeName",
|
|
1496
1496
|
"src": "1174:7:90",
|
|
1497
1497
|
"typeDescriptions": {}
|
|
1498
1498
|
}
|
|
1499
1499
|
},
|
|
1500
|
-
"id":
|
|
1500
|
+
"id": 30086,
|
|
1501
1501
|
"isConstant": false,
|
|
1502
1502
|
"isLValue": false,
|
|
1503
1503
|
"isPure": true,
|
|
@@ -1520,7 +1520,7 @@
|
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
1522
|
"hexValue": "4e6f7420696e697469616c697a6564",
|
|
1523
|
-
"id":
|
|
1523
|
+
"id": 30088,
|
|
1524
1524
|
"isConstant": false,
|
|
1525
1525
|
"isLValue": false,
|
|
1526
1526
|
"isPure": true,
|
|
@@ -1546,7 +1546,7 @@
|
|
|
1546
1546
|
"typeString": "literal_string \"Not initialized\""
|
|
1547
1547
|
}
|
|
1548
1548
|
],
|
|
1549
|
-
"id":
|
|
1549
|
+
"id": 30078,
|
|
1550
1550
|
"name": "require",
|
|
1551
1551
|
"nodeType": "Identifier",
|
|
1552
1552
|
"overloadedDeclarations": [
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
"typeString": "function (bool,string memory) pure"
|
|
1561
1561
|
}
|
|
1562
1562
|
},
|
|
1563
|
-
"id":
|
|
1563
|
+
"id": 30089,
|
|
1564
1564
|
"isConstant": false,
|
|
1565
1565
|
"isLValue": false,
|
|
1566
1566
|
"isPure": false,
|
|
@@ -1575,7 +1575,7 @@
|
|
|
1575
1575
|
"typeString": "tuple()"
|
|
1576
1576
|
}
|
|
1577
1577
|
},
|
|
1578
|
-
"id":
|
|
1578
|
+
"id": 30090,
|
|
1579
1579
|
"nodeType": "ExpressionStatement",
|
|
1580
1580
|
"src": "1146:58:90"
|
|
1581
1581
|
},
|
|
@@ -1587,32 +1587,32 @@
|
|
|
1587
1587
|
"expression": {
|
|
1588
1588
|
"argumentTypes": [],
|
|
1589
1589
|
"expression": {
|
|
1590
|
-
"id":
|
|
1590
|
+
"id": 30093,
|
|
1591
1591
|
"name": "factory",
|
|
1592
1592
|
"nodeType": "Identifier",
|
|
1593
1593
|
"overloadedDeclarations": [],
|
|
1594
|
-
"referencedDeclaration":
|
|
1594
|
+
"referencedDeclaration": 30075,
|
|
1595
1595
|
"src": "1229:7:90",
|
|
1596
1596
|
"typeDescriptions": {
|
|
1597
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1597
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$18528",
|
|
1598
1598
|
"typeString": "contract ISuperTokenFactory"
|
|
1599
1599
|
}
|
|
1600
1600
|
},
|
|
1601
|
-
"id":
|
|
1601
|
+
"id": 30094,
|
|
1602
1602
|
"isConstant": false,
|
|
1603
1603
|
"isLValue": false,
|
|
1604
1604
|
"isPure": false,
|
|
1605
1605
|
"lValueRequested": false,
|
|
1606
1606
|
"memberName": "getSuperTokenLogic",
|
|
1607
1607
|
"nodeType": "MemberAccess",
|
|
1608
|
-
"referencedDeclaration":
|
|
1608
|
+
"referencedDeclaration": 18464,
|
|
1609
1609
|
"src": "1229:26:90",
|
|
1610
1610
|
"typeDescriptions": {
|
|
1611
|
-
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperToken_$
|
|
1611
|
+
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperToken_$18439_$",
|
|
1612
1612
|
"typeString": "function () view external returns (contract ISuperToken)"
|
|
1613
1613
|
}
|
|
1614
1614
|
},
|
|
1615
|
-
"id":
|
|
1615
|
+
"id": 30095,
|
|
1616
1616
|
"isConstant": false,
|
|
1617
1617
|
"isLValue": false,
|
|
1618
1618
|
"isPure": false,
|
|
@@ -1623,7 +1623,7 @@
|
|
|
1623
1623
|
"src": "1229:28:90",
|
|
1624
1624
|
"tryCall": false,
|
|
1625
1625
|
"typeDescriptions": {
|
|
1626
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1626
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1627
1627
|
"typeString": "contract ISuperToken"
|
|
1628
1628
|
}
|
|
1629
1629
|
}
|
|
@@ -1631,11 +1631,11 @@
|
|
|
1631
1631
|
"expression": {
|
|
1632
1632
|
"argumentTypes": [
|
|
1633
1633
|
{
|
|
1634
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1634
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1635
1635
|
"typeString": "contract ISuperToken"
|
|
1636
1636
|
}
|
|
1637
1637
|
],
|
|
1638
|
-
"id":
|
|
1638
|
+
"id": 30092,
|
|
1639
1639
|
"isConstant": false,
|
|
1640
1640
|
"isLValue": false,
|
|
1641
1641
|
"isPure": true,
|
|
@@ -1647,14 +1647,14 @@
|
|
|
1647
1647
|
"typeString": "type(address)"
|
|
1648
1648
|
},
|
|
1649
1649
|
"typeName": {
|
|
1650
|
-
"id":
|
|
1650
|
+
"id": 30091,
|
|
1651
1651
|
"name": "address",
|
|
1652
1652
|
"nodeType": "ElementaryTypeName",
|
|
1653
1653
|
"src": "1221:7:90",
|
|
1654
1654
|
"typeDescriptions": {}
|
|
1655
1655
|
}
|
|
1656
1656
|
},
|
|
1657
|
-
"id":
|
|
1657
|
+
"id": 30096,
|
|
1658
1658
|
"isConstant": false,
|
|
1659
1659
|
"isLValue": false,
|
|
1660
1660
|
"isPure": false,
|
|
@@ -1669,14 +1669,14 @@
|
|
|
1669
1669
|
"typeString": "address"
|
|
1670
1670
|
}
|
|
1671
1671
|
},
|
|
1672
|
-
"functionReturnParameters":
|
|
1673
|
-
"id":
|
|
1672
|
+
"functionReturnParameters": 30072,
|
|
1673
|
+
"id": 30097,
|
|
1674
1674
|
"nodeType": "Return",
|
|
1675
1675
|
"src": "1214:44:90"
|
|
1676
1676
|
}
|
|
1677
1677
|
]
|
|
1678
1678
|
},
|
|
1679
|
-
"id":
|
|
1679
|
+
"id": 30099,
|
|
1680
1680
|
"implemented": true,
|
|
1681
1681
|
"kind": "function",
|
|
1682
1682
|
"modifiers": [],
|
|
@@ -1684,29 +1684,29 @@
|
|
|
1684
1684
|
"nameLocation": "940:15:90",
|
|
1685
1685
|
"nodeType": "FunctionDefinition",
|
|
1686
1686
|
"overrides": {
|
|
1687
|
-
"id":
|
|
1687
|
+
"id": 30069,
|
|
1688
1688
|
"nodeType": "OverrideSpecifier",
|
|
1689
1689
|
"overrides": [],
|
|
1690
1690
|
"src": "967:8:90"
|
|
1691
1691
|
},
|
|
1692
1692
|
"parameters": {
|
|
1693
|
-
"id":
|
|
1693
|
+
"id": 30068,
|
|
1694
1694
|
"nodeType": "ParameterList",
|
|
1695
1695
|
"parameters": [],
|
|
1696
1696
|
"src": "955:2:90"
|
|
1697
1697
|
},
|
|
1698
1698
|
"returnParameters": {
|
|
1699
|
-
"id":
|
|
1699
|
+
"id": 30072,
|
|
1700
1700
|
"nodeType": "ParameterList",
|
|
1701
1701
|
"parameters": [
|
|
1702
1702
|
{
|
|
1703
1703
|
"constant": false,
|
|
1704
|
-
"id":
|
|
1704
|
+
"id": 30071,
|
|
1705
1705
|
"mutability": "mutable",
|
|
1706
1706
|
"name": "impl",
|
|
1707
1707
|
"nameLocation": "998:4:90",
|
|
1708
1708
|
"nodeType": "VariableDeclaration",
|
|
1709
|
-
"scope":
|
|
1709
|
+
"scope": 30099,
|
|
1710
1710
|
"src": "990:12:90",
|
|
1711
1711
|
"stateVariable": false,
|
|
1712
1712
|
"storageLocation": "default",
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
"typeString": "address"
|
|
1716
1716
|
},
|
|
1717
1717
|
"typeName": {
|
|
1718
|
-
"id":
|
|
1718
|
+
"id": 30070,
|
|
1719
1719
|
"name": "address",
|
|
1720
1720
|
"nodeType": "ElementaryTypeName",
|
|
1721
1721
|
"src": "990:7:90",
|
|
@@ -1730,14 +1730,14 @@
|
|
|
1730
1730
|
],
|
|
1731
1731
|
"src": "989:14:90"
|
|
1732
1732
|
},
|
|
1733
|
-
"scope":
|
|
1733
|
+
"scope": 30100,
|
|
1734
1734
|
"src": "931:334:90",
|
|
1735
1735
|
"stateMutability": "view",
|
|
1736
1736
|
"virtual": false,
|
|
1737
1737
|
"visibility": "internal"
|
|
1738
1738
|
}
|
|
1739
1739
|
],
|
|
1740
|
-
"scope":
|
|
1740
|
+
"scope": 30101,
|
|
1741
1741
|
"src": "296:972:90",
|
|
1742
1742
|
"usedErrors": []
|
|
1743
1743
|
}
|
|
@@ -1750,7 +1750,7 @@
|
|
|
1750
1750
|
},
|
|
1751
1751
|
"networks": {},
|
|
1752
1752
|
"schemaVersion": "3.4.7",
|
|
1753
|
-
"updatedAt": "2022-
|
|
1753
|
+
"updatedAt": "2022-05-06T17:19:48.584Z",
|
|
1754
1754
|
"devdoc": {
|
|
1755
1755
|
"author": "Superfluid",
|
|
1756
1756
|
"kind": "dev",
|