@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
@@ -265,27 +265,27 @@
265
265
  "absolutePath": "project:/contracts/apps/SuperAppBase.sol",
266
266
  "exportedSymbols": {
267
267
  "ISuperApp": [
268
- 19540
268
+ 19552
269
269
  ],
270
270
  "ISuperToken": [
271
- 19928
271
+ 19940
272
272
  ],
273
273
  "ISuperfluid": [
274
- 20530
274
+ 20542
275
275
  ],
276
276
  "SuperAppBase": [
277
- 16671
277
+ 16683
278
278
  ],
279
279
  "SuperAppDefinitions": [
280
- 18963
280
+ 18975
281
281
  ]
282
282
  },
283
- "id": 16672,
283
+ "id": 16684,
284
284
  "license": "AGPLv3",
285
285
  "nodeType": "SourceUnit",
286
286
  "nodes": [
287
287
  {
288
- "id": 16525,
288
+ "id": 16537,
289
289
  "literals": [
290
290
  "solidity",
291
291
  ">=",
@@ -298,20 +298,20 @@
298
298
  {
299
299
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
300
300
  "file": "../interfaces/superfluid/ISuperfluid.sol",
301
- "id": 16530,
301
+ "id": 16542,
302
302
  "nameLocation": "-1:-1:-1",
303
303
  "nodeType": "ImportDirective",
304
- "scope": 16672,
305
- "sourceUnit": 20531,
304
+ "scope": 16684,
305
+ "sourceUnit": 20543,
306
306
  "src": "62:132:37",
307
307
  "symbolAliases": [
308
308
  {
309
309
  "foreign": {
310
- "id": 16526,
310
+ "id": 16538,
311
311
  "name": "ISuperfluid",
312
312
  "nodeType": "Identifier",
313
313
  "overloadedDeclarations": [],
314
- "referencedDeclaration": 20530,
314
+ "referencedDeclaration": 20542,
315
315
  "src": "75:11:37",
316
316
  "typeDescriptions": {}
317
317
  },
@@ -319,11 +319,11 @@
319
319
  },
320
320
  {
321
321
  "foreign": {
322
- "id": 16527,
322
+ "id": 16539,
323
323
  "name": "ISuperToken",
324
324
  "nodeType": "Identifier",
325
325
  "overloadedDeclarations": [],
326
- "referencedDeclaration": 19928,
326
+ "referencedDeclaration": 19940,
327
327
  "src": "92:11:37",
328
328
  "typeDescriptions": {}
329
329
  },
@@ -331,11 +331,11 @@
331
331
  },
332
332
  {
333
333
  "foreign": {
334
- "id": 16528,
334
+ "id": 16540,
335
335
  "name": "ISuperApp",
336
336
  "nodeType": "Identifier",
337
337
  "overloadedDeclarations": [],
338
- "referencedDeclaration": 19540,
338
+ "referencedDeclaration": 19552,
339
339
  "src": "109:9:37",
340
340
  "typeDescriptions": {}
341
341
  },
@@ -343,11 +343,11 @@
343
343
  },
344
344
  {
345
345
  "foreign": {
346
- "id": 16529,
346
+ "id": 16541,
347
347
  "name": "SuperAppDefinitions",
348
348
  "nodeType": "Identifier",
349
349
  "overloadedDeclarations": [],
350
- "referencedDeclaration": 18963,
350
+ "referencedDeclaration": 18975,
351
351
  "src": "124:19:37",
352
352
  "typeDescriptions": {}
353
353
  },
@@ -361,16 +361,16 @@
361
361
  "baseContracts": [
362
362
  {
363
363
  "baseName": {
364
- "id": 16531,
364
+ "id": 16543,
365
365
  "name": "ISuperApp",
366
366
  "nameLocations": [
367
367
  "230:9:37"
368
368
  ],
369
369
  "nodeType": "IdentifierPath",
370
- "referencedDeclaration": 19540,
370
+ "referencedDeclaration": 19552,
371
371
  "src": "230:9:37"
372
372
  },
373
- "id": 16532,
373
+ "id": 16544,
374
374
  "nodeType": "InheritanceSpecifier",
375
375
  "src": "230:9:37"
376
376
  }
@@ -379,10 +379,10 @@
379
379
  "contractDependencies": [],
380
380
  "contractKind": "contract",
381
381
  "fullyImplemented": true,
382
- "id": 16671,
382
+ "id": 16683,
383
383
  "linearizedBaseContracts": [
384
- 16671,
385
- 19540
384
+ 16683,
385
+ 19552
386
386
  ],
387
387
  "name": "SuperAppBase",
388
388
  "nameLocation": "214:12:37",
@@ -390,10 +390,10 @@
390
390
  "nodes": [
391
391
  {
392
392
  "baseFunctions": [
393
- 19448
393
+ 19460
394
394
  ],
395
395
  "body": {
396
- "id": 16553,
396
+ "id": 16565,
397
397
  "nodeType": "Block",
398
398
  "src": "573:74:37",
399
399
  "statements": [
@@ -402,7 +402,7 @@
402
402
  "arguments": [
403
403
  {
404
404
  "hexValue": "556e737570706f727465642063616c6c6261636b202d204265666f72652041677265656d656e742043726561746564",
405
- "id": 16550,
405
+ "id": 16562,
406
406
  "isConstant": false,
407
407
  "isLValue": false,
408
408
  "isPure": true,
@@ -424,7 +424,7 @@
424
424
  "typeString": "literal_string \"Unsupported callback - Before Agreement Created\""
425
425
  }
426
426
  ],
427
- "id": 16549,
427
+ "id": 16561,
428
428
  "name": "revert",
429
429
  "nodeType": "Identifier",
430
430
  "overloadedDeclarations": [
@@ -438,7 +438,7 @@
438
438
  "typeString": "function (string memory) pure"
439
439
  }
440
440
  },
441
- "id": 16551,
441
+ "id": 16563,
442
442
  "isConstant": false,
443
443
  "isLValue": false,
444
444
  "isPure": false,
@@ -454,14 +454,14 @@
454
454
  "typeString": "tuple()"
455
455
  }
456
456
  },
457
- "id": 16552,
457
+ "id": 16564,
458
458
  "nodeType": "ExpressionStatement",
459
459
  "src": "583:57:37"
460
460
  }
461
461
  ]
462
462
  },
463
463
  "functionSelector": "30d9c915",
464
- "id": 16554,
464
+ "id": 16566,
465
465
  "implemented": true,
466
466
  "kind": "function",
467
467
  "modifiers": [],
@@ -469,47 +469,47 @@
469
469
  "nameLocation": "256:22:37",
470
470
  "nodeType": "FunctionDefinition",
471
471
  "overrides": {
472
- "id": 16545,
472
+ "id": 16557,
473
473
  "nodeType": "OverrideSpecifier",
474
474
  "overrides": [],
475
475
  "src": "518:8:37"
476
476
  },
477
477
  "parameters": {
478
- "id": 16544,
478
+ "id": 16556,
479
479
  "nodeType": "ParameterList",
480
480
  "parameters": [
481
481
  {
482
482
  "constant": false,
483
- "id": 16535,
483
+ "id": 16547,
484
484
  "mutability": "mutable",
485
485
  "name": "",
486
486
  "nameLocation": "-1:-1:-1",
487
487
  "nodeType": "VariableDeclaration",
488
- "scope": 16554,
488
+ "scope": 16566,
489
489
  "src": "288:11:37",
490
490
  "stateVariable": false,
491
491
  "storageLocation": "default",
492
492
  "typeDescriptions": {
493
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
493
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
494
494
  "typeString": "contract ISuperToken"
495
495
  },
496
496
  "typeName": {
497
- "id": 16534,
497
+ "id": 16546,
498
498
  "nodeType": "UserDefinedTypeName",
499
499
  "pathNode": {
500
- "id": 16533,
500
+ "id": 16545,
501
501
  "name": "ISuperToken",
502
502
  "nameLocations": [
503
503
  "288:11:37"
504
504
  ],
505
505
  "nodeType": "IdentifierPath",
506
- "referencedDeclaration": 19928,
506
+ "referencedDeclaration": 19940,
507
507
  "src": "288:11:37"
508
508
  },
509
- "referencedDeclaration": 19928,
509
+ "referencedDeclaration": 19940,
510
510
  "src": "288:11:37",
511
511
  "typeDescriptions": {
512
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
512
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
513
513
  "typeString": "contract ISuperToken"
514
514
  }
515
515
  },
@@ -517,12 +517,12 @@
517
517
  },
518
518
  {
519
519
  "constant": false,
520
- "id": 16537,
520
+ "id": 16549,
521
521
  "mutability": "mutable",
522
522
  "name": "",
523
523
  "nameLocation": "-1:-1:-1",
524
524
  "nodeType": "VariableDeclaration",
525
- "scope": 16554,
525
+ "scope": 16566,
526
526
  "src": "324:7:37",
527
527
  "stateVariable": false,
528
528
  "storageLocation": "default",
@@ -531,7 +531,7 @@
531
531
  "typeString": "address"
532
532
  },
533
533
  "typeName": {
534
- "id": 16536,
534
+ "id": 16548,
535
535
  "name": "address",
536
536
  "nodeType": "ElementaryTypeName",
537
537
  "src": "324:7:37",
@@ -545,12 +545,12 @@
545
545
  },
546
546
  {
547
547
  "constant": false,
548
- "id": 16539,
548
+ "id": 16551,
549
549
  "mutability": "mutable",
550
550
  "name": "",
551
551
  "nameLocation": "-1:-1:-1",
552
552
  "nodeType": "VariableDeclaration",
553
- "scope": 16554,
553
+ "scope": 16566,
554
554
  "src": "360:7:37",
555
555
  "stateVariable": false,
556
556
  "storageLocation": "default",
@@ -559,7 +559,7 @@
559
559
  "typeString": "bytes32"
560
560
  },
561
561
  "typeName": {
562
- "id": 16538,
562
+ "id": 16550,
563
563
  "name": "bytes32",
564
564
  "nodeType": "ElementaryTypeName",
565
565
  "src": "360:7:37",
@@ -572,12 +572,12 @@
572
572
  },
573
573
  {
574
574
  "constant": false,
575
- "id": 16541,
575
+ "id": 16553,
576
576
  "mutability": "mutable",
577
577
  "name": "",
578
578
  "nameLocation": "-1:-1:-1",
579
579
  "nodeType": "VariableDeclaration",
580
- "scope": 16554,
580
+ "scope": 16566,
581
581
  "src": "393:14:37",
582
582
  "stateVariable": false,
583
583
  "storageLocation": "calldata",
@@ -586,7 +586,7 @@
586
586
  "typeString": "bytes"
587
587
  },
588
588
  "typeName": {
589
- "id": 16540,
589
+ "id": 16552,
590
590
  "name": "bytes",
591
591
  "nodeType": "ElementaryTypeName",
592
592
  "src": "393:5:37",
@@ -599,12 +599,12 @@
599
599
  },
600
600
  {
601
601
  "constant": false,
602
- "id": 16543,
602
+ "id": 16555,
603
603
  "mutability": "mutable",
604
604
  "name": "",
605
605
  "nameLocation": "-1:-1:-1",
606
606
  "nodeType": "VariableDeclaration",
607
- "scope": 16554,
607
+ "scope": 16566,
608
608
  "src": "435:14:37",
609
609
  "stateVariable": false,
610
610
  "storageLocation": "calldata",
@@ -613,7 +613,7 @@
613
613
  "typeString": "bytes"
614
614
  },
615
615
  "typeName": {
616
- "id": 16542,
616
+ "id": 16554,
617
617
  "name": "bytes",
618
618
  "nodeType": "ElementaryTypeName",
619
619
  "src": "435:5:37",
@@ -628,17 +628,17 @@
628
628
  "src": "278:185:37"
629
629
  },
630
630
  "returnParameters": {
631
- "id": 16548,
631
+ "id": 16560,
632
632
  "nodeType": "ParameterList",
633
633
  "parameters": [
634
634
  {
635
635
  "constant": false,
636
- "id": 16547,
636
+ "id": 16559,
637
637
  "mutability": "mutable",
638
638
  "name": "",
639
639
  "nameLocation": "-1:-1:-1",
640
640
  "nodeType": "VariableDeclaration",
641
- "scope": 16554,
641
+ "scope": 16566,
642
642
  "src": "544:12:37",
643
643
  "stateVariable": false,
644
644
  "storageLocation": "memory",
@@ -647,7 +647,7 @@
647
647
  "typeString": "bytes"
648
648
  },
649
649
  "typeName": {
650
- "id": 16546,
650
+ "id": 16558,
651
651
  "name": "bytes",
652
652
  "nodeType": "ElementaryTypeName",
653
653
  "src": "544:5:37",
@@ -661,7 +661,7 @@
661
661
  ],
662
662
  "src": "543:25:37"
663
663
  },
664
- "scope": 16671,
664
+ "scope": 16683,
665
665
  "src": "247:400:37",
666
666
  "stateMutability": "view",
667
667
  "virtual": true,
@@ -669,10 +669,10 @@
669
669
  },
670
670
  {
671
671
  "baseFunctions": [
672
- 19467
672
+ 19479
673
673
  ],
674
674
  "body": {
675
- "id": 16577,
675
+ "id": 16589,
676
676
  "nodeType": "Block",
677
677
  "src": "1000:73:37",
678
678
  "statements": [
@@ -681,7 +681,7 @@
681
681
  "arguments": [
682
682
  {
683
683
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e742043726561746564",
684
- "id": 16574,
684
+ "id": 16586,
685
685
  "isConstant": false,
686
686
  "isLValue": false,
687
687
  "isPure": true,
@@ -703,7 +703,7 @@
703
703
  "typeString": "literal_string \"Unsupported callback - After Agreement Created\""
704
704
  }
705
705
  ],
706
- "id": 16573,
706
+ "id": 16585,
707
707
  "name": "revert",
708
708
  "nodeType": "Identifier",
709
709
  "overloadedDeclarations": [
@@ -717,7 +717,7 @@
717
717
  "typeString": "function (string memory) pure"
718
718
  }
719
719
  },
720
- "id": 16575,
720
+ "id": 16587,
721
721
  "isConstant": false,
722
722
  "isLValue": false,
723
723
  "isPure": false,
@@ -733,14 +733,14 @@
733
733
  "typeString": "tuple()"
734
734
  }
735
735
  },
736
- "id": 16576,
736
+ "id": 16588,
737
737
  "nodeType": "ExpressionStatement",
738
738
  "src": "1010:56:37"
739
739
  }
740
740
  ]
741
741
  },
742
742
  "functionSelector": "d86ed3e5",
743
- "id": 16578,
743
+ "id": 16590,
744
744
  "implemented": true,
745
745
  "kind": "function",
746
746
  "modifiers": [],
@@ -748,47 +748,47 @@
748
748
  "nameLocation": "662:21:37",
749
749
  "nodeType": "FunctionDefinition",
750
750
  "overrides": {
751
- "id": 16569,
751
+ "id": 16581,
752
752
  "nodeType": "OverrideSpecifier",
753
753
  "overrides": [],
754
754
  "src": "945:8:37"
755
755
  },
756
756
  "parameters": {
757
- "id": 16568,
757
+ "id": 16580,
758
758
  "nodeType": "ParameterList",
759
759
  "parameters": [
760
760
  {
761
761
  "constant": false,
762
- "id": 16557,
762
+ "id": 16569,
763
763
  "mutability": "mutable",
764
764
  "name": "",
765
765
  "nameLocation": "-1:-1:-1",
766
766
  "nodeType": "VariableDeclaration",
767
- "scope": 16578,
767
+ "scope": 16590,
768
768
  "src": "693:11:37",
769
769
  "stateVariable": false,
770
770
  "storageLocation": "default",
771
771
  "typeDescriptions": {
772
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
772
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
773
773
  "typeString": "contract ISuperToken"
774
774
  },
775
775
  "typeName": {
776
- "id": 16556,
776
+ "id": 16568,
777
777
  "nodeType": "UserDefinedTypeName",
778
778
  "pathNode": {
779
- "id": 16555,
779
+ "id": 16567,
780
780
  "name": "ISuperToken",
781
781
  "nameLocations": [
782
782
  "693:11:37"
783
783
  ],
784
784
  "nodeType": "IdentifierPath",
785
- "referencedDeclaration": 19928,
785
+ "referencedDeclaration": 19940,
786
786
  "src": "693:11:37"
787
787
  },
788
- "referencedDeclaration": 19928,
788
+ "referencedDeclaration": 19940,
789
789
  "src": "693:11:37",
790
790
  "typeDescriptions": {
791
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
791
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
792
792
  "typeString": "contract ISuperToken"
793
793
  }
794
794
  },
@@ -796,12 +796,12 @@
796
796
  },
797
797
  {
798
798
  "constant": false,
799
- "id": 16559,
799
+ "id": 16571,
800
800
  "mutability": "mutable",
801
801
  "name": "",
802
802
  "nameLocation": "-1:-1:-1",
803
803
  "nodeType": "VariableDeclaration",
804
- "scope": 16578,
804
+ "scope": 16590,
805
805
  "src": "729:7:37",
806
806
  "stateVariable": false,
807
807
  "storageLocation": "default",
@@ -810,7 +810,7 @@
810
810
  "typeString": "address"
811
811
  },
812
812
  "typeName": {
813
- "id": 16558,
813
+ "id": 16570,
814
814
  "name": "address",
815
815
  "nodeType": "ElementaryTypeName",
816
816
  "src": "729:7:37",
@@ -824,12 +824,12 @@
824
824
  },
825
825
  {
826
826
  "constant": false,
827
- "id": 16561,
827
+ "id": 16573,
828
828
  "mutability": "mutable",
829
829
  "name": "",
830
830
  "nameLocation": "-1:-1:-1",
831
831
  "nodeType": "VariableDeclaration",
832
- "scope": 16578,
832
+ "scope": 16590,
833
833
  "src": "765:7:37",
834
834
  "stateVariable": false,
835
835
  "storageLocation": "default",
@@ -838,7 +838,7 @@
838
838
  "typeString": "bytes32"
839
839
  },
840
840
  "typeName": {
841
- "id": 16560,
841
+ "id": 16572,
842
842
  "name": "bytes32",
843
843
  "nodeType": "ElementaryTypeName",
844
844
  "src": "765:7:37",
@@ -851,12 +851,12 @@
851
851
  },
852
852
  {
853
853
  "constant": false,
854
- "id": 16563,
854
+ "id": 16575,
855
855
  "mutability": "mutable",
856
856
  "name": "",
857
857
  "nameLocation": "-1:-1:-1",
858
858
  "nodeType": "VariableDeclaration",
859
- "scope": 16578,
859
+ "scope": 16590,
860
860
  "src": "798:14:37",
861
861
  "stateVariable": false,
862
862
  "storageLocation": "calldata",
@@ -865,7 +865,7 @@
865
865
  "typeString": "bytes"
866
866
  },
867
867
  "typeName": {
868
- "id": 16562,
868
+ "id": 16574,
869
869
  "name": "bytes",
870
870
  "nodeType": "ElementaryTypeName",
871
871
  "src": "798:5:37",
@@ -878,12 +878,12 @@
878
878
  },
879
879
  {
880
880
  "constant": false,
881
- "id": 16565,
881
+ "id": 16577,
882
882
  "mutability": "mutable",
883
883
  "name": "",
884
884
  "nameLocation": "-1:-1:-1",
885
885
  "nodeType": "VariableDeclaration",
886
- "scope": 16578,
886
+ "scope": 16590,
887
887
  "src": "840:14:37",
888
888
  "stateVariable": false,
889
889
  "storageLocation": "calldata",
@@ -892,7 +892,7 @@
892
892
  "typeString": "bytes"
893
893
  },
894
894
  "typeName": {
895
- "id": 16564,
895
+ "id": 16576,
896
896
  "name": "bytes",
897
897
  "nodeType": "ElementaryTypeName",
898
898
  "src": "840:5:37",
@@ -905,12 +905,12 @@
905
905
  },
906
906
  {
907
907
  "constant": false,
908
- "id": 16567,
908
+ "id": 16579,
909
909
  "mutability": "mutable",
910
910
  "name": "",
911
911
  "nameLocation": "-1:-1:-1",
912
912
  "nodeType": "VariableDeclaration",
913
- "scope": 16578,
913
+ "scope": 16590,
914
914
  "src": "875:14:37",
915
915
  "stateVariable": false,
916
916
  "storageLocation": "calldata",
@@ -919,7 +919,7 @@
919
919
  "typeString": "bytes"
920
920
  },
921
921
  "typeName": {
922
- "id": 16566,
922
+ "id": 16578,
923
923
  "name": "bytes",
924
924
  "nodeType": "ElementaryTypeName",
925
925
  "src": "875:5:37",
@@ -934,17 +934,17 @@
934
934
  "src": "683:220:37"
935
935
  },
936
936
  "returnParameters": {
937
- "id": 16572,
937
+ "id": 16584,
938
938
  "nodeType": "ParameterList",
939
939
  "parameters": [
940
940
  {
941
941
  "constant": false,
942
- "id": 16571,
942
+ "id": 16583,
943
943
  "mutability": "mutable",
944
944
  "name": "",
945
945
  "nameLocation": "-1:-1:-1",
946
946
  "nodeType": "VariableDeclaration",
947
- "scope": 16578,
947
+ "scope": 16590,
948
948
  "src": "971:12:37",
949
949
  "stateVariable": false,
950
950
  "storageLocation": "memory",
@@ -953,7 +953,7 @@
953
953
  "typeString": "bytes"
954
954
  },
955
955
  "typeName": {
956
- "id": 16570,
956
+ "id": 16582,
957
957
  "name": "bytes",
958
958
  "nodeType": "ElementaryTypeName",
959
959
  "src": "971:5:37",
@@ -967,7 +967,7 @@
967
967
  ],
968
968
  "src": "970:25:37"
969
969
  },
970
- "scope": 16671,
970
+ "scope": 16683,
971
971
  "src": "653:420:37",
972
972
  "stateMutability": "nonpayable",
973
973
  "virtual": true,
@@ -975,10 +975,10 @@
975
975
  },
976
976
  {
977
977
  "baseFunctions": [
978
- 19484
978
+ 19496
979
979
  ],
980
980
  "body": {
981
- "id": 16599,
981
+ "id": 16611,
982
982
  "nodeType": "Block",
983
983
  "src": "1405:74:37",
984
984
  "statements": [
@@ -987,7 +987,7 @@
987
987
  "arguments": [
988
988
  {
989
989
  "hexValue": "556e737570706f727465642063616c6c6261636b202d204265666f72652041677265656d656e742075706461746564",
990
- "id": 16596,
990
+ "id": 16608,
991
991
  "isConstant": false,
992
992
  "isLValue": false,
993
993
  "isPure": true,
@@ -1009,7 +1009,7 @@
1009
1009
  "typeString": "literal_string \"Unsupported callback - Before Agreement updated\""
1010
1010
  }
1011
1011
  ],
1012
- "id": 16595,
1012
+ "id": 16607,
1013
1013
  "name": "revert",
1014
1014
  "nodeType": "Identifier",
1015
1015
  "overloadedDeclarations": [
@@ -1023,7 +1023,7 @@
1023
1023
  "typeString": "function (string memory) pure"
1024
1024
  }
1025
1025
  },
1026
- "id": 16597,
1026
+ "id": 16609,
1027
1027
  "isConstant": false,
1028
1028
  "isLValue": false,
1029
1029
  "isPure": false,
@@ -1039,14 +1039,14 @@
1039
1039
  "typeString": "tuple()"
1040
1040
  }
1041
1041
  },
1042
- "id": 16598,
1042
+ "id": 16610,
1043
1043
  "nodeType": "ExpressionStatement",
1044
1044
  "src": "1415:57:37"
1045
1045
  }
1046
1046
  ]
1047
1047
  },
1048
1048
  "functionSelector": "884d1f40",
1049
- "id": 16600,
1049
+ "id": 16612,
1050
1050
  "implemented": true,
1051
1051
  "kind": "function",
1052
1052
  "modifiers": [],
@@ -1054,47 +1054,47 @@
1054
1054
  "nameLocation": "1088:22:37",
1055
1055
  "nodeType": "FunctionDefinition",
1056
1056
  "overrides": {
1057
- "id": 16591,
1057
+ "id": 16603,
1058
1058
  "nodeType": "OverrideSpecifier",
1059
1059
  "overrides": [],
1060
1060
  "src": "1350:8:37"
1061
1061
  },
1062
1062
  "parameters": {
1063
- "id": 16590,
1063
+ "id": 16602,
1064
1064
  "nodeType": "ParameterList",
1065
1065
  "parameters": [
1066
1066
  {
1067
1067
  "constant": false,
1068
- "id": 16581,
1068
+ "id": 16593,
1069
1069
  "mutability": "mutable",
1070
1070
  "name": "",
1071
1071
  "nameLocation": "-1:-1:-1",
1072
1072
  "nodeType": "VariableDeclaration",
1073
- "scope": 16600,
1073
+ "scope": 16612,
1074
1074
  "src": "1120:11:37",
1075
1075
  "stateVariable": false,
1076
1076
  "storageLocation": "default",
1077
1077
  "typeDescriptions": {
1078
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1078
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1079
1079
  "typeString": "contract ISuperToken"
1080
1080
  },
1081
1081
  "typeName": {
1082
- "id": 16580,
1082
+ "id": 16592,
1083
1083
  "nodeType": "UserDefinedTypeName",
1084
1084
  "pathNode": {
1085
- "id": 16579,
1085
+ "id": 16591,
1086
1086
  "name": "ISuperToken",
1087
1087
  "nameLocations": [
1088
1088
  "1120:11:37"
1089
1089
  ],
1090
1090
  "nodeType": "IdentifierPath",
1091
- "referencedDeclaration": 19928,
1091
+ "referencedDeclaration": 19940,
1092
1092
  "src": "1120:11:37"
1093
1093
  },
1094
- "referencedDeclaration": 19928,
1094
+ "referencedDeclaration": 19940,
1095
1095
  "src": "1120:11:37",
1096
1096
  "typeDescriptions": {
1097
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1097
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1098
1098
  "typeString": "contract ISuperToken"
1099
1099
  }
1100
1100
  },
@@ -1102,12 +1102,12 @@
1102
1102
  },
1103
1103
  {
1104
1104
  "constant": false,
1105
- "id": 16583,
1105
+ "id": 16595,
1106
1106
  "mutability": "mutable",
1107
1107
  "name": "",
1108
1108
  "nameLocation": "-1:-1:-1",
1109
1109
  "nodeType": "VariableDeclaration",
1110
- "scope": 16600,
1110
+ "scope": 16612,
1111
1111
  "src": "1156:7:37",
1112
1112
  "stateVariable": false,
1113
1113
  "storageLocation": "default",
@@ -1116,7 +1116,7 @@
1116
1116
  "typeString": "address"
1117
1117
  },
1118
1118
  "typeName": {
1119
- "id": 16582,
1119
+ "id": 16594,
1120
1120
  "name": "address",
1121
1121
  "nodeType": "ElementaryTypeName",
1122
1122
  "src": "1156:7:37",
@@ -1130,12 +1130,12 @@
1130
1130
  },
1131
1131
  {
1132
1132
  "constant": false,
1133
- "id": 16585,
1133
+ "id": 16597,
1134
1134
  "mutability": "mutable",
1135
1135
  "name": "",
1136
1136
  "nameLocation": "-1:-1:-1",
1137
1137
  "nodeType": "VariableDeclaration",
1138
- "scope": 16600,
1138
+ "scope": 16612,
1139
1139
  "src": "1192:7:37",
1140
1140
  "stateVariable": false,
1141
1141
  "storageLocation": "default",
@@ -1144,7 +1144,7 @@
1144
1144
  "typeString": "bytes32"
1145
1145
  },
1146
1146
  "typeName": {
1147
- "id": 16584,
1147
+ "id": 16596,
1148
1148
  "name": "bytes32",
1149
1149
  "nodeType": "ElementaryTypeName",
1150
1150
  "src": "1192:7:37",
@@ -1157,12 +1157,12 @@
1157
1157
  },
1158
1158
  {
1159
1159
  "constant": false,
1160
- "id": 16587,
1160
+ "id": 16599,
1161
1161
  "mutability": "mutable",
1162
1162
  "name": "",
1163
1163
  "nameLocation": "-1:-1:-1",
1164
1164
  "nodeType": "VariableDeclaration",
1165
- "scope": 16600,
1165
+ "scope": 16612,
1166
1166
  "src": "1225:14:37",
1167
1167
  "stateVariable": false,
1168
1168
  "storageLocation": "calldata",
@@ -1171,7 +1171,7 @@
1171
1171
  "typeString": "bytes"
1172
1172
  },
1173
1173
  "typeName": {
1174
- "id": 16586,
1174
+ "id": 16598,
1175
1175
  "name": "bytes",
1176
1176
  "nodeType": "ElementaryTypeName",
1177
1177
  "src": "1225:5:37",
@@ -1184,12 +1184,12 @@
1184
1184
  },
1185
1185
  {
1186
1186
  "constant": false,
1187
- "id": 16589,
1187
+ "id": 16601,
1188
1188
  "mutability": "mutable",
1189
1189
  "name": "",
1190
1190
  "nameLocation": "-1:-1:-1",
1191
1191
  "nodeType": "VariableDeclaration",
1192
- "scope": 16600,
1192
+ "scope": 16612,
1193
1193
  "src": "1267:14:37",
1194
1194
  "stateVariable": false,
1195
1195
  "storageLocation": "calldata",
@@ -1198,7 +1198,7 @@
1198
1198
  "typeString": "bytes"
1199
1199
  },
1200
1200
  "typeName": {
1201
- "id": 16588,
1201
+ "id": 16600,
1202
1202
  "name": "bytes",
1203
1203
  "nodeType": "ElementaryTypeName",
1204
1204
  "src": "1267:5:37",
@@ -1213,17 +1213,17 @@
1213
1213
  "src": "1110:185:37"
1214
1214
  },
1215
1215
  "returnParameters": {
1216
- "id": 16594,
1216
+ "id": 16606,
1217
1217
  "nodeType": "ParameterList",
1218
1218
  "parameters": [
1219
1219
  {
1220
1220
  "constant": false,
1221
- "id": 16593,
1221
+ "id": 16605,
1222
1222
  "mutability": "mutable",
1223
1223
  "name": "",
1224
1224
  "nameLocation": "-1:-1:-1",
1225
1225
  "nodeType": "VariableDeclaration",
1226
- "scope": 16600,
1226
+ "scope": 16612,
1227
1227
  "src": "1376:12:37",
1228
1228
  "stateVariable": false,
1229
1229
  "storageLocation": "memory",
@@ -1232,7 +1232,7 @@
1232
1232
  "typeString": "bytes"
1233
1233
  },
1234
1234
  "typeName": {
1235
- "id": 16592,
1235
+ "id": 16604,
1236
1236
  "name": "bytes",
1237
1237
  "nodeType": "ElementaryTypeName",
1238
1238
  "src": "1376:5:37",
@@ -1246,7 +1246,7 @@
1246
1246
  ],
1247
1247
  "src": "1375:25:37"
1248
1248
  },
1249
- "scope": 16671,
1249
+ "scope": 16683,
1250
1250
  "src": "1079:400:37",
1251
1251
  "stateMutability": "view",
1252
1252
  "virtual": true,
@@ -1254,10 +1254,10 @@
1254
1254
  },
1255
1255
  {
1256
1256
  "baseFunctions": [
1257
- 19503
1257
+ 19515
1258
1258
  ],
1259
1259
  "body": {
1260
- "id": 16623,
1260
+ "id": 16635,
1261
1261
  "nodeType": "Block",
1262
1262
  "src": "1832:73:37",
1263
1263
  "statements": [
@@ -1266,7 +1266,7 @@
1266
1266
  "arguments": [
1267
1267
  {
1268
1268
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e742055706461746564",
1269
- "id": 16620,
1269
+ "id": 16632,
1270
1270
  "isConstant": false,
1271
1271
  "isLValue": false,
1272
1272
  "isPure": true,
@@ -1288,7 +1288,7 @@
1288
1288
  "typeString": "literal_string \"Unsupported callback - After Agreement Updated\""
1289
1289
  }
1290
1290
  ],
1291
- "id": 16619,
1291
+ "id": 16631,
1292
1292
  "name": "revert",
1293
1293
  "nodeType": "Identifier",
1294
1294
  "overloadedDeclarations": [
@@ -1302,7 +1302,7 @@
1302
1302
  "typeString": "function (string memory) pure"
1303
1303
  }
1304
1304
  },
1305
- "id": 16621,
1305
+ "id": 16633,
1306
1306
  "isConstant": false,
1307
1307
  "isLValue": false,
1308
1308
  "isPure": false,
@@ -1318,14 +1318,14 @@
1318
1318
  "typeString": "tuple()"
1319
1319
  }
1320
1320
  },
1321
- "id": 16622,
1321
+ "id": 16634,
1322
1322
  "nodeType": "ExpressionStatement",
1323
1323
  "src": "1842:56:37"
1324
1324
  }
1325
1325
  ]
1326
1326
  },
1327
1327
  "functionSelector": "230dbd29",
1328
- "id": 16624,
1328
+ "id": 16636,
1329
1329
  "implemented": true,
1330
1330
  "kind": "function",
1331
1331
  "modifiers": [],
@@ -1333,47 +1333,47 @@
1333
1333
  "nameLocation": "1494:21:37",
1334
1334
  "nodeType": "FunctionDefinition",
1335
1335
  "overrides": {
1336
- "id": 16615,
1336
+ "id": 16627,
1337
1337
  "nodeType": "OverrideSpecifier",
1338
1338
  "overrides": [],
1339
1339
  "src": "1777:8:37"
1340
1340
  },
1341
1341
  "parameters": {
1342
- "id": 16614,
1342
+ "id": 16626,
1343
1343
  "nodeType": "ParameterList",
1344
1344
  "parameters": [
1345
1345
  {
1346
1346
  "constant": false,
1347
- "id": 16603,
1347
+ "id": 16615,
1348
1348
  "mutability": "mutable",
1349
1349
  "name": "",
1350
1350
  "nameLocation": "-1:-1:-1",
1351
1351
  "nodeType": "VariableDeclaration",
1352
- "scope": 16624,
1352
+ "scope": 16636,
1353
1353
  "src": "1525:11:37",
1354
1354
  "stateVariable": false,
1355
1355
  "storageLocation": "default",
1356
1356
  "typeDescriptions": {
1357
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1357
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1358
1358
  "typeString": "contract ISuperToken"
1359
1359
  },
1360
1360
  "typeName": {
1361
- "id": 16602,
1361
+ "id": 16614,
1362
1362
  "nodeType": "UserDefinedTypeName",
1363
1363
  "pathNode": {
1364
- "id": 16601,
1364
+ "id": 16613,
1365
1365
  "name": "ISuperToken",
1366
1366
  "nameLocations": [
1367
1367
  "1525:11:37"
1368
1368
  ],
1369
1369
  "nodeType": "IdentifierPath",
1370
- "referencedDeclaration": 19928,
1370
+ "referencedDeclaration": 19940,
1371
1371
  "src": "1525:11:37"
1372
1372
  },
1373
- "referencedDeclaration": 19928,
1373
+ "referencedDeclaration": 19940,
1374
1374
  "src": "1525:11:37",
1375
1375
  "typeDescriptions": {
1376
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1376
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1377
1377
  "typeString": "contract ISuperToken"
1378
1378
  }
1379
1379
  },
@@ -1381,12 +1381,12 @@
1381
1381
  },
1382
1382
  {
1383
1383
  "constant": false,
1384
- "id": 16605,
1384
+ "id": 16617,
1385
1385
  "mutability": "mutable",
1386
1386
  "name": "",
1387
1387
  "nameLocation": "-1:-1:-1",
1388
1388
  "nodeType": "VariableDeclaration",
1389
- "scope": 16624,
1389
+ "scope": 16636,
1390
1390
  "src": "1561:7:37",
1391
1391
  "stateVariable": false,
1392
1392
  "storageLocation": "default",
@@ -1395,7 +1395,7 @@
1395
1395
  "typeString": "address"
1396
1396
  },
1397
1397
  "typeName": {
1398
- "id": 16604,
1398
+ "id": 16616,
1399
1399
  "name": "address",
1400
1400
  "nodeType": "ElementaryTypeName",
1401
1401
  "src": "1561:7:37",
@@ -1409,12 +1409,12 @@
1409
1409
  },
1410
1410
  {
1411
1411
  "constant": false,
1412
- "id": 16607,
1412
+ "id": 16619,
1413
1413
  "mutability": "mutable",
1414
1414
  "name": "",
1415
1415
  "nameLocation": "-1:-1:-1",
1416
1416
  "nodeType": "VariableDeclaration",
1417
- "scope": 16624,
1417
+ "scope": 16636,
1418
1418
  "src": "1597:7:37",
1419
1419
  "stateVariable": false,
1420
1420
  "storageLocation": "default",
@@ -1423,7 +1423,7 @@
1423
1423
  "typeString": "bytes32"
1424
1424
  },
1425
1425
  "typeName": {
1426
- "id": 16606,
1426
+ "id": 16618,
1427
1427
  "name": "bytes32",
1428
1428
  "nodeType": "ElementaryTypeName",
1429
1429
  "src": "1597:7:37",
@@ -1436,12 +1436,12 @@
1436
1436
  },
1437
1437
  {
1438
1438
  "constant": false,
1439
- "id": 16609,
1439
+ "id": 16621,
1440
1440
  "mutability": "mutable",
1441
1441
  "name": "",
1442
1442
  "nameLocation": "-1:-1:-1",
1443
1443
  "nodeType": "VariableDeclaration",
1444
- "scope": 16624,
1444
+ "scope": 16636,
1445
1445
  "src": "1630:14:37",
1446
1446
  "stateVariable": false,
1447
1447
  "storageLocation": "calldata",
@@ -1450,7 +1450,7 @@
1450
1450
  "typeString": "bytes"
1451
1451
  },
1452
1452
  "typeName": {
1453
- "id": 16608,
1453
+ "id": 16620,
1454
1454
  "name": "bytes",
1455
1455
  "nodeType": "ElementaryTypeName",
1456
1456
  "src": "1630:5:37",
@@ -1463,12 +1463,12 @@
1463
1463
  },
1464
1464
  {
1465
1465
  "constant": false,
1466
- "id": 16611,
1466
+ "id": 16623,
1467
1467
  "mutability": "mutable",
1468
1468
  "name": "",
1469
1469
  "nameLocation": "-1:-1:-1",
1470
1470
  "nodeType": "VariableDeclaration",
1471
- "scope": 16624,
1471
+ "scope": 16636,
1472
1472
  "src": "1672:14:37",
1473
1473
  "stateVariable": false,
1474
1474
  "storageLocation": "calldata",
@@ -1477,7 +1477,7 @@
1477
1477
  "typeString": "bytes"
1478
1478
  },
1479
1479
  "typeName": {
1480
- "id": 16610,
1480
+ "id": 16622,
1481
1481
  "name": "bytes",
1482
1482
  "nodeType": "ElementaryTypeName",
1483
1483
  "src": "1672:5:37",
@@ -1490,12 +1490,12 @@
1490
1490
  },
1491
1491
  {
1492
1492
  "constant": false,
1493
- "id": 16613,
1493
+ "id": 16625,
1494
1494
  "mutability": "mutable",
1495
1495
  "name": "",
1496
1496
  "nameLocation": "-1:-1:-1",
1497
1497
  "nodeType": "VariableDeclaration",
1498
- "scope": 16624,
1498
+ "scope": 16636,
1499
1499
  "src": "1707:14:37",
1500
1500
  "stateVariable": false,
1501
1501
  "storageLocation": "calldata",
@@ -1504,7 +1504,7 @@
1504
1504
  "typeString": "bytes"
1505
1505
  },
1506
1506
  "typeName": {
1507
- "id": 16612,
1507
+ "id": 16624,
1508
1508
  "name": "bytes",
1509
1509
  "nodeType": "ElementaryTypeName",
1510
1510
  "src": "1707:5:37",
@@ -1519,17 +1519,17 @@
1519
1519
  "src": "1515:220:37"
1520
1520
  },
1521
1521
  "returnParameters": {
1522
- "id": 16618,
1522
+ "id": 16630,
1523
1523
  "nodeType": "ParameterList",
1524
1524
  "parameters": [
1525
1525
  {
1526
1526
  "constant": false,
1527
- "id": 16617,
1527
+ "id": 16629,
1528
1528
  "mutability": "mutable",
1529
1529
  "name": "",
1530
1530
  "nameLocation": "-1:-1:-1",
1531
1531
  "nodeType": "VariableDeclaration",
1532
- "scope": 16624,
1532
+ "scope": 16636,
1533
1533
  "src": "1803:12:37",
1534
1534
  "stateVariable": false,
1535
1535
  "storageLocation": "memory",
@@ -1538,7 +1538,7 @@
1538
1538
  "typeString": "bytes"
1539
1539
  },
1540
1540
  "typeName": {
1541
- "id": 16616,
1541
+ "id": 16628,
1542
1542
  "name": "bytes",
1543
1543
  "nodeType": "ElementaryTypeName",
1544
1544
  "src": "1803:5:37",
@@ -1552,7 +1552,7 @@
1552
1552
  ],
1553
1553
  "src": "1802:25:37"
1554
1554
  },
1555
- "scope": 16671,
1555
+ "scope": 16683,
1556
1556
  "src": "1485:420:37",
1557
1557
  "stateMutability": "nonpayable",
1558
1558
  "virtual": true,
@@ -1560,10 +1560,10 @@
1560
1560
  },
1561
1561
  {
1562
1562
  "baseFunctions": [
1563
- 19520
1563
+ 19532
1564
1564
  ],
1565
1565
  "body": {
1566
- "id": 16645,
1566
+ "id": 16657,
1567
1567
  "nodeType": "Block",
1568
1568
  "src": "2240:78:37",
1569
1569
  "statements": [
@@ -1572,7 +1572,7 @@
1572
1572
  "arguments": [
1573
1573
  {
1574
1574
  "hexValue": "556e737570706f727465642063616c6c6261636b202d20204265666f72652041677265656d656e74205465726d696e61746564",
1575
- "id": 16642,
1575
+ "id": 16654,
1576
1576
  "isConstant": false,
1577
1577
  "isLValue": false,
1578
1578
  "isPure": true,
@@ -1594,7 +1594,7 @@
1594
1594
  "typeString": "literal_string \"Unsupported callback - Before Agreement Terminated\""
1595
1595
  }
1596
1596
  ],
1597
- "id": 16641,
1597
+ "id": 16653,
1598
1598
  "name": "revert",
1599
1599
  "nodeType": "Identifier",
1600
1600
  "overloadedDeclarations": [
@@ -1608,7 +1608,7 @@
1608
1608
  "typeString": "function (string memory) pure"
1609
1609
  }
1610
1610
  },
1611
- "id": 16643,
1611
+ "id": 16655,
1612
1612
  "isConstant": false,
1613
1613
  "isLValue": false,
1614
1614
  "isPure": false,
@@ -1624,14 +1624,14 @@
1624
1624
  "typeString": "tuple()"
1625
1625
  }
1626
1626
  },
1627
- "id": 16644,
1627
+ "id": 16656,
1628
1628
  "nodeType": "ExpressionStatement",
1629
1629
  "src": "2250:61:37"
1630
1630
  }
1631
1631
  ]
1632
1632
  },
1633
1633
  "functionSelector": "5f9e7d77",
1634
- "id": 16646,
1634
+ "id": 16658,
1635
1635
  "implemented": true,
1636
1636
  "kind": "function",
1637
1637
  "modifiers": [],
@@ -1639,47 +1639,47 @@
1639
1639
  "nameLocation": "1920:25:37",
1640
1640
  "nodeType": "FunctionDefinition",
1641
1641
  "overrides": {
1642
- "id": 16637,
1642
+ "id": 16649,
1643
1643
  "nodeType": "OverrideSpecifier",
1644
1644
  "overrides": [],
1645
1645
  "src": "2185:8:37"
1646
1646
  },
1647
1647
  "parameters": {
1648
- "id": 16636,
1648
+ "id": 16648,
1649
1649
  "nodeType": "ParameterList",
1650
1650
  "parameters": [
1651
1651
  {
1652
1652
  "constant": false,
1653
- "id": 16627,
1653
+ "id": 16639,
1654
1654
  "mutability": "mutable",
1655
1655
  "name": "",
1656
1656
  "nameLocation": "-1:-1:-1",
1657
1657
  "nodeType": "VariableDeclaration",
1658
- "scope": 16646,
1658
+ "scope": 16658,
1659
1659
  "src": "1955:11:37",
1660
1660
  "stateVariable": false,
1661
1661
  "storageLocation": "default",
1662
1662
  "typeDescriptions": {
1663
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1663
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1664
1664
  "typeString": "contract ISuperToken"
1665
1665
  },
1666
1666
  "typeName": {
1667
- "id": 16626,
1667
+ "id": 16638,
1668
1668
  "nodeType": "UserDefinedTypeName",
1669
1669
  "pathNode": {
1670
- "id": 16625,
1670
+ "id": 16637,
1671
1671
  "name": "ISuperToken",
1672
1672
  "nameLocations": [
1673
1673
  "1955:11:37"
1674
1674
  ],
1675
1675
  "nodeType": "IdentifierPath",
1676
- "referencedDeclaration": 19928,
1676
+ "referencedDeclaration": 19940,
1677
1677
  "src": "1955:11:37"
1678
1678
  },
1679
- "referencedDeclaration": 19928,
1679
+ "referencedDeclaration": 19940,
1680
1680
  "src": "1955:11:37",
1681
1681
  "typeDescriptions": {
1682
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1682
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1683
1683
  "typeString": "contract ISuperToken"
1684
1684
  }
1685
1685
  },
@@ -1687,12 +1687,12 @@
1687
1687
  },
1688
1688
  {
1689
1689
  "constant": false,
1690
- "id": 16629,
1690
+ "id": 16641,
1691
1691
  "mutability": "mutable",
1692
1692
  "name": "",
1693
1693
  "nameLocation": "-1:-1:-1",
1694
1694
  "nodeType": "VariableDeclaration",
1695
- "scope": 16646,
1695
+ "scope": 16658,
1696
1696
  "src": "1991:7:37",
1697
1697
  "stateVariable": false,
1698
1698
  "storageLocation": "default",
@@ -1701,7 +1701,7 @@
1701
1701
  "typeString": "address"
1702
1702
  },
1703
1703
  "typeName": {
1704
- "id": 16628,
1704
+ "id": 16640,
1705
1705
  "name": "address",
1706
1706
  "nodeType": "ElementaryTypeName",
1707
1707
  "src": "1991:7:37",
@@ -1715,12 +1715,12 @@
1715
1715
  },
1716
1716
  {
1717
1717
  "constant": false,
1718
- "id": 16631,
1718
+ "id": 16643,
1719
1719
  "mutability": "mutable",
1720
1720
  "name": "",
1721
1721
  "nameLocation": "-1:-1:-1",
1722
1722
  "nodeType": "VariableDeclaration",
1723
- "scope": 16646,
1723
+ "scope": 16658,
1724
1724
  "src": "2027:7:37",
1725
1725
  "stateVariable": false,
1726
1726
  "storageLocation": "default",
@@ -1729,7 +1729,7 @@
1729
1729
  "typeString": "bytes32"
1730
1730
  },
1731
1731
  "typeName": {
1732
- "id": 16630,
1732
+ "id": 16642,
1733
1733
  "name": "bytes32",
1734
1734
  "nodeType": "ElementaryTypeName",
1735
1735
  "src": "2027:7:37",
@@ -1742,12 +1742,12 @@
1742
1742
  },
1743
1743
  {
1744
1744
  "constant": false,
1745
- "id": 16633,
1745
+ "id": 16645,
1746
1746
  "mutability": "mutable",
1747
1747
  "name": "",
1748
1748
  "nameLocation": "-1:-1:-1",
1749
1749
  "nodeType": "VariableDeclaration",
1750
- "scope": 16646,
1750
+ "scope": 16658,
1751
1751
  "src": "2060:14:37",
1752
1752
  "stateVariable": false,
1753
1753
  "storageLocation": "calldata",
@@ -1756,7 +1756,7 @@
1756
1756
  "typeString": "bytes"
1757
1757
  },
1758
1758
  "typeName": {
1759
- "id": 16632,
1759
+ "id": 16644,
1760
1760
  "name": "bytes",
1761
1761
  "nodeType": "ElementaryTypeName",
1762
1762
  "src": "2060:5:37",
@@ -1769,12 +1769,12 @@
1769
1769
  },
1770
1770
  {
1771
1771
  "constant": false,
1772
- "id": 16635,
1772
+ "id": 16647,
1773
1773
  "mutability": "mutable",
1774
1774
  "name": "",
1775
1775
  "nameLocation": "-1:-1:-1",
1776
1776
  "nodeType": "VariableDeclaration",
1777
- "scope": 16646,
1777
+ "scope": 16658,
1778
1778
  "src": "2102:14:37",
1779
1779
  "stateVariable": false,
1780
1780
  "storageLocation": "calldata",
@@ -1783,7 +1783,7 @@
1783
1783
  "typeString": "bytes"
1784
1784
  },
1785
1785
  "typeName": {
1786
- "id": 16634,
1786
+ "id": 16646,
1787
1787
  "name": "bytes",
1788
1788
  "nodeType": "ElementaryTypeName",
1789
1789
  "src": "2102:5:37",
@@ -1798,17 +1798,17 @@
1798
1798
  "src": "1945:185:37"
1799
1799
  },
1800
1800
  "returnParameters": {
1801
- "id": 16640,
1801
+ "id": 16652,
1802
1802
  "nodeType": "ParameterList",
1803
1803
  "parameters": [
1804
1804
  {
1805
1805
  "constant": false,
1806
- "id": 16639,
1806
+ "id": 16651,
1807
1807
  "mutability": "mutable",
1808
1808
  "name": "",
1809
1809
  "nameLocation": "-1:-1:-1",
1810
1810
  "nodeType": "VariableDeclaration",
1811
- "scope": 16646,
1811
+ "scope": 16658,
1812
1812
  "src": "2211:12:37",
1813
1813
  "stateVariable": false,
1814
1814
  "storageLocation": "memory",
@@ -1817,7 +1817,7 @@
1817
1817
  "typeString": "bytes"
1818
1818
  },
1819
1819
  "typeName": {
1820
- "id": 16638,
1820
+ "id": 16650,
1821
1821
  "name": "bytes",
1822
1822
  "nodeType": "ElementaryTypeName",
1823
1823
  "src": "2211:5:37",
@@ -1831,7 +1831,7 @@
1831
1831
  ],
1832
1832
  "src": "2210:25:37"
1833
1833
  },
1834
- "scope": 16671,
1834
+ "scope": 16683,
1835
1835
  "src": "1911:407:37",
1836
1836
  "stateMutability": "view",
1837
1837
  "virtual": true,
@@ -1839,10 +1839,10 @@
1839
1839
  },
1840
1840
  {
1841
1841
  "baseFunctions": [
1842
- 19539
1842
+ 19551
1843
1843
  ],
1844
1844
  "body": {
1845
- "id": 16669,
1845
+ "id": 16681,
1846
1846
  "nodeType": "Block",
1847
1847
  "src": "2674:76:37",
1848
1848
  "statements": [
@@ -1851,7 +1851,7 @@
1851
1851
  "arguments": [
1852
1852
  {
1853
1853
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e74205465726d696e61746564",
1854
- "id": 16666,
1854
+ "id": 16678,
1855
1855
  "isConstant": false,
1856
1856
  "isLValue": false,
1857
1857
  "isPure": true,
@@ -1873,7 +1873,7 @@
1873
1873
  "typeString": "literal_string \"Unsupported callback - After Agreement Terminated\""
1874
1874
  }
1875
1875
  ],
1876
- "id": 16665,
1876
+ "id": 16677,
1877
1877
  "name": "revert",
1878
1878
  "nodeType": "Identifier",
1879
1879
  "overloadedDeclarations": [
@@ -1887,7 +1887,7 @@
1887
1887
  "typeString": "function (string memory) pure"
1888
1888
  }
1889
1889
  },
1890
- "id": 16667,
1890
+ "id": 16679,
1891
1891
  "isConstant": false,
1892
1892
  "isLValue": false,
1893
1893
  "isPure": false,
@@ -1903,14 +1903,14 @@
1903
1903
  "typeString": "tuple()"
1904
1904
  }
1905
1905
  },
1906
- "id": 16668,
1906
+ "id": 16680,
1907
1907
  "nodeType": "ExpressionStatement",
1908
1908
  "src": "2684:59:37"
1909
1909
  }
1910
1910
  ]
1911
1911
  },
