@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.
- 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 +9 -9
- package/build/contracts/AgreementLibrary.json +1 -1
- package/build/contracts/BaseRelayRecipient.json +1 -1
- package/build/contracts/BatchLiquidator.json +1023 -1023
- package/build/contracts/BatchOperation.json +1 -1
- package/build/contracts/CFAv1Library.json +1 -1
- package/build/contracts/CallUtils.json +1 -1
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +3580 -3580
- package/build/contracts/ConstantFlowAgreementV1.json +5088 -5088
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +1 -1
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +1 -1
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +79 -79
- package/build/contracts/ERC1820RegistryCompiled.json +256 -0
- package/build/contracts/ERC20.json +1008 -1008
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1816 -1816
- package/build/contracts/ERC20WithTokenInfo.json +1 -1
- package/build/contracts/ERC721.json +1834 -1834
- package/build/contracts/ERC777Helper.json +660 -660
- package/build/contracts/ERC777RecipientDrainingGas.json +1871 -1871
- package/build/contracts/ERC777RecipientReverting.json +1893 -1893
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +3608 -3608
- package/build/contracts/FixedSizeData.json +405 -405
- package/build/contracts/FlowExchangeTestApp.json +3718 -3718
- package/build/contracts/FlowOperatorDefinitions.json +1 -1
- package/build/contracts/FullUpgradableSuperTokenProxy.json +316 -316
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +1 -1
- package/build/contracts/IDAv1Library.json +1 -1
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC721Receiver.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/IInstantDistributionAgreementV1.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperToken.json +1 -1
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +1 -1
- package/build/contracts/IMultiSigWallet.json +1 -1
- package/build/contracts/IPureSuperToken.json +1 -1
- package/build/contracts/IPureSuperTokenCustom.json +1 -1
- package/build/contracts/IRelayRecipient.json +1 -1
- package/build/contracts/IResolver.json +1 -1
- package/build/contracts/ISETH.json +1 -1
- package/build/contracts/ISETHCustom.json +1 -1
- package/build/contracts/ISuperAgreement.json +1 -1
- package/build/contracts/ISuperApp.json +1 -1
- package/build/contracts/ISuperToken.json +1 -1
- package/build/contracts/ISuperTokenFactory.json +1 -1
- package/build/contracts/ISuperfluid.json +1 -1
- package/build/contracts/ISuperfluidGovernance.json +1 -1
- package/build/contracts/ISuperfluidToken.json +1 -1
- package/build/contracts/ITOGAv1.json +2143 -2143
- package/build/contracts/ITOGAv2.json +2143 -2143
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5413 -5413
- package/build/contracts/Int96SafeMath.json +504 -504
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +968 -968
- package/build/contracts/NonClosableOutflowTestApp.json +3483 -3483
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +691 -691
- package/build/contracts/Resolver.json +1058 -1058
- package/build/contracts/SETHProxy.json +658 -658
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +3580 -3580
- package/build/contracts/SlotsBitmapLibrary.json +1704 -1704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +1 -1
- package/build/contracts/SuperAppDefinitions.json +1 -1
- package/build/contracts/SuperToken.json +9035 -9035
- package/build/contracts/SuperTokenFactory.json +2071 -2071
- package/build/contracts/SuperTokenFactoryBase.json +988 -988
- package/build/contracts/SuperTokenFactoryHelper.json +1092 -1092
- package/build/contracts/SuperUpgrader.json +2492 -2492
- package/build/contracts/Superfluid.json +12968 -12968
- package/build/contracts/SuperfluidFrameworkDeployer.json +3440 -2173
- package/build/contracts/SuperfluidGovernanceBase.json +8 -8
- package/build/contracts/SuperfluidGovernanceConfigs.json +1 -1
- package/build/contracts/SuperfluidGovernanceII.json +2019 -2019
- package/build/contracts/SuperfluidGovernanceIIProxy.json +224 -224
- package/build/contracts/SuperfluidLoader.json +749 -749
- package/build/contracts/SuperfluidToken.json +2233 -2233
- package/build/contracts/TOGA.json +4118 -4118
- package/build/contracts/TestGovernance.json +2399 -2399
- package/build/contracts/TestToken.json +1267 -1267
- package/build/contracts/TokenCustodian.json +903 -903
- package/build/contracts/TokenInfo.json +1 -1
- package/build/contracts/UInt128SafeMath.json +174 -174
- package/build/contracts/UUPSProxiable.json +233 -233
- package/build/contracts/UUPSProxy.json +257 -257
- package/build/contracts/UUPSUtils.json +85 -85
- package/contracts/libs/ERC1820RegistryCompiled.sol +10 -0
- package/contracts/utils/SuperfluidFrameworkDeployer.sol +24 -9
- package/package.json +2 -2
|
@@ -1036,7 +1036,7 @@
|
|
|
1036
1036
|
},
|
|
1037
1037
|
"networks": {},
|
|
1038
1038
|
"schemaVersion": "3.4.7",
|
|
1039
|
-
"updatedAt": "2022-05-
|
|
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-
|
|
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",
|
|
@@ -17779,7 +17779,7 @@
|
|
|
17779
17779
|
},
|
|
17780
17780
|
"networks": {},
|
|
17781
17781
|
"schemaVersion": "3.4.7",
|
|
17782
|
-
"updatedAt": "2022-05-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
1654
|
+
"updatedAt": "2022-05-09T18:30:11.536Z",
|
|
1655
1655
|
"devdoc": {
|
|
1656
1656
|
"details": "Required interface of an ERC721 compliant contract.",
|
|
1657
1657
|
"events": {
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
},
|
|
276
276
|
"networks": {},
|
|
277
277
|
"schemaVersion": "3.4.7",
|
|
278
|
-
"updatedAt": "2022-05-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
},
|
|
253
253
|
"networks": {},
|
|
254
254
|
"schemaVersion": "3.4.7",
|
|
255
|
-
"updatedAt": "2022-05-
|
|
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",
|
|
@@ -1657,7 +1657,7 @@
|
|
|
1657
1657
|
},
|
|
1658
1658
|
"networks": {},
|
|
1659
1659
|
"schemaVersion": "3.4.7",
|
|
1660
|
-
"updatedAt": "2022-05-
|
|
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.",
|
|
@@ -6362,7 +6362,7 @@
|
|
|
6362
6362
|
},
|
|
6363
6363
|
"networks": {},
|
|
6364
6364
|
"schemaVersion": "3.4.7",
|
|
6365
|
-
"updatedAt": "2022-05-
|
|
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": {
|