@superfluid-finance/ethereum-contracts 1.2.2-dev.a4c583c.0 → 1.2.2-dev.ec379f7.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 (114) 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 +167 -167
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +178 -178
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +257 -257
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
  12. package/build/contracts/ConstantFlowAgreementV1.json +925 -925
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  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 +23 -23
  24. package/build/contracts/ERC721.json +1 -1
  25. package/build/contracts/ERC777Helper.json +380 -380
  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 +1501 -1501
  30. package/build/contracts/FixedSizeData.json +200 -200
  31. package/build/contracts/FlowExchangeTestApp.json +1502 -1502
  32. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  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 +567 -567
  37. package/build/contracts/IDAv1Library.json +398 -398
  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 +640 -640
  50. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  51. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  52. package/build/contracts/IMultiSigWallet.json +24 -24
  53. package/build/contracts/IPureSuperToken.json +42 -42
  54. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  55. package/build/contracts/IRelayRecipient.json +27 -27
  56. package/build/contracts/IResolver.json +38 -38
  57. package/build/contracts/ISETH.json +47 -47
  58. package/build/contracts/ISETHCustom.json +47 -47
  59. package/build/contracts/ISuperAgreement.json +50 -50
  60. package/build/contracts/ISuperApp.json +191 -191
  61. package/build/contracts/ISuperToken.json +523 -523
  62. package/build/contracts/ISuperTokenFactory.json +160 -160
  63. package/build/contracts/ISuperfluid.json +829 -829
  64. package/build/contracts/ISuperfluidGovernance.json +242 -242
  65. package/build/contracts/ISuperfluidToken.json +389 -389
  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 +577 -577
  70. package/build/contracts/Int96SafeMath.json +281 -281
  71. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  72. package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
  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 +1501 -1501
  83. package/build/contracts/SlotsBitmapLibrary.json +441 -441
  84. package/build/contracts/Strings.json +1 -1
  85. package/build/contracts/SuperAppBase.json +42 -42
  86. package/build/contracts/SuperAppDefinitions.json +599 -599
  87. package/build/contracts/SuperToken.json +2350 -2350
  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 +490 -490
  94. package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
  95. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  96. package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
  97. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  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 +2192 -2442
  102. package/build/contracts/TestToken.json +94 -94
  103. package/build/contracts/TokenCustodian.json +214 -214
  104. package/build/contracts/TokenInfo.json +32 -32
  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 +2 -2
  110. package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
  111. package/contracts/mocks/SuperfluidMock.sol +2 -2
  112. package/contracts/superfluid/Superfluid.sol +5 -10
  113. package/package.json +1 -1
  114. package/scripts/gov-create-new-app-registration-key.js +26 -3
@@ -18,13 +18,13 @@
18
18
  14026
19
19
  ],
20
20
  "IConstantFlowAgreementV1": [
21
- 17083
21
+ 17061
22
22
  ],
23
23
  "ISuperfluid": [
24
- 19024
24
+ 19002
25
25
  ],
26
26
  "ISuperfluidToken": [
27
- 19421
27
+ 19399
28
28
  ]
29
29
  },
30
30
  "id": 14027,
@@ -49,7 +49,7 @@
49
49
  "nameLocation": "-1:-1:-1",
50
50
  "nodeType": "ImportDirective",
51
51
  "scope": 14027,
52
- "sourceUnit": 19025,
52
+ "sourceUnit": 19003,
53
53
  "src": "62:97:38",
54
54
  "symbolAliases": [
55
55
  {
@@ -58,7 +58,7 @@
58
58
  "name": "ISuperfluid",
59
59
  "nodeType": "Identifier",
60
60
  "overloadedDeclarations": [],
61
- "referencedDeclaration": 19024,
61
+ "referencedDeclaration": 19002,
62
62
  "src": "75:11:38",
63
63
  "typeDescriptions": {}
64
64
  },
@@ -70,7 +70,7 @@
70
70
  "name": "ISuperfluidToken",
71
71
  "nodeType": "Identifier",
72
72
  "overloadedDeclarations": [],
73
- "referencedDeclaration": 19421,
73
+ "referencedDeclaration": 19399,
74
74
  "src": "92:16:38",
75
75
  "typeDescriptions": {}
76
76
  },
@@ -86,7 +86,7 @@
86
86
  "nameLocation": "-1:-1:-1",
87
87
  "nodeType": "ImportDirective",
88
88
  "scope": 14027,
89
- "sourceUnit": 17084,
89
+ "sourceUnit": 17062,
90
90
  "src": "161:101:38",
91
91
  "symbolAliases": [
92
92
  {
@@ -95,7 +95,7 @@
95
95
  "name": "IConstantFlowAgreementV1",
96
96
  "nodeType": "Identifier",
97
97
  "overloadedDeclarations": [],
98
- "referencedDeclaration": 17083,
98
+ "referencedDeclaration": 17061,
99
99
  "src": "174:24:38",
100
100
  "typeDescriptions": {}
101
101
  },
@@ -141,7 +141,7 @@
141
141
  "stateVariable": false,
142
142
  "storageLocation": "default",
143
143
  "typeDescriptions": {
144
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
144
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
145
145
  "typeString": "contract ISuperfluid"
146
146
  },
147
147
  "typeName": {
@@ -151,13 +151,13 @@
151
151
  "id": 13199,
152
152
  "name": "ISuperfluid",
153
153
  "nodeType": "IdentifierPath",
154
- "referencedDeclaration": 19024,
154
+ "referencedDeclaration": 19002,
155
155
  "src": "609:11:38"
156
156
  },
157
- "referencedDeclaration": 19024,
157
+ "referencedDeclaration": 19002,
158
158
  "src": "609:11:38",
159
159
  "typeDescriptions": {
160
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
160
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
161
161
  "typeString": "contract ISuperfluid"
162
162
  }
163
163
  },
@@ -175,7 +175,7 @@
175
175
  "stateVariable": false,
176
176
  "storageLocation": "default",
177
177
  "typeDescriptions": {
178
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
178
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
179
179
  "typeString": "contract IConstantFlowAgreementV1"
180
180
  },
181
181
  "typeName": {
@@ -185,13 +185,13 @@
185
185
  "id": 13202,
186
186
  "name": "IConstantFlowAgreementV1",
187
187
  "nodeType": "IdentifierPath",
188
- "referencedDeclaration": 17083,
188
+ "referencedDeclaration": 17061,
189
189
  "src": "635:24:38"
190
190
  },
191
- "referencedDeclaration": 17083,
191
+ "referencedDeclaration": 17061,
192
192
  "src": "635:24:38",
193
193
  "typeDescriptions": {
194
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
194
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
195
195
  "typeString": "contract IConstantFlowAgreementV1"
196
196
  }
197
197
  },
@@ -357,7 +357,7 @@
357
357
  "referencedDeclaration": 13214,
358
358
  "src": "1272:5:38",
359
359
  "typeDescriptions": {
360
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
360
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
361
361
  "typeString": "contract ISuperfluidToken"
362
362
  }
363
363
  },
@@ -433,7 +433,7 @@
433
433
  "expression": {
434
434
  "argumentTypes": [
435
435
  {
436
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
436
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
437
437
  "typeString": "contract ISuperfluidToken"
438
438
  },
439
439
  {
@@ -468,7 +468,7 @@
468
468
  "referencedDeclaration": 13204,
469
469
  "src": "1249:14:38",
470
470
  "typeDescriptions": {
471
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
471
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
472
472
  "typeString": "contract IConstantFlowAgreementV1"
473
473
  }
474
474
  },
@@ -479,10 +479,10 @@
479
479
  "lValueRequested": false,
480
480
  "memberName": "getFlow",
481
481
  "nodeType": "MemberAccess",
482
- "referencedDeclaration": 16968,
482
+ "referencedDeclaration": 16946,
483
483
  "src": "1249:22:38",
484
484
  "typeDescriptions": {
485
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
485
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
486
486
  "typeString": "function (contract ISuperfluidToken,address,address) view external returns (uint256,int96,uint256,uint256)"
487
487
  }
488
488
  },
@@ -635,7 +635,7 @@
635
635
  "referencedDeclaration": 13214,
636
636
  "src": "1492:5:38",
637
637
  "typeDescriptions": {
638
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
638
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
639
639
  "typeString": "contract ISuperfluidToken"
640
640
  }
641
641
  },
@@ -663,7 +663,7 @@
663
663
  "typeString": "address"
664
664
  },
665
665
  {
666
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
666
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
667
667
  "typeString": "contract ISuperfluidToken"
668
668
  },
669
669
  {
@@ -681,7 +681,7 @@
681
681
  "referencedDeclaration": 13469,
682
682
  "src": "1459:10:38",
683
683
  "typeDescriptions": {
684
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$returns$__$",
684
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$returns$__$",
685
685
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,contract ISuperfluidToken,int96)"
686
686
  }
687
687
  },
@@ -749,7 +749,7 @@
749
749
  "referencedDeclaration": 13214,
750
750
  "src": "1404:5:38",
751
751
  "typeDescriptions": {
752
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
752
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
753
753
  "typeString": "contract ISuperfluidToken"
754
754
  }
755
755
  },
@@ -777,7 +777,7 @@
777
777
  "typeString": "address"
778
778
  },