1912
1912
  "functionSelector": "53c11f99",
1913
- "id": 16670,
1913
+ "id": 16682,
1914
1914
  "implemented": true,
1915
1915
  "kind": "function",
1916
1916
  "modifiers": [],
@@ -1918,47 +1918,47 @@
1918
1918
  "nameLocation": "2333:24:37",
1919
1919
  "nodeType": "FunctionDefinition",
1920
1920
  "overrides": {
1921
- "id": 16661,
1921
+ "id": 16673,
1922
1922
  "nodeType": "OverrideSpecifier",
1923
1923
  "overrides": [],
1924
1924
  "src": "2619:8:37"
1925
1925
  },
1926
1926
  "parameters": {
1927
- "id": 16660,
1927
+ "id": 16672,
1928
1928
  "nodeType": "ParameterList",
1929
1929
  "parameters": [
1930
1930
  {
1931
1931
  "constant": false,
1932
- "id": 16649,
1932
+ "id": 16661,
1933
1933
  "mutability": "mutable",
1934
1934
  "name": "",
1935
1935
  "nameLocation": "-1:-1:-1",
1936
1936
  "nodeType": "VariableDeclaration",
1937
- "scope": 16670,
1937
+ "scope": 16682,
1938
1938
  "src": "2367:11:37",
1939
1939
  "stateVariable": false,
1940
1940
  "storageLocation": "default",
1941
1941
  "typeDescriptions": {
1942
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1942
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1943
1943
  "typeString": "contract ISuperToken"
1944
1944
  },
1945
1945
  "typeName": {
1946
- "id": 16648,
1946
+ "id": 16660,
1947
1947
  "nodeType": "UserDefinedTypeName",
1948
1948
  "pathNode": {
1949
- "id": 16647,
1949
+ "id": 16659,
1950
1950
  "name": "ISuperToken",
1951
1951
  "nameLocations": [
1952
1952
  "2367:11:37"
1953
1953
  ],
1954
1954
  "nodeType": "IdentifierPath",
1955
- "referencedDeclaration": 19928,
1955
+ "referencedDeclaration": 19940,
1956
1956
  "src": "2367:11:37"
1957
1957
  },
1958
- "referencedDeclaration": 19928,
1958
+ "referencedDeclaration": 19940,
1959
1959
  "src": "2367:11:37",
1960
1960
  "typeDescriptions": {
1961
- "typeIdentifier": "t_contract$_ISuperToken_$19928",
1961
+ "typeIdentifier": "t_contract$_ISuperToken_$19940",
1962
1962
  "typeString": "contract ISuperToken"
1963
1963
  }
1964
1964
  },
@@ -1966,12 +1966,12 @@
1966
1966
  },
1967
1967
  {
1968
1968
  "constant": false,
1969
- "id": 16651,
1969
+ "id": 16663,
1970
1970
  "mutability": "mutable",
1971
1971
  "name": "",
1972
1972
  "nameLocation": "-1:-1:-1",
1973
1973
  "nodeType": "VariableDeclaration",
1974
- "scope": 16670,
1974
+ "scope": 16682,
1975
1975
  "src": "2403:7:37",
1976
1976
  "stateVariable": false,
1977
1977
  "storageLocation": "default",
@@ -1980,7 +1980,7 @@
1980
1980
  "typeString": "address"
1981
1981
  },
1982
1982
  "typeName": {
1983
- "id": 16650,
1983
+ "id": 16662,
1984
1984
  "name": "address",
1985
1985
  "nodeType": "ElementaryTypeName",
1986
1986
  "src": "2403:7:37",
@@ -1994,12 +1994,12 @@
1994
1994
  },
1995
1995
  {
1996
1996
  "constant": false,
1997
- "id": 16653,
1997
+ "id": 16665,
1998
1998
  "mutability": "mutable",
1999
1999
  "name": "",
2000
2000
  "nameLocation": "-1:-1:-1",
2001
2001
  "nodeType": "VariableDeclaration",
2002
- "scope": 16670,
2002
+ "scope": 16682,
2003
2003
  "src": "2439:7:37",
2004
2004
  "stateVariable": false,
2005
2005
  "storageLocation": "default",
@@ -2008,7 +2008,7 @@
2008
2008
  "typeString": "bytes32"
2009
2009
  },
2010
2010
  "typeName": {
2011
- "id": 16652,
2011
+ "id": 16664,
2012
2012
  "name": "bytes32",
2013
2013
  "nodeType": "ElementaryTypeName",
2014
2014
  "src": "2439:7:37",
@@ -2021,12 +2021,12 @@
2021
2021
  },
2022
2022
  {
2023
2023
  "constant": false,
2024
- "id": 16655,
2024
+ "id": 16667,
2025
2025
  "mutability": "mutable",
2026
2026
  "name": "",
2027
2027
  "nameLocation": "-1:-1:-1",
2028
2028
  "nodeType": "VariableDeclaration",
2029
- "scope": 16670,
2029
+ "scope": 16682,
2030
2030
  "src": "2472:14:37",
2031
2031
  "stateVariable": false,
2032
2032
  "storageLocation": "calldata",
@@ -2035,7 +2035,7 @@
2035
2035
  "typeString": "bytes"
2036
2036
  },
2037
2037
  "typeName": {
2038
- "id": 16654,
2038
+ "id": 16666,
2039
2039
  "name": "bytes",
2040
2040
  "nodeType": "ElementaryTypeName",
2041
2041
  "src": "2472:5:37",
@@ -2048,12 +2048,12 @@
2048
2048
  },
2049
2049
  {
2050
2050
  "constant": false,
2051
- "id": 16657,
2051
+ "id": 16669,
2052
2052
  "mutability": "mutable",
2053
2053
  "name": "",
2054
2054
  "nameLocation": "-1:-1:-1",
2055
2055
  "nodeType": "VariableDeclaration",
2056
- "scope": 16670,
2056
+ "scope": 16682,
2057
2057
  "src": "2514:14:37",
2058
2058
  "stateVariable": false,
2059
2059
  "storageLocation": "calldata",
@@ -2062,7 +2062,7 @@
2062
2062
  "typeString": "bytes"
2063
2063
  },
2064
2064
  "typeName": {
2065
- "id": 16656,
2065
+ "id": 16668,
2066
2066
  "name": "bytes",
2067
2067
  "nodeType": "ElementaryTypeName",
2068
2068
  "src": "2514:5:37",
@@ -2075,12 +2075,12 @@
2075
2075
  },
2076
2076
  {
2077
2077
  "constant": false,
2078
- "id": 16659,
2078
+ "id": 16671,
2079
2079
  "mutability": "mutable",
2080
2080
  "name": "",
2081
2081
  "nameLocation": "-1:-1:-1",
2082
2082
  "nodeType": "VariableDeclaration",
2083
- "scope": 16670,
2083
+ "scope": 16682,
2084
2084
  "src": "2549:14:37",
2085
2085
  "stateVariable": false,
2086
2086
  "storageLocation": "calldata",
@@ -2089,7 +2089,7 @@
2089
2089
  "typeString": "bytes"
2090
2090
  },
2091
2091
  "typeName": {
2092
- "id": 16658,
2092
+ "id": 16670,
2093
2093
  "name": "bytes",
2094
2094
  "nodeType": "ElementaryTypeName",
2095
2095
  "src": "2549:5:37",
@@ -2104,17 +2104,17 @@
2104
2104
  "src": "2357:220:37"
2105
2105
  },
2106
2106
  "returnParameters": {
2107
- "id": 16664,
2107
+ "id": 16676,
2108
2108
  "nodeType": "ParameterList",
2109
2109
  "parameters": [
2110
2110
  {
2111
2111
  "constant": false,
2112
- "id": 16663,
2112
+ "id": 16675,
2113
2113
  "mutability": "mutable",
2114
2114
  "name": "",
2115
2115
  "nameLocation": "-1:-1:-1",
2116
2116
  "nodeType": "VariableDeclaration",
2117
- "scope": 16670,
2117
+ "scope": 16682,
2118
2118
  "src": "2645:12:37",
2119
2119
  "stateVariable": false,
2120
2120
  "storageLocation": "memory",
@@ -2123,7 +2123,7 @@
2123
2123
  "typeString": "bytes"
2124
2124
  },
2125
2125
  "typeName": {
2126
- "id": 16662,
2126
+ "id": 16674,
2127
2127
  "name": "bytes",
2128
2128
  "nodeType": "ElementaryTypeName",
2129
2129
  "src": "2645:5:37",
@@ -2137,14 +2137,14 @@
2137
2137
  ],
2138
2138
  "src": "2644:25:37"
2139
2139
  },
2140
- "scope": 16671,
2140
+ "scope": 16683,
2141
2141
  "src": "2324:426:37",
2142
2142
  "stateMutability": "nonpayable",
2143
2143
  "virtual": true,
2144
2144
  "visibility": "external"
2145
2145
  }
2146
2146
  ],
2147
- "scope": 16672,
2147
+ "scope": 16684,
2148
2148
  "src": "196:2557:37",
2149
2149
  "usedErrors": []
2150
2150
  }
@@ -2157,7 +2157,7 @@
2157
2157
  },
2158
2158
  "networks": {},
2159
2159
  "schemaVersion": "3.4.9",
2160
- "updatedAt": "2022-09-05T13:33:18.685Z",
2160
+ "updatedAt": "2022-09-21T11:06:18.098Z",
2161
2161
  "devdoc": {
2162
2162
  "kind": "dev",
2163
2163
  "methods": {},