@superfluid-finance/ethereum-contracts 1.4.1-dev.e675dbc.0 → 1.4.2-dev.e06ddfc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +28 -28
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +784 -784
  9. package/build/contracts/CFAv1Forwarder.json +2299 -2473
  10. package/build/contracts/CFAv1Library.json +2279 -2279
  11. package/build/contracts/CallUtils.json +198 -198
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
  13. package/build/contracts/ConstantFlowAgreementV1.json +8579 -8423
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +784 -784
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +19 -19
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20Burnable.json +1 -1
  23. package/build/contracts/ERC20Pausable.json +1 -1
  24. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +380 -380
  27. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  28. package/build/contracts/ERC777RecipientReverting.json +855 -855
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1545 -1545
  34. package/build/contracts/FlowOperatorDefinitions.json +784 -784
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +608 -608
  39. package/build/contracts/IDAv1Library.json +2611 -2611
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.json +1 -1
  45. package/build/contracts/IERC20Permit.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
  50. package/build/contracts/IMultiSigWallet.json +24 -24
  51. package/build/contracts/IPureSuperToken.json +47 -47
  52. package/build/contracts/IPureSuperTokenCustom.json +47 -47
  53. package/build/contracts/IRelayRecipient.json +27 -27
  54. package/build/contracts/IResolver.json +38 -38
  55. package/build/contracts/ISETH.json +52 -52
  56. package/build/contracts/ISETHCustom.json +52 -52
  57. package/build/contracts/ISuperAgreement.json +50 -50
  58. package/build/contracts/ISuperApp.json +191 -191
  59. package/build/contracts/ISuperToken.json +544 -544
  60. package/build/contracts/ISuperTokenFactory.json +166 -166
  61. package/build/contracts/ISuperfluid.json +874 -874
  62. package/build/contracts/ISuperfluidGovernance.json +254 -254
  63. package/build/contracts/ISuperfluidToken.json +395 -395
  64. package/build/contracts/ITOGAv1.json +1441 -1441
  65. package/build/contracts/ITOGAv2.json +1441 -1441
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5893 -5893
  68. package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Pausable.json +1 -1
  71. package/build/contracts/Proxy.json +1 -1
  72. package/build/contracts/PureSuperToken.json +106 -106
  73. package/build/contracts/Resolver.json +98 -98
  74. package/build/contracts/SETHProxy.json +224 -224
  75. package/build/contracts/SafeCast.json +1 -1
  76. package/build/contracts/SafeERC20.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
  79. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  80. package/build/contracts/StreamRedirector.json +745 -745
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +239 -239
  83. package/build/contracts/SuperAppDefinitions.json +784 -784
  84. package/build/contracts/SuperToken.json +2475 -2475
  85. package/build/contracts/SuperTokenFactory.json +774 -774
  86. package/build/contracts/SuperTokenFactoryBase.json +764 -764
  87. package/build/contracts/SuperTokenFactoryHelper.json +767 -767
  88. package/build/contracts/SuperUpgrader.json +437 -437
  89. package/build/contracts/Superfluid.json +5082 -5082
  90. package/build/contracts/SuperfluidErrors.json +784 -784
  91. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  92. package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
  93. package/build/contracts/SuperfluidGovernanceConfigs.json +784 -784
  94. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  95. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  96. package/build/contracts/SuperfluidLoader.json +207 -207
  97. package/build/contracts/SuperfluidToken.json +1471 -1471
  98. package/build/contracts/TOGA.json +1457 -1457
  99. package/build/contracts/TestGovernance.json +250 -250
  100. package/build/contracts/TestToken.json +93 -93
  101. package/build/contracts/TokenCustodian.json +214 -214
  102. package/build/contracts/TokenInfo.json +32 -32
  103. package/build/contracts/UUPSProxiable.json +139 -139
  104. package/build/contracts/UUPSProxy.json +81 -81
  105. package/build/contracts/UUPSUtils.json +37 -37
  106. package/build/contracts-sizes.txt +1 -1
  107. package/contracts/agreements/ConstantFlowAgreementV1.sol +8 -3
  108. package/contracts/utils/CFAv1Forwarder.sol +2 -6
  109. package/package.json +10 -6
  110. package/scripts/deploy-deterministically.js +35 -24
  111. package/scripts/deploy-framework.js +65 -38
  112. package/scripts/gov-upgrade-governance.js +87 -0
  113. package/scripts/info-print-contract-addresses.js +1 -1
  114. package/scripts/libs/common.js +2 -1
  115. package/scripts/libs/getConfig.js +1 -1
@@ -245,30 +245,30 @@
245
245
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol",
246
246
  "exportedSymbols": {
247
247
  "ISuperAgreement": [
248
- 19426
248
+ 19438
249
249
  ],
250
250
  "ISuperToken": [
251
- 19928
251
+ 19940
252
252
  ],
253
253
  "ISuperfluid": [
254
- 20530
254
+ 20542
255
255
  ],
256
256
  "ISuperfluidGovernance": [
257
- 20659
257
+ 20671
258
258
  ],
259
259
  "ISuperfluidToken": [
260
- 20935
260
+ 20947
261
261
  ],
262
262
  "SuperfluidErrors": [
263
- 19397
263
+ 19409
264
264
  ]
265
265
  },
266
- "id": 20660,
266
+ "id": 20672,
267
267
  "license": "AGPLv3",
268
268
  "nodeType": "SourceUnit",