779
779
  {
780
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
780
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
781
781
  "typeString": "contract ISuperfluidToken"
782
782
  },
783
783
  {
@@ -795,7 +795,7 @@
795
795
  "referencedDeclaration": 13389,
796
796
  "src": "1371:10:38",
797
797
  "typeDescriptions": {
798
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$returns$__$",
798
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$returns$__$",
799
799
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,contract ISuperfluidToken,int96)"
800
800
  }
801
801
  },
@@ -922,7 +922,7 @@
922
922
  "referencedDeclaration": 13214,
923
923
  "src": "1182:5:38",
924
924
  "typeDescriptions": {
925
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
925
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
926
926
  "typeString": "contract ISuperfluidToken"
927
927
  }
928
928
  }
@@ -942,7 +942,7 @@
942
942
  "typeString": "address"
943
943
  },
944
944
  {
945
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
945
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
946
946
  "typeString": "contract ISuperfluidToken"
947
947
  }
948
948
  ],
@@ -956,7 +956,7 @@
956
956
  "referencedDeclaration": 13549,
957
957
  "src": "1134:10:38",
958
958
  "typeDescriptions": {
959
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$returns$__$",
959
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$returns$__$",
960
960
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,address,contract ISuperfluidToken)"
961
961
  }
962
962
  },
@@ -1075,7 +1075,7 @@
1075
1075
  "stateVariable": false,
1076
1076
  "storageLocation": "default",
1077
1077
  "typeDescriptions": {
1078
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1078
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1079
1079
  "typeString": "contract ISuperfluidToken"
1080
1080
  },
1081
1081
  "typeName": {
@@ -1085,13 +1085,13 @@
1085
1085
  "id": 13212,
1086
1086
  "name": "ISuperfluidToken",
1087
1087
  "nodeType": "IdentifierPath",
1088
- "referencedDeclaration": 19421,
1088
+ "referencedDeclaration": 19399,
1089
1089
  "src": "1020:16:38"
1090
1090
  },
1091
- "referencedDeclaration": 19421,
1091
+ "referencedDeclaration": 19399,
1092
1092
  "src": "1020:16:38",
1093
1093
  "typeDescriptions": {
1094
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1094
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1095
1095
  "typeString": "contract ISuperfluidToken"
1096
1096
  }
1097
1097
  },
@@ -1291,7 +1291,7 @@
1291
1291
  "referencedDeclaration": 13284,
1292
1292
  "src": "2225:5:38",
1293
1293
  "typeDescriptions": {
1294
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1294
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1295
1295
  "typeString": "contract ISuperfluidToken"
1296
1296
  }
1297
1297
  },
@@ -1367,7 +1367,7 @@
1367
1367
  "expression": {
1368
1368
  "argumentTypes": [
1369
1369
  {
1370
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1370
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1371
1371
  "typeString": "contract ISuperfluidToken"
1372
1372
  },
1373
1373
  {
@@ -1402,7 +1402,7 @@
1402
1402
  "referencedDeclaration": 13204,
1403
1403
  "src": "2202:14:38",
1404
1404
  "typeDescriptions": {
1405
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
1405
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
1406
1406
  "typeString": "contract IConstantFlowAgreementV1"
1407
1407
  }
1408
1408
  },
@@ -1413,10 +1413,10 @@
1413
1413
  "lValueRequested": false,
1414
1414
  "memberName": "getFlow",
1415
1415
  "nodeType": "MemberAccess",
1416
- "referencedDeclaration": 16968,
1416
+ "referencedDeclaration": 16946,
1417
1417
  "src": "2202:22:38",
1418
1418
  "typeDescriptions": {
1419
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
1419
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
1420
1420
  "typeString": "function (contract ISuperfluidToken,address,address) view external returns (uint256,int96,uint256,uint256)"
1421
1421
  }
1422
1422
  },
@@ -1569,7 +1569,7 @@
1569
1569
  "referencedDeclaration": 13284,
1570
1570
  "src": "2455:5:38",
1571
1571
  "typeDescriptions": {
1572
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1572
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1573
1573
  "typeString": "contract ISuperfluidToken"
1574
1574
  }
1575
1575
  },
@@ -1609,7 +1609,7 @@
1609
1609
  "typeString": "address"
1610
1610
  },
1611
1611
  {
1612
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1612
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1613
1613
  "typeString": "contract ISuperfluidToken"
1614
1614
  },
1615
1615
  {
@@ -1631,7 +1631,7 @@
1631
1631
  "referencedDeclaration": 13510,
1632
1632
  "src": "2422:10:38",
1633
1633
  "typeDescriptions": {
1634
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
1634
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
1635
1635
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,contract ISuperfluidToken,int96,bytes memory)"
1636
1636
  }
1637
1637
  },
@@ -1699,7 +1699,7 @@
1699
1699
  "referencedDeclaration": 13284,
1700
1700
  "src": "2357:5:38",
1701
1701
  "typeDescriptions": {
1702
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1702
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1703
1703
  "typeString": "contract ISuperfluidToken"
1704
1704
  }
1705
1705
  },
@@ -1739,7 +1739,7 @@
1739
1739
  "typeString": "address"
1740
1740
  },
1741
1741
  {
1742
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1742
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1743
1743
  "typeString": "contract ISuperfluidToken"
1744
1744
  },
1745
1745
  {
@@ -1761,7 +1761,7 @@
1761
1761
  "referencedDeclaration": 13430,
1762
1762
  "src": "2324:10:38",
1763
1763
  "typeDescriptions": {
1764
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
1764
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
1765
1765
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,contract ISuperfluidToken,int96,bytes memory)"
1766
1766
  }
1767
1767
  },
@@ -1888,7 +1888,7 @@
1888
1888
  "referencedDeclaration": 13284,
1889
1889
  "src": "2125:5:38",
1890
1890
  "typeDescriptions": {
1891
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1891
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1892
1892
  "typeString": "contract ISuperfluidToken"
1893
1893
  }
1894
1894
  },
@@ -1920,7 +1920,7 @@
1920
1920
  "typeString": "address"
1921
1921
  },
1922
1922
  {
1923
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
1923
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
1924
1924
  "typeString": "contract ISuperfluidToken"
1925
1925
  },
1926
1926
  {
@@ -1938,7 +1938,7 @@
1938
1938
  "referencedDeclaration": 13590,
1939
1939
  "src": "2077:10:38",
1940
1940
  "typeDescriptions": {
1941
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_bytes_memory_ptr_$returns$__$",
1941
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$__$",
1942
1942
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,address,contract ISuperfluidToken,bytes memory)"
1943
1943
  }
1944
1944
  },
@@ -2057,7 +2057,7 @@
2057
2057
  "stateVariable": false,
2058
2058
  "storageLocation": "default",
2059
2059
  "typeDescriptions": {
2060
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2060
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2061
2061
  "typeString": "contract ISuperfluidToken"
2062
2062
  },
2063
2063
  "typeName": {
@@ -2067,13 +2067,13 @@
2067
2067
  "id": 13282,
2068
2068
  "name": "ISuperfluidToken",
2069
2069
  "nodeType": "IdentifierPath",
2070
- "referencedDeclaration": 19421,
2070
+ "referencedDeclaration": 19399,
2071
2071
  "src": "1932:16:38"
2072
2072
  },
2073
- "referencedDeclaration": 19421,
2073
+ "referencedDeclaration": 19399,
2074
2074
  "src": "1932:16:38",
2075
2075
  "typeDescriptions": {
2076
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2076
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2077
2077
  "typeString": "contract ISuperfluidToken"
2078
2078
  }
2079
2079
  },
@@ -2180,7 +2180,7 @@
2180
2180
  "referencedDeclaration": 13204,
2181
2181
  "src": "2969:14:38",
2182
2182
  "typeDescriptions": {
2183
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
2183
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
2184
2184
  "typeString": "contract IConstantFlowAgreementV1"
2185
2185
  }
2186
2186
  },
@@ -2211,7 +2211,7 @@
2211
2211
  "referencedDeclaration": 13204,
2212
2212
  "src": "3037:14:38",
2213
2213
  "typeDescriptions": {
2214
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
2214
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
2215
2215
  "typeString": "contract IConstantFlowAgreementV1"
2216
2216
  }
2217
2217
  },
@@ -2222,10 +2222,10 @@
2222
2222
  "lValueRequested": false,
2223
2223
  "memberName": "createFlow",
2224
2224
  "nodeType": "MemberAccess",
2225
- "referencedDeclaration": 16900,
2225
+ "referencedDeclaration": 16878,
2226
2226
  "src": "3037:25:38",
2227
2227
  "typeDescriptions": {
2228
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2228
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2229
2229
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
2230
2230
  }
2231
2231
  },
@@ -2250,7 +2250,7 @@
2250
2250
  "referencedDeclaration": 13359,
2251
2251
  "src": "3089:5:38",
2252
2252
  "typeDescriptions": {
2253
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2253
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2254
2254
  "typeString": "contract ISuperfluidToken"
2255
2255
  }
2256
2256
  },
@@ -2349,7 +2349,7 @@
2349
2349
  "typeString": "bytes4"
2350
2350
  },
2351
2351
  {
2352
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2352
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2353
2353
  "typeString": "contract ISuperfluidToken"
2354
2354
  },
