@superfluid-finance/ethereum-contracts 1.2.2-dev.ec379f7.0 → 1.2.3-dev.c960cdd.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 (112) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +9 -9
  5. package/build/contracts/AgreementLibrary.json +1 -1
  6. package/build/contracts/BaseRelayRecipient.json +1 -1
  7. package/build/contracts/BatchLiquidator.json +1023 -1023
  8. package/build/contracts/BatchOperation.json +1 -1
  9. package/build/contracts/CFAv1Library.json +1 -1
  10. package/build/contracts/CallUtils.json +1 -1
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +3580 -3580
  12. package/build/contracts/ConstantFlowAgreementV1.json +5088 -5088
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1 -1
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +1 -1
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +79 -79
  19. package/build/contracts/ERC1820RegistryCompiled.json +256 -0
  20. package/build/contracts/ERC20.json +1008 -1008
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1816 -1816
  24. package/build/contracts/ERC20WithTokenInfo.json +1 -1
  25. package/build/contracts/ERC721.json +1834 -1834
  26. package/build/contracts/ERC777Helper.json +660 -660
  27. package/build/contracts/ERC777RecipientDrainingGas.json +1871 -1871
  28. package/build/contracts/ERC777RecipientReverting.json +1893 -1893
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/ExclusiveInflowTestApp.json +3608 -3608
  31. package/build/contracts/FixedSizeData.json +405 -405
  32. package/build/contracts/FlowExchangeTestApp.json +3718 -3718
  33. package/build/contracts/FlowOperatorDefinitions.json +1 -1
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +316 -316
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +1 -1
  38. package/build/contracts/IDAv1Library.json +1 -1
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC721.json +1 -1
  45. package/build/contracts/IERC721Metadata.json +1 -1
  46. package/build/contracts/IERC721Receiver.json +1 -1
  47. package/build/contracts/IERC777.json +1 -1
  48. package/build/contracts/IERC777Recipient.json +1 -1
  49. package/build/contracts/IERC777Sender.json +1 -1
  50. package/build/contracts/IInstantDistributionAgreementV1.json +1 -1
  51. package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
  52. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
  53. package/build/contracts/IMultiSigWallet.json +1 -1
  54. package/build/contracts/IPureSuperToken.json +1 -1
  55. package/build/contracts/IPureSuperTokenCustom.json +1 -1
  56. package/build/contracts/IRelayRecipient.json +1 -1
  57. package/build/contracts/IResolver.json +1 -1
  58. package/build/contracts/ISETH.json +1 -1
  59. package/build/contracts/ISETHCustom.json +1 -1
  60. package/build/contracts/ISuperAgreement.json +1 -1
  61. package/build/contracts/ISuperApp.json +1 -1
  62. package/build/contracts/ISuperToken.json +1 -1
  63. package/build/contracts/ISuperTokenFactory.json +1 -1
  64. package/build/contracts/ISuperfluid.json +1 -1
  65. package/build/contracts/ISuperfluidGovernance.json +1 -1
  66. package/build/contracts/ISuperfluidToken.json +1 -1
  67. package/build/contracts/ITOGAv1.json +2143 -2143
  68. package/build/contracts/ITOGAv2.json +2143 -2143
  69. package/build/contracts/Initializable.json +1 -1
  70. package/build/contracts/InstantDistributionAgreementV1.json +5413 -5413
  71. package/build/contracts/Int96SafeMath.json +504 -504
  72. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +968 -968
  73. package/build/contracts/NonClosableOutflowTestApp.json +3483 -3483
  74. package/build/contracts/Ownable.json +1 -1
  75. package/build/contracts/Pausable.json +1 -1
  76. package/build/contracts/Proxy.json +1 -1
  77. package/build/contracts/PureSuperToken.json +691 -691
  78. package/build/contracts/Resolver.json +1058 -1058
  79. package/build/contracts/SETHProxy.json +658 -658
  80. package/build/contracts/SafeCast.json +1 -1
  81. package/build/contracts/SafeERC20.json +1 -1
  82. package/build/contracts/SafeMath.json +1 -1
  83. package/build/contracts/SelfDeletingFlowTestApp.json +3580 -3580
  84. package/build/contracts/SlotsBitmapLibrary.json +1704 -1704
  85. package/build/contracts/Strings.json +1 -1
  86. package/build/contracts/SuperAppBase.json +1 -1
  87. package/build/contracts/SuperAppDefinitions.json +1 -1
  88. package/build/contracts/SuperToken.json +9035 -9035
  89. package/build/contracts/SuperTokenFactory.json +2071 -2071
  90. package/build/contracts/SuperTokenFactoryBase.json +988 -988
  91. package/build/contracts/SuperTokenFactoryHelper.json +1092 -1092
  92. package/build/contracts/SuperUpgrader.json +2492 -2492
  93. package/build/contracts/Superfluid.json +12968 -12968
  94. package/build/contracts/SuperfluidFrameworkDeployer.json +3440 -2173
  95. package/build/contracts/SuperfluidGovernanceBase.json +8 -8
  96. package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
  97. package/build/contracts/SuperfluidGovernanceII.json +2019 -2019
  98. package/build/contracts/SuperfluidGovernanceIIProxy.json +224 -224
  99. package/build/contracts/SuperfluidLoader.json +749 -749
  100. package/build/contracts/SuperfluidToken.json +2233 -2233
  101. package/build/contracts/TOGA.json +4118 -4118
  102. package/build/contracts/TestGovernance.json +2399 -2399
  103. package/build/contracts/TestToken.json +1267 -1267
  104. package/build/contracts/TokenCustodian.json +903 -903
  105. package/build/contracts/TokenInfo.json +1 -1
  106. package/build/contracts/UInt128SafeMath.json +174 -174
  107. package/build/contracts/UUPSProxiable.json +233 -233
  108. package/build/contracts/UUPSProxy.json +257 -257
  109. package/build/contracts/UUPSUtils.json +85 -85
  110. package/contracts/libs/ERC1820RegistryCompiled.sol +10 -0
  111. package/contracts/utils/SuperfluidFrameworkDeployer.sol +24 -9
  112. package/package.json +2 -2
