@superfluid-finance/ethereum-contracts 1.7.2-dev.c99f6f9.0 → 1.7.2-dev.dae8ea5.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
|
@@ -541,21 +541,21 @@
|
|
|
541
541
|
"absolutePath": "project:/contracts/interfaces/superfluid/IConstantInflowNFT.sol",
|
|
542
542
|
"exportedSymbols": {
|
|
543
543
|
"IConstantInflowNFT": [
|
|
544
|
-
|
|
544
|
+
23646
|
|
545
545
|
],
|
|
546
546
|
"IFlowNFTBase": [
|
|
547
|
-
|
|
547
|
+
23774
|
|
548
548
|
],
|
|
549
549
|
"ISuperToken": [
|
|
550
|
-
|
|
550
|
+
24397
|
|
551
551
|
]
|
|
552
552
|
},
|
|
553
|
-
"id":
|
|
553
|
+
"id": 23647,
|
|
554
554
|
"license": "MIT",
|
|
555
555
|
"nodeType": "SourceUnit",
|
|
556
556
|
"nodes": [
|
|
557
557
|
{
|
|
558
|
-
"id":
|
|
558
|
+
"id": 23623,
|
|
559
559
|
"literals": [
|
|
560
560
|
"solidity",
|
|
561
561
|
">=",
|
|
@@ -568,20 +568,20 @@
|
|
|
568
568
|
{
|
|
569
569
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
570
570
|
"file": "./ISuperToken.sol",
|
|
571
|
-
"id":
|
|
571
|
+
"id": 23625,
|
|
572
572
|
"nameLocation": "-1:-1:-1",
|
|
573
573
|
"nodeType": "ImportDirective",
|
|
574
|
-
"scope":
|
|
575
|
-
"sourceUnit":
|
|
574
|
+
"scope": 23647,
|
|
575
|
+
"sourceUnit": 24398,
|
|
576
576
|
"src": "58:48:46",
|
|
577
577
|
"symbolAliases": [
|
|
578
578
|
{
|
|
579
579
|
"foreign": {
|
|
580
|
-
"id":
|
|
580
|
+
"id": 23624,
|
|
581
581
|
"name": "ISuperToken",
|
|
582
582
|
"nodeType": "Identifier",
|
|
583
583
|
"overloadedDeclarations": [],
|
|
584
|
-
"referencedDeclaration":
|
|
584
|
+
"referencedDeclaration": 24397,
|
|
585
585
|
"src": "67:11:46",
|
|
586
586
|
"typeDescriptions": {}
|
|
587
587
|
},
|
|
@@ -593,20 +593,20 @@
|
|
|
593
593
|
{
|
|
594
594
|
"absolutePath": "project:/contracts/interfaces/superfluid/IFlowNFTBase.sol",
|
|
595
595
|
"file": "./IFlowNFTBase.sol",
|
|
596
|
-
"id":
|
|
596
|
+
"id": 23627,
|
|
597
597
|
"nameLocation": "-1:-1:-1",
|
|
598
598
|
"nodeType": "ImportDirective",
|
|
599
|
-
"scope":
|
|
600
|
-
"sourceUnit":
|
|
599
|
+
"scope": 23647,
|
|
600
|
+
"sourceUnit": 23775,
|
|
601
601
|
"src": "107:50:46",
|
|
602
602
|
"symbolAliases": [
|
|
603
603
|
{
|
|
604
604
|
"foreign": {
|
|
605
|
-
"id":
|
|
605
|
+
"id": 23626,
|
|
606
606
|
"name": "IFlowNFTBase",
|
|
607
607
|
"nodeType": "Identifier",
|
|
608
608
|
"overloadedDeclarations": [],
|
|
609
|
-
"referencedDeclaration":
|
|
609
|
+
"referencedDeclaration": 23774,
|
|
610
610
|
"src": "116:12:46",
|
|
611
611
|
"typeDescriptions": {}
|
|
612
612
|
},
|
|
@@ -620,16 +620,16 @@
|
|
|
620
620
|
"baseContracts": [
|
|
621
621
|
{
|
|
622
622
|
"baseName": {
|
|
623
|
-
"id":
|
|
623
|
+
"id": 23628,
|
|
624
624
|
"name": "IFlowNFTBase",
|
|
625
625
|
"nameLocations": [
|
|
626
626
|
"191:12:46"
|
|
627
627
|
],
|
|
628
628
|
"nodeType": "IdentifierPath",
|
|
629
|
-
"referencedDeclaration":
|
|
629
|
+
"referencedDeclaration": 23774,
|
|
630
630
|
"src": "191:12:46"
|
|
631
631
|
},
|
|
632
|
-
"id":
|
|
632
|
+
"id": 23629,
|
|
633
633
|
"nodeType": "InheritanceSpecifier",
|
|
634
634
|
"src": "191:12:46"
|
|
635
635
|
}
|
|
@@ -638,10 +638,10 @@
|
|
|
638
638
|
"contractDependencies": [],
|
|
639
639
|
"contractKind": "interface",
|
|
640
640
|
"fullyImplemented": false,
|
|
641
|
-
"id":
|
|
641
|
+
"id": 23646,
|
|
642
642
|
"linearizedBaseContracts": [
|
|
643
|
-
|
|
644
|
-
|
|
643
|
+
23646,
|
|
644
|
+
23774,
|
|
645
645
|
2025,
|
|
646
646
|
1998,
|
|
647
647
|
2850
|
|
@@ -652,12 +652,12 @@
|
|
|
652
652
|
"nodes": [
|
|
653
653
|
{
|
|
654
654
|
"errorSelector": "e81ef57a",
|
|
655
|
-
"id":
|
|
655
|
+
"id": 23631,
|
|
656
656
|
"name": "CIF_NFT_ONLY_CONSTANT_OUTFLOW",
|
|
657
657
|
"nameLocation": "397:29:46",
|
|
658
658
|
"nodeType": "ErrorDefinition",
|
|
659
659
|
"parameters": {
|
|
660
|
-
"id":
|
|
660
|
+
"id": 23630,
|
|
661
661
|
"nodeType": "ParameterList",
|
|
662
662
|
"parameters": [],
|
|
663
663
|
"src": "426:2:46"
|
|
@@ -666,13 +666,13 @@
|
|
|
666
666
|
},
|
|
667
667
|
{
|
|
668
668
|
"documentation": {
|
|
669
|
-
"id":
|
|
669
|
+
"id": 23632,
|
|
670
670
|
"nodeType": "StructuredDocumentation",
|
|
671
671
|
"src": "633:333:46",
|
|
672
672
|
"text": "@notice The mint function emits the \"mint\" `Transfer` event.\n @dev We don't modify storage as this is handled in ConstantOutflowNFT.sol and this function's sole purpose\n is to inform clients that search for events.\n @param to the flow receiver (inflow NFT receiver)\n @param newTokenId the new token id"
|
|
673
673
|
},
|
|
674
674
|
"functionSelector": "40c10f19",
|
|
675
|
-
"id":
|
|
675
|
+
"id": 23639,
|
|
676
676
|
"implemented": false,
|
|
677
677
|
"kind": "function",
|
|
678
678
|
"modifiers": [],
|
|
@@ -680,17 +680,17 @@
|
|
|
680
680
|
"nameLocation": "980:4:46",
|
|
681
681
|
"nodeType": "FunctionDefinition",
|
|
682
682
|
"parameters": {
|
|
683
|
-
"id":
|
|
683
|
+
"id": 23637,
|
|
684
684
|
"nodeType": "ParameterList",
|
|
685
685
|
"parameters": [
|
|
686
686
|
{
|
|
687
687
|
"constant": false,
|
|
688
|
-
"id":
|
|
688
|
+
"id": 23634,
|
|
689
689
|
"mutability": "mutable",
|
|
690
690
|
"name": "to",
|
|
691
691
|
"nameLocation": "993:2:46",
|
|
692
692
|
"nodeType": "VariableDeclaration",
|
|
693
|
-
"scope":
|
|
693
|
+
"scope": 23639,
|
|
694
694
|
"src": "985:10:46",
|
|
695
695
|
"stateVariable": false,
|
|
696
696
|
"storageLocation": "default",
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"typeString": "address"
|
|
700
700
|
},
|
|
701
701
|
"typeName": {
|
|
702
|
-
"id":
|
|
702
|
+
"id": 23633,
|
|
703
703
|
"name": "address",
|
|
704
704
|
"nodeType": "ElementaryTypeName",
|
|
705
705
|
"src": "985:7:46",
|
|
@@ -713,12 +713,12 @@
|
|
|
713
713
|
},
|
|
714
714
|
{
|
|
715
715
|
"constant": false,
|
|
716
|
-
"id":
|
|
716
|
+
"id": 23636,
|
|
717
717
|
"mutability": "mutable",
|
|
718
718
|
"name": "newTokenId",
|
|
719
719
|
"nameLocation": "1005:10:46",
|
|
720
720
|
"nodeType": "VariableDeclaration",
|
|
721
|
-
"scope":
|
|
721
|
+
"scope": 23639,
|
|
722
722
|
"src": "997:18:46",
|
|
723
723
|
"stateVariable": false,
|
|
724
724
|
"storageLocation": "default",
|
|
@@ -727,7 +727,7 @@
|
|
|
727
727
|
"typeString": "uint256"
|
|
728
728
|
},
|
|
729
729
|
"typeName": {
|
|
730
|
-
"id":
|
|
730
|
+
"id": 23635,
|
|
731
731
|
"name": "uint256",
|
|
732
732
|
"nodeType": "ElementaryTypeName",
|
|
733
733
|
"src": "997:7:46",
|
|
@@ -742,12 +742,12 @@
|
|
|
742
742
|
"src": "984:32:46"
|
|
743
743
|
},
|
|
744
744
|
"returnParameters": {
|
|
745
|
-
"id":
|
|
745
|
+
"id": 23638,
|
|
746
746
|
"nodeType": "ParameterList",
|
|
747
747
|
"parameters": [],
|
|
748
748
|
"src": "1025:0:46"
|
|
749
749
|
},
|
|
750
|
-
"scope":
|
|
750
|
+
"scope": 23646,
|
|
751
751
|
"src": "971:55:46",
|
|
752
752
|
"stateMutability": "nonpayable",
|
|
753
753
|
"virtual": false,
|
|
@@ -755,13 +755,13 @@
|
|
|
755
755
|
},
|
|
756
756
|
{
|
|
757
757
|
"documentation": {
|
|
758
|
-
"id":
|
|
758
|
+
"id": 23640,
|
|
759
759
|
"nodeType": "StructuredDocumentation",
|
|
760
760
|
"src": "1032:281:46",
|
|
761
761
|
"text": "@notice This burn function emits the \"burn\" `Transfer` event.\n @dev We don't modify storage as this is handled in ConstantOutflowNFT.sol and this function's sole purpose\n is to inform clients that search for events.\n @param tokenId desired token id to burn"
|
|
762
762
|
},
|
|
763
763
|
"functionSelector": "42966c68",
|
|
764
|
-
"id":
|
|
764
|
+
"id": 23645,
|
|
765
765
|
"implemented": false,
|
|
766
766
|
"kind": "function",
|
|
767
767
|
"modifiers": [],
|
|
@@ -769,17 +769,17 @@
|
|
|
769
769
|
"nameLocation": "1327:4:46",
|
|
770
770
|
"nodeType": "FunctionDefinition",
|
|
771
771
|
"parameters": {
|
|
772
|
-
"id":
|
|
772
|
+
"id": 23643,
|
|
773
773
|
"nodeType": "ParameterList",
|
|
774
774
|
"parameters": [
|
|
775
775
|
{
|
|
776
776
|
"constant": false,
|
|
777
|
-
"id":
|
|
777
|
+
"id": 23642,
|
|
778
778
|
"mutability": "mutable",
|
|
779
779
|
"name": "tokenId",
|
|
780
780
|
"nameLocation": "1340:7:46",
|
|
781
781
|
"nodeType": "VariableDeclaration",
|
|
782
|
-
"scope":
|
|
782
|
+
"scope": 23645,
|
|
783
783
|
"src": "1332:15:46",
|
|
784
784
|
"stateVariable": false,
|
|
785
785
|
"storageLocation": "default",
|
|
@@ -788,7 +788,7 @@
|
|
|
788
788
|
"typeString": "uint256"
|
|
789
789
|
},
|
|
790
790
|
"typeName": {
|
|
791
|
-
"id":
|
|
791
|
+
"id": 23641,
|
|
792
792
|
"name": "uint256",
|
|
793
793
|
"nodeType": "ElementaryTypeName",
|
|
794
794
|
"src": "1332:7:46",
|
|
@@ -803,31 +803,31 @@
|
|
|
803
803
|
"src": "1331:17:46"
|
|
804
804
|
},
|
|
805
805
|
"returnParameters": {
|
|
806
|
-
"id":
|
|
806
|
+
"id": 23644,
|
|
807
807
|
"nodeType": "ParameterList",
|
|
808
808
|
"parameters": [],
|
|
809
809
|
"src": "1357:0:46"
|
|
810
810
|
},
|
|
811
|
-
"scope":
|
|
811
|
+
"scope": 23646,
|
|
812
812
|
"src": "1318:40:46",
|
|
813
813
|
"stateMutability": "nonpayable",
|
|
814
814
|
"virtual": false,
|
|
815
815
|
"visibility": "external"
|
|
816
816
|
}
|
|
817
817
|
],
|
|
818
|
-
"scope":
|
|
818
|
+
"scope": 23647,
|
|
819
819
|
"src": "159:1201:46",
|
|
820
820
|
"usedErrors": [
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
821
|
+
23631,
|
|
822
|
+
23719,
|
|
823
|
+
23721,
|
|
824
|
+
23723,
|
|
825
|
+
23725,
|
|
826
|
+
23727,
|
|
827
|
+
23729,
|
|
828
|
+
23731,
|
|
829
|
+
23733,
|
|
830
|
+
23735
|
|
831
831
|
]
|
|
832
832
|
}
|
|
833
833
|
],
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
},
|
|
840
840
|
"networks": {},
|
|
841
841
|
"schemaVersion": "3.4.13",
|
|
842
|
-
"updatedAt": "2023-
|
|
842
|
+
"updatedAt": "2023-08-06T18:11:20.920Z",
|
|
843
843
|
"devdoc": {
|
|
844
844
|
"events": {
|
|
845
845
|
"Approval(address,address,uint256)": {
|