@superfluid-finance/ethereum-contracts 1.4.1 → 1.4.2-dev.e06ddfc.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 (108) 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 +28 -28
  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 +788 -788
  9. package/build/contracts/CFAv1Forwarder.json +1321 -1321
  10. package/build/contracts/CFAv1Library.json +2279 -2279
  11. package/build/contracts/CallUtils.json +198 -198
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
  13. package/build/contracts/ConstantFlowAgreementV1.json +1702 -1622
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +788 -788
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +19 -19
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20Burnable.json +1 -1
  23. package/build/contracts/ERC20Pausable.json +1 -1
  24. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +380 -380
  27. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  28. package/build/contracts/ERC777RecipientReverting.json +855 -855
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1545 -1545
  34. package/build/contracts/FlowOperatorDefinitions.json +788 -788
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +615 -615
  39. package/build/contracts/IDAv1Library.json +2611 -2611
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.json +1 -1
  45. package/build/contracts/IERC20Permit.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 +652 -652
  50. package/build/contracts/IMultiSigWallet.json +24 -24
  51. package/build/contracts/IPureSuperToken.json +47 -47
  52. package/build/contracts/IPureSuperTokenCustom.json +47 -47
  53. package/build/contracts/IRelayRecipient.json +27 -27
  54. package/build/contracts/IResolver.json +38 -38
  55. package/build/contracts/ISETH.json +52 -52
  56. package/build/contracts/ISETHCustom.json +52 -52
  57. package/build/contracts/ISuperAgreement.json +50 -50
  58. package/build/contracts/ISuperApp.json +191 -191
  59. package/build/contracts/ISuperToken.json +544 -544
  60. package/build/contracts/ISuperTokenFactory.json +166 -166
  61. package/build/contracts/ISuperfluid.json +886 -886
  62. package/build/contracts/ISuperfluidGovernance.json +254 -254
  63. package/build/contracts/ISuperfluidToken.json +395 -395
  64. package/build/contracts/ITOGAv1.json +1441 -1441
  65. package/build/contracts/ITOGAv2.json +1441 -1441
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5894 -5894
  68. package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Pausable.json +1 -1
  71. package/build/contracts/Proxy.json +1 -1
  72. package/build/contracts/PureSuperToken.json +106 -106
  73. package/build/contracts/Resolver.json +98 -98
  74. package/build/contracts/SETHProxy.json +224 -224
  75. package/build/contracts/SafeCast.json +1 -1
  76. package/build/contracts/SafeERC20.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
  79. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  80. package/build/contracts/StreamRedirector.json +745 -745
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +239 -239
  83. package/build/contracts/SuperAppDefinitions.json +788 -788
  84. package/build/contracts/SuperToken.json +2477 -2477
  85. package/build/contracts/SuperTokenFactory.json +774 -774
  86. package/build/contracts/SuperTokenFactoryBase.json +764 -764
  87. package/build/contracts/SuperTokenFactoryHelper.json +767 -767
  88. package/build/contracts/SuperUpgrader.json +437 -437
  89. package/build/contracts/Superfluid.json +5096 -5096
  90. package/build/contracts/SuperfluidErrors.json +788 -788
  91. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  92. package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
  93. package/build/contracts/SuperfluidGovernanceConfigs.json +788 -788
  94. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  95. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  96. package/build/contracts/SuperfluidLoader.json +207 -207
  97. package/build/contracts/SuperfluidToken.json +1471 -1471
  98. package/build/contracts/TOGA.json +1457 -1457
  99. package/build/contracts/TestGovernance.json +250 -250
  100. package/build/contracts/TestToken.json +93 -93
  101. package/build/contracts/TokenCustodian.json +214 -214
  102. package/build/contracts/TokenInfo.json +32 -32
  103. package/build/contracts/UUPSProxiable.json +139 -139
  104. package/build/contracts/UUPSProxy.json +81 -81
  105. package/build/contracts/UUPSUtils.json +37 -37
  106. package/build/contracts-sizes.txt +1 -1
  107. package/contracts/agreements/ConstantFlowAgreementV1.sol +4 -0
  108. package/package.json +9 -5
@@ -7216,7 +7216,7 @@
7216
7216
  },
7217
7217
  "networks": {},
