@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.
Files changed (114) 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 +18 -18
  5. package/build/contracts/AgreementLibrary.json +167 -167
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +178 -178
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +257 -257
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
  12. package/build/contracts/ConstantFlowAgreementV1.json +925 -925
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC20.json +1 -1
  20. package/build/contracts/ERC20Burnable.json +1 -1
  21. package/build/contracts/ERC20Pausable.json +1 -1
  22. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  23. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/ExclusiveInflowTestApp.json +1501 -1501
  30. package/build/contracts/FixedSizeData.json +200 -200
  31. package/build/contracts/FlowExchangeTestApp.json +1502 -1502
  32. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  33. package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
  34. package/build/contracts/IAccessControl.json +1 -1
  35. package/build/contracts/IAccessControlEnumerable.json +1 -1
  36. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  37. package/build/contracts/IDAv1Library.json +398 -398
  38. package/build/contracts/IERC165.json +1 -1
  39. package/build/contracts/IERC1820Implementer.json +1 -1
  40. package/build/contracts/IERC1820Registry.json +1 -1
  41. package/build/contracts/IERC20.json +1 -1
  42. package/build/contracts/IERC20Metadata.json +1 -1
  43. package/build/contracts/IERC721.json +1 -1
  44. package/build/contracts/IERC721Metadata.json +1 -1
  45. package/build/contracts/IERC721Receiver.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  52. package/build/contracts/IMultiSigWallet.json +24 -24
  53. package/build/contracts/IPureSuperToken.json +42 -42
  54. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  55. package/build/contracts/IRelayRecipient.json +27 -27
  56. package/build/contracts/IResolver.json +38 -38
  57. package/build/contracts/ISETH.json +47 -47
  58. package/build/contracts/ISETHCustom.json +47 -47
  59. package/build/contracts/ISuperAgreement.json +50 -50
  60. package/build/contracts/ISuperApp.json +191 -191
  61. package/build/contracts/ISuperToken.json +523 -523
  62. package/build/contracts/ISuperTokenFactory.json +160 -160
  63. package/build/contracts/ISuperfluid.json +829 -829
  64. package/build/contracts/ISuperfluidGovernance.json +242 -242
  65. package/build/contracts/ISuperfluidToken.json +389 -389
  66. package/build/contracts/ITOGAv1.json +1431 -1431
  67. package/build/contracts/ITOGAv2.json +1431 -1431
  68. package/build/contracts/Initializable.json +1 -1
  69. package/build/contracts/InstantDistributionAgreementV1.json +577 -577
  70. package/build/contracts/Int96SafeMath.json +281 -281
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
  73. package/build/contracts/Ownable.json +1 -1
  74. package/build/contracts/Pausable.json +1 -1
  75. package/build/contracts/Proxy.json +1 -1
  76. package/build/contracts/PureSuperToken.json +106 -106
  77. package/build/contracts/Resolver.json +98 -98
  78. package/build/contracts/SETHProxy.json +224 -224
  79. package/build/contracts/SafeCast.json +1 -1
  80. package/build/contracts/SafeERC20.json +1 -1
  81. package/build/contracts/SafeMath.json +1 -1
  82. package/build/contracts/SelfDeletingFlowTestApp.json +1501 -1501
  83. package/build/contracts/SlotsBitmapLibrary.json +441 -441
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +42 -42
  86. package/build/contracts/SuperAppDefinitions.json +599 -599
  87. package/build/contracts/SuperToken.json +2350 -2350
  88. package/build/contracts/SuperTokenFactory.json +731 -731
  89. package/build/contracts/SuperTokenFactoryBase.json +721 -721
  90. package/build/contracts/SuperTokenFactoryHelper.json +724 -724
  91. package/build/contracts/SuperUpgrader.json +437 -437
  92. package/build/contracts/Superfluid.json +9812 -10169
  93. package/build/contracts/SuperfluidFrameworkDeployer.json +490 -490
  94. package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  96. package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  98. package/build/contracts/SuperfluidLoader.json +207 -207
  99. package/build/contracts/SuperfluidToken.json +1345 -1345
  100. package/build/contracts/TOGA.json +1448 -1448
  101. package/build/contracts/TestGovernance.json +2192 -2442
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +32 -32
  105. package/build/contracts/UInt128SafeMath.json +97 -97
  106. package/build/contracts/UUPSProxiable.json +132 -132
  107. package/build/contracts/UUPSProxy.json +81 -81
  108. package/build/contracts/UUPSUtils.json +37 -37
  109. package/build/contracts-sizes.txt +2 -2
  110. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  111. package/contracts/mocks/SuperfluidMock.sol +2 -2
  112. package/contracts/superfluid/Superfluid.sol +5 -10
  113. package/package.json +1 -1
  114. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -2565,7 +2565,7 @@
