@superfluid-finance/ethereum-contracts 1.2.2-dev.a4c583c.0 → 1.2.2-dev.ec379f7.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 +18 -18
- package/build/contracts/AgreementLibrary.json +167 -167
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +178 -178
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +257 -257
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
- package/build/contracts/ConstantFlowAgreementV1.json +925 -925
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC721.json +1 -1
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
- package/build/contracts/ERC777RecipientReverting.json +855 -855
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +1501 -1501
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1502 -1502
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +398 -398
- 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 +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +42 -42
- package/build/contracts/IPureSuperTokenCustom.json +42 -42
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +47 -47
- package/build/contracts/ISETHCustom.json +47 -47
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +523 -523
- package/build/contracts/ISuperTokenFactory.json +160 -160
- package/build/contracts/ISuperfluid.json +829 -829
- package/build/contracts/ISuperfluidGovernance.json +242 -242
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1431 -1431
- package/build/contracts/ITOGAv2.json +1431 -1431
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +577 -577
- package/build/contracts/Int96SafeMath.json +281 -281
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
- 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 +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/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1501 -1501
- package/build/contracts/SlotsBitmapLibrary.json +441 -441
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +2350 -2350
- package/build/contracts/SuperTokenFactory.json +731 -731
- package/build/contracts/SuperTokenFactoryBase.json +721 -721
- package/build/contracts/SuperTokenFactoryHelper.json +724 -724
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +9812 -10169
- package/build/contracts/SuperfluidFrameworkDeployer.json +490 -490
- package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1345 -1345
- package/build/contracts/TOGA.json +1448 -1448
- package/build/contracts/TestGovernance.json +2192 -2442
- package/build/contracts/TestToken.json +94 -94
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UInt128SafeMath.json +97 -97
- package/build/contracts/UUPSProxiable.json +132 -132
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +2 -2
- package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/superfluid/Superfluid.sol +5 -10
- package/package.json +1 -1
- package/scripts/gov-create-new-app-registration-key.js +26 -3
|
@@ -265,19 +265,19 @@
|
|
|
265
265
|
"absolutePath": "project:/contracts/apps/SuperAppBase.sol",
|
|
266
266
|
"exportedSymbols": {
|
|
267
267
|
"ISuperApp": [
|
|
268
|
-
|
|
268
|
+
18063
|
|
269
269
|
],
|
|
270
270
|
"ISuperToken": [
|
|
271
|
-
|
|
271
|
+
18439
|
|
272
272
|
],
|
|
273
273
|
"ISuperfluid": [
|
|
274
|
-
|
|
274
|
+
19002
|
|
275
275
|
],
|
|
276
276
|
"SuperAppBase": [
|
|
277
277
|
15529
|
|
278
278
|
],
|
|
279
279
|
"SuperAppDefinitions": [
|
|
280
|
-
|
|
280
|
+
17622
|
|
281
281
|
]
|
|
282
282
|
},
|
|
283
283
|
"id": 15530,
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"nameLocation": "-1:-1:-1",
|
|
303
303
|
"nodeType": "ImportDirective",
|
|
304
304
|
"scope": 15530,
|
|
305
|
-
"sourceUnit":
|
|
305
|
+
"sourceUnit": 19003,
|
|
306
306
|
"src": "62:132:40",
|
|
307
307
|
"symbolAliases": [
|
|
308
308
|
{
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"name": "ISuperfluid",
|
|
312
312
|
"nodeType": "Identifier",
|
|
313
313
|
"overloadedDeclarations": [],
|
|
314
|
-
"referencedDeclaration":
|
|
314
|
+
"referencedDeclaration": 19002,
|
|
315
315
|
"src": "75:11:40",
|
|
316
316
|
"typeDescriptions": {}
|
|
317
317
|
},
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"name": "ISuperToken",
|
|
324
324
|
"nodeType": "Identifier",
|
|
325
325
|
"overloadedDeclarations": [],
|
|
326
|
-
"referencedDeclaration":
|
|
326
|
+
"referencedDeclaration": 18439,
|
|
327
327
|
"src": "92:11:40",
|
|
328
328
|
"typeDescriptions": {}
|
|
329
329
|
},
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"name": "ISuperApp",
|
|
336
336
|
"nodeType": "Identifier",
|
|
337
337
|
"overloadedDeclarations": [],
|
|
338
|
-
"referencedDeclaration":
|
|
338
|
+
"referencedDeclaration": 18063,
|
|
339
339
|
"src": "109:9:40",
|
|
340
340
|
"typeDescriptions": {}
|
|
341
341
|
},
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"name": "SuperAppDefinitions",
|
|
348
348
|
"nodeType": "Identifier",
|
|
349
349
|
"overloadedDeclarations": [],
|
|
350
|
-
"referencedDeclaration":
|
|
350
|
+
"referencedDeclaration": 17622,
|
|
351
351
|
"src": "124:19:40",
|
|
352
352
|
"typeDescriptions": {}
|
|
353
353
|
},
|
|
@@ -364,7 +364,7 @@
|
|
|
364
364
|
"id": 15389,
|
|
365
365
|
"name": "ISuperApp",
|
|
366
366
|
"nodeType": "IdentifierPath",
|
|
367
|
-
"referencedDeclaration":
|
|
367
|
+
"referencedDeclaration": 18063,
|
|
368
368
|
"src": "230:9:40"
|
|
369
369
|
},
|
|
370
370
|
"id": 15390,
|
|
@@ -379,7 +379,7 @@
|
|
|
379
379
|
"id": 15529,
|
|
380
380
|
"linearizedBaseContracts": [
|
|
381
381
|
15529,
|
|
382
|
-
|
|
382
|
+
18063
|
|
383
383
|
],
|
|
384
384
|
"name": "SuperAppBase",
|
|
385
385
|
"nameLocation": "214:12:40",
|
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
"nodes": [
|
|
388
388
|
{
|
|
389
389
|
"baseFunctions": [
|
|
390
|
-
|
|
390
|
+
17971
|
|
391
391
|
],
|
|
392
392
|
"body": {
|
|
393
393
|
"id": 15411,
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
"stateVariable": false,
|
|
487
487
|
"storageLocation": "default",
|
|
488
488
|
"typeDescriptions": {
|
|
489
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
489
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
490
490
|
"typeString": "contract ISuperToken"
|
|
491
491
|
},
|
|
492
492
|
"typeName": {
|
|
@@ -496,13 +496,13 @@
|
|
|
496
496
|
"id": 15391,
|
|
497
497
|
"name": "ISuperToken",
|
|
498
498
|
"nodeType": "IdentifierPath",
|
|
499
|
-
"referencedDeclaration":
|
|
499
|
+
"referencedDeclaration": 18439,
|
|
500
500
|
"src": "288:11:40"
|
|
501
501
|
},
|
|
502
|
-
"referencedDeclaration":
|
|
502
|
+
"referencedDeclaration": 18439,
|
|
503
503
|
"src": "288:11:40",
|
|
504
504
|
"typeDescriptions": {
|
|
505
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
505
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
506
506
|
"typeString": "contract ISuperToken"
|
|
507
507
|
}
|
|
508
508
|
},
|
|
@@ -662,7 +662,7 @@
|
|
|
662
662
|
},
|
|
663
663
|
{
|
|
664
664
|
"baseFunctions": [
|
|
665
|
-
|
|
665
|
+
17990
|
|
666
666
|
],
|
|
667
667
|
"body": {
|
|
668
668
|
"id": 15435,
|
|
@@ -761,7 +761,7 @@
|
|
|
761
761
|
"stateVariable": false,
|
|
762
762
|
"storageLocation": "default",
|
|
763
763
|
"typeDescriptions": {
|
|
764
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
764
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
765
765
|
"typeString": "contract ISuperToken"
|
|
766
766
|
},
|
|
767
767
|
"typeName": {
|
|
@@ -771,13 +771,13 @@
|
|
|
771
771
|
"id": 15413,
|
|
772
772
|
"name": "ISuperToken",
|
|
773
773
|
"nodeType": "IdentifierPath",
|
|
774
|
-
"referencedDeclaration":
|
|
774
|
+
"referencedDeclaration": 18439,
|
|
775
775
|
"src": "693:11:40"
|
|
776
776
|
},
|
|
777
|
-
"referencedDeclaration":
|
|
777
|
+
"referencedDeclaration": 18439,
|
|
778
778
|
"src": "693:11:40",
|
|
779
779
|
"typeDescriptions": {
|
|
780
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
780
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
781
781
|
"typeString": "contract ISuperToken"
|
|
782
782
|
}
|
|
783
783
|
},
|
|
@@ -964,7 +964,7 @@
|
|
|
964
964
|
},
|
|
965
965
|
{
|
|
966
966
|
"baseFunctions": [
|
|
967
|
-
|
|
967
|
+
18007
|
|
968
968
|
],
|
|
969
969
|
"body": {
|
|
970
970
|
"id": 15457,
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
"stateVariable": false,
|
|
1064
1064
|
"storageLocation": "default",
|
|
1065
1065
|
"typeDescriptions": {
|
|
1066
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1066
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1067
1067
|
"typeString": "contract ISuperToken"
|
|
1068
1068
|
},
|
|
1069
1069
|
"typeName": {
|
|
@@ -1073,13 +1073,13 @@
|
|
|
1073
1073
|
"id": 15437,
|
|
1074
1074
|
"name": "ISuperToken",
|
|
1075
1075
|
"nodeType": "IdentifierPath",
|
|
1076
|
-
"referencedDeclaration":
|
|
1076
|
+
"referencedDeclaration": 18439,
|
|
1077
1077
|
"src": "1120:11:40"
|
|
1078
1078
|
},
|
|
1079
|
-
"referencedDeclaration":
|
|
1079
|
+
"referencedDeclaration": 18439,
|
|
1080
1080
|
"src": "1120:11:40",
|
|
1081
1081
|
"typeDescriptions": {
|
|
1082
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1082
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1083
1083
|
"typeString": "contract ISuperToken"
|
|
1084
1084
|
}
|
|
1085
1085
|
},
|
|
@@ -1239,7 +1239,7 @@
|
|
|
1239
1239
|
},
|
|
1240
1240
|
{
|
|
1241
1241
|
"baseFunctions": [
|
|
1242
|
-
|
|
1242
|
+
18026
|
|
1243
1243
|
],
|
|
1244
1244
|
"body": {
|
|
1245
1245
|
"id": 15481,
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
"stateVariable": false,
|
|
1339
1339
|
"storageLocation": "default",
|
|
1340
1340
|
"typeDescriptions": {
|
|
1341
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1341
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1342
1342
|
"typeString": "contract ISuperToken"
|
|
1343
1343
|
},
|
|
1344
1344
|
"typeName": {
|
|
@@ -1348,13 +1348,13 @@
|
|
|
1348
1348
|
"id": 15459,
|
|
1349
1349
|
"name": "ISuperToken",
|
|
1350
1350
|
"nodeType": "IdentifierPath",
|
|
1351
|
-
"referencedDeclaration":
|
|
1351
|
+
"referencedDeclaration": 18439,
|
|
1352
1352
|
"src": "1525:11:40"
|
|
1353
1353
|
},
|
|
1354
|
-
"referencedDeclaration":
|
|
1354
|
+
"referencedDeclaration": 18439,
|
|
1355
1355
|
"src": "1525:11:40",
|
|
1356
1356
|
"typeDescriptions": {
|
|
1357
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1357
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1358
1358
|
"typeString": "contract ISuperToken"
|
|
1359
1359
|
}
|
|
1360
1360
|
},
|
|
@@ -1541,7 +1541,7 @@
|
|
|
1541
1541
|
},
|
|
1542
1542
|
{
|
|
1543
1543
|
"baseFunctions": [
|
|
1544
|
-
|
|
1544
|
+
18043
|
|
1545
1545
|
],
|
|
1546
1546
|
"body": {
|
|
1547
1547
|
"id": 15503,
|
|
@@ -1640,7 +1640,7 @@
|
|
|
1640
1640
|
"stateVariable": false,
|
|
1641
1641
|
"storageLocation": "default",
|
|
1642
1642
|
"typeDescriptions": {
|
|
1643
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1643
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1644
1644
|
"typeString": "contract ISuperToken"
|
|
1645
1645
|
},
|
|
1646
1646
|
"typeName": {
|
|
@@ -1650,13 +1650,13 @@
|
|
|
1650
1650
|
"id": 15483,
|
|
1651
1651
|
"name": "ISuperToken",
|
|
1652
1652
|
"nodeType": "IdentifierPath",
|
|
1653
|
-
"referencedDeclaration":
|
|
1653
|
+
"referencedDeclaration": 18439,
|
|
1654
1654
|
"src": "1955:11:40"
|
|
1655
1655
|
},
|
|
1656
|
-
"referencedDeclaration":
|
|
1656
|
+
"referencedDeclaration": 18439,
|
|
1657
1657
|
"src": "1955:11:40",
|
|
1658
1658
|
"typeDescriptions": {
|
|
1659
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1659
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1660
1660
|
"typeString": "contract ISuperToken"
|
|
1661
1661
|
}
|
|
1662
1662
|
},
|
|
@@ -1816,7 +1816,7 @@
|
|
|
1816
1816
|
},
|
|
1817
1817
|
{
|
|
1818
1818
|
"baseFunctions": [
|
|
1819
|
-
|
|
1819
|
+
18062
|
|
1820
1820
|
],
|
|
1821
1821
|
"body": {
|
|
1822
1822
|
"id": 15527,
|
|
@@ -1915,7 +1915,7 @@
|
|
|
1915
1915
|
"stateVariable": false,
|
|
1916
1916
|
"storageLocation": "default",
|
|
1917
1917
|
"typeDescriptions": {
|
|
1918
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1918
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1919
1919
|
"typeString": "contract ISuperToken"
|
|
1920
1920
|
},
|
|
1921
1921
|
"typeName": {
|
|
@@ -1925,13 +1925,13 @@
|
|
|
1925
1925
|
"id": 15505,
|
|
1926
1926
|
"name": "ISuperToken",
|
|
1927
1927
|
"nodeType": "IdentifierPath",
|
|
1928
|
-
"referencedDeclaration":
|
|
1928
|
+
"referencedDeclaration": 18439,
|
|
1929
1929
|
"src": "2367:11:40"
|
|
1930
1930
|
},
|
|
1931
|
-
"referencedDeclaration":
|
|
1931
|
+
"referencedDeclaration": 18439,
|
|
1932
1932
|
"src": "2367:11:40",
|
|
1933
1933
|
"typeDescriptions": {
|
|
1934
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1934
|
+
"typeIdentifier": "t_contract$_ISuperToken_$18439",
|
|
1935
1935
|
"typeString": "contract ISuperToken"
|
|
1936
1936
|
}
|
|
1937
1937
|
},
|
|
@@ -2130,7 +2130,7 @@
|
|
|
2130
2130
|
},
|
|
2131
2131
|
"networks": {},
|
|
2132
2132
|
"schemaVersion": "3.4.7",
|
|
2133
|
-
"updatedAt": "2022-05-
|
|
2133
|
+
"updatedAt": "2022-05-06T12:43:05.406Z",
|
|
2134
2134
|
"devdoc": {
|
|
2135
2135
|
"kind": "dev",
|
|
2136
2136
|
"methods": {},
|