@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
@@ -265,27 +265,27 @@
265
265
  "absolutePath": "project:/contracts/apps/SuperAppBase.sol",
266
266
  "exportedSymbols": {
267
267
  "ISuperApp": [
268
- 18307
268
+ 18063
269
269
  ],
270
270
  "ISuperToken": [
271
- 18683
271
+ 18439
272
272
  ],
273
273
  "ISuperfluid": [
274
- 19246
274
+ 19002
275
275
  ],
276
276
  "SuperAppBase": [
277
- 15751
277
+ 15529
278
278
  ],
279
279
  "SuperAppDefinitions": [
280
- 17866
280
+ 17622
281
281
  ]
282
282
  },
283
- "id": 15752,
283
+ "id": 15530,
284
284
  "license": "AGPLv3",
285
285
  "nodeType": "SourceUnit",
286
286
  "nodes": [
287
287
  {
288
- "id": 15605,
288
+ "id": 15383,
289
289
  "literals": [
290
290
  "solidity",
291
291
  ">=",
@@ -293,62 +293,62 @@
293
293
  ".0"
294
294
  ],
295
295
  "nodeType": "PragmaDirective",
296
- "src": "35:25:41"
296
+ "src": "35:25:40"
297
297
  },
298
298
  {
299
299
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
300
300
  "file": "../interfaces/superfluid/ISuperfluid.sol",
301
- "id": 15610,
301
+ "id": 15388,
302
302
  "nameLocation": "-1:-1:-1",
303
303
  "nodeType": "ImportDirective",
304
- "scope": 15752,
305
- "sourceUnit": 19247,
306
- "src": "62:132:41",
304
+ "scope": 15530,
305
+ "sourceUnit": 19003,
306
+ "src": "62:132:40",
307
307
  "symbolAliases": [
308
308
  {
309
309
  "foreign": {
310
- "id": 15606,
310
+ "id": 15384,
311
311
  "name": "ISuperfluid",
312
312
  "nodeType": "Identifier",
313
313
  "overloadedDeclarations": [],
314
- "referencedDeclaration": 19246,
315
- "src": "75:11:41",
314
+ "referencedDeclaration": 19002,
315
+ "src": "75:11:40",
316
316
  "typeDescriptions": {}
317
317
  },
318
318
  "nameLocation": "-1:-1:-1"
319
319
  },
320
320
  {
321
321
  "foreign": {
322
- "id": 15607,
322
+ "id": 15385,
323
323
  "name": "ISuperToken",
324
324
  "nodeType": "Identifier",
325
325
  "overloadedDeclarations": [],
326
- "referencedDeclaration": 18683,
327
- "src": "92:11:41",
326
+ "referencedDeclaration": 18439,
327
+ "src": "92:11:40",
328
328
  "typeDescriptions": {}
329
329
  },
330
330
  "nameLocation": "-1:-1:-1"
331
331
  },
332
332
  {
333
333
  "foreign": {
334
- "id": 15608,
334
+ "id": 15386,
335
335
  "name": "ISuperApp",
336
336
  "nodeType": "Identifier",
337
337
  "overloadedDeclarations": [],
338
- "referencedDeclaration": 18307,
339
- "src": "109:9:41",
338
+ "referencedDeclaration": 18063,
339
+ "src": "109:9:40",
340
340
  "typeDescriptions": {}
341
341
  },
342
342
  "nameLocation": "-1:-1:-1"
343
343
  },
344
344
  {
345
345
  "foreign": {
346
- "id": 15609,
346
+ "id": 15387,
347
347
  "name": "SuperAppDefinitions",
348
348
  "nodeType": "Identifier",
349
349
  "overloadedDeclarations": [],
350
- "referencedDeclaration": 17866,
351
- "src": "124:19:41",
350
+ "referencedDeclaration": 17622,
351
+ "src": "124:19:40",
352
352
  "typeDescriptions": {}
353
353
  },
354
354
  "nameLocation": "-1:-1:-1"
@@ -361,52 +361,52 @@
361
361
  "baseContracts": [
362
362
  {
363
363
  "baseName": {
364
- "id": 15611,
364
+ "id": 15389,
365
365
  "name": "ISuperApp",
366
366
  "nodeType": "IdentifierPath",
367
- "referencedDeclaration": 18307,
368
- "src": "230:9:41"
367
+ "referencedDeclaration": 18063,
368
+ "src": "230:9:40"
369
369
  },
370
- "id": 15612,
370
+ "id": 15390,
371
371
  "nodeType": "InheritanceSpecifier",
372
- "src": "230:9:41"
372
+ "src": "230:9:40"
373
373
  }
374
374
  ],
375
375
  "canonicalName": "SuperAppBase",
376
376
  "contractDependencies": [],
377
377
  "contractKind": "contract",
378
378
  "fullyImplemented": true,
379
- "id": 15751,
379
+ "id": 15529,
380
380
  "linearizedBaseContracts": [
381
- 15751,
382
- 18307
381
+ 15529,
382
+ 18063
383
383
  ],
384
384
  "name": "SuperAppBase",
385
- "nameLocation": "214:12:41",
385
+ "nameLocation": "214:12:40",
386
386
  "nodeType": "ContractDefinition",
387
387
  "nodes": [
388
388
  {
389
389
  "baseFunctions": [
390
- 18215
390
+ 17971
391
391
  ],
392
392
  "body": {
393
- "id": 15633,
393
+ "id": 15411,
394
394
  "nodeType": "Block",
395
- "src": "573:74:41",
395
+ "src": "573:74:40",
396
396
  "statements": [
397
397
  {
398
398
  "expression": {
399
399
  "arguments": [
400
400
  {
401
401
  "hexValue": "556e737570706f727465642063616c6c6261636b202d204265666f72652041677265656d656e742043726561746564",
402
- "id": 15630,
402
+ "id": 15408,
403
403
  "isConstant": false,
404
404
  "isLValue": false,
405
405
  "isPure": true,
406
406
  "kind": "string",
407
407
  "lValueRequested": false,
408
408
  "nodeType": "Literal",
409
- "src": "590:49:41",
409
+ "src": "590:49:40",
410
410
  "typeDescriptions": {
411
411
  "typeIdentifier": "t_stringliteral_d3fee792a5df72c44dc19dae1e75a2bfa31a39354f71718490b25e1db37a93e3",
412
412
  "typeString": "literal_string \"Unsupported callback - Before Agreement Created\""
@@ -421,7 +421,7 @@
421
421
  "typeString": "literal_string \"Unsupported callback - Before Agreement Created\""
422
422
  }
423
423
  ],
424
- "id": 15629,
424
+ "id": 15407,
425
425
  "name": "revert",
426
426
  "nodeType": "Identifier",
427
427
  "overloadedDeclarations": [
@@ -429,13 +429,13 @@
429
429
  4294967277
430
430
  ],
431
431
  "referencedDeclaration": 4294967277,
432
- "src": "583:6:41",
432
+ "src": "583:6:40",
433
433
  "typeDescriptions": {
434
434
  "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
435
435
  "typeString": "function (string memory) pure"
436
436
  }
437
437
  },
438
- "id": 15631,
438
+ "id": 15409,
439
439
  "isConstant": false,
440
440
  "isLValue": false,
441
441
  "isPure": false,
@@ -443,66 +443,66 @@
443
443
  "lValueRequested": false,
444
444
  "names": [],
445
445
  "nodeType": "FunctionCall",
446
- "src": "583:57:41",
446
+ "src": "583:57:40",
447
447
  "tryCall": false,
448
448
  "typeDescriptions": {
449
449
  "typeIdentifier": "t_tuple$__$",
450
450
  "typeString": "tuple()"
451
451
  }
452
452
  },
453
- "id": 15632,
453
+ "id": 15410,
454
454
  "nodeType": "ExpressionStatement",
455
- "src": "583:57:41"
455
+ "src": "583:57:40"
456
456
  }
457
457
  ]
458
458
  },
459
459
  "functionSelector": "30d9c915",
460
- "id": 15634,
460
+ "id": 15412,
461
461
  "implemented": true,
462
462
  "kind": "function",
463
463
  "modifiers": [],
464
464
  "name": "beforeAgreementCreated",
465
- "nameLocation": "256:22:41",
465
+ "nameLocation": "256:22:40",
466
466
  "nodeType": "FunctionDefinition",
467
467
  "overrides": {
468
- "id": 15625,
468
+ "id": 15403,
469
469
  "nodeType": "OverrideSpecifier",
470
470
  "overrides": [],
471
- "src": "518:8:41"
471
+ "src": "518:8:40"
472
472
  },
473
473
  "parameters": {
474
- "id": 15624,
474
+ "id": 15402,
475
475
  "nodeType": "ParameterList",
476
476
  "parameters": [
477
477
  {
478
478
  "constant": false,
479
- "id": 15615,
479
+ "id": 15393,
480
480
  "mutability": "mutable",
481
481
  "name": "",
482
482
  "nameLocation": "-1:-1:-1",
483
483
  "nodeType": "VariableDeclaration",
484
- "scope": 15634,
485
- "src": "288:11:41",
484
+ "scope": 15412,
485
+ "src": "288:11:40",
486
486
  "stateVariable": false,
487
487
  "storageLocation": "default",
488
488
  "typeDescriptions": {
489
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
489
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
490
490
  "typeString": "contract ISuperToken"
491
491
  },
492
492
  "typeName": {
493
- "id": 15614,
493
+ "id": 15392,
494
494
  "nodeType": "UserDefinedTypeName",
495
495
  "pathNode": {
496
- "id": 15613,
496
+ "id": 15391,
497
497
  "name": "ISuperToken",
498
498
  "nodeType": "IdentifierPath",
499
- "referencedDeclaration": 18683,
500
- "src": "288:11:41"
499
+ "referencedDeclaration": 18439,
500
+ "src": "288:11:40"
501
501
  },
502
- "referencedDeclaration": 18683,
503
- "src": "288:11:41",
502
+ "referencedDeclaration": 18439,
503
+ "src": "288:11:40",
504
504
  "typeDescriptions": {
505
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
505
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
506
506
  "typeString": "contract ISuperToken"
507
507
  }
508
508
  },
@@ -510,13 +510,13 @@
510
510
  },
511
511
  {
512
512
  "constant": false,
513
- "id": 15617,
513
+ "id": 15395,
514
514
  "mutability": "mutable",
515
515
  "name": "",
516
516
  "nameLocation": "-1:-1:-1",
517
517
  "nodeType": "VariableDeclaration",
518
- "scope": 15634,
519
- "src": "324:7:41",
518
+ "scope": 15412,
519
+ "src": "324:7:40",
520
520
  "stateVariable": false,
521
521
  "storageLocation": "default",
522
522
  "typeDescriptions": {
@@ -524,10 +524,10 @@
524
524
  "typeString": "address"
525
525
  },
526
526
  "typeName": {
527
- "id": 15616,
527
+ "id": 15394,
528
528
  "name": "address",
529
529
  "nodeType": "ElementaryTypeName",
530
- "src": "324:7:41",
530
+ "src": "324:7:40",
531
531
  "stateMutability": "nonpayable",
532
532
  "typeDescriptions": {
533
533
  "typeIdentifier": "t_address",
@@ -538,13 +538,13 @@
538
538
  },
539
539
  {
540
540
  "constant": false,
541
- "id": 15619,
541
+ "id": 15397,
542
542
  "mutability": "mutable",
543
543
  "name": "",
544
544
  "nameLocation": "-1:-1:-1",
545
545
  "nodeType": "VariableDeclaration",
546
- "scope": 15634,
547
- "src": "360:7:41",
546
+ "scope": 15412,
547
+ "src": "360:7:40",
548
548
  "stateVariable": false,
549
549
  "storageLocation": "default",
550
550
  "typeDescriptions": {
@@ -552,10 +552,10 @@
552
552
  "typeString": "bytes32"
553
553
  },
554
554
  "typeName": {
555
- "id": 15618,
555
+ "id": 15396,
556
556
  "name": "bytes32",
557
557
  "nodeType": "ElementaryTypeName",
558
- "src": "360:7:41",
558
+ "src": "360:7:40",
559
559
  "typeDescriptions": {
560
560
  "typeIdentifier": "t_bytes32",
561
561
  "typeString": "bytes32"
@@ -565,13 +565,13 @@
565
565
  },
566
566
  {
567
567
  "constant": false,
568
- "id": 15621,
568
+ "id": 15399,
569
569
  "mutability": "mutable",
570
570
  "name": "",
571
571
  "nameLocation": "-1:-1:-1",
572
572
  "nodeType": "VariableDeclaration",
573
- "scope": 15634,
574
- "src": "393:14:41",
573
+ "scope": 15412,
574
+ "src": "393:14:40",
575
575
  "stateVariable": false,
576
576
  "storageLocation": "calldata",
577
577
  "typeDescriptions": {
@@ -579,10 +579,10 @@
579
579
  "typeString": "bytes"
580
580
  },
581
581
  "typeName": {
582
- "id": 15620,
582
+ "id": 15398,
583
583
  "name": "bytes",
584
584
  "nodeType": "ElementaryTypeName",
585
- "src": "393:5:41",
585
+ "src": "393:5:40",
586
586
  "typeDescriptions": {
587
587
  "typeIdentifier": "t_bytes_storage_ptr",
588
588
  "typeString": "bytes"
@@ -592,13 +592,13 @@
592
592
  },
593
593
  {
594
594
  "constant": false,
595
- "id": 15623,
595
+ "id": 15401,
596
596
  "mutability": "mutable",
597
597
  "name": "",
598
598
  "nameLocation": "-1:-1:-1",
599
599
  "nodeType": "VariableDeclaration",
600
- "scope": 15634,
601
- "src": "435:14:41",
600
+ "scope": 15412,
601
+ "src": "435:14:40",
602
602
  "stateVariable": false,
603
603
  "storageLocation": "calldata",
604
604
  "typeDescriptions": {
@@ -606,10 +606,10 @@
606
606
  "typeString": "bytes"
607
607
  },
608
608
  "typeName": {
609
- "id": 15622,
609
+ "id": 15400,
610
610
  "name": "bytes",
611
611
  "nodeType": "ElementaryTypeName",
612
- "src": "435:5:41",
612
+ "src": "435:5:40",
613
613
  "typeDescriptions": {
614
614
  "typeIdentifier": "t_bytes_storage_ptr",
615
615
  "typeString": "bytes"
@@ -618,21 +618,21 @@
618
618
  "visibility": "internal"
619
619
  }
620
620
  ],
621
- "src": "278:185:41"
621
+ "src": "278:185:40"
622
622
  },
623
623
  "returnParameters": {
624
- "id": 15628,
624
+ "id": 15406,
625
625
  "nodeType": "ParameterList",
626
626
  "parameters": [
627
627
  {
628
628
  "constant": false,
629
- "id": 15627,
629
+ "id": 15405,
630
630
  "mutability": "mutable",
631
631
  "name": "",
632
632
  "nameLocation": "-1:-1:-1",
633
633
  "nodeType": "VariableDeclaration",
634
- "scope": 15634,
635
- "src": "544:12:41",
634
+ "scope": 15412,
635
+ "src": "544:12:40",
636
636
  "stateVariable": false,
637
637
  "storageLocation": "memory",
638
638
  "typeDescriptions": {
@@ -640,10 +640,10 @@
640
640
  "typeString": "bytes"
641
641
  },
642
642
  "typeName": {
643
- "id": 15626,
643
+ "id": 15404,
644
644
  "name": "bytes",
645
645
  "nodeType": "ElementaryTypeName",
646
- "src": "544:5:41",
646
+ "src": "544:5:40",
647
647
  "typeDescriptions": {
648
648
  "typeIdentifier": "t_bytes_storage_ptr",
649
649
  "typeString": "bytes"
@@ -652,36 +652,36 @@
652
652
  "visibility": "internal"
653
653
  }
654
654
  ],
655
- "src": "543:25:41"
655
+ "src": "543:25:40"
656
656
  },
657
- "scope": 15751,
658
- "src": "247:400:41",
657
+ "scope": 15529,
658
+ "src": "247:400:40",
659
659
  "stateMutability": "view",
660
660
  "virtual": true,
661
661
  "visibility": "external"
662
662
  },
663
663
  {
664
664
  "baseFunctions": [
665
- 18234
665
+ 17990
666
666
  ],
667
667
  "body": {
668
- "id": 15657,
668
+ "id": 15435,
669
669
  "nodeType": "Block",
670
- "src": "1000:73:41",
670
+ "src": "1000:73:40",
671
671
  "statements": [
672
672
  {
673
673
  "expression": {
674
674
  "arguments": [
675
675
  {
676
676
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e742043726561746564",
677
- "id": 15654,
677
+ "id": 15432,
678
678
  "isConstant": false,
679
679
  "isLValue": false,
680
680
  "isPure": true,
681
681
  "kind": "string",
682
682
  "lValueRequested": false,
683
683
  "nodeType": "Literal",
684
- "src": "1017:48:41",
684
+ "src": "1017:48:40",
685
685
  "typeDescriptions": {
686
686
  "typeIdentifier": "t_stringliteral_c733eee0adc0ff71d286231ce47004be368d6c895e2fe334c02e8341cc74ec81",
687
687
  "typeString": "literal_string \"Unsupported callback - After Agreement Created\""
@@ -696,7 +696,7 @@
696
696
  "typeString": "literal_string \"Unsupported callback - After Agreement Created\""
697
697
  }
698
698
  ],
699
- "id": 15653,
699
+ "id": 15431,
700
700
  "name": "revert",
701
701
  "nodeType": "Identifier",
702
702
  "overloadedDeclarations": [
@@ -704,13 +704,13 @@
704
704
  4294967277
705
705
  ],
706
706
  "referencedDeclaration": 4294967277,
707
- "src": "1010:6:41",
707
+ "src": "1010:6:40",
708
708
  "typeDescriptions": {
709
709
  "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
710
710
  "typeString": "function (string memory) pure"
711
711
  }
712
712
  },
713
- "id": 15655,
713
+ "id": 15433,
714
714
  "isConstant": false,
715
715
  "isLValue": false,
716
716
  "isPure": false,
@@ -718,66 +718,66 @@
718
718
  "lValueRequested": false,
719
719
  "names": [],
720
720
  "nodeType": "FunctionCall",
721
- "src": "1010:56:41",
721
+ "src": "1010:56:40",
722
722
  "tryCall": false,
723
723
  "typeDescriptions": {
724
724
  "typeIdentifier": "t_tuple$__$",
725
725
  "typeString": "tuple()"
726
726
  }
727
727
  },
728
- "id": 15656,
728
+ "id": 15434,
729
729
  "nodeType": "ExpressionStatement",
730
- "src": "1010:56:41"
730
+ "src": "1010:56:40"
731
731
  }
732
732
  ]
733
733
  },
734
734
  "functionSelector": "d86ed3e5",
735
- "id": 15658,
735
+ "id": 15436,
736
736
  "implemented": true,
737
737
  "kind": "function",
738
738
  "modifiers": [],
739
739
  "name": "afterAgreementCreated",
740
- "nameLocation": "662:21:41",
740
+ "nameLocation": "662:21:40",
741
741
  "nodeType": "FunctionDefinition",
742
742
  "overrides": {
743
- "id": 15649,
743
+ "id": 15427,
744
744
  "nodeType": "OverrideSpecifier",
745
745
  "overrides": [],
746
- "src": "945:8:41"
746
+ "src": "945:8:40"
747
747
  },
748
748
  "parameters": {
749
- "id": 15648,
749
+ "id": 15426,
750
750
  "nodeType": "ParameterList",
751
751
  "parameters": [
752
752
  {
753
753
  "constant": false,
754
- "id": 15637,
754
+ "id": 15415,
755
755
  "mutability": "mutable",
756
756
  "name": "",
757
757
  "nameLocation": "-1:-1:-1",
758
758
  "nodeType": "VariableDeclaration",
759
- "scope": 15658,
760
- "src": "693:11:41",
759
+ "scope": 15436,
760
+ "src": "693:11:40",
761
761
  "stateVariable": false,
762
762
  "storageLocation": "default",
763
763
  "typeDescriptions": {
764
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
764
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
765
765
  "typeString": "contract ISuperToken"
766
766
  },
767
767
  "typeName": {
768
- "id": 15636,
768
+ "id": 15414,
769
769
  "nodeType": "UserDefinedTypeName",
770
770
  "pathNode": {
771
- "id": 15635,
771
+ "id": 15413,
772
772
  "name": "ISuperToken",
773
773
  "nodeType": "IdentifierPath",
774
- "referencedDeclaration": 18683,
775
- "src": "693:11:41"
774
+ "referencedDeclaration": 18439,
775
+ "src": "693:11:40"
776
776
  },
777
- "referencedDeclaration": 18683,
778
- "src": "693:11:41",
777
+ "referencedDeclaration": 18439,
778
+ "src": "693:11:40",
779
779
  "typeDescriptions": {
780
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
780
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
781
781
  "typeString": "contract ISuperToken"
782
782
  }
783
783
  },
@@ -785,13 +785,13 @@
785
785
  },
786
786
  {
787
787
  "constant": false,
788
- "id": 15639,
788
+ "id": 15417,
789
789
  "mutability": "mutable",
790
790
  "name": "",
791
791
  "nameLocation": "-1:-1:-1",
792
792
  "nodeType": "VariableDeclaration",
793
- "scope": 15658,
794
- "src": "729:7:41",
793
+ "scope": 15436,
794
+ "src": "729:7:40",
795
795
  "stateVariable": false,
796
796
  "storageLocation": "default",
797
797
  "typeDescriptions": {
@@ -799,10 +799,10 @@
799
799
  "typeString": "address"
800
800
  },
801
801
  "typeName": {
802
- "id": 15638,
802
+ "id": 15416,
803
803
  "name": "address",
804
804
  "nodeType": "ElementaryTypeName",
805
- "src": "729:7:41",
805
+ "src": "729:7:40",
806
806
  "stateMutability": "nonpayable",
807
807
  "typeDescriptions": {
808
808
  "typeIdentifier": "t_address",
@@ -813,13 +813,13 @@
813
813
  },
814
814
  {
815
815
  "constant": false,
816
- "id": 15641,
816
+ "id": 15419,
817
817
  "mutability": "mutable",
818
818
  "name": "",
819
819
  "nameLocation": "-1:-1:-1",
820
820
  "nodeType": "VariableDeclaration",
821
- "scope": 15658,
822
- "src": "765:7:41",
821
+ "scope": 15436,
822
+ "src": "765:7:40",
823
823
  "stateVariable": false,
824
824
  "storageLocation": "default",
825
825
  "typeDescriptions": {
@@ -827,10 +827,10 @@
827
827
  "typeString": "bytes32"
828
828
  },
829
829
  "typeName": {
830
- "id": 15640,
830
+ "id": 15418,
831
831
  "name": "bytes32",
832
832
  "nodeType": "ElementaryTypeName",
833
- "src": "765:7:41",
833
+ "src": "765:7:40",
834
834
  "typeDescriptions": {
835
835
  "typeIdentifier": "t_bytes32",
836
836
  "typeString": "bytes32"
@@ -840,13 +840,13 @@
840
840
  },
841
841
  {
842
842
  "constant": false,
843
- "id": 15643,
843
+ "id": 15421,
844
844
  "mutability": "mutable",
845
845
  "name": "",
846
846
  "nameLocation": "-1:-1:-1",
847
847
  "nodeType": "VariableDeclaration",
848
- "scope": 15658,
849
- "src": "798:14:41",
848
+ "scope": 15436,
849
+ "src": "798:14:40",
850
850
  "stateVariable": false,
851
851
  "storageLocation": "calldata",
852
852
  "typeDescriptions": {
@@ -854,10 +854,10 @@
854
854
  "typeString": "bytes"
855
855
  },
856
856
  "typeName": {
857
- "id": 15642,
857
+ "id": 15420,
858
858
  "name": "bytes",
859
859
  "nodeType": "ElementaryTypeName",
860
- "src": "798:5:41",
860
+ "src": "798:5:40",
861
861
  "typeDescriptions": {
862
862
  "typeIdentifier": "t_bytes_storage_ptr",
863
863
  "typeString": "bytes"
@@ -867,13 +867,13 @@
867
867
  },
868
868
  {
869
869
  "constant": false,
870
- "id": 15645,
870
+ "id": 15423,
871
871
  "mutability": "mutable",
872
872
  "name": "",
873
873
  "nameLocation": "-1:-1:-1",
874
874
  "nodeType": "VariableDeclaration",
875
- "scope": 15658,
876
- "src": "840:14:41",
875
+ "scope": 15436,
876
+ "src": "840:14:40",
877
877
  "stateVariable": false,
878
878
  "storageLocation": "calldata",
879
879
  "typeDescriptions": {
@@ -881,10 +881,10 @@
881
881
  "typeString": "bytes"
882
882
  },
883
883
  "typeName": {
884
- "id": 15644,
884
+ "id": 15422,
885
885
  "name": "bytes",
886
886
  "nodeType": "ElementaryTypeName",
887
- "src": "840:5:41",
887
+ "src": "840:5:40",
888
888
  "typeDescriptions": {
889
889
  "typeIdentifier": "t_bytes_storage_ptr",
890
890
  "typeString": "bytes"
@@ -894,13 +894,13 @@
894
894
  },
895
895
  {
896
896
  "constant": false,
897
- "id": 15647,
897
+ "id": 15425,
898
898
  "mutability": "mutable",
899
899
  "name": "",
900
900
  "nameLocation": "-1:-1:-1",
901
901
  "nodeType": "VariableDeclaration",
902
- "scope": 15658,
903
- "src": "875:14:41",
902
+ "scope": 15436,
903
+ "src": "875:14:40",
904
904
  "stateVariable": false,
905
905
  "storageLocation": "calldata",
906
906
  "typeDescriptions": {
@@ -908,10 +908,10 @@
908
908
  "typeString": "bytes"
909
909
  },
910
910
  "typeName": {
911
- "id": 15646,
911
+ "id": 15424,
912
912
  "name": "bytes",
913
913
  "nodeType": "ElementaryTypeName",
914
- "src": "875:5:41",
914
+ "src": "875:5:40",
915
915
  "typeDescriptions": {
916
916
  "typeIdentifier": "t_bytes_storage_ptr",
917
917
  "typeString": "bytes"
@@ -920,21 +920,21 @@
920
920
  "visibility": "internal"
921
921
  }
922
922
  ],
923
- "src": "683:220:41"
923
+ "src": "683:220:40"
924
924
  },
925
925
  "returnParameters": {
926
- "id": 15652,
926
+ "id": 15430,
927
927
  "nodeType": "ParameterList",
928
928
  "parameters": [
929
929
  {
930
930
  "constant": false,
931
- "id": 15651,
931
+ "id": 15429,
932
932
  "mutability": "mutable",
933
933
  "name": "",
934
934
  "nameLocation": "-1:-1:-1",
935
935
  "nodeType": "VariableDeclaration",
936
- "scope": 15658,
937
- "src": "971:12:41",
936
+ "scope": 15436,
937
+ "src": "971:12:40",
938
938
  "stateVariable": false,
939
939
  "storageLocation": "memory",
940
940
  "typeDescriptions": {
@@ -942,10 +942,10 @@
942
942
  "typeString": "bytes"
943
943
  },
944
944
  "typeName": {
945
- "id": 15650,
945
+ "id": 15428,
946
946
  "name": "bytes",
947
947
  "nodeType": "ElementaryTypeName",
948
- "src": "971:5:41",
948
+ "src": "971:5:40",
949
949
  "typeDescriptions": {
950
950
  "typeIdentifier": "t_bytes_storage_ptr",
951
951
  "typeString": "bytes"
@@ -954,36 +954,36 @@
954
954
  "visibility": "internal"
955
955
  }
956
956
  ],
957
- "src": "970:25:41"
957
+ "src": "970:25:40"
958
958
  },
959
- "scope": 15751,
960
- "src": "653:420:41",
959
+ "scope": 15529,
960
+ "src": "653:420:40",
961
961
  "stateMutability": "nonpayable",
962
962
  "virtual": true,
963
963
  "visibility": "external"
964
964
  },
965
965
  {
966
966
  "baseFunctions": [
967
- 18251
967
+ 18007
968
968
  ],
969
969
  "body": {
970
- "id": 15679,
970
+ "id": 15457,
971
971
  "nodeType": "Block",
972
- "src": "1405:74:41",
972
+ "src": "1405:74:40",
973
973
  "statements": [
974
974
  {
975
975
  "expression": {
976
976
  "arguments": [
977
977
  {
978
978
  "hexValue": "556e737570706f727465642063616c6c6261636b202d204265666f72652041677265656d656e742075706461746564",
979
- "id": 15676,
979
+ "id": 15454,
980
980
  "isConstant": false,
981
981
  "isLValue": false,
982
982
  "isPure": true,
983
983
  "kind": "string",
984
984
  "lValueRequested": false,
985
985
  "nodeType": "Literal",
986
- "src": "1422:49:41",
986
+ "src": "1422:49:40",
987
987
  "typeDescriptions": {
988
988
  "typeIdentifier": "t_stringliteral_c2c0d7a21165051d9128aa360c50058214a20b71de9e089fc56c18865a6a869a",
989
989
  "typeString": "literal_string \"Unsupported callback - Before Agreement updated\""
@@ -998,7 +998,7 @@
998
998
  "typeString": "literal_string \"Unsupported callback - Before Agreement updated\""
999
999
  }
1000
1000
  ],
1001
- "id": 15675,
1001
+ "id": 15453,
1002
1002
  "name": "revert",
1003
1003
  "nodeType": "Identifier",
1004
1004
  "overloadedDeclarations": [
@@ -1006,13 +1006,13 @@
1006
1006
  4294967277
1007
1007
  ],
1008
1008
  "referencedDeclaration": 4294967277,
1009
- "src": "1415:6:41",
1009
+ "src": "1415:6:40",
1010
1010
  "typeDescriptions": {
1011
1011
  "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
1012
1012
  "typeString": "function (string memory) pure"
1013
1013
  }
1014
1014
  },
1015
- "id": 15677,
1015
+ "id": 15455,
1016
1016
  "isConstant": false,
1017
1017
  "isLValue": false,
1018
1018
  "isPure": false,
@@ -1020,66 +1020,66 @@
1020
1020
  "lValueRequested": false,
1021
1021
  "names": [],
1022
1022
  "nodeType": "FunctionCall",
1023
- "src": "1415:57:41",
1023
+ "src": "1415:57:40",
1024
1024
  "tryCall": false,
1025
1025
  "typeDescriptions": {
1026
1026
  "typeIdentifier": "t_tuple$__$",
1027
1027
  "typeString": "tuple()"
1028
1028
  }
1029
1029
  },
1030
- "id": 15678,
1030
+ "id": 15456,
1031
1031
  "nodeType": "ExpressionStatement",
1032
- "src": "1415:57:41"
1032
+ "src": "1415:57:40"
1033
1033
  }
1034
1034
  ]
1035
1035
  },
1036
1036
  "functionSelector": "884d1f40",
1037
- "id": 15680,
1037
+ "id": 15458,
1038
1038
  "implemented": true,
1039
1039
  "kind": "function",
1040
1040
  "modifiers": [],
1041
1041
  "name": "beforeAgreementUpdated",
1042
- "nameLocation": "1088:22:41",
1042
+ "nameLocation": "1088:22:40",
1043
1043
  "nodeType": "FunctionDefinition",
1044
1044
  "overrides": {
1045
- "id": 15671,
1045
+ "id": 15449,
1046
1046
  "nodeType": "OverrideSpecifier",
1047
1047
  "overrides": [],
1048
- "src": "1350:8:41"
1048
+ "src": "1350:8:40"
1049
1049
  },
1050
1050
  "parameters": {
1051
- "id": 15670,
1051
+ "id": 15448,
1052
1052
  "nodeType": "ParameterList",
1053
1053
  "parameters": [
1054
1054
  {
1055
1055
  "constant": false,
1056
- "id": 15661,
1056
+ "id": 15439,
1057
1057
  "mutability": "mutable",
1058
1058
  "name": "",
1059
1059
  "nameLocation": "-1:-1:-1",
1060
1060
  "nodeType": "VariableDeclaration",
1061
- "scope": 15680,
1062
- "src": "1120:11:41",
1061
+ "scope": 15458,
1062
+ "src": "1120:11:40",
1063
1063
  "stateVariable": false,
1064
1064
  "storageLocation": "default",
1065
1065
  "typeDescriptions": {
1066
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1066
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1067
1067
  "typeString": "contract ISuperToken"
1068
1068
  },
1069
1069
  "typeName": {
1070
- "id": 15660,
1070
+ "id": 15438,
1071
1071
  "nodeType": "UserDefinedTypeName",
1072
1072
  "pathNode": {
1073
- "id": 15659,
1073
+ "id": 15437,
1074
1074
  "name": "ISuperToken",
1075
1075
  "nodeType": "IdentifierPath",
1076
- "referencedDeclaration": 18683,
1077
- "src": "1120:11:41"
1076
+ "referencedDeclaration": 18439,
1077
+ "src": "1120:11:40"
1078
1078
  },
1079
- "referencedDeclaration": 18683,
1080
- "src": "1120:11:41",
1079
+ "referencedDeclaration": 18439,
1080
+ "src": "1120:11:40",
1081
1081
  "typeDescriptions": {
1082
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1082
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1083
1083
  "typeString": "contract ISuperToken"
1084
1084
  }
1085
1085
  },
@@ -1087,13 +1087,13 @@
1087
1087
  },
1088
1088
  {
1089
1089
  "constant": false,
1090
- "id": 15663,
1090
+ "id": 15441,
1091
1091
  "mutability": "mutable",
1092
1092
  "name": "",
1093
1093
  "nameLocation": "-1:-1:-1",
1094
1094
  "nodeType": "VariableDeclaration",
1095
- "scope": 15680,
1096
- "src": "1156:7:41",
1095
+ "scope": 15458,
1096
+ "src": "1156:7:40",
1097
1097
  "stateVariable": false,
1098
1098
  "storageLocation": "default",
1099
1099
  "typeDescriptions": {
@@ -1101,10 +1101,10 @@
1101
1101
  "typeString": "address"
1102
1102
  },
1103
1103
  "typeName": {
1104
- "id": 15662,
1104
+ "id": 15440,
1105
1105
  "name": "address",
1106
1106
  "nodeType": "ElementaryTypeName",
1107
- "src": "1156:7:41",
1107
+ "src": "1156:7:40",
1108
1108
  "stateMutability": "nonpayable",
1109
1109
  "typeDescriptions": {
1110
1110
  "typeIdentifier": "t_address",
@@ -1115,13 +1115,13 @@
1115
1115
  },
1116
1116
  {
1117
1117
  "constant": false,
1118
- "id": 15665,
1118
+ "id": 15443,
1119
1119
  "mutability": "mutable",
1120
1120
  "name": "",
1121
1121
  "nameLocation": "-1:-1:-1",
1122
1122
  "nodeType": "VariableDeclaration",
1123
- "scope": 15680,
1124
- "src": "1192:7:41",
1123
+ "scope": 15458,
1124
+ "src": "1192:7:40",
1125
1125
  "stateVariable": false,
1126
1126
  "storageLocation": "default",
1127
1127
  "typeDescriptions": {
@@ -1129,10 +1129,10 @@
1129
1129
  "typeString": "bytes32"
1130
1130
  },
1131
1131
  "typeName": {
1132
- "id": 15664,
1132
+ "id": 15442,
1133
1133
  "name": "bytes32",
1134
1134
  "nodeType": "ElementaryTypeName",
1135
- "src": "1192:7:41",
1135
+ "src": "1192:7:40",
1136
1136
  "typeDescriptions": {
1137
1137
  "typeIdentifier": "t_bytes32",
1138
1138
  "typeString": "bytes32"
@@ -1142,13 +1142,13 @@
1142
1142
  },
1143
1143
  {
1144
1144
  "constant": false,
1145
- "id": 15667,
1145
+ "id": 15445,
1146
1146
  "mutability": "mutable",
1147
1147
  "name": "",
1148
1148
  "nameLocation": "-1:-1:-1",
1149
1149
  "nodeType": "VariableDeclaration",
1150
- "scope": 15680,
1151
- "src": "1225:14:41",
1150
+ "scope": 15458,
1151
+ "src": "1225:14:40",
1152
1152
  "stateVariable": false,
1153
1153
  "storageLocation": "calldata",
1154
1154
  "typeDescriptions": {
@@ -1156,10 +1156,10 @@
1156
1156
  "typeString": "bytes"
1157
1157
  },
1158
1158
  "typeName": {
1159
- "id": 15666,
1159
+ "id": 15444,
1160
1160
  "name": "bytes",
1161
1161
  "nodeType": "ElementaryTypeName",
1162
- "src": "1225:5:41",
1162
+ "src": "1225:5:40",
1163
1163
  "typeDescriptions": {
1164
1164
  "typeIdentifier": "t_bytes_storage_ptr",
1165
1165
  "typeString": "bytes"
@@ -1169,13 +1169,13 @@
1169
1169
  },
1170
1170
  {
1171
1171
  "constant": false,
1172
- "id": 15669,
1172
+ "id": 15447,
1173
1173
  "mutability": "mutable",
1174
1174
  "name": "",
1175
1175
  "nameLocation": "-1:-1:-1",
1176
1176
  "nodeType": "VariableDeclaration",
1177
- "scope": 15680,
1178
- "src": "1267:14:41",
1177
+ "scope": 15458,
1178
+ "src": "1267:14:40",
1179
1179
  "stateVariable": false,
1180
1180
  "storageLocation": "calldata",
1181
1181
  "typeDescriptions": {
@@ -1183,10 +1183,10 @@
1183
1183
  "typeString": "bytes"
1184
1184
  },
1185
1185
  "typeName": {
1186
- "id": 15668,
1186
+ "id": 15446,
1187
1187
  "name": "bytes",
1188
1188
  "nodeType": "ElementaryTypeName",
1189
- "src": "1267:5:41",
1189
+ "src": "1267:5:40",
1190
1190
  "typeDescriptions": {
1191
1191
  "typeIdentifier": "t_bytes_storage_ptr",
1192
1192
  "typeString": "bytes"
@@ -1195,21 +1195,21 @@
1195
1195
  "visibility": "internal"
1196
1196
  }
1197
1197
  ],
1198
- "src": "1110:185:41"
1198
+ "src": "1110:185:40"
1199
1199
  },
1200
1200
  "returnParameters": {
1201
- "id": 15674,
1201
+ "id": 15452,
1202
1202
  "nodeType": "ParameterList",
1203
1203
  "parameters": [
1204
1204
  {
1205
1205
  "constant": false,
1206
- "id": 15673,
1206
+ "id": 15451,
1207
1207
  "mutability": "mutable",
1208
1208
  "name": "",
1209
1209
  "nameLocation": "-1:-1:-1",
1210
1210
  "nodeType": "VariableDeclaration",
1211
- "scope": 15680,
1212
- "src": "1376:12:41",
1211
+ "scope": 15458,
1212
+ "src": "1376:12:40",
1213
1213
  "stateVariable": false,
1214
1214
  "storageLocation": "memory",
1215
1215
  "typeDescriptions": {
@@ -1217,10 +1217,10 @@
1217
1217
  "typeString": "bytes"
1218
1218
  },
1219
1219
  "typeName": {
1220
- "id": 15672,
1220
+ "id": 15450,
1221
1221
  "name": "bytes",
1222
1222
  "nodeType": "ElementaryTypeName",
1223
- "src": "1376:5:41",
1223
+ "src": "1376:5:40",
1224
1224
  "typeDescriptions": {
1225
1225
  "typeIdentifier": "t_bytes_storage_ptr",
1226
1226
  "typeString": "bytes"
@@ -1229,36 +1229,36 @@
1229
1229
  "visibility": "internal"
1230
1230
  }
1231
1231
  ],
1232
- "src": "1375:25:41"
1232
+ "src": "1375:25:40"
1233
1233
  },
1234
- "scope": 15751,
1235
- "src": "1079:400:41",
1234
+ "scope": 15529,
1235
+ "src": "1079:400:40",
1236
1236
  "stateMutability": "view",
1237
1237
  "virtual": true,
1238
1238
  "visibility": "external"
1239
1239
  },
1240
1240
  {
1241
1241
  "baseFunctions": [
1242
- 18270
1242
+ 18026
1243
1243
  ],
1244
1244
  "body": {
1245
- "id": 15703,
1245
+ "id": 15481,
1246
1246
  "nodeType": "Block",
1247
- "src": "1832:73:41",
1247
+ "src": "1832:73:40",
1248
1248
  "statements": [
1249
1249
  {
1250
1250
  "expression": {
1251
1251
  "arguments": [
1252
1252
  {
1253
1253
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e742055706461746564",
1254
- "id": 15700,
1254
+ "id": 15478,
1255
1255
  "isConstant": false,
1256
1256
  "isLValue": false,
1257
1257
  "isPure": true,
1258
1258
  "kind": "string",
1259
1259
  "lValueRequested": false,
1260
1260
  "nodeType": "Literal",
1261
- "src": "1849:48:41",
1261
+ "src": "1849:48:40",
1262
1262
  "typeDescriptions": {
1263
1263
  "typeIdentifier": "t_stringliteral_c9805c12754009701dd6ac706c3ac5e61b37efdbb6e5cb34d0ca4033a3cf858c",
1264
1264
  "typeString": "literal_string \"Unsupported callback - After Agreement Updated\""
@@ -1273,7 +1273,7 @@
1273
1273
  "typeString": "literal_string \"Unsupported callback - After Agreement Updated\""
1274
1274
  }
1275
1275
  ],
1276
- "id": 15699,
1276
+ "id": 15477,
1277
1277
  "name": "revert",
1278
1278
  "nodeType": "Identifier",
1279
1279
  "overloadedDeclarations": [
@@ -1281,13 +1281,13 @@
1281
1281
  4294967277
1282
1282
  ],
1283
1283
  "referencedDeclaration": 4294967277,
1284
- "src": "1842:6:41",
1284
+ "src": "1842:6:40",
1285
1285
  "typeDescriptions": {
1286
1286
  "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
1287
1287
  "typeString": "function (string memory) pure"
1288
1288
  }
1289
1289
  },
1290
- "id": 15701,
1290
+ "id": 15479,
1291
1291
  "isConstant": false,
1292
1292
  "isLValue": false,
1293
1293
  "isPure": false,
@@ -1295,66 +1295,66 @@
1295
1295
  "lValueRequested": false,
1296
1296
  "names": [],
1297
1297
  "nodeType": "FunctionCall",
1298
- "src": "1842:56:41",
1298
+ "src": "1842:56:40",
1299
1299
  "tryCall": false,
1300
1300
  "typeDescriptions": {
1301
1301
  "typeIdentifier": "t_tuple$__$",
1302
1302
  "typeString": "tuple()"
1303
1303
  }
1304
1304
  },
1305
- "id": 15702,
1305
+ "id": 15480,
1306
1306
  "nodeType": "ExpressionStatement",
1307
- "src": "1842:56:41"
1307
+ "src": "1842:56:40"
1308
1308
  }
1309
1309
  ]
1310
1310
  },
1311
1311
  "functionSelector": "230dbd29",
1312
- "id": 15704,
1312
+ "id": 15482,
1313
1313
  "implemented": true,
1314
1314
  "kind": "function",
1315
1315
  "modifiers": [],
1316
1316
  "name": "afterAgreementUpdated",
1317
- "nameLocation": "1494:21:41",
1317
+ "nameLocation": "1494:21:40",
1318
1318
  "nodeType": "FunctionDefinition",
1319
1319
  "overrides": {
1320
- "id": 15695,
1320
+ "id": 15473,
1321
1321
  "nodeType": "OverrideSpecifier",
1322
1322
  "overrides": [],
1323
- "src": "1777:8:41"
1323
+ "src": "1777:8:40"
1324
1324
  },
1325
1325
  "parameters": {
1326
- "id": 15694,
1326
+ "id": 15472,
1327
1327
  "nodeType": "ParameterList",
1328
1328
  "parameters": [
1329
1329
  {
1330
1330
  "constant": false,
1331
- "id": 15683,
1331
+ "id": 15461,
1332
1332
  "mutability": "mutable",
1333
1333
  "name": "",
1334
1334
  "nameLocation": "-1:-1:-1",
1335
1335
  "nodeType": "VariableDeclaration",
1336
- "scope": 15704,
1337
- "src": "1525:11:41",
1336
+ "scope": 15482,
1337
+ "src": "1525:11:40",
1338
1338
  "stateVariable": false,
1339
1339
  "storageLocation": "default",
1340
1340
  "typeDescriptions": {
1341
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1341
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1342
1342
  "typeString": "contract ISuperToken"
1343
1343
  },
1344
1344
  "typeName": {
1345
- "id": 15682,
1345
+ "id": 15460,
1346
1346
  "nodeType": "UserDefinedTypeName",
1347
1347
  "pathNode": {
1348
- "id": 15681,
1348
+ "id": 15459,
1349
1349
  "name": "ISuperToken",
1350
1350
  "nodeType": "IdentifierPath",
1351
- "referencedDeclaration": 18683,
1352
- "src": "1525:11:41"
1351
+ "referencedDeclaration": 18439,
1352
+ "src": "1525:11:40"
1353
1353
  },
1354
- "referencedDeclaration": 18683,
1355
- "src": "1525:11:41",
1354
+ "referencedDeclaration": 18439,
1355
+ "src": "1525:11:40",
1356
1356
  "typeDescriptions": {
1357
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1357
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1358
1358
  "typeString": "contract ISuperToken"
1359
1359
  }
1360
1360
  },
@@ -1362,13 +1362,13 @@
1362
1362
  },
1363
1363
  {
1364
1364
  "constant": false,
1365
- "id": 15685,
1365
+ "id": 15463,
1366
1366
  "mutability": "mutable",
1367
1367
  "name": "",
1368
1368
  "nameLocation": "-1:-1:-1",
1369
1369
  "nodeType": "VariableDeclaration",
1370
- "scope": 15704,
1371
- "src": "1561:7:41",
1370
+ "scope": 15482,
1371
+ "src": "1561:7:40",
1372
1372
  "stateVariable": false,
1373
1373
  "storageLocation": "default",
1374
1374
  "typeDescriptions": {
@@ -1376,10 +1376,10 @@
1376
1376
  "typeString": "address"
1377
1377
  },
1378
1378
  "typeName": {
1379
- "id": 15684,
1379
+ "id": 15462,
1380
1380
  "name": "address",
1381
1381
  "nodeType": "ElementaryTypeName",
1382
- "src": "1561:7:41",
1382
+ "src": "1561:7:40",
1383
1383
  "stateMutability": "nonpayable",
1384
1384
  "typeDescriptions": {
1385
1385
  "typeIdentifier": "t_address",
@@ -1390,13 +1390,13 @@
1390
1390
  },
1391
1391
  {
1392
1392
  "constant": false,
1393
- "id": 15687,
1393
+ "id": 15465,
1394
1394
  "mutability": "mutable",
1395
1395
  "name": "",
1396
1396
  "nameLocation": "-1:-1:-1",
1397
1397
  "nodeType": "VariableDeclaration",
1398
- "scope": 15704,
1399
- "src": "1597:7:41",
1398
+ "scope": 15482,
1399
+ "src": "1597:7:40",
1400
1400
  "stateVariable": false,
1401
1401
  "storageLocation": "default",
1402
1402
  "typeDescriptions": {
@@ -1404,10 +1404,10 @@
1404
1404
  "typeString": "bytes32"
1405
1405
  },
1406
1406
  "typeName": {
1407
- "id": 15686,
1407
+ "id": 15464,
1408
1408
  "name": "bytes32",
1409
1409
  "nodeType": "ElementaryTypeName",
1410
- "src": "1597:7:41",
1410
+ "src": "1597:7:40",
1411
1411
  "typeDescriptions": {
1412
1412
  "typeIdentifier": "t_bytes32",
1413
1413
  "typeString": "bytes32"
@@ -1417,13 +1417,13 @@
1417
1417
  },
1418
1418
  {
1419
1419
  "constant": false,
1420
- "id": 15689,
1420
+ "id": 15467,
1421
1421
  "mutability": "mutable",
1422
1422
  "name": "",
1423
1423
  "nameLocation": "-1:-1:-1",
1424
1424
  "nodeType": "VariableDeclaration",
1425
- "scope": 15704,
1426
- "src": "1630:14:41",
1425
+ "scope": 15482,
1426
+ "src": "1630:14:40",
1427
1427
  "stateVariable": false,
1428
1428
  "storageLocation": "calldata",
1429
1429
  "typeDescriptions": {
@@ -1431,10 +1431,10 @@
1431
1431
  "typeString": "bytes"
1432
1432
  },
1433
1433
  "typeName": {
1434
- "id": 15688,
1434
+ "id": 15466,
1435
1435
  "name": "bytes",
1436
1436
  "nodeType": "ElementaryTypeName",
1437
- "src": "1630:5:41",
1437
+ "src": "1630:5:40",
1438
1438
  "typeDescriptions": {
1439
1439
  "typeIdentifier": "t_bytes_storage_ptr",
1440
1440
  "typeString": "bytes"
@@ -1444,13 +1444,13 @@
1444
1444
  },
1445
1445
  {
1446
1446
  "constant": false,
1447
- "id": 15691,
1447
+ "id": 15469,
1448
1448
  "mutability": "mutable",
1449
1449
  "name": "",
1450
1450
  "nameLocation": "-1:-1:-1",
1451
1451
  "nodeType": "VariableDeclaration",
1452
- "scope": 15704,
1453
- "src": "1672:14:41",
1452
+ "scope": 15482,
1453
+ "src": "1672:14:40",
1454
1454
  "stateVariable": false,
1455
1455
  "storageLocation": "calldata",
1456
1456
  "typeDescriptions": {
@@ -1458,10 +1458,10 @@
1458
1458
  "typeString": "bytes"
1459
1459
  },
1460
1460
  "typeName": {
1461
- "id": 15690,
1461
+ "id": 15468,
1462
1462
  "name": "bytes",
1463
1463
  "nodeType": "ElementaryTypeName",
1464
- "src": "1672:5:41",
1464
+ "src": "1672:5:40",
1465
1465
  "typeDescriptions": {
1466
1466
  "typeIdentifier": "t_bytes_storage_ptr",
1467
1467
  "typeString": "bytes"
@@ -1471,13 +1471,13 @@
1471
1471
  },
1472
1472
  {
1473
1473
  "constant": false,
1474
- "id": 15693,
1474
+ "id": 15471,
1475
1475
  "mutability": "mutable",
1476
1476
  "name": "",
1477
1477
  "nameLocation": "-1:-1:-1",
1478
1478
  "nodeType": "VariableDeclaration",
1479
- "scope": 15704,
1480
- "src": "1707:14:41",
1479
+ "scope": 15482,
1480
+ "src": "1707:14:40",
1481
1481
  "stateVariable": false,
1482
1482
  "storageLocation": "calldata",
1483
1483
  "typeDescriptions": {
@@ -1485,10 +1485,10 @@
1485
1485
  "typeString": "bytes"
1486
1486
  },
1487
1487
  "typeName": {
1488
- "id": 15692,
1488
+ "id": 15470,
1489
1489
  "name": "bytes",
1490
1490
  "nodeType": "ElementaryTypeName",
1491
- "src": "1707:5:41",
1491
+ "src": "1707:5:40",
1492
1492
  "typeDescriptions": {
1493
1493
  "typeIdentifier": "t_bytes_storage_ptr",
1494
1494
  "typeString": "bytes"
@@ -1497,21 +1497,21 @@
1497
1497
  "visibility": "internal"
1498
1498
  }
1499
1499
  ],
1500
- "src": "1515:220:41"
1500
+ "src": "1515:220:40"
1501
1501
  },
1502
1502
  "returnParameters": {
1503
- "id": 15698,
1503
+ "id": 15476,
1504
1504
  "nodeType": "ParameterList",
1505
1505
  "parameters": [
1506
1506
  {
1507
1507
  "constant": false,
1508
- "id": 15697,
1508
+ "id": 15475,
1509
1509
  "mutability": "mutable",
1510
1510
  "name": "",
1511
1511
  "nameLocation": "-1:-1:-1",
1512
1512
  "nodeType": "VariableDeclaration",
1513
- "scope": 15704,
1514
- "src": "1803:12:41",
1513
+ "scope": 15482,
1514
+ "src": "1803:12:40",
1515
1515
  "stateVariable": false,
1516
1516
  "storageLocation": "memory",
1517
1517
  "typeDescriptions": {
@@ -1519,10 +1519,10 @@
1519
1519
  "typeString": "bytes"
1520
1520
  },
1521
1521
  "typeName": {
1522
- "id": 15696,
1522
+ "id": 15474,
1523
1523
  "name": "bytes",
1524
1524
  "nodeType": "ElementaryTypeName",
1525
- "src": "1803:5:41",
1525
+ "src": "1803:5:40",
1526
1526
  "typeDescriptions": {
1527
1527
  "typeIdentifier": "t_bytes_storage_ptr",
1528
1528
  "typeString": "bytes"
@@ -1531,36 +1531,36 @@
1531
1531
  "visibility": "internal"
1532
1532
  }
1533
1533
  ],
1534
- "src": "1802:25:41"
1534
+ "src": "1802:25:40"
1535
1535
  },
1536
- "scope": 15751,
1537
- "src": "1485:420:41",
1536
+ "scope": 15529,
1537
+ "src": "1485:420:40",
1538
1538
  "stateMutability": "nonpayable",
1539
1539
  "virtual": true,
1540
1540
  "visibility": "external"
1541
1541
  },
1542
1542
  {
1543
1543
  "baseFunctions": [
1544
- 18287
1544
+ 18043
1545
1545
  ],
1546
1546
  "body": {
1547
- "id": 15725,
1547
+ "id": 15503,
1548
1548
  "nodeType": "Block",
1549
- "src": "2240:78:41",
1549
+ "src": "2240:78:40",
1550
1550
  "statements": [
1551
1551
  {
1552
1552
  "expression": {
1553
1553
  "arguments": [
1554
1554
  {
1555
1555
  "hexValue": "556e737570706f727465642063616c6c6261636b202d20204265666f72652041677265656d656e74205465726d696e61746564",
1556
- "id": 15722,
1556
+ "id": 15500,
1557
1557
  "isConstant": false,
1558
1558
  "isLValue": false,
1559
1559
  "isPure": true,
1560
1560
  "kind": "string",
1561
1561
  "lValueRequested": false,
1562
1562
  "nodeType": "Literal",
1563
- "src": "2257:53:41",
1563
+ "src": "2257:53:40",
1564
1564
  "typeDescriptions": {
1565
1565
  "typeIdentifier": "t_stringliteral_31754a6f0efc415aa89298287cdae4f339583e742724b410677cf88cfae64202",
1566
1566
  "typeString": "literal_string \"Unsupported callback - Before Agreement Terminated\""
@@ -1575,7 +1575,7 @@
1575
1575
  "typeString": "literal_string \"Unsupported callback - Before Agreement Terminated\""
1576
1576
  }
1577
1577
  ],
1578
- "id": 15721,
1578
+ "id": 15499,
1579
1579
  "name": "revert",
1580
1580
  "nodeType": "Identifier",
1581
1581
  "overloadedDeclarations": [
@@ -1583,13 +1583,13 @@
1583
1583
  4294967277
1584
1584
  ],
1585
1585
  "referencedDeclaration": 4294967277,
1586
- "src": "2250:6:41",
1586
+ "src": "2250:6:40",
1587
1587
  "typeDescriptions": {
1588
1588
  "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
1589
1589
  "typeString": "function (string memory) pure"
1590
1590
  }
1591
1591
  },
1592
- "id": 15723,
1592
+ "id": 15501,
1593
1593
  "isConstant": false,
1594
1594
  "isLValue": false,
1595
1595
  "isPure": false,
@@ -1597,66 +1597,66 @@
1597
1597
  "lValueRequested": false,
1598
1598
  "names": [],
1599
1599
  "nodeType": "FunctionCall",
1600
- "src": "2250:61:41",
1600
+ "src": "2250:61:40",
1601
1601
  "tryCall": false,
1602
1602
  "typeDescriptions": {
1603
1603
  "typeIdentifier": "t_tuple$__$",
1604
1604
  "typeString": "tuple()"
1605
1605
  }
1606
1606
  },
1607
- "id": 15724,
1607
+ "id": 15502,
1608
1608
  "nodeType": "ExpressionStatement",
1609
- "src": "2250:61:41"
1609
+ "src": "2250:61:40"
1610
1610
  }
1611
1611
  ]
1612
1612
  },
1613
1613
  "functionSelector": "5f9e7d77",
1614
- "id": 15726,
1614
+ "id": 15504,
1615
1615
  "implemented": true,
1616
1616
  "kind": "function",
1617
1617
  "modifiers": [],
1618
1618
  "name": "beforeAgreementTerminated",
1619
- "nameLocation": "1920:25:41",
1619
+ "nameLocation": "1920:25:40",
1620
1620
  "nodeType": "FunctionDefinition",
1621
1621
  "overrides": {
1622
- "id": 15717,
1622
+ "id": 15495,
1623
1623
  "nodeType": "OverrideSpecifier",
1624
1624
  "overrides": [],
1625
- "src": "2185:8:41"
1625
+ "src": "2185:8:40"
1626
1626
  },
1627
1627
  "parameters": {
1628
- "id": 15716,
1628
+ "id": 15494,
1629
1629
  "nodeType": "ParameterList",
1630
1630
  "parameters": [
1631
1631
  {
1632
1632
  "constant": false,
1633
- "id": 15707,
1633
+ "id": 15485,
1634
1634
  "mutability": "mutable",
1635
1635
  "name": "",
1636
1636
  "nameLocation": "-1:-1:-1",
1637
1637
  "nodeType": "VariableDeclaration",
1638
- "scope": 15726,
1639
- "src": "1955:11:41",
1638
+ "scope": 15504,
1639
+ "src": "1955:11:40",
1640
1640
  "stateVariable": false,
1641
1641
  "storageLocation": "default",
1642
1642
  "typeDescriptions": {
1643
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1643
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1644
1644
  "typeString": "contract ISuperToken"
1645
1645
  },
1646
1646
  "typeName": {
1647
- "id": 15706,
1647
+ "id": 15484,
1648
1648
  "nodeType": "UserDefinedTypeName",
1649
1649
  "pathNode": {
1650
- "id": 15705,
1650
+ "id": 15483,
1651
1651
  "name": "ISuperToken",
1652
1652
  "nodeType": "IdentifierPath",
1653
- "referencedDeclaration": 18683,
1654
- "src": "1955:11:41"
1653
+ "referencedDeclaration": 18439,
1654
+ "src": "1955:11:40"
1655
1655
  },
1656
- "referencedDeclaration": 18683,
1657
- "src": "1955:11:41",
1656
+ "referencedDeclaration": 18439,
1657
+ "src": "1955:11:40",
1658
1658
  "typeDescriptions": {
1659
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1659
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1660
1660
  "typeString": "contract ISuperToken"
1661
1661
  }
1662
1662
  },
@@ -1664,13 +1664,13 @@
1664
1664
  },
1665
1665
  {
1666
1666
  "constant": false,
1667
- "id": 15709,
1667
+ "id": 15487,
1668
1668
  "mutability": "mutable",
1669
1669
  "name": "",
1670
1670
  "nameLocation": "-1:-1:-1",
1671
1671
  "nodeType": "VariableDeclaration",
1672
- "scope": 15726,
1673
- "src": "1991:7:41",
1672
+ "scope": 15504,
1673
+ "src": "1991:7:40",
1674
1674
  "stateVariable": false,
1675
1675
  "storageLocation": "default",
1676
1676
  "typeDescriptions": {
@@ -1678,10 +1678,10 @@
1678
1678
  "typeString": "address"
1679
1679
  },
1680
1680
  "typeName": {
1681
- "id": 15708,
1681
+ "id": 15486,
1682
1682
  "name": "address",
1683
1683
  "nodeType": "ElementaryTypeName",
1684
- "src": "1991:7:41",
1684
+ "src": "1991:7:40",
1685
1685
  "stateMutability": "nonpayable",
1686
1686
  "typeDescriptions": {
1687
1687
  "typeIdentifier": "t_address",
@@ -1692,13 +1692,13 @@
1692
1692
  },
1693
1693
  {
1694
1694
  "constant": false,
1695
- "id": 15711,
1695
+ "id": 15489,
1696
1696
  "mutability": "mutable",
1697
1697
  "name": "",
1698
1698
  "nameLocation": "-1:-1:-1",
1699
1699
  "nodeType": "VariableDeclaration",
1700
- "scope": 15726,
1701
- "src": "2027:7:41",
1700
+ "scope": 15504,
1701
+ "src": "2027:7:40",
1702
1702
  "stateVariable": false,
1703
1703
  "storageLocation": "default",
1704
1704
  "typeDescriptions": {
@@ -1706,10 +1706,10 @@
1706
1706
  "typeString": "bytes32"
1707
1707
  },
1708
1708
  "typeName": {
1709
- "id": 15710,
1709
+ "id": 15488,
1710
1710
  "name": "bytes32",
1711
1711
  "nodeType": "ElementaryTypeName",
1712
- "src": "2027:7:41",
1712
+ "src": "2027:7:40",
1713
1713
  "typeDescriptions": {
1714
1714
  "typeIdentifier": "t_bytes32",
1715
1715
  "typeString": "bytes32"
@@ -1719,13 +1719,13 @@
1719
1719
  },
1720
1720
  {
1721
1721
  "constant": false,
1722
- "id": 15713,
1722
+ "id": 15491,
1723
1723
  "mutability": "mutable",
1724
1724
  "name": "",
1725
1725
  "nameLocation": "-1:-1:-1",
1726
1726
  "nodeType": "VariableDeclaration",
1727
- "scope": 15726,
1728
- "src": "2060:14:41",
1727
+ "scope": 15504,
1728
+ "src": "2060:14:40",
1729
1729
  "stateVariable": false,
1730
1730
  "storageLocation": "calldata",
1731
1731
  "typeDescriptions": {
@@ -1733,10 +1733,10 @@
1733
1733
  "typeString": "bytes"
1734
1734
  },
1735
1735
  "typeName": {
1736
- "id": 15712,
1736
+ "id": 15490,
1737
1737
  "name": "bytes",
1738
1738
  "nodeType": "ElementaryTypeName",
1739
- "src": "2060:5:41",
1739
+ "src": "2060:5:40",
1740
1740
  "typeDescriptions": {
1741
1741
  "typeIdentifier": "t_bytes_storage_ptr",
1742
1742
  "typeString": "bytes"
@@ -1746,13 +1746,13 @@
1746
1746
  },
1747
1747
  {
1748
1748
  "constant": false,
1749
- "id": 15715,
1749
+ "id": 15493,
1750
1750
  "mutability": "mutable",
1751
1751
  "name": "",
1752
1752
  "nameLocation": "-1:-1:-1",
1753
1753
  "nodeType": "VariableDeclaration",
1754
- "scope": 15726,
1755
- "src": "2102:14:41",
1754
+ "scope": 15504,
1755
+ "src": "2102:14:40",
1756
1756
  "stateVariable": false,
1757
1757
  "storageLocation": "calldata",
1758
1758
  "typeDescriptions": {
@@ -1760,10 +1760,10 @@
1760
1760
  "typeString": "bytes"
1761
1761
  },
1762
1762
  "typeName": {
1763
- "id": 15714,
1763
+ "id": 15492,
1764
1764
  "name": "bytes",
1765
1765
  "nodeType": "ElementaryTypeName",
1766
- "src": "2102:5:41",
1766
+ "src": "2102:5:40",
1767
1767
  "typeDescriptions": {
1768
1768
  "typeIdentifier": "t_bytes_storage_ptr",
1769
1769
  "typeString": "bytes"
@@ -1772,21 +1772,21 @@
1772
1772
  "visibility": "internal"
1773
1773
  }
1774
1774
  ],
1775
- "src": "1945:185:41"
1775
+ "src": "1945:185:40"
1776
1776
  },
1777
1777
  "returnParameters": {
1778
- "id": 15720,
1778
+ "id": 15498,
1779
1779
  "nodeType": "ParameterList",
1780
1780
  "parameters": [
1781
1781
  {
1782
1782
  "constant": false,
1783
- "id": 15719,
1783
+ "id": 15497,
1784
1784
  "mutability": "mutable",
1785
1785
  "name": "",
1786
1786
  "nameLocation": "-1:-1:-1",
1787
1787
  "nodeType": "VariableDeclaration",
1788
- "scope": 15726,
1789
- "src": "2211:12:41",
1788
+ "scope": 15504,
1789
+ "src": "2211:12:40",
1790
1790
  "stateVariable": false,
1791
1791
  "storageLocation": "memory",
1792
1792
  "typeDescriptions": {
@@ -1794,10 +1794,10 @@
1794
1794
  "typeString": "bytes"
1795
1795
  },
1796
1796
  "typeName": {
1797
- "id": 15718,
1797
+ "id": 15496,
1798
1798
  "name": "bytes",
1799
1799
  "nodeType": "ElementaryTypeName",
1800
- "src": "2211:5:41",
1800
+ "src": "2211:5:40",
1801
1801
  "typeDescriptions": {
1802
1802
  "typeIdentifier": "t_bytes_storage_ptr",
1803
1803
  "typeString": "bytes"
@@ -1806,36 +1806,36 @@
1806
1806
  "visibility": "internal"
1807
1807
  }
1808
1808
  ],
1809
- "src": "2210:25:41"
1809
+ "src": "2210:25:40"
1810
1810
  },
1811
- "scope": 15751,
1812
- "src": "1911:407:41",
1811
+ "scope": 15529,
1812
+ "src": "1911:407:40",
1813
1813
  "stateMutability": "view",
1814
1814
  "virtual": true,
1815
1815
  "visibility": "external"
1816
1816
  },
1817
1817
  {
1818
1818
  "baseFunctions": [
1819
- 18306
1819
+ 18062
1820
1820
  ],
1821
1821
  "body": {
1822
- "id": 15749,
1822
+ "id": 15527,
1823
1823
  "nodeType": "Block",
1824
- "src": "2674:76:41",
1824
+ "src": "2674:76:40",
1825
1825
  "statements": [
1826
1826
  {
1827
1827
  "expression": {
1828
1828
  "arguments": [
1829
1829
  {
1830
1830
  "hexValue": "556e737570706f727465642063616c6c6261636b202d2041667465722041677265656d656e74205465726d696e61746564",
1831
- "id": 15746,
1831
+ "id": 15524,
1832
1832
  "isConstant": false,
1833
1833
  "isLValue": false,
1834
1834
  "isPure": true,
1835
1835
  "kind": "string",
1836
1836
  "lValueRequested": false,
1837
1837
  "nodeType": "Literal",
1838
- "src": "2691:51:41",
1838
+ "src": "2691:51:40",
1839
1839
  "typeDescriptions": {
1840
1840
  "typeIdentifier": "t_stringliteral_db6e73c280825f70ef51db1bdb1d124f474b66647fa3c272fa4c094968d5d90a",
1841
1841
  "typeString": "literal_string \"Unsupported callback - After Agreement Terminated\""
@@ -1850,7 +1850,7 @@
1850
1850
  "typeString": "literal_string \"Unsupported callback - After Agreement Terminated\""
1851
1851
  }
1852
1852
  ],
1853
- "id": 15745,
1853
+ "id": 15523,
1854
1854
  "name": "revert",
1855
1855
  "nodeType": "Identifier",
1856
1856
  "overloadedDeclarations": [
@@ -1858,13 +1858,13 @@
1858
1858
  4294967277
1859
1859
  ],
1860
1860
  "referencedDeclaration": 4294967277,
1861
- "src": "2684:6:41",
1861
+ "src": "2684:6:40",
1862
1862
  "typeDescriptions": {
1863
1863
  "typeIdentifier": "t_function_revert_pure$_t_string_memory_ptr_$returns$__$",
1864
1864
  "typeString": "function (string memory) pure"
1865
1865
  }
1866
1866
  },
1867
- "id": 15747,
1867
+ "id": 15525,
1868
1868
  "isConstant": false,
1869
1869
  "isLValue": false,
1870
1870
  "isPure": false,
@@ -1872,66 +1872,66 @@
1872
1872
  "lValueRequested": false,
1873
1873
  "names": [],
1874
1874
  "nodeType": "FunctionCall",
1875
- "src": "2684:59:41",
1875
+ "src": "2684:59:40",
1876
1876
  "tryCall": false,
1877
1877
  "typeDescriptions": {
1878
1878
  "typeIdentifier": "t_tuple$__$",
1879
1879
  "typeString": "tuple()"
1880
1880
  }
1881
1881
  },
1882
- "id": 15748,
1882
+ "id": 15526,
1883
1883
  "nodeType": "ExpressionStatement",
1884
- "src": "2684:59:41"
1884
+ "src": "2684:59:40"
1885
1885
  }
1886
1886
  ]
1887
1887
  },
1888
1888
  "functionSelector": "53c11f99",
1889
- "id": 15750,
1889
+ "id": 15528,
1890
1890
  "implemented": true,
1891
1891
  "kind": "function",
1892
1892
  "modifiers": [],
1893
1893
  "name": "afterAgreementTerminated",
1894
- "nameLocation": "2333:24:41",
1894
+ "nameLocation": "2333:24:40",
1895
1895
  "nodeType": "FunctionDefinition",
1896
1896
  "overrides": {
1897
- "id": 15741,
1897
+ "id": 15519,
1898
1898
  "nodeType": "OverrideSpecifier",
1899
1899
  "overrides": [],
1900
- "src": "2619:8:41"
1900
+ "src": "2619:8:40"
1901
1901
  },
1902
1902
  "parameters": {
1903
- "id": 15740,
1903
+ "id": 15518,
1904
1904
  "nodeType": "ParameterList",
1905
1905
  "parameters": [
1906
1906
  {
1907
1907
  "constant": false,
1908
- "id": 15729,
1908
+ "id": 15507,
1909
1909
  "mutability": "mutable",
1910
1910
  "name": "",
1911
1911
  "nameLocation": "-1:-1:-1",
1912
1912
  "nodeType": "VariableDeclaration",
1913
- "scope": 15750,
1914
- "src": "2367:11:41",
1913
+ "scope": 15528,
1914
+ "src": "2367:11:40",
1915
1915
  "stateVariable": false,
1916
1916
  "storageLocation": "default",
1917
1917
  "typeDescriptions": {
1918
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1918
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1919
1919
  "typeString": "contract ISuperToken"
1920
1920
  },
1921
1921
  "typeName": {
1922
- "id": 15728,
1922
+ "id": 15506,
1923
1923
  "nodeType": "UserDefinedTypeName",
1924
1924
  "pathNode": {
1925
- "id": 15727,
1925
+ "id": 15505,
1926
1926
  "name": "ISuperToken",
1927
1927
  "nodeType": "IdentifierPath",
1928
- "referencedDeclaration": 18683,
1929
- "src": "2367:11:41"
1928
+ "referencedDeclaration": 18439,
1929
+ "src": "2367:11:40"
1930
1930
  },
1931
- "referencedDeclaration": 18683,
1932
- "src": "2367:11:41",
1931
+ "referencedDeclaration": 18439,
1932
+ "src": "2367:11:40",
1933
1933
  "typeDescriptions": {
1934
- "typeIdentifier": "t_contract$_ISuperToken_$18683",
1934
+ "typeIdentifier": "t_contract$_ISuperToken_$18439",
1935
1935
  "typeString": "contract ISuperToken"
1936
1936
  }
1937
1937
  },
@@ -1939,13 +1939,13 @@
1939
1939
  },
1940
1940
  {
1941
1941
  "constant": false,
1942
- "id": 15731,
1942
+ "id": 15509,
1943
1943
  "mutability": "mutable",
1944
1944
  "name": "",
1945
1945
  "nameLocation": "-1:-1:-1",
1946
1946
  "nodeType": "VariableDeclaration",
1947
- "scope": 15750,
1948
- "src": "2403:7:41",
1947
+ "scope": 15528,
1948
+ "src": "2403:7:40",
1949
1949
  "stateVariable": false,
1950
1950
  "storageLocation": "default",
1951
1951
  "typeDescriptions": {
@@ -1953,10 +1953,10 @@
1953
1953
  "typeString": "address"
1954
1954
  },
1955
1955
  "typeName": {
1956
- "id": 15730,
1956
+ "id": 15508,
1957
1957
  "name": "address",
1958
1958
  "nodeType": "ElementaryTypeName",
1959
- "src": "2403:7:41",
1959
+ "src": "2403:7:40",
1960
1960
  "stateMutability": "nonpayable",
1961
1961
  "typeDescriptions": {
1962
1962
  "typeIdentifier": "t_address",
@@ -1967,13 +1967,13 @@
1967
1967
  },
1968
1968
  {
1969
1969
  "constant": false,
1970
- "id": 15733,
1970
+ "id": 15511,
1971
1971
  "mutability": "mutable",
1972
1972
  "name": "",
1973
1973
  "nameLocation": "-1:-1:-1",
1974
1974
  "nodeType": "VariableDeclaration",
1975
- "scope": 15750,
1976
- "src": "2439:7:41",
1975
+ "scope": 15528,
1976
+ "src": "2439:7:40",
1977
1977
  "stateVariable": false,
1978
1978
  "storageLocation": "default",
1979
1979
  "typeDescriptions": {
@@ -1981,10 +1981,10 @@
1981
1981
  "typeString": "bytes32"
1982
1982
  },
1983
1983
  "typeName": {
1984
- "id": 15732,
1984
+ "id": 15510,
1985
1985
  "name": "bytes32",
1986
1986
  "nodeType": "ElementaryTypeName",
1987
- "src": "2439:7:41",
1987
+ "src": "2439:7:40",
1988
1988
  "typeDescriptions": {
1989
1989
  "typeIdentifier": "t_bytes32",
1990
1990
  "typeString": "bytes32"
@@ -1994,13 +1994,13 @@
1994
1994
  },
1995
1995
  {
1996
1996
  "constant": false,
1997
- "id": 15735,
1997
+ "id": 15513,
1998
1998
  "mutability": "mutable",
1999
1999
  "name": "",
2000
2000
  "nameLocation": "-1:-1:-1",
2001
2001
  "nodeType": "VariableDeclaration",
2002
- "scope": 15750,
2003
- "src": "2472:14:41",
2002
+ "scope": 15528,
2003
+ "src": "2472:14:40",
2004
2004
  "stateVariable": false,
2005
2005
  "storageLocation": "calldata",
2006
2006
  "typeDescriptions": {
@@ -2008,10 +2008,10 @@
2008
2008
  "typeString": "bytes"
2009
2009
  },
2010
2010
  "typeName": {
2011
- "id": 15734,
2011
+ "id": 15512,
2012
2012
  "name": "bytes",
2013
2013
  "nodeType": "ElementaryTypeName",
2014
- "src": "2472:5:41",
2014
+ "src": "2472:5:40",
2015
2015
  "typeDescriptions": {
2016
2016
  "typeIdentifier": "t_bytes_storage_ptr",
2017
2017
  "typeString": "bytes"
@@ -2021,13 +2021,13 @@
2021
2021
  },
2022
2022
  {
2023
2023
  "constant": false,
2024
- "id": 15737,
2024
+ "id": 15515,
2025
2025
  "mutability": "mutable",
2026
2026
  "name": "",
2027
2027
  "nameLocation": "-1:-1:-1",
2028
2028
  "nodeType": "VariableDeclaration",
2029
- "scope": 15750,
2030
- "src": "2514:14:41",
2029
+ "scope": 15528,
2030
+ "src": "2514:14:40",
2031
2031
  "stateVariable": false,
2032
2032
  "storageLocation": "calldata",
2033
2033
  "typeDescriptions": {
@@ -2035,10 +2035,10 @@
2035
2035
  "typeString": "bytes"
2036
2036
  },
2037
2037
  "typeName": {
2038
- "id": 15736,
2038
+ "id": 15514,
2039
2039
  "name": "bytes",
2040
2040
  "nodeType": "ElementaryTypeName",
2041
- "src": "2514:5:41",
2041
+ "src": "2514:5:40",
2042
2042
  "typeDescriptions": {
2043
2043
  "typeIdentifier": "t_bytes_storage_ptr",
2044
2044
  "typeString": "bytes"
@@ -2048,13 +2048,13 @@
2048
2048
  },
2049
2049
  {
2050
2050
  "constant": false,
2051
- "id": 15739,
2051
+ "id": 15517,
2052
2052
  "mutability": "mutable",
2053
2053
  "name": "",
2054
2054
  "nameLocation": "-1:-1:-1",
2055
2055
  "nodeType": "VariableDeclaration",
2056
- "scope": 15750,
2057
- "src": "2549:14:41",
2056
+ "scope": 15528,
2057
+ "src": "2549:14:40",
2058
2058
  "stateVariable": false,
2059
2059
  "storageLocation": "calldata",
2060
2060
  "typeDescriptions": {
@@ -2062,10 +2062,10 @@
2062
2062
  "typeString": "bytes"
2063
2063
  },
2064
2064
  "typeName": {
2065
- "id": 15738,
2065
+ "id": 15516,
2066
2066
  "name": "bytes",
2067
2067
  "nodeType": "ElementaryTypeName",
2068
- "src": "2549:5:41",
2068
+ "src": "2549:5:40",
2069
2069
  "typeDescriptions": {
2070
2070
  "typeIdentifier": "t_bytes_storage_ptr",
2071
2071
  "typeString": "bytes"
@@ -2074,21 +2074,21 @@
2074
2074
  "visibility": "internal"
2075
2075
  }
2076
2076
  ],
2077
- "src": "2357:220:41"
2077
+ "src": "2357:220:40"
2078
2078
  },
2079
2079
  "returnParameters": {
2080
- "id": 15744,
2080
+ "id": 15522,
2081
2081
  "nodeType": "ParameterList",
2082
2082
  "parameters": [
2083
2083
  {
2084
2084
  "constant": false,
2085
- "id": 15743,
2085
+ "id": 15521,
2086
2086
  "mutability": "mutable",
2087
2087
  "name": "",
2088
2088
  "nameLocation": "-1:-1:-1",
2089
2089
  "nodeType": "VariableDeclaration",
2090
- "scope": 15750,
2091
- "src": "2645:12:41",
2090
+ "scope": 15528,
2091
+ "src": "2645:12:40",
2092
2092
  "stateVariable": false,
2093
2093
  "storageLocation": "memory",
2094
2094
  "typeDescriptions": {
@@ -2096,10 +2096,10 @@
2096
2096
  "typeString": "bytes"
2097
2097
  },
2098
2098
  "typeName": {
2099
- "id": 15742,
2099
+ "id": 15520,
2100
2100
  "name": "bytes",
2101
2101
  "nodeType": "ElementaryTypeName",
2102
- "src": "2645:5:41",
2102
+ "src": "2645:5:40",
2103
2103
  "typeDescriptions": {
2104
2104
  "typeIdentifier": "t_bytes_storage_ptr",
2105
2105
  "typeString": "bytes"
@@ -2108,21 +2108,21 @@
2108
2108
  "visibility": "internal"
2109
2109
  }
2110
2110
  ],
2111
- "src": "2644:25:41"
2111
+ "src": "2644:25:40"
2112
2112
  },
2113
- "scope": 15751,
2114
- "src": "2324:426:41",
2113
+ "scope": 15529,
2114
+ "src": "2324:426:40",
2115
2115
  "stateMutability": "nonpayable",
2116
2116
  "virtual": true,
2117
2117
  "visibility": "external"
2118
2118
  }
2119
2119
  ],
2120
- "scope": 15752,
2121
- "src": "196:2557:41",
2120
+ "scope": 15530,
2121
+ "src": "196:2557:40",
2122
2122
  "usedErrors": []
2123
2123
  }
2124
2124
  ],
2125
- "src": "35:2719:41"
2125
+ "src": "35:2719:40"
2126
2126
  },
2127
2127
  "compiler": {
2128
2128
  "name": "solc",
@@ -2130,7 +2130,7 @@
2130
2130
  },
2131
2131
  "networks": {},
2132
2132
  "schemaVersion": "3.4.7",
2133
- "updatedAt": "2022-05-04T10:31:47.031Z",
2133
+ "updatedAt": "2022-05-05T19:02:22.006Z",
2134
2134
  "devdoc": {
2135
2135
  "kind": "dev",
2136
2136
  "methods": {},