@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.
Files changed (209) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  5. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  14. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  15. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  16. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  17. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  18. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  31. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  32. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  33. package/build/contracts/AccessControl.json +1 -1
  34. package/build/contracts/AccessControlEnumerable.json +1 -1
  35. package/build/contracts/Address.json +1 -1
  36. package/build/contracts/AgreementBase.json +18 -18
  37. package/build/contracts/AgreementLibrary.json +165 -165
  38. package/build/contracts/BaseRelayRecipient.json +57 -57
  39. package/build/contracts/BatchLiquidator.json +382 -382
  40. package/build/contracts/BatchOperation.json +614 -614
  41. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  42. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  43. package/build/contracts/CFAv1Library.json +389 -389
  44. package/build/contracts/CallUtils.json +198 -198
  45. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  46. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  47. package/build/contracts/ConstantInflowNFT.json +402 -402
  48. package/build/contracts/ConstantOutflowNFT.json +661 -661
  49. package/build/contracts/Context.json +1 -1
  50. package/build/contracts/ContextDefinitions.json +614 -614
  51. package/build/contracts/CustomSuperTokenBase.json +19 -19
  52. package/build/contracts/ERC165.json +1 -1
  53. package/build/contracts/ERC1820Implementer.json +1 -1
  54. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  55. package/build/contracts/ERC20.json +1 -1
  56. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  57. package/build/contracts/ERC777Helper.json +384 -384
  58. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  59. package/build/contracts/ERC777RecipientReverting.json +863 -863
  60. package/build/contracts/EnumerableSet.json +1 -1
  61. package/build/contracts/EventsEmitter.json +43 -43
  62. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  63. package/build/contracts/FixedSizeData.json +200 -200
  64. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  65. package/build/contracts/FlowNFTBase.json +1280 -1280
  66. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  67. package/build/contracts/ForwarderBase.json +190 -190
  68. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  69. package/build/contracts/IAccessControl.json +1 -1
  70. package/build/contracts/IAccessControlEnumerable.json +1 -1
  71. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  72. package/build/contracts/IConstantInflowNFT.json +54 -54
  73. package/build/contracts/IConstantOutflowNFT.json +107 -107
  74. package/build/contracts/IDAv1Forwarder.json +912 -912
  75. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  76. package/build/contracts/IDAv1Library.json +430 -430
  77. package/build/contracts/IERC165.json +1 -1
  78. package/build/contracts/IERC1820Implementer.json +1 -1
  79. package/build/contracts/IERC1820Registry.json +1 -1
  80. package/build/contracts/IERC20.json +1 -1
  81. package/build/contracts/IERC20Metadata.json +1 -1
  82. package/build/contracts/IERC20Permit.json +1 -1
  83. package/build/contracts/IERC721.json +1 -1
  84. package/build/contracts/IERC721Metadata.json +1 -1
  85. package/build/contracts/IERC777.json +1 -1
  86. package/build/contracts/IERC777Recipient.json +1 -1
  87. package/build/contracts/IERC777Sender.json +1 -1
  88. package/build/contracts/IFlowNFTBase.json +115 -115
  89. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  90. package/build/contracts/IMultiSigWallet.json +31 -31
  91. package/build/contracts/IPoolAdminNFT.json +7 -7
  92. package/build/contracts/IPoolMemberNFT.json +7 -7
  93. package/build/contracts/IPureSuperToken.json +62 -62
  94. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  95. package/build/contracts/IRelayRecipient.json +27 -27
  96. package/build/contracts/IResolver.json +38 -38
  97. package/build/contracts/ISETH.json +67 -67
  98. package/build/contracts/ISETHCustom.json +67 -67
  99. package/build/contracts/ISuperAgreement.json +50 -50
  100. package/build/contracts/ISuperApp.json +191 -191
  101. package/build/contracts/ISuperToken.json +695 -695
  102. package/build/contracts/ISuperTokenFactory.json +225 -225
  103. package/build/contracts/ISuperfluid.json +904 -904
  104. package/build/contracts/ISuperfluidGovernance.json +251 -251
  105. package/build/contracts/ISuperfluidToken.json +407 -407
  106. package/build/contracts/ITOGAv1.json +1346 -1346
  107. package/build/contracts/ITOGAv2.json +1346 -1346
  108. package/build/contracts/ITOGAv3.json +1346 -1346
  109. package/build/contracts/Initializable.json +1 -1
  110. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  111. package/build/contracts/Math.json +1 -1
  112. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  113. package/build/contracts/Ownable.json +1 -1
  114. package/build/contracts/Proxy.json +1 -1
  115. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  116. package/build/contracts/PureSuperToken.json +106 -106
  117. package/build/contracts/Resolver.json +98 -98
  118. package/build/contracts/SETHProxy.json +224 -224
  119. package/build/contracts/SafeCast.json +1 -1
  120. package/build/contracts/SafeERC20.json +1 -1
  121. package/build/contracts/SafeGasLibrary.json +51 -51
  122. package/build/contracts/SafeMath.json +1 -1
  123. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  124. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  125. package/build/contracts/StreamRedirector.json +704 -704
  126. package/build/contracts/Strings.json +1 -1
  127. package/build/contracts/SuperAppBase.json +42 -42
  128. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  129. package/build/contracts/SuperAppDefinitions.json +614 -614
  130. package/build/contracts/SuperToken.json +2714 -2714
  131. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  132. package/build/contracts/SuperTokenFactory.json +1347 -1347
  133. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  134. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  135. package/build/contracts/SuperUpgrader.json +439 -439
  136. package/build/contracts/Superfluid.json +7999 -7996
  137. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  138. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  139. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  140. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  141. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  142. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  143. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  144. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  145. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  146. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  147. package/build/contracts/SuperfluidLoader.json +207 -207
  148. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  149. package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
  150. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  151. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  152. package/build/contracts/SuperfluidToken.json +1423 -1423
  153. package/build/contracts/TOGA.json +1360 -1360
  154. package/build/contracts/TestGovernance.json +250 -250
  155. package/build/contracts/TestResolver.json +47 -47
  156. package/build/contracts/TestToken.json +102 -102
  157. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  158. package/build/contracts/TokenInfo.json +32 -32
  159. package/build/contracts/UUPSProxiable.json +139 -139
  160. package/build/contracts/UUPSProxy.json +81 -81
  161. package/build/contracts/UUPSUtils.json +37 -37
  162. package/build/contracts-sizes.txt +15 -15
  163. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  164. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  165. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  166. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  168. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  169. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  170. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  173. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  174. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  175. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  177. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  179. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  196. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  198. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  200. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  202. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  203. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  204. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  205. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  206. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  207. package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
  208. package/contracts/superfluid/Superfluid.sol +1 -0
  209. package/package.json +4 -3