@@ -1036,7 +1036,7 @@
1036
1036
  },
1037
1037
  "networks": {},
1038
1038
  "schemaVersion": "3.4.7",
1039
- "updatedAt": "2022-05-06T12:43:05.280Z",
1039
+ "updatedAt": "2022-05-09T18:30:11.501Z",
1040
1040
  "devdoc": {
1041
1041
  "details": "External interface of AccessControl declared to support ERC165 detection.",
1042
1042
  "events": {
@@ -519,7 +519,7 @@
519
519
  },
520
520
  "networks": {},
521
521
  "schemaVersion": "3.4.7",
522
- "updatedAt": "2022-05-06T12:43:05.280Z",
522
+ "updatedAt": "2022-05-09T18:30:11.502Z",
523
523
  "devdoc": {
524
524
  "details": "External interface of AccessControlEnumerable declared to support ERC165 detection.",
525
525
  "kind": "dev",
@@ -4842,7 +4842,7 @@
4842
4842
  },
4843
4843
  "networks": {},
4844
4844
  "schemaVersion": "3.4.7",
4845
- "updatedAt": "2022-05-06T12:43:05.424Z",
4845
+ "updatedAt": "2022-05-09T18:30:11.642Z",
4846
4846
  "devdoc": {
4847
4847
  "author": "Superfluid",
4848
4848
  "events": {
@@ -17779,7 +17779,7 @@
17779
17779
  },
17780
17780
  "networks": {},
17781
17781
  "schemaVersion": "3.4.7",
17782
- "updatedAt": "2022-05-06T12:43:05.399Z",
17782
+ "updatedAt": "2022-05-09T18:30:11.623Z",
17783
17783
  "devdoc": {
17784
17784
  "author": "Superfluid",
17785
17785
  "details": "Set a variable of type `InitData` in the contract, then call this library's functions directly `initData.functionName()`.",
@@ -177,7 +177,7 @@
177
177
  },
178
178
  "networks": {},
179
179
  "schemaVersion": "3.4.7",
180
- "updatedAt": "2022-05-06T12:43:05.314Z",
180
+ "updatedAt": "2022-05-09T18:30:11.545Z",
181
181
  "devdoc": {
182
182
  "details": "Interface of the ERC165 standard, as defined in the https://eips.ethereum.org/EIPS/eip-165[EIP]. Implementers can declare support of contract interfaces, which can then be queried by others ({ERC165Checker}). For an implementation, see {ERC165}.",
183
183
  "kind": "dev",
@@ -210,7 +210,7 @@
210
210
  },
211
211
  "networks": {},
212
212
  "schemaVersion": "3.4.7",
213
- "updatedAt": "2022-05-06T12:43:05.314Z",
213
+ "updatedAt": "2022-05-09T18:30:11.545Z",
214
214
  "devdoc": {
215
215
  "details": "Interface for an ERC1820 implementer, as defined in the https://eips.ethereum.org/EIPS/eip-1820#interface-implementation-erc1820implementerinterface[EIP]. Used by contracts that will be registered as implementers in the {IERC1820Registry}.",
216
216
  "kind": "dev",
@@ -1286,7 +1286,7 @@
1286
1286
  },
1287
1287
  "networks": {},
1288
1288
  "schemaVersion": "3.4.7",
1289
- "updatedAt": "2022-05-06T12:43:05.315Z",
1289
+ "updatedAt": "2022-05-09T18:30:11.545Z",
1290
1290
  "devdoc": {
1291
1291
  "details": "Interface of the global ERC1820 Registry, as defined in the https://eips.ethereum.org/EIPS/eip-1820[EIP]. Accounts may register implementers for interfaces in this registry, as well as query support. Implementers may be shared by multiple accounts, and can also implement more than a single interface for each account. Contracts can implement interfaces for themselves, but externally-owned accounts (EOA) must delegate this to a contract. {IERC165} interfaces can also be queried via the registry. For an in-depth explanation and source code analysis, see the EIP text.",
1292
1292
  "kind": "dev",
@@ -1116,7 +1116,7 @@
1116
1116
  },
1117
1117
  "networks": {},
1118
1118
  "schemaVersion": "3.4.7",
1119
- "updatedAt": "2022-05-06T12:43:05.288Z",
1119
+ "updatedAt": "2022-05-09T18:30:11.509Z",
1120
1120
  "devdoc": {
1121
1121
  "details": "Interface of the ERC20 standard as defined in the EIP.",
1122
1122
  "events": {
@@ -503,7 +503,7 @@
503
503
  },
504
504
  "networks": {},
505
505
  "schemaVersion": "3.4.7",
506
- "updatedAt": "2022-05-06T12:43:05.290Z",
506
+ "updatedAt": "2022-05-09T18:30:11.511Z",
507
507
  "devdoc": {
508
508
  "details": "Interface for the optional metadata functions from the ERC20 standard. _Available since v4.1._",
509
509
  "kind": "dev",
@@ -1651,7 +1651,7 @@
1651
1651
  },
1652
1652
  "networks": {},
1653
1653
  "schemaVersion": "3.4.7",
1654
- "updatedAt": "2022-05-06T12:43:05.305Z",
1654
+ "updatedAt": "2022-05-09T18:30:11.536Z",
1655
1655
  "devdoc": {
1656
1656
  "details": "Required interface of an ERC721 compliant contract.",
1657
1657
  "events": {
@@ -643,7 +643,7 @@
643
643
  },
644
644
  "networks": {},
645
645
  "schemaVersion": "3.4.7",
646
- "updatedAt": "2022-05-06T12:43:05.306Z",
646
+ "updatedAt": "2022-05-09T18:30:11.537Z",
647
647
  "devdoc": {
648
648
  "details": "See https://eips.ethereum.org/EIPS/eip-721",
649
649
  "kind": "dev",
@@ -275,7 +275,7 @@
275
275
  },
276
276
  "networks": {},
277
277
  "schemaVersion": "3.4.7",
278
- "updatedAt": "2022-05-06T12:43:05.306Z",
278
+ "updatedAt": "2022-05-09T18:30:11.537Z",
279
279
  "devdoc": {
280
280
  "details": "Interface for any contract that wants to support safeTransfers from ERC721 asset contracts.",
281
281
  "kind": "dev",
@@ -2276,7 +2276,7 @@
2276
2276
  },
2277
2277
  "networks": {},
2278
2278
  "schemaVersion": "3.4.7",
2279
- "updatedAt": "2022-05-06T12:43:05.307Z",
2279
+ "updatedAt": "2022-05-09T18:30:11.538Z",
2280
2280
  "devdoc": {
2281
2281
  "details": "Interface of the ERC777Token standard as defined in the EIP. This contract uses the https://eips.ethereum.org/EIPS/eip-1820[ERC1820 registry standard] to let token holders and recipients react to token movements by using setting implementers for the associated interfaces in said registry. See {IERC1820Registry} and {ERC1820Implementer}.",
2282
2282
  "kind": "dev",
@@ -306,7 +306,7 @@
306
306
  },
307
307
  "networks": {},
308
308
  "schemaVersion": "3.4.7",
309
- "updatedAt": "2022-05-06T12:43:05.308Z",
309
+ "updatedAt": "2022-05-09T18:30:11.539Z",
310
310
  "devdoc": {
311
311
  "details": "Interface of the ERC777TokensRecipient standard as defined in the EIP. Accounts can be notified of {IERC777} tokens being sent to them by having a contract implement this interface (contract holders can be their own implementer) and registering it on the https://eips.ethereum.org/EIPS/eip-1820[ERC1820 global registry]. See {IERC1820Registry} and {ERC1820Implementer}.",
312
312
  "kind": "dev",
@@ -306,7 +306,7 @@
306
306
  },
307
307
  "networks": {},
308
308
  "schemaVersion": "3.4.7",
309
- "updatedAt": "2022-05-06T12:43:05.308Z",
309
+ "updatedAt": "2022-05-09T18:30:11.539Z",
310
310
  "devdoc": {
311
311
  "details": "Interface of the ERC777TokensSender standard as defined in the EIP. {IERC777} Token holders can be notified of operations performed on their tokens by having a contract implement this interface (contract holders can be their own implementer) and registering it on the https://eips.ethereum.org/EIPS/eip-1820[ERC1820 global registry]. See {IERC1820Registry} and {ERC1820Implementer}.",
312
312
  "kind": "dev",
@@ -5644,7 +5644,7 @@
5644
5644
  },
5645
5645
  "networks": {},
5646
5646
  "schemaVersion": "3.4.7",
5647
- "updatedAt": "2022-05-06T12:43:05.426Z",
5647
+ "updatedAt": "2022-05-09T18:30:11.644Z",
5648
5648
  "devdoc": {
5649
5649
  "author": "Superfluid Notes: - A publisher can create as many as indices as possibly identifiable with `indexId`. - `indexId` is deliberately limited to 32 bits, to avoid the chance for sha-3 collision. Despite knowing sha-3 collision is only theoretical. - A publisher can create a subscription to an index for any subscriber. - A subscription consists of: - The index it subscribes to. - Number of units subscribed. - An index consists of: - Current value as `uint128 indexValue`. - Total units of the approved subscriptions as `uint128 totalUnitsApproved`. - Total units of the non approved subscription as `uint128 totalUnitsPending`. - A publisher can update an index with a new value that doesn't decrease. - A publisher can update a subscription with any number of units. - A publisher or a subscriber can delete a subscription and reset its units to zero. - A subscriber must approve the index in order to receive distributions from the publisher each time the index is updated. - The amount distributed is $$\\Delta{index} * units$$ - Distributions to a non approved subscription stays in the publisher's deposit until: - the subscriber approves the subscription (side effect), - the publisher updates the subscription (side effect), - the subscriber deletes the subscription even if it is never approved (side effect), - or the subscriber can explicitly claim them.",
5650
5650
  "events": {
@@ -2045,7 +2045,7 @@
2045
2045
  },
2046
2046
  "networks": {},
2047
2047
  "schemaVersion": "3.4.7",
2048
- "updatedAt": "2022-05-06T12:43:05.451Z",
2048
+ "updatedAt": "2022-05-09T18:30:11.668Z",
2049
2049
  "devdoc": {
2050
2050
  "author": "Superfluid",
2051
2051
  "details": "Matic Bridged Native SuperToken full interface",
@@ -476,7 +476,7 @@
476
476
  },
477
477
  "networks": {},
478
478
  "schemaVersion": "3.4.7",
479
- "updatedAt": "2022-05-06T12:43:05.452Z",
479
+ "updatedAt": "2022-05-09T18:30:11.669Z",
480
480
  "devdoc": {
481
481
  "author": "Superfluid",
482
482
  "details": "Functionality specific for Matic Bridged Native Super Tokens",
@@ -236,7 +236,7 @@
236
236
  },
237
237
  "networks": {},
238
238
  "schemaVersion": "3.4.7",
239
- "updatedAt": "2022-05-06T12:43:05.456Z",
239
+ "updatedAt": "2022-05-09T18:30:11.673Z",
240
240
  "devdoc": {
241
241
  "author": "Superfluid",
242
242
  "kind": "dev",
@@ -1857,7 +1857,7 @@
1857
1857
  },
1858
1858
  "networks": {},
1859
1859
  "schemaVersion": "3.4.7",
1860
- "updatedAt": "2022-05-06T12:43:05.453Z",
1860
+ "updatedAt": "2022-05-09T18:30:11.670Z",
1861
1861
  "devdoc": {
1862
1862
  "author": "Superfluid",
1863
1863
  "kind": "dev",
@@ -288,7 +288,7 @@
288
288
  },
289
289
  "networks": {},
290
290
  "schemaVersion": "3.4.7",
291
- "updatedAt": "2022-05-06T12:43:05.454Z",
291
+ "updatedAt": "2022-05-09T18:30:11.671Z",
292
292
  "devdoc": {
293
293
  "author": "Superfluid",
294
294
  "kind": "dev",
@@ -252,7 +252,7 @@
252
252
  },
253
253
  "networks": {},
254
254
  "schemaVersion": "3.4.7",
255
- "updatedAt": "2022-05-06T12:43:05.456Z",
255
+ "updatedAt": "2022-05-09T18:30:11.673Z",
256
256
  "devdoc": {
257
257
  "author": "Superfluid",
258
258
  "details": "A contract must implement this interface in order to support relayed transactionsIt is better to inherit the BaseRelayRecipient as its implementation",
@@ -377,7 +377,7 @@
377
377
  },
378
378
  "networks": {},
379
379
  "schemaVersion": "3.4.7",
380
- "updatedAt": "2022-05-06T12:43:05.457Z",
380
+ "updatedAt": "2022-05-09T18:30:11.673Z",
381
381
  "devdoc": {
382
382
  "author": "Superfluid",
383
383
  "kind": "dev",
@@ -1896,7 +1896,7 @@
1896
1896
  },
1897
1897
  "networks": {},
1898
1898
  "schemaVersion": "3.4.7",
1899
- "updatedAt": "2022-05-06T12:43:05.454Z",
1899
+ "updatedAt": "2022-05-09T18:30:11.671Z",
1900
1900
  "devdoc": {
1901
1901
  "author": "Superfluid",
1902
1902
  "kind": "dev",
@@ -327,7 +327,7 @@
327
327
  },
328
328
  "networks": {},
329
329
  "schemaVersion": "3.4.7",
330
- "updatedAt": "2022-05-06T12:43:05.455Z",
330
+ "updatedAt": "2022-05-09T18:30:11.672Z",
331
331
  "devdoc": {
332
332
  "author": "Superfluid",
333
333
  "kind": "dev",
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "networks": {},
417
417
  "schemaVersion": "3.4.7",
418
- "updatedAt": "2022-05-06T12:43:05.441Z",
418
+ "updatedAt": "2022-05-09T18:30:11.658Z",
419
419
  "devdoc": {
420
420
  "author": "Superfluid",
421
421
  "kind": "dev",
@@ -1657,7 +1657,7 @@
1657
1657
  },
1658
1658
  "networks": {},
1659
1659
  "schemaVersion": "3.4.7",
1660
- "updatedAt": "2022-05-06T12:43:05.442Z",
1660
+ "updatedAt": "2022-05-09T18:30:11.659Z",
1661
1661
  "devdoc": {
1662
1662
  "author": "Superfluid",
1663
1663
  "details": "Be aware of the app being jailed, when the word permitted is used.",
@@ -5729,7 +5729,7 @@
5729
5729
  },
5730
5730
  "networks": {},
5731
5731
  "schemaVersion": "3.4.7",
5732
- "updatedAt": "2022-05-06T12:43:05.443Z",
5732
+ "updatedAt": "2022-05-09T18:30:11.660Z",
5733
5733
  "devdoc": {
5734
5734
  "author": "Superfluid",
5735
5735
  "events": {
@@ -1128,7 +1128,7 @@
1128
1128
  },
1129
1129
  "networks": {},
1130
1130
  "schemaVersion": "3.4.7",
1131
- "updatedAt": "2022-05-06T12:43:05.445Z",
1131
+ "updatedAt": "2022-05-09T18:30:11.662Z",
1132
1132
  "devdoc": {
1133
1133
  "author": "Superfluid",
1134
1134
  "events": {
@@ -6362,7 +6362,7 @@
6362
6362
  },
6363
6363
  "networks": {},
6364
6364
  "schemaVersion": "3.4.7",
6365
- "updatedAt": "2022-05-06T12:43:05.446Z",
6365
+ "updatedAt": "2022-05-09T18:30:11.663Z",
6366
6366
  "devdoc": {
6367
6367
  "author": "Superfluid NOTE: This is the central contract of the system where super agreement, super app and super token features are connected. The Superfluid host contract is also the entry point for the protocol users, where batch call and meta transaction are provided for UX improvements.",
6368
6368
  "events": {
@@ -1621,7 +1621,7 @@
1621
1621
  },
1622
1622
  "networks": {},
1623
1623
  "schemaVersion": "3.4.7",
1624
- "updatedAt": "2022-05-06T12:43:05.448Z",
1624
+ "updatedAt": "2022-05-09T18:30:11.665Z",
1625
1625
  "devdoc": {
1626
1626
  "author": "Superfluid",
1627
1627
  "kind": "dev",
@@ -3918,7 +3918,7 @@
3918
3918
  },
3919
3919
  "networks": {},
3920
3920
  "schemaVersion": "3.4.7",
3921
- "updatedAt": "2022-05-06T12:43:05.449Z",
3921
+ "updatedAt": "2022-05-09T18:30:11.666Z",
3922
3922
  "devdoc": {
3923
3923
  "author": "Superfluid",
3924
3924
  "events": {