@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
|
@@ -174,24 +174,24 @@
|
|
|
174
174
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
175
175
|
"exportedSymbols": {
|
|
176
176
|
"ERC20WithTokenInfo": [
|
|
177
|
-
|
|
177
|
+
20584
|
|
178
178
|
],
|
|
179
179
|
"IERC20": [
|
|
180
180
|
1630
|
|
181
181
|
],
|
|
182
182
|
"ISuperToken": [
|
|
183
|
-
|
|
183
|
+
19614
|
|
184
184
|
],
|
|
185
185
|
"ISuperTokenFactory": [
|
|
186
|
-
|
|
186
|
+
19703
|
|
187
187
|
]
|
|
188
188
|
},
|
|
189
|
-
"id":
|
|
189
|
+
"id": 19704,
|
|
190
190
|
"license": "AGPLv3",
|
|
191
191
|
"nodeType": "SourceUnit",
|
|
192
192
|
"nodes": [
|
|
193
193
|
{
|
|
194
|
-
"id":
|
|
194
|
+
"id": 19616,
|
|
195
195
|
"literals": [
|
|
196
196
|
"solidity",
|
|
197
197
|
">=",
|
|
@@ -204,20 +204,20 @@
|
|
|
204
204
|
{
|
|
205
205
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
206
206
|
"file": "./ISuperToken.sol",
|
|
207
|
-
"id":
|
|
207
|
+
"id": 19618,
|
|
208
208
|
"nameLocation": "-1:-1:-1",
|
|
209
209
|
"nodeType": "ImportDirective",
|
|
210
|
-
"scope":
|
|
211
|
-
"sourceUnit":
|
|
210
|
+
"scope": 19704,
|
|
211
|
+
"sourceUnit": 19615,
|
|
212
212
|
"src": "62:48:47",
|
|
213
213
|
"symbolAliases": [
|
|
214
214
|
{
|
|
215
215
|
"foreign": {
|
|
216
|
-
"id":
|
|
216
|
+
"id": 19617,
|
|
217
217
|
"name": "ISuperToken",
|
|
218
218
|
"nodeType": "Identifier",
|
|
219
219
|
"overloadedDeclarations": [],
|
|
220
|
-
"referencedDeclaration":
|
|
220
|
+
"referencedDeclaration": 19614,
|
|
221
221
|
"src": "71:11:47",
|
|
222
222
|
"typeDescriptions": {}
|
|
223
223
|
},
|
|
@@ -229,16 +229,16 @@
|
|
|
229
229
|
{
|
|
230
230
|
"absolutePath": "project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol",
|
|
231
231
|
"file": "../tokens/ERC20WithTokenInfo.sol",
|
|
232
|
-
"id":
|
|
232
|
+
"id": 19621,
|
|
233
233
|
"nameLocation": "-1:-1:-1",
|
|
234
234
|
"nodeType": "ImportDirective",
|
|
235
|
-
"scope":
|
|
236
|
-
"sourceUnit":
|
|
235
|
+
"scope": 19704,
|
|
236
|
+
"sourceUnit": 20585,
|
|
237
237
|
"src": "112:86:47",
|
|
238
238
|
"symbolAliases": [
|
|
239
239
|
{
|
|
240
240
|
"foreign": {
|
|
241
|
-
"id":
|
|
241
|
+
"id": 19619,
|
|
242
242
|
"name": "IERC20",
|
|
243
243
|
"nodeType": "Identifier",
|
|
244
244
|
"overloadedDeclarations": [],
|
|
@@ -250,11 +250,11 @@
|
|
|
250
250
|
},
|
|
251
251
|
{
|
|
252
252
|
"foreign": {
|
|
253
|
-
"id":
|
|
253
|
+
"id": 19620,
|
|
254
254
|
"name": "ERC20WithTokenInfo",
|
|
255
255
|
"nodeType": "Identifier",
|
|
256
256
|
"overloadedDeclarations": [],
|
|
257
|
-
"referencedDeclaration":
|
|
257
|
+
"referencedDeclaration": 20584,
|
|
258
258
|
"src": "137:18:47",
|
|
259
259
|
"typeDescriptions": {}
|
|
260
260
|
},
|
|
@@ -270,15 +270,15 @@
|
|
|
270
270
|
"contractDependencies": [],
|
|
271
271
|
"contractKind": "interface",
|
|
272
272
|
"documentation": {
|
|
273
|
-
"id":
|
|
273
|
+
"id": 19622,
|
|
274
274
|
"nodeType": "StructuredDocumentation",
|
|
275
275
|
"src": "200:69:47",
|
|
276
276
|
"text": " @title Super token factory interface\n @author Superfluid"
|
|
277
277
|
},
|
|
278
278
|
"fullyImplemented": false,
|
|
279
|
-
"id":
|
|
279
|
+
"id": 19703,
|
|
280
280
|
"linearizedBaseContracts": [
|
|
281
|
-
|
|
281
|
+
19703
|
|
282
282
|
],
|
|
283
283
|
"name": "ISuperTokenFactory",
|
|
284
284
|
"nameLocation": "280:18:47",
|
|
@@ -286,13 +286,13 @@
|
|
|
286
286
|
"nodes": [
|
|
287
287
|
{
|
|
288
288
|
"documentation": {
|
|
289
|
-
"id":
|
|
289
|
+
"id": 19623,
|
|
290
290
|
"nodeType": "StructuredDocumentation",
|
|
291
291
|
"src": "306:60:47",
|
|
292
292
|
"text": " @dev Get superfluid host contract address"
|
|
293
293
|
},
|
|
294
294
|
"functionSelector": "20bc4425",
|
|
295
|
-
"id":
|
|
295
|
+
"id": 19628,
|
|
296
296
|
"implemented": false,
|
|
297
297
|
"kind": "function",
|
|
298
298
|
"modifiers": [],
|
|
@@ -300,23 +300,23 @@
|
|
|
300
300
|
"nameLocation": "380:7:47",
|
|
301
301
|
"nodeType": "FunctionDefinition",
|
|
302
302
|
"parameters": {
|
|
303
|
-
"id":
|
|
303
|
+
"id": 19624,
|
|
304
304
|
"nodeType": "ParameterList",
|
|
305
305
|
"parameters": [],
|
|
306
306
|
"src": "387:2:47"
|
|
307
307
|
},
|
|
308
308
|
"returnParameters": {
|
|
309
|
-
"id":
|
|
309
|
+
"id": 19627,
|
|
310
310
|
"nodeType": "ParameterList",
|
|
311
311
|
"parameters": [
|
|
312
312
|
{
|
|
313
313
|
"constant": false,
|
|
314
|
-
"id":
|
|
314
|
+
"id": 19626,
|
|
315
315
|
"mutability": "mutable",
|
|
316
316
|
"name": "host",
|
|
317
317
|
"nameLocation": "420:4:47",
|
|
318
318
|
"nodeType": "VariableDeclaration",
|
|
319
|
-
"scope":
|
|
319
|
+
"scope": 19628,
|
|
320
320
|
"src": "412:12:47",
|
|
321
321
|
"stateVariable": false,
|
|
322
322
|
"storageLocation": "default",
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"typeString": "address"
|
|
326
326
|
},
|
|
327
327
|
"typeName": {
|
|
328
|
-
"id":
|
|
328
|
+
"id": 19625,
|
|
329
329
|
"name": "address",
|
|
330
330
|
"nodeType": "ElementaryTypeName",
|
|
331
331
|
"src": "412:7:47",
|
|
@@ -340,7 +340,7 @@
|
|
|
340
340
|
],
|
|
341
341
|
"src": "411:14:47"
|
|
342
342
|
},
|
|
343
|
-
"scope":
|
|
343
|
+
"scope": 19703,
|
|
344
344
|
"src": "371:55:47",
|
|
345
345
|
"stateMutability": "view",
|
|
346
346
|
"virtual": false,
|
|
@@ -348,13 +348,13 @@
|
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
350
|
"documentation": {
|
|
351
|
-
"id":
|
|
351
|
+
"id": 19629,
|
|
352
352
|
"nodeType": "StructuredDocumentation",
|
|
353
353
|
"src": "432:32:47",
|
|
354
354
|
"text": "@dev Initialize the contract"
|
|
355
355
|
},
|
|
356
356
|
"functionSelector": "8129fc1c",
|
|
357
|
-
"id":
|
|
357
|
+
"id": 19632,
|
|
358
358
|
"implemented": false,
|
|
359
359
|
"kind": "function",
|
|
360
360
|
"modifiers": [],
|
|
@@ -362,18 +362,18 @@
|
|
|
362
362
|
"nameLocation": "478:10:47",
|
|
363
363
|
"nodeType": "FunctionDefinition",
|
|
364
364
|
"parameters": {
|
|
365
|
-
"id":
|
|
365
|
+
"id": 19630,
|
|
366
366
|
"nodeType": "ParameterList",
|
|
367
367
|
"parameters": [],
|
|
368
368
|
"src": "488:2:47"
|
|
369
369
|
},
|
|
370
370
|
"returnParameters": {
|
|
371
|
-
"id":
|
|
371
|
+
"id": 19631,
|
|
372
372
|
"nodeType": "ParameterList",
|
|
373
373
|
"parameters": [],
|
|
374
374
|
"src": "499:0:47"
|
|
375
375
|
},
|
|
376
|
-
"scope":
|
|
376
|
+
"scope": 19703,
|
|
377
377
|
"src": "469:31:47",
|
|
378
378
|
"stateMutability": "nonpayable",
|
|
379
379
|
"virtual": false,
|
|
@@ -381,13 +381,13 @@
|
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"documentation": {
|
|
384
|
-
"id":
|
|
384
|
+
"id": 19633,
|
|
385
385
|
"nodeType": "StructuredDocumentation",
|
|
386
386
|
"src": "506:77:47",
|
|
387
387
|
"text": " @dev Get the current super token logic used by the factory"
|
|
388
388
|
},
|
|
389
389
|
"functionSelector": "9470a5b2",
|
|
390
|
-
"id":
|
|
390
|
+
"id": 19639,
|
|
391
391
|
"implemented": false,
|
|
392
392
|
"kind": "function",
|
|
393
393
|
"modifiers": [],
|
|
@@ -395,44 +395,44 @@
|
|
|
395
395
|
"nameLocation": "597:18:47",
|
|
396
396
|
"nodeType": "FunctionDefinition",
|
|
397
397
|
"parameters": {
|
|
398
|
-
"id":
|
|
398
|
+
"id": 19634,
|
|
399
399
|
"nodeType": "ParameterList",
|
|
400
400
|
"parameters": [],
|
|
401
401
|
"src": "615:2:47"
|
|
402
402
|
},
|
|
403
403
|
"returnParameters": {
|
|
404
|
-
"id":
|
|
404
|
+
"id": 19638,
|
|
405
405
|
"nodeType": "ParameterList",
|
|
406
406
|
"parameters": [
|
|
407
407
|
{
|
|
408
408
|
"constant": false,
|
|
409
|
-
"id":
|
|
409
|
+
"id": 19637,
|
|
410
410
|
"mutability": "mutable",
|
|
411
411
|
"name": "superToken",
|
|
412
412
|
"nameLocation": "653:10:47",
|
|
413
413
|
"nodeType": "VariableDeclaration",
|
|
414
|
-
"scope":
|
|
414
|
+
"scope": 19639,
|
|
415
415
|
"src": "641:22:47",
|
|
416
416
|
"stateVariable": false,
|
|
417
417
|
"storageLocation": "default",
|
|
418
418
|
"typeDescriptions": {
|
|
419
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
419
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
420
420
|
"typeString": "contract ISuperToken"
|
|
421
421
|
},
|
|
422
422
|
"typeName": {
|
|
423
|
-
"id":
|
|
423
|
+
"id": 19636,
|
|
424
424
|
"nodeType": "UserDefinedTypeName",
|
|
425
425
|
"pathNode": {
|
|
426
|
-
"id":
|
|
426
|
+
"id": 19635,
|
|
427
427
|
"name": "ISuperToken",
|
|
428
428
|
"nodeType": "IdentifierPath",
|
|
429
|
-
"referencedDeclaration":
|
|
429
|
+
"referencedDeclaration": 19614,
|
|
430
430
|
"src": "641:11:47"
|
|
431
431
|
},
|
|
432
|
-
"referencedDeclaration":
|
|
432
|
+
"referencedDeclaration": 19614,
|
|
433
433
|
"src": "641:11:47",
|
|
434
434
|
"typeDescriptions": {
|
|
435
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
435
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
436
436
|
"typeString": "contract ISuperToken"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
],
|
|
442
442
|
"src": "640:24:47"
|
|
443
443
|
},
|
|
444
|
-
"scope":
|
|
444
|
+
"scope": 19703,
|
|
445
445
|
"src": "588:77:47",
|
|
446
446
|
"stateMutability": "view",
|
|
447
447
|
"virtual": false,
|
|
@@ -449,24 +449,24 @@
|
|
|
449
449
|
},
|
|
450
450
|
{
|
|
451
451
|
"canonicalName": "ISuperTokenFactory.Upgradability",
|
|
452
|
-
"id":
|
|
452
|
+
"id": 19643,
|
|
453
453
|
"members": [
|
|
454
454
|
{
|
|
455
|
-
"id":
|
|
455
|
+
"id": 19640,
|
|
456
456
|
"name": "NON_UPGRADABLE",
|
|
457
457
|
"nameLocation": "829:14:47",
|
|
458
458
|
"nodeType": "EnumValue",
|
|
459
459
|
"src": "829:14:47"
|
|
460
460
|
},
|
|
461
461
|
{
|
|
462
|
-
"id":
|
|
462
|
+
"id": 19641,
|
|
463
463
|
"name": "SEMI_UPGRADABLE",
|
|
464
464
|
"nameLocation": "923:15:47",
|
|
465
465
|
"nodeType": "EnumValue",
|
|
466
466
|
"src": "923:15:47"
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
|
-
"id":
|
|
469
|
+
"id": 19642,
|
|
470
470
|
"name": "FULL_UPGRADABE",
|
|
471
471
|
"nameLocation": "1002:14:47",
|
|
472
472
|
"nodeType": "EnumValue",
|
|
@@ -480,13 +480,13 @@
|
|
|
480
480
|
},
|
|
481
481
|
{
|
|
482
482
|
"documentation": {
|
|
483
|
-
"id":
|
|
483
|
+
"id": 19644,
|
|
484
484
|
"nodeType": "StructuredDocumentation",
|
|
485
485
|
"src": "1028:320:47",
|
|
486
486
|
"text": " @dev Create new super token wrapper for the underlying ERC20 token\n @param underlyingToken Underlying ERC20 token\n @param underlyingDecimals Underlying token decimals\n @param upgradability Upgradability mode\n @param name Super token name\n @param symbol Super token symbol"
|
|
487
487
|
},
|
|
488
488
|
"functionSelector": "a6d0c534",
|
|
489
|
-
"id":
|
|
489
|
+
"id": 19662,
|
|
490
490
|
"implemented": false,
|
|
491
491
|
"kind": "function",
|
|
492
492
|
"modifiers": [],
|
|
@@ -494,17 +494,17 @@
|
|
|
494
494
|
"nameLocation": "1362:18:47",
|
|
495
495
|
"nodeType": "FunctionDefinition",
|
|
496
496
|
"parameters": {
|
|
497
|
-
"id":
|
|
497
|
+
"id": 19657,
|
|
498
498
|
"nodeType": "ParameterList",
|
|
499
499
|
"parameters": [
|
|
500
500
|
{
|
|
501
501
|
"constant": false,
|
|
502
|
-
"id":
|
|
502
|
+
"id": 19647,
|
|
503
503
|
"mutability": "mutable",
|
|
504
504
|
"name": "underlyingToken",
|
|
505
505
|
"nameLocation": "1397:15:47",
|
|
506
506
|
"nodeType": "VariableDeclaration",
|
|
507
|
-
"scope":
|
|
507
|
+
"scope": 19662,
|
|
508
508
|
"src": "1390:22:47",
|
|
509
509
|
"stateVariable": false,
|
|
510
510
|
"storageLocation": "default",
|
|
@@ -513,10 +513,10 @@
|
|
|
513
513
|
"typeString": "contract IERC20"
|
|
514
514
|
},
|
|
515
515
|
"typeName": {
|
|
516
|
-
"id":
|
|
516
|
+
"id": 19646,
|
|
517
517
|
"nodeType": "UserDefinedTypeName",
|
|
518
518
|
"pathNode": {
|
|
519
|
-
"id":
|
|
519
|
+
"id": 19645,
|
|
520
520
|
"name": "IERC20",
|
|
521
521
|
"nodeType": "IdentifierPath",
|
|
522
522
|
"referencedDeclaration": 1630,
|
|
@@ -533,12 +533,12 @@
|
|
|
533
533
|
},
|
|
534
534
|
{
|
|
535
535
|
"constant": false,
|
|
536
|
-
"id":
|
|
536
|
+
"id": 19649,
|
|
537
537
|
"mutability": "mutable",
|
|
538
538
|
"name": "underlyingDecimals",
|
|
539
539
|
"nameLocation": "1428:18:47",
|
|
540
540
|
"nodeType": "VariableDeclaration",
|
|
541
|
-
"scope":
|
|
541
|
+
"scope": 19662,
|
|
542
542
|
"src": "1422:24:47",
|
|
543
543
|
"stateVariable": false,
|
|
544
544
|
"storageLocation": "default",
|
|
@@ -547,7 +547,7 @@
|
|
|
547
547
|
"typeString": "uint8"
|
|
548
548
|
},
|
|
549
549
|
"typeName": {
|
|
550
|
-
"id":
|
|
550
|
+
"id": 19648,
|
|
551
551
|
"name": "uint8",
|
|
552
552
|
"nodeType": "ElementaryTypeName",
|
|
553
553
|
"src": "1422:5:47",
|
|
@@ -560,33 +560,33 @@
|
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"constant": false,
|
|
563
|
-
"id":
|
|
563
|
+
"id": 19652,
|
|
564
564
|
"mutability": "mutable",
|
|
565
565
|
"name": "upgradability",
|
|
566
566
|
"nameLocation": "1470:13:47",
|
|
567
567
|
"nodeType": "VariableDeclaration",
|
|
568
|
-
"scope":
|
|
568
|
+
"scope": 19662,
|
|
569
569
|
"src": "1456:27:47",
|
|
570
570
|
"stateVariable": false,
|
|
571
571
|
"storageLocation": "default",
|
|
572
572
|
"typeDescriptions": {
|
|
573
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
573
|
+
"typeIdentifier": "t_enum$_Upgradability_$19643",
|
|
574
574
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
575
575
|
},
|
|
576
576
|
"typeName": {
|
|
577
|
-
"id":
|
|
577
|
+
"id": 19651,
|
|
578
578
|
"nodeType": "UserDefinedTypeName",
|
|
579
579
|
"pathNode": {
|
|
580
|
-
"id":
|
|
580
|
+
"id": 19650,
|
|
581
581
|
"name": "Upgradability",
|
|
582
582
|
"nodeType": "IdentifierPath",
|
|
583
|
-
"referencedDeclaration":
|
|
583
|
+
"referencedDeclaration": 19643,
|
|
584
584
|
"src": "1456:13:47"
|
|
585
585
|
},
|
|
586
|
-
"referencedDeclaration":
|
|
586
|
+
"referencedDeclaration": 19643,
|
|
587
587
|
"src": "1456:13:47",
|
|
588
588
|
"typeDescriptions": {
|
|
589
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
589
|
+
"typeIdentifier": "t_enum$_Upgradability_$19643",
|
|
590
590
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
591
591
|
}
|
|
592
592
|
},
|
|
@@ -594,12 +594,12 @@
|
|
|
594
594
|
},
|
|
595
595
|
{
|
|
596
596
|
"constant": false,
|
|
597
|
-
"id":
|
|
597
|
+
"id": 19654,
|
|
598
598
|
"mutability": "mutable",
|
|
599
599
|
"name": "name",
|
|
600
600
|
"nameLocation": "1509:4:47",
|
|
601
601
|
"nodeType": "VariableDeclaration",
|
|
602
|
-
"scope":
|
|
602
|
+
"scope": 19662,
|
|
603
603
|
"src": "1493:20:47",
|
|
604
604
|
"stateVariable": false,
|
|
605
605
|
"storageLocation": "calldata",
|
|
@@ -608,7 +608,7 @@
|
|
|
608
608
|
"typeString": "string"
|
|
609
609
|
},
|
|
610
610
|
"typeName": {
|
|
611
|
-
"id":
|
|
611
|
+
"id": 19653,
|
|
612
612
|
"name": "string",
|
|
613
613
|
"nodeType": "ElementaryTypeName",
|
|
614
614
|
"src": "1493:6:47",
|
|
@@ -621,12 +621,12 @@
|
|
|
621
621
|
},
|
|
622
622
|
{
|
|
623
623
|
"constant": false,
|
|
624
|
-
"id":
|
|
624
|
+
"id": 19656,
|
|
625
625
|
"mutability": "mutable",
|
|
626
626
|
"name": "symbol",
|
|
627
627
|
"nameLocation": "1539:6:47",
|
|
628
628
|
"nodeType": "VariableDeclaration",
|
|
629
|
-
"scope":
|
|
629
|
+
"scope": 19662,
|
|
630
630
|
"src": "1523:22:47",
|
|
631
631
|
"stateVariable": false,
|
|
632
632
|
"storageLocation": "calldata",
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
"typeString": "string"
|
|
636
636
|
},
|
|
637
637
|
"typeName": {
|
|
638
|
-
"id":
|
|
638
|
+
"id": 19655,
|
|
639
639
|
"name": "string",
|
|
640
640
|
"nodeType": "ElementaryTypeName",
|
|
641
641
|
"src": "1523:6:47",
|
|
@@ -650,38 +650,38 @@
|
|
|
650
650
|
"src": "1380:171:47"
|
|
651
651
|
},
|
|
652
652
|
"returnParameters": {
|
|
653
|
-
"id":
|
|
653
|
+
"id": 19661,
|
|
654
654
|
"nodeType": "ParameterList",
|
|
655
655
|
"parameters": [
|
|
656
656
|
{
|
|
657
657
|
"constant": false,
|
|
658
|
-
"id":
|
|
658
|
+
"id": 19660,
|
|
659
659
|
"mutability": "mutable",
|
|
660
660
|
"name": "superToken",
|
|
661
661
|
"nameLocation": "1598:10:47",
|
|
662
662
|
"nodeType": "VariableDeclaration",
|
|
663
|
-
"scope":
|
|
663
|
+
"scope": 19662,
|
|
664
664
|
"src": "1586:22:47",
|
|
665
665
|
"stateVariable": false,
|
|
666
666
|
"storageLocation": "default",
|
|
667
667
|
"typeDescriptions": {
|
|
668
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
668
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
669
669
|
"typeString": "contract ISuperToken"
|
|
670
670
|
},
|
|
671
671
|
"typeName": {
|
|
672
|
-
"id":
|
|
672
|
+
"id": 19659,
|
|
673
673
|
"nodeType": "UserDefinedTypeName",
|
|
674
674
|
"pathNode": {
|
|
675
|
-
"id":
|
|
675
|
+
"id": 19658,
|
|
676
676
|
"name": "ISuperToken",
|
|
677
677
|
"nodeType": "IdentifierPath",
|
|
678
|
-
"referencedDeclaration":
|
|
678
|
+
"referencedDeclaration": 19614,
|
|
679
679
|
"src": "1586:11:47"
|
|
680
680
|
},
|
|
681
|
-
"referencedDeclaration":
|
|
681
|
+
"referencedDeclaration": 19614,
|
|
682
682
|
"src": "1586:11:47",
|
|
683
683
|
"typeDescriptions": {
|
|
684
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
684
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
685
685
|
"typeString": "contract ISuperToken"
|
|
686
686
|
}
|
|
687
687
|
},
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
],
|
|
691
691
|
"src": "1585:24:47"
|
|
692
692
|
},
|
|
693
|
-
"scope":
|
|
693
|
+
"scope": 19703,
|
|
694
694
|
"src": "1353:257:47",
|
|
695
695
|
"stateMutability": "nonpayable",
|
|
696
696
|
"virtual": false,
|
|
@@ -698,13 +698,13 @@
|
|
|
698
698
|
},
|
|
699
699
|
{
|
|
700
700
|
"documentation": {
|
|
701
|
-
"id":
|
|
701
|
+
"id": 19663,
|
|
702
702
|
"nodeType": "StructuredDocumentation",
|
|
703
703
|
"src": "1616:362:47",
|
|
704
704
|
"text": " @dev Create new super token wrapper for the underlying ERC20 token with extra token info\n @param underlyingToken Underlying ERC20 token\n @param upgradability Upgradability mode\n @param name Super token name\n @param symbol Super token symbol\n NOTE:\n - It assumes token provide the .decimals() function"
|
|
705
705
|
},
|
|
706
706
|
"functionSelector": "431f1481",
|
|
707
|
-
"id":
|
|
707
|
+
"id": 19679,
|
|
708
708
|
"implemented": false,
|
|
709
709
|
"kind": "function",
|
|
710
710
|
"modifiers": [],
|
|
@@ -712,38 +712,38 @@
|
|
|
712
712
|
"nameLocation": "1992:18:47",
|
|
713
713
|
"nodeType": "FunctionDefinition",
|
|
714
714
|
"parameters": {
|
|
715
|
-
"id":
|
|
715
|
+
"id": 19674,
|
|
716
716
|
"nodeType": "ParameterList",
|
|
717
717
|
"parameters": [
|
|
718
718
|
{
|
|
719
719
|
"constant": false,
|
|
720
|
-
"id":
|
|
720
|
+
"id": 19666,
|
|
721
721
|
"mutability": "mutable",
|
|
722
722
|
"name": "underlyingToken",
|
|
723
723
|
"nameLocation": "2039:15:47",
|
|
724
724
|
"nodeType": "VariableDeclaration",
|
|
725
|
-
"scope":
|
|
725
|
+
"scope": 19679,
|
|
726
726
|
"src": "2020:34:47",
|
|
727
727
|
"stateVariable": false,
|
|
728
728
|
"storageLocation": "default",
|
|
729
729
|
"typeDescriptions": {
|
|
730
|
-
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$
|
|
730
|
+
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
|
|
731
731
|
"typeString": "contract ERC20WithTokenInfo"
|
|
732
732
|
},
|
|
733
733
|
"typeName": {
|
|
734
|
-
"id":
|
|
734
|
+
"id": 19665,
|
|
735
735
|
"nodeType": "UserDefinedTypeName",
|
|
736
736
|
"pathNode": {
|
|
737
|
-
"id":
|
|
737
|
+
"id": 19664,
|
|
738
738
|
"name": "ERC20WithTokenInfo",
|
|
739
739
|
"nodeType": "IdentifierPath",
|
|
740
|
-
"referencedDeclaration":
|
|
740
|
+
"referencedDeclaration": 20584,
|
|
741
741
|
"src": "2020:18:47"
|
|
742
742
|
},
|
|
743
|
-
"referencedDeclaration":
|
|
743
|
+
"referencedDeclaration": 20584,
|
|
744
744
|
"src": "2020:18:47",
|
|
745
745
|
"typeDescriptions": {
|
|
746
|
-
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$
|
|
746
|
+
"typeIdentifier": "t_contract$_ERC20WithTokenInfo_$20584",
|
|
747
747
|
"typeString": "contract ERC20WithTokenInfo"
|
|
748
748
|
}
|
|
749
749
|
},
|
|
@@ -751,33 +751,33 @@
|
|
|
751
751
|
},
|
|
752
752
|
{
|
|
753
753
|
"constant": false,
|
|
754
|
-
"id":
|
|
754
|
+
"id": 19669,
|
|
755
755
|
"mutability": "mutable",
|
|
756
756
|
"name": "upgradability",
|
|
757
757
|
"nameLocation": "2078:13:47",
|
|
758
758
|
"nodeType": "VariableDeclaration",
|
|
759
|
-
"scope":
|
|
759
|
+
"scope": 19679,
|
|
760
760
|
"src": "2064:27:47",
|
|
761
761
|
"stateVariable": false,
|
|
762
762
|
"storageLocation": "default",
|
|
763
763
|
"typeDescriptions": {
|
|
764
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
764
|
+
"typeIdentifier": "t_enum$_Upgradability_$19643",
|
|
765
765
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
766
766
|
},
|
|
767
767
|
"typeName": {
|
|
768
|
-
"id":
|
|
768
|
+
"id": 19668,
|
|
769
769
|
"nodeType": "UserDefinedTypeName",
|
|
770
770
|
"pathNode": {
|
|
771
|
-
"id":
|
|
771
|
+
"id": 19667,
|
|
772
772
|
"name": "Upgradability",
|
|
773
773
|
"nodeType": "IdentifierPath",
|
|
774
|
-
"referencedDeclaration":
|
|
774
|
+
"referencedDeclaration": 19643,
|
|
775
775
|
"src": "2064:13:47"
|
|
776
776
|
},
|
|
777
|
-
"referencedDeclaration":
|
|
777
|
+
"referencedDeclaration": 19643,
|
|
778
778
|
"src": "2064:13:47",
|
|
779
779
|
"typeDescriptions": {
|
|
780
|
-
"typeIdentifier": "t_enum$_Upgradability_$
|
|
780
|
+
"typeIdentifier": "t_enum$_Upgradability_$19643",
|
|
781
781
|
"typeString": "enum ISuperTokenFactory.Upgradability"
|
|
782
782
|
}
|
|
783
783
|
},
|
|
@@ -785,12 +785,12 @@
|
|
|
785
785
|
},
|
|
786
786
|
{
|
|
787
787
|
"constant": false,
|
|
788
|
-
"id":
|
|
788
|
+
"id": 19671,
|
|
789
789
|
"mutability": "mutable",
|
|
790
790
|
"name": "name",
|
|
791
791
|
"nameLocation": "2117:4:47",
|
|
792
792
|
"nodeType": "VariableDeclaration",
|
|
793
|
-
"scope":
|
|
793
|
+
"scope": 19679,
|
|
794
794
|
"src": "2101:20:47",
|
|
795
795
|
"stateVariable": false,
|
|
796
796
|
"storageLocation": "calldata",
|
|
@@ -799,7 +799,7 @@
|
|
|
799
799
|
"typeString": "string"
|
|
800
800
|
},
|
|
801
801
|
"typeName": {
|
|
802
|
-
"id":
|
|
802
|
+
"id": 19670,
|
|
803
803
|
"name": "string",
|
|
804
804
|
"nodeType": "ElementaryTypeName",
|
|
805
805
|
"src": "2101:6:47",
|
|
@@ -812,12 +812,12 @@
|
|
|
812
812
|
},
|
|
813
813
|
{
|
|
814
814
|
"constant": false,
|
|
815
|
-
"id":
|
|
815
|
+
"id": 19673,
|
|
816
816
|
"mutability": "mutable",
|
|
817
817
|
"name": "symbol",
|
|
818
818
|
"nameLocation": "2147:6:47",
|
|
819
819
|
"nodeType": "VariableDeclaration",
|
|
820
|
-
"scope":
|
|
820
|
+
"scope": 19679,
|
|
821
821
|
"src": "2131:22:47",
|
|
822
822
|
"stateVariable": false,
|
|
823
823
|
"storageLocation": "calldata",
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"typeString": "string"
|
|
827
827
|
},
|
|
828
828
|
"typeName": {
|
|
829
|
-
"id":
|
|
829
|
+
"id": 19672,
|
|
830
830
|
"name": "string",
|
|
831
831
|
"nodeType": "ElementaryTypeName",
|
|
832
832
|
"src": "2131:6:47",
|
|
@@ -841,38 +841,38 @@
|
|
|
841
841
|
"src": "2010:149:47"
|
|
842
842
|
},
|
|
843
843
|
"returnParameters": {
|
|
844
|
-
"id":
|
|
844
|
+
"id": 19678,
|
|
845
845
|
"nodeType": "ParameterList",
|
|
846
846
|
"parameters": [
|
|
847
847
|
{
|
|
848
848
|
"constant": false,
|
|
849
|
-
"id":
|
|
849
|
+
"id": 19677,
|
|
850
850
|
"mutability": "mutable",
|
|
851
851
|
"name": "superToken",
|
|
852
852
|
"nameLocation": "2206:10:47",
|
|
853
853
|
"nodeType": "VariableDeclaration",
|
|
854
|
-
"scope":
|
|
854
|
+
"scope": 19679,
|
|
855
855
|
"src": "2194:22:47",
|
|
856
856
|
"stateVariable": false,
|
|
857
857
|
"storageLocation": "default",
|
|
858
858
|
"typeDescriptions": {
|
|
859
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
859
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
860
860
|
"typeString": "contract ISuperToken"
|
|
861
861
|
},
|
|
862
862
|
"typeName": {
|
|
863
|
-
"id":
|
|
863
|
+
"id": 19676,
|
|
864
864
|
"nodeType": "UserDefinedTypeName",
|
|
865
865
|
"pathNode": {
|
|
866
|
-
"id":
|
|
866
|
+
"id": 19675,
|
|
867
867
|
"name": "ISuperToken",
|
|
868
868
|
"nodeType": "IdentifierPath",
|
|
869
|
-
"referencedDeclaration":
|
|
869
|
+
"referencedDeclaration": 19614,
|
|
870
870
|
"src": "2194:11:47"
|
|
871
871
|
},
|
|
872
|
-
"referencedDeclaration":
|
|
872
|
+
"referencedDeclaration": 19614,
|
|
873
873
|
"src": "2194:11:47",
|
|
874
874
|
"typeDescriptions": {
|
|
875
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
875
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
876
876
|
"typeString": "contract ISuperToken"
|
|
877
877
|
}
|
|
878
878
|
},
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
],
|
|
882
882
|
"src": "2193:24:47"
|
|
883
883
|
},
|
|
884
|
-
"scope":
|
|
884
|
+
"scope": 19703,
|
|
885
885
|
"src": "1983:235:47",
|
|
886
886
|
"stateMutability": "nonpayable",
|
|
887
887
|
"virtual": false,
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
},
|
|
890
890
|
{
|
|
891
891
|
"functionSelector": "d412d344",
|
|
892
|
-
"id":
|
|
892
|
+
"id": 19684,
|
|
893
893
|
"implemented": false,
|
|
894
894
|
"kind": "function",
|
|
895
895
|
"modifiers": [],
|
|
@@ -897,17 +897,17 @@
|
|
|
897
897
|
"nameLocation": "2233:26:47",
|
|
898
898
|
"nodeType": "FunctionDefinition",
|
|
899
899
|
"parameters": {
|
|
900
|
-
"id":
|
|
900
|
+
"id": 19682,
|
|
901
901
|
"nodeType": "ParameterList",
|
|
902
902
|
"parameters": [
|
|
903
903
|
{
|
|
904
904
|
"constant": false,
|
|
905
|
-
"id":
|
|
905
|
+
"id": 19681,
|
|
906
906
|
"mutability": "mutable",
|
|
907
907
|
"name": "customSuperTokenProxy",
|
|
908
908
|
"nameLocation": "2277:21:47",
|
|
909
909
|
"nodeType": "VariableDeclaration",
|
|
910
|
-
"scope":
|
|
910
|
+
"scope": 19684,
|
|
911
911
|
"src": "2269:29:47",
|
|
912
912
|
"stateVariable": false,
|
|
913
913
|
"storageLocation": "default",
|
|
@@ -916,7 +916,7 @@
|
|
|
916
916
|
"typeString": "address"
|
|
917
917
|
},
|
|
918
918
|
"typeName": {
|
|
919
|
-
"id":
|
|
919
|
+
"id": 19680,
|
|
920
920
|
"name": "address",
|
|
921
921
|
"nodeType": "ElementaryTypeName",
|
|
922
922
|
"src": "2269:7:47",
|
|
@@ -932,12 +932,12 @@
|
|
|
932
932
|
"src": "2259:45:47"
|
|
933
933
|
},
|
|
934
934
|
"returnParameters": {
|
|
935
|
-
"id":
|
|
935
|
+
"id": 19683,
|
|
936
936
|
"nodeType": "ParameterList",
|
|
937
937
|
"parameters": [],
|
|
938
938
|
"src": "2321:0:47"
|
|
939
939
|
},
|
|
940
|
-
"scope":
|
|
940
|
+
"scope": 19703,
|
|
941
941
|
"src": "2224:98:47",
|
|
942
942
|
"stateMutability": "nonpayable",
|
|
943
943
|
"virtual": false,
|
|
@@ -946,50 +946,50 @@
|
|
|
946
946
|
{
|
|
947
947
|
"anonymous": false,
|
|
948
948
|
"documentation": {
|
|
949
|
-
"id":
|
|
949
|
+
"id": 19685,
|
|
950
950
|
"nodeType": "StructuredDocumentation",
|
|
951
951
|
"src": "2328:103:47",
|
|
952
952
|
"text": " @dev Super token logic created event\n @param tokenLogic Token logic address"
|
|
953
953
|
},
|
|
954
954
|
"eventSelector": "c13fb19d60857980e565bf5dae406b8802d3c1cec50c6156b30b12b874029783",
|
|
955
|
-
"id":
|
|
955
|
+
"id": 19690,
|
|
956
956
|
"name": "SuperTokenLogicCreated",
|
|
957
957
|
"nameLocation": "2442:22:47",
|
|
958
958
|
"nodeType": "EventDefinition",
|
|
959
959
|
"parameters": {
|
|
960
|
-
"id":
|
|
960
|
+
"id": 19689,
|
|
961
961
|
"nodeType": "ParameterList",
|
|
962
962
|
"parameters": [
|
|
963
963
|
{
|
|
964
964
|
"constant": false,
|
|
965
|
-
"id":
|
|
965
|
+
"id": 19688,
|
|
966
966
|
"indexed": true,
|
|
967
967
|
"mutability": "mutable",
|
|
968
968
|
"name": "tokenLogic",
|
|
969
969
|
"nameLocation": "2485:10:47",
|
|
970
970
|
"nodeType": "VariableDeclaration",
|
|
971
|
-
"scope":
|
|
971
|
+
"scope": 19690,
|
|
972
972
|
"src": "2465:30:47",
|
|
973
973
|
"stateVariable": false,
|
|
974
974
|
"storageLocation": "default",
|
|
975
975
|
"typeDescriptions": {
|
|
976
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
976
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
977
977
|
"typeString": "contract ISuperToken"
|
|
978
978
|
},
|
|
979
979
|
"typeName": {
|
|
980
|
-
"id":
|
|
980
|
+
"id": 19687,
|
|
981
981
|
"nodeType": "UserDefinedTypeName",
|
|
982
982
|
"pathNode": {
|
|
983
|
-
"id":
|
|
983
|
+
"id": 19686,
|
|
984
984
|
"name": "ISuperToken",
|
|
985
985
|
"nodeType": "IdentifierPath",
|
|
986
|
-
"referencedDeclaration":
|
|
986
|
+
"referencedDeclaration": 19614,
|
|
987
987
|
"src": "2465:11:47"
|
|
988
988
|
},
|
|
989
|
-
"referencedDeclaration":
|
|
989
|
+
"referencedDeclaration": 19614,
|
|
990
990
|
"src": "2465:11:47",
|
|
991
991
|
"typeDescriptions": {
|
|
992
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
992
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
993
993
|
"typeString": "contract ISuperToken"
|
|
994
994
|
}
|
|
995
995
|
},
|
|
@@ -1003,50 +1003,50 @@
|
|
|
1003
1003
|
{
|
|
1004
1004
|
"anonymous": false,
|
|
1005
1005
|
"documentation": {
|
|
1006
|
-
"id":
|
|
1006
|
+
"id": 19691,
|
|
1007
1007
|
"nodeType": "StructuredDocumentation",
|
|
1008
1008
|
"src": "2503:106:47",
|
|
1009
1009
|
"text": " @dev Super token created event\n @param token Newly created super token address"
|
|
1010
1010
|
},
|
|
1011
1011
|
"eventSelector": "b52c6d9d122e8c07769b96d7bb14e66db58ee03fdebaaa2f92547e9c7ef0e65f",
|
|
1012
|
-
"id":
|
|
1012
|
+
"id": 19696,
|
|
1013
1013
|
"name": "SuperTokenCreated",
|
|
1014
1014
|
"nameLocation": "2620:17:47",
|
|
1015
1015
|
"nodeType": "EventDefinition",
|
|
1016
1016
|
"parameters": {
|
|
1017
|
-
"id":
|
|
1017
|
+
"id": 19695,
|
|
1018
1018
|
"nodeType": "ParameterList",
|
|
1019
1019
|
"parameters": [
|
|
1020
1020
|
{
|
|
1021
1021
|
"constant": false,
|
|
1022
|
-
"id":
|
|
1022
|
+
"id": 19694,
|
|
1023
1023
|
"indexed": true,
|
|
1024
1024
|
"mutability": "mutable",
|
|
1025
1025
|
"name": "token",
|
|
1026
1026
|
"nameLocation": "2658:5:47",
|
|
1027
1027
|
"nodeType": "VariableDeclaration",
|
|
1028
|
-
"scope":
|
|
1028
|
+
"scope": 19696,
|
|
1029
1029
|
"src": "2638:25:47",
|
|
1030
1030
|
"stateVariable": false,
|
|
1031
1031
|
"storageLocation": "default",
|
|
1032
1032
|
"typeDescriptions": {
|
|
1033
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1033
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
1034
1034
|
"typeString": "contract ISuperToken"
|
|
1035
1035
|
},
|
|
1036
1036
|
"typeName": {
|
|
1037
|
-
"id":
|
|
1037
|
+
"id": 19693,
|
|
1038
1038
|
"nodeType": "UserDefinedTypeName",
|
|
1039
1039
|
"pathNode": {
|
|
1040
|
-
"id":
|
|
1040
|
+
"id": 19692,
|
|
1041
1041
|
"name": "ISuperToken",
|
|
1042
1042
|
"nodeType": "IdentifierPath",
|
|
1043
|
-
"referencedDeclaration":
|
|
1043
|
+
"referencedDeclaration": 19614,
|
|
1044
1044
|
"src": "2638:11:47"
|
|
1045
1045
|
},
|
|
1046
|
-
"referencedDeclaration":
|
|
1046
|
+
"referencedDeclaration": 19614,
|
|
1047
1047
|
"src": "2638:11:47",
|
|
1048
1048
|
"typeDescriptions": {
|
|
1049
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1049
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
1050
1050
|
"typeString": "contract ISuperToken"
|
|
1051
1051
|
}
|
|
1052
1052
|
},
|
|
@@ -1060,50 +1060,50 @@
|
|
|
1060
1060
|
{
|
|
1061
1061
|
"anonymous": false,
|
|
1062
1062
|
"documentation": {
|
|
1063
|
-
"id":
|
|
1063
|
+
"id": 19697,
|
|
1064
1064
|
"nodeType": "StructuredDocumentation",
|
|
1065
1065
|
"src": "2671:120:47",
|
|
1066
1066
|
"text": " @dev Custom super token created event\n @param token Newly created custom super token address"
|
|
1067
1067
|
},
|
|
1068
1068
|
"eventSelector": "437790724a6e97b75d23117f28cdd4b1beeafc34f7a0911ef256e9334f4369a5",
|
|
1069
|
-
"id":
|
|
1069
|
+
"id": 19702,
|
|
1070
1070
|
"name": "CustomSuperTokenCreated",
|
|
1071
1071
|
"nameLocation": "2802:23:47",
|
|
1072
1072
|
"nodeType": "EventDefinition",
|
|
1073
1073
|
"parameters": {
|
|
1074
|
-
"id":
|
|
1074
|
+
"id": 19701,
|
|
1075
1075
|
"nodeType": "ParameterList",
|
|
1076
1076
|
"parameters": [
|
|
1077
1077
|
{
|
|
1078
1078
|
"constant": false,
|
|
1079
|
-
"id":
|
|
1079
|
+
"id": 19700,
|
|
1080
1080
|
"indexed": true,
|
|
1081
1081
|
"mutability": "mutable",
|
|
1082
1082
|
"name": "token",
|
|
1083
1083
|
"nameLocation": "2846:5:47",
|
|
1084
1084
|
"nodeType": "VariableDeclaration",
|
|
1085
|
-
"scope":
|
|
1085
|
+
"scope": 19702,
|
|
1086
1086
|
"src": "2826:25:47",
|
|
1087
1087
|
"stateVariable": false,
|
|
1088
1088
|
"storageLocation": "default",
|
|
1089
1089
|
"typeDescriptions": {
|
|
1090
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1090
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
1091
1091
|
"typeString": "contract ISuperToken"
|
|
1092
1092
|
},
|
|
1093
1093
|
"typeName": {
|
|
1094
|
-
"id":
|
|
1094
|
+
"id": 19699,
|
|
1095
1095
|
"nodeType": "UserDefinedTypeName",
|
|
1096
1096
|
"pathNode": {
|
|
1097
|
-
"id":
|
|
1097
|
+
"id": 19698,
|
|
1098
1098
|
"name": "ISuperToken",
|
|
1099
1099
|
"nodeType": "IdentifierPath",
|
|
1100
|
-
"referencedDeclaration":
|
|
1100
|
+
"referencedDeclaration": 19614,
|
|
1101
1101
|
"src": "2826:11:47"
|
|
1102
1102
|
},
|
|
1103
|
-
"referencedDeclaration":
|
|
1103
|
+
"referencedDeclaration": 19614,
|
|
1104
1104
|
"src": "2826:11:47",
|
|
1105
1105
|
"typeDescriptions": {
|
|
1106
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1106
|
+
"typeIdentifier": "t_contract$_ISuperToken_$19614",
|
|
1107
1107
|
"typeString": "contract ISuperToken"
|
|
1108
1108
|
}
|
|
1109
1109
|
},
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
"src": "2796:57:47"
|
|
1116
1116
|
}
|
|
1117
1117
|
],
|
|
1118
|
-
"scope":
|
|
1118
|
+
"scope": 19704,
|
|
1119
1119
|
"src": "270:2586:47",
|
|
1120
1120
|
"usedErrors": []
|
|
1121
1121
|
}
|
|
@@ -1128,7 +1128,7 @@
|
|
|
1128
1128
|
},
|
|
1129
1129
|
"networks": {},
|
|
1130
1130
|
"schemaVersion": "3.4.8",
|
|
1131
|
-
"updatedAt": "2022-08-
|
|
1131
|
+
"updatedAt": "2022-08-30T13:03:13.358Z",
|
|
1132
1132
|
"devdoc": {
|
|
1133
1133
|
"author": "Superfluid",
|
|
1134
1134
|
"events": {
|