@@ -508,18 +508,18 @@
508
508
  2025
509
509
  ],
510
510
  "IFlowNFTBase": [
511
- 23771
511
+ 23774
512
512
  ],
513
513
  "ISuperToken": [
514
- 24394
514
+ 24397
515
515
  ]
516
516
  },
517
- "id": 23772,
517
+ "id": 23775,
518
518
  "license": "MIT",
519
519
  "nodeType": "SourceUnit",
520
520
  "nodes": [
521
521
  {
522
- "id": 23699,
522
+ "id": 23702,
523
523
  "literals": [
524
524
  "solidity",
525
525
  ">=",
@@ -532,16 +532,16 @@
532
532
  {
533
533
  "absolutePath": "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol",
534
534
  "file": "@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.sol",
535
- "id": 23701,
535
+ "id": 23704,
536
536
  "nameLocation": "-1:-1:-1",
537
537
  "nodeType": "ImportDirective",
538
- "scope": 23772,
538
+ "scope": 23775,
539
539
  "sourceUnit": 2026,
540
540
  "src": "58:106:48",
541
541
  "symbolAliases": [
542
542
  {
543
543
  "foreign": {
544
- "id": 23700,
544
+ "id": 23703,
545
545
  "name": "IERC721Metadata",
546
546
  "nodeType": "Identifier",
547
547
  "overloadedDeclarations": [],
@@ -557,20 +557,20 @@
557
557
  {
558
558
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
559
559
  "file": "./ISuperToken.sol",
560
- "id": 23703,
560
+ "id": 23706,
561
561
  "nameLocation": "-1:-1:-1",
562
562
  "nodeType": "ImportDirective",
563
- "scope": 23772,
564
- "sourceUnit": 24395,
563
+ "scope": 23775,
564
+ "sourceUnit": 24398,
565
565
  "src": "165:48:48",
566
566
  "symbolAliases": [
567
567
  {
568
568
  "foreign": {
569
- "id": 23702,
569
+ "id": 23705,
570
570
  "name": "ISuperToken",
571
571
  "nodeType": "Identifier",
572
572
  "overloadedDeclarations": [],
573
- "referencedDeclaration": 24394,
573
+ "referencedDeclaration": 24397,
574
574
  "src": "174:11:48",
575
575
  "typeDescriptions": {}
576
576
  },
@@ -584,7 +584,7 @@
584
584
  "baseContracts": [
585
585
  {
586
586
  "baseName": {
587
- "id": 23704,
587
+ "id": 23707,
588
588
  "name": "IERC721Metadata",
589
589
  "nameLocations": [
590
590
  "241:15:48"
@@ -593,7 +593,7 @@
593
593
  "referencedDeclaration": 2025,
594
594
  "src": "241:15:48"
595
595
  },
596
- "id": 23705,
596
+ "id": 23708,
597
597
  "nodeType": "InheritanceSpecifier",
598
598
  "src": "241:15:48"
599
599
  }
@@ -602,9 +602,9 @@
602
602
  "contractDependencies": [],
603
603
  "contractKind": "interface",
604
604
  "fullyImplemented": false,
605
- "id": 23771,
605
+ "id": 23774,
606
606
  "linearizedBaseContracts": [
607
- 23771,
607
+ 23774,
608
608
  2025,
609
609
  1998,
610
610
  2850
@@ -615,16 +615,16 @@
615
615
  "nodes": [
616
616
  {
617
617
  "canonicalName": "IFlowNFTBase.FlowNFTData",
618
- "id": 23714,
618
+ "id": 23717,
619
619
  "members": [
620
620
  {
621
621
  "constant": false,
622
- "id": 23707,
622
+ "id": 23710,
623
623
  "mutability": "mutable",
624
624
  "name": "superToken",
625
625
  "nameLocation": "628:10:48",
626
626
  "nodeType": "VariableDeclaration",
627
- "scope": 23714,
627
+ "scope": 23717,
628
628
  "src": "620:18:48",
629
629
  "stateVariable": false,
630
630
  "storageLocation": "default",
@@ -633,7 +633,7 @@
633
633
  "typeString": "address"
634
634
  },
635
635
  "typeName": {
636
- "id": 23706,
636
+ "id": 23709,
637
637
  "name": "address",
638
638
  "nodeType": "ElementaryTypeName",
639
639
  "src": "620:7:48",
@@ -647,12 +647,12 @@
647
647
  },
648
648
  {
649
649
  "constant": false,
650
- "id": 23709,
650
+ "id": 23712,
651
651
  "mutability": "mutable",
652
652
  "name": "flowSender",
653
653
  "nameLocation": "656:10:48",
654
654
  "nodeType": "VariableDeclaration",
655
- "scope": 23714,
655
+ "scope": 23717,
656
656
  "src": "648:18:48",
657
657
  "stateVariable": false,
658
658
  "storageLocation": "default",
@@ -661,7 +661,7 @@
661
661
  "typeString": "address"
662
662
  },
663
663
  "typeName": {
664
- "id": 23708,
664
+ "id": 23711,
665
665
  "name": "address",
666
666
  "nodeType": "ElementaryTypeName",
667
667
  "src": "648:7:48",
@@ -675,12 +675,12 @@
675
675
  },
676
676
  {
677
677
  "constant": false,
678
- "id": 23711,
678
+ "id": 23714,
679
679
  "mutability": "mutable",
680
680
  "name": "flowReceiver",
681
681
  "nameLocation": "684:12:48",
682
682
  "nodeType": "VariableDeclaration",
683
- "scope": 23714,
683
+ "scope": 23717,
684
684
  "src": "676:20:48",
685
685
  "stateVariable": false,
686
686
  "storageLocation": "default",
@@ -689,7 +689,7 @@
689
689
  "typeString": "address"
690
690
  },
691
691
  "typeName": {
692
- "id": 23710,
692
+ "id": 23713,
693
693
  "name": "address",
694
694
  "nodeType": "ElementaryTypeName",
695
695
  "src": "676:7:48",
@@ -703,12 +703,12 @@
703
703
  },
704
704
  {
705
705
  "constant": false,
706
- "id": 23713,
706
+ "id": 23716,
707
707
  "mutability": "mutable",
708
708
  "name": "flowStartDate",
709
709
  "nameLocation": "713:13:48",
710
710
  "nodeType": "VariableDeclaration",
711
- "scope": 23714,
711
+ "scope": 23717,
712
712
  "src": "706:20:48",
713
713
  "stateVariable": false,
714
714
  "storageLocation": "default",
@@ -717,7 +717,7 @@
717
717
  "typeString": "uint32"
718
718
  },
719
719
  "typeName": {
720
- "id": 23712,
720
+ "id": 23715,
721
721
  "name": "uint32",
722
722
  "nodeType": "ElementaryTypeName",
723
723
  "src": "706:6:48",
@@ -732,18 +732,18 @@
732
732
  "name": "FlowNFTData",
733
733
  "nameLocation": "598:11:48",
734
734
  "nodeType": "StructDefinition",
735
- "scope": 23771,
735
+ "scope": 23774,
736
736
  "src": "591:142:48",
737
737
  "visibility": "public"
738
738
  },
739
739
  {
740
740
  "errorSelector": "a3352582",
741
- "id": 23716,
741
+ "id": 23719,
742
742
  "name": "CFA_NFT_APPROVE_CALLER_NOT_OWNER_OR_APPROVED_FOR_ALL",
743
743
  "nameLocation": "927:52:48",
744
744
  "nodeType": "ErrorDefinition",
745
745
  "parameters": {
746
- "id": 23715,
746
+ "id": 23718,
747
747
  "nodeType": "ParameterList",
748
748
  "parameters": [],
749
749
  "src": "979:2:48"
@@ -752,12 +752,12 @@
752
752
  },
753
753
  {
754
754
  "errorSelector": "d3c77329",
755
- "id": 23718,
755
+ "id": 23721,
756
756
  "name": "CFA_NFT_APPROVE_TO_CALLER",
757
757
  "nameLocation": "1009:25:48",
758
758
  "nodeType": "ErrorDefinition",
759
759
  "parameters": {
760
- "id": 23717,
760
+ "id": 23720,
761
761
  "nodeType": "ParameterList",
762
762
  "parameters": [],
763
763
  "src": "1034:2:48"
@@ -766,12 +766,12 @@
766
766
  },
767
767
  {
768
768
  "errorSelector": "e4790b25",
769
- "id": 23720,
769
+ "id": 23723,
770
770
  "name": "CFA_NFT_APPROVE_TO_CURRENT_OWNER",
771
771
  "nameLocation": "1091:32:48",
772
772
  "nodeType": "ErrorDefinition",
773
773
  "parameters": {
774
- "id": 23719,
774
+ "id": 23722,
775
775
  "nodeType": "ParameterList",
776
776
  "parameters": [],
777
777
  "src": "1123:2:48"
@@ -780,12 +780,12 @@
780
780
  },
781
781
  {
782
782
  "errorSelector": "eab95e3b",
783
- "id": 23722,
783
+ "id": 23725,
784
784
  "name": "CFA_NFT_INVALID_TOKEN_ID",
785
785
  "nameLocation": "1173:24:48",
786
786
  "nodeType": "ErrorDefinition",
787
787
  "parameters": {
788
- "id": 23721,
788
+ "id": 23724,
789
789
  "nodeType": "ParameterList",
790
790
  "parameters": [],
791
791
  "src": "1197:2:48"
@@ -794,12 +794,12 @@
794
794
  },
795
795
  {
796
796
  "errorSelector": "ebb7505b",
797
- "id": 23724,
797
+ "id": 23727,
798
798
  "name": "CFA_NFT_ONLY_SUPER_TOKEN_FACTORY",
799
799
  "nameLocation": "1255:32:48",
800
800
  "nodeType": "ErrorDefinition",
801
801
  "parameters": {
802
- "id": 23723,
802
+ "id": 23726,
803
803
  "nodeType": "ParameterList",
804
804
  "parameters": [],
805
805
  "src": "1287:2:48"
@@ -808,12 +808,12 @@
808
808
  },
809
809
  {
810
810
  "errorSelector": "2551d606",
811
- "id": 23726,
811
+ "id": 23729,
812
812
  "name": "CFA_NFT_TRANSFER_CALLER_NOT_OWNER_OR_APPROVED_FOR_ALL",
813
813
  "nameLocation": "1337:53:48",
814
814
  "nodeType": "ErrorDefinition",
815
815
  "parameters": {
816
- "id": 23725,
816
+ "id": 23728,
817
817
  "nodeType": "ParameterList",
818
818
  "parameters": [],
819
819
  "src": "1390:2:48"
@@ -822,12 +822,12 @@
822
822
  },
823
823
  {
824
824
  "errorSelector": "5a26c744",
825
- "id": 23728,
825
+ "id": 23731,
826
826
  "name": "CFA_NFT_TRANSFER_FROM_INCORRECT_OWNER",
827
827
  "nameLocation": "1419:37:48",
828
828
  "nodeType": "ErrorDefinition",
829
829
  "parameters": {
830
- "id": 23727,
830
+ "id": 23730,
831
831
  "nodeType": "ParameterList",
832
832
  "parameters": [],
833
833
  "src": "1456:2:48"
@@ -836,12 +836,12 @@
836
836
  },
837
837
  {
838
838
  "errorSelector": "aa747eca",
839
- "id": 23730,
839
+ "id": 23733,
840
840
  "name": "CFA_NFT_TRANSFER_IS_NOT_ALLOWED",
841
841
  "nameLocation": "1501:31:48",
842
842
  "nodeType": "ErrorDefinition",
843
843
  "parameters": {
844
- "id": 23729,
844
+ "id": 23732,
845
845
  "nodeType": "ParameterList",
846
846
  "parameters": [],
847
847
  "src": "1532:2:48"
@@ -850,12 +850,12 @@
850
850
  },
851
851
  {
852
852
  "errorSelector": "de06d21e",
853
- "id": 23732,
853
+ "id": 23735,
854
854
  "name": "CFA_NFT_TRANSFER_TO_ZERO_ADDRESS",
855
855
  "nameLocation": "1583:32:48",
856
856
  "nodeType": "ErrorDefinition",
857
857
  "parameters": {
858
- "id": 23731,
858
+ "id": 23734,
859
859
  "nodeType": "ParameterList",
860
860
  "parameters": [],
861
861
  "src": "1615:2:48"
@@ -865,29 +865,29 @@
865
865
  {
866
866
  "anonymous": false,
867
867
  "documentation": {
868
- "id": 23733,
868
+ "id": 23736,
869
869
  "nodeType": "StructuredDocumentation",
870
870
  "src": "1835:233:48",
871
871
  "text": "@notice Informs third-party platforms that NFT metadata should be updated\n @dev This event comes from https://eips.ethereum.org/EIPS/eip-4906\n @param tokenId the id of the token that should have its metadata updated"
872
872
  },
873
873
  "eventSelector": "f8e1a15aba9398e019f0b49df1a4fde98ee17ae345cb5f6b5e2c27f5033e8ce7",
874
- "id": 23737,
874
+ "id": 23740,
875
875
  "name": "MetadataUpdate",
876
876
  "nameLocation": "2079:14:48",
877
877
  "nodeType": "EventDefinition",
878
878
  "parameters": {
879
- "id": 23736,
879
+ "id": 23739,
880
880
  "nodeType": "ParameterList",
881
881
  "parameters": [
882
882
  {
883
883
  "constant": false,
884
- "id": 23735,
884
+ "id": 23738,
885
885
  "indexed": false,
886
886
  "mutability": "mutable",
887
887
  "name": "tokenId",
888
888
  "nameLocation": "2102:7:48",
889
889
  "nodeType": "VariableDeclaration",
890
- "scope": 23737,
890
+ "scope": 23740,
891
891
  "src": "2094:15:48",
892
892
  "stateVariable": false,
893
893
  "storageLocation": "default",
@@ -896,7 +896,7 @@
896
896
  "typeString": "uint256"
897
897
  },
898
898
  "typeName": {
899
- "id": 23734,
899
+ "id": 23737,
900
900
  "name": "uint256",
901
901
  "nodeType": "ElementaryTypeName",
902
902
  "src": "2094:7:48",
@@ -914,13 +914,13 @@
914
914
  },
915
915
  {
916
916
  "documentation": {
917
- "id": 23738,
917
+ "id": 23741,
918
918
  "nodeType": "StructuredDocumentation",
919
919
  "src": "2290:170:48",
920
920
  "text": "@notice An external function for querying flow data by `tokenId``\n @param tokenId the token id\n @return flowData the flow data associated with `tokenId`"
921
921
  },
922
922
  "functionSelector": "8d47859e",
923
- "id": 23746,
923
+ "id": 23749,
924
924
  "implemented": false,
925
925
  "kind": "function",
926
926
  "modifiers": [],
@@ -928,17 +928,17 @@
928
928
  "nameLocation": "2474:17:48",
929
929
  "nodeType": "FunctionDefinition",
930
930
  "parameters": {
931
- "id": 23741,
931
+ "id": 23744,
932
932
  "nodeType": "ParameterList",
933
933
  "parameters": [
934
934
  {
935
935
  "constant": false,
936
- "id": 23740,
936
+ "id": 23743,
937
937
  "mutability": "mutable",
938
938
  "name": "tokenId",
939
939
  "nameLocation": "2509:7:48",
940
940
  "nodeType": "VariableDeclaration",
941
- "scope": 23746,
941
+ "scope": 23749,
942
942
  "src": "2501:15:48",
943
943
  "stateVariable": false,
944
944
  "storageLocation": "default",
@@ -947,7 +947,7 @@
947
947
  "typeString": "uint256"
948
948
  },
949
949
  "typeName": {
950
- "id": 23739,
950
+ "id": 23742,
951
951
  "name": "uint256",
952
952
  "nodeType": "ElementaryTypeName",
953
953
  "src": "2501:7:48",
@@ -962,41 +962,41 @@
962
962
  "src": "2491:31:48"
963
963
  },
964
964
  "returnParameters": {
965
- "id": 23745,
965
+ "id": 23748,
966
966
  "nodeType": "ParameterList",
967
967
  "parameters": [
968
968
  {
969
969
  "constant": false,
970
- "id": 23744,
970
+ "id": 23747,
971
971
  "mutability": "mutable",
972
972
  "name": "flowData",
973
973
  "nameLocation": "2565:8:48",
974
974
  "nodeType": "VariableDeclaration",
975
- "scope": 23746,
975
+ "scope": 23749,
976
976
  "src": "2546:27:48",
977
977
  "stateVariable": false,
978
978
  "storageLocation": "memory",
979
979
  "typeDescriptions": {
980
- "typeIdentifier": "t_struct$_FlowNFTData_$23714_memory_ptr",
980
+ "typeIdentifier": "t_struct$_FlowNFTData_$23717_memory_ptr",
981
981
  "typeString": "struct IFlowNFTBase.FlowNFTData"
982
982
  },
983
983
  "typeName": {
984
- "id": 23743,
984
+ "id": 23746,
985
985
  "nodeType": "UserDefinedTypeName",
986
986
  "pathNode": {
987
- "id": 23742,
987
+ "id": 23745,
988
988
  "name": "FlowNFTData",
989
989
  "nameLocations": [
990
990
  "2546:11:48"
991
991
  ],
992
992
  "nodeType": "IdentifierPath",
993
- "referencedDeclaration": 23714,
993
+ "referencedDeclaration": 23717,
994
994
  "src": "2546:11:48"
995
995
  },
996
- "referencedDeclaration": 23714,
996
+ "referencedDeclaration": 23717,
997
997
  "src": "2546:11:48",
998
998
  "typeDescriptions": {
999
- "typeIdentifier": "t_struct$_FlowNFTData_$23714_storage_ptr",
999
+ "typeIdentifier": "t_struct$_FlowNFTData_$23717_storage_ptr",
1000
1000
  "typeString": "struct IFlowNFTBase.FlowNFTData"
1001
1001
  }
1002
1002
  },
@@ -1005,7 +1005,7 @@
1005
1005
  ],
1006
1006
  "src": "2545:29:48"
1007
1007
  },
1008
- "scope": 23771,
1008
+ "scope": 23774,
1009
1009
  "src": "2465:110:48",
1010
1010
  "stateMutability": "view",
1011
1011
  "virtual": false,
@@ -1013,13 +1013,13 @@
1013
1013
  },
1014
1014
  {
1015
1015
  "documentation": {
1016
- "id": 23747,
1016
+ "id": 23750,
1017
1017
  "nodeType": "StructuredDocumentation",
1018
1018
  "src": "2581:345:48",
1019
1019
  "text": "@notice An external function for computing the deterministic tokenId\n @dev tokenId = uint256(keccak256(abi.encode(block.chainId, superToken, flowSender, flowReceiver)))\n @param superToken the super token\n @param flowSender the flow sender\n @param flowReceiver the flow receiver\n @return tokenId the tokenId"
1020
1020
  },
1021
1021
  "functionSelector": "89f71d2d",
1022
- "id": 23758,
1022
+ "id": 23761,
1023
1023
  "implemented": false,
1024
1024
  "kind": "function",
1025
1025
  "modifiers": [],
@@ -1027,17 +1027,17 @@
1027
1027
  "nameLocation": "2940:10:48",
1028
1028
  "nodeType": "FunctionDefinition",
1029
1029
  "parameters": {
1030
- "id": 23754,
1030
+ "id": 23757,
1031
1031
  "nodeType": "ParameterList",
1032
1032
  "parameters": [
1033
1033
  {
1034
1034
  "constant": false,
1035
- "id": 23749,
1035
+ "id": 23752,
1036
1036
  "mutability": "mutable",
1037
1037
  "name": "superToken",
1038
1038
  "nameLocation": "2968:10:48",
1039
1039
  "nodeType": "VariableDeclaration",
1040
- "scope": 23758,
1040
+ "scope": 23761,
1041
1041
  "src": "2960:18:48",
1042
1042
  "stateVariable": false,
1043
1043
  "storageLocation": "default",
@@ -1046,7 +1046,7 @@
1046
1046
  "typeString": "address"
1047
1047
  },
1048
1048
  "typeName": {
1049
- "id": 23748,
1049
+ "id": 23751,
1050
1050
  "name": "address",
1051
1051
  "nodeType": "ElementaryTypeName",
1052
1052
  "src": "2960:7:48",
@@ -1060,12 +1060,12 @@
1060
1060
  },
1061
1061
  {
1062
1062
  "constant": false,
1063
- "id": 23751,
1063
+ "id": 23754,
1064
1064
  "mutability": "mutable",
1065
1065
  "name": "flowSender",
1066
1066
  "nameLocation": "2996:10:48",
1067
1067
  "nodeType": "VariableDeclaration",
1068
- "scope": 23758,
1068
+ "scope": 23761,
1069
1069
  "src": "2988:18:48",
1070
1070
  "stateVariable": false,
1071
1071
  "storageLocation": "default",
@@ -1074,7 +1074,7 @@
1074
1074
  "typeString": "address"
1075
1075
  },
1076
1076
  "typeName": {
1077
- "id": 23750,
1077
+ "id": 23753,
1078
1078
  "name": "address",
1079
1079
  "nodeType": "ElementaryTypeName",
1080
1080
  "src": "2988:7:48",
@@ -1088,12 +1088,12 @@
1088
1088
  },
1089
1089
  {
1090
1090
  "constant": false,
1091
- "id": 23753,
1091
+ "id": 23756,
1092
1092
  "mutability": "mutable",
1093
1093
  "name": "flowReceiver",
1094
1094
  "nameLocation": "3024:12:48",
1095
1095
  "nodeType": "VariableDeclaration",
1096
- "scope": 23758,
1096
+ "scope": 23761,
1097
1097
  "src": "3016:20:48",
1098
1098
  "stateVariable": false,
1099
1099
  "storageLocation": "default",
@@ -1102,7 +1102,7 @@
1102
1102
  "typeString": "address"
1103
1103
  },
1104
1104
  "typeName": {
1105
- "id": 23752,
1105
+ "id": 23755,
1106
1106
  "name": "address",
1107
1107
  "nodeType": "ElementaryTypeName",
1108
1108
  "src": "3016:7:48",
@@ -1118,17 +1118,17 @@
1118
1118
  "src": "2950:92:48"
1119
1119
  },
1120
1120
  "returnParameters": {
1121
- "id": 23757,
1121
+ "id": 23760,
1122
1122
  "nodeType": "ParameterList",
1123
1123
  "parameters": [
1124
1124
  {
1125
1125
  "constant": false,
1126
- "id": 23756,
1126
+ "id": 23759,
1127
1127
  "mutability": "mutable",
1128
1128
  "name": "",
1129
1129
  "nameLocation": "-1:-1:-1",
1130
1130
  "nodeType": "VariableDeclaration",
1131
- "scope": 23758,
1131
+ "scope": 23761,
1132
1132
  "src": "3066:7:48",
1133
1133
  "stateVariable": false,
1134
1134
  "storageLocation": "default",
@@ -1137,7 +1137,7 @@
1137
1137
  "typeString": "uint256"
1138
1138
  },
1139
1139
  "typeName": {
1140
- "id": 23755,
1140
+ "id": 23758,
1141
1141
  "name": "uint256",
1142
1142
  "nodeType": "ElementaryTypeName",
1143
1143
  "src": "3066:7:48",
@@ -1151,7 +1151,7 @@
1151
1151
  ],
1152
1152
  "src": "3065:9:48"
1153
1153
  },
1154
- "scope": 23771,
1154
+ "scope": 23774,
1155
1155
  "src": "2931:144:48",
1156
1156
  "stateMutability": "view",
1157
1157
  "virtual": false,
@@ -1159,7 +1159,7 @@
1159
1159
  },
1160
1160
  {
1161
1161
  "functionSelector": "4cd88b76",
1162
- "id": 23765,
1162
+ "id": 23768,
1163
1163
  "implemented": false,
1164
1164
  "kind": "function",
1165
1165
  "modifiers": [],
@@ -1167,17 +1167,17 @@
1167
1167
  "nameLocation": "3264:10:48",
1168
1168
  "nodeType": "FunctionDefinition",
1169
1169
  "parameters": {
1170
- "id": 23763,
1170
+ "id": 23766,
1171
1171
  "nodeType": "ParameterList",
1172
1172
  "parameters": [
1173
1173
  {
1174
1174
  "constant": false,
1175
- "id": 23760,
1175
+ "id": 23763,
1176
1176
  "mutability": "mutable",
1177
1177
  "name": "nftName",
1178
1178
  "nameLocation": "3298:7:48",
1179
1179
  "nodeType": "VariableDeclaration",
1180
- "scope": 23765,
1180
+ "scope": 23768,
1181
1181
  "src": "3284:21:48",
1182
1182
  "stateVariable": false,
1183
1183
  "storageLocation": "memory",
@@ -1186,7 +1186,7 @@
1186
1186
  "typeString": "string"
1187
1187
  },
1188
1188
  "typeName": {
1189
- "id": 23759,
1189
+ "id": 23762,
1190
1190
  "name": "string",
1191
1191
  "nodeType": "ElementaryTypeName",
1192
1192
  "src": "3284:6:48",
@@ -1199,12 +1199,12 @@
1199
1199
  },
1200
1200
  {
1201
1201
  "constant": false,
1202
- "id": 23762,
1202
+ "id": 23765,
1203
1203
  "mutability": "mutable",
1204
1204
  "name": "nftSymbol",
1205
1205
  "nameLocation": "3329:9:48",
1206
1206
  "nodeType": "VariableDeclaration",
1207
- "scope": 23765,
1207
+ "scope": 23768,
1208
1208
  "src": "3315:23:48",
1209
1209
  "stateVariable": false,
1210
1210
  "storageLocation": "memory",
@@ -1213,7 +1213,7 @@
1213
1213
  "typeString": "string"
1214
1214
  },
1215
1215
  "typeName": {
1216
- "id": 23761,
1216
+ "id": 23764,
1217
1217
  "name": "string",
1218
1218
  "nodeType": "ElementaryTypeName",
1219
1219
  "src": "3315:6:48",
@@ -1228,12 +1228,12 @@
1228
1228
  "src": "3274:70:48"
1229
1229
  },
1230
1230
  "returnParameters": {
1231
- "id": 23764,
1231
+ "id": 23767,
1232
1232
  "nodeType": "ParameterList",
1233
1233
  "parameters": [],
1234
1234
  "src": "3353:0:48"
1235
1235
  },
1236
- "scope": 23771,
1236
+ "scope": 23774,
1237
1237
  "src": "3255:99:48",
1238
1238
  "stateMutability": "nonpayable",
1239
1239
  "virtual": false,
@@ -1241,7 +1241,7 @@
1241
1241
  },
1242
1242
  {
1243
1243
  "functionSelector": "2f388560",
1244
- "id": 23770,
1244
+ "id": 23773,
1245
1245
  "implemented": false,
1246
1246
  "kind": "function",
1247
1247
  "modifiers": [],
@@ -1249,17 +1249,17 @@
1249
1249
  "nameLocation": "3385:21:48",
1250
1250
  "nodeType": "FunctionDefinition",
1251
1251
  "parameters": {
1252
- "id": 23768,
1252
+ "id": 23771,
1253
1253
  "nodeType": "ParameterList",
1254
1254
  "parameters": [
1255
1255
  {
1256
1256
  "constant": false,
1257
- "id": 23767,
1257
+ "id": 23770,
1258
1258
  "mutability": "mutable",
1259
1259
  "name": "tokenId",
1260
1260
  "nameLocation": "3415:7:48",
1261
1261
  "nodeType": "VariableDeclaration",
1262
- "scope": 23770,
1262
+ "scope": 23773,
1263
1263
  "src": "3407:15:48",
1264
1264
  "stateVariable": false,
1265
1265
  "storageLocation": "default",
@@ -1268,7 +1268,7 @@
1268
1268
  "typeString": "uint256"
1269
1269
  },
1270
1270
  "typeName": {
1271
- "id": 23766,
1271
+ "id": 23769,
1272
1272
  "name": "uint256",
1273
1273
  "nodeType": "ElementaryTypeName",
1274
1274
  "src": "3407:7:48",
@@ -1283,30 +1283,30 @@
1283
1283
  "src": "3406:17:48"
1284
1284
  },
1285
1285
  "returnParameters": {
1286
- "id": 23769,
1286
+ "id": 23772,
1287
1287
  "nodeType": "ParameterList",
1288
1288
  "parameters": [],
1289
1289
  "src": "3432:0:48"
1290
1290
  },
1291
- "scope": 23771,
1291
+ "scope": 23774,
1292
1292
  "src": "3376:57:48",
1293
1293
  "stateMutability": "nonpayable",
1294
1294
  "virtual": false,
1295
1295
  "visibility": "external"
1296
1296
  }
1297
1297
  ],
1298
- "scope": 23772,
1298
+ "scope": 23775,
1299
1299
  "src": "215:3220:48",
1300
1300
  "usedErrors": [
1301
- 23716,
1302
- 23718,
1303
- 23720,
1304
- 23722,
1305
- 23724,
1306
- 23726,
1307
- 23728,
1308
- 23730,
1309
- 23732
1301
+ 23719,
1302
+ 23721,
1303
+ 23723,
1304
+ 23725,
1305
+ 23727,
1306
+ 23729,
1307
+ 23731,
1308
+ 23733,
1309
+ 23735
1310
1310
  ]
1311
1311
  }
1312
1312
  ],
@@ -1318,7 +1318,7 @@
1318
1318
  },
1319
1319
  "networks": {},
1320
1320
  "schemaVersion": "3.4.13",
1321
- "updatedAt": "2023-07-12T14:59:21.410Z",
1321
+ "updatedAt": "2023-08-03T14:52:18.056Z",
1322
1322
  "devdoc": {
1323
1323
  "events": {
1324
1324
  "Approval(address,address,uint256)": {