2355
2355
  {
@@ -2425,7 +2425,7 @@
2425
2425
  "expression": {
2426
2426
  "argumentTypes": [
2427
2427
  {
2428
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
2428
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
2429
2429
  "typeString": "contract IConstantFlowAgreementV1"
2430
2430
  },
2431
2431
  {
@@ -2460,7 +2460,7 @@
2460
2460
  "referencedDeclaration": 13201,
2461
2461
  "src": "2926:15:38",
2462
2462
  "typeDescriptions": {
2463
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
2463
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
2464
2464
  "typeString": "contract ISuperfluid"
2465
2465
  }
2466
2466
  },
@@ -2471,10 +2471,10 @@
2471
2471
  "lValueRequested": false,
2472
2472
  "memberName": "callAgreement",
2473
2473
  "nodeType": "MemberAccess",
2474
- "referencedDeclaration": 18922,
2474
+ "referencedDeclaration": 18900,
2475
2475
  "src": "2926:29:38",
2476
2476
  "typeDescriptions": {
2477
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2477
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2478
2478
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
2479
2479
  }
2480
2480
  },
@@ -2590,7 +2590,7 @@
2590
2590
  "stateVariable": false,
2591
2591
  "storageLocation": "default",
2592
2592
  "typeDescriptions": {
2593
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2593
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2594
2594
  "typeString": "contract ISuperfluidToken"
2595
2595
  },
2596
2596
  "typeName": {
@@ -2600,13 +2600,13 @@
2600
2600
  "id": 13357,
2601
2601
  "name": "ISuperfluidToken",
2602
2602
  "nodeType": "IdentifierPath",
2603
- "referencedDeclaration": 19421,
2603
+ "referencedDeclaration": 19399,
2604
2604
  "src": "2854:16:38"
2605
2605
  },
2606
- "referencedDeclaration": 19421,
2606
+ "referencedDeclaration": 19399,
2607
2607
  "src": "2854:16:38",
2608
2608
  "typeDescriptions": {
2609
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2609
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2610
2610
  "typeString": "contract ISuperfluidToken"
2611
2611
  }
2612
2612
  },
@@ -2686,7 +2686,7 @@
2686
2686
  "referencedDeclaration": 13204,
2687
2687
  "src": "3795:14:38",
2688
2688
  "typeDescriptions": {
2689
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
2689
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
2690
2690
  "typeString": "contract IConstantFlowAgreementV1"
2691
2691
  }
2692
2692
  },
@@ -2717,7 +2717,7 @@
2717
2717
  "referencedDeclaration": 13204,
2718
2718
  "src": "3863:14:38",
2719
2719
  "typeDescriptions": {
2720
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
2720
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
2721
2721
  "typeString": "contract IConstantFlowAgreementV1"
2722
2722
  }
2723
2723
  },
@@ -2728,10 +2728,10 @@
2728
2728
  "lValueRequested": false,
2729
2729
  "memberName": "createFlow",
2730
2730
  "nodeType": "MemberAccess",
2731
- "referencedDeclaration": 16900,
2731
+ "referencedDeclaration": 16878,
2732
2732
  "src": "3863:25:38",
2733
2733
  "typeDescriptions": {
2734
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2734
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2735
2735
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
2736
2736
  }
2737
2737
  },
@@ -2756,7 +2756,7 @@
2756
2756
  "referencedDeclaration": 13398,
2757
2757
  "src": "3915:5:38",
2758
2758
  "typeDescriptions": {
2759
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2759
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2760
2760
  "typeString": "contract ISuperfluidToken"
2761
2761
  }
2762
2762
  },
@@ -2855,7 +2855,7 @@
2855
2855
  "typeString": "bytes4"
2856
2856
  },
2857
2857
  {
2858
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
2858
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
2859
2859
  "typeString": "contract ISuperfluidToken"
2860
2860
  },
2861
2861
  {
@@ -2927,7 +2927,7 @@
2927
2927
  "expression": {
2928
2928
  "argumentTypes": [
2929
2929
  {
2930
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
2930
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
2931
2931
  "typeString": "contract IConstantFlowAgreementV1"
2932
2932
  },
2933
2933
  {
@@ -2962,7 +2962,7 @@
2962
2962
  "referencedDeclaration": 13201,
2963
2963
  "src": "3752:15:38",
2964
2964
  "typeDescriptions": {
2965
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
2965
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
2966
2966
  "typeString": "contract ISuperfluid"
2967
2967
  }
2968
2968
  },
@@ -2973,10 +2973,10 @@
2973
2973
  "lValueRequested": false,
2974
2974
  "memberName": "callAgreement",
2975
2975
  "nodeType": "MemberAccess",
2976
- "referencedDeclaration": 18922,
2976
+ "referencedDeclaration": 18900,
2977
2977
  "src": "3752:29:38",
2978
2978
  "typeDescriptions": {
2979
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2979
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2980
2980
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
2981
2981
  }
2982
2982
  },
@@ -3092,7 +3092,7 @@
3092
3092
  "stateVariable": false,
3093
3093
  "storageLocation": "default",
3094
3094
  "typeDescriptions": {
3095
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3095
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3096
3096
  "typeString": "contract ISuperfluidToken"
3097
3097
  },
3098
3098
  "typeName": {
@@ -3102,13 +3102,13 @@
3102
3102
  "id": 13396,
3103
3103
  "name": "ISuperfluidToken",
3104
3104
  "nodeType": "IdentifierPath",
3105
- "referencedDeclaration": 19421,
3105
+ "referencedDeclaration": 19399,
3106
3106
  "src": "3649:16:38"
3107
3107
  },
3108
- "referencedDeclaration": 19421,
3108
+ "referencedDeclaration": 19399,
3109
3109
  "src": "3649:16:38",
3110
3110
  "typeDescriptions": {
3111
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3111
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3112
3112
  "typeString": "contract ISuperfluidToken"
3113
3113
  }
3114
3114
  },
@@ -3215,7 +3215,7 @@
3215
3215
  "referencedDeclaration": 13204,
3216
3216
  "src": "4527:14:38",
3217
3217
  "typeDescriptions": {
3218
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
3218
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
3219
3219
  "typeString": "contract IConstantFlowAgreementV1"
3220
3220
  }
3221
3221
  },
@@ -3246,7 +3246,7 @@
3246
3246
  "referencedDeclaration": 13204,
3247
3247
  "src": "4595:14:38",
3248
3248
  "typeDescriptions": {
3249
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
3249
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
3250
3250
  "typeString": "contract IConstantFlowAgreementV1"
3251
3251
  }
3252
3252
  },
@@ -3257,10 +3257,10 @@
3257
3257
  "lValueRequested": false,
3258
3258
  "memberName": "updateFlow",
3259
3259
  "nodeType": "MemberAccess",
3260
- "referencedDeclaration": 16932,
3260
+ "referencedDeclaration": 16910,
3261
3261
  "src": "4595:25:38",
3262
3262
  "typeDescriptions": {
3263
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3263
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3264
3264
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
3265
3265
  }
3266
3266
  },
@@ -3285,7 +3285,7 @@
3285
3285
  "referencedDeclaration": 13439,
3286
3286
  "src": "4647:5:38",
3287
3287
  "typeDescriptions": {
3288
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3288
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3289
3289
  "typeString": "contract ISuperfluidToken"
3290
3290
  }
3291
3291
  },
@@ -3384,7 +3384,7 @@
3384
3384
  "typeString": "bytes4"
3385
3385
  },
3386
3386
  {
3387
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3387
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3388
3388
  "typeString": "contract ISuperfluidToken"
3389
3389
  },
3390
3390
  {
@@ -3460,7 +3460,7 @@
3460
3460
  "expression": {
3461
3461
  "argumentTypes": [
3462
3462
  {
3463
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
3463
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
3464
3464
  "typeString": "contract IConstantFlowAgreementV1"
3465
3465
  },
3466
3466
  {
@@ -3495,7 +3495,7 @@
3495
3495
  "referencedDeclaration": 13201,
3496
3496
  "src": "4484:15:38",
3497
3497
  "typeDescriptions": {
3498
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
3498
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
3499
3499
  "typeString": "contract ISuperfluid"
3500
3500
  }
3501
3501
  },
@@ -3506,10 +3506,10 @@
3506
3506
  "lValueRequested": false,
3507
3507
  "memberName": "callAgreement",
3508
3508
  "nodeType": "MemberAccess",
3509
- "referencedDeclaration": 18922,
3509
+ "referencedDeclaration": 18900,
3510
3510
  "src": "4484:29:38",
3511
3511
  "typeDescriptions": {
3512
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3512
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3513
3513
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
3514
3514
  }
3515
3515
  },
@@ -3625,7 +3625,7 @@
3625
3625
  "stateVariable": false,
3626
3626
  "storageLocation": "default",
3627
3627
  "typeDescriptions": {
3628
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3628
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3629
3629
  "typeString": "contract ISuperfluidToken"
3630
3630
  },
3631
3631
  "typeName": {
@@ -3635,13 +3635,13 @@
3635
3635
  "id": 13437,
3636
3636
  "name": "ISuperfluidToken",
3637
3637
  "nodeType": "IdentifierPath",
3638
- "referencedDeclaration": 19421,
3638
+ "referencedDeclaration": 19399,
3639
3639
  "src": "4412:16:38"
3640
3640
  },
3641
- "referencedDeclaration": 19421,
3641
+ "referencedDeclaration": 19399,
3642
3642
  "src": "4412:16:38",
3643
3643
  "typeDescriptions": {
3644
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3644
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3645
3645
  "typeString": "contract ISuperfluidToken"
3646
3646
  }
3647
3647
  },
@@ -3721,7 +3721,7 @@
3721
3721
  "referencedDeclaration": 13204,
3722
3722
  "src": "5353:14:38",
3723
3723
  "typeDescriptions": {
3724
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
3724
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
3725
3725
  "typeString": "contract IConstantFlowAgreementV1"
3726
3726
  }
3727
3727
  },
