@superfluid-finance/ethereum-contracts 1.2.1 → 1.2.2-dev.787fef7.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 (118) 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 +450 -243
  6. package/build/contracts/BaseRelayRecipient.json +112 -112
  7. package/build/contracts/BatchLiquidator.json +178 -178
  8. package/build/contracts/BatchOperation.json +1138 -1138
  9. package/build/contracts/CFAv1Library.json +2531 -2531
  10. package/build/contracts/CallUtils.json +478 -478
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1521 -1521
  12. package/build/contracts/ConstantFlowAgreementV1.json +19315 -18335
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +1138 -1138
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +31 -31
  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 +36 -36
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +660 -660
  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 +1521 -1521
  30. package/build/contracts/FixedSizeData.json +405 -405
  31. package/build/contracts/FlowExchangeTestApp.json +1522 -1522
  32. package/build/contracts/FlowOperatorDefinitions.json +1138 -1138
  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 +1036 -1036
  37. package/build/contracts/IDAv1Library.json +4183 -4183
  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 +1182 -1182
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +110 -110
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +110 -110
  52. package/build/contracts/IMultiSigWallet.json +45 -45
  53. package/build/contracts/IPureSuperToken.json +69 -69
  54. package/build/contracts/IPureSuperTokenCustom.json +69 -69
  55. package/build/contracts/IRelayRecipient.json +49 -49
  56. package/build/contracts/IResolver.json +73 -73
  57. package/build/contracts/ISETH.json +79 -79
  58. package/build/contracts/ISETHCustom.json +79 -79
  59. package/build/contracts/ISuperAgreement.json +88 -88
  60. package/build/contracts/ISuperApp.json +351 -351
  61. package/build/contracts/ISuperToken.json +1008 -1008
  62. package/build/contracts/ISuperTokenFactory.json +280 -280
  63. package/build/contracts/ISuperfluid.json +1466 -1466
  64. package/build/contracts/ISuperfluidGovernance.json +404 -404
  65. package/build/contracts/ISuperfluidToken.json +774 -774
  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 +9343 -9343
  70. package/build/contracts/Int96SafeMath.json +504 -504
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1522 -1522
  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 +1521 -1521
  83. package/build/contracts/SlotsBitmapLibrary.json +794 -794
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +394 -394
  86. package/build/contracts/SuperAppDefinitions.json +1138 -1138
  87. package/build/contracts/SuperToken.json +2351 -2351
  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 +535 -535
  94. package/build/contracts/SuperfluidGovernanceBase.json +3471 -3789
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +1138 -1138
  96. package/build/contracts/SuperfluidGovernanceII.json +2097 -2347
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +214 -214
  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 +2195 -2445
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +58 -58
  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 +3 -4
  110. package/contracts/agreements/AgreementLibrary.sol +1 -0
  111. package/contracts/agreements/ConstantFlowAgreementV1.sol +71 -35
  112. package/contracts/agreements/InstantDistributionAgreementV1.sol +3 -2
  113. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  114. package/contracts/{agreements → libs}/SlotsBitmapLibrary.sol +1 -3
  115. package/contracts/mocks/SuperfluidMock.sol +2 -2
  116. package/contracts/superfluid/Superfluid.sol +5 -10
  117. package/package.json +2 -1
  118. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -174,24 +174,24 @@
174
174
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
175
175
  "exportedSymbols": {
176
176
  "ERC20WithTokenInfo": [
177
- 19655
177
+ 19411
178
178
  ],
179
179
  "IERC20": [
180
180
  1520
181
181
  ],
182
182
  "ISuperToken": [
183
- 18683
183
+ 18439
184
184
  ],
185
185
  "ISuperTokenFactory": [
186
- 18772
186
+ 18528
187
187
  ]
188
188
  },
189
- "id": 18773,
189
+ "id": 18529,
190
190
  "license": "AGPLv3",
191
191
  "nodeType": "SourceUnit",
