@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 (110) 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 +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  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/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  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/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  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/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -68,18 +68,18 @@
68
68
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
69
69
  "exportedSymbols": {
70
70
  "ISuperAgreement": [
71
- 19002
71
+ 19124
72
72
  ],
73
73
  "ISuperfluidToken": [
74
- 20450
74
+ 20572
75
75
  ]
76
76
  },
77
- "id": 19003,
77
+ "id": 19125,
78
78
  "license": "AGPLv3",
79
79
  "nodeType": "SourceUnit",
80
80
  "nodes": [
81
81
  {
82
- "id": 18975,
82
+ "id": 19097,
83
83
  "literals": [
84
84
  "solidity",
85
85
  ">=",
@@ -92,20 +92,20 @@
92
92
  {
93
93
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
94
94
  "file": "./ISuperfluidToken.sol",
95
- "id": 18977,
95
+ "id": 19099,
96
96
  "nameLocation": "-1:-1:-1",
97
97
  "nodeType": "ImportDirective",
98
- "scope": 19003,
99
- "sourceUnit": 20451,
98
+ "scope": 19125,
99
+ "sourceUnit": 20573,
100
100
  "src": "62:58:44",
101
101
  "symbolAliases": [
102
102
  {
103
103
  "foreign": {
104
- "id": 18976,
104
+ "id": 19098,
105
105
  "name": "ISuperfluidToken",
106
106
  "nodeType": "Identifier",
107
107
  "overloadedDeclarations": [],
108
- "referencedDeclaration": 20450,
108
+ "referencedDeclaration": 20572,
109
109
  "src": "71:16:44",
110
110
  "typeDescriptions": {}
111
111
  },
@@ -121,15 +121,15 @@
121
121
  "contractDependencies": [],
122
122
  "contractKind": "interface",
123
123
  "documentation": {
124
- "id": 18978,
124
+ "id": 19100,
125
125
  "nodeType": "StructuredDocumentation",
126
126
  "src": "122:65:44",
127
127
  "text": " @title Super agreement interface\n @author Superfluid"
128
128
  },
129
129
  "fullyImplemented": false,
130
- "id": 19002,
130
+ "id": 19124,
131
131
  "linearizedBaseContracts": [
132
- 19002
132
+ 19124
133
133
  ],
134
134
  "name": "ISuperAgreement",
135
135
  "nameLocation": "198:15:44",
@@ -137,13 +137,13 @@
137
137
  "nodes": [
138
138
  {
139
139
  "documentation": {
140
- "id": 18979,
140
+ "id": 19101,
141
141
  "nodeType": "StructuredDocumentation",
142
142
  "src": "221:59:44",
143
143
  "text": " @dev Get the type of the agreement class"
144
144
  },
145
145
  "functionSelector": "7730599e",
146
- "id": 18984,
146
+ "id": 19106,
147
147
  "implemented": false,
148
148
  "kind": "function",
149
149
  "modifiers": [],
@@ -151,23 +151,23 @@
151
151
  "nameLocation": "294:13:44",
152
152
  "nodeType": "FunctionDefinition",
153
153
  "parameters": {
154
- "id": 18980,
154
+ "id": 19102,
155
155
  "nodeType": "ParameterList",
156
156
  "parameters": [],
157
157
  "src": "307:2:44"
158
158
  },
159
159
  "returnParameters": {
160
- "id": 18983,
160
+ "id": 19105,
161
161
  "nodeType": "ParameterList",
162
162
  "parameters": [
163
163
  {
164
164
  "constant": false,
165
- "id": 18982,
165
+ "id": 19104,
166
166
  "mutability": "mutable",
167
167
  "name": "",
168
168
  "nameLocation": "-1:-1:-1",
169
169
  "nodeType": "VariableDeclaration",
170
- "scope": 18984,
170
+ "scope": 19106,
171
171
  "src": "333:7:44",
172
172
  "stateVariable": false,
173
173
  "storageLocation": "default",
@@ -176,7 +176,7 @@
176
176
  "typeString": "bytes32"
177
177
  },
178
178
  "typeName": {
179
- "id": 18981,
179
+ "id": 19103,
180
180
  "name": "bytes32",
181
181
  "nodeType": "ElementaryTypeName",
182
182
  "src": "333:7:44",
@@ -190,7 +190,7 @@
190
190
  ],
191
191
  "src": "332:9:44"
192
192
  },
193
- "scope": 19002,
193
+ "scope": 19124,
194
194
  "src": "285:57:44",
195
195
  "stateMutability": "view",
196
196
  "virtual": false,
@@ -198,13 +198,13 @@
198
198
  },
199
199
  {
200
200
  "documentation": {
201
- "id": 18985,
201
+ "id": 19107,
202
202
  "nodeType": "StructuredDocumentation",
203
203
  "src": "348:425:44",
204
204
  "text": " @dev Calculate the real-time balance for the account of this agreement class\n @param account Account the state belongs to\n @param time Time used for the calculation\n @return dynamicBalance Dynamic balance portion of real-time balance of this agreement\n @return deposit Account deposit amount of this agreement\n @return owedDeposit Account owed deposit amount of this agreement"
205
205
  },
206
206
  "functionSelector": "9b2e48bc",
207
- "id": 19001,
207
+ "id": 19123,
208
208
  "implemented": false,
209
209
  "kind": "function",
210
210
  "modifiers": [],
@@ -212,38 +212,38 @@
212
212
  "nameLocation": "787:17:44",
213
213
  "nodeType": "FunctionDefinition",
214
214
  "parameters": {
215
- "id": 18993,
215
+ "id": 19115,
216
216
  "nodeType": "ParameterList",
217
217
  "parameters": [
218
218
  {
219
219
  "constant": false,
220
- "id": 18988,
220
+ "id": 19110,
221
221
  "mutability": "mutable",
222
222
  "name": "token",
223
223
  "nameLocation": "831:5:44",
224
224
  "nodeType": "VariableDeclaration",
225
- "scope": 19001,
225
+ "scope": 19123,
226
226
  "src": "814:22:44",
227
227
  "stateVariable": false,
228
228
  "storageLocation": "default",
229
229
  "typeDescriptions": {
230
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
230
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
231
231
  "typeString": "contract ISuperfluidToken"
232
232
  },
233
233
  "typeName": {
234
- "id": 18987,
234
+ "id": 19109,
235
235
  "nodeType": "UserDefinedTypeName",
236
236
  "pathNode": {
237
- "id": 18986,
237
+ "id": 19108,
238
238
  "name": "ISuperfluidToken",
239
239
  "nodeType": "IdentifierPath",
240
- "referencedDeclaration": 20450,
240
+ "referencedDeclaration": 20572,
241
241
  "src": "814:16:44"
242
242
  },
243
- "referencedDeclaration": 20450,
243
+ "referencedDeclaration": 20572,
244
244
  "src": "814:16:44",
245
245
  "typeDescriptions": {
246
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
246
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
247
247
  "typeString": "contract ISuperfluidToken"
248
248
  }
249
249
  },
@@ -251,12 +251,12 @@
251
251
  },
252
252
  {
253
253
  "constant": false,
254
- "id": 18990,
254
+ "id": 19112,
255
255
  "mutability": "mutable",
256
256
  "name": "account",
257
257
  "nameLocation": "854:7:44",
258
258
  "nodeType": "VariableDeclaration",
259
- "scope": 19001,
259
+ "scope": 19123,
260
260
  "src": "846:15:44",
261
261
  "stateVariable": false,
262
262
  "storageLocation": "default",
@@ -265,7 +265,7 @@
265
265
  "typeString": "address"
266
266
  },
267
267
  "typeName": {
268
- "id": 18989,
268
+ "id": 19111,
269
269
  "name": "address",
270
270
  "nodeType": "ElementaryTypeName",
271
271
  "src": "846:7:44",
@@ -279,12 +279,12 @@
279
279
  },
280
280
  {
281
281
  "constant": false,
282
- "id": 18992,
282
+ "id": 19114,
283
283
  "mutability": "mutable",
284
284
  "name": "time",
285
285
  "nameLocation": "879:4:44",
286
286
  "nodeType": "VariableDeclaration",
287
- "scope": 19001,
287
+ "scope": 19123,
288
288
  "src": "871:12:44",
289
289
  "stateVariable": false,
290
290
  "storageLocation": "default",
@@ -293,7 +293,7 @@
293
293
  "typeString": "uint256"
294
294
  },
295
295
  "typeName": {
296
- "id": 18991,
296
+ "id": 19113,
297
297
  "name": "uint256",
298
298
  "nodeType": "ElementaryTypeName",
299
299
  "src": "871:7:44",
@@ -308,17 +308,17 @@
308
308
  "src": "804:85:44"
309
309
  },
310
310
  "returnParameters": {
311
- "id": 19000,
311
+ "id": 19122,
312
312
  "nodeType": "ParameterList",
313
313
  "parameters": [
314
314
  {
315
315
  "constant": false,
316
- "id": 18995,
316
+ "id": 19117,
317
317
  "mutability": "mutable",
318
318
  "name": "dynamicBalance",
319
319
  "nameLocation": "957:14:44",
320
320
  "nodeType": "VariableDeclaration",
321
- "scope": 19001,
321
+ "scope": 19123,
322
322
  "src": "950:21:44",
323
323
  "stateVariable": false,
324
324
  "storageLocation": "default",
@@ -327,7 +327,7 @@
327
327
  "typeString": "int256"
328
328
  },
329
329
  "typeName": {
330
- "id": 18994,
330
+ "id": 19116,
331
331
  "name": "int256",
332
332
  "nodeType": "ElementaryTypeName",
333
333
  "src": "950:6:44",
@@ -340,12 +340,12 @@
340
340
  },
341
341
  {
342
342
  "constant": false,
343
- "id": 18997,
343
+ "id": 19119,
344
344
  "mutability": "mutable",
345
345
  "name": "deposit",
346
346
  "nameLocation": "993:7:44",
347
347
  "nodeType": "VariableDeclaration",
348
- "scope": 19001,
348
+ "scope": 19123,
349
349
  "src": "985:15:44",
350
350
  "stateVariable": false,
351
351
  "storageLocation": "default",
@@ -354,7 +354,7 @@
354
354
  "typeString": "uint256"
355
355
  },
356
356
  "typeName": {
357
- "id": 18996,
357
+ "id": 19118,
358
358
  "name": "uint256",
359
359
  "nodeType": "ElementaryTypeName",
360
360
  "src": "985:7:44",
@@ -367,12 +367,12 @@
367
367
  },
368
368
  {
369
369
  "constant": false,
370
- "id": 18999,
370
+ "id": 19121,
371
371
  "mutability": "mutable",
372
372
  "name": "owedDeposit",
373
373
  "nameLocation": "1022:11:44",
374
374
  "nodeType": "VariableDeclaration",
375
- "scope": 19001,
375
+ "scope": 19123,
376
376
  "src": "1014:19:44",
377
377
  "stateVariable": false,
378
378
  "storageLocation": "default",
@@ -381,7 +381,7 @@
381
381
  "typeString": "uint256"
382
382
  },
383
383
  "typeName": {
384
- "id": 18998,
384
+ "id": 19120,
385
385
  "name": "uint256",
386
386
  "nodeType": "ElementaryTypeName",
387
387
  "src": "1014:7:44",
@@ -395,14 +395,14 @@
395
395
  ],
396
396
  "src": "936:107:44"
397
397
  },
398
- "scope": 19002,
398
+ "scope": 19124,
399
399
  "src": "778:266:44",
400
400
  "stateMutability": "view",
401
401
  "virtual": false,
402
402
  "visibility": "external"
403
403
  }
404
404
  ],
405
- "scope": 19003,
405
+ "scope": 19125,
406
406
  "src": "188:859:44",
407
407
  "usedErrors": []
408
408
  }
@@ -415,7 +415,7 @@
415
415
  },
416
416
  "networks": {},
417
417
  "schemaVersion": "3.4.8",
418
- "updatedAt": "2022-08-29T16:08:02.411Z",
418
+ "updatedAt": "2022-08-30T13:03:13.354Z",
419
419
  "devdoc": {
420
420
  "author": "Superfluid",
421
421
  "kind": "dev",