@@ -3752,7 +3752,7 @@
3752
3752
  "referencedDeclaration": 13204,
3753
3753
  "src": "5421:14:38",
3754
3754
  "typeDescriptions": {
3755
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
3755
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
3756
3756
  "typeString": "contract IConstantFlowAgreementV1"
3757
3757
  }
3758
3758
  },
@@ -3763,10 +3763,10 @@
3763
3763
  "lValueRequested": false,
3764
3764
  "memberName": "updateFlow",
3765
3765
  "nodeType": "MemberAccess",
3766
- "referencedDeclaration": 16932,
3766
+ "referencedDeclaration": 16910,
3767
3767
  "src": "5421:25:38",
3768
3768
  "typeDescriptions": {
3769
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3769
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3770
3770
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
3771
3771
  }
3772
3772
  },
@@ -3791,7 +3791,7 @@
3791
3791
  "referencedDeclaration": 13478,
3792
3792
  "src": "5473:5:38",
3793
3793
  "typeDescriptions": {
3794
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3794
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3795
3795
  "typeString": "contract ISuperfluidToken"
3796
3796
  }
3797
3797
  },
@@ -3890,7 +3890,7 @@
3890
3890
  "typeString": "bytes4"
3891
3891
  },
3892
3892
  {
3893
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
3893
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
3894
3894
  "typeString": "contract ISuperfluidToken"
3895
3895
  },
3896
3896
  {
@@ -3962,7 +3962,7 @@
3962
3962
  "expression": {
3963
3963
  "argumentTypes": [
3964
3964
  {
3965
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
3965
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
3966
3966
  "typeString": "contract IConstantFlowAgreementV1"
3967
3967
  },
3968
3968
  {
@@ -3997,7 +3997,7 @@
3997
3997
  "referencedDeclaration": 13201,
3998
3998
  "src": "5310:15:38",
3999
3999
  "typeDescriptions": {
4000
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
4000
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
4001
4001
  "typeString": "contract ISuperfluid"
4002
4002
  }
4003
4003
  },
@@ -4008,10 +4008,10 @@
4008
4008
  "lValueRequested": false,
4009
4009
  "memberName": "callAgreement",
4010
4010
  "nodeType": "MemberAccess",
4011
- "referencedDeclaration": 18922,
4011
+ "referencedDeclaration": 18900,
4012
4012
  "src": "5310:29:38",
4013
4013
  "typeDescriptions": {
4014
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4014
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4015
4015
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
4016
4016
  }
4017
4017
  },
@@ -4127,7 +4127,7 @@
4127
4127
  "stateVariable": false,
4128
4128
  "storageLocation": "default",
4129
4129
  "typeDescriptions": {
4130
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4130
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4131
4131
  "typeString": "contract ISuperfluidToken"
4132
4132
  },
4133
4133
  "typeName": {
@@ -4137,13 +4137,13 @@
4137
4137
  "id": 13476,
4138
4138
  "name": "ISuperfluidToken",
4139
4139
  "nodeType": "IdentifierPath",
4140
- "referencedDeclaration": 19421,
4140
+ "referencedDeclaration": 19399,
4141
4141
  "src": "5207:16:38"
4142
4142
  },
4143
- "referencedDeclaration": 19421,
4143
+ "referencedDeclaration": 19399,
4144
4144
  "src": "5207:16:38",
4145
4145
  "typeDescriptions": {
4146
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4146
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4147
4147
  "typeString": "contract ISuperfluidToken"
4148
4148
  }
4149
4149
  },
@@ -4250,7 +4250,7 @@
4250
4250
  "referencedDeclaration": 13204,
4251
4251
  "src": "6085:14:38",
4252
4252
  "typeDescriptions": {
4253
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
4253
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
4254
4254
  "typeString": "contract IConstantFlowAgreementV1"
4255
4255
  }
4256
4256
  },
@@ -4281,7 +4281,7 @@
4281
4281
  "referencedDeclaration": 13204,
4282
4282
  "src": "6153:14:38",
4283
4283
  "typeDescriptions": {
4284
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
4284
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
4285
4285
  "typeString": "contract IConstantFlowAgreementV1"
4286
4286
  }
4287
4287
  },
@@ -4292,10 +4292,10 @@
4292
4292
  "lValueRequested": false,
4293
4293
  "memberName": "deleteFlow",
4294
4294
  "nodeType": "MemberAccess",
4295
- "referencedDeclaration": 17028,
4295
+ "referencedDeclaration": 17006,
4296
4296
  "src": "6153:25:38",
4297
4297
  "typeDescriptions": {
4298
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4298
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4299
4299
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
4300
4300
  }
4301
4301
  },
@@ -4320,7 +4320,7 @@
4320
4320
  "referencedDeclaration": 13521,
4321
4321
  "src": "6205:5:38",
4322
4322
  "typeDescriptions": {
4323
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4323
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4324
4324
  "typeString": "contract ISuperfluidToken"
4325
4325
  }
4326
4326
  },
@@ -4419,7 +4419,7 @@
4419
4419
  "typeString": "bytes4"
4420
4420
  },
4421
4421
  {
4422
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4422
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4423
4423
  "typeString": "contract ISuperfluidToken"
4424
4424
  },
4425
4425
  {
@@ -4495,7 +4495,7 @@
4495
4495
  "expression": {
4496
4496
  "argumentTypes": [
4497
4497
  {
4498
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
4498
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
4499
4499
  "typeString": "contract IConstantFlowAgreementV1"
4500
4500
  },
4501
4501
  {
@@ -4530,7 +4530,7 @@
4530
4530
  "referencedDeclaration": 13201,
4531
4531
  "src": "6042:15:38",
4532
4532
  "typeDescriptions": {
4533
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
4533
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
4534
4534
  "typeString": "contract ISuperfluid"
4535
4535
  }
4536
4536
  },
@@ -4541,10 +4541,10 @@
4541
4541
  "lValueRequested": false,
4542
4542
  "memberName": "callAgreement",
4543
4543
  "nodeType": "MemberAccess",
4544
- "referencedDeclaration": 18922,
4544
+ "referencedDeclaration": 18900,
4545
4545
  "src": "6042:29:38",
4546
4546
  "typeDescriptions": {
4547
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4547
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4548
4548
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
4549
4549
  }
4550
4550
  },
@@ -4688,7 +4688,7 @@
4688
4688
  "stateVariable": false,
4689
4689
  "storageLocation": "default",
4690
4690
  "typeDescriptions": {
4691
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4691
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4692
4692
  "typeString": "contract ISuperfluidToken"
4693
4693
  },
4694
4694
  "typeName": {
@@ -4698,13 +4698,13 @@
4698
4698
  "id": 13519,
4699
4699
  "name": "ISuperfluidToken",
4700
4700
  "nodeType": "IdentifierPath",
4701
- "referencedDeclaration": 19421,
4701
+ "referencedDeclaration": 19399,
4702
4702
  "src": "5994:16:38"
4703
4703
  },
4704
- "referencedDeclaration": 19421,
4704
+ "referencedDeclaration": 19399,
4705
4705
  "src": "5994:16:38",
4706
4706
  "typeDescriptions": {
4707
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4707
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4708
4708
  "typeString": "contract ISuperfluidToken"
4709
4709
  }
4710
4710
  },
@@ -4757,7 +4757,7 @@
4757
4757
  "referencedDeclaration": 13204,
4758
4758
  "src": "6909:14:38",
4759
4759
  "typeDescriptions": {
4760
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
4760
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
4761
4761
  "typeString": "contract IConstantFlowAgreementV1"
4762
4762
  }
4763
4763
  },
@@ -4788,7 +4788,7 @@
4788
4788
  "referencedDeclaration": 13204,
4789
4789
  "src": "6977:14:38",
4790
4790
  "typeDescriptions": {
4791
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
4791
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
4792
4792
  "typeString": "contract IConstantFlowAgreementV1"
4793
4793
  }
4794
4794
  },
@@ -4799,10 +4799,10 @@
4799
4799
  "lValueRequested": false,
4800
4800
  "memberName": "deleteFlow",
4801
4801
  "nodeType": "MemberAccess",
4802
- "referencedDeclaration": 17028,
4802
+ "referencedDeclaration": 17006,
4803
4803
  "src": "6977:25:38",
4804
4804
  "typeDescriptions": {
4805
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4805
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4806
4806
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
4807
4807
  }
4808
4808
  },
@@ -4827,7 +4827,7 @@
4827
4827
  "referencedDeclaration": 13560,
4828
4828
  "src": "7029:5:38",
