@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
|
@@ -604,21 +604,21 @@
|
|
|
604
604
|
"absolutePath": "project:/contracts/interfaces/superfluid/IConstantOutflowNFT.sol",
|
|
605
605
|
"exportedSymbols": {
|
|
606
606
|
"IConstantOutflowNFT": [
|
|
607
|
-
|
|
607
|
+
23700
|
|
608
608
|
],
|
|
609
609
|
"IFlowNFTBase": [
|
|
610
|
-
|
|
610
|
+
23774
|
|
611
611
|
],
|
|
612
612
|
"ISuperfluidToken": [
|
|
613
|
-
|
|
613
|
+
25466
|
|
614
614
|
]
|
|
615
615
|
},
|
|
616
|
-
"id":
|
|
616
|
+
"id": 23701,
|
|
617
617
|
"license": "MIT",
|
|
618
618
|
"nodeType": "SourceUnit",
|
|
619
619
|
"nodes": [
|
|
620
620
|
{
|
|
621
|
-
"id":
|
|
621
|
+
"id": 23648,
|
|
622
622
|
"literals": [
|
|
623
623
|
"solidity",
|
|
624
624
|
">=",
|
|
@@ -631,20 +631,20 @@
|
|
|
631
631
|
{
|
|
632
632
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
|
|
633
633
|
"file": "./ISuperfluidToken.sol",
|
|
634
|
-
"id":
|
|
634
|
+
"id": 23650,
|
|
635
635
|
"nameLocation": "-1:-1:-1",
|
|
636
636
|
"nodeType": "ImportDirective",
|
|
637
|
-
"scope":
|
|
638
|
-
"sourceUnit":
|
|
637
|
+
"scope": 23701,
|
|
638
|
+
"sourceUnit": 25467,
|
|
639
639
|
"src": "58:58:47",
|
|
640
640
|
"symbolAliases": [
|
|
641
641
|
{
|
|
642
642
|
"foreign": {
|
|
643
|
-
"id":
|
|
643
|
+
"id": 23649,
|
|
644
644
|
"name": "ISuperfluidToken",
|
|
645
645
|
"nodeType": "Identifier",
|
|
646
646
|
"overloadedDeclarations": [],
|
|
647
|
-
"referencedDeclaration":
|
|
647
|
+
"referencedDeclaration": 25466,
|
|
648
648
|
"src": "67:16:47",
|
|
649
649
|
"typeDescriptions": {}
|
|
650
650
|
},
|
|
@@ -656,20 +656,20 @@
|
|
|
656
656
|
{
|
|
657
657
|
"absolutePath": "project:/contracts/interfaces/superfluid/IFlowNFTBase.sol",
|
|
658
658
|
"file": "./IFlowNFTBase.sol",
|
|
659
|
-
"id":
|
|
659
|
+
"id": 23652,
|
|
660
660
|
"nameLocation": "-1:-1:-1",
|
|
661
661
|
"nodeType": "ImportDirective",
|
|
662
|
-
"scope":
|
|
663
|
-
"sourceUnit":
|
|
662
|
+
"scope": 23701,
|
|
663
|
+
"sourceUnit": 23775,
|
|
664
664
|
"src": "117:50:47",
|
|
665
665
|
"symbolAliases": [
|
|
666
666
|
{
|
|
667
667
|
"foreign": {
|
|
668
|
-
"id":
|
|
668
|
+
"id": 23651,
|
|
669
669
|
"name": "IFlowNFTBase",
|
|
670
670
|
"nodeType": "Identifier",
|
|
671
671
|
"overloadedDeclarations": [],
|
|
672
|
-
"referencedDeclaration":
|
|
672
|
+
"referencedDeclaration": 23774,
|
|
673
673
|
"src": "126:12:47",
|
|
674
674
|
"typeDescriptions": {}
|
|
675
675
|
},
|
|
@@ -683,16 +683,16 @@
|
|
|
683
683
|
"baseContracts": [
|
|
684
684
|
{
|
|
685
685
|
"baseName": {
|
|
686
|
-
"id":
|
|
686
|
+
"id": 23653,
|
|
687
687
|
"name": "IFlowNFTBase",
|
|
688
688
|
"nameLocations": [
|
|
689
689
|
"202:12:47"
|
|
690
690
|
],
|
|
691
691
|
"nodeType": "IdentifierPath",
|
|
692
|
-
"referencedDeclaration":
|
|
692
|
+
"referencedDeclaration": 23774,
|
|
693
693
|
"src": "202:12:47"
|
|
694
694
|
},
|
|
695
|
-
"id":
|
|
695
|
+
"id": 23654,
|
|
696
696
|
"nodeType": "InheritanceSpecifier",
|
|
697
697
|
"src": "202:12:47"
|
|
698
698
|
}
|
|
@@ -701,10 +701,10 @@
|
|
|
701
701
|
"contractDependencies": [],
|
|
702
702
|
"contractKind": "interface",
|
|
703
703
|
"fullyImplemented": false,
|
|
704
|
-
"id":
|
|
704
|
+
"id": 23700,
|
|
705
705
|
"linearizedBaseContracts": [
|
|
706
|
-
|
|
707
|
-
|
|
706
|
+
23700,
|
|
707
|
+
23774,
|
|
708
708
|
2025,
|
|
709
709
|
1998,
|
|
710
710
|
2850
|
|
@@ -715,12 +715,12 @@
|
|
|
715
715
|
"nodes": [
|
|
716
716
|
{
|
|
717
717
|
"errorSelector": "6de98774",
|
|
718
|
-
"id":
|
|
718
|
+
"id": 23656,
|
|
719
719
|
"name": "COF_NFT_INVALID_SUPER_TOKEN",
|
|
720
720
|
"nameLocation": "409:27:47",
|
|
721
721
|
"nodeType": "ErrorDefinition",
|
|
722
722
|
"parameters": {
|
|
723
|
-
"id":
|
|
723
|
+
"id": 23655,
|
|
724
724
|
"nodeType": "ParameterList",
|
|
725
725
|
"parameters": [],
|
|
726
726
|
"src": "436:2:47"
|
|
@@ -729,12 +729,12 @@
|
|
|
729
729
|
},
|
|
730
730
|
{
|
|
731
731
|
"errorSelector": "a07fa909",
|
|
732
|
-
"id":
|
|
732
|
+
"id": 23658,
|
|
733
733
|
"name": "COF_NFT_MINT_TO_AND_FLOW_RECEIVER_SAME",
|
|
734
734
|
"nameLocation": "475:38:47",
|
|
735
735
|
"nodeType": "ErrorDefinition",
|
|
736
736
|
"parameters": {
|
|
737
|
-
"id":
|
|
737
|
+
"id": 23657,
|
|
738
738
|
"nodeType": "ParameterList",
|
|
739
739
|
"parameters": [],
|
|
740
740
|
"src": "513:2:47"
|
|
@@ -743,12 +743,12 @@
|
|
|
743
743
|
},
|
|
744
744
|
{
|
|
745
745
|
"errorSelector": "43d05e51",
|
|
746
|
-
"id":
|
|
746
|
+
"id": 23660,
|
|
747
747
|
"name": "COF_NFT_MINT_TO_ZERO_ADDRESS",
|
|
748
748
|
"nameLocation": "541:28:47",
|
|
749
749
|
"nodeType": "ErrorDefinition",
|
|
750
750
|
"parameters": {
|
|
751
|
-
"id":
|
|
751
|
+
"id": 23659,
|
|
752
752
|
"nodeType": "ParameterList",
|
|
753
753
|
"parameters": [],
|
|
754
754
|
"src": "569:2:47"
|
|
@@ -757,12 +757,12 @@
|
|
|
757
757
|
},
|
|
758
758
|
{
|
|
759
759
|
"errorSelector": "a495a718",
|
|
760
|
-
"id":
|
|
760
|
+
"id": 23662,
|
|
761
761
|
"name": "COF_NFT_ONLY_CONSTANT_INFLOW",
|
|
762
762
|
"nameLocation": "607:28:47",
|
|
763
763
|
"nodeType": "ErrorDefinition",
|
|
764
764
|
"parameters": {
|
|
765
|
-
"id":
|
|
765
|
+
"id": 23661,
|
|
766
766
|
"nodeType": "ParameterList",
|
|
767
767
|
"parameters": [],
|
|
768
768
|
"src": "635:2:47"
|
|
@@ -771,12 +771,12 @@
|
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
773
|
"errorSelector": "d367b64f",
|
|
774
|
-
"id":
|
|
774
|
+
"id": 23664,
|
|
775
775
|
"name": "COF_NFT_ONLY_FLOW_AGREEMENTS",
|
|
776
776
|
"nameLocation": "673:28:47",
|
|
777
777
|
"nodeType": "ErrorDefinition",
|
|
778
778
|
"parameters": {
|
|
779
|
-
"id":
|
|
779
|
+
"id": 23663,
|
|
780
780
|
"nodeType": "ParameterList",
|
|
781
781
|
"parameters": [],
|
|
782
782
|
"src": "701:2:47"
|
|
@@ -785,12 +785,12 @@
|
|
|
785
785
|
},
|
|
786
786
|
{
|
|
787
787
|
"errorSelector": "e2480183",
|
|
788
|
-
"id":
|
|
788
|
+
"id": 23666,
|
|
789
789
|
"name": "COF_NFT_TOKEN_ALREADY_EXISTS",
|
|
790
790
|
"nameLocation": "739:28:47",
|
|
791
791
|
"nodeType": "ErrorDefinition",
|
|
792
792
|
"parameters": {
|
|
793
|
-
"id":
|
|
793
|
+
"id": 23665,
|
|
794
794
|
"nodeType": "ParameterList",
|
|
795
795
|
"parameters": [],
|
|
796
796
|
"src": "767:2:47"
|
|
@@ -799,13 +799,13 @@
|
|
|
799
799
|
},
|
|
800
800
|
{
|
|
801
801
|
"documentation": {
|
|
802
|
-
"id":
|
|
802
|
+
"id": 23667,
|
|
803
803
|
"nodeType": "StructuredDocumentation",
|
|
804
804
|
"src": "985:227:47",
|
|
805
805
|
"text": "@notice The onCreate function is called when a new flow is created.\n @param token the super token passed from the CFA (flowVars)\n @param flowSender the flow sender\n @param flowReceiver the flow receiver"
|
|
806
806
|
},
|
|
807
807
|
"functionSelector": "f7e3d983",
|
|
808
|
-
"id":
|
|
808
|
+
"id": 23677,
|
|
809
809
|
"implemented": false,
|
|
810
810
|
"kind": "function",
|
|
811
811
|
"modifiers": [],
|
|
@@ -813,41 +813,41 @@
|
|
|
813
813
|
"nameLocation": "1226:8:47",
|
|
814
814
|
"nodeType": "FunctionDefinition",
|
|
815
815
|
"parameters": {
|
|
816
|
-
"id":
|
|
816
|
+
"id": 23675,
|
|
817
817
|
"nodeType": "ParameterList",
|
|
818
818
|
"parameters": [
|
|
819
819
|
{
|
|
820
820
|
"constant": false,
|
|
821
|
-
"id":
|
|
821
|
+
"id": 23670,
|
|
822
822
|
"mutability": "mutable",
|
|
823
823
|
"name": "token",
|
|
824
824
|
"nameLocation": "1252:5:47",
|
|
825
825
|
"nodeType": "VariableDeclaration",
|
|
826
|
-
"scope":
|
|
826
|
+
"scope": 23677,
|
|
827
827
|
"src": "1235:22:47",
|
|
828
828
|
"stateVariable": false,
|
|
829
829
|
"storageLocation": "default",
|
|
830
830
|
"typeDescriptions": {
|
|
831
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
831
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
832
832
|
"typeString": "contract ISuperfluidToken"
|
|
833
833
|
},
|
|
834
834
|
"typeName": {
|
|
835
|
-
"id":
|
|
835
|
+
"id": 23669,
|
|
836
836
|
"nodeType": "UserDefinedTypeName",
|
|
837
837
|
"pathNode": {
|
|
838
|
-
"id":
|
|
838
|
+
"id": 23668,
|
|
839
839
|
"name": "ISuperfluidToken",
|
|
840
840
|
"nameLocations": [
|
|
841
841
|
"1235:16:47"
|
|
842
842
|
],
|
|
843
843
|
"nodeType": "IdentifierPath",
|
|
844
|
-
"referencedDeclaration":
|
|
844
|
+
"referencedDeclaration": 25466,
|
|
845
845
|
"src": "1235:16:47"
|
|
846
846
|
},
|
|
847
|
-
"referencedDeclaration":
|
|
847
|
+
"referencedDeclaration": 25466,
|
|
848
848
|
"src": "1235:16:47",
|
|
849
849
|
"typeDescriptions": {
|
|
850
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
850
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
851
851
|
"typeString": "contract ISuperfluidToken"
|
|
852
852
|
}
|
|
853
853
|
},
|
|
@@ -855,12 +855,12 @@
|
|
|
855
855
|
},
|
|
856
856
|
{
|
|
857
857
|
"constant": false,
|
|
858
|
-
"id":
|
|
858
|
+
"id": 23672,
|
|
859
859
|
"mutability": "mutable",
|
|
860
860
|
"name": "flowSender",
|
|
861
861
|
"nameLocation": "1267:10:47",
|
|
862
862
|
"nodeType": "VariableDeclaration",
|
|
863
|
-
"scope":
|
|
863
|
+
"scope": 23677,
|
|
864
864
|
"src": "1259:18:47",
|
|
865
865
|
"stateVariable": false,
|
|
866
866
|
"storageLocation": "default",
|
|
@@ -869,7 +869,7 @@
|
|
|
869
869
|
"typeString": "address"
|
|
870
870
|
},
|
|
871
871
|
"typeName": {
|
|
872
|
-
"id":
|
|
872
|
+
"id": 23671,
|
|
873
873
|
"name": "address",
|
|
874
874
|
"nodeType": "ElementaryTypeName",
|
|
875
875
|
"src": "1259:7:47",
|
|
@@ -883,12 +883,12 @@
|
|
|
883
883
|
},
|
|
884
884
|
{
|
|
885
885
|
"constant": false,
|
|
886
|
-
"id":
|
|
886
|
+
"id": 23674,
|
|
887
887
|
"mutability": "mutable",
|
|
888
888
|
"name": "flowReceiver",
|
|
889
889
|
"nameLocation": "1287:12:47",
|
|
890
890
|
"nodeType": "VariableDeclaration",
|
|
891
|
-
"scope":
|
|
891
|
+
"scope": 23677,
|
|
892
892
|
"src": "1279:20:47",
|
|
893
893
|
"stateVariable": false,
|
|
894
894
|
"storageLocation": "default",
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"typeString": "address"
|
|
898
898
|
},
|
|
899
899
|
"typeName": {
|
|
900
|
-
"id":
|
|
900
|
+
"id": 23673,
|
|
901
901
|
"name": "address",
|
|
902
902
|
"nodeType": "ElementaryTypeName",
|
|
903
903
|
"src": "1279:7:47",
|
|
@@ -913,12 +913,12 @@
|
|
|
913
913
|
"src": "1234:66:47"
|
|
914
914
|
},
|
|
915
915
|
"returnParameters": {
|
|
916
|
-
"id":
|
|
916
|
+
"id": 23676,
|
|
917
917
|
"nodeType": "ParameterList",
|
|
918
918
|
"parameters": [],
|
|
919
919
|
"src": "1309:0:47"
|
|
920
920
|
},
|
|
921
|
-
"scope":
|
|
921
|
+
"scope": 23700,
|
|
922
922
|
"src": "1217:93:47",
|
|
923
923
|
"stateMutability": "nonpayable",
|
|
924
924
|
"virtual": false,
|
|
@@ -926,13 +926,13 @@
|
|
|
926
926
|
},
|
|
927
927
|
{
|
|
928
928
|
"documentation": {
|
|
929
|
-
"id":
|
|
929
|
+
"id": 23678,
|
|
930
930
|
"nodeType": "StructuredDocumentation",
|
|
931
931
|
"src": "1316:223:47",
|
|
932
932
|
"text": "@notice The onUpdate function is called when a flow is updated.\n @param token the super token passed from the CFA (flowVars)\n @param flowSender the flow sender\n @param flowReceiver the flow receiver"
|
|
933
933
|
},
|
|
934
934
|
"functionSelector": "eb54a7ca",
|
|
935
|
-
"id":
|
|
935
|
+
"id": 23688,
|
|
936
936
|
"implemented": false,
|
|
937
937
|
"kind": "function",
|
|
938
938
|
"modifiers": [],
|
|
@@ -940,41 +940,41 @@
|
|
|
940
940
|
"nameLocation": "1553:8:47",
|
|
941
941
|
"nodeType": "FunctionDefinition",
|
|
942
942
|
"parameters": {
|
|
943
|
-
"id":
|
|
943
|
+
"id": 23686,
|
|
944
944
|
"nodeType": "ParameterList",
|
|
945
945
|
"parameters": [
|
|
946
946
|
{
|
|
947
947
|
"constant": false,
|
|
948
|
-
"id":
|
|
948
|
+
"id": 23681,
|
|
949
949
|
"mutability": "mutable",
|
|
950
950
|
"name": "token",
|
|
951
951
|
"nameLocation": "1579:5:47",
|
|
952
952
|
"nodeType": "VariableDeclaration",
|
|
953
|
-
"scope":
|
|
953
|
+
"scope": 23688,
|
|
954
954
|
"src": "1562:22:47",
|
|
955
955
|
"stateVariable": false,
|
|
956
956
|
"storageLocation": "default",
|
|
957
957
|
"typeDescriptions": {
|
|
958
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
958
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
959
959
|
"typeString": "contract ISuperfluidToken"
|
|
960
960
|
},
|
|
961
961
|
"typeName": {
|
|
962
|
-
"id":
|
|
962
|
+
"id": 23680,
|
|
963
963
|
"nodeType": "UserDefinedTypeName",
|
|
964
964
|
"pathNode": {
|
|
965
|
-
"id":
|
|
965
|
+
"id": 23679,
|
|
966
966
|
"name": "ISuperfluidToken",
|
|
967
967
|
"nameLocations": [
|
|
968
968
|
"1562:16:47"
|
|
969
969
|
],
|
|
970
970
|
"nodeType": "IdentifierPath",
|
|
971
|
-
"referencedDeclaration":
|
|
971
|
+
"referencedDeclaration": 25466,
|
|
972
972
|
"src": "1562:16:47"
|
|
973
973
|
},
|
|
974
|
-
"referencedDeclaration":
|
|
974
|
+
"referencedDeclaration": 25466,
|
|
975
975
|
"src": "1562:16:47",
|
|
976
976
|
"typeDescriptions": {
|
|
977
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
977
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
978
978
|
"typeString": "contract ISuperfluidToken"
|
|
979
979
|
}
|
|
980
980
|
},
|
|
@@ -982,12 +982,12 @@
|
|
|
982
982
|
},
|
|
983
983
|
{
|
|
984
984
|
"constant": false,
|
|
985
|
-
"id":
|
|
985
|
+
"id": 23683,
|
|
986
986
|
"mutability": "mutable",
|
|
987
987
|
"name": "flowSender",
|
|
988
988
|
"nameLocation": "1594:10:47",
|
|
989
989
|
"nodeType": "VariableDeclaration",
|
|
990
|
-
"scope":
|
|
990
|
+
"scope": 23688,
|
|
991
991
|
"src": "1586:18:47",
|
|
992
992
|
"stateVariable": false,
|
|
993
993
|
"storageLocation": "default",
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
"typeString": "address"
|
|
997
997
|
},
|
|
998
998
|
"typeName": {
|
|
999
|
-
"id":
|
|
999
|
+
"id": 23682,
|
|
1000
1000
|
"name": "address",
|
|
1001
1001
|
"nodeType": "ElementaryTypeName",
|
|
1002
1002
|
"src": "1586:7:47",
|
|
@@ -1010,12 +1010,12 @@
|
|
|
1010
1010
|
},
|
|
1011
1011
|
{
|
|
1012
1012
|
"constant": false,
|
|
1013
|
-
"id":
|
|
1013
|
+
"id": 23685,
|
|
1014
1014
|
"mutability": "mutable",
|
|
1015
1015
|
"name": "flowReceiver",
|
|
1016
1016
|
"nameLocation": "1614:12:47",
|
|
1017
1017
|
"nodeType": "VariableDeclaration",
|
|
1018
|
-
"scope":
|
|
1018
|
+
"scope": 23688,
|
|
1019
1019
|
"src": "1606:20:47",
|
|
1020
1020
|
"stateVariable": false,
|
|
1021
1021
|
"storageLocation": "default",
|
|
@@ -1024,7 +1024,7 @@
|
|
|
1024
1024
|
"typeString": "address"
|
|
1025
1025
|
},
|
|
1026
1026
|
"typeName": {
|
|
1027
|
-
"id":
|
|
1027
|
+
"id": 23684,
|
|
1028
1028
|
"name": "address",
|
|
1029
1029
|
"nodeType": "ElementaryTypeName",
|
|
1030
1030
|
"src": "1606:7:47",
|
|
@@ -1040,12 +1040,12 @@
|
|
|
1040
1040
|
"src": "1561:66:47"
|
|
1041
1041
|
},
|
|
1042
1042
|
"returnParameters": {
|
|
1043
|
-
"id":
|
|
1043
|
+
"id": 23687,
|
|
1044
1044
|
"nodeType": "ParameterList",
|
|
1045
1045
|
"parameters": [],
|
|
1046
1046
|
"src": "1636:0:47"
|
|
1047
1047
|
},
|
|
1048
|
-
"scope":
|
|
1048
|
+
"scope": 23700,
|
|
1049
1049
|
"src": "1544:93:47",
|
|
1050
1050
|
"stateMutability": "nonpayable",
|
|
1051
1051
|
"virtual": false,
|
|
@@ -1053,13 +1053,13 @@
|
|
|
1053
1053
|
},
|
|
1054
1054
|
{
|
|
1055
1055
|
"documentation": {
|
|
1056
|
-
"id":
|
|
1056
|
+
"id": 23689,
|
|
1057
1057
|
"nodeType": "StructuredDocumentation",
|
|
1058
1058
|
"src": "1643:223:47",
|
|
1059
1059
|
"text": "@notice The onDelete function is called when a flow is deleted.\n @param token the super token passed from the CFA (flowVars)\n @param flowSender the flow sender\n @param flowReceiver the flow receiver"
|
|
1060
1060
|
},
|
|
1061
1061
|
"functionSelector": "ef1f0237",
|
|
1062
|
-
"id":
|
|
1062
|
+
"id": 23699,
|
|
1063
1063
|
"implemented": false,
|
|
1064
1064
|
"kind": "function",
|
|
1065
1065
|
"modifiers": [],
|
|
@@ -1067,41 +1067,41 @@
|
|
|
1067
1067
|
"nameLocation": "1880:8:47",
|
|
1068
1068
|
"nodeType": "FunctionDefinition",
|
|
1069
1069
|
"parameters": {
|
|
1070
|
-
"id":
|
|
1070
|
+
"id": 23697,
|
|
1071
1071
|
"nodeType": "ParameterList",
|
|
1072
1072
|
"parameters": [
|
|
1073
1073
|
{
|
|
1074
1074
|
"constant": false,
|
|
1075
|
-
"id":
|
|
1075
|
+
"id": 23692,
|
|
1076
1076
|
"mutability": "mutable",
|
|
1077
1077
|
"name": "token",
|
|
1078
1078
|
"nameLocation": "1906:5:47",
|
|
1079
1079
|
"nodeType": "VariableDeclaration",
|
|
1080
|
-
"scope":
|
|
1080
|
+
"scope": 23699,
|
|
1081
1081
|
"src": "1889:22:47",
|
|
1082
1082
|
"stateVariable": false,
|
|
1083
1083
|
"storageLocation": "default",
|
|
1084
1084
|
"typeDescriptions": {
|
|
1085
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1085
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1086
1086
|
"typeString": "contract ISuperfluidToken"
|
|
1087
1087
|
},
|
|
1088
1088
|
"typeName": {
|
|
1089
|
-
"id":
|
|
1089
|
+
"id": 23691,
|
|
1090
1090
|
"nodeType": "UserDefinedTypeName",
|
|
1091
1091
|
"pathNode": {
|
|
1092
|
-
"id":
|
|
1092
|
+
"id": 23690,
|
|
1093
1093
|
"name": "ISuperfluidToken",
|
|
1094
1094
|
"nameLocations": [
|
|
1095
1095
|
"1889:16:47"
|
|
1096
1096
|
],
|
|
1097
1097
|
"nodeType": "IdentifierPath",
|
|
1098
|
-
"referencedDeclaration":
|
|
1098
|
+
"referencedDeclaration": 25466,
|
|
1099
1099
|
"src": "1889:16:47"
|
|
1100
1100
|
},
|
|
1101
|
-
"referencedDeclaration":
|
|
1101
|
+
"referencedDeclaration": 25466,
|
|
1102
1102
|
"src": "1889:16:47",
|
|
1103
1103
|
"typeDescriptions": {
|
|
1104
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1104
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1105
1105
|
"typeString": "contract ISuperfluidToken"
|
|
1106
1106
|
}
|
|
1107
1107
|
},
|
|
@@ -1109,12 +1109,12 @@
|
|
|
1109
1109
|
},
|
|
1110
1110
|
{
|
|
1111
1111
|
"constant": false,
|
|
1112
|
-
"id":
|
|
1112
|
+
"id": 23694,
|
|
1113
1113
|
"mutability": "mutable",
|
|
1114
1114
|
"name": "flowSender",
|
|
1115
1115
|
"nameLocation": "1921:10:47",
|
|
1116
1116
|
"nodeType": "VariableDeclaration",
|
|
1117
|
-
"scope":
|
|
1117
|
+
"scope": 23699,
|
|
1118
1118
|
"src": "1913:18:47",
|
|
1119
1119
|
"stateVariable": false,
|
|
1120
1120
|
"storageLocation": "default",
|
|
@@ -1123,7 +1123,7 @@
|
|
|
1123
1123
|
"typeString": "address"
|
|
1124
1124
|
},
|
|
1125
1125
|
"typeName": {
|
|
1126
|
-
"id":
|
|
1126
|
+
"id": 23693,
|
|
1127
1127
|
"name": "address",
|
|
1128
1128
|
"nodeType": "ElementaryTypeName",
|
|
1129
1129
|
"src": "1913:7:47",
|
|
@@ -1137,12 +1137,12 @@
|
|
|
1137
1137
|
},
|
|
1138
1138
|
{
|
|
1139
1139
|
"constant": false,
|
|
1140
|
-
"id":
|
|
1140
|
+
"id": 23696,
|
|
1141
1141
|
"mutability": "mutable",
|
|
1142
1142
|
"name": "flowReceiver",
|
|
1143
1143
|
"nameLocation": "1941:12:47",
|
|
1144
1144
|
"nodeType": "VariableDeclaration",
|
|
1145
|
-
"scope":
|
|
1145
|
+
"scope": 23699,
|
|
1146
1146
|
"src": "1933:20:47",
|
|
1147
1147
|
"stateVariable": false,
|
|
1148
1148
|
"storageLocation": "default",
|
|
@@ -1151,7 +1151,7 @@
|
|
|
1151
1151
|
"typeString": "address"
|
|
1152
1152
|
},
|
|
1153
1153
|
"typeName": {
|
|
1154
|
-
"id":
|
|
1154
|
+
"id": 23695,
|
|
1155
1155
|
"name": "address",
|
|
1156
1156
|
"nodeType": "ElementaryTypeName",
|
|
1157
1157
|
"src": "1933:7:47",
|
|
@@ -1167,36 +1167,36 @@
|
|
|
1167
1167
|
"src": "1888:66:47"
|
|
1168
1168
|
},
|
|
1169
1169
|
"returnParameters": {
|
|
1170
|
-
"id":
|
|
1170
|
+
"id": 23698,
|
|
1171
1171
|
"nodeType": "ParameterList",
|
|
1172
1172
|
"parameters": [],
|
|
1173
1173
|
"src": "1963:0:47"
|
|
1174
1174
|
},
|
|
1175
|
-
"scope":
|
|
1175
|
+
"scope": 23700,
|
|
1176
1176
|
"src": "1871:93:47",
|
|
1177
1177
|
"stateMutability": "nonpayable",
|
|
1178
1178
|
"virtual": false,
|
|
1179
1179
|
"visibility": "external"
|
|
1180
1180
|
}
|
|
1181
1181
|
],
|
|
1182
|
-
"scope":
|
|
1182
|
+
"scope": 23701,
|
|
1183
1183
|
"src": "169:1797:47",
|
|
1184
1184
|
"usedErrors": [
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1185
|
+
23656,
|
|
1186
|
+
23658,
|
|
1187
|
+
23660,
|
|
1188
|
+
23662,
|
|
1189
|
+
23664,
|
|
1190
|
+
23666,
|
|
1191
|
+
23719,
|
|
1192
|
+
23721,
|
|
1193
|
+
23723,
|
|
1194
|
+
23725,
|
|
1195
|
+
23727,
|
|
1196
|
+
23729,
|
|
1197
|
+
23731,
|
|
1198
|
+
23733,
|
|
1199
|
+
23735
|
|
1200
1200
|
]
|
|
1201
1201
|
}
|
|
1202
1202
|
],
|
|
@@ -1208,7 +1208,7 @@
|
|
|
1208
1208
|
},
|
|
1209
1209
|
"networks": {},
|
|
1210
1210
|
"schemaVersion": "3.4.13",
|
|
1211
|
-
"updatedAt": "2023-
|
|
1211
|
+
"updatedAt": "2023-08-03T14:52:18.055Z",
|
|
1212
1212
|
"devdoc": {
|
|
1213
1213
|
"events": {
|
|
1214
1214
|
"Approval(address,address,uint256)": {
|