@superfluid-finance/ethereum-contracts 1.7.2-dev.3cd1f8a.0 → 1.7.2-dev.3e0e33e.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/README.md +2 -2
- package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
- package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
- package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
- package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
- package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
- 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 +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
- package/build/contracts/IDAv1Library.json +430 -430
- 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/IERC20Permit.json +1 -1
- package/build/contracts/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.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/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
- 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/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +1580 -1537
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +5632 -5632
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +7999 -7996
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2387 -2387
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +15 -15
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
- package/contracts/apps/SuperAppBaseFlow.sol +11 -10
- package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
- package/contracts/superfluid/Superfluid.sol +1 -0
- package/package.json +4 -3
|
@@ -696,18 +696,18 @@
|
|
|
696
696
|
706
|
|
697
697
|
],
|
|
698
698
|
"UUPSProxy": [
|
|
699
|
-
|
|
699
|
+
47061
|
|
700
700
|
],
|
|
701
701
|
"UUPSUtils": [
|
|
702
|
-
|
|
702
|
+
47085
|
|
703
703
|
]
|
|
704
704
|
},
|
|
705
|
-
"id":
|
|
705
|
+
"id": 47062,
|
|
706
706
|
"license": "AGPLv3",
|
|
707
707
|
"nodeType": "SourceUnit",
|
|
708
708
|
"nodes": [
|
|
709
709
|
{
|
|
710
|
-
"id":
|
|
710
|
+
"id": 47006,
|
|
711
711
|
"literals": [
|
|
712
712
|
"solidity",
|
|
713
713
|
"0.8",
|
|
@@ -719,20 +719,20 @@
|
|
|
719
719
|
{
|
|
720
720
|
"absolutePath": "project:/contracts/upgradability/UUPSUtils.sol",
|
|
721
721
|
"file": "./UUPSUtils.sol",
|
|
722
|
-
"id":
|
|
722
|
+
"id": 47008,
|
|
723
723
|
"nameLocation": "-1:-1:-1",
|
|
724
724
|
"nodeType": "ImportDirective",
|
|
725
|
-
"scope":
|
|
726
|
-
"sourceUnit":
|
|
725
|
+
"scope": 47062,
|
|
726
|
+
"sourceUnit": 47086,
|
|
727
727
|
"src": "60:44:109",
|
|
728
728
|
"symbolAliases": [
|
|
729
729
|
{
|
|
730
730
|
"foreign": {
|
|
731
|
-
"id":
|
|
731
|
+
"id": 47007,
|
|
732
732
|
"name": "UUPSUtils",
|
|
733
733
|
"nodeType": "Identifier",
|
|
734
734
|
"overloadedDeclarations": [],
|
|
735
|
-
"referencedDeclaration":
|
|
735
|
+
"referencedDeclaration": 47085,
|
|
736
736
|
"src": "69:9:109",
|
|
737
737
|
"typeDescriptions": {}
|
|
738
738
|
},
|
|
@@ -744,16 +744,16 @@
|
|
|
744
744
|
{
|
|
745
745
|
"absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
746
746
|
"file": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
747
|
-
"id":
|
|
747
|
+
"id": 47010,
|
|
748
748
|
"nameLocation": "-1:-1:-1",
|
|
749
749
|
"nodeType": "ImportDirective",
|
|
750
|
-
"scope":
|
|
750
|
+
"scope": 47062,
|
|
751
751
|
"sourceUnit": 707,
|
|
752
752
|
"src": "105:64:109",
|
|
753
753
|
"symbolAliases": [
|
|
754
754
|
{
|
|
755
755
|
"foreign": {
|
|
756
|
-
"id":
|
|
756
|
+
"id": 47009,
|
|
757
757
|
"name": "Proxy",
|
|
758
758
|
"nodeType": "Identifier",
|
|
759
759
|
"overloadedDeclarations": [],
|
|
@@ -771,7 +771,7 @@
|
|
|
771
771
|
"baseContracts": [
|
|
772
772
|
{
|
|
773
773
|
"baseName": {
|
|
774
|
-
"id":
|
|
774
|
+
"id": 47012,
|
|
775
775
|
"name": "Proxy",
|
|
776
776
|
"nameLocations": [
|
|
777
777
|
"677:5:109"
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
"referencedDeclaration": 706,
|
|
781
781
|
"src": "677:5:109"
|
|
782
782
|
},
|
|
783
|
-
"id":
|
|
783
|
+
"id": 47013,
|
|
784
784
|
"nodeType": "InheritanceSpecifier",
|
|
785
785
|
"src": "677:5:109"
|
|
786
786
|
}
|
|
@@ -789,15 +789,15 @@
|
|
|
789
789
|
"contractDependencies": [],
|
|
790
790
|
"contractKind": "contract",
|
|
791
791
|
"documentation": {
|
|
792
|
-
"id":
|
|
792
|
+
"id": 47011,
|
|
793
793
|
"nodeType": "StructuredDocumentation",
|
|
794
794
|
"src": "172:482:109",
|
|
795
795
|
"text": " @title UUPS (Universal Upgradeable Proxy Standard) Proxy\n NOTE:\n - Compliant with [Universal Upgradeable Proxy Standard](https://eips.ethereum.org/EIPS/eip-1822)\n - Compiiant with [Standard Proxy Storage Slots](https://eips.ethereum.org/EIPS/eip-1967)\n - Implements delegation of calls to other contracts, with proper forwarding of\n return values and bubbling of failures.\n - It defines a fallback function that delegates all calls to the implementation."
|
|
796
796
|
},
|
|
797
797
|
"fullyImplemented": true,
|
|
798
|
-
"id":
|
|
798
|
+
"id": 47061,
|
|
799
799
|
"linearizedBaseContracts": [
|
|
800
|
-
|
|
800
|
+
47061,
|
|
801
801
|
706
|
|
802
802
|
],
|
|
803
803
|
"name": "UUPSProxy",
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"nodes": [
|
|
807
807
|
{
|
|
808
808
|
"body": {
|
|
809
|
-
"id":
|
|
809
|
+
"id": 47047,
|
|
810
810
|
"nodeType": "Block",
|
|
811
811
|
"src": "955:227:109",
|
|
812
812
|
"statements": [
|
|
@@ -818,17 +818,17 @@
|
|
|
818
818
|
"typeIdentifier": "t_address",
|
|
819
819
|
"typeString": "address"
|
|
820
820
|
},
|
|
821
|
-
"id":
|
|
821
|
+
"id": 47025,
|
|
822
822
|
"isConstant": false,
|
|
823
823
|
"isLValue": false,
|
|
824
824
|
"isPure": false,
|
|
825
825
|
"lValueRequested": false,
|
|
826
826
|
"leftExpression": {
|
|
827
|
-
"id":
|
|
827
|
+
"id": 47020,
|
|
828
828
|
"name": "initialAddress",
|
|
829
829
|
"nodeType": "Identifier",
|
|
830
830
|
"overloadedDeclarations": [],
|
|
831
|
-
"referencedDeclaration":
|
|
831
|
+
"referencedDeclaration": 47016,
|
|
832
832
|
"src": "973:14:109",
|
|
833
833
|
"typeDescriptions": {
|
|
834
834
|
"typeIdentifier": "t_address",
|
|
@@ -841,7 +841,7 @@
|
|
|
841
841
|
"arguments": [
|
|
842
842
|
{
|
|
843
843
|
"hexValue": "30",
|
|
844
|
-
"id":
|
|
844
|
+
"id": 47023,
|
|
845
845
|
"isConstant": false,
|
|
846
846
|
"isLValue": false,
|
|
847
847
|
"isPure": true,
|
|
@@ -863,7 +863,7 @@
|
|
|
863
863
|
"typeString": "int_const 0"
|
|
864
864
|
}
|
|
865
865
|
],
|
|
866
|
-
"id":
|
|
866
|
+
"id": 47022,
|
|
867
867
|
"isConstant": false,
|
|
868
868
|
"isLValue": false,
|
|
869
869
|
"isPure": true,
|
|
@@ -875,14 +875,14 @@
|
|
|
875
875
|
"typeString": "type(address)"
|
|
876
876
|
},
|
|
877
877
|
"typeName": {
|
|
878
|
-
"id":
|
|
878
|
+
"id": 47021,
|
|
879
879
|
"name": "address",
|
|
880
880
|
"nodeType": "ElementaryTypeName",
|
|
881
881
|
"src": "991:7:109",
|
|
882
882
|
"typeDescriptions": {}
|
|
883
883
|
}
|
|
884
884
|
},
|
|
885
|
-
"id":
|
|
885
|
+
"id": 47024,
|
|
886
886
|
"isConstant": false,
|
|
887
887
|
"isLValue": false,
|
|
888
888
|
"isPure": true,
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
},
|
|
907
907
|
{
|
|
908
908
|
"hexValue": "5555505350726f78793a207a65726f2061646472657373",
|
|
909
|
-
"id":
|
|
909
|
+
"id": 47026,
|
|
910
910
|
"isConstant": false,
|
|
911
911
|
"isLValue": false,
|
|
912
912
|
"isPure": true,
|
|
@@ -932,7 +932,7 @@
|
|
|
932
932
|
"typeString": "literal_string \"UUPSProxy: zero address\""
|
|
933
933
|
}
|
|
934
934
|
],
|
|
935
|
-
"id":
|
|
935
|
+
"id": 47019,
|
|
936
936
|
"name": "require",
|
|
937
937
|
"nodeType": "Identifier",
|
|
938
938
|
"overloadedDeclarations": [
|
|
@@ -946,7 +946,7 @@
|
|
|
946
946
|
"typeString": "function (bool,string memory) pure"
|
|
947
947
|
}
|
|
948
948
|
},
|
|
949
|
-
"id":
|
|
949
|
+
"id": 47027,
|
|
950
950
|
"isConstant": false,
|
|
951
951
|
"isLValue": false,
|
|
952
952
|
"isPure": false,
|
|
@@ -962,7 +962,7 @@
|
|
|
962
962
|
"typeString": "tuple()"
|
|
963
963
|
}
|
|
964
964
|
},
|
|
965
|
-
"id":
|
|
965
|
+
"id": 47028,
|
|
966
966
|
"nodeType": "ExpressionStatement",
|
|
967
967
|
"src": "965:64:109"
|
|
968
968
|
},
|
|
@@ -974,7 +974,7 @@
|
|
|
974
974
|
"typeIdentifier": "t_address",
|
|
975
975
|
"typeString": "address"
|
|
976
976
|
},
|
|
977
|
-
"id":
|
|
977
|
+
"id": 47037,
|
|
978
978
|
"isConstant": false,
|
|
979
979
|
"isLValue": false,
|
|
980
980
|
"isPure": false,
|
|
@@ -984,18 +984,18 @@
|
|
|
984
984
|
"expression": {
|
|
985
985
|
"argumentTypes": [],
|
|
986
986
|
"expression": {
|
|
987
|
-
"id":
|
|
987
|
+
"id": 47030,
|
|
988
988
|
"name": "UUPSUtils",
|
|
989
989
|
"nodeType": "Identifier",
|
|
990
990
|
"overloadedDeclarations": [],
|
|
991
|
-
"referencedDeclaration":
|
|
991
|
+
"referencedDeclaration": 47085,
|
|
992
992
|
"src": "1047:9:109",
|
|
993
993
|
"typeDescriptions": {
|
|
994
|
-
"typeIdentifier": "t_type$_t_contract$_UUPSUtils_$
|
|
994
|
+
"typeIdentifier": "t_type$_t_contract$_UUPSUtils_$47085_$",
|
|
995
995
|
"typeString": "type(library UUPSUtils)"
|
|
996
996
|
}
|
|
997
997
|
},
|
|
998
|
-
"id":
|
|
998
|
+
"id": 47031,
|
|
999
999
|
"isConstant": false,
|
|
1000
1000
|
"isLValue": false,
|
|
1001
1001
|
"isPure": false,
|
|
@@ -1003,14 +1003,14 @@
|
|
|
1003
1003
|
"memberLocation": "1057:14:109",
|
|
1004
1004
|
"memberName": "implementation",
|
|
1005
1005
|
"nodeType": "MemberAccess",
|
|
1006
|
-
"referencedDeclaration":
|
|
1006
|
+
"referencedDeclaration": 47076,
|
|
1007
1007
|
"src": "1047:24:109",
|
|
1008
1008
|
"typeDescriptions": {
|
|
1009
1009
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
|
1010
1010
|
"typeString": "function () view returns (address)"
|
|
1011
1011
|
}
|
|
1012
1012
|
},
|
|
1013
|
-
"id":
|
|
1013
|
+
"id": 47032,
|
|
1014
1014
|
"isConstant": false,
|
|
1015
1015
|
"isLValue": false,
|
|
1016
1016
|
"isPure": false,
|
|
@@ -1032,7 +1032,7 @@
|
|
|
1032
1032
|
"arguments": [
|
|
1033
1033
|
{
|
|
1034
1034
|
"hexValue": "30",
|
|
1035
|
-
"id":
|
|
1035
|
+
"id": 47035,
|
|
1036
1036
|
"isConstant": false,
|
|
1037
1037
|
"isLValue": false,
|
|
1038
1038
|
"isPure": true,
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
"typeString": "int_const 0"
|
|
1055
1055
|
}
|
|
1056
1056
|
],
|
|
1057
|
-
"id":
|
|
1057
|
+
"id": 47034,
|
|
1058
1058
|
"isConstant": false,
|
|
1059
1059
|
"isLValue": false,
|
|
1060
1060
|
"isPure": true,
|
|
@@ -1066,14 +1066,14 @@
|
|
|
1066
1066
|
"typeString": "type(address)"
|
|
1067
1067
|
},
|
|
1068
1068
|
"typeName": {
|
|
1069
|
-
"id":
|
|
1069
|
+
"id": 47033,
|
|
1070
1070
|
"name": "address",
|
|
1071
1071
|
"nodeType": "ElementaryTypeName",
|
|
1072
1072
|
"src": "1077:7:109",
|
|
1073
1073
|
"typeDescriptions": {}
|
|
1074
1074
|
}
|
|
1075
1075
|
},
|
|
1076
|
-
"id":
|
|
1076
|
+
"id": 47036,
|
|
1077
1077
|
"isConstant": false,
|
|
1078
1078
|
"isLValue": false,
|
|
1079
1079
|
"isPure": true,
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
},
|
|
1098
1098
|
{
|
|
1099
1099
|
"hexValue": "5555505350726f78793a20616c726561647920696e697469616c697a6564",
|
|
1100
|
-
"id":
|
|
1100
|
+
"id": 47038,
|
|
1101
1101
|
"isConstant": false,
|
|
1102
1102
|
"isLValue": false,
|
|
1103
1103
|
"isPure": true,
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
"typeString": "literal_string \"UUPSProxy: already initialized\""
|
|
1124
1124
|
}
|
|
1125
1125
|
],
|
|
1126
|
-
"id":
|
|
1126
|
+
"id": 47029,
|
|
1127
1127
|
"name": "require",
|
|
1128
1128
|
"nodeType": "Identifier",
|
|
1129
1129
|
"overloadedDeclarations": [
|
|
@@ -1137,7 +1137,7 @@
|
|
|
1137
1137
|
"typeString": "function (bool,string memory) pure"
|
|
1138
1138
|
}
|
|
1139
1139
|
},
|
|
1140
|
-
"id":
|
|
1140
|
+
"id": 47039,
|
|
1141
1141
|
"isConstant": false,
|
|
1142
1142
|
"isLValue": false,
|
|
1143
1143
|
"isPure": false,
|
|
@@ -1153,7 +1153,7 @@
|
|
|
1153
1153
|
"typeString": "tuple()"
|
|
1154
1154
|
}
|
|
1155
1155
|
},
|
|
1156
|
-
"id":
|
|
1156
|
+
"id": 47040,
|
|
1157
1157
|
"nodeType": "ExpressionStatement",
|
|
1158
1158
|
"src": "1039:83:109"
|
|
1159
1159
|
},
|
|
@@ -1161,11 +1161,11 @@
|
|
|
1161
1161
|
"expression": {
|
|
1162
1162
|
"arguments": [
|
|
1163
1163
|
{
|
|
1164
|
-
"id":
|
|
1164
|
+
"id": 47044,
|
|
1165
1165
|
"name": "initialAddress",
|
|
1166
1166
|
"nodeType": "Identifier",
|
|
1167
1167
|
"overloadedDeclarations": [],
|
|
1168
|
-
"referencedDeclaration":
|
|
1168
|
+
"referencedDeclaration": 47016,
|
|
1169
1169
|
"src": "1160:14:109",
|
|
1170
1170
|
"typeDescriptions": {
|
|
1171
1171
|
"typeIdentifier": "t_address",
|
|
@@ -1181,18 +1181,18 @@
|
|
|
1181
1181
|
}
|
|
1182
1182
|
],
|
|
1183
1183
|
"expression": {
|
|
1184
|
-
"id":
|
|
1184
|
+
"id": 47041,
|
|
1185
1185
|
"name": "UUPSUtils",
|
|
1186
1186
|
"nodeType": "Identifier",
|
|
1187
1187
|
"overloadedDeclarations": [],
|
|
1188
|
-
"referencedDeclaration":
|
|
1188
|
+
"referencedDeclaration": 47085,
|
|
1189
1189
|
"src": "1132:9:109",
|
|
1190
1190
|
"typeDescriptions": {
|
|
1191
|
-
"typeIdentifier": "t_type$_t_contract$_UUPSUtils_$
|
|
1191
|
+
"typeIdentifier": "t_type$_t_contract$_UUPSUtils_$47085_$",
|
|
1192
1192
|
"typeString": "type(library UUPSUtils)"
|
|
1193
1193
|
}
|
|
1194
1194
|
},
|
|
1195
|
-
"id":
|
|
1195
|
+
"id": 47043,
|
|
1196
1196
|
"isConstant": false,
|
|
1197
1197
|
"isLValue": false,
|
|
1198
1198
|
"isPure": false,
|
|
@@ -1200,14 +1200,14 @@
|
|
|
1200
1200
|
"memberLocation": "1142:17:109",
|
|
1201
1201
|
"memberName": "setImplementation",
|
|
1202
1202
|
"nodeType": "MemberAccess",
|
|
1203
|
-
"referencedDeclaration":
|
|
1203
|
+
"referencedDeclaration": 47084,
|
|
1204
1204
|
"src": "1132:27:109",
|
|
1205
1205
|
"typeDescriptions": {
|
|
1206
1206
|
"typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$",
|
|
1207
1207
|
"typeString": "function (address)"
|
|
1208
1208
|
}
|
|
1209
1209
|
},
|
|
1210
|
-
"id":
|
|
1210
|
+
"id": 47045,
|
|
1211
1211
|
"isConstant": false,
|
|
1212
1212
|
"isLValue": false,
|
|
1213
1213
|
"isPure": false,
|
|
@@ -1223,20 +1223,20 @@
|
|
|
1223
1223
|
"typeString": "tuple()"
|
|
1224
1224
|
}
|
|
1225
1225
|
},
|
|
1226
|
-
"id":
|
|
1226
|
+
"id": 47046,
|
|
1227
1227
|
"nodeType": "ExpressionStatement",
|
|
1228
1228
|
"src": "1132:43:109"
|
|
1229
1229
|
}
|
|
1230
1230
|
]
|
|
1231
1231
|
},
|
|
1232
1232
|
"documentation": {
|
|
1233
|
-
"id":
|
|
1233
|
+
"id": 47014,
|
|
1234
1234
|
"nodeType": "StructuredDocumentation",
|
|
1235
1235
|
"src": "690:202:109",
|
|
1236
1236
|
"text": " @dev Proxy initialization function.\n This should only be called once and it is permission-less.\n @param initialAddress Initial logic contract code address to be used."
|
|
1237
1237
|
},
|
|
1238
1238
|
"functionSelector": "4a0687ef",
|
|
1239
|
-
"id":
|
|
1239
|
+
"id": 47048,
|
|
1240
1240
|
"implemented": true,
|
|
1241
1241
|
"kind": "function",
|
|
1242
1242
|
"modifiers": [],
|
|
@@ -1244,17 +1244,17 @@
|
|
|
1244
1244
|
"nameLocation": "906:15:109",
|
|
1245
1245
|
"nodeType": "FunctionDefinition",
|
|
1246
1246
|
"parameters": {
|
|
1247
|
-
"id":
|
|
1247
|
+
"id": 47017,
|
|
1248
1248
|
"nodeType": "ParameterList",
|
|
1249
1249
|
"parameters": [
|
|
1250
1250
|
{
|
|
1251
1251
|
"constant": false,
|
|
1252
|
-
"id":
|
|
1252
|
+
"id": 47016,
|
|
1253
1253
|
"mutability": "mutable",
|
|
1254
1254
|
"name": "initialAddress",
|
|
1255
1255
|
"nameLocation": "930:14:109",
|
|
1256
1256
|
"nodeType": "VariableDeclaration",
|
|
1257
|
-
"scope":
|
|
1257
|
+
"scope": 47048,
|
|
1258
1258
|
"src": "922:22:109",
|
|
1259
1259
|
"stateVariable": false,
|
|
1260
1260
|
"storageLocation": "default",
|
|
@@ -1263,7 +1263,7 @@
|
|
|
1263
1263
|
"typeString": "address"
|
|
1264
1264
|
},
|
|
1265
1265
|
"typeName": {
|
|
1266
|
-
"id":
|
|
1266
|
+
"id": 47015,
|
|
1267
1267
|
"name": "address",
|
|
1268
1268
|
"nodeType": "ElementaryTypeName",
|
|
1269
1269
|
"src": "922:7:109",
|
|
@@ -1279,12 +1279,12 @@
|
|
|
1279
1279
|
"src": "921:24:109"
|
|
1280
1280
|
},
|
|
1281
1281
|
"returnParameters": {
|
|
1282
|
-
"id":
|
|
1282
|
+
"id": 47018,
|
|
1283
1283
|
"nodeType": "ParameterList",
|
|
1284
1284
|
"parameters": [],
|
|
1285
1285
|
"src": "955:0:109"
|
|
1286
1286
|
},
|
|
1287
|
-
"scope":
|
|
1287
|
+
"scope": 47061,
|
|
1288
1288
|
"src": "897:285:109",
|
|
1289
1289
|
"stateMutability": "nonpayable",
|
|
1290
1290
|
"virtual": false,
|
|
@@ -1295,7 +1295,7 @@
|
|
|
1295
1295
|
671
|
|
1296
1296
|
],
|
|
1297
1297
|
"body": {
|
|
1298
|
-
"id":
|
|
1298
|
+
"id": 47059,
|
|
1299
1299
|
"nodeType": "Block",
|
|
1300
1300
|
"src": "1318:50:109",
|
|
1301
1301
|
"statements": [
|
|
@@ -1305,18 +1305,18 @@
|
|
|
1305
1305
|
"expression": {
|
|
1306
1306
|
"argumentTypes": [],
|
|
1307
1307
|
"expression": {
|
|
1308
|
-
"id":
|
|
1308
|
+
"id": 47055,
|
|
1309
1309
|
"name": "UUPSUtils",
|
|
1310
1310
|
"nodeType": "Identifier",
|
|
1311
1311
|
"overloadedDeclarations": [],
|
|
1312
|
-
"referencedDeclaration":
|
|
1312
|
+
"referencedDeclaration": 47085,
|
|
1313
1313
|
"src": "1335:9:109",
|
|
1314
1314
|
"typeDescriptions": {
|
|
1315
|
-
"typeIdentifier": "t_type$_t_contract$_UUPSUtils_$
|
|
1315
|
+
"typeIdentifier": "t_type$_t_contract$_UUPSUtils_$47085_$",
|
|
1316
1316
|
"typeString": "type(library UUPSUtils)"
|
|
1317
1317
|
}
|
|
1318
1318
|
},
|
|
1319
|
-
"id":
|
|
1319
|
+
"id": 47056,
|
|
1320
1320
|
"isConstant": false,
|
|
1321
1321
|
"isLValue": false,
|
|
1322
1322
|
"isPure": false,
|
|
@@ -1324,14 +1324,14 @@
|
|
|
1324
1324
|
"memberLocation": "1345:14:109",
|
|
1325
1325
|
"memberName": "implementation",
|
|
1326
1326
|
"nodeType": "MemberAccess",
|
|
1327
|
-
"referencedDeclaration":
|
|
1327
|
+
"referencedDeclaration": 47076,
|
|
1328
1328
|
"src": "1335:24:109",
|
|
1329
1329
|
"typeDescriptions": {
|
|
1330
1330
|
"typeIdentifier": "t_function_internal_view$__$returns$_t_address_$",
|
|
1331
1331
|
"typeString": "function () view returns (address)"
|
|
1332
1332
|
}
|
|
1333
1333
|
},
|
|
1334
|
-
"id":
|
|
1334
|
+
"id": 47057,
|
|
1335
1335
|
"isConstant": false,
|
|
1336
1336
|
"isLValue": false,
|
|
1337
1337
|
"isPure": false,
|
|
@@ -1347,20 +1347,20 @@
|
|
|
1347
1347
|
"typeString": "address"
|
|
1348
1348
|
}
|
|
1349
1349
|
},
|
|
1350
|
-
"functionReturnParameters":
|
|
1351
|
-
"id":
|
|
1350
|
+
"functionReturnParameters": 47054,
|
|
1351
|
+
"id": 47058,
|
|
1352
1352
|
"nodeType": "Return",
|
|
1353
1353
|
"src": "1328:33:109"
|
|
1354
1354
|
}
|
|
1355
1355
|
]
|
|
1356
1356
|
},
|
|
1357
1357
|
"documentation": {
|
|
1358
|
-
"id":
|
|
1358
|
+
"id": 47049,
|
|
1359
1359
|
"nodeType": "StructuredDocumentation",
|
|
1360
1360
|
"src": "1188:45:109",
|
|
1361
1361
|
"text": "@dev Proxy._implementation implementation"
|
|
1362
1362
|
},
|
|
1363
|
-
"id":
|
|
1363
|
+
"id": 47060,
|
|
1364
1364
|
"implemented": true,
|
|
1365
1365
|
"kind": "function",
|
|
1366
1366
|
"modifiers": [],
|
|
@@ -1368,29 +1368,29 @@
|
|
|
1368
1368
|
"nameLocation": "1247:15:109",
|
|
1369
1369
|
"nodeType": "FunctionDefinition",
|
|
1370
1370
|
"overrides": {
|
|
1371
|
-
"id":
|
|
1371
|
+
"id": 47051,
|
|
1372
1372
|
"nodeType": "OverrideSpecifier",
|
|
1373
1373
|
"overrides": [],
|
|
1374
1374
|
"src": "1282:8:109"
|
|
1375
1375
|
},
|
|
1376
1376
|
"parameters": {
|
|
1377
|
-
"id":
|
|
1377
|
+
"id": 47050,
|
|
1378
1378
|
"nodeType": "ParameterList",
|
|
1379
1379
|
"parameters": [],
|
|
1380
1380
|
"src": "1262:2:109"
|
|
1381
1381
|
},
|
|
1382
1382
|
"returnParameters": {
|
|
1383
|
-
"id":
|
|
1383
|
+
"id": 47054,
|
|
1384
1384
|
"nodeType": "ParameterList",
|
|
1385
1385
|
"parameters": [
|
|
1386
1386
|
{
|
|
1387
1387
|
"constant": false,
|
|
1388
|
-
"id":
|
|
1388
|
+
"id": 47053,
|
|
1389
1389
|
"mutability": "mutable",
|
|
1390
1390
|
"name": "",
|
|
1391
1391
|
"nameLocation": "-1:-1:-1",
|
|
1392
1392
|
"nodeType": "VariableDeclaration",
|
|
1393
|
-
"scope":
|
|
1393
|
+
"scope": 47060,
|
|
1394
1394
|
"src": "1305:7:109",
|
|
1395
1395
|
"stateVariable": false,
|
|
1396
1396
|
"storageLocation": "default",
|
|
@@ -1399,7 +1399,7 @@
|
|
|
1399
1399
|
"typeString": "address"
|
|
1400
1400
|
},
|
|
1401
1401
|
"typeName": {
|
|
1402
|
-
"id":
|
|
1402
|
+
"id": 47052,
|
|
1403
1403
|
"name": "address",
|
|
1404
1404
|
"nodeType": "ElementaryTypeName",
|
|
1405
1405
|
"src": "1305:7:109",
|
|
@@ -1414,14 +1414,14 @@
|
|
|
1414
1414
|
],
|
|
1415
1415
|
"src": "1304:9:109"
|
|
1416
1416
|
},
|
|
1417
|
-
"scope":
|
|
1417
|
+
"scope": 47061,
|
|
1418
1418
|
"src": "1238:130:109",
|
|
1419
1419
|
"stateMutability": "view",
|
|
1420
1420
|
"virtual": true,
|
|
1421
1421
|
"visibility": "internal"
|
|
1422
1422
|
}
|
|
1423
1423
|
],
|
|
1424
|
-
"scope":
|
|
1424
|
+
"scope": 47062,
|
|
1425
1425
|
"src": "655:716:109",
|
|
1426
1426
|
"usedErrors": []
|
|
1427
1427
|
}
|
|
@@ -1434,7 +1434,7 @@
|
|
|
1434
1434
|
},
|
|
1435
1435
|
"networks": {},
|
|
1436
1436
|
"schemaVersion": "3.4.13",
|
|
1437
|
-
"updatedAt": "2023-
|
|
1437
|
+
"updatedAt": "2023-08-03T14:52:18.709Z",
|
|
1438
1438
|
"devdoc": {
|
|
1439
1439
|
"kind": "dev",
|
|
1440
1440
|
"methods": {
|