4829
4829
  "typeDescriptions": {
4830
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4830
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4831
4831
  "typeString": "contract ISuperfluidToken"
4832
4832
  }
4833
4833
  },
@@ -4926,7 +4926,7 @@
4926
4926
  "typeString": "bytes4"
4927
4927
  },
4928
4928
  {
4929
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
4929
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
4930
4930
  "typeString": "contract ISuperfluidToken"
4931
4931
  },
4932
4932
  {
@@ -4998,7 +4998,7 @@
4998
4998
  "expression": {
4999
4999
  "argumentTypes": [
5000
5000
  {
5001
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
5001
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
5002
5002
  "typeString": "contract IConstantFlowAgreementV1"
5003
5003
  },
5004
5004
  {
@@ -5033,7 +5033,7 @@
5033
5033
  "referencedDeclaration": 13201,
5034
5034
  "src": "6866:15:38",
5035
5035
  "typeDescriptions": {
5036
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
5036
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
5037
5037
  "typeString": "contract ISuperfluid"
5038
5038
  }
5039
5039
  },
@@ -5044,10 +5044,10 @@
5044
5044
  "lValueRequested": false,
5045
5045
  "memberName": "callAgreement",
5046
5046
  "nodeType": "MemberAccess",
5047
- "referencedDeclaration": 18922,
5047
+ "referencedDeclaration": 18900,
5048
5048
  "src": "6866:29:38",
5049
5049
  "typeDescriptions": {
5050
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5050
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5051
5051
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
5052
5052
  }
5053
5053
  },
@@ -5191,7 +5191,7 @@
5191
5191
  "stateVariable": false,
5192
5192
  "storageLocation": "default",
5193
5193
  "typeDescriptions": {
5194
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5194
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5195
5195
  "typeString": "contract ISuperfluidToken"
5196
5196
  },
5197
5197
  "typeName": {
@@ -5201,13 +5201,13 @@
5201
5201
  "id": 13558,
5202
5202
  "name": "ISuperfluidToken",
5203
5203
  "nodeType": "IdentifierPath",
5204
- "referencedDeclaration": 19421,
5204
+ "referencedDeclaration": 19399,
5205
5205
  "src": "6787:16:38"
5206
5206
  },
5207
- "referencedDeclaration": 19421,
5207
+ "referencedDeclaration": 19399,
5208
5208
  "src": "6787:16:38",
5209
5209
  "typeDescriptions": {
5210
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5210
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5211
5211
  "typeString": "contract ISuperfluidToken"
5212
5212
  }
5213
5213
  },
@@ -5407,7 +5407,7 @@
5407
5407
  "referencedDeclaration": 13601,
5408
5408
  "src": "7935:5:38",
5409
5409
  "typeDescriptions": {
5410
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5410
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5411
5411
  "typeString": "contract ISuperfluidToken"
5412
5412
  }
5413
5413
  },
@@ -5483,7 +5483,7 @@
5483
5483
  "expression": {
5484
5484
  "argumentTypes": [
5485
5485
  {
5486
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5486
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5487
5487
  "typeString": "contract ISuperfluidToken"
5488
5488
  },
5489
5489
  {
@@ -5518,7 +5518,7 @@
5518
5518
  "referencedDeclaration": 13204,
5519
5519
  "src": "7912:14:38",
5520
5520
  "typeDescriptions": {
5521
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
5521
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
5522
5522
  "typeString": "contract IConstantFlowAgreementV1"
5523
5523
  }
5524
5524
  },
@@ -5529,10 +5529,10 @@
5529
5529
  "lValueRequested": false,
5530
5530
  "memberName": "getFlow",
5531
5531
  "nodeType": "MemberAccess",
5532
- "referencedDeclaration": 16968,
5532
+ "referencedDeclaration": 16946,
5533
5533
  "src": "7912:22:38",
5534
5534
  "typeDescriptions": {
5535
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
5535
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
5536
5536
  "typeString": "function (contract ISuperfluidToken,address,address) view external returns (uint256,int96,uint256,uint256)"
5537
5537
  }
5538
5538
  },
@@ -5697,7 +5697,7 @@
5697
5697
  "referencedDeclaration": 13601,
5698
5698
  "src": "8193:5:38",
5699
5699
  "typeDescriptions": {
5700
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5700
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5701
5701
  "typeString": "contract ISuperfluidToken"
5702
5702
  }
5703
5703
  },
@@ -5729,7 +5729,7 @@
5729
5729
  "typeString": "address"
5730
5730
  },
5731
5731
  {
5732
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5732
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5733
5733
  "typeString": "contract ISuperfluidToken"
5734
5734
  },
5735
5735
  {
@@ -5747,7 +5747,7 @@
5747
5747
  "referencedDeclaration": 13886,
5748
5748
  "src": "8148:17:38",
5749
5749
  "typeDescriptions": {
5750
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$returns$_t_bytes_memory_ptr_$",
5750
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$returns$_t_bytes_memory_ptr_$",
5751
5751
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,contract ISuperfluidToken,int96) returns (bytes memory)"
5752
5752
  }
5753
5753
  },
@@ -5828,7 +5828,7 @@
5828
5828
  "referencedDeclaration": 13601,
5829
5829
  "src": "8086:5:38",
5830
5830
  "typeDescriptions": {
5831
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5831
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5832
5832
  "typeString": "contract ISuperfluidToken"
5833
5833
  }
5834
5834
  },
@@ -5860,7 +5860,7 @@
5860
5860
  "typeString": "address"
5861
5861
  },
5862
5862
  {
5863
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
5863
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
5864
5864
  "typeString": "contract ISuperfluidToken"
5865
5865
  },
5866
5866
  {
@@ -5878,7 +5878,7 @@
5878
5878
  "referencedDeclaration": 13794,
5879
5879
  "src": "8041:17:38",
5880
5880
  "typeDescriptions": {
5881
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$returns$_t_bytes_memory_ptr_$",
5881
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$returns$_t_bytes_memory_ptr_$",
5882
5882
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,contract ISuperfluidToken,int96) returns (bytes memory)"
5883
5883
  }
5884
5884
  },
@@ -6018,7 +6018,7 @@
6018
6018
  "referencedDeclaration": 13601,
6019
6019
  "src": "7845:5:38",
6020
6020
  "typeDescriptions": {
6021
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6021
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6022
6022
  "typeString": "contract ISuperfluidToken"
6023
6023
  }
6024
6024
  }
@@ -6042,7 +6042,7 @@
6042
6042
  "typeString": "address"
6043
6043
  },
6044
6044
  {
6045
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6045
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6046
6046
  "typeString": "contract ISuperfluidToken"
6047
6047
  }
6048
6048
  ],
@@ -6056,7 +6056,7 @@
6056
6056
  "referencedDeclaration": 13978,
6057
6057
  "src": "7785:17:38",
6058
6058
  "typeDescriptions": {
6059
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$returns$_t_bytes_memory_ptr_$",
6059
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$returns$_t_bytes_memory_ptr_$",
6060
6060
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,address,contract ISuperfluidToken) returns (bytes memory)"
6061
6061
  }
6062
6062
  },
@@ -6203,7 +6203,7 @@
6203
6203
  "stateVariable": false,
6204
6204
  "storageLocation": "default",
6205
6205
  "typeDescriptions": {
6206
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6206
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6207
6207
  "typeString": "contract ISuperfluidToken"
6208
6208
  },
6209
6209
  "typeName": {
@@ -6213,13 +6213,13 @@
6213
6213
  "id": 13599,
6214
6214
  "name": "ISuperfluidToken",
6215
6215
  "nodeType": "IdentifierPath",
6216
- "referencedDeclaration": 19421,
6216
+ "referencedDeclaration": 19399,
6217
6217
  "src": "7634:16:38"
6218
6218
  },
6219
- "referencedDeclaration": 19421,
6219
+ "referencedDeclaration": 19399,
6220
6220
  "src": "7634:16:38",
6221
6221
  "typeDescriptions": {
6222
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6222
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6223
6223
  "typeString": "contract ISuperfluidToken"
6224
6224
  }
6225
6225
  },
@@ -6447,7 +6447,7 @@
6447
6447
  "referencedDeclaration": 13678,
6448
6448
  "src": "9093:5:38",
6449
6449
  "typeDescriptions": {
6450
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6450
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6451
6451
  "typeString": "contract ISuperfluidToken"
6452
6452
  }
6453
6453
  },
@@ -6523,7 +6523,7 @@
6523
6523
  "expression": {
6524
6524
  "argumentTypes": [
6525
6525
  {
6526
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6526
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6527
6527
  "typeString": "contract ISuperfluidToken"
6528
6528
  },
6529
6529
  {
@@ -6558,7 +6558,7 @@
6558
6558
  "referencedDeclaration": 13204,
6559
6559
  "src": "9070:14:38",
6560
6560
  "typeDescriptions": {
6561
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
6561
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
6562
6562
  "typeString": "contract IConstantFlowAgreementV1"
6563
6563
  }
6564
6564
  },
@@ -6569,10 +6569,10 @@
6569
6569
  "lValueRequested": false,
6570
6570
  "memberName": "getFlow",
6571
6571
  "nodeType": "MemberAccess",
6572
- "referencedDeclaration": 16968,
6572
+ "referencedDeclaration": 16946,
6573
6573
  "src": "9070:22:38",
6574
6574
  "typeDescriptions": {
6575
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
6575
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$returns$_t_uint256_$_t_int96_$_t_uint256_$_t_uint256_$",
6576
6576
  "typeString": "function (contract ISuperfluidToken,address,address) view external returns (uint256,int96,uint256,uint256)"
6577
6577
  }
6578
6578
  },
@@ -6737,7 +6737,7 @@
6737
6737
  "referencedDeclaration": 13678,
6738
6738
  "src": "9361:5:38",
6739
6739
  "typeDescriptions": {
6740
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6740
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6741
6741
  "typeString": "contract ISuperfluidToken"
6742
6742
  }
6743
6743
  },