2565
2565
  },
2566
2566
  "networks": {},
2567
2567
  "schemaVersion": "3.4.7",
2568
- "updatedAt": "2022-05-05T13:57:31.148Z",
2568
+ "updatedAt": "2022-05-06T12:43:05.312Z",
2569
2569
  "devdoc": {
2570
2570
  "details": "String operations.",
2571
2571
  "kind": "dev",
@@ -265,19 +265,19 @@
265
265
  "absolutePath": "project:/contracts/apps/SuperAppBase.sol",
266
266
  "exportedSymbols": {
267
267
  "ISuperApp": [
268
- 18085
268
+ 18063
269
269
  ],
270
270
  "ISuperToken": [
271
- 18461
271
+ 18439
272
272
  ],
273
273
  "ISuperfluid": [
274
- 19024
274
+ 19002
275
275
  ],
276
276
  "SuperAppBase": [
277
277
  15529
278
278
  ],
279
279
  "SuperAppDefinitions": [
280
- 17644
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": 19025,
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": 19024,
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": 18461,
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": 18085,
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": 17644,
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": 18085,
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
- 18085
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
- 17993
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_$18461",
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": 18461,
499
+ "referencedDeclaration": 18439,
500
500
  "src": "288:11:40"
501
501
  },
502
- "referencedDeclaration": 18461,
502
+ "referencedDeclaration": 18439,
503
503
  "src": "288:11:40",
504
504
  "typeDescriptions": {
505
- "typeIdentifier": "t_contract$_ISuperToken_$18461",
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
- 18012
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_$18461",
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": 18461,
774
+ "referencedDeclaration": 18439,
775
775
  "src": "693:11:40"
776
776
  },
777
- "referencedDeclaration": 18461,
777
+ "referencedDeclaration": 18439,
778
778
  "src": "693:11:40",
779
779
  "typeDescriptions": {
780
- "typeIdentifier": "t_contract$_ISuperToken_$18461",
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
- 18029
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_$18461",
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": 18461,
1076
+ "referencedDeclaration": 18439,
1077
1077
  "src": "1120:11:40"
1078
1078
  },
1079
- "referencedDeclaration": 18461,
1079
+ "referencedDeclaration": 18439,
1080
1080
  "src": "1120:11:40",
1081
1081
  "typeDescriptions": {
1082
- "typeIdentifier": "t_contract$_ISuperToken_$18461",
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
- 18048
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_$18461",
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": 18461,
1351
+ "referencedDeclaration": 18439,
1352
1352
  "src": "1525:11:40"
1353
1353
  },
1354
- "referencedDeclaration": 18461,
1354
+ "referencedDeclaration": 18439,
1355
1355
  "src": "1525:11:40",
1356
1356
  "typeDescriptions": {
1357
- "typeIdentifier": "t_contract$_ISuperToken_$18461",
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
- 18065
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_$18461",
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": 18461,
1653
+ "referencedDeclaration": 18439,
1654
1654
  "src": "1955:11:40"
1655
1655
  },
1656
- "referencedDeclaration": 18461,
1656
+ "referencedDeclaration": 18439,
1657
1657
  "src": "1955:11:40",
1658
1658
  "typeDescriptions": {
1659
- "typeIdentifier": "t_contract$_ISuperToken_$18461",
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
- 18084
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_$18461",
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": 18461,
1928
+ "referencedDeclaration": 18439,
1929
1929
  "src": "2367:11:40"
1930
1930
  },
1931
- "referencedDeclaration": 18461,
1931
+ "referencedDeclaration": 18439,
1932
1932
  "src": "2367:11:40",
1933
1933
  "typeDescriptions": {
1934
- "typeIdentifier": "t_contract$_ISuperToken_$18461",
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-05T13:57:31.233Z",
2133
+ "updatedAt": "2022-05-06T12:43:05.406Z",
2134
2134
  "devdoc": {
2135
2135
  "kind": "dev",
2136
2136
  "methods": {},