192
192
  "nodes": [
193
193
  {
194
- "id": 18685,
194
+ "id": 18441,
195
195
  "literals": [
196
196
  "solidity",
197
197
  ">=",
@@ -199,26 +199,26 @@
199
199
  ".0"
200
200
  ],
201
201
  "nodeType": "PragmaDirective",
202
- "src": "35:25:51"
202
+ "src": "35:25:50"
203
203
  },
204
204
  {
205
205
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
206
206
  "file": "./ISuperToken.sol",
207
- "id": 18687,
207
+ "id": 18443,
208
208
  "nameLocation": "-1:-1:-1",
209
209
  "nodeType": "ImportDirective",
210
- "scope": 18773,
211
- "sourceUnit": 18684,
212
- "src": "62:48:51",
210
+ "scope": 18529,
211
+ "sourceUnit": 18440,
212
+ "src": "62:48:50",
213
213
  "symbolAliases": [
214
214
  {
215
215
  "foreign": {
216
- "id": 18686,
216
+ "id": 18442,
217
217
  "name": "ISuperToken",
218
218
  "nodeType": "Identifier",
219
219
  "overloadedDeclarations": [],
220
- "referencedDeclaration": 18683,
221
- "src": "71:11:51",
220
+ "referencedDeclaration": 18439,
221
+ "src": "71:11:50",
222
222
  "typeDescriptions": {}
223
223
  },
224
224
  "nameLocation": "-1:-1:-1"
@@ -229,33 +229,33 @@
229
229
  {
230
230
  "absolutePath": "project:/contracts/interfaces/tokens/ERC20WithTokenInfo.sol",
231
231
  "file": "../tokens/ERC20WithTokenInfo.sol",
232
- "id": 18690,
232
+ "id": 18446,
233
233
  "nameLocation": "-1:-1:-1",
234
234
  "nodeType": "ImportDirective",
235
- "scope": 18773,
236
- "sourceUnit": 19656,
237
- "src": "112:86:51",
235
+ "scope": 18529,
236
+ "sourceUnit": 19412,
237
+ "src": "112:86:50",
238
238
  "symbolAliases": [
239
239
  {
240
240
  "foreign": {
241
- "id": 18688,
241
+ "id": 18444,
242
242
  "name": "IERC20",
243
243
  "nodeType": "Identifier",
244
244
  "overloadedDeclarations": [],
245
245
  "referencedDeclaration": 1520,
246
- "src": "125:6:51",
246
+ "src": "125:6:50",
247
247
  "typeDescriptions": {}
248
248
  },
249
249
  "nameLocation": "-1:-1:-1"
250
250
  },
251
251
  {
252
252
  "foreign": {
253
- "id": 18689,
253
+ "id": 18445,
254
254
  "name": "ERC20WithTokenInfo",
255
255
  "nodeType": "Identifier",
256
256
  "overloadedDeclarations": [],
257
- "referencedDeclaration": 19655,
258
- "src": "137:18:51",
257
+ "referencedDeclaration": 19411,
258
+ "src": "137:18:50",
259
259
  "typeDescriptions": {}
260
260
  },
261
261
  "nameLocation": "-1:-1:-1"
@@ -270,54 +270,54 @@
270
270
  "contractDependencies": [],
271
271
  "contractKind": "interface",
272
272
  "documentation": {
273
- "id": 18691,
273
+ "id": 18447,
274
274
  "nodeType": "StructuredDocumentation",
275
- "src": "200:69:51",
275
+ "src": "200:69:50",
276
276
  "text": " @title Super token factory interface\n @author Superfluid"
277
277
  },
278
278
  "fullyImplemented": false,
279
- "id": 18772,
279
+ "id": 18528,
280
280
  "linearizedBaseContracts": [
281
- 18772
281
+ 18528
282
282
  ],
283
283
  "name": "ISuperTokenFactory",
284
- "nameLocation": "280:18:51",
284
+ "nameLocation": "280:18:50",
285
285
  "nodeType": "ContractDefinition",
286
286
  "nodes": [
287
287
  {
288
288
  "documentation": {
289
- "id": 18692,
289
+ "id": 18448,
290
290
  "nodeType": "StructuredDocumentation",
291
- "src": "306:60:51",
291
+ "src": "306:60:50",
292
292
  "text": " @dev Get superfluid host contract address"
293
293
  },
294
294
  "functionSelector": "20bc4425",
295
- "id": 18697,
295
+ "id": 18453,
296
296
  "implemented": false,
297
297
  "kind": "function",
298
298
  "modifiers": [],
299
299
  "name": "getHost",
300
- "nameLocation": "380:7:51",
300
+ "nameLocation": "380:7:50",
301
301
  "nodeType": "FunctionDefinition",
302
302
  "parameters": {
303
- "id": 18693,
303
+ "id": 18449,
304
304
  "nodeType": "ParameterList",
305
305
  "parameters": [],
306
- "src": "387:2:51"
306
+ "src": "387:2:50"
307
307
  },
308
308
  "returnParameters": {
309
- "id": 18696,
309
+ "id": 18452,
310
310
  "nodeType": "ParameterList",
311
311
  "parameters": [
312
312
  {
313
313
  "constant": false,
314
- "id": 18695,
314
+ "id": 18451,
315
315
  "mutability": "mutable",
316
316
  "name": "host",
317
- "nameLocation": "420:4:51",
317
+ "nameLocation": "420:4:50",
318
318
  "nodeType": "VariableDeclaration",
319
- "scope": 18697,
320
- "src": "412:12:51",
319
+ "scope": 18453,
320
+ "src": "412:12:50",
321
321
  "stateVariable": false,
322
322
  "storageLocation": "default",
323
323
  "typeDescriptions": {
@@ -325,10 +325,10 @@
325
325
  "typeString": "address"
326
326
  },
327
327
  "typeName": {
328
- "id": 18694,
328
+ "id": 18450,
329
329
  "name": "address",
330
330
  "nodeType": "ElementaryTypeName",
331
- "src": "412:7:51",
331
+ "src": "412:7:50",
332
332
  "stateMutability": "nonpayable",
333
333
  "typeDescriptions": {
334
334
  "typeIdentifier": "t_address",
@@ -338,174 +338,174 @@
338
338
  "visibility": "internal"
339
339
  }
340
340
  ],
341
- "src": "411:14:51"
341
+ "src": "411:14:50"
342
342
  },
343
- "scope": 18772,
344
- "src": "371:55:51",
343
+ "scope": 18528,
344
+ "src": "371:55:50",
345
345
  "stateMutability": "view",
346
346
  "virtual": false,
347
347
  "visibility": "external"
348
348
  },
349
349
  {
350
350
  "documentation": {
351
- "id": 18698,
351
+ "id": 18454,
352
352
  "nodeType": "StructuredDocumentation",
353
- "src": "432:32:51",
353
+ "src": "432:32:50",
354
354
  "text": "@dev Initialize the contract"
355
355
  },
356
356
  "functionSelector": "8129fc1c",
357
- "id": 18701,
357
+ "id": 18457,
358
358
  "implemented": false,
359
359
  "kind": "function",
360
360
  "modifiers": [],
361
361
  "name": "initialize",
362
- "nameLocation": "478:10:51",
362
+ "nameLocation": "478:10:50",
363
363
  "nodeType": "FunctionDefinition",
364
364
  "parameters": {
365
- "id": 18699,
365
+ "id": 18455,
366
366
  "nodeType": "ParameterList",
367
367
  "parameters": [],
368
- "src": "488:2:51"
368
+ "src": "488:2:50"
369
369
  },
370
370
  "returnParameters": {
371
- "id": 18700,
371
+ "id": 18456,
372
372
  "nodeType": "ParameterList",
373
373
  "parameters": [],
374
- "src": "499:0:51"
374
+ "src": "499:0:50"
375
375
  },
376
- "scope": 18772,
377
- "src": "469:31:51",
376
+ "scope": 18528,
377
+ "src": "469:31:50",
378
378
  "stateMutability": "nonpayable",
379
379
  "virtual": false,
380
380
  "visibility": "external"
381
381
  },
382
382
  {
383
383
  "documentation": {
384
- "id": 18702,
384
+ "id": 18458,
385
385
  "nodeType": "StructuredDocumentation",
386
- "src": "506:77:51",
386
+ "src": "506:77:50",
387
387
  "text": " @dev Get the current super token logic used by the factory"
388
388
  },
389
389
  "functionSelector": "9470a5b2",
390
- "id": 18708,
390
+ "id": 18464,
391
391
  "implemented": false,
392
392
  "kind": "function",
393
393
  "modifiers": [],
394
394
  "name": "getSuperTokenLogic",
395
- "nameLocation": "597:18:51",
395
+ "nameLocation": "597:18:50",
396
396
  "nodeType": "FunctionDefinition",
397
397
  "parameters": {
398
- "id": 18703,
398
+ "id": 18459,
399
399
  "nodeType": "ParameterList",
400
400
  "parameters": [],
401
- "src": "615:2:51"
401
+ "src": "615:2:50"
402
402
  },
403
403
  "returnParameters": {
404
- "id": 18707,
404
+ "id": 18463,
405
405
  "nodeType": "ParameterList",
406
406
  "parameters": [
407
407
  {
408
408
  "constant": false,
409
- "id": 18706,
409
+ "id": 18462,
410
410
  "mutability": "mutable",
411
411
  "name": "superToken",
412
- "nameLocation": "653:10:51",
412
+ "nameLocation": "653:10:50",
413
413
  "nodeType": "VariableDeclaration",
414
- "scope": 18708,
415
- "src": "641:22:51",
414
+ "scope": 18464,
415
+ "src": "641:22:50",
416
416
  "stateVariable": false,
417
417
  "storageLocation": "default",
418
418
  "typeDescriptions": {
419
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
419
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
420
420
  "typeString": "contract ISuperToken"
421
421
  },
422
422
  "typeName": {
423
- "id": 18705,
423
+ "id": 18461,
424
424
  "nodeType": "UserDefinedTypeName",
425
425
  "pathNode": {
426
- "id": 18704,
426
+ "id": 18460,
427
427
  "name": "ISuperToken",
428
428
  "nodeType": "IdentifierPath",
429
- "referencedDeclaration": 18683,
430
- "src": "641:11:51"
429
+ "referencedDeclaration": 18439,
430
+ "src": "641:11:50"
431
431
  },
432
- "referencedDeclaration": 18683,
433
- "src": "641:11:51",
432
+ "referencedDeclaration": 18439,
433
+ "src": "641:11:50",
434
434
  "typeDescriptions": {
435
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
435
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
436
436
  "typeString": "contract ISuperToken"
437
437
  }
438
438
  },
439
439
  "visibility": "internal"
440
440
  }
441
441
  ],
442
- "src": "640:24:51"
442
+ "src": "640:24:50"
443
443
  },
444
- "scope": 18772,
445
- "src": "588:77:51",
444
+ "scope": 18528,
445
+ "src": "588:77:50",
446
446
  "stateMutability": "view",
447
447
  "virtual": false,
448
448
  "visibility": "external"
449
449
  },
450
450
  {
451
451
  "canonicalName": "ISuperTokenFactory.Upgradability",
452
- "id": 18712,
452
+ "id": 18468,
453
453
  "members": [
454
454
  {
455
- "id": 18709,
455
+ "id": 18465,
456
456
  "name": "NON_UPGRADABLE",
457
- "nameLocation": "829:14:51",
457
+ "nameLocation": "829:14:50",
458
458
  "nodeType": "EnumValue",
459
- "src": "829:14:51"
459
+ "src": "829:14:50"
460
460
  },
461
461
  {
462
- "id": 18710,
462
+ "id": 18466,
463
463
  "name": "SEMI_UPGRADABLE",
464
- "nameLocation": "923:15:51",
464
+ "nameLocation": "923:15:50",
465
465
  "nodeType": "EnumValue",
466
- "src": "923:15:51"
466
+ "src": "923:15:50"
467
467
  },
468
468
  {
469
- "id": 18711,
469
+ "id": 18467,
470
470
  "name": "FULL_UPGRADABE",
471
- "nameLocation": "1002:14:51",
471
+ "nameLocation": "1002:14:50",
472
472
  "nodeType": "EnumValue",
473
- "src": "1002:14:51"
473
+ "src": "1002:14:50"
474
474
  }
475
475
  ],
476
476
  "name": "Upgradability",
477
- "nameLocation": "724:13:51",
477
+ "nameLocation": "724:13:50",
478
478
  "nodeType": "EnumDefinition",
479
- "src": "719:303:51"
479
+ "src": "719:303:50"
480
480
  },
481
481
  {
482
482
  "documentation": {
483
- "id": 18713,
483
+ "id": 18469,
484
484
  "nodeType": "StructuredDocumentation",
485
- "src": "1028:320:51",
485
+ "src": "1028:320:50",
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": 18731,
489
+ "id": 18487,
490
490
  "implemented": false,
491
491
  "kind": "function",
492
492
  "modifiers": [],
493
493
  "name": "createERC20Wrapper",
494
- "nameLocation": "1362:18:51",
494
+ "nameLocation": "1362:18:50",
495
495
  "nodeType": "FunctionDefinition",
496
496
  "parameters": {
497
- "id": 18726,
497
+ "id": 18482,
498
498
  "nodeType": "ParameterList",
499
499
  "parameters": [
500
500
  {
501
501
  "constant": false,
502
- "id": 18716,
502
+ "id": 18472,
503
503
  "mutability": "mutable",
504
504
  "name": "underlyingToken",
505
- "nameLocation": "1397:15:51",
505
+ "nameLocation": "1397:15:50",
506
506
  "nodeType": "VariableDeclaration",
507
- "scope": 18731,
508
- "src": "1390:22:51",
507
+ "scope": 18487,
508
+ "src": "1390:22:50",
509
509
  "stateVariable": false,
510
510
  "storageLocation": "default",
511
511
  "typeDescriptions": {
@@ -513,17 +513,17 @@
513
513
  "typeString": "contract IERC20"
514
514
  },
515
515
  "typeName": {
516
- "id": 18715,
516
+ "id": 18471,
517
517
  "nodeType": "UserDefinedTypeName",
518
518
  "pathNode": {
519
- "id": 18714,
519
+ "id": 18470,
520
520
  "name": "IERC20",
521
521
  "nodeType": "IdentifierPath",
522
522
  "referencedDeclaration": 1520,
523
- "src": "1390:6:51"
523
+ "src": "1390:6:50"
524
524
  },
525
525
  "referencedDeclaration": 1520,
526
- "src": "1390:6:51",
526
+ "src": "1390:6:50",
527
527
  "typeDescriptions": {
528
528
  "typeIdentifier": "t_contract$_IERC20_$1520",
529
529
  "typeString": "contract IERC20"
@@ -533,13 +533,13 @@
533
533
  },
534
534
  {
535
535
  "constant": false,
536
- "id": 18718,
536
+ "id": 18474,
537
537
  "mutability": "mutable",
538
538
  "name": "underlyingDecimals",
539
- "nameLocation": "1428:18:51",
539
+ "nameLocation": "1428:18:50",
540
540
  "nodeType": "VariableDeclaration",
541
- "scope": 18731,
542
- "src": "1422:24:51",
541
+ "scope": 18487,
542
+ "src": "1422:24:50",
543
543
  "stateVariable": false,
544
544
  "storageLocation": "default",
545
545
  "typeDescriptions": {
@@ -547,10 +547,10 @@
547
547
  "typeString": "uint8"
548
548
  },
549
549
  "typeName": {
550
- "id": 18717,
550
+ "id": 18473,
551
551
  "name": "uint8",
552
552
  "nodeType": "ElementaryTypeName",
553
- "src": "1422:5:51",
553
+ "src": "1422:5:50",
554
554
  "typeDescriptions": {
555
555
  "typeIdentifier": "t_uint8",
556
556
  "typeString": "uint8"
@@ -560,33 +560,33 @@
560
560
  },
561
561
  {
562
562
  "constant": false,
563
- "id": 18721,
563
+ "id": 18477,
564
564
  "mutability": "mutable",
565
565
  "name": "upgradability",
566
- "nameLocation": "1470:13:51",
566
+ "nameLocation": "1470:13:50",
567
567
  "nodeType": "VariableDeclaration",
568
- "scope": 18731,
569
- "src": "1456:27:51",
568
+ "scope": 18487,
569
+ "src": "1456:27:50",
570
570
  "stateVariable": false,
571
571
  "storageLocation": "default",
572
572
  "typeDescriptions": {
573
- "typeIdentifier": "t_enum$_Upgradability_$18712",
573
+ "typeIdentifier": "t_enum$_Upgradability_$18468",
574
574
  "typeString": "enum ISuperTokenFactory.Upgradability"
575
575
  },
576
576
  "typeName": {
577
- "id": 18720,
577
+ "id": 18476,
578
578
  "nodeType": "UserDefinedTypeName",
579
579
  "pathNode": {
580
- "id": 18719,
580
+ "id": 18475,
581
581
  "name": "Upgradability",
582
582
  "nodeType": "IdentifierPath",
583
- "referencedDeclaration": 18712,
584
- "src": "1456:13:51"
583
+ "referencedDeclaration": 18468,
584
+ "src": "1456:13:50"
585
585
  },
586
- "referencedDeclaration": 18712,
587
- "src": "1456:13:51",
586
+ "referencedDeclaration": 18468,
587
+ "src": "1456:13:50",
588
588
  "typeDescriptions": {
589
- "typeIdentifier": "t_enum$_Upgradability_$18712",
589
+ "typeIdentifier": "t_enum$_Upgradability_$18468",
590
590
  "typeString": "enum ISuperTokenFactory.Upgradability"
591
591
  }
592
592
  },
@@ -594,13 +594,13 @@
594
594
  },
595
595
  {
596
596
  "constant": false,
597
- "id": 18723,
597
+ "id": 18479,
598
598
  "mutability": "mutable",
599
599
  "name": "name",
600
- "nameLocation": "1509:4:51",
600
+ "nameLocation": "1509:4:50",
601
601
  "nodeType": "VariableDeclaration",
602
- "scope": 18731,
603
- "src": "1493:20:51",
602
+ "scope": 18487,
603
+ "src": "1493:20:50",
604
604
  "stateVariable": false,
605
605
  "storageLocation": "calldata",
606
606
  "typeDescriptions": {
@@ -608,10 +608,10 @@
608
608
  "typeString": "string"
609
609
  },
610
610
  "typeName": {
611
- "id": 18722,
611
+ "id": 18478,
612
612
  "name": "string",
613
613
  "nodeType": "ElementaryTypeName",
614
- "src": "1493:6:51",
614
+ "src": "1493:6:50",
615
615
  "typeDescriptions": {
616
616
  "typeIdentifier": "t_string_storage_ptr",
617
617
  "typeString": "string"
@@ -621,13 +621,13 @@
621
621
  },
622
622
  {
623
623
  "constant": false,
624
- "id": 18725,
624
+ "id": 18481,
625
625
  "mutability": "mutable",
626
626
  "name": "symbol",
627
- "nameLocation": "1539:6:51",
627
+ "nameLocation": "1539:6:50",
628
628
  "nodeType": "VariableDeclaration",
629
- "scope": 18731,
630
- "src": "1523:22:51",
629
+ "scope": 18487,
630
+ "src": "1523:22:50",
631
631
  "stateVariable": false,
632
632
  "storageLocation": "calldata",
633
633
  "typeDescriptions": {
@@ -635,10 +635,10 @@
635
635
  "typeString": "string"
636
636
  },
637
637
  "typeName": {
638
- "id": 18724,
638
+ "id": 18480,
639
639
  "name": "string",
640
640
  "nodeType": "ElementaryTypeName",
641
- "src": "1523:6:51",
641
+ "src": "1523:6:50",
642
642
  "typeDescriptions": {
643
643
  "typeIdentifier": "t_string_storage_ptr",
644
644
  "typeString": "string"
@@ -647,103 +647,103 @@
647
647
  "visibility": "internal"
648
648
  }
649
649
  ],
650
- "src": "1380:171:51"
650
+ "src": "1380:171:50"
651
651
  },
652
652
  "returnParameters": {
653
- "id": 18730,
653
+ "id": 18486,
654
654
  "nodeType": "ParameterList",
655
655
  "parameters": [
656
656
  {
657
657
  "constant": false,
658
- "id": 18729,
658
+ "id": 18485,
659
659
  "mutability": "mutable",
660
660
  "name": "superToken",
661
- "nameLocation": "1598:10:51",
661
+ "nameLocation": "1598:10:50",
662
662
  "nodeType": "VariableDeclaration",
663
- "scope": 18731,
664
- "src": "1586:22:51",
663
+ "scope": 18487,
664
+ "src": "1586:22:50",
665
665
  "stateVariable": false,
666
666
  "storageLocation": "default",
667
667
  "typeDescriptions": {
668
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
668
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
669
669
  "typeString": "contract ISuperToken"
670
670
  },
671
671
  "typeName": {
672
- "id": 18728,
672
+ "id": 18484,
673
673
  "nodeType": "UserDefinedTypeName",
674
674
  "pathNode": {
675
- "id": 18727,
675
+ "id": 18483,
676
676
  "name": "ISuperToken",
677
677
  "nodeType": "IdentifierPath",
678
- "referencedDeclaration": 18683,
679
- "src": "1586:11:51"
678
+ "referencedDeclaration": 18439,
679
+ "src": "1586:11:50"
680
680
  },
681
- "referencedDeclaration": 18683,
682
- "src": "1586:11:51",
681
+ "referencedDeclaration": 18439,
682
+ "src": "1586:11:50",
683
683
  "typeDescriptions": {
684
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
684
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
685
685
  "typeString": "contract ISuperToken"
686
686
  }
687
687
  },
688
688
  "visibility": "internal"
689
689
  }
690
690
  ],
691
- "src": "1585:24:51"
691
+ "src": "1585:24:50"
692
692
  },
693
- "scope": 18772,
694
- "src": "1353:257:51",
693
+ "scope": 18528,
694
+ "src": "1353:257:50",
695
695
  "stateMutability": "nonpayable",
696
696
  "virtual": false,
697
697
  "visibility": "external"
698
698
  },
699
699
  {
700
700
  "documentation": {
701
- "id": 18732,
701
+ "id": 18488,
702
702
  "nodeType": "StructuredDocumentation",
703
- "src": "1616:362:51",
703
+ "src": "1616:362:50",
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": 18748,
707
+ "id": 18504,
708
708
  "implemented": false,
709
709
  "kind": "function",
710
710
  "modifiers": [],
711
711
  "name": "createERC20Wrapper",
712
- "nameLocation": "1992:18:51",
712
+ "nameLocation": "1992:18:50",
713
713
  "nodeType": "FunctionDefinition",
714
714
  "parameters": {
715
- "id": 18743,
715
+ "id": 18499,
716
716
  "nodeType": "ParameterList",
717
717
  "parameters": [
718
718
  {
719
719
  "constant": false,
720
- "id": 18735,
720
+ "id": 18491,
721
721
  "mutability": "mutable",
722
722
  "name": "underlyingToken",
723
- "nameLocation": "2039:15:51",
723
+ "nameLocation": "2039:15:50",
724
724
  "nodeType": "VariableDeclaration",
725
- "scope": 18748,
726
- "src": "2020:34:51",
725
+ "scope": 18504,
726
+ "src": "2020:34:50",
727
727
  "stateVariable": false,
728
728
  "storageLocation": "default",
729
729
  "typeDescriptions": {
730
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$19655",
730
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$19411",
731
731
  "typeString": "contract ERC20WithTokenInfo"
732
732
  },
733
733
  "typeName": {
734
- "id": 18734,
734
+ "id": 18490,
735
735
  "nodeType": "UserDefinedTypeName",
736
736
  "pathNode": {
737
- "id": 18733,
737
+ "id": 18489,
738
738
  "name": "ERC20WithTokenInfo",
739
739
  "nodeType": "IdentifierPath",
740
- "referencedDeclaration": 19655,
741
- "src": "2020:18:51"
740
+ "referencedDeclaration": 19411,
741
+ "src": "2020:18:50"
742
742
  },
743
- "referencedDeclaration": 19655,
744
- "src": "2020:18:51",
743
+ "referencedDeclaration": 19411,
744
+ "src": "2020:18:50",
745
745
  "typeDescriptions": {
746
- "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$19655",
746
+ "typeIdentifier": "t_contract$_ERC20WithTokenInfo_$19411",
747
747
  "typeString": "contract ERC20WithTokenInfo"
748
748
  }
749
749
  },
@@ -751,33 +751,33 @@
751
751
  },
752
752
  {
753
753
  "constant": false,
754
- "id": 18738,
754
+ "id": 18494,
755
755
  "mutability": "mutable",
756
756
  "name": "upgradability",
757
- "nameLocation": "2078:13:51",
757
+ "nameLocation": "2078:13:50",
758
758
  "nodeType": "VariableDeclaration",
759
- "scope": 18748,
760
- "src": "2064:27:51",
759
+ "scope": 18504,
760
+ "src": "2064:27:50",
761
761
  "stateVariable": false,
762
762
  "storageLocation": "default",
763
763
  "typeDescriptions": {
764
- "typeIdentifier": "t_enum$_Upgradability_$18712",
764
+ "typeIdentifier": "t_enum$_Upgradability_$18468",
765
765
  "typeString": "enum ISuperTokenFactory.Upgradability"
766
766
  },
767
767
  "typeName": {
768
- "id": 18737,
768
+ "id": 18493,
769
769
  "nodeType": "UserDefinedTypeName",
770
770
  "pathNode": {
771
- "id": 18736,
771
+ "id": 18492,
772
772
  "name": "Upgradability",
773
773
  "nodeType": "IdentifierPath",
774
- "referencedDeclaration": 18712,
775
- "src": "2064:13:51"
774
+ "referencedDeclaration": 18468,
775
+ "src": "2064:13:50"
776
776
  },
777
- "referencedDeclaration": 18712,
778
- "src": "2064:13:51",
777
+ "referencedDeclaration": 18468,
778
+ "src": "2064:13:50",
779
779
  "typeDescriptions": {
780
- "typeIdentifier": "t_enum$_Upgradability_$18712",
780
+ "typeIdentifier": "t_enum$_Upgradability_$18468",
781
781
  "typeString": "enum ISuperTokenFactory.Upgradability"
782
782
  }
783
783
  },
@@ -785,13 +785,13 @@
785
785
  },
786
786
  {
787
787
  "constant": false,
788
- "id": 18740,
788
+ "id": 18496,
789
789
  "mutability": "mutable",
790
790
  "name": "name",
791
- "nameLocation": "2117:4:51",
791
+ "nameLocation": "2117:4:50",
792
792
  "nodeType": "VariableDeclaration",
793
- "scope": 18748,
794
- "src": "2101:20:51",
793
+ "scope": 18504,
794
+ "src": "2101:20:50",
795
795
  "stateVariable": false,
796
796
  "storageLocation": "calldata",
797
797
  "typeDescriptions": {
@@ -799,10 +799,10 @@
799
799
  "typeString": "string"
800
800
  },
801
801
  "typeName": {
802
- "id": 18739,
802
+ "id": 18495,
803
803
  "name": "string",
804
804
  "nodeType": "ElementaryTypeName",
805
- "src": "2101:6:51",
805
+ "src": "2101:6:50",
806
806
  "typeDescriptions": {
807
807
  "typeIdentifier": "t_string_storage_ptr",
808
808
  "typeString": "string"
@@ -812,13 +812,13 @@
812
812
  },
813
813
  {
814
814
  "constant": false,
815
- "id": 18742,
815
+ "id": 18498,
816
816
  "mutability": "mutable",
817
817
  "name": "symbol",
818
- "nameLocation": "2147:6:51",
818
+ "nameLocation": "2147:6:50",
819
819
  "nodeType": "VariableDeclaration",
820
- "scope": 18748,
821
- "src": "2131:22:51",
820
+ "scope": 18504,
821
+ "src": "2131:22:50",
822
822
  "stateVariable": false,
823
823
  "storageLocation": "calldata",
824
824
  "typeDescriptions": {
@@ -826,10 +826,10 @@
826
826
  "typeString": "string"
827
827
  },
828
828
  "typeName": {
829
- "id": 18741,
829
+ "id": 18497,
830
830
  "name": "string",
831
831
  "nodeType": "ElementaryTypeName",
832
- "src": "2131:6:51",
832
+ "src": "2131:6:50",
833
833
  "typeDescriptions": {
834
834
  "typeIdentifier": "t_string_storage_ptr",
835
835
  "typeString": "string"
@@ -838,77 +838,77 @@
838
838
  "visibility": "internal"
839
839
  }
840
840
  ],
841
- "src": "2010:149:51"
841
+ "src": "2010:149:50"
842
842
  },
843
843
  "returnParameters": {
844
- "id": 18747,
844
+ "id": 18503,
845
845
  "nodeType": "ParameterList",
846
846
  "parameters": [
847
847
  {
848
848
  "constant": false,
849
- "id": 18746,
849
+ "id": 18502,
850
850
  "mutability": "mutable",
851
851
  "name": "superToken",
852
- "nameLocation": "2206:10:51",
852
+ "nameLocation": "2206:10:50",
853
853
  "nodeType": "VariableDeclaration",
854
- "scope": 18748,
855
- "src": "2194:22:51",
854
+ "scope": 18504,
855
+ "src": "2194:22:50",
856
856
  "stateVariable": false,
857
857
  "storageLocation": "default",
858
858
  "typeDescriptions": {
859
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
859
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
860
860
  "typeString": "contract ISuperToken"
861
861
  },
862
862
  "typeName": {
863
- "id": 18745,
863
+ "id": 18501,
864
864
  "nodeType": "UserDefinedTypeName",
865
865
  "pathNode": {
866
- "id": 18744,
866
+ "id": 18500,
867
867
  "name": "ISuperToken",
868
868
  "nodeType": "IdentifierPath",
869
- "referencedDeclaration": 18683,
870
- "src": "2194:11:51"
869
+ "referencedDeclaration": 18439,
870
+ "src": "2194:11:50"
871
871
  },
872
- "referencedDeclaration": 18683,
873
- "src": "2194:11:51",
872
+ "referencedDeclaration": 18439,
873
+ "src": "2194:11:50",
874
874
  "typeDescriptions": {
875
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
875
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
876
876
  "typeString": "contract ISuperToken"
877
877
  }
878
878
  },
879
879
  "visibility": "internal"
880
880
  }
881
881
  ],
882
- "src": "2193:24:51"
882
+ "src": "2193:24:50"
883
883
  },
884
- "scope": 18772,
885
- "src": "1983:235:51",
884
+ "scope": 18528,
885
+ "src": "1983:235:50",
886
886
  "stateMutability": "nonpayable",
887
887
  "virtual": false,
888
888
  "visibility": "external"
889
889
  },
890
890
  {
891
891
  "functionSelector": "d412d344",
892
- "id": 18753,
892
+ "id": 18509,
893
893
  "implemented": false,
894
894
  "kind": "function",
895
895
  "modifiers": [],
896
896
  "name": "initializeCustomSuperToken",
897
- "nameLocation": "2233:26:51",
897
+ "nameLocation": "2233:26:50",
898
898
  "nodeType": "FunctionDefinition",
899
899
  "parameters": {
900
- "id": 18751,
900
+ "id": 18507,
901
901
  "nodeType": "ParameterList",
902
902
  "parameters": [
903
903
  {
904
904
  "constant": false,
905
- "id": 18750,
905
+ "id": 18506,
906
906
  "mutability": "mutable",
907
907
  "name": "customSuperTokenProxy",
908
- "nameLocation": "2277:21:51",
908
+ "nameLocation": "2277:21:50",
909
909
  "nodeType": "VariableDeclaration",
910
- "scope": 18753,
911
- "src": "2269:29:51",
910
+ "scope": 18509,
911
+ "src": "2269:29:50",
912
912
  "stateVariable": false,
913
913
  "storageLocation": "default",
914
914
  "typeDescriptions": {
@@ -916,10 +916,10 @@
916
916
  "typeString": "address"
917
917
  },
918
918
  "typeName": {
919
- "id": 18749,
919
+ "id": 18505,
920
920
  "name": "address",
921
921
  "nodeType": "ElementaryTypeName",
922
- "src": "2269:7:51",
922
+ "src": "2269:7:50",
923
923
  "stateMutability": "nonpayable",
924
924
  "typeDescriptions": {
925
925
  "typeIdentifier": "t_address",
@@ -929,16 +929,16 @@
929
929
  "visibility": "internal"
930
930
  }
931
931
  ],
932
- "src": "2259:45:51"
932
+ "src": "2259:45:50"
933
933
  },
934
934
  "returnParameters": {
935
- "id": 18752,
935
+ "id": 18508,
936
936
  "nodeType": "ParameterList",
937
937
  "parameters": [],
938
- "src": "2321:0:51"
938
+ "src": "2321:0:50"
939
939
  },
940
- "scope": 18772,
941
- "src": "2224:98:51",
940
+ "scope": 18528,
941
+ "src": "2224:98:50",
942
942
  "stateMutability": "nonpayable",
943
943
  "virtual": false,
944
944
  "visibility": "external"
@@ -946,181 +946,181 @@
946
946
  {
947
947
  "anonymous": false,
948
948
  "documentation": {
949
- "id": 18754,
949
+ "id": 18510,
950
950
  "nodeType": "StructuredDocumentation",
951
- "src": "2328:103:51",
951
+ "src": "2328:103:50",
952
952
  "text": " @dev Super token logic created event\n @param tokenLogic Token logic address"
953
953
  },
954
954
  "eventSelector": "c13fb19d60857980e565bf5dae406b8802d3c1cec50c6156b30b12b874029783",
955
- "id": 18759,
955
+ "id": 18515,
956
956
  "name": "SuperTokenLogicCreated",
957
- "nameLocation": "2442:22:51",
957
+ "nameLocation": "2442:22:50",
958
958
  "nodeType": "EventDefinition",
959
959
  "parameters": {
960
- "id": 18758,
960
+ "id": 18514,
961
961
  "nodeType": "ParameterList",
962
962
  "parameters": [
963
963
  {
964
964
  "constant": false,
965
- "id": 18757,
965
+ "id": 18513,
966
966
  "indexed": true,
967
967
  "mutability": "mutable",
968
968
  "name": "tokenLogic",
969
- "nameLocation": "2485:10:51",
969
+ "nameLocation": "2485:10:50",
970
970
  "nodeType": "VariableDeclaration",
971
- "scope": 18759,
972
- "src": "2465:30:51",
971
+ "scope": 18515,
972
+ "src": "2465:30:50",
973
973
  "stateVariable": false,
974
974
  "storageLocation": "default",
975
975
  "typeDescriptions": {
976
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
976
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
977
977
  "typeString": "contract ISuperToken"
978
978
  },
979
979
  "typeName": {
980
- "id": 18756,
980
+ "id": 18512,
981
981
  "nodeType": "UserDefinedTypeName",
982
982
  "pathNode": {
983
- "id": 18755,
983
+ "id": 18511,
984
984
  "name": "ISuperToken",
985
985
  "nodeType": "IdentifierPath",
986
- "referencedDeclaration": 18683,
987
- "src": "2465:11:51"
986
+ "referencedDeclaration": 18439,
987
+ "src": "2465:11:50"
988
988
  },
989
- "referencedDeclaration": 18683,
990
- "src": "2465:11:51",
989
+ "referencedDeclaration": 18439,
990
+ "src": "2465:11:50",
991
991
  "typeDescriptions": {
992
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
992
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
993
993
  "typeString": "contract ISuperToken"
994
994
  }
995
995
  },
996
996
  "visibility": "internal"
997
997
  }
998
998
  ],
999
- "src": "2464:32:51"
999
+ "src": "2464:32:50"
1000
1000
  },
1001
- "src": "2436:61:51"
1001
+ "src": "2436:61:50"
1002
1002
  },
1003
1003
  {
1004
1004
  "anonymous": false,
1005
1005
  "documentation": {
1006
- "id": 18760,
1006
+ "id": 18516,
1007
1007
  "nodeType": "StructuredDocumentation",
1008
- "src": "2503:106:51",
1008
+ "src": "2503:106:50",
1009
1009
  "text": " @dev Super token created event\n @param token Newly created super token address"
1010
1010
  },
1011
1011
  "eventSelector": "b52c6d9d122e8c07769b96d7bb14e66db58ee03fdebaaa2f92547e9c7ef0e65f",
1012
- "id": 18765,
1012
+ "id": 18521,
1013
1013
  "name": "SuperTokenCreated",
1014
- "nameLocation": "2620:17:51",
1014
+ "nameLocation": "2620:17:50",
1015
1015
  "nodeType": "EventDefinition",
1016
1016
  "parameters": {
1017
- "id": 18764,
1017
+ "id": 18520,
1018
1018
  "nodeType": "ParameterList",
1019
1019
  "parameters": [
1020
1020
  {
1021
1021
  "constant": false,
1022
- "id": 18763,
1022
+ "id": 18519,
1023
1023
  "indexed": true,
1024
1024
  "mutability": "mutable",
1025
1025
  "name": "token",
1026
- "nameLocation": "2658:5:51",
1026
+ "nameLocation": "2658:5:50",
1027
1027
  "nodeType": "VariableDeclaration",
1028
- "scope": 18765,
1029
- "src": "2638:25:51",
1028
+ "scope": 18521,
1029
+ "src": "2638:25:50",
1030
1030
  "stateVariable": false,
1031
1031
  "storageLocation": "default",
1032
1032
  "typeDescriptions": {
1033
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1033
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1034
1034
  "typeString": "contract ISuperToken"
1035
1035
  },
1036
1036
  "typeName": {
1037
- "id": 18762,
1037
+ "id": 18518,
1038
1038
  "nodeType": "UserDefinedTypeName",
1039
1039
  "pathNode": {
1040
- "id": 18761,
1040
+ "id": 18517,
1041
1041
  "name": "ISuperToken",
1042
1042
  "nodeType": "IdentifierPath",
1043
- "referencedDeclaration": 18683,
1044
- "src": "2638:11:51"
1043
+ "referencedDeclaration": 18439,
1044
+ "src": "2638:11:50"
1045
1045
  },
1046
- "referencedDeclaration": 18683,
1047
- "src": "2638:11:51",
1046
+ "referencedDeclaration": 18439,
1047
+ "src": "2638:11:50",
1048
1048
  "typeDescriptions": {
1049
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1049
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1050
1050
  "typeString": "contract ISuperToken"
1051
1051
  }
1052
1052
  },
1053
1053
  "visibility": "internal"
1054
1054
  }
1055
1055
  ],
1056
- "src": "2637:27:51"
1056
+ "src": "2637:27:50"
1057
1057
  },
1058
- "src": "2614:51:51"
1058
+ "src": "2614:51:50"
1059
1059
  },
1060
1060
  {
1061
1061
  "anonymous": false,
1062
1062
  "documentation": {
1063
- "id": 18766,
1063
+ "id": 18522,
1064
1064
  "nodeType": "StructuredDocumentation",
1065
- "src": "2671:120:51",
1065
+ "src": "2671:120:50",
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": 18771,
1069
+ "id": 18527,
1070
1070
  "name": "CustomSuperTokenCreated",
1071
- "nameLocation": "2802:23:51",
1071
+ "nameLocation": "2802:23:50",
1072
1072
  "nodeType": "EventDefinition",
1073
1073
  "parameters": {
1074
- "id": 18770,
1074
+ "id": 18526,
1075
1075
  "nodeType": "ParameterList",
1076
1076
  "parameters": [
1077
1077
  {
1078
1078
  "constant": false,
1079
- "id": 18769,
1079
+ "id": 18525,
1080
1080
  "indexed": true,
1081
1081
  "mutability": "mutable",
1082
1082
  "name": "token",
1083
- "nameLocation": "2846:5:51",
1083
+ "nameLocation": "2846:5:50",
1084
1084
  "nodeType": "VariableDeclaration",
1085
- "scope": 18771,
1086
- "src": "2826:25:51",
1085
+ "scope": 18527,
1086
+ "src": "2826:25:50",
1087
1087
  "stateVariable": false,
1088
1088
  "storageLocation": "default",
1089
1089
  "typeDescriptions": {
1090
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1090
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1091
1091
  "typeString": "contract ISuperToken"
1092
1092
  },
1093
1093
  "typeName": {
1094
- "id": 18768,
1094
+ "id": 18524,
1095
1095
  "nodeType": "UserDefinedTypeName",
1096
1096
  "pathNode": {
1097
- "id": 18767,
1097
+ "id": 18523,
1098
1098
  "name": "ISuperToken",
1099
1099
  "nodeType": "IdentifierPath",
1100
- "referencedDeclaration": 18683,
1101
- "src": "2826:11:51"
1100
+ "referencedDeclaration": 18439,
1101
+ "src": "2826:11:50"
1102
1102
  },
1103
- "referencedDeclaration": 18683,
1104
- "src": "2826:11:51",
1103
+ "referencedDeclaration": 18439,
1104
+ "src": "2826:11:50",
1105
1105
  "typeDescriptions": {
1106
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1106
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1107
1107
  "typeString": "contract ISuperToken"
1108
1108
  }
1109
1109
  },
1110
1110
  "visibility": "internal"
1111
1111
  }
1112
1112
  ],
1113
- "src": "2825:27:51"
1113
+ "src": "2825:27:50"
1114
1114
  },
1115
- "src": "2796:57:51"
1115
+ "src": "2796:57:50"
1116
1116
  }
1117
1117
  ],
1118
- "scope": 18773,
1119
- "src": "270:2586:51",
1118
+ "scope": 18529,
1119
+ "src": "270:2586:50",
1120
1120
  "usedErrors": []
1121
1121
  }
1122
1122
  ],
1123
- "src": "35:2822:51"
1123
+ "src": "35:2822:50"
1124
1124
  },
1125
1125
  "compiler": {
1126
1126
  "name": "solc",
@@ -1128,7 +1128,7 @@
1128
1128
  },
1129
1129
  "networks": {},
1130
1130
  "schemaVersion": "3.4.7",
1131
- "updatedAt": "2022-04-29T13:00:13.198Z",
1131
+ "updatedAt": "2022-05-05T19:02:22.048Z",
1132
1132
  "devdoc": {
1133
1133
  "author": "Superfluid",
1134
1134
  "events": {