@@ -6781,7 +6781,7 @@
6781
6781
  "typeString": "address"
6782
6782
  },
6783
6783
  {
6784
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6784
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6785
6785
  "typeString": "contract ISuperfluidToken"
6786
6786
  },
6787
6787
  {
@@ -6803,7 +6803,7 @@
6803
6803
  "referencedDeclaration": 13933,
6804
6804
  "src": "9316:17:38",
6805
6805
  "typeDescriptions": {
6806
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6806
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6807
6807
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
6808
6808
  }
6809
6809
  },
@@ -6884,7 +6884,7 @@
6884
6884
  "referencedDeclaration": 13678,
6885
6885
  "src": "9244:5:38",
6886
6886
  "typeDescriptions": {
6887
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6887
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6888
6888
  "typeString": "contract ISuperfluidToken"
6889
6889
  }
6890
6890
  },
@@ -6928,7 +6928,7 @@
6928
6928
  "typeString": "address"
6929
6929
  },
6930
6930
  {
6931
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
6931
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
6932
6932
  "typeString": "contract ISuperfluidToken"
6933
6933
  },
6934
6934
  {
@@ -6950,7 +6950,7 @@
6950
6950
  "referencedDeclaration": 13841,
6951
6951
  "src": "9199:17:38",
6952
6952
  "typeDescriptions": {
6953
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6953
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6954
6954
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
6955
6955
  }
6956
6956
  },
@@ -7090,7 +7090,7 @@
7090
7090
  "referencedDeclaration": 13678,
7091
7091
  "src": "8993:5:38",
7092
7092
  "typeDescriptions": {
7093
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7093
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7094
7094
  "typeString": "contract ISuperfluidToken"
7095
7095
  }
7096
7096
  },
@@ -7126,7 +7126,7 @@
7126
7126
  "typeString": "address"
7127
7127
  },
7128
7128
  {
7129
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7129
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7130
7130
  "typeString": "contract ISuperfluidToken"
7131
7131
  },
7132
7132
  {
@@ -7144,7 +7144,7 @@
7144
7144
  "referencedDeclaration": 14025,
7145
7145
  "src": "8933:17:38",
7146
7146
  "typeDescriptions": {
7147
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19421_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7147
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13205_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$19399_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7148
7148
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,address,contract ISuperfluidToken,bytes memory) returns (bytes memory)"
7149
7149
  }
7150
7150
  },
@@ -7291,7 +7291,7 @@
7291
7291
  "stateVariable": false,
7292
7292
  "storageLocation": "default",
7293
7293
  "typeDescriptions": {
7294
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7294
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7295
7295
  "typeString": "contract ISuperfluidToken"
7296
7296
  },
7297
7297
  "typeName": {
@@ -7301,13 +7301,13 @@
7301
7301
  "id": 13676,
7302
7302
  "name": "ISuperfluidToken",
7303
7303
  "nodeType": "IdentifierPath",
7304
- "referencedDeclaration": 19421,
7304
+ "referencedDeclaration": 19399,
7305
7305
  "src": "8751:16:38"
7306
7306
  },
7307
- "referencedDeclaration": 19421,
7307
+ "referencedDeclaration": 19399,
7308
7308
  "src": "8751:16:38",
7309
7309
  "typeDescriptions": {
7310
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7310
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7311
7311
  "typeString": "contract ISuperfluidToken"
7312
7312
  }
7313
7313
  },
@@ -7479,7 +7479,7 @@
7479
7479
  "referencedDeclaration": 13204,
7480
7480
  "src": "10044:14:38",
7481
7481
  "typeDescriptions": {
7482
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
7482
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
7483
7483
  "typeString": "contract IConstantFlowAgreementV1"
7484
7484
  }
7485
7485
  },
@@ -7510,7 +7510,7 @@
7510
7510
  "referencedDeclaration": 13204,
7511
7511
  "src": "10112:14:38",
7512
7512
  "typeDescriptions": {
7513
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
7513
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
7514
7514
  "typeString": "contract IConstantFlowAgreementV1"
7515
7515
  }
7516
7516
  },
@@ -7521,10 +7521,10 @@
7521
7521
  "lValueRequested": false,
7522
7522
  "memberName": "createFlow",
7523
7523
  "nodeType": "MemberAccess",
7524
- "referencedDeclaration": 16900,
7524
+ "referencedDeclaration": 16878,
7525
7525
  "src": "10112:25:38",
7526
7526
  "typeDescriptions": {
7527
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7527
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7528
7528
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
7529
7529
  }
7530
7530
  },
@@ -7549,7 +7549,7 @@
7549
7549
  "referencedDeclaration": 13760,
7550
7550
  "src": "10164:5:38",
7551
7551
  "typeDescriptions": {
7552
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7552
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7553
7553
  "typeString": "contract ISuperfluidToken"
7554
7554
  }
7555
7555
  },
@@ -7648,7 +7648,7 @@
7648
7648
  "typeString": "bytes4"
7649
7649
  },
7650
7650
  {
7651
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7651
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7652
7652
  "typeString": "contract ISuperfluidToken"
7653
7653
  },
7654
7654
  {
@@ -7736,7 +7736,7 @@
7736
7736
  "expression": {
7737
7737
  "argumentTypes": [
7738
7738
  {
7739
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
7739
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
7740
7740
  "typeString": "contract IConstantFlowAgreementV1"
7741
7741
  },
7742
7742
  {
@@ -7775,7 +7775,7 @@
7775
7775
  "referencedDeclaration": 13201,
7776
7776
  "src": "9990:15:38",
7777
7777
  "typeDescriptions": {
7778
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
7778
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
7779
7779
  "typeString": "contract ISuperfluid"
7780
7780
  }
7781
7781
  },
@@ -7786,10 +7786,10 @@
7786
7786
  "lValueRequested": false,
7787
7787
  "memberName": "callAgreementWithContext",
7788
7788
  "nodeType": "MemberAccess",
7789
- "referencedDeclaration": 18973,
7789
+ "referencedDeclaration": 18951,
7790
7790
  "src": "9990:40:38",
7791
7791
  "typeDescriptions": {
7792
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
7792
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
7793
7793
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
7794
7794
  }
7795
7795
  },
@@ -7938,7 +7938,7 @@
7938
7938
  "stateVariable": false,
7939
7939
  "storageLocation": "default",
7940
7940
  "typeDescriptions": {
7941
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7941
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7942
7942
  "typeString": "contract ISuperfluidToken"
7943
7943
  },
7944
7944
  "typeName": {
@@ -7948,13 +7948,13 @@
7948
7948
  "id": 13758,
7949
7949
  "name": "ISuperfluidToken",
7950
7950
  "nodeType": "IdentifierPath",
7951
- "referencedDeclaration": 19421,
7951
+ "referencedDeclaration": 19399,
7952
7952
  "src": "9875:16:38"
7953
7953
  },
7954
- "referencedDeclaration": 19421,
7954
+ "referencedDeclaration": 19399,
7955
7955
  "src": "9875:16:38",
7956
7956
  "typeDescriptions": {
7957
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
7957
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
7958
7958
  "typeString": "contract ISuperfluidToken"
7959
7959
  }
7960
7960
  },
@@ -8099,7 +8099,7 @@
8099
8099
  "referencedDeclaration": 13204,
8100
8100
  "src": "11054:14:38",
8101
8101
  "typeDescriptions": {
8102
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
8102
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
8103
8103
  "typeString": "contract IConstantFlowAgreementV1"
8104
8104
  }
8105
8105
  },
@@ -8130,7 +8130,7 @@
8130
8130
  "referencedDeclaration": 13204,
8131
8131
  "src": "11122:14:38",
8132
8132
  "typeDescriptions": {
8133
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
8133
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
8134
8134
  "typeString": "contract IConstantFlowAgreementV1"
8135
8135
  }
8136
8136
  },
@@ -8141,10 +8141,10 @@
8141
8141
  "lValueRequested": false,
8142
8142
  "memberName": "createFlow",
8143
8143
  "nodeType": "MemberAccess",
8144
- "referencedDeclaration": 16900,
8144
+ "referencedDeclaration": 16878,
8145
8145
  "src": "11122:25:38",
8146
8146
  "typeDescriptions": {
8147
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8147
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8148
8148
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
8149
8149
  }
8150
8150
  },
@@ -8169,7 +8169,7 @@
8169
8169
  "referencedDeclaration": 13805,
8170
8170
  "src": "11174:5:38",
8171
8171
  "typeDescriptions": {
8172
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
8172
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
8173
8173
  "typeString": "contract ISuperfluidToken"
8174
8174
  }