7218
7218
  "schemaVersion": "3.4.9",
7219
- "updatedAt": "2022-09-21T07:45:09.263Z",
7219
+ "updatedAt": "2022-09-21T11:06:18.007Z",
7220
7220
  "devdoc": {
7221
7221
  "details": "Library for managing https://en.wikipedia.org/wiki/Set_(abstract_data_type)[sets] of primitive types. Sets have the following properties: - Elements are added, removed, and checked for existence in constant time (O(1)). - Elements are enumerated in O(n). No guarantees are made on the ordering. ``` contract Example { // Add the library methods using EnumerableSet for EnumerableSet.AddressSet; // Declare a set state variable EnumerableSet.AddressSet private mySet; } ``` As of v3.3.0, sets of type `bytes32` (`Bytes32Set`), `address` (`AddressSet`) and `uint256` (`UintSet`) are supported. [WARNING] ==== Trying to delete such a structure from storage will likely result in data corruption, rendering the structure unusable. See https://github.com/ethereum/solidity/pull/11843[ethereum/solidity#11843] for more info. In order to clean an EnumerableSet, you can either remove all elements one by one or create a fresh instance using an array of EnumerableSet. ====",
7222
7222
  "kind": "dev",
@@ -41,15 +41,15 @@
41
41
  "absolutePath": "project:/contracts/libs/EventsEmitter.sol",
42
42
  "exportedSymbols": {
43
43
  "EventsEmitter": [
44
- 21555
44
+ 21562
45
45
  ]
46
46
  },
47
- "id": 21556,
47
+ "id": 21563,
48
48
  "license": "AGPLv3",
49
49
  "nodeType": "SourceUnit",
50
50
  "nodes": [
51
51
  {
52
- "id": 21529,
52
+ "id": 21536,
53
53
  "literals": [
54
54
  "solidity",
55
55
  "0.8",
@@ -65,15 +65,15 @@
65
65
  "contractDependencies": [],
66
66
  "contractKind": "library",
67
67
  "documentation": {
68
- "id": 21530,
68
+ "id": 21537,
69
69
  "nodeType": "StructuredDocumentation",
70
70
  "src": "60:134:62",
71
71
  "text": " @title Events Emitter Library\n @author Superfluid\n @dev A library used for emitting missing and unaccessable events."
72
72
  },
73
73
  "fullyImplemented": true,
74
- "id": 21555,
74
+ "id": 21562,
75
75
  "linearizedBaseContracts": [
76
- 21555
76
+ 21562
77
77
  ],
78
78
  "name": "EventsEmitter",
79
79
  "nameLocation": "203:13:62",
@@ -82,23 +82,23 @@
82
82
  {
83
83
  "anonymous": false,
84
84
  "eventSelector": "ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
85
- "id": 21538,
85
+ "id": 21545,
86
86
  "name": "Transfer",
87
87
  "nameLocation": "229:8:62",
88
88
  "nodeType": "EventDefinition",
89
89
  "parameters": {
90
- "id": 21537,
90
+ "id": 21544,
91
91
  "nodeType": "ParameterList",
92
92
  "parameters": [
93
93
  {
94
94
  "constant": false,
95
- "id": 21532,
95
+ "id": 21539,
96
96
  "indexed": true,
97
97
  "mutability": "mutable",
98
98
  "name": "from",
99
99
  "nameLocation": "254:4:62",
100
100
  "nodeType": "VariableDeclaration",
101
- "scope": 21538,
101
+ "scope": 21545,
102
102
  "src": "238:20:62",
103
103
  "stateVariable": false,
104
104
  "storageLocation": "default",
@@ -107,7 +107,7 @@
107
107
  "typeString": "address"
108
108
  },
109
109
  "typeName": {
110
- "id": 21531,
110
+ "id": 21538,
111
111
  "name": "address",
112
112
  "nodeType": "ElementaryTypeName",
113
113
  "src": "238:7:62",
@@ -121,13 +121,13 @@
121
121
  },
122
122
  {
123
123
  "constant": false,
124
- "id": 21534,
124
+ "id": 21541,
125
125
  "indexed": true,
126
126
  "mutability": "mutable",
127
127
  "name": "to",
128
128
  "nameLocation": "276:2:62",
129
129
  "nodeType": "VariableDeclaration",
130
- "scope": 21538,
130
+ "scope": 21545,
131
131
  "src": "260:18:62",
132
132
  "stateVariable": false,
133
133
  "storageLocation": "default",
@@ -136,7 +136,7 @@
136
136
  "typeString": "address"
137
137
  },
138
138
  "typeName": {
139
- "id": 21533,
139
+ "id": 21540,
140
140
  "name": "address",
141
141
  "nodeType": "ElementaryTypeName",
142
142
  "src": "260:7:62",
@@ -150,13 +150,13 @@
150
150
  },
151
151
  {
152
152
  "constant": false,
153
- "id": 21536,
153
+ "id": 21543,
154
154
  "indexed": false,
155
155
  "mutability": "mutable",
156
156
  "name": "value",
157
157
  "nameLocation": "288:5:62",
158
158
  "nodeType": "VariableDeclaration",
159
- "scope": 21538,
159
+ "scope": 21545,
160
160
  "src": "280:13:62",
161
161
  "stateVariable": false,
162
162
  "storageLocation": "default",
@@ -165,7 +165,7 @@
165
165
  "typeString": "uint256"
166
166
  },
167
167
  "typeName": {
168
- "id": 21535,
168
+ "id": 21542,
169
169
  "name": "uint256",
170
170
  "nodeType": "ElementaryTypeName",
171
171
  "src": "280:7:62",
@@ -183,7 +183,7 @@
183
183
  },
184
184
  {
185
185
  "body": {
186
- "id": 21553,
186
+ "id": 21560,
187
187
  "nodeType": "Block",
188
188
  "src": "373:47:62",
189
189
  "statements": [
@@ -191,11 +191,11 @@
191
191
  "eventCall": {
192
192
  "arguments": [
193
193
  {
194
- "id": 21548,
194
+ "id": 21555,
195
195
  "name": "from",
196
196
  "nodeType": "Identifier",
197
197
  "overloadedDeclarations": [],
198
- "referencedDeclaration": 21540,
198
+ "referencedDeclaration": 21547,
199
199
  "src": "397:4:62",
200
200
  "typeDescriptions": {
201
201
  "typeIdentifier": "t_address",
@@ -203,11 +203,11 @@
203
203
  }
204
204
  },
205
205
  {
206
- "id": 21549,
206
+ "id": 21556,
207
207
  "name": "to",
208
208
  "nodeType": "Identifier",
209
209
  "overloadedDeclarations": [],
210
- "referencedDeclaration": 21542,
210
+ "referencedDeclaration": 21549,
211
211
  "src": "403:2:62",
212
212
  "typeDescriptions": {
213
213
  "typeIdentifier": "t_address",
@@ -215,11 +215,11 @@
215
215
  }
216
216
  },
217
217
  {
218
- "id": 21550,
218
+ "id": 21557,
219
219
  "name": "value",
220
220
  "nodeType": "Identifier",
221
221
  "overloadedDeclarations": [],
222
- "referencedDeclaration": 21544,
222
+ "referencedDeclaration": 21551,
223
223
  "src": "407:5:62",
224
224
  "typeDescriptions": {
225
225
  "typeIdentifier": "t_uint256",
@@ -242,18 +242,18 @@
242
242
  "typeString": "uint256"
243
243
  }
244
244
  ],
245
- "id": 21547,
245
+ "id": 21554,
246
246
  "name": "Transfer",
247
247
  "nodeType": "Identifier",
248
248
  "overloadedDeclarations": [],
249
- "referencedDeclaration": 21538,
249
+ "referencedDeclaration": 21545,
250
250
  "src": "388:8:62",
251
251
  "typeDescriptions": {
252
252
  "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_uint256_$returns$__$",
253
253
  "typeString": "function (address,address,uint256)"
254
254
  }
255
255
  },
256
- "id": 21551,
256
+ "id": 21558,
257
257
  "isConstant": false,
258
258
  "isLValue": false,
259
259
  "isPure": false,
@@ -269,13 +269,13 @@
269
269
  "typeString": "tuple()"
270
270
  }
271
271
  },
272
- "id": 21552,
272
+ "id": 21559,
273
273
  "nodeType": "EmitStatement",
274
274
  "src": "383:30:62"
275
275
  }
276
276
  ]
277
277
  },
278
- "id": 21554,
278
+ "id": 21561,
279
279
  "implemented": true,
280
280
  "kind": "function",
281
281
  "modifiers": [],
@@ -283,17 +283,17 @@
283
283
  "nameLocation": "310:12:62",
284
284
  "nodeType": "FunctionDefinition",
285
285
  "parameters": {
286
- "id": 21545,
286
+ "id": 21552,
287
287
  "nodeType": "ParameterList",
288
288
  "parameters": [
289
289
  {
290
290
  "constant": false,
291
- "id": 21540,
291
+ "id": 21547,
292
292
  "mutability": "mutable",
293
293
  "name": "from",
294
294
  "nameLocation": "331:4:62",
295
295
  "nodeType": "VariableDeclaration",
296
- "scope": 21554,
296
+ "scope": 21561,
297
297
  "src": "323:12:62",
298
298
  "stateVariable": false,
299
299
  "storageLocation": "default",
@@ -302,7 +302,7 @@
302
302
  "typeString": "address"
303
303
  },
304
304
  "typeName": {
305
- "id": 21539,
305
+ "id": 21546,
306
306
  "name": "address",
307
307
  "nodeType": "ElementaryTypeName",
308
308
  "src": "323:7:62",
@@ -316,12 +316,12 @@
316
316
  },
317
317
  {
318
318
  "constant": false,
319
- "id": 21542,
319
+ "id": 21549,
320
320
  "mutability": "mutable",
321
321
  "name": "to",
322
322
  "nameLocation": "345:2:62",
323
323
  "nodeType": "VariableDeclaration",
324
- "scope": 21554,
324
+ "scope": 21561,
325
325
  "src": "337:10:62",
326
326
  "stateVariable": false,
327
327
  "storageLocation": "default",
@@ -330,7 +330,7 @@
330
330
  "typeString": "address"
331
331
  },
332
332
  "typeName": {
333
- "id": 21541,
333
+ "id": 21548,
334
334
  "name": "address",
335
335
  "nodeType": "ElementaryTypeName",
336
336
  "src": "337:7:62",
@@ -344,12 +344,12 @@
344
344
  },
345
345
  {
346
346
  "constant": false,
347
- "id": 21544,
347
+ "id": 21551,
348
348
  "mutability": "mutable",
349
349
  "name": "value",
350
350
  "nameLocation": "357:5:62",
351
351
  "nodeType": "VariableDeclaration",
352
- "scope": 21554,
352
+ "scope": 21561,
353
353
  "src": "349:13:62",
354
354
  "stateVariable": false,
355
355
  "storageLocation": "default",
@@ -358,7 +358,7 @@
358
358
  "typeString": "uint256"
359
359
  },
360
360
  "typeName": {
361
- "id": 21543,
361
+ "id": 21550,
362
362
  "name": "uint256",
363
363
  "nodeType": "ElementaryTypeName",
364
364
  "src": "349:7:62",
@@ -373,19 +373,19 @@
373
373
  "src": "322:41:62"
374
374
  },
375
375
  "returnParameters": {
376
- "id": 21546,
376
+ "id": 21553,
377
377
  "nodeType": "ParameterList",
378
378
  "parameters": [],
379
379
  "src": "373:0:62"
380
380
  },
381
- "scope": 21555,
381
+ "scope": 21562,
382
382
  "src": "301:119:62",
383
383
  "stateMutability": "nonpayable",
384
384
  "virtual": false,
385
385
  "visibility": "internal"
386
386
  }
387
387
  ],
388
- "scope": 21556,
388
+ "scope": 21563,
389
389
  "src": "195:227:62",
390
390
  "usedErrors": []
391
391
  }
@@ -398,7 +398,7 @@
398
398
  },
399
399
  "networks": {},
400
400
  "schemaVersion": "3.4.9",
401
- "updatedAt": "2022-09-21T07:45:09.418Z",
401
+ "updatedAt": "2022-09-21T11:06:18.162Z",
402
402
  "devdoc": {
403
403
  "author": "Superfluid",
404
404
  "details": "A library used for emitting missing and unaccessable events.",