269
269
  "nodes": [
270
270
  {
271
- "id": 20532,
271
+ "id": 20544,
272
272
  "literals": [
273
273
  "solidity",
274
274
  ">=",
@@ -281,20 +281,20 @@
281
281
  {
282
282
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
283
283
  "file": "./ISuperAgreement.sol",
284
- "id": 20534,
284
+ "id": 20546,
285
285
  "nameLocation": "-1:-1:-1",
286
286
  "nodeType": "ImportDirective",
287
- "scope": 20660,
288
- "sourceUnit": 19427,
287
+ "scope": 20672,
288
+ "sourceUnit": 19439,
289
289
  "src": "62:56:49",
290
290
  "symbolAliases": [
291
291
  {
292
292
  "foreign": {
293
- "id": 20533,
293
+ "id": 20545,
294
294
  "name": "ISuperAgreement",
295
295
  "nodeType": "Identifier",
296
296
  "overloadedDeclarations": [],
297
- "referencedDeclaration": 19426,
297
+ "referencedDeclaration": 19438,
298
298
  "src": "71:15:49",
299
299
  "typeDescriptions": {}
300
300
  },
@@ -306,20 +306,20 @@
306
306
  {
307
307
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
308
308
  "file": "./ISuperToken.sol",
309
- "id": 20536,
309
+ "id": 20548,
310
310
  "nameLocation": "-1:-1:-1",
311
311
  "nodeType": "ImportDirective",
312
- "scope": 20660,
313
- "sourceUnit": 19929,
312
+ "scope": 20672,
313
+ "sourceUnit": 19941,
314
314
  "src": "119:48:49",
315
315
  "symbolAliases": [
316
316
  {
317
317
  "foreign": {
318
- "id": 20535,
318
+ "id": 20547,
319
319
  "name": "ISuperToken",
320
320
  "nodeType": "Identifier",
321
321
  "overloadedDeclarations": [],
322
- "referencedDeclaration": 19928,
322
+ "referencedDeclaration": 19940,
323
323
  "src": "128:11:49",
324
324
  "typeDescriptions": {}
325
325
  },
@@ -331,20 +331,20 @@
331
331
  {
332
332
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
333
333
  "file": "./ISuperfluidToken.sol",
334
- "id": 20538,
334
+ "id": 20550,
335
335
  "nameLocation": "-1:-1:-1",
336
336
  "nodeType": "ImportDirective",
337
- "scope": 20660,
338
- "sourceUnit": 20936,
337
+ "scope": 20672,
338
+ "sourceUnit": 20948,
339
339
  "src": "168:59:49",
340
340
  "symbolAliases": [
341
341
  {
342
342
  "foreign": {
343
- "id": 20537,
343
+ "id": 20549,
344
344
  "name": "ISuperfluidToken",
345
345
  "nodeType": "Identifier",
346
346
  "overloadedDeclarations": [],
347
- "referencedDeclaration": 20935,
347
+ "referencedDeclaration": 20947,
348
348
  "src": "177:16:49",
349
349
  "typeDescriptions": {}
350
350
  },
@@ -356,20 +356,20 @@
356
356
  {
357
357
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
358
358
  "file": "./ISuperfluid.sol",
359
- "id": 20540,
359
+ "id": 20552,
360
360
  "nameLocation": "-1:-1:-1",
361
361
  "nodeType": "ImportDirective",
362
- "scope": 20660,
363
- "sourceUnit": 20531,
362
+ "scope": 20672,
363
+ "sourceUnit": 20543,
364
364
  "src": "228:48:49",
365
365
  "symbolAliases": [
366
366
  {
367
367
  "foreign": {
368
- "id": 20539,
368
+ "id": 20551,
369
369
  "name": "ISuperfluid",
370
370
  "nodeType": "Identifier",
371
371
  "overloadedDeclarations": [],
372
- "referencedDeclaration": 20530,
372
+ "referencedDeclaration": 20542,
373
373
  "src": "237:11:49",
374
374
  "typeDescriptions": {}
375
375
  },
@@ -381,20 +381,20 @@
381
381
  {
382
382
  "absolutePath": "project:/contracts/interfaces/superfluid/Definitions.sol",
383
383
  "file": "./Definitions.sol",
384
- "id": 20542,
384
+ "id": 20554,
385
385
  "nameLocation": "-1:-1:-1",
386
386
  "nodeType": "ImportDirective",
387
- "scope": 20660,
388
- "sourceUnit": 19398,
387
+ "scope": 20672,
388
+ "sourceUnit": 19410,
389
389
  "src": "277:53:49",
390
390
  "symbolAliases": [
391
391
  {
392
392
  "foreign": {
393
- "id": 20541,
393
+ "id": 20553,
394
394
  "name": "SuperfluidErrors",
395
395
  "nodeType": "Identifier",
396
396
  "overloadedDeclarations": [],
397
- "referencedDeclaration": 19397,
397
+ "referencedDeclaration": 19409,
398
398
  "src": "286:16:49",
399
399
  "typeDescriptions": {}
400
400
  },
@@ -410,15 +410,15 @@
410
410
  "contractDependencies": [],
411
411
  "contractKind": "interface",
412
412
  "documentation": {
413
- "id": 20543,
413
+ "id": 20555,
414
414
  "nodeType": "StructuredDocumentation",
415
415
  "src": "333:71:49",
416
416
  "text": " @title Superfluid governance interface\n @author Superfluid"
417
417
  },
418
418
  "fullyImplemented": false,
419
- "id": 20659,
419
+ "id": 20671,
420
420
  "linearizedBaseContracts": [
421
- 20659
421
+ 20671
422
422
  ],
423
423
  "name": "ISuperfluidGovernance",
424
424
  "nameLocation": "415:21:49",
@@ -426,12 +426,12 @@
426
426
  "nodes": [
427
427
  {
428
428
  "errorSelector": "27743aa6",
429
- "id": 20545,
429
+ "id": 20557,
430
430
  "name": "SF_GOV_ARRAYS_NOT_SAME_LENGTH",
431
431
  "nameLocation": "628:29:49",
432
432
  "nodeType": "ErrorDefinition",
433
433
  "parameters": {
434
- "id": 20544,
434
+ "id": 20556,
435
435
  "nodeType": "ParameterList",
436
436
  "parameters": [],
437
437
  "src": "657:2:49"
@@ -440,12 +440,12 @@
440
440
  },
441
441
  {
442
442
  "errorSelector": "e171980a",
443
- "id": 20547,
443
+ "id": 20559,
444
444
  "name": "SF_GOV_INVALID_LIQUIDATION_OR_PATRICIAN_PERIOD",
445
445
  "nameLocation": "671:46:49",
446
446
  "nodeType": "ErrorDefinition",
447
447
  "parameters": {
448
- "id": 20546,
448
+ "id": 20558,
449
449
  "nodeType": "ParameterList",
450
450
  "parameters": [],
451
451
  "src": "717:2:49"
@@ -454,13 +454,13 @@
454
454
  },
455
455
  {
456
456
  "documentation": {
457
- "id": 20548,
457
+ "id": 20560,
458
458
  "nodeType": "StructuredDocumentation",
459
459
  "src": "726:76:49",
460
460
  "text": " @dev Replace the current governance with a new governance"
461
461
  },
462
462
  "functionSelector": "44864b25",
463
- "id": 20556,
463
+ "id": 20568,
464
464
  "implemented": false,
465
465
  "kind": "function",
466
466
  "modifiers": [],
@@ -468,41 +468,41 @@
468
468
  "nameLocation": "816:17:49",
469
469
  "nodeType": "FunctionDefinition",
470
470
  "parameters": {
471
- "id": 20554,
471
+ "id": 20566,
472
472
  "nodeType": "ParameterList",
473
473
  "parameters": [
474
474
  {
475
475
  "constant": false,
476
- "id": 20551,
476
+ "id": 20563,
477
477
  "mutability": "mutable",
478
478
  "name": "host",
479
479
  "nameLocation": "855:4:49",
480
480
  "nodeType": "VariableDeclaration",
481
- "scope": 20556,
481
+ "scope": 20568,
482
482
  "src": "843:16:49",
483
483
  "stateVariable": false,
484
484
  "storageLocation": "default",
485
485
  "typeDescriptions": {
486
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
486
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
487
487
  "typeString": "contract ISuperfluid"
488
488
  },
489
489
  "typeName": {
490
- "id": 20550,
490
+ "id": 20562,
491
491
  "nodeType": "UserDefinedTypeName",
492
492
  "pathNode": {
493
- "id": 20549,
493
+ "id": 20561,
494
494
  "name": "ISuperfluid",
495
495
  "nameLocations": [
496
496
  "843:11:49"
497
497
  ],
498
498
  "nodeType": "IdentifierPath",
499
- "referencedDeclaration": 20530,
499
+ "referencedDeclaration": 20542,
500
500
  "src": "843:11:49"
501
501
  },
502
- "referencedDeclaration": 20530,
502
+ "referencedDeclaration": 20542,
503
503
  "src": "843:11:49",
504
504
  "typeDescriptions": {
505
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
505
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
506
506
  "typeString": "contract ISuperfluid"
507
507
  }
508
508
  },
@@ -510,12 +510,12 @@
510
510
  },
511
511
  {
512
512
  "constant": false,
513
- "id": 20553,
513
+ "id": 20565,
514
514
  "mutability": "mutable",
515
515
  "name": "newGov",
516
516
  "nameLocation": "877:6:49",
517
517
  "nodeType": "VariableDeclaration",
518
- "scope": 20556,
518
+ "scope": 20568,
519
519
  "src": "869:14:49",
520
520
  "stateVariable": false,
521
521
  "storageLocation": "default",
@@ -524,7 +524,7 @@
524
524
  "typeString": "address"
525
525
  },
526
526
  "typeName": {
527
- "id": 20552,
527
+ "id": 20564,
528
528
  "name": "address",
529
529
  "nodeType": "ElementaryTypeName",
530
530
  "src": "869:7:49",
@@ -540,12 +540,12 @@
540
540
  "src": "833:51:49"
541
541
  },
542
542
  "returnParameters": {
543
- "id": 20555,
543
+ "id": 20567,
544
544
  "nodeType": "ParameterList",
545
545
  "parameters": [],
546
546
  "src": "893:0:49"
547
547
  },
548
- "scope": 20659,
548
+ "scope": 20671,
549
549
  "src": "807:87:49",
550
550
  "stateMutability": "nonpayable",
551
551
  "virtual": false,
@@ -553,13 +553,13 @@
553
553
  },
554
554
  {
555
555
  "documentation": {
556
- "id": 20557,
556
+ "id": 20569,
557
557
  "nodeType": "StructuredDocumentation",
558
558
  "src": "900:54:49",
559
559
  "text": " @dev Register a new agreement class"
560
560
  },
561
561
  "functionSelector": "cadf8f85",
562
- "id": 20565,
562
+ "id": 20577,
563
563
  "implemented": false,
564
564
  "kind": "function",
565
565
  "modifiers": [],
@@ -567,41 +567,41 @@
567
567
  "nameLocation": "968:22:49",
568
568
  "nodeType": "FunctionDefinition",
569
569
  "parameters": {
570
- "id": 20563,
570
+ "id": 20575,
571
571
  "nodeType": "ParameterList",
572
572
  "parameters": [
573
573
  {
574
574
  "constant": false,
575
- "id": 20560,
575
+ "id": 20572,
576
576
  "mutability": "mutable",
577
577
  "name": "host",
578
578
  "nameLocation": "1012:4:49",
579
579
  "nodeType": "VariableDeclaration",
580
- "scope": 20565,
580
+ "scope": 20577,
581
581
  "src": "1000:16:49",
582
582
  "stateVariable": false,
583
583
  "storageLocation": "default",
584
584
  "typeDescriptions": {
585
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
585
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
586
586
  "typeString": "contract ISuperfluid"
587
587
  },
588
588
  "typeName": {
589
- "id": 20559,
589
+ "id": 20571,
590
590
  "nodeType": "UserDefinedTypeName",
591
591
  "pathNode": {
592
- "id": 20558,
592
+ "id": 20570,
593
593
  "name": "ISuperfluid",
594
594
  "nameLocations": [
595
595
  "1000:11:49"
596
596
  ],
597
597
  "nodeType": "IdentifierPath",
598
- "referencedDeclaration": 20530,
598
+ "referencedDeclaration": 20542,
599
599
  "src": "1000:11:49"
600
600
  },
601
- "referencedDeclaration": 20530,
601
+ "referencedDeclaration": 20542,
602
602
  "src": "1000:11:49",
603
603
  "typeDescriptions": {
604
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
604
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
605
605
  "typeString": "contract ISuperfluid"
606
606
  }
607
607
  },
@@ -609,12 +609,12 @@
609
609
  },
610
610
  {
611
611
  "constant": false,
612
- "id": 20562,
612
+ "id": 20574,
613
613
  "mutability": "mutable",
614
614
  "name": "agreementClass",
615
615
  "nameLocation": "1034:14:49",
616
616
  "nodeType": "VariableDeclaration",
617
- "scope": 20565,
617
+ "scope": 20577,
618
618
  "src": "1026:22:49",
619
619
  "stateVariable": false,
620
620
  "storageLocation": "default",
@@ -623,7 +623,7 @@
623
623
  "typeString": "address"
624
624
  },
625
625
  "typeName": {
626
- "id": 20561,
626
+ "id": 20573,
627
627
  "name": "address",
628
628
  "nodeType": "ElementaryTypeName",
629
629
  "src": "1026:7:49",
@@ -639,12 +639,12 @@
639
639
  "src": "990:59:49"
640
640
  },
641
641
  "returnParameters": {
642
- "id": 20564,
642
+ "id": 20576,
643
643
  "nodeType": "ParameterList",
644
644
  "parameters": [],
645
645
  "src": "1058:0:49"
646
646
  },
647
- "scope": 20659,
647
+ "scope": 20671,
648
648
  "src": "959:100:49",
649
649
  "stateMutability": "nonpayable",
650
650
  "virtual": false,
@@ -652,13 +652,13 @@
652
652
  },
653
653
  {
654
654
  "documentation": {
655
- "id": 20566,
655
+ "id": 20578,
656
656
  "nodeType": "StructuredDocumentation",
657
657
  "src": "1065:193:49",
658
658
  "text": " @dev Update logics of the contracts\n @custom:note \n - Because they might have inter-dependencies, it is good to have one single function to update them all"
659
659
  },
660
660
  "functionSelector": "427942a4",
661
- "id": 20579,
661
+ "id": 20591,
662
662
  "implemented": false,
663
663
  "kind": "function",
664
664
  "modifiers": [],
@@ -666,41 +666,41 @@
666
666
  "nameLocation": "1272:15:49",
667
667
  "nodeType": "FunctionDefinition",
668
668
  "parameters": {
669
- "id": 20577,
669
+ "id": 20589,
670
670
  "nodeType": "ParameterList",
671
671
  "parameters": [
672
672
  {
673
673
  "constant": false,
674
- "id": 20569,
674
+ "id": 20581,
675
675
  "mutability": "mutable",
676
676
  "name": "host",
677
677
  "nameLocation": "1309:4:49",
678
678
  "nodeType": "VariableDeclaration",
679
- "scope": 20579,
679
+ "scope": 20591,
680
680
  "src": "1297:16:49",
681
681
  "stateVariable": false,
682
682
  "storageLocation": "default",
683
683
  "typeDescriptions": {
684
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
684
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
685
685
  "typeString": "contract ISuperfluid"
686
686
  },
687
687
  "typeName": {
688
- "id": 20568,
688
+ "id": 20580,
689
689
  "nodeType": "UserDefinedTypeName",
690
690
  "pathNode": {
691
- "id": 20567,
691
+ "id": 20579,
692
692
  "name": "ISuperfluid",
693
693
  "nameLocations": [
694
694
  "1297:11:49"
695
695
  ],
696
696
  "nodeType": "IdentifierPath",
697
- "referencedDeclaration": 20530,
697
+ "referencedDeclaration": 20542,
698
698
  "src": "1297:11:49"
699
699
  },
700
- "referencedDeclaration": 20530,
700
+ "referencedDeclaration": 20542,
701
701
  "src": "1297:11:49",
702
702
  "typeDescriptions": {
703
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
703
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
704
704
  "typeString": "contract ISuperfluid"
705
705
  }
706
706
  },
@@ -708,12 +708,12 @@
708
708
  },
709
709
  {
710
710
  "constant": false,
711
- "id": 20571,
711
+ "id": 20583,
712
712
  "mutability": "mutable",
713
713
  "name": "hostNewLogic",
714
714
  "nameLocation": "1331:12:49",
715
715
  "nodeType": "VariableDeclaration",
716
- "scope": 20579,
716
+ "scope": 20591,
717
717
  "src": "1323:20:49",
718
718
  "stateVariable": false,
719
719
  "storageLocation": "default",
@@ -722,7 +722,7 @@
722
722
  "typeString": "address"
723
723
  },
724
724
  "typeName": {
725
- "id": 20570,
725
+ "id": 20582,
726
726
  "name": "address",
727
727
  "nodeType": "ElementaryTypeName",
728
728
  "src": "1323:7:49",
@@ -736,12 +736,12 @@
736
736
  },
737
737
  {
738
738
  "constant": false,
739
- "id": 20574,
739
+ "id": 20586,
740
740
  "mutability": "mutable",
741
741
  "name": "agreementClassNewLogics",
742
742
  "nameLocation": "1372:23:49",
743
743
  "nodeType": "VariableDeclaration",
744
- "scope": 20579,
744
+ "scope": 20591,
745
745
  "src": "1353:42:49",
746
746
  "stateVariable": false,
747
747
  "storageLocation": "calldata",
@@ -751,7 +751,7 @@
751
751
  },
752
752
  "typeName": {
753
753
  "baseType": {
754
- "id": 20572,
754
+ "id": 20584,
755
755
  "name": "address",
756
756
  "nodeType": "ElementaryTypeName",
757
757
  "src": "1353:7:49",
@@ -761,7 +761,7 @@
761
761
  "typeString": "address"
762
762
  }
763
763
  },
764
- "id": 20573,
764
+ "id": 20585,
765
765
  "nodeType": "ArrayTypeName",
766
766
  "src": "1353:9:49",
767
767
  "typeDescriptions": {
@@ -773,12 +773,12 @@
773
773
  },
774
774
  {
775
775
  "constant": false,
776
- "id": 20576,
776
+ "id": 20588,
777
777
  "mutability": "mutable",
778
778
  "name": "superTokenFactoryNewLogic",
779
779
  "nameLocation": "1413:25:49",
780
780
  "nodeType": "VariableDeclaration",
781
- "scope": 20579,
781
+ "scope": 20591,
782
782
  "src": "1405:33:49",
783
783
  "stateVariable": false,
784
784
  "storageLocation": "default",
@@ -787,7 +787,7 @@
787
787
  "typeString": "address"
788
788
  },
789
789
  "typeName": {
790
- "id": 20575,
790
+ "id": 20587,
791
791
  "name": "address",
792
792
  "nodeType": "ElementaryTypeName",
793
793
  "src": "1405:7:49",
@@ -803,12 +803,12 @@
803
803
  "src": "1287:157:49"
804
804
  },
805
805
  "returnParameters": {
806
- "id": 20578,
806
+ "id": 20590,
807
807
  "nodeType": "ParameterList",
808
808
  "parameters": [],
809
809
  "src": "1453:0:49"
810
810
  },
811
- "scope": 20659,
811
+ "scope": 20671,
812
812
  "src": "1263:191:49",
813
813
  "stateMutability": "nonpayable",
814
814
  "virtual": false,
@@ -816,13 +816,13 @@
816
816
  },
817
817
  {
818
818
  "documentation": {
819
- "id": 20580,
819
+ "id": 20592,
820
820
  "nodeType": "StructuredDocumentation",
821
821
  "src": "1460:113:49",
822
822
  "text": " @dev Update supertoken logic contract to the latest that is managed by the super token factory"
823
823
  },
824
824
  "functionSelector": "42148deb",
825
- "id": 20590,
825
+ "id": 20602,
826
826
  "implemented": false,
827
827
  "kind": "function",
828
828
  "modifiers": [],
@@ -830,41 +830,41 @@
830
830
  "nameLocation": "1587:26:49",
831
831
  "nodeType": "FunctionDefinition",
832
832
  "parameters": {
833
- "id": 20588,
833
+ "id": 20600,
834
834
  "nodeType": "ParameterList",
835
835
  "parameters": [
836
836
  {
837
837
  "constant": false,
838
- "id": 20583,
838
+ "id": 20595,
839
839
  "mutability": "mutable",
840
840
  "name": "host",
841
841
  "nameLocation": "1635:4:49",
842
842
  "nodeType": "VariableDeclaration",
843
- "scope": 20590,
843
+ "scope": 20602,
844
844
  "src": "1623:16:49",
845
845
  "stateVariable": false,
846
846
  "storageLocation": "default",
847
847
  "typeDescriptions": {
848
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
848
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
849
849
  "typeString": "contract ISuperfluid"
850
850
  },
851
851
  "typeName": {
852
- "id": 20582,
852
+ "id": 20594,
853
853
  "nodeType": "UserDefinedTypeName",
854
854
  "pathNode": {
855
- "id": 20581,
855
+ "id": 20593,
856
856
  "name": "ISuperfluid",
857
857
  "nameLocations": [
858
858
  "1623:11:49"
859
859
  ],
860
860
  "nodeType": "IdentifierPath",
861
- "referencedDeclaration": 20530,
861
+ "referencedDeclaration": 20542,
862
862
  "src": "1623:11:49"
863
863
  },
864
- "referencedDeclaration": 20530,
864
+ "referencedDeclaration": 20542,
865
865
  "src": "1623:11:49",
866
866
  "typeDescriptions": {
867
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
867
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
868
868
  "typeString": "contract ISuperfluid"
869
869
  }
870
870
  },
@@ -872,45 +872,45 @@
872
872
  },
873
873
  {
874
874
  "constant": false,
875
- "id": 20587,
875
+ "id": 20599,
876
876
  "mutability": "mutable",
877
877
  "name": "tokens",
878
878
  "nameLocation": "1672:6:49",
879
879
  "nodeType": "VariableDeclaration",
880
- "scope": 20590,
880
+ "scope": 20602,
881
881
  "src": "1649:29:49",
882
882
  "stateVariable": false,
883
883
  "storageLocation": "calldata",
884
884
  "typeDescriptions": {
885
- "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19928_$dyn_calldata_ptr",
885
+ "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19940_$dyn_calldata_ptr",
886
886
  "typeString": "contract ISuperToken[]"
887
887
  },
888
888
  "typeName": {
889
889
  "baseType": {
890
- "id": 20585,
890
+ "id": 20597,
891
891
  "nodeType": "UserDefinedTypeName",
892
892
  "pathNode": {
893
- "id": 20584,
893
+ "id": 20596,
894
894
  "name": "ISuperToken",
895
895
  "nameLocations": [
896
896
  "1649:11:49"
897
897
  ],
898
898
  "nodeType": "IdentifierPath",
899
- "referencedDeclaration": 19928,
899
+ "referencedDeclaration": 19940,
900
900
  "src": "1649:11:49"
901
901
  },
902
- "referencedDeclaration": 19928,
902
+ "referencedDeclaration": 19940,
903
903
  "src": "1649:11:49",
904
904
  "typeDescriptions": {
905
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
905
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
906
906
  "typeString": "contract ISuperToken"
907
907
  }
908
908
  },
909
- "id": 20586,
909
+ "id": 20598,
910
910
  "nodeType": "ArrayTypeName",
911
911
  "src": "1649:13:49",
912
912
  "typeDescriptions": {
913
- "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19928_$dyn_storage_ptr",
913
+ "typeIdentifier": "t_array$_t_contract$_ISuperToken_$19940_$dyn_storage_ptr",
914
914
  "typeString": "contract ISuperToken[]"
915
915
  }
916
916
  },
@@ -920,12 +920,12 @@
920
920
  "src": "1613:66:49"
921
921
  },
922
922
  "returnParameters": {
923
- "id": 20589,
923
+ "id": 20601,
924
924
  "nodeType": "ParameterList",
925
925
  "parameters": [],
926
926
  "src": "1688:0:49"
927
927
  },
928
- "scope": 20659,
928
+ "scope": 20671,
929
929
  "src": "1578:111:49",
930
930
  "stateMutability": "nonpayable",
931
931
  "virtual": false,
@@ -933,13 +933,13 @@
933
933
  },
934
934
  {
935
935
  "documentation": {
936
- "id": 20591,
936
+ "id": 20603,
937
937
  "nodeType": "StructuredDocumentation",
938
938
  "src": "1699:58:49",
939
939
  "text": " @dev Set configuration as address value"
940
940
  },
941
941
  "functionSelector": "78707cb8",
942
- "id": 20604,
942
+ "id": 20616,
943
943
  "implemented": false,
944
944
  "kind": "function",
945
945
  "modifiers": [],
@@ -947,41 +947,41 @@
947
947
  "nameLocation": "1771:9:49",
948
948
  "nodeType": "FunctionDefinition",
949
949
  "parameters": {
950
- "id": 20602,
950
+ "id": 20614,
951
951
  "nodeType": "ParameterList",
952
952
  "parameters": [
953
953
  {
954
954
  "constant": false,
955
- "id": 20594,
955
+ "id": 20606,
956
956
  "mutability": "mutable",
957
957
  "name": "host",
958
958
  "nameLocation": "1802:4:49",
959
959
  "nodeType": "VariableDeclaration",
960
- "scope": 20604,
960
+ "scope": 20616,
961
961
  "src": "1790:16:49",
962
962
  "stateVariable": false,
963
963
  "storageLocation": "default",
964
964
  "typeDescriptions": {
965
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
965
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
966
966
  "typeString": "contract ISuperfluid"
967
967
  },
968
968
  "typeName": {
969
- "id": 20593,
969
+ "id": 20605,
970
970
  "nodeType": "UserDefinedTypeName",
971
971
  "pathNode": {
972
- "id": 20592,
972
+ "id": 20604,
973
973
  "name": "ISuperfluid",
974
974
  "nameLocations": [
975
975
  "1790:11:49"
976
976
  ],
977
977
  "nodeType": "IdentifierPath",
978
- "referencedDeclaration": 20530,
978
+ "referencedDeclaration": 20542,
979
979
  "src": "1790:11:49"
980
980
  },
981
- "referencedDeclaration": 20530,
981
+ "referencedDeclaration": 20542,
982
982
  "src": "1790:11:49",
983
983
  "typeDescriptions": {
984
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
984
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
985
985
  "typeString": "contract ISuperfluid"
986
986
  }
987
987
  },
@@ -989,36 +989,36 @@
989
989
  },
990
990
  {
991
991
  "constant": false,
992
- "id": 20597,
992
+ "id": 20609,
993
993
  "mutability": "mutable",
994
994
  "name": "superToken",
995
995
  "nameLocation": "1833:10:49",
996
996
  "nodeType": "VariableDeclaration",
997
- "scope": 20604,
997
+ "scope": 20616,
998
998
  "src": "1816:27:49",
999
999
  "stateVariable": false,
1000
1000
  "storageLocation": "default",
1001
1001
  "typeDescriptions": {
1002
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1002
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1003
1003
  "typeString": "contract ISuperfluidToken"
1004
1004
  },
1005
1005
  "typeName": {
1006
- "id": 20596,
1006
+ "id": 20608,
1007
1007
  "nodeType": "UserDefinedTypeName",
1008
1008
  "pathNode": {
1009
- "id": 20595,
1009
+ "id": 20607,
1010
1010
  "name": "ISuperfluidToken",
1011
1011
  "nameLocations": [
1012
1012
  "1816:16:49"
1013
1013
  ],
1014
1014
  "nodeType": "IdentifierPath",
1015
- "referencedDeclaration": 20935,
1015
+ "referencedDeclaration": 20947,
1016
1016
  "src": "1816:16:49"
1017
1017
  },
1018
- "referencedDeclaration": 20935,
1018
+ "referencedDeclaration": 20947,
1019
1019
  "src": "1816:16:49",
1020
1020
  "typeDescriptions": {
1021
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1021
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1022
1022
  "typeString": "contract ISuperfluidToken"
1023
1023
  }
1024
1024
  },
@@ -1026,12 +1026,12 @@
1026
1026
  },
1027
1027
  {
1028
1028
  "constant": false,
1029
- "id": 20599,
1029
+ "id": 20611,
1030
1030
  "mutability": "mutable",
1031
1031
  "name": "key",
1032
1032
  "nameLocation": "1861:3:49",
1033
1033
  "nodeType": "VariableDeclaration",
1034
- "scope": 20604,
1034
+ "scope": 20616,
1035
1035
  "src": "1853:11:49",
1036
1036
  "stateVariable": false,
1037
1037
  "storageLocation": "default",
@@ -1040,7 +1040,7 @@
1040
1040
  "typeString": "bytes32"
1041
1041
  },
1042
1042
  "typeName": {
1043
- "id": 20598,
1043
+ "id": 20610,
1044
1044
  "name": "bytes32",
1045
1045
  "nodeType": "ElementaryTypeName",
1046
1046
  "src": "1853:7:49",
@@ -1053,12 +1053,12 @@
1053
1053
  },
1054
1054
  {
1055
1055
  "constant": false,
1056
- "id": 20601,
1056
+ "id": 20613,
1057
1057
  "mutability": "mutable",
1058
1058
  "name": "value",
1059
1059
  "nameLocation": "1882:5:49",
1060
1060
  "nodeType": "VariableDeclaration",
1061
- "scope": 20604,
1061
+ "scope": 20616,
1062
1062
  "src": "1874:13:49",
1063
1063
  "stateVariable": false,
1064
1064
  "storageLocation": "default",
@@ -1067,7 +1067,7 @@
1067
1067
  "typeString": "address"
1068
1068
  },
1069
1069
  "typeName": {
1070
- "id": 20600,
1070
+ "id": 20612,
1071
1071
  "name": "address",
1072
1072
  "nodeType": "ElementaryTypeName",
1073
1073
  "src": "1874:7:49",
@@ -1083,12 +1083,12 @@
1083
1083
  "src": "1780:113:49"
1084
1084
  },
1085
1085
  "returnParameters": {
1086
- "id": 20603,
1086
+ "id": 20615,
1087
1087
  "nodeType": "ParameterList",
1088
1088
  "parameters": [],
1089
1089
  "src": "1902:0:49"
1090
1090
  },
1091
- "scope": 20659,
1091
+ "scope": 20671,
1092
1092
  "src": "1762:141:49",
1093
1093
  "stateMutability": "nonpayable",
1094
1094
  "virtual": false,
@@ -1096,13 +1096,13 @@
1096
1096
  },
1097
1097
  {
1098
1098
  "documentation": {
1099
- "id": 20605,
1099
+ "id": 20617,
1100
1100
  "nodeType": "StructuredDocumentation",
1101
1101
  "src": "1913:58:49",
1102
1102
  "text": " @dev Set configuration as uint256 value"
1103
1103
  },
1104
1104
  "functionSelector": "f79a8e63",
1105
- "id": 20618,
1105
+ "id": 20630,
1106
1106
  "implemented": false,
1107
1107
  "kind": "function",
1108
1108
  "modifiers": [],
@@ -1110,41 +1110,41 @@
1110
1110
  "nameLocation": "1985:9:49",
1111
1111
  "nodeType": "FunctionDefinition",
1112
1112
  "parameters": {
1113
- "id": 20616,
1113
+ "id": 20628,
1114
1114
  "nodeType": "ParameterList",
1115
1115
  "parameters": [
1116
1116
  {
1117
1117
  "constant": false,
1118
- "id": 20608,
1118
+ "id": 20620,
1119
1119
  "mutability": "mutable",
1120
1120
  "name": "host",
1121
1121
  "nameLocation": "2016:4:49",
1122
1122
  "nodeType": "VariableDeclaration",
1123
- "scope": 20618,
1123
+ "scope": 20630,
1124
1124
  "src": "2004:16:49",
1125
1125
  "stateVariable": false,
1126
1126
  "storageLocation": "default",
1127
1127
  "typeDescriptions": {
1128
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1128
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1129
1129
  "typeString": "contract ISuperfluid"
1130
1130
  },
1131
1131
  "typeName": {
1132
- "id": 20607,
1132
+ "id": 20619,
1133
1133
  "nodeType": "UserDefinedTypeName",
1134
1134
  "pathNode": {
1135
- "id": 20606,
1135
+ "id": 20618,
1136
1136
  "name": "ISuperfluid",
1137
1137
  "nameLocations": [
1138
1138
  "2004:11:49"
1139
1139
  ],
1140
1140
  "nodeType": "IdentifierPath",
1141
- "referencedDeclaration": 20530,
1141
+ "referencedDeclaration": 20542,
1142
1142
  "src": "2004:11:49"
1143
1143
  },
1144
- "referencedDeclaration": 20530,
1144
+ "referencedDeclaration": 20542,
1145
1145
  "src": "2004:11:49",
1146
1146
  "typeDescriptions": {
1147
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1147
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1148
1148
  "typeString": "contract ISuperfluid"
1149
1149
  }
1150
1150
  },
@@ -1152,36 +1152,36 @@
1152
1152
  },
1153
1153
  {
1154
1154
  "constant": false,
1155
- "id": 20611,
1155
+ "id": 20623,
1156
1156
  "mutability": "mutable",
1157
1157
  "name": "superToken",
1158
1158
  "nameLocation": "2047:10:49",
1159
1159
  "nodeType": "VariableDeclaration",
1160
- "scope": 20618,
1160
+ "scope": 20630,
1161
1161
  "src": "2030:27:49",
1162
1162
  "stateVariable": false,
1163
1163
  "storageLocation": "default",
1164
1164
  "typeDescriptions": {
1165
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1165
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1166
1166
  "typeString": "contract ISuperfluidToken"
1167
1167
  },
1168
1168
  "typeName": {
1169
- "id": 20610,
1169
+ "id": 20622,
1170
1170
  "nodeType": "UserDefinedTypeName",
1171
1171
  "pathNode": {
1172
- "id": 20609,
1172
+ "id": 20621,
1173
1173
  "name": "ISuperfluidToken",
1174
1174
  "nameLocations": [
1175
1175
  "2030:16:49"
1176
1176
  ],
1177
1177
  "nodeType": "IdentifierPath",
1178
- "referencedDeclaration": 20935,
1178
+ "referencedDeclaration": 20947,
1179
1179
  "src": "2030:16:49"
1180
1180
  },
1181
- "referencedDeclaration": 20935,
1181
+ "referencedDeclaration": 20947,
1182
1182
  "src": "2030:16:49",
1183
1183
  "typeDescriptions": {
1184
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1184
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1185
1185
  "typeString": "contract ISuperfluidToken"
1186
1186
  }
1187
1187
  },
@@ -1189,12 +1189,12 @@
1189
1189
  },
1190
1190
  {
1191
1191
  "constant": false,
1192
- "id": 20613,
1192
+ "id": 20625,
1193
1193
  "mutability": "mutable",
1194
1194
  "name": "key",
1195
1195
  "nameLocation": "2075:3:49",
1196
1196
  "nodeType": "VariableDeclaration",
1197
- "scope": 20618,
1197
+ "scope": 20630,
1198
1198
  "src": "2067:11:49",
1199
1199
  "stateVariable": false,
1200
1200
  "storageLocation": "default",
@@ -1203,7 +1203,7 @@
1203
1203
  "typeString": "bytes32"
1204
1204
  },
1205
1205
  "typeName": {
1206
- "id": 20612,
1206
+ "id": 20624,
1207
1207
  "name": "bytes32",
1208
1208
  "nodeType": "ElementaryTypeName",
1209
1209
  "src": "2067:7:49",
@@ -1216,12 +1216,12 @@
1216
1216
  },
1217
1217
  {
1218
1218
  "constant": false,
1219
- "id": 20615,
1219
+ "id": 20627,
1220
1220
  "mutability": "mutable",
1221
1221
  "name": "value",
1222
1222
  "nameLocation": "2096:5:49",
1223
1223
  "nodeType": "VariableDeclaration",
1224
- "scope": 20618,
1224
+ "scope": 20630,
1225
1225
  "src": "2088:13:49",
1226
1226
  "stateVariable": false,
1227
1227
  "storageLocation": "default",
@@ -1230,7 +1230,7 @@
1230
1230
  "typeString": "uint256"
1231
1231
  },
1232
1232
  "typeName": {
1233
- "id": 20614,
1233
+ "id": 20626,
1234
1234
  "name": "uint256",
1235
1235
  "nodeType": "ElementaryTypeName",
1236
1236
  "src": "2088:7:49",
@@ -1245,12 +1245,12 @@
1245
1245
  "src": "1994:113:49"
1246
1246
  },
1247
1247
  "returnParameters": {
1248
- "id": 20617,
1248
+ "id": 20629,
1249
1249
  "nodeType": "ParameterList",
1250
1250
  "parameters": [],
1251
1251
  "src": "2116:0:49"
1252
1252
  },
1253
- "scope": 20659,
1253
+ "scope": 20671,
1254
1254
  "src": "1976:141:49",
1255
1255
  "stateMutability": "nonpayable",
1256
1256
  "virtual": false,
@@ -1258,13 +1258,13 @@
1258
1258
  },
1259
1259
  {
1260
1260
  "documentation": {
1261
- "id": 20619,
1261
+ "id": 20631,
1262
1262
  "nodeType": "StructuredDocumentation",
1263
1263
  "src": "2123:43:49",
1264
1264
  "text": " @dev Clear configuration"
1265
1265
  },
1266
1266
  "functionSelector": "640b6cc9",
1267
- "id": 20630,
1267
+ "id": 20642,
1268
1268
  "implemented": false,
1269
1269
  "kind": "function",
1270
1270
  "modifiers": [],
@@ -1272,41 +1272,41 @@
1272
1272
  "nameLocation": "2180:11:49",
1273
1273
  "nodeType": "FunctionDefinition",
1274
1274
  "parameters": {
1275
- "id": 20628,
1275
+ "id": 20640,
1276
1276
  "nodeType": "ParameterList",
1277
1277
  "parameters": [
1278
1278
  {
1279
1279
  "constant": false,
1280
- "id": 20622,
1280
+ "id": 20634,
1281
1281
  "mutability": "mutable",
1282
1282
  "name": "host",
1283
1283
  "nameLocation": "2213:4:49",
1284
1284
  "nodeType": "VariableDeclaration",
1285
- "scope": 20630,
1285
+ "scope": 20642,
1286
1286
  "src": "2201:16:49",
1287
1287
  "stateVariable": false,
1288
1288
  "storageLocation": "default",
1289
1289
  "typeDescriptions": {
1290
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1290
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1291
1291
  "typeString": "contract ISuperfluid"
1292
1292
  },
1293
1293
  "typeName": {
1294
- "id": 20621,
1294
+ "id": 20633,
1295
1295
  "nodeType": "UserDefinedTypeName",
1296
1296
  "pathNode": {
1297
- "id": 20620,
1297
+ "id": 20632,
1298
1298
  "name": "ISuperfluid",
1299
1299
  "nameLocations": [
1300
1300
  "2201:11:49"
1301
1301
  ],
1302
1302
  "nodeType": "IdentifierPath",
1303
- "referencedDeclaration": 20530,
1303
+ "referencedDeclaration": 20542,
1304
1304
  "src": "2201:11:49"
1305
1305
  },
1306
- "referencedDeclaration": 20530,
1306
+ "referencedDeclaration": 20542,
1307
1307
  "src": "2201:11:49",
1308
1308
  "typeDescriptions": {
1309
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1309
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1310
1310
  "typeString": "contract ISuperfluid"
1311
1311
  }
1312
1312
  },
@@ -1314,36 +1314,36 @@
1314
1314
  },
1315
1315
  {
1316
1316
  "constant": false,
1317
- "id": 20625,
1317
+ "id": 20637,
1318
1318
  "mutability": "mutable",
1319
1319
  "name": "superToken",
1320
1320
  "nameLocation": "2244:10:49",
1321
1321
  "nodeType": "VariableDeclaration",
1322
- "scope": 20630,
1322
+ "scope": 20642,
1323
1323
  "src": "2227:27:49",
1324
1324
  "stateVariable": false,
1325
1325
  "storageLocation": "default",
1326
1326
  "typeDescriptions": {
1327
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1327
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1328
1328
  "typeString": "contract ISuperfluidToken"
1329
1329
  },
1330
1330
  "typeName": {
1331
- "id": 20624,
1331
+ "id": 20636,
1332
1332
  "nodeType": "UserDefinedTypeName",
1333
1333
  "pathNode": {
1334
- "id": 20623,
1334
+ "id": 20635,
1335
1335
  "name": "ISuperfluidToken",
1336
1336
  "nameLocations": [
1337
1337
  "2227:16:49"
1338
1338
  ],
1339
1339
  "nodeType": "IdentifierPath",
1340
- "referencedDeclaration": 20935,
1340
+ "referencedDeclaration": 20947,
1341
1341
  "src": "2227:16:49"
1342
1342
  },
1343
- "referencedDeclaration": 20935,
1343
+ "referencedDeclaration": 20947,
1344
1344
  "src": "2227:16:49",
1345
1345
  "typeDescriptions": {
1346
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1346
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1347
1347
  "typeString": "contract ISuperfluidToken"
1348
1348
  }
1349
1349
  },
@@ -1351,12 +1351,12 @@
1351
1351
  },
1352
1352
  {
1353
1353
  "constant": false,
1354
- "id": 20627,
1354
+ "id": 20639,
1355
1355
  "mutability": "mutable",
1356
1356
  "name": "key",
1357
1357
  "nameLocation": "2272:3:49",
1358
1358
  "nodeType": "VariableDeclaration",
1359
- "scope": 20630,
1359
+ "scope": 20642,
1360
1360
  "src": "2264:11:49",
1361
1361
  "stateVariable": false,
1362
1362
  "storageLocation": "default",
@@ -1365,7 +1365,7 @@
1365
1365
  "typeString": "bytes32"
1366
1366
  },
1367
1367
  "typeName": {
1368
- "id": 20626,
1368
+ "id": 20638,
1369
1369
  "name": "bytes32",
1370
1370
  "nodeType": "ElementaryTypeName",
1371
1371
  "src": "2264:7:49",
@@ -1380,12 +1380,12 @@
1380
1380
  "src": "2191:90:49"
1381
1381
  },
1382
1382
  "returnParameters": {
1383
- "id": 20629,
1383
+ "id": 20641,
1384
1384
  "nodeType": "ParameterList",
1385
1385
  "parameters": [],
1386
1386
  "src": "2290:0:49"
1387
1387
  },
1388
- "scope": 20659,
1388
+ "scope": 20671,
1389
1389
  "src": "2171:120:49",
1390
1390
  "stateMutability": "nonpayable",
1391
1391
  "virtual": false,
@@ -1393,13 +1393,13 @@
1393
1393
  },
1394
1394
  {
1395
1395
  "documentation": {
1396
- "id": 20631,
1396
+ "id": 20643,
1397
1397
  "nodeType": "StructuredDocumentation",
1398
1398
  "src": "2297:58:49",
1399
1399
  "text": " @dev Get configuration as address value"
1400
1400
  },
1401
1401
  "functionSelector": "8369a0f1",
1402
- "id": 20644,
1402
+ "id": 20656,
1403
1403
  "implemented": false,
1404
1404
  "kind": "function",
1405
1405
  "modifiers": [],
@@ -1407,41 +1407,41 @@
1407
1407
  "nameLocation": "2369:18:49",
1408
1408
  "nodeType": "FunctionDefinition",
1409
1409
  "parameters": {
1410
- "id": 20640,
1410
+ "id": 20652,
1411
1411
  "nodeType": "ParameterList",
1412
1412
  "parameters": [
1413
1413
  {
1414
1414
  "constant": false,
1415
- "id": 20634,
1415
+ "id": 20646,
1416
1416
  "mutability": "mutable",
1417
1417
  "name": "host",
1418
1418
  "nameLocation": "2409:4:49",
1419
1419
  "nodeType": "VariableDeclaration",
1420
- "scope": 20644,
1420
+ "scope": 20656,
1421
1421
  "src": "2397:16:49",
1422
1422
  "stateVariable": false,
1423
1423
  "storageLocation": "default",
1424
1424
  "typeDescriptions": {
1425
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1425
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1426
1426
  "typeString": "contract ISuperfluid"
1427
1427
  },
1428
1428
  "typeName": {
1429
- "id": 20633,
1429
+ "id": 20645,
1430
1430
  "nodeType": "UserDefinedTypeName",
1431
1431
  "pathNode": {
1432
- "id": 20632,
1432
+ "id": 20644,
1433
1433
  "name": "ISuperfluid",
1434
1434
  "nameLocations": [
1435
1435
  "2397:11:49"
1436
1436
  ],
1437
1437
  "nodeType": "IdentifierPath",
1438
- "referencedDeclaration": 20530,
1438
+ "referencedDeclaration": 20542,
1439
1439
  "src": "2397:11:49"
1440
1440
  },
1441
- "referencedDeclaration": 20530,
1441
+ "referencedDeclaration": 20542,
1442
1442
  "src": "2397:11:49",
1443
1443
  "typeDescriptions": {
1444
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1444
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1445
1445
  "typeString": "contract ISuperfluid"
1446
1446
  }
1447
1447
  },
@@ -1449,36 +1449,36 @@
1449
1449
  },
1450
1450
  {
1451
1451
  "constant": false,
1452
- "id": 20637,
1452
+ "id": 20649,
1453
1453
  "mutability": "mutable",
1454
1454
  "name": "superToken",
1455
1455
  "nameLocation": "2440:10:49",
1456
1456
  "nodeType": "VariableDeclaration",
1457
- "scope": 20644,
1457
+ "scope": 20656,
1458
1458
  "src": "2423:27:49",
1459
1459
  "stateVariable": false,
1460
1460
  "storageLocation": "default",
1461
1461
  "typeDescriptions": {
1462
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1462
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1463
1463
  "typeString": "contract ISuperfluidToken"
1464
1464
  },
1465
1465
  "typeName": {
1466
- "id": 20636,
1466
+ "id": 20648,
1467
1467
  "nodeType": "UserDefinedTypeName",
1468
1468
  "pathNode": {
1469
- "id": 20635,
1469
+ "id": 20647,
1470
1470
  "name": "ISuperfluidToken",
1471
1471
  "nameLocations": [
1472
1472
  "2423:16:49"
1473
1473
  ],
1474
1474
  "nodeType": "IdentifierPath",
1475
- "referencedDeclaration": 20935,
1475
+ "referencedDeclaration": 20947,
1476
1476
  "src": "2423:16:49"
1477
1477
  },
1478
- "referencedDeclaration": 20935,
1478
+ "referencedDeclaration": 20947,
1479
1479
  "src": "2423:16:49",
1480
1480
  "typeDescriptions": {
1481
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1481
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1482
1482
  "typeString": "contract ISuperfluidToken"
1483
1483
  }
1484
1484
  },
@@ -1486,12 +1486,12 @@
1486
1486
  },
1487
1487
  {
1488
1488
  "constant": false,
1489
- "id": 20639,
1489
+ "id": 20651,
1490
1490
  "mutability": "mutable",
1491
1491
  "name": "key",
1492
1492
  "nameLocation": "2468:3:49",
1493
1493
  "nodeType": "VariableDeclaration",
1494
- "scope": 20644,
1494
+ "scope": 20656,
1495
1495
  "src": "2460:11:49",
1496
1496
  "stateVariable": false,
1497
1497
  "storageLocation": "default",
@@ -1500,7 +1500,7 @@
1500
1500
  "typeString": "bytes32"
1501
1501
  },
1502
1502
  "typeName": {
1503
- "id": 20638,
1503
+ "id": 20650,
1504
1504
  "name": "bytes32",
1505
1505
  "nodeType": "ElementaryTypeName",
1506
1506
  "src": "2460:7:49",
@@ -1515,17 +1515,17 @@
1515
1515
  "src": "2387:85:49"
1516
1516
  },
1517
1517
  "returnParameters": {
1518
- "id": 20643,
1518
+ "id": 20655,
1519
1519
  "nodeType": "ParameterList",
1520
1520
  "parameters": [
1521
1521
  {
1522
1522
  "constant": false,
1523
- "id": 20642,
1523
+ "id": 20654,
1524
1524
  "mutability": "mutable",
1525
1525
  "name": "value",
1526
1526
  "nameLocation": "2504:5:49",
1527
1527
  "nodeType": "VariableDeclaration",
1528
- "scope": 20644,
1528
+ "scope": 20656,
1529
1529
  "src": "2496:13:49",
1530
1530
  "stateVariable": false,
1531
1531
  "storageLocation": "default",
@@ -1534,7 +1534,7 @@
1534
1534
  "typeString": "address"
1535
1535
  },
1536
1536
  "typeName": {
1537
- "id": 20641,
1537
+ "id": 20653,
1538
1538
  "name": "address",
1539
1539
  "nodeType": "ElementaryTypeName",
1540
1540
  "src": "2496:7:49",
@@ -1549,7 +1549,7 @@
1549
1549
  ],
1550
1550
  "src": "2495:15:49"
1551
1551
  },
1552
- "scope": 20659,
1552
+ "scope": 20671,
1553
1553
  "src": "2360:151:49",
1554
1554
  "stateMutability": "view",
1555
1555
  "virtual": false,
@@ -1557,13 +1557,13 @@
1557
1557
  },
1558
1558
  {
1559
1559
  "documentation": {
1560
- "id": 20645,
1560
+ "id": 20657,
1561
1561
  "nodeType": "StructuredDocumentation",
1562
1562
  "src": "2517:58:49",
1563
1563
  "text": " @dev Get configuration as uint256 value"
1564
1564
  },
1565
1565
  "functionSelector": "80f70cba",
1566
- "id": 20658,
1566
+ "id": 20670,
1567
1567
  "implemented": false,
1568
1568
  "kind": "function",
1569
1569
  "modifiers": [],
@@ -1571,41 +1571,41 @@
1571
1571
  "nameLocation": "2589:18:49",
1572
1572
  "nodeType": "FunctionDefinition",
1573
1573
  "parameters": {
1574
- "id": 20654,
1574
+ "id": 20666,
1575
1575
  "nodeType": "ParameterList",
1576
1576
  "parameters": [
1577
1577
  {
1578
1578
  "constant": false,
1579
- "id": 20648,
1579
+ "id": 20660,
1580
1580
  "mutability": "mutable",
1581
1581
  "name": "host",
1582
1582
  "nameLocation": "2629:4:49",
1583
1583
  "nodeType": "VariableDeclaration",
1584
- "scope": 20658,
1584
+ "scope": 20670,
1585
1585
  "src": "2617:16:49",
1586
1586
  "stateVariable": false,
1587
1587
  "storageLocation": "default",
1588
1588
  "typeDescriptions": {
1589
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1589
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1590
1590
  "typeString": "contract ISuperfluid"
1591
1591
  },
1592
1592
  "typeName": {
1593
- "id": 20647,
1593
+ "id": 20659,
1594
1594
  "nodeType": "UserDefinedTypeName",
1595
1595
  "pathNode": {
1596
- "id": 20646,
1596
+ "id": 20658,
1597
1597
  "name": "ISuperfluid",
1598
1598
  "nameLocations": [
1599
1599
  "2617:11:49"
1600
1600
  ],
1601
1601
  "nodeType": "IdentifierPath",
1602
- "referencedDeclaration": 20530,
1602
+ "referencedDeclaration": 20542,
1603
1603
  "src": "2617:11:49"
1604
1604
  },
1605
- "referencedDeclaration": 20530,
1605
+ "referencedDeclaration": 20542,
1606
1606
  "src": "2617:11:49",
1607
1607
  "typeDescriptions": {
1608
- "typeIdentifier": "t_contract$_ISuperfluid_$20530",
1608
+ "typeIdentifier": "t_contract$_ISuperfluid_$20542",
1609
1609
  "typeString": "contract ISuperfluid"
1610
1610
  }
1611
1611
  },
@@ -1613,36 +1613,36 @@
1613
1613
  },
1614
1614
  {
1615
1615
  "constant": false,
1616
- "id": 20651,
1616
+ "id": 20663,
1617
1617
  "mutability": "mutable",
1618
1618
  "name": "superToken",
1619
1619
  "nameLocation": "2660:10:49",
1620
1620
  "nodeType": "VariableDeclaration",
1621
- "scope": 20658,
1621
+ "scope": 20670,
1622
1622
  "src": "2643:27:49",
1623
1623
  "stateVariable": false,
1624
1624
  "storageLocation": "default",
1625
1625
  "typeDescriptions": {
1626
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1626
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1627
1627
  "typeString": "contract ISuperfluidToken"
1628
1628
  },
1629
1629
  "typeName": {
1630
- "id": 20650,
1630
+ "id": 20662,
1631
1631
  "nodeType": "UserDefinedTypeName",
1632
1632
  "pathNode": {
1633
- "id": 20649,
1633
+ "id": 20661,
1634
1634
  "name": "ISuperfluidToken",
1635
1635
  "nameLocations": [
1636
1636
  "2643:16:49"
1637
1637
  ],
1638
1638
  "nodeType": "IdentifierPath",
1639
- "referencedDeclaration": 20935,
1639
+ "referencedDeclaration": 20947,
1640
1640
  "src": "2643:16:49"
1641
1641
  },
1642
- "referencedDeclaration": 20935,
1642
+ "referencedDeclaration": 20947,
1643
1643
  "src": "2643:16:49",
1644
1644
  "typeDescriptions": {
1645
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20935",
1645
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1646
1646
  "typeString": "contract ISuperfluidToken"
1647
1647
  }
1648
1648
  },
@@ -1650,12 +1650,12 @@
1650
1650
  },
1651
1651
  {
1652
1652
  "constant": false,
1653
- "id": 20653,
1653
+ "id": 20665,
1654
1654
  "mutability": "mutable",
1655
1655
  "name": "key",
1656
1656
  "nameLocation": "2688:3:49",
1657
1657
  "nodeType": "VariableDeclaration",
1658
- "scope": 20658,
1658
+ "scope": 20670,
1659
1659
  "src": "2680:11:49",
1660
1660
  "stateVariable": false,
1661
1661
  "storageLocation": "default",
@@ -1664,7 +1664,7 @@
1664
1664
  "typeString": "bytes32"
1665
1665
  },
1666
1666
  "typeName": {
1667
- "id": 20652,
1667
+ "id": 20664,
1668
1668
  "name": "bytes32",
1669
1669
  "nodeType": "ElementaryTypeName",
1670
1670
  "src": "2680:7:49",
@@ -1679,17 +1679,17 @@
1679
1679
  "src": "2607:85:49"
1680
1680
  },
1681
1681
  "returnParameters": {
1682
- "id": 20657,
1682
+ "id": 20669,
1683
1683
  "nodeType": "ParameterList",
1684
1684
  "parameters": [
1685
1685
  {
1686
1686
  "constant": false,
1687
- "id": 20656,
1687
+ "id": 20668,
1688
1688
  "mutability": "mutable",
1689
1689
  "name": "value",
1690
1690
  "nameLocation": "2724:5:49",
1691
1691
  "nodeType": "VariableDeclaration",
1692
- "scope": 20658,
1692
+ "scope": 20670,
1693
1693
  "src": "2716:13:49",
1694
1694
  "stateVariable": false,
1695
1695
  "storageLocation": "default",
@@ -1698,7 +1698,7 @@
1698
1698
  "typeString": "uint256"
1699
1699
  },
1700
1700
  "typeName": {
1701
- "id": 20655,
1701
+ "id": 20667,
1702
1702
  "name": "uint256",
1703
1703
  "nodeType": "ElementaryTypeName",
1704
1704
  "src": "2716:7:49",
@@ -1712,18 +1712,18 @@
1712
1712
  ],
1713
1713
  "src": "2715:15:49"
1714
1714
  },
1715
- "scope": 20659,
1715
+ "scope": 20671,
1716
1716
  "src": "2580:151:49",
1717
1717
  "stateMutability": "view",
1718
1718
  "virtual": false,
1719
1719
  "visibility": "external"
1720
1720
  }
1721
1721
  ],
1722
- "scope": 20660,
1722
+ "scope": 20672,
1723
1723
  "src": "405:2329:49",
1724
1724
  "usedErrors": [
1725
- 20545,
1726
- 20547
1725
+ 20557,
1726
+ 20559
1727
1727
  ]
1728
1728
  }
1729
1729
  ],
@@ -1735,7 +1735,7 @@
1735
1735
  },
1736
1736
  "networks": {},
1737
1737
  "schemaVersion": "3.4.9",
1738
- "updatedAt": "2022-09-05T13:33:18.739Z",
1738
+ "updatedAt": "2022-09-21T11:06:18.149Z",
1739
1739
  "devdoc": {
1740
1740
  "author": "Superfluid",
1741
1741
  "kind": "dev",