8175
8175
  },
@@ -8268,7 +8268,7 @@
8268
8268
  "typeString": "bytes4"
8269
8269
  },
8270
8270
  {
8271
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
8271
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
8272
8272
  "typeString": "contract ISuperfluidToken"
8273
8273
  },
8274
8274
  {
@@ -8352,7 +8352,7 @@
8352
8352
  "expression": {
8353
8353
  "argumentTypes": [
8354
8354
  {
8355
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
8355
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
8356
8356
  "typeString": "contract IConstantFlowAgreementV1"
8357
8357
  },
8358
8358
  {
@@ -8391,7 +8391,7 @@
8391
8391
  "referencedDeclaration": 13201,
8392
8392
  "src": "11000:15:38",
8393
8393
  "typeDescriptions": {
8394
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
8394
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
8395
8395
  "typeString": "contract ISuperfluid"
8396
8396
  }
8397
8397
  },
@@ -8402,10 +8402,10 @@
8402
8402
  "lValueRequested": false,
8403
8403
  "memberName": "callAgreementWithContext",
8404
8404
  "nodeType": "MemberAccess",
8405
- "referencedDeclaration": 18973,
8405
+ "referencedDeclaration": 18951,
8406
8406
  "src": "11000:40:38",
8407
8407
  "typeDescriptions": {
8408
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
8408
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
8409
8409
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
8410
8410
  }
8411
8411
  },
@@ -8554,7 +8554,7 @@
8554
8554
  "stateVariable": false,
8555
8555
  "storageLocation": "default",
8556
8556
  "typeDescriptions": {
8557
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
8557
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
8558
8558
  "typeString": "contract ISuperfluidToken"
8559
8559
  },
8560
8560
  "typeName": {
@@ -8564,13 +8564,13 @@
8564
8564
  "id": 13803,
8565
8565
  "name": "ISuperfluidToken",
8566
8566
  "nodeType": "IdentifierPath",
8567
- "referencedDeclaration": 19421,
8567
+ "referencedDeclaration": 19399,
8568
8568
  "src": "10854:16:38"
8569
8569
  },
8570
- "referencedDeclaration": 19421,
8570
+ "referencedDeclaration": 19399,
8571
8571
  "src": "10854:16:38",
8572
8572
  "typeDescriptions": {
8573
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
8573
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
8574
8574
  "typeString": "contract ISuperfluidToken"
8575
8575
  }
8576
8576
  },
@@ -8742,7 +8742,7 @@
8742
8742
  "referencedDeclaration": 13204,
8743
8743
  "src": "11959:14:38",
8744
8744
  "typeDescriptions": {
8745
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
8745
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
8746
8746
  "typeString": "contract IConstantFlowAgreementV1"
8747
8747
  }
8748
8748
  },
@@ -8773,7 +8773,7 @@
8773
8773
  "referencedDeclaration": 13204,
8774
8774
  "src": "12027:14:38",
8775
8775
  "typeDescriptions": {
8776
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
8776
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
8777
8777
  "typeString": "contract IConstantFlowAgreementV1"
8778
8778
  }
8779
8779
  },
@@ -8784,10 +8784,10 @@
8784
8784
  "lValueRequested": false,
8785
8785
  "memberName": "updateFlow",
8786
8786
  "nodeType": "MemberAccess",
8787
- "referencedDeclaration": 16932,
8787
+ "referencedDeclaration": 16910,
8788
8788
  "src": "12027:25:38",
8789
8789
  "typeDescriptions": {
8790
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8790
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8791
8791
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
8792
8792
  }
8793
8793
  },
@@ -8812,7 +8812,7 @@
8812
8812
  "referencedDeclaration": 13852,
8813
8813
  "src": "12079:5:38",
8814
8814
  "typeDescriptions": {
8815
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
8815
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
8816
8816
  "typeString": "contract ISuperfluidToken"
8817
8817
  }
8818
8818
  },
@@ -8911,7 +8911,7 @@
8911
8911
  "typeString": "bytes4"
8912
8912
  },
8913
8913
  {
8914
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
8914
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
8915
8915
  "typeString": "contract ISuperfluidToken"
8916
8916
  },
8917
8917
  {
@@ -8999,7 +8999,7 @@
8999
8999
  "expression": {
9000
9000
  "argumentTypes": [
9001
9001
  {
9002
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
9002
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
9003
9003
  "typeString": "contract IConstantFlowAgreementV1"
9004
9004
  },
9005
9005
  {
@@ -9038,7 +9038,7 @@
9038
9038
  "referencedDeclaration": 13201,
9039
9039
  "src": "11905:15:38",
9040
9040
  "typeDescriptions": {
9041
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
9041
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
9042
9042
  "typeString": "contract ISuperfluid"
9043
9043
  }
9044
9044
  },
@@ -9049,10 +9049,10 @@
9049
9049
  "lValueRequested": false,
9050
9050
  "memberName": "callAgreementWithContext",
9051
9051
  "nodeType": "MemberAccess",
9052
- "referencedDeclaration": 18973,
9052
+ "referencedDeclaration": 18951,
9053
9053
  "src": "11905:40:38",
9054
9054
  "typeDescriptions": {
9055
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
9055
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
9056
9056
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
9057
9057
  }
9058
9058
  },
@@ -9201,7 +9201,7 @@
9201
9201
  "stateVariable": false,
9202
9202
  "storageLocation": "default",
9203
9203
  "typeDescriptions": {
9204
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
9204
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
9205
9205
  "typeString": "contract ISuperfluidToken"
9206
9206
  },
9207
9207
  "typeName": {
@@ -9211,13 +9211,13 @@
9211
9211
  "id": 13850,
9212
9212
  "name": "ISuperfluidToken",
9213
9213
  "nodeType": "IdentifierPath",
9214
- "referencedDeclaration": 19421,
9214
+ "referencedDeclaration": 19399,
9215
9215
  "src": "11790:16:38"
9216
9216
  },
9217
- "referencedDeclaration": 19421,
9217
+ "referencedDeclaration": 19399,
9218
9218
  "src": "11790:16:38",
9219
9219
  "typeDescriptions": {
9220
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
9220
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
9221
9221
  "typeString": "contract ISuperfluidToken"
9222
9222
  }
9223
9223
  },
@@ -9362,7 +9362,7 @@
9362
9362
  "referencedDeclaration": 13204,
9363
9363
  "src": "12969:14:38",
9364
9364
  "typeDescriptions": {
9365
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
9365
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
9366
9366
  "typeString": "contract IConstantFlowAgreementV1"
9367
9367
  }
9368
9368
  },
@@ -9393,7 +9393,7 @@
9393
9393
  "referencedDeclaration": 13204,
9394
9394
  "src": "13037:14:38",
9395
9395
  "typeDescriptions": {
9396
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
9396
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
9397
9397
  "typeString": "contract IConstantFlowAgreementV1"
9398
9398
  }
9399
9399
  },
@@ -9404,10 +9404,10 @@
9404
9404
  "lValueRequested": false,
9405
9405
  "memberName": "updateFlow",
9406
9406
  "nodeType": "MemberAccess",
9407
- "referencedDeclaration": 16932,
9407
+ "referencedDeclaration": 16910,
9408
9408
  "src": "13037:25:38",
9409
9409
  "typeDescriptions": {
9410
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9410
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9411
9411
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
9412
9412
  }
9413
9413
  },
@@ -9432,7 +9432,7 @@
9432
9432
  "referencedDeclaration": 13897,
9433
9433
  "src": "13089:5:38",
9434
9434
  "typeDescriptions": {
9435
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
9435
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
9436
9436
  "typeString": "contract ISuperfluidToken"
9437
9437
  }
9438
9438
  },
@@ -9531,7 +9531,7 @@
9531
9531
  "typeString": "bytes4"
9532
9532
  },
9533
9533
  {
9534
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
9534
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
9535
9535
  "typeString": "contract ISuperfluidToken"
9536
9536
  },
9537
9537
  {
@@ -9615,7 +9615,7 @@
9615
9615
  "expression": {
9616
9616
  "argumentTypes": [
9617
9617
  {
9618
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
9618
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
9619
9619
  "typeString": "contract IConstantFlowAgreementV1"
9620
9620
  },
9621
9621
  {
@@ -9654,7 +9654,7 @@
9654
9654
  "referencedDeclaration": 13201,
9655
9655
  "src": "12915:15:38",
9656
9656
  "typeDescriptions": {
9657
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
9657
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
9658
9658
  "typeString": "contract ISuperfluid"
9659
9659
  }
9660
9660
  },
@@ -9665,10 +9665,10 @@
9665
9665
  "lValueRequested": false,
9666
9666
  "memberName": "callAgreementWithContext",
9667
9667
  "nodeType": "MemberAccess",
9668
- "referencedDeclaration": 18973,
9668
+ "referencedDeclaration": 18951,
9669
9669
  "src": "12915:40:38",
9670
9670
  "typeDescriptions": {
9671
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
9671
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
9672
9672
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
9673
9673
  }
9674
9674
  },
@@ -9817,7 +9817,7 @@
9817
9817
  "stateVariable": false,
9818
9818
  "storageLocation": "default",
9819
9819
  "typeDescriptions": {
9820
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
9820
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
9821
9821
  "typeString": "contract ISuperfluidToken"
9822
9822
  },
9823
9823
  "typeName": {
@@ -9827,13 +9827,13 @@
9827
9827
  "id": 13895,
9828
9828
  "name": "ISuperfluidToken",
9829
9829
  "nodeType": "IdentifierPath",
9830
- "referencedDeclaration": 19421,
9830
+ "referencedDeclaration": 19399,
9831
9831
  "src": "12769:16:38"
9832
9832
  },
9833
- "referencedDeclaration": 19421,
9833
+ "referencedDeclaration": 19399,
9834
9834
  "src": "12769:16:38",
9835
9835
  "typeDescriptions": {
9836
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
9836
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
9837
9837
  "typeString": "contract ISuperfluidToken"
9838
9838
  }
9839
9839
  },
@@ -10005,7 +10005,7 @@
10005
10005
  "referencedDeclaration": 13204,
10006
10006
  "src": "13874:14:38",
10007
10007
  "typeDescriptions": {
10008
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
10008
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
10009
10009
  "typeString": "contract IConstantFlowAgreementV1"
10010
10010
  }
10011
10011
  },
