@superfluid-finance/ethereum-contracts 1.2.2-dev.6a8632e.0 → 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
@@ -235,27 +235,27 @@
235
235
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol",
236
236
  "exportedSymbols": {
237
237
  "ISuperAgreement": [
238
- 18193
238
+ 17949
239
239
  ],
240
240
  "ISuperToken": [
241
- 18683
241
+ 18439
242
242
  ],
243
243
  "ISuperfluid": [
244
- 19246
244
+ 19002
245
245
  ],
246
246
  "ISuperfluidGovernance": [
247
- 19369
247
+ 19125
248
248
  ],
249
249
  "ISuperfluidToken": [
250
- 19643
250
+ 19399
251
251
  ]
252
252
  },
253
- "id": 19370,
253
+ "id": 19126,
254
254
  "license": "AGPLv3",
255
255
  "nodeType": "SourceUnit",
256
256
  "nodes": [
257
257
  {
258
- "id": 19248,
258
+ "id": 19004,
259
259
  "literals": [
260
260
  "solidity",
261
261
  ">=",
@@ -263,26 +263,26 @@
263
263
  ".0"
264
264
  ],
265
265
  "nodeType": "PragmaDirective",
266
- "src": "35:25:53"
266
+ "src": "35:25:52"
267
267
  },
268
268
  {
269
269
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
270
270
  "file": "./ISuperAgreement.sol",
271
- "id": 19250,
271
+ "id": 19006,
272
272
  "nameLocation": "-1:-1:-1",
273
273
  "nodeType": "ImportDirective",
274
- "scope": 19370,
275
- "sourceUnit": 18194,
276
- "src": "62:56:53",
274
+ "scope": 19126,
275
+ "sourceUnit": 17950,
276
+ "src": "62:56:52",
277
277
  "symbolAliases": [
278
278
  {
279
279
  "foreign": {
280
- "id": 19249,
280
+ "id": 19005,
281
281
  "name": "ISuperAgreement",
282
282
  "nodeType": "Identifier",
283
283
  "overloadedDeclarations": [],
284
- "referencedDeclaration": 18193,
285
- "src": "71:15:53",
284
+ "referencedDeclaration": 17949,
285
+ "src": "71:15:52",
286
286
  "typeDescriptions": {}
287
287
  },
288
288
  "nameLocation": "-1:-1:-1"
@@ -293,21 +293,21 @@
293
293
  {
294
294
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
295
295
  "file": "./ISuperToken.sol",
296
- "id": 19252,
296
+ "id": 19008,
297
297
  "nameLocation": "-1:-1:-1",
298
298
  "nodeType": "ImportDirective",
299
- "scope": 19370,
300
- "sourceUnit": 18684,
301
- "src": "119:48:53",
299
+ "scope": 19126,
300
+ "sourceUnit": 18440,
301
+ "src": "119:48:52",
302
302
  "symbolAliases": [
303
303
  {
304
304
  "foreign": {
305
- "id": 19251,
305
+ "id": 19007,
306
306
  "name": "ISuperToken",
307
307
  "nodeType": "Identifier",
308
308
  "overloadedDeclarations": [],
309
- "referencedDeclaration": 18683,
310
- "src": "128:11:53",
309
+ "referencedDeclaration": 18439,
310
+ "src": "128:11:52",
311
311
  "typeDescriptions": {}
312
312
  },
313
313
  "nameLocation": "-1:-1:-1"
@@ -318,21 +318,21 @@
318
318
  {
319
319
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
320
320
  "file": "./ISuperfluidToken.sol",
321
- "id": 19254,
321
+ "id": 19010,
322
322
  "nameLocation": "-1:-1:-1",
323
323
  "nodeType": "ImportDirective",
324
- "scope": 19370,
325
- "sourceUnit": 19644,
326
- "src": "168:59:53",
324
+ "scope": 19126,
325
+ "sourceUnit": 19400,
326
+ "src": "168:59:52",
327
327
  "symbolAliases": [
328
328
  {
329
329
  "foreign": {
330
- "id": 19253,
330
+ "id": 19009,
331
331
  "name": "ISuperfluidToken",
332
332
  "nodeType": "Identifier",
333
333
  "overloadedDeclarations": [],
334
- "referencedDeclaration": 19643,
335
- "src": "177:16:53",
334
+ "referencedDeclaration": 19399,
335
+ "src": "177:16:52",
336
336
  "typeDescriptions": {}
337
337
  },
338
338
  "nameLocation": "-1:-1:-1"
@@ -343,21 +343,21 @@
343
343
  {
344
344
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
345
345
  "file": "./ISuperfluid.sol",
346
- "id": 19256,
346
+ "id": 19012,
347
347
  "nameLocation": "-1:-1:-1",
348
348
  "nodeType": "ImportDirective",
349
- "scope": 19370,
350
- "sourceUnit": 19247,
351
- "src": "228:48:53",
349
+ "scope": 19126,
350
+ "sourceUnit": 19003,
351
+ "src": "228:48:52",
352
352
  "symbolAliases": [
353
353
  {
354
354
  "foreign": {
355
- "id": 19255,
355
+ "id": 19011,
356
356
  "name": "ISuperfluid",
357
357
  "nodeType": "Identifier",
358
358
  "overloadedDeclarations": [],
359
- "referencedDeclaration": 19246,
360
- "src": "237:11:53",
359
+ "referencedDeclaration": 19002,
360
+ "src": "237:11:52",
361
361
  "typeDescriptions": {}
362
362
  },
363
363
  "nameLocation": "-1:-1:-1"
@@ -372,68 +372,68 @@
372
372
  "contractDependencies": [],
373
373
  "contractKind": "interface",
374
374
  "documentation": {
375
- "id": 19257,
375
+ "id": 19013,
376
376
  "nodeType": "StructuredDocumentation",
377
- "src": "279:71:53",
377
+ "src": "279:71:52",
378
378
  "text": " @title Superfluid governance interface\n @author Superfluid"
379
379
  },
380
380
  "fullyImplemented": false,
381
- "id": 19369,
381
+ "id": 19125,
382
382
  "linearizedBaseContracts": [
383
- 19369
383
+ 19125
384
384
  ],
385
385
  "name": "ISuperfluidGovernance",
386
- "nameLocation": "361:21:53",
386
+ "nameLocation": "361:21:52",
387
387
  "nodeType": "ContractDefinition",
388
388
  "nodes": [
389
389
  {
390
390
  "documentation": {
391
- "id": 19258,
391
+ "id": 19014,
392
392
  "nodeType": "StructuredDocumentation",
393
- "src": "390:76:53",
393
+ "src": "390:76:52",
394
394
  "text": " @dev Replace the current governance with a new governance"
395
395
  },
396
396
  "functionSelector": "44864b25",
397
- "id": 19266,
397
+ "id": 19022,
398
398
  "implemented": false,
399
399
  "kind": "function",
400
400
  "modifiers": [],
401
401
  "name": "replaceGovernance",
402
- "nameLocation": "480:17:53",
402
+ "nameLocation": "480:17:52",
403
403
  "nodeType": "FunctionDefinition",
404
404
  "parameters": {
405
- "id": 19264,
405
+ "id": 19020,
406
406
  "nodeType": "ParameterList",
407
407
  "parameters": [
408
408
  {
409
409
  "constant": false,
410
- "id": 19261,
410
+ "id": 19017,
411
411
  "mutability": "mutable",
412
412
  "name": "host",
413
- "nameLocation": "519:4:53",
413
+ "nameLocation": "519:4:52",
414
414
  "nodeType": "VariableDeclaration",
415
- "scope": 19266,
416
- "src": "507:16:53",
415
+ "scope": 19022,
416
+ "src": "507:16:52",
417
417
  "stateVariable": false,
418
418
  "storageLocation": "default",
419
419
  "typeDescriptions": {
420
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
420
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
421
421
  "typeString": "contract ISuperfluid"
422
422
  },
423
423
  "typeName": {
424
- "id": 19260,
424
+ "id": 19016,
425
425
  "nodeType": "UserDefinedTypeName",
426
426
  "pathNode": {
427
- "id": 19259,
427
+ "id": 19015,
428
428
  "name": "ISuperfluid",
429
429
  "nodeType": "IdentifierPath",
430
- "referencedDeclaration": 19246,
431
- "src": "507:11:53"
430
+ "referencedDeclaration": 19002,
431
+ "src": "507:11:52"
432
432
  },
433
- "referencedDeclaration": 19246,
434
- "src": "507:11:53",
433
+ "referencedDeclaration": 19002,
434
+ "src": "507:11:52",
435
435
  "typeDescriptions": {
436
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
436
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
437
437
  "typeString": "contract ISuperfluid"
438
438
  }
439
439
  },
@@ -441,13 +441,13 @@
441
441
  },
442
442
  {
443
443
  "constant": false,
444
- "id": 19263,
444
+ "id": 19019,
445
445
  "mutability": "mutable",
446
446
  "name": "newGov",
447
- "nameLocation": "541:6:53",
447
+ "nameLocation": "541:6:52",
448
448
  "nodeType": "VariableDeclaration",
449
- "scope": 19266,
450
- "src": "533:14:53",
449
+ "scope": 19022,
450
+ "src": "533:14:52",
451
451
  "stateVariable": false,
452
452
  "storageLocation": "default",
453
453
  "typeDescriptions": {
@@ -455,10 +455,10 @@
455
455
  "typeString": "address"
456
456
  },
457
457
  "typeName": {
458
- "id": 19262,
458
+ "id": 19018,
459
459
  "name": "address",
460
460
  "nodeType": "ElementaryTypeName",
461
- "src": "533:7:53",
461
+ "src": "533:7:52",
462
462
  "stateMutability": "nonpayable",
463
463
  "typeDescriptions": {
464
464
  "typeIdentifier": "t_address",
@@ -468,68 +468,68 @@
468
468
  "visibility": "internal"
469
469
  }
470
470
  ],
471
- "src": "497:51:53"
471
+ "src": "497:51:52"
472
472
  },
473
473
  "returnParameters": {
474
- "id": 19265,
474
+ "id": 19021,
475
475
  "nodeType": "ParameterList",
476
476
  "parameters": [],
477
- "src": "557:0:53"
477
+ "src": "557:0:52"
478
478
  },
479
- "scope": 19369,
480
- "src": "471:87:53",
479
+ "scope": 19125,
480
+ "src": "471:87:52",
481
481
  "stateMutability": "nonpayable",
482
482
  "virtual": false,
483
483
  "visibility": "external"
484
484
  },
485
485
  {
486
486
  "documentation": {
487
- "id": 19267,
487
+ "id": 19023,
488
488
  "nodeType": "StructuredDocumentation",
489
- "src": "564:54:53",
489
+ "src": "564:54:52",
490
490
  "text": " @dev Register a new agreement class"
491
491
  },
492
492
  "functionSelector": "cadf8f85",
493
- "id": 19275,
493
+ "id": 19031,
494
494
  "implemented": false,
495
495
  "kind": "function",
496
496
  "modifiers": [],
497
497
  "name": "registerAgreementClass",
498
- "nameLocation": "632:22:53",
498
+ "nameLocation": "632:22:52",
499
499
  "nodeType": "FunctionDefinition",
500
500
  "parameters": {
501
- "id": 19273,
501
+ "id": 19029,
502
502
  "nodeType": "ParameterList",
503
503
  "parameters": [
504
504
  {
505
505
  "constant": false,
506
- "id": 19270,
506
+ "id": 19026,
507
507
  "mutability": "mutable",
508
508
  "name": "host",
509
- "nameLocation": "676:4:53",
509
+ "nameLocation": "676:4:52",
510
510
  "nodeType": "VariableDeclaration",
511
- "scope": 19275,
512
- "src": "664:16:53",
511
+ "scope": 19031,
512
+ "src": "664:16:52",
513
513
  "stateVariable": false,
514
514
  "storageLocation": "default",
515
515
  "typeDescriptions": {
516
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
516
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
517
517
  "typeString": "contract ISuperfluid"
518
518
  },
519
519
  "typeName": {
520
- "id": 19269,
520
+ "id": 19025,
521
521
  "nodeType": "UserDefinedTypeName",
522
522
  "pathNode": {
523
- "id": 19268,
523
+ "id": 19024,
524
524
  "name": "ISuperfluid",
525
525
  "nodeType": "IdentifierPath",
526
- "referencedDeclaration": 19246,
527
- "src": "664:11:53"
526
+ "referencedDeclaration": 19002,
527
+ "src": "664:11:52"
528
528
  },
529
- "referencedDeclaration": 19246,
530
- "src": "664:11:53",
529
+ "referencedDeclaration": 19002,
530
+ "src": "664:11:52",
531
531
  "typeDescriptions": {
532
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
532
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
533
533
  "typeString": "contract ISuperfluid"
534
534
  }
535
535
  },
@@ -537,13 +537,13 @@
537
537
  },
538
538
  {
539
539
  "constant": false,
540
- "id": 19272,
540
+ "id": 19028,
541
541
  "mutability": "mutable",
542
542
  "name": "agreementClass",
543
- "nameLocation": "698:14:53",
543
+ "nameLocation": "698:14:52",
544
544
  "nodeType": "VariableDeclaration",
545
- "scope": 19275,
546
- "src": "690:22:53",
545
+ "scope": 19031,
546
+ "src": "690:22:52",
547
547
  "stateVariable": false,
548
548
  "storageLocation": "default",
549
549
  "typeDescriptions": {
@@ -551,10 +551,10 @@
551
551
  "typeString": "address"
552
552
  },
553
553
  "typeName": {
554
- "id": 19271,
554
+ "id": 19027,
555
555
  "name": "address",
556
556
  "nodeType": "ElementaryTypeName",
557
- "src": "690:7:53",
557
+ "src": "690:7:52",
558
558
  "stateMutability": "nonpayable",
559
559
  "typeDescriptions": {
560
560
  "typeIdentifier": "t_address",
@@ -564,68 +564,68 @@
564
564
  "visibility": "internal"
565
565
  }
566
566
  ],
567
- "src": "654:59:53"
567
+ "src": "654:59:52"
568
568
  },
569
569
  "returnParameters": {
570
- "id": 19274,
570
+ "id": 19030,
571
571
  "nodeType": "ParameterList",
572
572
  "parameters": [],
573
- "src": "722:0:53"
573
+ "src": "722:0:52"
574
574
  },
575
- "scope": 19369,
576
- "src": "623:100:53",
575
+ "scope": 19125,
576
+ "src": "623:100:52",
577
577
  "stateMutability": "nonpayable",
578
578
  "virtual": false,
579
579
  "visibility": "external"
580
580
  },
581
581
  {
582
582
  "documentation": {
583
- "id": 19276,
583
+ "id": 19032,
584
584
  "nodeType": "StructuredDocumentation",
585
- "src": "729:185:53",
585
+ "src": "729:185:52",
586
586
  "text": " @dev Update logics of the contracts\n NOTE:\n - Because they might have inter-dependencies, it is good to have one single function to update them all"
587
587
  },
588
588
  "functionSelector": "427942a4",
589
- "id": 19289,
589
+ "id": 19045,
590
590
  "implemented": false,
591
591
  "kind": "function",
592
592
  "modifiers": [],
593
593
  "name": "updateContracts",
594
- "nameLocation": "928:15:53",
594
+ "nameLocation": "928:15:52",
595
595
  "nodeType": "FunctionDefinition",
596
596
  "parameters": {
597
- "id": 19287,
597
+ "id": 19043,
598
598
  "nodeType": "ParameterList",
599
599
  "parameters": [
600
600
  {
601
601
  "constant": false,
602
- "id": 19279,
602
+ "id": 19035,
603
603
  "mutability": "mutable",
604
604
  "name": "host",
605
- "nameLocation": "965:4:53",
605
+ "nameLocation": "965:4:52",
606
606
  "nodeType": "VariableDeclaration",
607
- "scope": 19289,
608
- "src": "953:16:53",
607
+ "scope": 19045,
608
+ "src": "953:16:52",
609
609
  "stateVariable": false,
610
610
  "storageLocation": "default",
611
611
  "typeDescriptions": {
612
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
612
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
613
613
  "typeString": "contract ISuperfluid"
614
614
  },
615
615
  "typeName": {
616
- "id": 19278,
616
+ "id": 19034,
617
617
  "nodeType": "UserDefinedTypeName",
618
618
  "pathNode": {
619
- "id": 19277,
619
+ "id": 19033,
620
620
  "name": "ISuperfluid",
621
621
  "nodeType": "IdentifierPath",
622
- "referencedDeclaration": 19246,
623
- "src": "953:11:53"
622
+ "referencedDeclaration": 19002,
623
+ "src": "953:11:52"
624
624
  },
625
- "referencedDeclaration": 19246,
626
- "src": "953:11:53",
625
+ "referencedDeclaration": 19002,
626
+ "src": "953:11:52",
627
627
  "typeDescriptions": {
628
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
628
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
629
629
  "typeString": "contract ISuperfluid"
630
630
  }
631
631
  },
@@ -633,13 +633,13 @@
633
633
  },
634
634
  {
635
635
  "constant": false,
636
- "id": 19281,
636
+ "id": 19037,
637
637
  "mutability": "mutable",
638
638
  "name": "hostNewLogic",
639
- "nameLocation": "987:12:53",
639
+ "nameLocation": "987:12:52",
640
640
  "nodeType": "VariableDeclaration",
641
- "scope": 19289,
642
- "src": "979:20:53",
641
+ "scope": 19045,
642
+ "src": "979:20:52",
643
643
  "stateVariable": false,
644
644
  "storageLocation": "default",
645
645
  "typeDescriptions": {
@@ -647,10 +647,10 @@
647
647
  "typeString": "address"
648
648
  },
649
649
  "typeName": {
650
- "id": 19280,
650
+ "id": 19036,
651
651
  "name": "address",
652
652
  "nodeType": "ElementaryTypeName",
653
- "src": "979:7:53",
653
+ "src": "979:7:52",
654
654
  "stateMutability": "nonpayable",
655
655
  "typeDescriptions": {
656
656
  "typeIdentifier": "t_address",
@@ -661,13 +661,13 @@
661
661
  },
662
662
  {
663
663
  "constant": false,
664
- "id": 19284,
664
+ "id": 19040,
665
665
  "mutability": "mutable",
666
666
  "name": "agreementClassNewLogics",
667
- "nameLocation": "1028:23:53",
667
+ "nameLocation": "1028:23:52",
668
668
  "nodeType": "VariableDeclaration",
669
- "scope": 19289,
670
- "src": "1009:42:53",
669
+ "scope": 19045,
670
+ "src": "1009:42:52",
671
671
  "stateVariable": false,
672
672
  "storageLocation": "calldata",
673
673
  "typeDescriptions": {
@@ -676,19 +676,19 @@
676
676
  },
677
677
  "typeName": {
678
678
  "baseType": {
679
- "id": 19282,
679
+ "id": 19038,
680
680
  "name": "address",
681
681
  "nodeType": "ElementaryTypeName",
682
- "src": "1009:7:53",
682
+ "src": "1009:7:52",
683
683
  "stateMutability": "nonpayable",
684
684
  "typeDescriptions": {
685
685
  "typeIdentifier": "t_address",
686
686
  "typeString": "address"
687
687
  }
688
688
  },
689
- "id": 19283,
689
+ "id": 19039,
690
690
  "nodeType": "ArrayTypeName",
691
- "src": "1009:9:53",
691
+ "src": "1009:9:52",
692
692
  "typeDescriptions": {
693
693
  "typeIdentifier": "t_array$_t_address_$dyn_storage_ptr",
694
694
  "typeString": "address[]"
@@ -698,13 +698,13 @@
698
698
  },
699
699
  {
700
700
  "constant": false,
701
- "id": 19286,
701
+ "id": 19042,
702
702
  "mutability": "mutable",
703
703
  "name": "superTokenFactoryNewLogic",
704
- "nameLocation": "1069:25:53",
704
+ "nameLocation": "1069:25:52",
705
705
  "nodeType": "VariableDeclaration",
706
- "scope": 19289,
707
- "src": "1061:33:53",
706
+ "scope": 19045,
707
+ "src": "1061:33:52",
708
708
  "stateVariable": false,
709
709
  "storageLocation": "default",
710
710
  "typeDescriptions": {
@@ -712,10 +712,10 @@
712
712
  "typeString": "address"
713
713
  },
714
714
  "typeName": {
715
- "id": 19285,
715
+ "id": 19041,
716
716
  "name": "address",
717
717
  "nodeType": "ElementaryTypeName",
718
- "src": "1061:7:53",
718
+ "src": "1061:7:52",
719
719
  "stateMutability": "nonpayable",
720
720
  "typeDescriptions": {
721
721
  "typeIdentifier": "t_address",
@@ -725,68 +725,68 @@
725
725
  "visibility": "internal"
726
726
  }
727
727
  ],
728
- "src": "943:157:53"
728
+ "src": "943:157:52"
729
729
  },
730
730
  "returnParameters": {
731
- "id": 19288,
731
+ "id": 19044,
732
732
  "nodeType": "ParameterList",
733
733
  "parameters": [],
734
- "src": "1109:0:53"
734
+ "src": "1109:0:52"
735
735
  },
736
- "scope": 19369,
737
- "src": "919:191:53",
736
+ "scope": 19125,
737
+ "src": "919:191:52",
738
738
  "stateMutability": "nonpayable",
739
739
  "virtual": false,
740
740
  "visibility": "external"
741
741
  },
742
742
  {
743
743
  "documentation": {
744
- "id": 19290,
744
+ "id": 19046,
745
745
  "nodeType": "StructuredDocumentation",
746
- "src": "1116:113:53",
746
+ "src": "1116:113:52",
747
747
  "text": " @dev Update supertoken logic contract to the latest that is managed by the super token factory"
748
748
  },
749
749
  "functionSelector": "42148deb",
750
- "id": 19300,
750
+ "id": 19056,
751
751
  "implemented": false,
752
752
  "kind": "function",
753
753
  "modifiers": [],
754
754
  "name": "batchUpdateSuperTokenLogic",
755
- "nameLocation": "1243:26:53",
755
+ "nameLocation": "1243:26:52",
756
756
  "nodeType": "FunctionDefinition",
757
757
  "parameters": {
758
- "id": 19298,
758
+ "id": 19054,
759
759
  "nodeType": "ParameterList",
760
760
  "parameters": [
761
761
  {
762
762
  "constant": false,
763
- "id": 19293,
763
+ "id": 19049,
764
764
  "mutability": "mutable",
765
765
  "name": "host",
766
- "nameLocation": "1291:4:53",
766
+ "nameLocation": "1291:4:52",
767
767
  "nodeType": "VariableDeclaration",
768
- "scope": 19300,
769
- "src": "1279:16:53",
768
+ "scope": 19056,
769
+ "src": "1279:16:52",
770
770
  "stateVariable": false,
771
771
  "storageLocation": "default",
772
772
  "typeDescriptions": {
773
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
773
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
774
774
  "typeString": "contract ISuperfluid"
775
775
  },
776
776
  "typeName": {
777
- "id": 19292,
777
+ "id": 19048,
778
778
  "nodeType": "UserDefinedTypeName",
779
779
  "pathNode": {
780
- "id": 19291,
780
+ "id": 19047,
781
781
  "name": "ISuperfluid",
782
782
  "nodeType": "IdentifierPath",
783
- "referencedDeclaration": 19246,
784
- "src": "1279:11:53"
783
+ "referencedDeclaration": 19002,
784
+ "src": "1279:11:52"
785
785
  },
786
- "referencedDeclaration": 19246,
787
- "src": "1279:11:53",
786
+ "referencedDeclaration": 19002,
787
+ "src": "1279:11:52",
788
788
  "typeDescriptions": {
789
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
789
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
790
790
  "typeString": "contract ISuperfluid"
791
791
  }
792
792
  },
@@ -794,110 +794,110 @@
794
794
  },
795
795
  {
796
796
  "constant": false,
797
- "id": 19297,
797
+ "id": 19053,
798
798
  "mutability": "mutable",
799
799
  "name": "tokens",
800
- "nameLocation": "1328:6:53",
800
+ "nameLocation": "1328:6:52",
801
801
  "nodeType": "VariableDeclaration",
802
- "scope": 19300,
803
- "src": "1305:29:53",
802
+ "scope": 19056,
803
+ "src": "1305:29:52",
804
804
  "stateVariable": false,
805
805
  "storageLocation": "calldata",
806
806
  "typeDescriptions": {
807
- "typeIdentifier": "t_array$_t_contract$_ISuperToken_$18683_$dyn_calldata_ptr",
807
+ "typeIdentifier": "t_array$_t_contract$_ISuperToken_$18439_$dyn_calldata_ptr",
808
808
  "typeString": "contract ISuperToken[]"
809
809
  },
810
810
  "typeName": {
811
811
  "baseType": {
812
- "id": 19295,
812
+ "id": 19051,
813
813
  "nodeType": "UserDefinedTypeName",
814
814
  "pathNode": {
815
- "id": 19294,
815
+ "id": 19050,
816
816
  "name": "ISuperToken",
817
817
  "nodeType": "IdentifierPath",
818
- "referencedDeclaration": 18683,
819
- "src": "1305:11:53"
818
+ "referencedDeclaration": 18439,
819
+ "src": "1305:11:52"
820
820
  },
821
- "referencedDeclaration": 18683,
822
- "src": "1305:11:53",
821
+ "referencedDeclaration": 18439,
822
+ "src": "1305:11:52",
823
823
  "typeDescriptions": {
824
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
824
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
825
825
  "typeString": "contract ISuperToken"
826
826
  }
827
827
  },
828
- "id": 19296,
828
+ "id": 19052,
829
829
  "nodeType": "ArrayTypeName",
830
- "src": "1305:13:53",
830
+ "src": "1305:13:52",
831
831
  "typeDescriptions": {
832
- "typeIdentifier": "t_array$_t_contract$_ISuperToken_$18683_$dyn_storage_ptr",
832
+ "typeIdentifier": "t_array$_t_contract$_ISuperToken_$18439_$dyn_storage_ptr",
833
833
  "typeString": "contract ISuperToken[]"
834
834
  }
835
835
  },
836
836
  "visibility": "internal"
837
837
  }
838
838
  ],
839
- "src": "1269:66:53"
839
+ "src": "1269:66:52"
840
840
  },
841
841
  "returnParameters": {
842
- "id": 19299,
842
+ "id": 19055,
843
843
  "nodeType": "ParameterList",
844
844
  "parameters": [],
845
- "src": "1344:0:53"
845
+ "src": "1344:0:52"
846
846
  },
847
- "scope": 19369,
848
- "src": "1234:111:53",
847
+ "scope": 19125,
848
+ "src": "1234:111:52",
849
849
  "stateMutability": "nonpayable",
850
850
  "virtual": false,
851
851
  "visibility": "external"
852
852
  },
853
853
  {
854
854
  "documentation": {
855
- "id": 19301,
855
+ "id": 19057,
856
856
  "nodeType": "StructuredDocumentation",
857
- "src": "1355:58:53",
857
+ "src": "1355:58:52",
858
858
  "text": " @dev Set configuration as address value"
859
859
  },
860
860
  "functionSelector": "78707cb8",
861
- "id": 19314,
861
+ "id": 19070,
862
862
  "implemented": false,
863
863
  "kind": "function",
864
864
  "modifiers": [],
865
865
  "name": "setConfig",
866
- "nameLocation": "1427:9:53",
866
+ "nameLocation": "1427:9:52",
867
867
  "nodeType": "FunctionDefinition",
868
868
  "parameters": {
869
- "id": 19312,
869
+ "id": 19068,
870
870
  "nodeType": "ParameterList",
871
871
  "parameters": [
872
872
  {
873
873
  "constant": false,
874
- "id": 19304,
874
+ "id": 19060,
875
875
  "mutability": "mutable",
876
876
  "name": "host",
877
- "nameLocation": "1458:4:53",
877
+ "nameLocation": "1458:4:52",
878
878
  "nodeType": "VariableDeclaration",
879
- "scope": 19314,
880
- "src": "1446:16:53",
879
+ "scope": 19070,
880
+ "src": "1446:16:52",
881
881
  "stateVariable": false,
882
882
  "storageLocation": "default",
883
883
  "typeDescriptions": {
884
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
884
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
885
885
  "typeString": "contract ISuperfluid"
886
886
  },
887
887
  "typeName": {
888
- "id": 19303,
888
+ "id": 19059,
889
889
  "nodeType": "UserDefinedTypeName",
890
890
  "pathNode": {
891
- "id": 19302,
891
+ "id": 19058,
892
892
  "name": "ISuperfluid",
893
893
  "nodeType": "IdentifierPath",
894
- "referencedDeclaration": 19246,
895
- "src": "1446:11:53"
894
+ "referencedDeclaration": 19002,
895
+ "src": "1446:11:52"
896
896
  },
897
- "referencedDeclaration": 19246,
898
- "src": "1446:11:53",
897
+ "referencedDeclaration": 19002,
898
+ "src": "1446:11:52",
899
899
  "typeDescriptions": {
900
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
900
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
901
901
  "typeString": "contract ISuperfluid"
902
902
  }
903
903
  },
@@ -905,33 +905,33 @@
905
905
  },
906
906
  {
907
907
  "constant": false,
908
- "id": 19307,
908
+ "id": 19063,
909
909
  "mutability": "mutable",
910
910
  "name": "superToken",
911
- "nameLocation": "1489:10:53",
911
+ "nameLocation": "1489:10:52",
912
912
  "nodeType": "VariableDeclaration",
913
- "scope": 19314,
914
- "src": "1472:27:53",
913
+ "scope": 19070,
914
+ "src": "1472:27:52",
915
915
  "stateVariable": false,
916
916
  "storageLocation": "default",
917
917
  "typeDescriptions": {
918
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
918
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
919
919
  "typeString": "contract ISuperfluidToken"
920
920
  },
921
921
  "typeName": {
922
- "id": 19306,
922
+ "id": 19062,
923
923
  "nodeType": "UserDefinedTypeName",
924
924
  "pathNode": {
925
- "id": 19305,
925
+ "id": 19061,
926
926
  "name": "ISuperfluidToken",
927
927
  "nodeType": "IdentifierPath",
928
- "referencedDeclaration": 19643,
929
- "src": "1472:16:53"
928
+ "referencedDeclaration": 19399,
929
+ "src": "1472:16:52"
930
930
  },
931
- "referencedDeclaration": 19643,
932
- "src": "1472:16:53",
931
+ "referencedDeclaration": 19399,
932
+ "src": "1472:16:52",
933
933
  "typeDescriptions": {
934
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
934
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
935
935
  "typeString": "contract ISuperfluidToken"
936
936
  }
937
937
  },
@@ -939,13 +939,13 @@
939
939
  },
940
940
  {
941
941
  "constant": false,
942
- "id": 19309,
942
+ "id": 19065,
943
943
  "mutability": "mutable",
944
944
  "name": "key",
945
- "nameLocation": "1517:3:53",
945
+ "nameLocation": "1517:3:52",
946
946
  "nodeType": "VariableDeclaration",
947
- "scope": 19314,
948
- "src": "1509:11:53",
947
+ "scope": 19070,
948
+ "src": "1509:11:52",
949
949
  "stateVariable": false,
950
950
  "storageLocation": "default",
951
951
  "typeDescriptions": {
@@ -953,10 +953,10 @@
953
953
  "typeString": "bytes32"
954
954
  },
955
955
  "typeName": {
956
- "id": 19308,
956
+ "id": 19064,
957
957
  "name": "bytes32",
958
958
  "nodeType": "ElementaryTypeName",
959
- "src": "1509:7:53",
959
+ "src": "1509:7:52",
960
960
  "typeDescriptions": {
961
961
  "typeIdentifier": "t_bytes32",
962
962
  "typeString": "bytes32"
@@ -966,13 +966,13 @@
966
966
  },
967
967
  {
968
968
  "constant": false,
969
- "id": 19311,
969
+ "id": 19067,
970
970
  "mutability": "mutable",
971
971
  "name": "value",
972
- "nameLocation": "1538:5:53",
972
+ "nameLocation": "1538:5:52",
973
973
  "nodeType": "VariableDeclaration",
974
- "scope": 19314,
975
- "src": "1530:13:53",
974
+ "scope": 19070,
975
+ "src": "1530:13:52",
976
976
  "stateVariable": false,
977
977
  "storageLocation": "default",
978
978
  "typeDescriptions": {
@@ -980,10 +980,10 @@
980
980
  "typeString": "address"
981
981
  },
982
982
  "typeName": {
983
- "id": 19310,
983
+ "id": 19066,
984
984
  "name": "address",
985
985
  "nodeType": "ElementaryTypeName",
986
- "src": "1530:7:53",
986
+ "src": "1530:7:52",
987
987
  "stateMutability": "nonpayable",
988
988
  "typeDescriptions": {
989
989
  "typeIdentifier": "t_address",
@@ -993,68 +993,68 @@
993
993
  "visibility": "internal"
994
994
  }
995
995
  ],
996
- "src": "1436:113:53"
996
+ "src": "1436:113:52"
997
997
  },
998
998
  "returnParameters": {
999
- "id": 19313,
999
+ "id": 19069,
1000
1000
  "nodeType": "ParameterList",
1001
1001
  "parameters": [],
1002
- "src": "1558:0:53"
1002
+ "src": "1558:0:52"
1003
1003
  },
1004
- "scope": 19369,
1005
- "src": "1418:141:53",
1004
+ "scope": 19125,
1005
+ "src": "1418:141:52",
1006
1006
  "stateMutability": "nonpayable",
1007
1007
  "virtual": false,
1008
1008
  "visibility": "external"
1009
1009
  },
1010
1010
  {
1011
1011
  "documentation": {
1012
- "id": 19315,
1012
+ "id": 19071,
1013
1013
  "nodeType": "StructuredDocumentation",
1014
- "src": "1569:58:53",
1014
+ "src": "1569:58:52",
1015
1015
  "text": " @dev Set configuration as uint256 value"
1016
1016
  },
1017
1017
  "functionSelector": "f79a8e63",
1018
- "id": 19328,
1018
+ "id": 19084,
1019
1019
  "implemented": false,
1020
1020
  "kind": "function",
1021
1021
  "modifiers": [],
1022
1022
  "name": "setConfig",
1023
- "nameLocation": "1641:9:53",
1023
+ "nameLocation": "1641:9:52",
1024
1024
  "nodeType": "FunctionDefinition",
1025
1025
  "parameters": {
1026
- "id": 19326,
1026
+ "id": 19082,
1027
1027
  "nodeType": "ParameterList",
1028
1028
  "parameters": [
1029
1029
  {
1030
1030
  "constant": false,
1031
- "id": 19318,
1031
+ "id": 19074,
1032
1032
  "mutability": "mutable",
1033
1033
  "name": "host",
1034
- "nameLocation": "1672:4:53",
1034
+ "nameLocation": "1672:4:52",
1035
1035
  "nodeType": "VariableDeclaration",
1036
- "scope": 19328,
1037
- "src": "1660:16:53",
1036
+ "scope": 19084,
1037
+ "src": "1660:16:52",
1038
1038
  "stateVariable": false,
1039
1039
  "storageLocation": "default",
1040
1040
  "typeDescriptions": {
1041
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1041
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1042
1042
  "typeString": "contract ISuperfluid"
1043
1043
  },
1044
1044
  "typeName": {
1045
- "id": 19317,
1045
+ "id": 19073,
1046
1046
  "nodeType": "UserDefinedTypeName",
1047
1047
  "pathNode": {
1048
- "id": 19316,
1048
+ "id": 19072,
1049
1049
  "name": "ISuperfluid",
1050
1050
  "nodeType": "IdentifierPath",
1051
- "referencedDeclaration": 19246,
1052
- "src": "1660:11:53"
1051
+ "referencedDeclaration": 19002,
1052
+ "src": "1660:11:52"
1053
1053
  },
1054
- "referencedDeclaration": 19246,
1055
- "src": "1660:11:53",
1054
+ "referencedDeclaration": 19002,
1055
+ "src": "1660:11:52",
1056
1056
  "typeDescriptions": {
1057
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1057
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1058
1058
  "typeString": "contract ISuperfluid"
1059
1059
  }
1060
1060
  },
@@ -1062,33 +1062,33 @@
1062
1062
  },
1063
1063
  {
1064
1064
  "constant": false,
1065
- "id": 19321,
1065
+ "id": 19077,
1066
1066
  "mutability": "mutable",
1067
1067
  "name": "superToken",
1068
- "nameLocation": "1703:10:53",
1068
+ "nameLocation": "1703:10:52",
1069
1069
  "nodeType": "VariableDeclaration",
1070
- "scope": 19328,
1071
- "src": "1686:27:53",
1070
+ "scope": 19084,
1071
+ "src": "1686:27:52",
1072
1072
  "stateVariable": false,
1073
1073
  "storageLocation": "default",
1074
1074
  "typeDescriptions": {
1075
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1075
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1076
1076
  "typeString": "contract ISuperfluidToken"
1077
1077
  },
1078
1078
  "typeName": {
1079
- "id": 19320,
1079
+ "id": 19076,
1080
1080
  "nodeType": "UserDefinedTypeName",
1081
1081
  "pathNode": {
1082
- "id": 19319,
1082
+ "id": 19075,
1083
1083
  "name": "ISuperfluidToken",
1084
1084
  "nodeType": "IdentifierPath",
1085
- "referencedDeclaration": 19643,
1086
- "src": "1686:16:53"
1085
+ "referencedDeclaration": 19399,
1086
+ "src": "1686:16:52"
1087
1087
  },
1088
- "referencedDeclaration": 19643,
1089
- "src": "1686:16:53",
1088
+ "referencedDeclaration": 19399,
1089
+ "src": "1686:16:52",
1090
1090
  "typeDescriptions": {
1091
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1091
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1092
1092
  "typeString": "contract ISuperfluidToken"
1093
1093
  }
1094
1094
  },
@@ -1096,13 +1096,13 @@
1096
1096
  },
1097
1097
  {
1098
1098
  "constant": false,
1099
- "id": 19323,
1099
+ "id": 19079,
1100
1100
  "mutability": "mutable",
1101
1101
  "name": "key",
1102
- "nameLocation": "1731:3:53",
1102
+ "nameLocation": "1731:3:52",
1103
1103
  "nodeType": "VariableDeclaration",
1104
- "scope": 19328,
1105
- "src": "1723:11:53",
1104
+ "scope": 19084,
1105
+ "src": "1723:11:52",
1106
1106
  "stateVariable": false,
1107
1107
  "storageLocation": "default",
1108
1108
  "typeDescriptions": {
@@ -1110,10 +1110,10 @@
1110
1110
  "typeString": "bytes32"
1111
1111
  },
1112
1112
  "typeName": {
1113
- "id": 19322,
1113
+ "id": 19078,
1114
1114
  "name": "bytes32",
1115
1115
  "nodeType": "ElementaryTypeName",
1116
- "src": "1723:7:53",
1116
+ "src": "1723:7:52",
1117
1117
  "typeDescriptions": {
1118
1118
  "typeIdentifier": "t_bytes32",
1119
1119
  "typeString": "bytes32"
@@ -1123,13 +1123,13 @@
1123
1123
  },
1124
1124
  {
1125
1125
  "constant": false,
1126
- "id": 19325,
1126
+ "id": 19081,
1127
1127
  "mutability": "mutable",
1128
1128
  "name": "value",
1129
- "nameLocation": "1752:5:53",
1129
+ "nameLocation": "1752:5:52",
1130
1130
  "nodeType": "VariableDeclaration",
1131
- "scope": 19328,
1132
- "src": "1744:13:53",
1131
+ "scope": 19084,
1132
+ "src": "1744:13:52",
1133
1133
  "stateVariable": false,
1134
1134
  "storageLocation": "default",
1135
1135
  "typeDescriptions": {
@@ -1137,10 +1137,10 @@
1137
1137
  "typeString": "uint256"
1138
1138
  },
1139
1139
  "typeName": {
1140
- "id": 19324,
1140
+ "id": 19080,
1141
1141
  "name": "uint256",
1142
1142
  "nodeType": "ElementaryTypeName",
1143
- "src": "1744:7:53",
1143
+ "src": "1744:7:52",
1144
1144
  "typeDescriptions": {
1145
1145
  "typeIdentifier": "t_uint256",
1146
1146
  "typeString": "uint256"
@@ -1149,68 +1149,68 @@
1149
1149
  "visibility": "internal"
1150
1150
  }
1151
1151
  ],
1152
- "src": "1650:113:53"
1152
+ "src": "1650:113:52"
1153
1153
  },
1154
1154
  "returnParameters": {
1155
- "id": 19327,
1155
+ "id": 19083,
1156
1156
  "nodeType": "ParameterList",
1157
1157
  "parameters": [],
1158
- "src": "1772:0:53"
1158
+ "src": "1772:0:52"
1159
1159
  },
1160
- "scope": 19369,
1161
- "src": "1632:141:53",
1160
+ "scope": 19125,
1161
+ "src": "1632:141:52",
1162
1162
  "stateMutability": "nonpayable",
1163
1163
  "virtual": false,
1164
1164
  "visibility": "external"
1165
1165
  },
1166
1166
  {
1167
1167
  "documentation": {
1168
- "id": 19329,
1168
+ "id": 19085,
1169
1169
  "nodeType": "StructuredDocumentation",
1170
- "src": "1779:43:53",
1170
+ "src": "1779:43:52",
1171
1171
  "text": " @dev Clear configuration"
1172
1172
  },
1173
1173
  "functionSelector": "640b6cc9",
1174
- "id": 19340,
1174
+ "id": 19096,
1175
1175
  "implemented": false,
1176
1176
  "kind": "function",
1177
1177
  "modifiers": [],
1178
1178
  "name": "clearConfig",
1179
- "nameLocation": "1836:11:53",
1179
+ "nameLocation": "1836:11:52",
1180
1180
  "nodeType": "FunctionDefinition",
1181
1181
  "parameters": {
1182
- "id": 19338,
1182
+ "id": 19094,
1183
1183
  "nodeType": "ParameterList",
1184
1184
  "parameters": [
1185
1185
  {
1186
1186
  "constant": false,
1187
- "id": 19332,
1187
+ "id": 19088,
1188
1188
  "mutability": "mutable",
1189
1189
  "name": "host",
1190
- "nameLocation": "1869:4:53",
1190
+ "nameLocation": "1869:4:52",
1191
1191
  "nodeType": "VariableDeclaration",
1192
- "scope": 19340,
1193
- "src": "1857:16:53",
1192
+ "scope": 19096,
1193
+ "src": "1857:16:52",
1194
1194
  "stateVariable": false,
1195
1195
  "storageLocation": "default",
1196
1196
  "typeDescriptions": {
1197
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1197
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1198
1198
  "typeString": "contract ISuperfluid"
1199
1199
  },
1200
1200
  "typeName": {
1201
- "id": 19331,
1201
+ "id": 19087,
1202
1202
  "nodeType": "UserDefinedTypeName",
1203
1203
  "pathNode": {
1204
- "id": 19330,
1204
+ "id": 19086,
1205
1205
  "name": "ISuperfluid",
1206
1206
  "nodeType": "IdentifierPath",
1207
- "referencedDeclaration": 19246,
1208
- "src": "1857:11:53"
1207
+ "referencedDeclaration": 19002,
1208
+ "src": "1857:11:52"
1209
1209
  },
1210
- "referencedDeclaration": 19246,
1211
- "src": "1857:11:53",
1210
+ "referencedDeclaration": 19002,
1211
+ "src": "1857:11:52",
1212
1212
  "typeDescriptions": {
1213
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1213
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1214
1214
  "typeString": "contract ISuperfluid"
1215
1215
  }
1216
1216
  },
@@ -1218,33 +1218,33 @@
1218
1218
  },
1219
1219
  {
1220
1220
  "constant": false,
1221
- "id": 19335,
1221
+ "id": 19091,
1222
1222
  "mutability": "mutable",
1223
1223
  "name": "superToken",
1224
- "nameLocation": "1900:10:53",
1224
+ "nameLocation": "1900:10:52",
1225
1225
  "nodeType": "VariableDeclaration",
1226
- "scope": 19340,
1227
- "src": "1883:27:53",
1226
+ "scope": 19096,
1227
+ "src": "1883:27:52",
1228
1228
  "stateVariable": false,
1229
1229
  "storageLocation": "default",
1230
1230
  "typeDescriptions": {
1231
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1231
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1232
1232
  "typeString": "contract ISuperfluidToken"
1233
1233
  },
1234
1234
  "typeName": {
1235
- "id": 19334,
1235
+ "id": 19090,
1236
1236
  "nodeType": "UserDefinedTypeName",
1237
1237
  "pathNode": {
1238
- "id": 19333,
1238
+ "id": 19089,
1239
1239
  "name": "ISuperfluidToken",
1240
1240
  "nodeType": "IdentifierPath",
1241
- "referencedDeclaration": 19643,
1242
- "src": "1883:16:53"
1241
+ "referencedDeclaration": 19399,
1242
+ "src": "1883:16:52"
1243
1243
  },
1244
- "referencedDeclaration": 19643,
1245
- "src": "1883:16:53",
1244
+ "referencedDeclaration": 19399,
1245
+ "src": "1883:16:52",
1246
1246
  "typeDescriptions": {
1247
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1247
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1248
1248
  "typeString": "contract ISuperfluidToken"
1249
1249
  }
1250
1250
  },
@@ -1252,13 +1252,13 @@
1252
1252
  },
1253
1253
  {
1254
1254
  "constant": false,
1255
- "id": 19337,
1255
+ "id": 19093,
1256
1256
  "mutability": "mutable",
1257
1257
  "name": "key",
1258
- "nameLocation": "1928:3:53",
1258
+ "nameLocation": "1928:3:52",
1259
1259
  "nodeType": "VariableDeclaration",
1260
- "scope": 19340,
1261
- "src": "1920:11:53",
1260
+ "scope": 19096,
1261
+ "src": "1920:11:52",
1262
1262
  "stateVariable": false,
1263
1263
  "storageLocation": "default",
1264
1264
  "typeDescriptions": {
@@ -1266,10 +1266,10 @@
1266
1266
  "typeString": "bytes32"
1267
1267
  },
1268
1268
  "typeName": {
1269
- "id": 19336,
1269
+ "id": 19092,
1270
1270
  "name": "bytes32",
1271
1271
  "nodeType": "ElementaryTypeName",
1272
- "src": "1920:7:53",
1272
+ "src": "1920:7:52",
1273
1273
  "typeDescriptions": {
1274
1274
  "typeIdentifier": "t_bytes32",
1275
1275
  "typeString": "bytes32"
@@ -1278,68 +1278,68 @@
1278
1278
  "visibility": "internal"
1279
1279
  }
1280
1280
  ],
1281
- "src": "1847:90:53"
1281
+ "src": "1847:90:52"
1282
1282
  },
1283
1283
  "returnParameters": {
1284
- "id": 19339,
1284
+ "id": 19095,
1285
1285
  "nodeType": "ParameterList",
1286
1286
  "parameters": [],
1287
- "src": "1946:0:53"
1287
+ "src": "1946:0:52"
1288
1288
  },
1289
- "scope": 19369,
1290
- "src": "1827:120:53",
1289
+ "scope": 19125,
1290
+ "src": "1827:120:52",
1291
1291
  "stateMutability": "nonpayable",
1292
1292
  "virtual": false,
1293
1293
  "visibility": "external"
1294
1294
  },
1295
1295
  {
1296
1296
  "documentation": {
1297
- "id": 19341,
1297
+ "id": 19097,
1298
1298
  "nodeType": "StructuredDocumentation",
1299
- "src": "1953:58:53",
1299
+ "src": "1953:58:52",
1300
1300
  "text": " @dev Get configuration as address value"
1301
1301
  },
1302
1302
  "functionSelector": "8369a0f1",
1303
- "id": 19354,
1303
+ "id": 19110,
1304
1304
  "implemented": false,
1305
1305
  "kind": "function",
1306
1306
  "modifiers": [],
1307
1307
  "name": "getConfigAsAddress",
1308
- "nameLocation": "2025:18:53",
1308
+ "nameLocation": "2025:18:52",
1309
1309
  "nodeType": "FunctionDefinition",
1310
1310
  "parameters": {
1311
- "id": 19350,
1311
+ "id": 19106,
1312
1312
  "nodeType": "ParameterList",
1313
1313
  "parameters": [
1314
1314
  {
1315
1315
  "constant": false,
1316
- "id": 19344,
1316
+ "id": 19100,
1317
1317
  "mutability": "mutable",
1318
1318
  "name": "host",
1319
- "nameLocation": "2065:4:53",
1319
+ "nameLocation": "2065:4:52",
1320
1320
  "nodeType": "VariableDeclaration",
1321
- "scope": 19354,
1322
- "src": "2053:16:53",
1321
+ "scope": 19110,
1322
+ "src": "2053:16:52",
1323
1323
  "stateVariable": false,
1324
1324
  "storageLocation": "default",
1325
1325
  "typeDescriptions": {
1326
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1326
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1327
1327
  "typeString": "contract ISuperfluid"
1328
1328
  },
1329
1329
  "typeName": {
1330
- "id": 19343,
1330
+ "id": 19099,
1331
1331
  "nodeType": "UserDefinedTypeName",
1332
1332
  "pathNode": {
1333
- "id": 19342,
1333
+ "id": 19098,
1334
1334
  "name": "ISuperfluid",
1335
1335
  "nodeType": "IdentifierPath",
1336
- "referencedDeclaration": 19246,
1337
- "src": "2053:11:53"
1336
+ "referencedDeclaration": 19002,
1337
+ "src": "2053:11:52"
1338
1338
  },
1339
- "referencedDeclaration": 19246,
1340
- "src": "2053:11:53",
1339
+ "referencedDeclaration": 19002,
1340
+ "src": "2053:11:52",
1341
1341
  "typeDescriptions": {
1342
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1342
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1343
1343
  "typeString": "contract ISuperfluid"
1344
1344
  }
1345
1345
  },
@@ -1347,33 +1347,33 @@
1347
1347
  },
1348
1348
  {
1349
1349
  "constant": false,
1350
- "id": 19347,
1350
+ "id": 19103,
1351
1351
  "mutability": "mutable",
1352
1352
  "name": "superToken",
1353
- "nameLocation": "2096:10:53",
1353
+ "nameLocation": "2096:10:52",
1354
1354
  "nodeType": "VariableDeclaration",
1355
- "scope": 19354,
1356
- "src": "2079:27:53",
1355
+ "scope": 19110,
1356
+ "src": "2079:27:52",
1357
1357
  "stateVariable": false,
1358
1358
  "storageLocation": "default",
1359
1359
  "typeDescriptions": {
1360
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1360
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1361
1361
  "typeString": "contract ISuperfluidToken"
1362
1362
  },
1363
1363
  "typeName": {
1364
- "id": 19346,
1364
+ "id": 19102,
1365
1365
  "nodeType": "UserDefinedTypeName",
1366
1366
  "pathNode": {
1367
- "id": 19345,
1367
+ "id": 19101,
1368
1368
  "name": "ISuperfluidToken",
1369
1369
  "nodeType": "IdentifierPath",
1370
- "referencedDeclaration": 19643,
1371
- "src": "2079:16:53"
1370
+ "referencedDeclaration": 19399,
1371
+ "src": "2079:16:52"
1372
1372
  },
1373
- "referencedDeclaration": 19643,
1374
- "src": "2079:16:53",
1373
+ "referencedDeclaration": 19399,
1374
+ "src": "2079:16:52",
1375
1375
  "typeDescriptions": {
1376
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1376
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1377
1377
  "typeString": "contract ISuperfluidToken"
1378
1378
  }
1379
1379
  },
@@ -1381,13 +1381,13 @@
1381
1381
  },
1382
1382
  {
1383
1383
  "constant": false,
1384
- "id": 19349,
1384
+ "id": 19105,
1385
1385
  "mutability": "mutable",
1386
1386
  "name": "key",
1387
- "nameLocation": "2124:3:53",
1387
+ "nameLocation": "2124:3:52",
1388
1388
  "nodeType": "VariableDeclaration",
1389
- "scope": 19354,
1390
- "src": "2116:11:53",
1389
+ "scope": 19110,
1390
+ "src": "2116:11:52",
1391
1391
  "stateVariable": false,
1392
1392
  "storageLocation": "default",
1393
1393
  "typeDescriptions": {
@@ -1395,10 +1395,10 @@
1395
1395
  "typeString": "bytes32"
1396
1396
  },
1397
1397
  "typeName": {
1398
- "id": 19348,
1398
+ "id": 19104,
1399
1399
  "name": "bytes32",
1400
1400
  "nodeType": "ElementaryTypeName",
1401
- "src": "2116:7:53",
1401
+ "src": "2116:7:52",
1402
1402
  "typeDescriptions": {
1403
1403
  "typeIdentifier": "t_bytes32",
1404
1404
  "typeString": "bytes32"
@@ -1407,21 +1407,21 @@
1407
1407
  "visibility": "internal"
1408
1408
  }
1409
1409
  ],
1410
- "src": "2043:85:53"
1410
+ "src": "2043:85:52"
1411
1411
  },
1412
1412
  "returnParameters": {
1413
- "id": 19353,
1413
+ "id": 19109,
1414
1414
  "nodeType": "ParameterList",
1415
1415
  "parameters": [
1416
1416
  {
1417
1417
  "constant": false,
1418
- "id": 19352,
1418
+ "id": 19108,
1419
1419
  "mutability": "mutable",
1420
1420
  "name": "value",
1421
- "nameLocation": "2160:5:53",
1421
+ "nameLocation": "2160:5:52",
1422
1422
  "nodeType": "VariableDeclaration",
1423
- "scope": 19354,
1424
- "src": "2152:13:53",
1423
+ "scope": 19110,
1424
+ "src": "2152:13:52",
1425
1425
  "stateVariable": false,
1426
1426
  "storageLocation": "default",
1427
1427
  "typeDescriptions": {
@@ -1429,10 +1429,10 @@
1429
1429
  "typeString": "address"
1430
1430
  },
1431
1431
  "typeName": {
1432
- "id": 19351,
1432
+ "id": 19107,
1433
1433
  "name": "address",
1434
1434
  "nodeType": "ElementaryTypeName",
1435
- "src": "2152:7:53",
1435
+ "src": "2152:7:52",
1436
1436
  "stateMutability": "nonpayable",
1437
1437
  "typeDescriptions": {
1438
1438
  "typeIdentifier": "t_address",
@@ -1442,62 +1442,62 @@
1442
1442
  "visibility": "internal"
1443
1443
  }
1444
1444
  ],
1445
- "src": "2151:15:53"
1445
+ "src": "2151:15:52"
1446
1446
  },
1447
- "scope": 19369,
1448
- "src": "2016:151:53",
1447
+ "scope": 19125,
1448
+ "src": "2016:151:52",
1449
1449
  "stateMutability": "view",
1450
1450
  "virtual": false,
1451
1451
  "visibility": "external"
1452
1452
  },
1453
1453
  {
1454
1454
  "documentation": {
1455
- "id": 19355,
1455
+ "id": 19111,
1456
1456
  "nodeType": "StructuredDocumentation",
1457
- "src": "2173:58:53",
1457
+ "src": "2173:58:52",
1458
1458
  "text": " @dev Get configuration as uint256 value"
1459
1459
  },
1460
1460
  "functionSelector": "80f70cba",
1461
- "id": 19368,
1461
+ "id": 19124,
1462
1462
  "implemented": false,
1463
1463
  "kind": "function",
1464
1464
  "modifiers": [],
1465
1465
  "name": "getConfigAsUint256",
1466
- "nameLocation": "2245:18:53",
1466
+ "nameLocation": "2245:18:52",
1467
1467
  "nodeType": "FunctionDefinition",
1468
1468
  "parameters": {
1469
- "id": 19364,
1469
+ "id": 19120,
1470
1470
  "nodeType": "ParameterList",
1471
1471
  "parameters": [
1472
1472
  {
1473
1473
  "constant": false,
1474
- "id": 19358,
1474
+ "id": 19114,
1475
1475
  "mutability": "mutable",
1476
1476
  "name": "host",
1477
- "nameLocation": "2285:4:53",
1477
+ "nameLocation": "2285:4:52",
1478
1478
  "nodeType": "VariableDeclaration",
1479
- "scope": 19368,
1480
- "src": "2273:16:53",
1479
+ "scope": 19124,
1480
+ "src": "2273:16:52",
1481
1481
  "stateVariable": false,
1482
1482
  "storageLocation": "default",
1483
1483
  "typeDescriptions": {
1484
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1484
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1485
1485
  "typeString": "contract ISuperfluid"
1486
1486
  },
1487
1487
  "typeName": {
1488
- "id": 19357,
1488
+ "id": 19113,
1489
1489
  "nodeType": "UserDefinedTypeName",
1490
1490
  "pathNode": {
1491
- "id": 19356,
1491
+ "id": 19112,
1492
1492
  "name": "ISuperfluid",
1493
1493
  "nodeType": "IdentifierPath",
1494
- "referencedDeclaration": 19246,
1495
- "src": "2273:11:53"
1494
+ "referencedDeclaration": 19002,
1495
+ "src": "2273:11:52"
1496
1496
  },
1497
- "referencedDeclaration": 19246,
1498
- "src": "2273:11:53",
1497
+ "referencedDeclaration": 19002,
1498
+ "src": "2273:11:52",
1499
1499
  "typeDescriptions": {
1500
- "typeIdentifier": "t_contract$_ISuperfluid_$19246",
1500
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
1501
1501
  "typeString": "contract ISuperfluid"
1502
1502
  }
1503
1503
  },
@@ -1505,33 +1505,33 @@
1505
1505
  },
1506
1506
  {
1507
1507
  "constant": false,
1508
- "id": 19361,
1508
+ "id": 19117,
1509
1509
  "mutability": "mutable",
1510
1510
  "name": "superToken",
1511
- "nameLocation": "2316:10:53",
1511
+ "nameLocation": "2316:10:52",
1512
1512
  "nodeType": "VariableDeclaration",
1513
- "scope": 19368,
1514
- "src": "2299:27:53",
1513
+ "scope": 19124,
1514
+ "src": "2299:27:52",
1515
1515
  "stateVariable": false,
1516
1516
  "storageLocation": "default",
1517
1517
  "typeDescriptions": {
1518
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1518
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1519
1519
  "typeString": "contract ISuperfluidToken"
1520
1520
  },
1521
1521
  "typeName": {
1522
- "id": 19360,
1522
+ "id": 19116,
1523
1523
  "nodeType": "UserDefinedTypeName",
1524
1524
  "pathNode": {
1525
- "id": 19359,
1525
+ "id": 19115,
1526
1526
  "name": "ISuperfluidToken",
1527
1527
  "nodeType": "IdentifierPath",
1528
- "referencedDeclaration": 19643,
1529
- "src": "2299:16:53"
1528
+ "referencedDeclaration": 19399,
1529
+ "src": "2299:16:52"
1530
1530
  },
1531
- "referencedDeclaration": 19643,
1532
- "src": "2299:16:53",
1531
+ "referencedDeclaration": 19399,
1532
+ "src": "2299:16:52",
1533
1533
  "typeDescriptions": {
1534
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
1534
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1535
1535
  "typeString": "contract ISuperfluidToken"
1536
1536
  }
1537
1537
  },
@@ -1539,13 +1539,13 @@
1539
1539
  },
1540
1540
  {
1541
1541
  "constant": false,
1542
- "id": 19363,
1542
+ "id": 19119,
1543
1543
  "mutability": "mutable",
1544
1544
  "name": "key",
1545
- "nameLocation": "2344:3:53",
1545
+ "nameLocation": "2344:3:52",
1546
1546
  "nodeType": "VariableDeclaration",
1547
- "scope": 19368,
1548
- "src": "2336:11:53",
1547
+ "scope": 19124,
1548
+ "src": "2336:11:52",
1549
1549
  "stateVariable": false,
1550
1550
  "storageLocation": "default",
1551
1551
  "typeDescriptions": {
@@ -1553,10 +1553,10 @@
1553
1553
  "typeString": "bytes32"
1554
1554
  },
1555
1555
  "typeName": {
1556
- "id": 19362,
1556
+ "id": 19118,
1557
1557
  "name": "bytes32",
1558
1558
  "nodeType": "ElementaryTypeName",
1559
- "src": "2336:7:53",
1559
+ "src": "2336:7:52",
1560
1560
  "typeDescriptions": {
1561
1561
  "typeIdentifier": "t_bytes32",
1562
1562
  "typeString": "bytes32"
@@ -1565,21 +1565,21 @@
1565
1565
  "visibility": "internal"
1566
1566
  }
1567
1567
  ],
1568
- "src": "2263:85:53"
1568
+ "src": "2263:85:52"
1569
1569
  },
1570
1570
  "returnParameters": {
1571
- "id": 19367,
1571
+ "id": 19123,
1572
1572
  "nodeType": "ParameterList",
1573
1573
  "parameters": [
1574
1574
  {
1575
1575
  "constant": false,
1576
- "id": 19366,
1576
+ "id": 19122,
1577
1577
  "mutability": "mutable",
1578
1578
  "name": "value",
1579
- "nameLocation": "2380:5:53",
1579
+ "nameLocation": "2380:5:52",
1580
1580
  "nodeType": "VariableDeclaration",
1581
- "scope": 19368,
1582
- "src": "2372:13:53",
1581
+ "scope": 19124,
1582
+ "src": "2372:13:52",
1583
1583
  "stateVariable": false,
1584
1584
  "storageLocation": "default",
1585
1585
  "typeDescriptions": {
@@ -1587,10 +1587,10 @@
1587
1587
  "typeString": "uint256"
1588
1588
  },
1589
1589
  "typeName": {
1590
- "id": 19365,
1590
+ "id": 19121,
1591
1591
  "name": "uint256",
1592
1592
  "nodeType": "ElementaryTypeName",
1593
- "src": "2372:7:53",
1593
+ "src": "2372:7:52",
1594
1594
  "typeDescriptions": {
1595
1595
  "typeIdentifier": "t_uint256",
1596
1596
  "typeString": "uint256"
@@ -1599,21 +1599,21 @@
1599
1599
  "visibility": "internal"
1600
1600
  }
1601
1601
  ],
1602
- "src": "2371:15:53"
1602
+ "src": "2371:15:52"
1603
1603
  },
1604
- "scope": 19369,
1605
- "src": "2236:151:53",
1604
+ "scope": 19125,
1605
+ "src": "2236:151:52",
1606
1606
  "stateMutability": "view",
1607
1607
  "virtual": false,
1608
1608
  "visibility": "external"
1609
1609
  }
1610
1610
  ],
1611
- "scope": 19370,
1612
- "src": "351:2039:53",
1611
+ "scope": 19126,
1612
+ "src": "351:2039:52",
1613
1613
  "usedErrors": []
1614
1614
  }
1615
1615
  ],
1616
- "src": "35:2356:53"
1616
+ "src": "35:2356:52"
1617
1617
  },
1618
1618
  "compiler": {
1619
1619
  "name": "solc",
@@ -1621,7 +1621,7 @@
1621
1621
  },
1622
1622
  "networks": {},
1623
1623
  "schemaVersion": "3.4.7",
1624
- "updatedAt": "2022-05-04T10:31:47.079Z",
1624
+ "updatedAt": "2022-05-05T19:02:22.052Z",
1625
1625
  "devdoc": {
1626
1626
  "author": "Superfluid",
1627
1627
  "kind": "dev",