@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.
- 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 +165 -165
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +208 -208
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +932 -932
- 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/ERC1820RegistryCompiled.json +22 -22
- 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/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/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
- 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 +430 -430
- 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/IERC20Permit.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 +826 -826
- package/build/contracts/ISuperfluidGovernance.json +242 -242
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1441 -1441
- package/build/contracts/ITOGAv2.json +1441 -1441
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +567 -567
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- 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 +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- 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 +2362 -2362
- package/build/contracts/SuperTokenFactory.json +747 -747
- package/build/contracts/SuperTokenFactoryBase.json +737 -737
- package/build/contracts/SuperTokenFactoryHelper.json +740 -740
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +4860 -4860
- package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
- package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1404 -1404
- package/build/contracts/TOGA.json +1458 -1458
- package/build/contracts/TestGovernance.json +8293 -5439
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +1 -1
- package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
- package/package.json +2 -2
- package/scripts/gov-create-new-app-registration-key.js +9 -19
|
@@ -7061,7 +7061,7 @@
|
|
|
7061
7061
|
},
|
|
7062
7062
|
"networks": {},
|
|
7063
7063
|
"schemaVersion": "3.4.8",
|
|
7064
|
-
"updatedAt": "2022-08-
|
|
7064
|
+
"updatedAt": "2022-08-30T13:03:13.218Z",
|
|
7065
7065
|
"devdoc": {
|
|
7066
7066
|
"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. ====",
|
|
7067
7067
|
"kind": "dev",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"absolutePath": "project:/contracts/libs/EventsEmitter.sol",
|
|
42
42
|
"exportedSymbols": {
|
|
43
43
|
"EventsEmitter": [
|
|
44
|
-
|
|
44
|
+
21224
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
|
-
"id":
|
|
47
|
+
"id": 21225,
|
|
48
48
|
"license": "AGPLv3",
|
|
49
49
|
"nodeType": "SourceUnit",
|
|
50
50
|
"nodes": [
|
|
51
51
|
{
|
|
52
|
-
"id":
|
|
52
|
+
"id": 21198,
|
|
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":
|
|
68
|
+
"id": 21199,
|
|
69
69
|
"nodeType": "StructuredDocumentation",
|
|
70
70
|
"src": "60:134:63",
|
|
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":
|
|
74
|
+
"id": 21224,
|
|
75
75
|
"linearizedBaseContracts": [
|
|
76
|
-
|
|
76
|
+
21224
|
|
77
77
|
],
|
|
78
78
|
"name": "EventsEmitter",
|
|
79
79
|
"nameLocation": "203:13:63",
|
|
@@ -82,23 +82,23 @@
|
|
|
82
82
|
{
|
|
83
83
|
"anonymous": false,
|
|
84
84
|
"eventSelector": "ddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef",
|
|
85
|
-
"id":
|
|
85
|
+
"id": 21207,
|
|
86
86
|
"name": "Transfer",
|
|
87
87
|
"nameLocation": "229:8:63",
|
|
88
88
|
"nodeType": "EventDefinition",
|
|
89
89
|
"parameters": {
|
|
90
|
-
"id":
|
|
90
|
+
"id": 21206,
|
|
91
91
|
"nodeType": "ParameterList",
|
|
92
92
|
"parameters": [
|
|
93
93
|
{
|
|
94
94
|
"constant": false,
|
|
95
|
-
"id":
|
|
95
|
+
"id": 21201,
|
|
96
96
|
"indexed": true,
|
|
97
97
|
"mutability": "mutable",
|
|
98
98
|
"name": "from",
|
|
99
99
|
"nameLocation": "254:4:63",
|
|
100
100
|
"nodeType": "VariableDeclaration",
|
|
101
|
-
"scope":
|
|
101
|
+
"scope": 21207,
|
|
102
102
|
"src": "238:20:63",
|
|
103
103
|
"stateVariable": false,
|
|
104
104
|
"storageLocation": "default",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"typeString": "address"
|
|
108
108
|
},
|
|
109
109
|
"typeName": {
|
|
110
|
-
"id":
|
|
110
|
+
"id": 21200,
|
|
111
111
|
"name": "address",
|
|
112
112
|
"nodeType": "ElementaryTypeName",
|
|
113
113
|
"src": "238:7:63",
|
|
@@ -121,13 +121,13 @@
|
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"constant": false,
|
|
124
|
-
"id":
|
|
124
|
+
"id": 21203,
|
|
125
125
|
"indexed": true,
|
|
126
126
|
"mutability": "mutable",
|
|
127
127
|
"name": "to",
|
|
128
128
|
"nameLocation": "276:2:63",
|
|
129
129
|
"nodeType": "VariableDeclaration",
|
|
130
|
-
"scope":
|
|
130
|
+
"scope": 21207,
|
|
131
131
|
"src": "260:18:63",
|
|
132
132
|
"stateVariable": false,
|
|
133
133
|
"storageLocation": "default",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"typeString": "address"
|
|
137
137
|
},
|
|
138
138
|
"typeName": {
|
|
139
|
-
"id":
|
|
139
|
+
"id": 21202,
|
|
140
140
|
"name": "address",
|
|
141
141
|
"nodeType": "ElementaryTypeName",
|
|
142
142
|
"src": "260:7:63",
|
|
@@ -150,13 +150,13 @@
|
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
"constant": false,
|
|
153
|
-
"id":
|
|
153
|
+
"id": 21205,
|
|
154
154
|
"indexed": false,
|
|
155
155
|
"mutability": "mutable",
|
|
156
156
|
"name": "value",
|
|
157
157
|
"nameLocation": "288:5:63",
|
|
158
158
|
"nodeType": "VariableDeclaration",
|
|
159
|
-
"scope":
|
|
159
|
+
"scope": 21207,
|
|
160
160
|
"src": "280:13:63",
|
|
161
161
|
"stateVariable": false,
|
|
162
162
|
"storageLocation": "default",
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"typeString": "uint256"
|
|
166
166
|
},
|
|
167
167
|
"typeName": {
|
|
168
|
-
"id":
|
|
168
|
+
"id": 21204,
|
|
169
169
|
"name": "uint256",
|
|
170
170
|
"nodeType": "ElementaryTypeName",
|
|
171
171
|
"src": "280:7:63",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
"body": {
|
|
186
|
-
"id":
|
|
186
|
+
"id": 21222,
|
|
187
187
|
"nodeType": "Block",
|
|
188
188
|
"src": "373:47:63",
|
|
189
189
|
"statements": [
|
|
@@ -191,11 +191,11 @@
|
|
|
191
191
|
"eventCall": {
|
|
192
192
|
"arguments": [
|
|
193
193
|
{
|
|
194
|
-
"id":
|
|
194
|
+
"id": 21217,
|
|
195
195
|
"name": "from",
|
|
196
196
|
"nodeType": "Identifier",
|
|
197
197
|
"overloadedDeclarations": [],
|
|
198
|
-
"referencedDeclaration":
|
|
198
|
+
"referencedDeclaration": 21209,
|
|
199
199
|
"src": "397:4:63",
|
|
200
200
|
"typeDescriptions": {
|
|
201
201
|
"typeIdentifier": "t_address",
|
|
@@ -203,11 +203,11 @@
|
|
|
203
203
|
}
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
|
-
"id":
|
|
206
|
+
"id": 21218,
|
|
207
207
|
"name": "to",
|
|
208
208
|
"nodeType": "Identifier",
|
|
209
209
|
"overloadedDeclarations": [],
|
|
210
|
-
"referencedDeclaration":
|
|
210
|
+
"referencedDeclaration": 21211,
|
|
211
211
|
"src": "403:2:63",
|
|
212
212
|
"typeDescriptions": {
|
|
213
213
|
"typeIdentifier": "t_address",
|
|
@@ -215,11 +215,11 @@
|
|
|
215
215
|
}
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
|
-
"id":
|
|
218
|
+
"id": 21219,
|
|
219
219
|
"name": "value",
|
|
220
220
|
"nodeType": "Identifier",
|
|
221
221
|
"overloadedDeclarations": [],
|
|
222
|
-
"referencedDeclaration":
|
|
222
|
+
"referencedDeclaration": 21213,
|
|
223
223
|
"src": "407:5:63",
|
|
224
224
|
"typeDescriptions": {
|
|
225
225
|
"typeIdentifier": "t_uint256",
|
|
@@ -242,18 +242,18 @@
|
|
|
242
242
|
"typeString": "uint256"
|
|
243
243
|
}
|
|
244
244
|
],
|
|
245
|
-
"id":
|
|
245
|
+
"id": 21216,
|
|
246
246
|
"name": "Transfer",
|
|
247
247
|
"nodeType": "Identifier",
|
|
248
248
|
"overloadedDeclarations": [],
|
|
249
|
-
"referencedDeclaration":
|
|
249
|
+
"referencedDeclaration": 21207,
|
|
250
250
|
"src": "388:8:63",
|
|
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":
|
|
256
|
+
"id": 21220,
|
|
257
257
|
"isConstant": false,
|
|
258
258
|
"isLValue": false,
|
|
259
259
|
"isPure": false,
|
|
@@ -268,13 +268,13 @@
|
|
|
268
268
|
"typeString": "tuple()"
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
|
-
"id":
|
|
271
|
+
"id": 21221,
|
|
272
272
|
"nodeType": "EmitStatement",
|
|
273
273
|
"src": "383:30:63"
|
|
274
274
|
}
|
|
275
275
|
]
|
|
276
276
|
},
|
|
277
|
-
"id":
|
|
277
|
+
"id": 21223,
|
|
278
278
|
"implemented": true,
|
|
279
279
|
"kind": "function",
|
|
280
280
|
"modifiers": [],
|
|
@@ -282,17 +282,17 @@
|
|
|
282
282
|
"nameLocation": "310:12:63",
|
|
283
283
|
"nodeType": "FunctionDefinition",
|
|
284
284
|
"parameters": {
|
|
285
|
-
"id":
|
|
285
|
+
"id": 21214,
|
|
286
286
|
"nodeType": "ParameterList",
|
|
287
287
|
"parameters": [
|
|
288
288
|
{
|
|
289
289
|
"constant": false,
|
|
290
|
-
"id":
|
|
290
|
+
"id": 21209,
|
|
291
291
|
"mutability": "mutable",
|
|
292
292
|
"name": "from",
|
|
293
293
|
"nameLocation": "331:4:63",
|
|
294
294
|
"nodeType": "VariableDeclaration",
|
|
295
|
-
"scope":
|
|
295
|
+
"scope": 21223,
|
|
296
296
|
"src": "323:12:63",
|
|
297
297
|
"stateVariable": false,
|
|
298
298
|
"storageLocation": "default",
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"typeString": "address"
|
|
302
302
|
},
|
|
303
303
|
"typeName": {
|
|
304
|
-
"id":
|
|
304
|
+
"id": 21208,
|
|
305
305
|
"name": "address",
|
|
306
306
|
"nodeType": "ElementaryTypeName",
|
|
307
307
|
"src": "323:7:63",
|
|
@@ -315,12 +315,12 @@
|
|
|
315
315
|
},
|
|
316
316
|
{
|
|
317
317
|
"constant": false,
|
|
318
|
-
"id":
|
|
318
|
+
"id": 21211,
|
|
319
319
|
"mutability": "mutable",
|
|
320
320
|
"name": "to",
|
|
321
321
|
"nameLocation": "345:2:63",
|
|
322
322
|
"nodeType": "VariableDeclaration",
|
|
323
|
-
"scope":
|
|
323
|
+
"scope": 21223,
|
|
324
324
|
"src": "337:10:63",
|
|
325
325
|
"stateVariable": false,
|
|
326
326
|
"storageLocation": "default",
|
|
@@ -329,7 +329,7 @@
|
|
|
329
329
|
"typeString": "address"
|
|
330
330
|
},
|
|
331
331
|
"typeName": {
|
|
332
|
-
"id":
|
|
332
|
+
"id": 21210,
|
|
333
333
|
"name": "address",
|
|
334
334
|
"nodeType": "ElementaryTypeName",
|
|
335
335
|
"src": "337:7:63",
|
|
@@ -343,12 +343,12 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"constant": false,
|
|
346
|
-
"id":
|
|
346
|
+
"id": 21213,
|
|
347
347
|
"mutability": "mutable",
|
|
348
348
|
"name": "value",
|
|
349
349
|
"nameLocation": "357:5:63",
|
|
350
350
|
"nodeType": "VariableDeclaration",
|
|
351
|
-
"scope":
|
|
351
|
+
"scope": 21223,
|
|
352
352
|
"src": "349:13:63",
|
|
353
353
|
"stateVariable": false,
|
|
354
354
|
"storageLocation": "default",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"typeString": "uint256"
|
|
358
358
|
},
|
|
359
359
|
"typeName": {
|
|
360
|
-
"id":
|
|
360
|
+
"id": 21212,
|
|
361
361
|
"name": "uint256",
|
|
362
362
|
"nodeType": "ElementaryTypeName",
|
|
363
363
|
"src": "349:7:63",
|
|
@@ -372,19 +372,19 @@
|
|
|
372
372
|
"src": "322:41:63"
|
|
373
373
|
},
|
|
374
374
|
"returnParameters": {
|
|
375
|
-
"id":
|
|
375
|
+
"id": 21215,
|
|
376
376
|
"nodeType": "ParameterList",
|
|
377
377
|
"parameters": [],
|
|
378
378
|
"src": "373:0:63"
|
|
379
379
|
},
|
|
380
|
-
"scope":
|
|
380
|
+
"scope": 21224,
|
|
381
381
|
"src": "301:119:63",
|
|
382
382
|
"stateMutability": "nonpayable",
|
|
383
383
|
"virtual": false,
|
|
384
384
|
"visibility": "internal"
|
|
385
385
|
}
|
|
386
386
|
],
|
|
387
|
-
"scope":
|
|
387
|
+
"scope": 21225,
|
|
388
388
|
"src": "195:227:63",
|
|
389
389
|
"usedErrors": []
|
|
390
390
|
}
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
},
|
|
398
398
|
"networks": {},
|
|
399
399
|
"schemaVersion": "3.4.8",
|
|
400
|
-
"updatedAt": "2022-08-
|
|
400
|
+
"updatedAt": "2022-08-30T13:03:13.375Z",
|
|
401
401
|
"devdoc": {
|
|
402
402
|
"author": "Superfluid",
|
|
403
403
|
"details": "A library used for emitting missing and unaccessable events.",
|