@@ -10036,7 +10036,7 @@
10036
10036
  "referencedDeclaration": 13204,
10037
10037
  "src": "13942:14:38",
10038
10038
  "typeDescriptions": {
10039
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
10039
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
10040
10040
  "typeString": "contract IConstantFlowAgreementV1"
10041
10041
  }
10042
10042
  },
@@ -10047,10 +10047,10 @@
10047
10047
  "lValueRequested": false,
10048
10048
  "memberName": "deleteFlow",
10049
10049
  "nodeType": "MemberAccess",
10050
- "referencedDeclaration": 17028,
10050
+ "referencedDeclaration": 17006,
10051
10051
  "src": "13942:25:38",
10052
10052
  "typeDescriptions": {
10053
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10053
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10054
10054
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
10055
10055
  }
10056
10056
  },
@@ -10075,7 +10075,7 @@
10075
10075
  "referencedDeclaration": 13946,
10076
10076
  "src": "13994:5:38",
10077
10077
  "typeDescriptions": {
10078
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
10078
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
10079
10079
  "typeString": "contract ISuperfluidToken"
10080
10080
  }
10081
10081
  },
@@ -10174,7 +10174,7 @@
10174
10174
  "typeString": "bytes4"
10175
10175
  },
10176
10176
  {
10177
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
10177
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
10178
10178
  "typeString": "contract ISuperfluidToken"
10179
10179
  },
10180
10180
  {
@@ -10262,7 +10262,7 @@
10262
10262
  "expression": {
10263
10263
  "argumentTypes": [
10264
10264
  {
10265
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
10265
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
10266
10266
  "typeString": "contract IConstantFlowAgreementV1"
10267
10267
  },
10268
10268
  {
@@ -10301,7 +10301,7 @@
10301
10301
  "referencedDeclaration": 13201,
10302
10302
  "src": "13820:15:38",
10303
10303
  "typeDescriptions": {
10304
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
10304
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
10305
10305
  "typeString": "contract ISuperfluid"
10306
10306
  }
10307
10307
  },
@@ -10312,10 +10312,10 @@
10312
10312
  "lValueRequested": false,
10313
10313
  "memberName": "callAgreementWithContext",
10314
10314
  "nodeType": "MemberAccess",
10315
- "referencedDeclaration": 18973,
10315
+ "referencedDeclaration": 18951,
10316
10316
  "src": "13820:40:38",
10317
10317
  "typeDescriptions": {
10318
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
10318
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
10319
10319
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
10320
10320
  }
10321
10321
  },
@@ -10492,7 +10492,7 @@
10492
10492
  "stateVariable": false,
10493
10493
  "storageLocation": "default",
10494
10494
  "typeDescriptions": {
10495
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
10495
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
10496
10496
  "typeString": "contract ISuperfluidToken"
10497
10497
  },
10498
10498
  "typeName": {
@@ -10502,13 +10502,13 @@
10502
10502
  "id": 13944,
10503
10503
  "name": "ISuperfluidToken",
10504
10504
  "nodeType": "IdentifierPath",
10505
- "referencedDeclaration": 19421,
10505
+ "referencedDeclaration": 19399,
10506
10506
  "src": "13729:16:38"
10507
10507
  },
10508
- "referencedDeclaration": 19421,
10508
+ "referencedDeclaration": 19399,
10509
10509
  "src": "13729:16:38",
10510
10510
  "typeDescriptions": {
10511
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
10511
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
10512
10512
  "typeString": "contract ISuperfluidToken"
10513
10513
  }
10514
10514
  },
@@ -10626,7 +10626,7 @@
10626
10626
  "referencedDeclaration": 13204,
10627
10627
  "src": "14881:14:38",
10628
10628
  "typeDescriptions": {
10629
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
10629
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
10630
10630
  "typeString": "contract IConstantFlowAgreementV1"
10631
10631
  }
10632
10632
  },
@@ -10657,7 +10657,7 @@
10657
10657
  "referencedDeclaration": 13204,
10658
10658
  "src": "14949:14:38",
10659
10659
  "typeDescriptions": {
10660
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
10660
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
10661
10661
  "typeString": "contract IConstantFlowAgreementV1"
10662
10662
  }
10663
10663
  },
@@ -10668,10 +10668,10 @@
10668
10668
  "lValueRequested": false,
10669
10669
  "memberName": "deleteFlow",
10670
10670
  "nodeType": "MemberAccess",
10671
- "referencedDeclaration": 17028,
10671
+ "referencedDeclaration": 17006,
10672
10672
  "src": "14949:25:38",
10673
10673
  "typeDescriptions": {
10674
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19421_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10674
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10675
10675
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
10676
10676
  }
10677
10677
  },
@@ -10696,7 +10696,7 @@
10696
10696
  "referencedDeclaration": 13991,
10697
10697
  "src": "15001:5:38",
10698
10698
  "typeDescriptions": {
10699
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
10699
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
10700
10700
  "typeString": "contract ISuperfluidToken"
10701
10701
  }
10702
10702
  },
@@ -10795,7 +10795,7 @@
10795
10795
  "typeString": "bytes4"
10796
10796
  },
10797
10797
  {
10798
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
10798
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
10799
10799
  "typeString": "contract ISuperfluidToken"
10800
10800
  },
10801
10801
  {
@@ -10879,7 +10879,7 @@
10879
10879
  "expression": {
10880
10880
  "argumentTypes": [
10881
10881
  {
10882
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17083",
10882
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$17061",
10883
10883
  "typeString": "contract IConstantFlowAgreementV1"
10884
10884
  },
10885
10885
  {
@@ -10918,7 +10918,7 @@
10918
10918
  "referencedDeclaration": 13201,
10919
10919
  "src": "14827:15:38",
10920
10920
  "typeDescriptions": {
10921
- "typeIdentifier": "t_contract$_ISuperfluid_$19024",
10921
+ "typeIdentifier": "t_contract$_ISuperfluid_$19002",
10922
10922
  "typeString": "contract ISuperfluid"
10923
10923
  }
10924
10924
  },
@@ -10929,10 +10929,10 @@
10929
10929
  "lValueRequested": false,
10930
10930
  "memberName": "callAgreementWithContext",
10931
10931
  "nodeType": "MemberAccess",
10932
- "referencedDeclaration": 18973,
10932
+ "referencedDeclaration": 18951,
10933
10933
  "src": "14827:40:38",
10934
10934
  "typeDescriptions": {
10935
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17971_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
10935
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
10936
10936
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
10937
10937
  }
10938
10938
  },
@@ -11109,7 +11109,7 @@
11109
11109
  "stateVariable": false,
11110
11110
  "storageLocation": "default",
11111
11111
  "typeDescriptions": {
11112
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
11112
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
11113
11113
  "typeString": "contract ISuperfluidToken"
11114
11114
  },
11115
11115
  "typeName": {
@@ -11119,13 +11119,13 @@
11119
11119
  "id": 13989,
11120
11120
  "name": "ISuperfluidToken",
11121
11121
  "nodeType": "IdentifierPath",
11122
- "referencedDeclaration": 19421,
11122
+ "referencedDeclaration": 19399,
11123
11123
  "src": "14705:16:38"
11124
11124
  },
11125
- "referencedDeclaration": 19421,
11125
+ "referencedDeclaration": 19399,
11126
11126
  "src": "14705:16:38",
11127
11127
  "typeDescriptions": {
11128
- "typeIdentifier": "t_contract$_ISuperfluidToken_$19421",
11128
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
11129
11129
  "typeString": "contract ISuperfluidToken"
11130
11130
  }
11131
11131
  },
@@ -11215,7 +11215,7 @@
11215
11215
  },
11216
11216
  "networks": {},
11217
11217
  "schemaVersion": "3.4.7",
11218
- "updatedAt": "2022-05-05T13:57:31.221Z",
11218
+ "updatedAt": "2022-05-06T12:43:05.394Z",
11219
11219
  "devdoc": {
11220
11220
  "author": "Superfluid",
11221
11221
  "details": "for working with the constant flow agreement within soliditythe first set of functions are each for callAgreement()the second set of functions are each for use in callAgreementWithContext()",