@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 (110) 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 +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  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/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  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/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -18,13 +18,13 @@
18
18
  15046
19
19
  ],
20
20
  "IConstantFlowAgreementV1": [
21
- 18114
21
+ 18236
22
22
  ],
23
23
  "ISuperfluid": [
24
- 20053
24
+ 20175
25
25
  ],
26
26
  "ISuperfluidToken": [
27
- 20450
27
+ 20572
28
28
  ]
29
29
  },
30
30
  "id": 15047,
@@ -49,7 +49,7 @@
49
49
  "nameLocation": "-1:-1:-1",
50
50
  "nodeType": "ImportDirective",
51
51
  "scope": 15047,
52
- "sourceUnit": 20054,
52
+ "sourceUnit": 20176,
53
53
  "src": "62:97:35",
54
54
  "symbolAliases": [
55
55
  {
@@ -58,7 +58,7 @@
58
58
  "name": "ISuperfluid",
59
59
  "nodeType": "Identifier",
60
60
  "overloadedDeclarations": [],
61
- "referencedDeclaration": 20053,
61
+ "referencedDeclaration": 20175,
62
62
  "src": "75:11:35",
63
63
  "typeDescriptions": {}
64
64
  },
@@ -70,7 +70,7 @@
70
70
  "name": "ISuperfluidToken",
71
71
  "nodeType": "Identifier",
72
72
  "overloadedDeclarations": [],
73
- "referencedDeclaration": 20450,
73
+ "referencedDeclaration": 20572,
74
74
  "src": "92:16:35",
75
75
  "typeDescriptions": {}
76
76
  },
@@ -86,7 +86,7 @@
86
86
  "nameLocation": "-1:-1:-1",
87
87
  "nodeType": "ImportDirective",
88
88
  "scope": 15047,
89
- "sourceUnit": 18115,
89
+ "sourceUnit": 18237,
90
90
  "src": "161:101:35",
91
91
  "symbolAliases": [
92
92
  {
@@ -95,7 +95,7 @@
95
95
  "name": "IConstantFlowAgreementV1",
96
96
  "nodeType": "Identifier",
97
97
  "overloadedDeclarations": [],
98
- "referencedDeclaration": 18114,
98
+ "referencedDeclaration": 18236,
99
99
  "src": "174:24:35",
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_$20053",
144
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
145
145
  "typeString": "contract ISuperfluid"
146
146
  },
147
147
  "typeName": {
@@ -151,13 +151,13 @@
151
151
  "id": 13875,
152
152
  "name": "ISuperfluid",
153
153
  "nodeType": "IdentifierPath",
154
- "referencedDeclaration": 20053,
154
+ "referencedDeclaration": 20175,
155
155
  "src": "766:11:35"
156
156
  },
157
- "referencedDeclaration": 20053,
157
+ "referencedDeclaration": 20175,
158
158
  "src": "766:11:35",
159
159
  "typeDescriptions": {
160
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
160
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
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_$18114",
178
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
179
179
  "typeString": "contract IConstantFlowAgreementV1"
180
180
  },
181
181
  "typeName": {
@@ -185,13 +185,13 @@
185
185
  "id": 13878,
186
186
  "name": "IConstantFlowAgreementV1",
187
187
  "nodeType": "IdentifierPath",
188
- "referencedDeclaration": 18114,
188
+ "referencedDeclaration": 18236,
189
189
  "src": "792:24:35"
190
190
  },
191
- "referencedDeclaration": 18114,
191
+ "referencedDeclaration": 18236,
192
192
  "src": "792:24:35",
193
193
  "typeDescriptions": {
194
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
194
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
195
195
  "typeString": "contract IConstantFlowAgreementV1"
196
196
  }
197
197
  },
@@ -246,7 +246,7 @@
246
246
  "referencedDeclaration": 13890,
247
247
  "src": "1274:5:35",
248
248
  "typeDescriptions": {
249
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
249
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
250
250
  "typeString": "contract ISuperfluidToken"
251
251
  }
252
252
  },
@@ -337,7 +337,7 @@
337
337
  "typeString": "address"
338
338
  },
339
339
  {
340
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
340
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
341
341
  "typeString": "contract ISuperfluidToken"
342
342
  },
343
343
  {
@@ -359,7 +359,7 @@
359
359
  "referencedDeclaration": 13948,
360
360
  "src": "1241:10:35",
361
361
  "typeDescriptions": {
362
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
362
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
363
363
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,contract ISuperfluidToken,int96,bytes memory)"
364
364
  }
365
365
  },
@@ -475,7 +475,7 @@
475
475
  "stateVariable": false,
476
476
  "storageLocation": "default",
477
477
  "typeDescriptions": {
478
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
478
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
479
479
  "typeString": "contract ISuperfluidToken"
480
480
  },
481
481
  "typeName": {
@@ -485,13 +485,13 @@
485
485
  "id": 13888,
486
486
  "name": "ISuperfluidToken",
487
487
  "nodeType": "IdentifierPath",
488
- "referencedDeclaration": 20450,
488
+ "referencedDeclaration": 20572,
489
489
  "src": "1169:16:35"
490
490
  },
491
- "referencedDeclaration": 20450,
491
+ "referencedDeclaration": 20572,
492
492
  "src": "1169:16:35",
493
493
  "typeDescriptions": {
494
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
494
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
495
495
  "typeString": "contract ISuperfluidToken"
496
496
  }
497
497
  },
@@ -571,7 +571,7 @@
571
571
  "referencedDeclaration": 13880,
572
572
  "src": "1842:14:35",
573
573
  "typeDescriptions": {
574
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
574
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
575
575
  "typeString": "contract IConstantFlowAgreementV1"
576
576
  }
577
577
  },
@@ -601,7 +601,7 @@
601
601
  "referencedDeclaration": 13880,
602
602
  "src": "1902:14:35",
603
603
  "typeDescriptions": {
604
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
604
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
605
605
  "typeString": "contract IConstantFlowAgreementV1"
606
606
  }
607
607
  },
@@ -612,10 +612,10 @@
612
612
  "lValueRequested": false,
613
613
  "memberName": "createFlow",
614
614
  "nodeType": "MemberAccess",
615
- "referencedDeclaration": 17931,
615
+ "referencedDeclaration": 18053,
616
616
  "src": "1902:25:35",
617
617
  "typeDescriptions": {
618
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
618
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
619
619
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
620
620
  }
621
621
  },
@@ -629,7 +629,7 @@
629
629
  "referencedDeclaration": 13916,
630
630
  "src": "1967:5:35",
631
631
  "typeDescriptions": {
632
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
632
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
633
633
  "typeString": "contract ISuperfluidToken"
634
634
  }
635
635
  },
@@ -730,7 +730,7 @@
730
730
  "nodeType": "TupleExpression",
731
731
  "src": "1945:154:35",
732
732
  "typeDescriptions": {
733
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
733
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
734
734
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
735
735
  }
736
736
  }
@@ -738,11 +738,11 @@
738
738
  "expression": {
739
739
  "argumentTypes": [
740
740
  {
741
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
741
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
742
742
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
743
743
  },
744
744
  {
745
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
745
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
746
746
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
747
747
  }
748
748
  ],
@@ -802,7 +802,7 @@
802
802
  "expression": {
803
803
  "argumentTypes": [
804
804
  {
805
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
805
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
806
806
  "typeString": "contract IConstantFlowAgreementV1"
807
807
  },
808
808
  {
@@ -837,7 +837,7 @@
837
837
  "referencedDeclaration": 13877,
838
838
  "src": "1799:15:35",
839
839
  "typeDescriptions": {
840
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
840
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
841
841
  "typeString": "contract ISuperfluid"
842
842
  }
843
843
  },
@@ -848,10 +848,10 @@
848
848
  "lValueRequested": false,
849
849
  "memberName": "callAgreement",
850
850
  "nodeType": "MemberAccess",
851
- "referencedDeclaration": 19951,
851
+ "referencedDeclaration": 20073,
852
852
  "src": "1799:29:35",
853
853
  "typeDescriptions": {
854
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
854
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
855
855
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
856
856
  }
857
857
  },
@@ -967,7 +967,7 @@
967
967
  "stateVariable": false,
968
968
  "storageLocation": "default",
969
969
  "typeDescriptions": {
970
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
970
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
971
971
  "typeString": "contract ISuperfluidToken"
972
972
  },
973
973
  "typeName": {
@@ -977,13 +977,13 @@
977
977
  "id": 13914,
978
978
  "name": "ISuperfluidToken",
979
979
  "nodeType": "IdentifierPath",
980
- "referencedDeclaration": 20450,
980
+ "referencedDeclaration": 20572,
981
981
  "src": "1696:16:35"
982
982
  },
983
- "referencedDeclaration": 20450,
983
+ "referencedDeclaration": 20572,
984
984
  "src": "1696:16:35",
985
985
  "typeDescriptions": {
986
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
986
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
987
987
  "typeString": "contract ISuperfluidToken"
988
988
  }
989
989
  },
@@ -1099,7 +1099,7 @@
1099
1099
  "referencedDeclaration": 13957,
1100
1100
  "src": "2599:5:35",
1101
1101
  "typeDescriptions": {
1102
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1102
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1103
1103
  "typeString": "contract ISuperfluidToken"
1104
1104
  }
1105
1105
  },
@@ -1190,7 +1190,7 @@
1190
1190
  "typeString": "address"
1191
1191
  },
1192
1192
  {
1193
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1193
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1194
1194
  "typeString": "contract ISuperfluidToken"
1195
1195
  },
1196
1196
  {
@@ -1212,7 +1212,7 @@
1212
1212
  "referencedDeclaration": 14015,
1213
1213
  "src": "2566:10:35",
1214
1214
  "typeDescriptions": {
1215
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
1215
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$__$",
1216
1216
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,contract ISuperfluidToken,int96,bytes memory)"
1217
1217
  }
1218
1218
  },
@@ -1328,7 +1328,7 @@
1328
1328
  "stateVariable": false,
1329
1329
  "storageLocation": "default",
1330
1330
  "typeDescriptions": {
1331
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1331
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1332
1332
  "typeString": "contract ISuperfluidToken"
1333
1333
  },
1334
1334
  "typeName": {
@@ -1338,13 +1338,13 @@
1338
1338
  "id": 13955,
1339
1339
  "name": "ISuperfluidToken",
1340
1340
  "nodeType": "IdentifierPath",
1341
- "referencedDeclaration": 20450,
1341
+ "referencedDeclaration": 20572,
1342
1342
  "src": "2494:16:35"
1343
1343
  },
1344
- "referencedDeclaration": 20450,
1344
+ "referencedDeclaration": 20572,
1345
1345
  "src": "2494:16:35",
1346
1346
  "typeDescriptions": {
1347
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1347
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1348
1348
  "typeString": "contract ISuperfluidToken"
1349
1349
  }
1350
1350
  },
@@ -1424,7 +1424,7 @@
1424
1424
  "referencedDeclaration": 13880,
1425
1425
  "src": "3167:14:35",
1426
1426
  "typeDescriptions": {
1427
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
1427
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
1428
1428
  "typeString": "contract IConstantFlowAgreementV1"
1429
1429
  }
1430
1430
  },
@@ -1454,7 +1454,7 @@
1454
1454
  "referencedDeclaration": 13880,
1455
1455
  "src": "3227:14:35",
1456
1456
  "typeDescriptions": {
1457
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
1457
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
1458
1458
  "typeString": "contract IConstantFlowAgreementV1"
1459
1459
  }
1460
1460
  },
@@ -1465,10 +1465,10 @@
1465
1465
  "lValueRequested": false,
1466
1466
  "memberName": "updateFlow",
1467
1467
  "nodeType": "MemberAccess",
1468
- "referencedDeclaration": 17963,
1468
+ "referencedDeclaration": 18085,
1469
1469
  "src": "3227:25:35",
1470
1470
  "typeDescriptions": {
1471
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
1471
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
1472
1472
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
1473
1473
  }
1474
1474
  },
@@ -1482,7 +1482,7 @@
1482
1482
  "referencedDeclaration": 13983,
1483
1483
  "src": "3292:5:35",
1484
1484
  "typeDescriptions": {
1485
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1485
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1486
1486
  "typeString": "contract ISuperfluidToken"
1487
1487
  }
1488
1488
  },
@@ -1583,7 +1583,7 @@
1583
1583
  "nodeType": "TupleExpression",
1584
1584
  "src": "3270:154:35",
1585
1585
  "typeDescriptions": {
1586
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
1586
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
1587
1587
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
1588
1588
  }
1589
1589
  }
@@ -1591,11 +1591,11 @@
1591
1591
  "expression": {
1592
1592
  "argumentTypes": [
1593
1593
  {
1594
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
1594
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
1595
1595
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
1596
1596
  },
1597
1597
  {
1598
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
1598
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
1599
1599
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
1600
1600
  }
1601
1601
  ],
@@ -1655,7 +1655,7 @@
1655
1655
  "expression": {
1656
1656
  "argumentTypes": [
1657
1657
  {
1658
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
1658
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
1659
1659
  "typeString": "contract IConstantFlowAgreementV1"
1660
1660
  },
1661
1661
  {
@@ -1690,7 +1690,7 @@
1690
1690
  "referencedDeclaration": 13877,
1691
1691
  "src": "3124:15:35",
1692
1692
  "typeDescriptions": {
1693
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
1693
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
1694
1694
  "typeString": "contract ISuperfluid"
1695
1695
  }
1696
1696
  },
@@ -1701,10 +1701,10 @@
1701
1701
  "lValueRequested": false,
1702
1702
  "memberName": "callAgreement",
1703
1703
  "nodeType": "MemberAccess",
1704
- "referencedDeclaration": 19951,
1704
+ "referencedDeclaration": 20073,
1705
1705
  "src": "3124:29:35",
1706
1706
  "typeDescriptions": {
1707
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
1707
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
1708
1708
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
1709
1709
  }
1710
1710
  },
@@ -1820,7 +1820,7 @@
1820
1820
  "stateVariable": false,
1821
1821
  "storageLocation": "default",
1822
1822
  "typeDescriptions": {
1823
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1823
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1824
1824
  "typeString": "contract ISuperfluidToken"
1825
1825
  },
1826
1826
  "typeName": {
@@ -1830,13 +1830,13 @@
1830
1830
  "id": 13981,
1831
1831
  "name": "ISuperfluidToken",
1832
1832
  "nodeType": "IdentifierPath",
1833
- "referencedDeclaration": 20450,
1833
+ "referencedDeclaration": 20572,
1834
1834
  "src": "3021:16:35"
1835
1835
  },
1836
- "referencedDeclaration": 20450,
1836
+ "referencedDeclaration": 20572,
1837
1837
  "src": "3021:16:35",
1838
1838
  "typeDescriptions": {
1839
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1839
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1840
1840
  "typeString": "contract ISuperfluidToken"
1841
1841
  }
1842
1842
  },
@@ -1964,7 +1964,7 @@
1964
1964
  "referencedDeclaration": 14026,
1965
1965
  "src": "3932:5:35",
1966
1966
  "typeDescriptions": {
1967
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1967
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1968
1968
  "typeString": "contract ISuperfluidToken"
1969
1969
  }
1970
1970
  },
@@ -2047,7 +2047,7 @@
2047
2047
  "typeString": "address"
2048
2048
  },
2049
2049
  {
2050
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2050
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2051
2051
  "typeString": "contract ISuperfluidToken"
2052
2052
  },
2053
2053
  {
@@ -2065,7 +2065,7 @@
2065
2065
  "referencedDeclaration": 14082,
2066
2066
  "src": "3891:10:35",
2067
2067
  "typeDescriptions": {
2068
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_bytes_memory_ptr_$returns$__$",
2068
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$__$",
2069
2069
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,address,contract ISuperfluidToken,bytes memory)"
2070
2070
  }
2071
2071
  },
@@ -2209,7 +2209,7 @@
2209
2209
  "stateVariable": false,
2210
2210
  "storageLocation": "default",
2211
2211
  "typeDescriptions": {
2212
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2212
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2213
2213
  "typeString": "contract ISuperfluidToken"
2214
2214
  },
2215
2215
  "typeName": {
@@ -2219,13 +2219,13 @@
2219
2219
  "id": 14024,
2220
2220
  "name": "ISuperfluidToken",
2221
2221
  "nodeType": "IdentifierPath",
2222
- "referencedDeclaration": 20450,
2222
+ "referencedDeclaration": 20572,
2223
2223
  "src": "3843:16:35"
2224
2224
  },
2225
- "referencedDeclaration": 20450,
2225
+ "referencedDeclaration": 20572,
2226
2226
  "src": "3843:16:35",
2227
2227
  "typeDescriptions": {
2228
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2228
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2229
2229
  "typeString": "contract ISuperfluidToken"
2230
2230
  }
2231
2231
  },
@@ -2278,7 +2278,7 @@
2278
2278
  "referencedDeclaration": 13880,
2279
2279
  "src": "4490:14:35",
2280
2280
  "typeDescriptions": {
2281
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
2281
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
2282
2282
  "typeString": "contract IConstantFlowAgreementV1"
2283
2283
  }
2284
2284
  },
@@ -2308,7 +2308,7 @@
2308
2308
  "referencedDeclaration": 13880,
2309
2309
  "src": "4550:14:35",
2310
2310
  "typeDescriptions": {
2311
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
2311
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
2312
2312
  "typeString": "contract IConstantFlowAgreementV1"
2313
2313
  }
2314
2314
  },
@@ -2319,10 +2319,10 @@
2319
2319
  "lValueRequested": false,
2320
2320
  "memberName": "deleteFlow",
2321
2321
  "nodeType": "MemberAccess",
2322
- "referencedDeclaration": 18059,
2322
+ "referencedDeclaration": 18181,
2323
2323
  "src": "4550:25:35",
2324
2324
  "typeDescriptions": {
2325
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2325
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2326
2326
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
2327
2327
  }
2328
2328
  },
@@ -2336,7 +2336,7 @@
2336
2336
  "referencedDeclaration": 14052,
2337
2337
  "src": "4615:5:35",
2338
2338
  "typeDescriptions": {
2339
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2339
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2340
2340
  "typeString": "contract ISuperfluidToken"
2341
2341
  }
2342
2342
  },
@@ -2437,7 +2437,7 @@
2437
2437
  "nodeType": "TupleExpression",
2438
2438
  "src": "4593:152:35",
2439
2439
  "typeDescriptions": {
2440
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
2440
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
2441
2441
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
2442
2442
  }
2443
2443
  }
@@ -2445,11 +2445,11 @@
2445
2445
  "expression": {
2446
2446
  "argumentTypes": [
2447
2447
  {
2448
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2448
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2449
2449
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
2450
2450
  },
2451
2451
  {
2452
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
2452
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
2453
2453
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
2454
2454
  }
2455
2455
  ],
@@ -2509,7 +2509,7 @@
2509
2509
  "expression": {
2510
2510
  "argumentTypes": [
2511
2511
  {
2512
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
2512
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
2513
2513
  "typeString": "contract IConstantFlowAgreementV1"
2514
2514
  },
2515
2515
  {
@@ -2544,7 +2544,7 @@
2544
2544
  "referencedDeclaration": 13877,
2545
2545
  "src": "4447:15:35",
2546
2546
  "typeDescriptions": {
2547
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
2547
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
2548
2548
  "typeString": "contract ISuperfluid"
2549
2549
  }
2550
2550
  },
@@ -2555,10 +2555,10 @@
2555
2555
  "lValueRequested": false,
2556
2556
  "memberName": "callAgreement",
2557
2557
  "nodeType": "MemberAccess",
2558
- "referencedDeclaration": 19951,
2558
+ "referencedDeclaration": 20073,
2559
2559
  "src": "4447:29:35",
2560
2560
  "typeDescriptions": {
2561
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2561
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2562
2562
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
2563
2563
  }
2564
2564
  },
@@ -2702,7 +2702,7 @@
2702
2702
  "stateVariable": false,
2703
2703
  "storageLocation": "default",
2704
2704
  "typeDescriptions": {
2705
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2705
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2706
2706
  "typeString": "contract ISuperfluidToken"
2707
2707
  },
2708
2708
  "typeName": {
@@ -2712,13 +2712,13 @@
2712
2712
  "id": 14050,
2713
2713
  "name": "ISuperfluidToken",
2714
2714
  "nodeType": "IdentifierPath",
2715
- "referencedDeclaration": 20450,
2715
+ "referencedDeclaration": 20572,
2716
2716
  "src": "4368:16:35"
2717
2717
  },
2718
- "referencedDeclaration": 20450,
2718
+ "referencedDeclaration": 20572,
2719
2719
  "src": "4368:16:35",
2720
2720
  "typeDescriptions": {
2721
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2721
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2722
2722
  "typeString": "contract ISuperfluidToken"
2723
2723
  }
2724
2724
  },
@@ -2819,7 +2819,7 @@
2819
2819
  "referencedDeclaration": 14093,
2820
2820
  "src": "5409:5:35",
2821
2821
  "typeDescriptions": {
2822
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2822
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2823
2823
  "typeString": "contract ISuperfluidToken"
2824
2824
  }
2825
2825
  },
@@ -2914,7 +2914,7 @@
2914
2914
  "typeString": "address"
2915
2915
  },
2916
2916
  {
2917
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2917
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2918
2918
  "typeString": "contract ISuperfluidToken"
2919
2919
  },
2920
2920
  {
@@ -2936,7 +2936,7 @@
2936
2936
  "referencedDeclaration": 14160,
2937
2937
  "src": "5364:17:35",
2938
2938
  "typeDescriptions": {
2939
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2939
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2940
2940
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
2941
2941
  }
2942
2942
  },
@@ -3080,7 +3080,7 @@
3080
3080
  "stateVariable": false,
3081
3081
  "storageLocation": "default",
3082
3082
  "typeDescriptions": {
3083
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3083
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3084
3084
  "typeString": "contract ISuperfluidToken"
3085
3085
  },
3086
3086
  "typeName": {
@@ -3090,13 +3090,13 @@
3090
3090
  "id": 14091,
3091
3091
  "name": "ISuperfluidToken",
3092
3092
  "nodeType": "IdentifierPath",
3093
- "referencedDeclaration": 20450,
3093
+ "referencedDeclaration": 20572,
3094
3094
  "src": "5255:16:35"
3095
3095
  },
3096
- "referencedDeclaration": 20450,
3096
+ "referencedDeclaration": 20572,
3097
3097
  "src": "5255:16:35",
3098
3098
  "typeDescriptions": {
3099
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3099
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3100
3100
  "typeString": "contract ISuperfluidToken"
3101
3101
  }
3102
3102
  },
@@ -3241,7 +3241,7 @@
3241
3241
  "referencedDeclaration": 13880,
3242
3242
  "src": "6149:14:35",
3243
3243
  "typeDescriptions": {
3244
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
3244
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
3245
3245
  "typeString": "contract IConstantFlowAgreementV1"
3246
3246
  }
3247
3247
  },
@@ -3271,7 +3271,7 @@
3271
3271
  "referencedDeclaration": 13880,
3272
3272
  "src": "6209:14:35",
3273
3273
  "typeDescriptions": {
3274
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
3274
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
3275
3275
  "typeString": "contract IConstantFlowAgreementV1"
3276
3276
  }
3277
3277
  },
@@ -3282,10 +3282,10 @@
3282
3282
  "lValueRequested": false,
3283
3283
  "memberName": "createFlow",
3284
3284
  "nodeType": "MemberAccess",
3285
- "referencedDeclaration": 17931,
3285
+ "referencedDeclaration": 18053,
3286
3286
  "src": "6209:25:35",
3287
3287
  "typeDescriptions": {
3288
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3288
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3289
3289
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
3290
3290
  }
3291
3291
  },
@@ -3299,7 +3299,7 @@
3299
3299
  "referencedDeclaration": 14124,
3300
3300
  "src": "6274:5:35",
3301
3301
  "typeDescriptions": {
3302
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3302
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3303
3303
  "typeString": "contract ISuperfluidToken"
3304
3304
  }
3305
3305
  },
@@ -3400,7 +3400,7 @@
3400
3400
  "nodeType": "TupleExpression",
3401
3401
  "src": "6252:154:35",
3402
3402
  "typeDescriptions": {
3403
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
3403
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
3404
3404
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
3405
3405
  }
3406
3406
  }
@@ -3408,11 +3408,11 @@
3408
3408
  "expression": {
3409
3409
  "argumentTypes": [
3410
3410
  {
3411
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3411
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3412
3412
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
3413
3413
  },
3414
3414
  {
3415
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
3415
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
3416
3416
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
3417
3417
  }
3418
3418
  ],
@@ -3484,7 +3484,7 @@
3484
3484
  "expression": {
3485
3485
  "argumentTypes": [
3486
3486
  {
3487
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
3487
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
3488
3488
  "typeString": "contract IConstantFlowAgreementV1"
3489
3489
  },
3490
3490
  {
@@ -3523,7 +3523,7 @@
3523
3523
  "referencedDeclaration": 13877,
3524
3524
  "src": "6095:15:35",
3525
3525
  "typeDescriptions": {
3526
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3526
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
3527
3527
  "typeString": "contract ISuperfluid"
3528
3528
  }
3529
3529
  },
@@ -3534,10 +3534,10 @@
3534
3534
  "lValueRequested": false,
3535
3535
  "memberName": "callAgreementWithContext",
3536
3536
  "nodeType": "MemberAccess",
3537
- "referencedDeclaration": 20002,
3537
+ "referencedDeclaration": 20124,
3538
3538
  "src": "6095:40:35",
3539
3539
  "typeDescriptions": {
3540
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
3540
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
3541
3541
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
3542
3542
  }
3543
3543
  },
@@ -3686,7 +3686,7 @@
3686
3686
  "stateVariable": false,
3687
3687
  "storageLocation": "default",
3688
3688
  "typeDescriptions": {
3689
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3689
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3690
3690
  "typeString": "contract ISuperfluidToken"
3691
3691
  },
3692
3692
  "typeName": {
@@ -3696,13 +3696,13 @@
3696
3696
  "id": 14122,
3697
3697
  "name": "ISuperfluidToken",
3698
3698
  "nodeType": "IdentifierPath",
3699
- "referencedDeclaration": 20450,
3699
+ "referencedDeclaration": 20572,
3700
3700
  "src": "5949:16:35"
3701
3701
  },
3702
- "referencedDeclaration": 20450,
3702
+ "referencedDeclaration": 20572,
3703
3703
  "src": "5949:16:35",
3704
3704
  "typeDescriptions": {
3705
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3705
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3706
3706
  "typeString": "contract ISuperfluidToken"
3707
3707
  }
3708
3708
  },
@@ -3858,7 +3858,7 @@
3858
3858
  "referencedDeclaration": 14171,
3859
3859
  "src": "7074:5:35",
3860
3860
  "typeDescriptions": {
3861
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3861
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3862
3862
  "typeString": "contract ISuperfluidToken"
3863
3863
  }
3864
3864
  },
@@ -3953,7 +3953,7 @@
3953
3953
  "typeString": "address"
3954
3954
  },
3955
3955
  {
3956
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3956
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3957
3957
  "typeString": "contract ISuperfluidToken"
3958
3958
  },
3959
3959
  {
@@ -3975,7 +3975,7 @@
3975
3975
  "referencedDeclaration": 14238,
3976
3976
  "src": "7029:17:35",
3977
3977
  "typeDescriptions": {
3978
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3978
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3979
3979
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
3980
3980
  }
3981
3981
  },
@@ -4119,7 +4119,7 @@
4119
4119
  "stateVariable": false,
4120
4120
  "storageLocation": "default",
4121
4121
  "typeDescriptions": {
4122
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4122
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4123
4123
  "typeString": "contract ISuperfluidToken"
4124
4124
  },
4125
4125
  "typeName": {
@@ -4129,13 +4129,13 @@
4129
4129
  "id": 14169,
4130
4130
  "name": "ISuperfluidToken",
4131
4131
  "nodeType": "IdentifierPath",
4132
- "referencedDeclaration": 20450,
4132
+ "referencedDeclaration": 20572,
4133
4133
  "src": "6920:16:35"
4134
4134
  },
4135
- "referencedDeclaration": 20450,
4135
+ "referencedDeclaration": 20572,
4136
4136
  "src": "6920:16:35",
4137
4137
  "typeDescriptions": {
4138
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4138
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4139
4139
  "typeString": "contract ISuperfluidToken"
4140
4140
  }
4141
4141
  },
@@ -4280,7 +4280,7 @@
4280
4280
  "referencedDeclaration": 13880,
4281
4281
  "src": "7814:14:35",
4282
4282
  "typeDescriptions": {
4283
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
4283
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
4284
4284
  "typeString": "contract IConstantFlowAgreementV1"
4285
4285
  }
4286
4286
  },
@@ -4310,7 +4310,7 @@
4310
4310
  "referencedDeclaration": 13880,
4311
4311
  "src": "7874:14:35",
4312
4312
  "typeDescriptions": {
4313
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
4313
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
4314
4314
  "typeString": "contract IConstantFlowAgreementV1"
4315
4315
  }
4316
4316
  },
@@ -4321,10 +4321,10 @@
4321
4321
  "lValueRequested": false,
4322
4322
  "memberName": "updateFlow",
4323
4323
  "nodeType": "MemberAccess",
4324
- "referencedDeclaration": 17963,
4324
+ "referencedDeclaration": 18085,
4325
4325
  "src": "7874:25:35",
4326
4326
  "typeDescriptions": {
4327
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4327
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4328
4328
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
4329
4329
  }
4330
4330
  },
@@ -4338,7 +4338,7 @@
4338
4338
  "referencedDeclaration": 14202,
4339
4339
  "src": "7939:5:35",
4340
4340
  "typeDescriptions": {
4341
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4341
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4342
4342
  "typeString": "contract ISuperfluidToken"
4343
4343
  }
4344
4344
  },
@@ -4439,7 +4439,7 @@
4439
4439
  "nodeType": "TupleExpression",
4440
4440
  "src": "7917:154:35",
4441
4441
  "typeDescriptions": {
4442
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
4442
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
4443
4443
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
4444
4444
  }
4445
4445
  }
@@ -4447,11 +4447,11 @@
4447
4447
  "expression": {
4448
4448
  "argumentTypes": [
4449
4449
  {
4450
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4450
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4451
4451
  "typeString": "function (contract ISuperfluidToken,address,int96,bytes memory) external returns (bytes memory)"
4452
4452
  },
4453
4453
  {
4454
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
4454
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
4455
4455
  "typeString": "tuple(contract ISuperfluidToken,address,int96,bytes memory)"
4456
4456
  }
4457
4457
  ],
@@ -4523,7 +4523,7 @@
4523
4523
  "expression": {
4524
4524
  "argumentTypes": [
4525
4525
  {
4526
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
4526
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
4527
4527
  "typeString": "contract IConstantFlowAgreementV1"
4528
4528
  },
4529
4529
  {
@@ -4562,7 +4562,7 @@
4562
4562
  "referencedDeclaration": 13877,
4563
4563
  "src": "7760:15:35",
4564
4564
  "typeDescriptions": {
4565
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4565
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
4566
4566
  "typeString": "contract ISuperfluid"
4567
4567
  }
4568
4568
  },
@@ -4573,10 +4573,10 @@
4573
4573
  "lValueRequested": false,
4574
4574
  "memberName": "callAgreementWithContext",
4575
4575
  "nodeType": "MemberAccess",
4576
- "referencedDeclaration": 20002,
4576
+ "referencedDeclaration": 20124,
4577
4577
  "src": "7760:40:35",
4578
4578
  "typeDescriptions": {
4579
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
4579
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
4580
4580
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
4581
4581
  }
4582
4582
  },
@@ -4725,7 +4725,7 @@
4725
4725
  "stateVariable": false,
4726
4726
  "storageLocation": "default",
4727
4727
  "typeDescriptions": {
4728
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4728
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4729
4729
  "typeString": "contract ISuperfluidToken"
4730
4730
  },
4731
4731
  "typeName": {
@@ -4735,13 +4735,13 @@
4735
4735
  "id": 14200,
4736
4736
  "name": "ISuperfluidToken",
4737
4737
  "nodeType": "IdentifierPath",
4738
- "referencedDeclaration": 20450,
4738
+ "referencedDeclaration": 20572,
4739
4739
  "src": "7614:16:35"
4740
4740
  },
4741
- "referencedDeclaration": 20450,
4741
+ "referencedDeclaration": 20572,
4742
4742
  "src": "7614:16:35",
4743
4743
  "typeDescriptions": {
4744
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4744
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4745
4745
  "typeString": "contract ISuperfluidToken"
4746
4746
  }
4747
4747
  },
@@ -4909,7 +4909,7 @@
4909
4909
  "referencedDeclaration": 14251,
4910
4910
  "src": "8747:5:35",
4911
4911
  "typeDescriptions": {
4912
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4912
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4913
4913
  "typeString": "contract ISuperfluidToken"
4914
4914
  }
4915
4915
  },
@@ -4996,7 +4996,7 @@
4996
4996
  "typeString": "address"
4997
4997
  },
4998
4998
  {
4999
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4999
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5000
5000
  "typeString": "contract ISuperfluidToken"
5001
5001
  },
5002
5002
  {
@@ -5014,7 +5014,7 @@
5014
5014
  "referencedDeclaration": 14316,
5015
5015
  "src": "8694:17:35",
5016
5016
  "typeDescriptions": {
5017
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5017
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5018
5018
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,address,contract ISuperfluidToken,bytes memory) returns (bytes memory)"
5019
5019
  }
5020
5020
  },
@@ -5186,7 +5186,7 @@
5186
5186
  "stateVariable": false,
5187
5187
  "storageLocation": "default",
5188
5188
  "typeDescriptions": {
5189
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5189
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5190
5190
  "typeString": "contract ISuperfluidToken"
5191
5191
  },
5192
5192
  "typeName": {
@@ -5196,13 +5196,13 @@
5196
5196
  "id": 14249,
5197
5197
  "name": "ISuperfluidToken",
5198
5198
  "nodeType": "IdentifierPath",
5199
- "referencedDeclaration": 20450,
5199
+ "referencedDeclaration": 20572,
5200
5200
  "src": "8609:16:35"
5201
5201
  },
5202
- "referencedDeclaration": 20450,
5202
+ "referencedDeclaration": 20572,
5203
5203
  "src": "8609:16:35",
5204
5204
  "typeDescriptions": {
5205
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5205
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5206
5206
  "typeString": "contract ISuperfluidToken"
5207
5207
  }
5208
5208
  },
@@ -5320,7 +5320,7 @@
5320
5320
  "referencedDeclaration": 13880,
5321
5321
  "src": "9477:14:35",
5322
5322
  "typeDescriptions": {
5323
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
5323
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
5324
5324
  "typeString": "contract IConstantFlowAgreementV1"
5325
5325
  }
5326
5326
  },
@@ -5350,7 +5350,7 @@
5350
5350
  "referencedDeclaration": 13880,
5351
5351
  "src": "9537:14:35",
5352
5352
  "typeDescriptions": {
5353
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
5353
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
5354
5354
  "typeString": "contract IConstantFlowAgreementV1"
5355
5355
  }
5356
5356
  },
@@ -5361,10 +5361,10 @@
5361
5361
  "lValueRequested": false,
5362
5362
  "memberName": "deleteFlow",
5363
5363
  "nodeType": "MemberAccess",
5364
- "referencedDeclaration": 18059,
5364
+ "referencedDeclaration": 18181,
5365
5365
  "src": "9537:25:35",
5366
5366
  "typeDescriptions": {
5367
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5367
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5368
5368
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
5369
5369
  }
5370
5370
  },
@@ -5378,7 +5378,7 @@
5378
5378
  "referencedDeclaration": 14282,
5379
5379
  "src": "9602:5:35",
5380
5380
  "typeDescriptions": {
5381
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5381
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5382
5382
  "typeString": "contract ISuperfluidToken"
5383
5383
  }
5384
5384
  },
@@ -5479,7 +5479,7 @@
5479
5479
  "nodeType": "TupleExpression",
5480
5480
  "src": "9580:152:35",
5481
5481
  "typeDescriptions": {
5482
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
5482
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
5483
5483
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
5484
5484
  }
5485
5485
  }
@@ -5487,11 +5487,11 @@
5487
5487
  "expression": {
5488
5488
  "argumentTypes": [
5489
5489
  {
5490
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5490
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5491
5491
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
5492
5492
  },
5493
5493
  {
5494
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
5494
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
5495
5495
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
5496
5496
  }
5497
5497
  ],
@@ -5563,7 +5563,7 @@
5563
5563
  "expression": {
5564
5564
  "argumentTypes": [
5565
5565
  {
5566
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
5566
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
5567
5567
  "typeString": "contract IConstantFlowAgreementV1"
5568
5568
  },
5569
5569
  {
@@ -5602,7 +5602,7 @@
5602
5602
  "referencedDeclaration": 13877,
5603
5603
  "src": "9423:15:35",
5604
5604
  "typeDescriptions": {
5605
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5605
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5606
5606
  "typeString": "contract ISuperfluid"
5607
5607
  }
5608
5608
  },
@@ -5613,10 +5613,10 @@
5613
5613
  "lValueRequested": false,
5614
5614
  "memberName": "callAgreementWithContext",
5615
5615
  "nodeType": "MemberAccess",
5616
- "referencedDeclaration": 20002,
5616
+ "referencedDeclaration": 20124,
5617
5617
  "src": "9423:40:35",
5618
5618
  "typeDescriptions": {
5619
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
5619
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
5620
5620
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
5621
5621
  }
5622
5622
  },
@@ -5793,7 +5793,7 @@
5793
5793
  "stateVariable": false,
5794
5794
  "storageLocation": "default",
5795
5795
  "typeDescriptions": {
5796
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5796
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5797
5797
  "typeString": "contract ISuperfluidToken"
5798
5798
  },
5799
5799
  "typeName": {
@@ -5803,13 +5803,13 @@
5803
5803
  "id": 14280,
5804
5804
  "name": "ISuperfluidToken",
5805
5805
  "nodeType": "IdentifierPath",
5806
- "referencedDeclaration": 20450,
5806
+ "referencedDeclaration": 20572,
5807
5807
  "src": "9301:16:35"
5808
5808
  },
5809
- "referencedDeclaration": 20450,
5809
+ "referencedDeclaration": 20572,
5810
5810
  "src": "9301:16:35",
5811
5811
  "typeDescriptions": {
5812
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5812
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5813
5813
  "typeString": "contract ISuperfluidToken"
5814
5814
  }
5815
5815
  },
@@ -5938,7 +5938,7 @@
5938
5938
  "referencedDeclaration": 14327,
5939
5939
  "src": "10398:5:35",
5940
5940
  "typeDescriptions": {
5941
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5941
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5942
5942
  "typeString": "contract ISuperfluidToken"
5943
5943
  }
5944
5944
  },
@@ -6033,7 +6033,7 @@
6033
6033
  "typeString": "address"
6034
6034
  },
6035
6035
  {
6036
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6036
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6037
6037
  "typeString": "contract ISuperfluidToken"
6038
6038
  },
6039
6039
  {
@@ -6055,7 +6055,7 @@
6055
6055
  "referencedDeclaration": 14391,
6056
6056
  "src": "10347:20:35",
6057
6057
  "typeDescriptions": {
6058
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6058
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6059
6059
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
6060
6060
  }
6061
6061
  },
@@ -6200,7 +6200,7 @@
6200
6200
  "stateVariable": false,
6201
6201
  "storageLocation": "default",
6202
6202
  "typeDescriptions": {
6203
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6203
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6204
6204
  "typeString": "contract ISuperfluidToken"
6205
6205
  },
6206
6206
  "typeName": {
@@ -6210,13 +6210,13 @@
6210
6210
  "id": 14325,
6211
6211
  "name": "ISuperfluidToken",
6212
6212
  "nodeType": "IdentifierPath",
6213
- "referencedDeclaration": 20450,
6213
+ "referencedDeclaration": 20572,
6214
6214
  "src": "10238:16:35"
6215
6215
  },
6216
- "referencedDeclaration": 20450,
6216
+ "referencedDeclaration": 20572,
6217
6217
  "src": "10238:16:35",
6218
6218
  "typeDescriptions": {
6219
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6219
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6220
6220
  "typeString": "contract ISuperfluidToken"
6221
6221
  }
6222
6222
  },
@@ -6324,7 +6324,7 @@
6324
6324
  "referencedDeclaration": 13880,
6325
6325
  "src": "11097:14:35",
6326
6326
  "typeDescriptions": {
6327
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
6327
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
6328
6328
  "typeString": "contract IConstantFlowAgreementV1"
6329
6329
  }
6330
6330
  },
@@ -6354,7 +6354,7 @@
6354
6354
  "referencedDeclaration": 13880,
6355
6355
  "src": "11157:14:35",
6356
6356
  "typeDescriptions": {
6357
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
6357
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
6358
6358
  "typeString": "contract IConstantFlowAgreementV1"
6359
6359
  }
6360
6360
  },
@@ -6365,10 +6365,10 @@
6365
6365
  "lValueRequested": false,
6366
6366
  "memberName": "createFlowByOperator",
6367
6367
  "nodeType": "MemberAccess",
6368
- "referencedDeclaration": 17948,
6368
+ "referencedDeclaration": 18070,
6369
6369
  "src": "11157:35:35",
6370
6370
  "typeDescriptions": {
6371
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6371
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6372
6372
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
6373
6373
  }
6374
6374
  },
@@ -6382,7 +6382,7 @@
6382
6382
  "referencedDeclaration": 14358,
6383
6383
  "src": "11232:5:35",
6384
6384
  "typeDescriptions": {
6385
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6385
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6386
6386
  "typeString": "contract ISuperfluidToken"
6387
6387
  }
6388
6388
  },
@@ -6495,7 +6495,7 @@
6495
6495
  "nodeType": "TupleExpression",
6496
6496
  "src": "11210:182:35",
6497
6497
  "typeDescriptions": {
6498
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
6498
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
6499
6499
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
6500
6500
  }
6501
6501
  }
@@ -6503,11 +6503,11 @@
6503
6503
  "expression": {
6504
6504
  "argumentTypes": [
6505
6505
  {
6506
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6506
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6507
6507
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
6508
6508
  },
6509
6509
  {
6510
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
6510
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
6511
6511
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
6512
6512
  }
6513
6513
  ],
@@ -6567,7 +6567,7 @@
6567
6567
  "expression": {
6568
6568
  "argumentTypes": [
6569
6569
  {
6570
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
6570
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
6571
6571
  "typeString": "contract IConstantFlowAgreementV1"
6572
6572
  },
6573
6573
  {
@@ -6602,7 +6602,7 @@
6602
6602
  "referencedDeclaration": 13877,
6603
6603
  "src": "11054:15:35",
6604
6604
  "typeDescriptions": {
6605
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6605
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6606
6606
  "typeString": "contract ISuperfluid"
6607
6607
  }
6608
6608
  },
@@ -6613,10 +6613,10 @@
6613
6613
  "lValueRequested": false,
6614
6614
  "memberName": "callAgreement",
6615
6615
  "nodeType": "MemberAccess",
6616
- "referencedDeclaration": 19951,
6616
+ "referencedDeclaration": 20073,
6617
6617
  "src": "11054:29:35",
6618
6618
  "typeDescriptions": {
6619
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6619
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6620
6620
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
6621
6621
  }
6622
6622
  },
@@ -6761,7 +6761,7 @@
6761
6761
  "stateVariable": false,
6762
6762
  "storageLocation": "default",
6763
6763
  "typeDescriptions": {
6764
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6764
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6765
6765
  "typeString": "contract ISuperfluidToken"
6766
6766
  },
6767
6767
  "typeName": {
@@ -6771,13 +6771,13 @@
6771
6771
  "id": 14356,
6772
6772
  "name": "ISuperfluidToken",
6773
6773
  "nodeType": "IdentifierPath",
6774
- "referencedDeclaration": 20450,
6774
+ "referencedDeclaration": 20572,
6775
6775
  "src": "10914:16:35"
6776
6776
  },
6777
- "referencedDeclaration": 20450,
6777
+ "referencedDeclaration": 20572,
6778
6778
  "src": "10914:16:35",
6779
6779
  "typeDescriptions": {
6780
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6780
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6781
6781
  "typeString": "contract ISuperfluidToken"
6782
6782
  }
6783
6783
  },
@@ -6945,7 +6945,7 @@
6945
6945
  "referencedDeclaration": 14404,
6946
6946
  "src": "12233:5:35",
6947
6947
  "typeDescriptions": {
6948
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6948
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6949
6949
  "typeString": "contract ISuperfluidToken"
6950
6950
  }
6951
6951
  },
@@ -7044,7 +7044,7 @@
7044
7044
  "typeString": "address"
7045
7045
  },
7046
7046
  {
7047
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7047
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7048
7048
  "typeString": "contract ISuperfluidToken"
7049
7049
  },
7050
7050
  {
@@ -7066,7 +7066,7 @@
7066
7066
  "referencedDeclaration": 14475,
7067
7067
  "src": "12109:27:35",
7068
7068
  "typeDescriptions": {
7069
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7069
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7070
7070
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
7071
7071
  }
7072
7072
  },
@@ -7238,7 +7238,7 @@
7238
7238
  "stateVariable": false,
7239
7239
  "storageLocation": "default",
7240
7240
  "typeDescriptions": {
7241
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7241
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7242
7242
  "typeString": "contract ISuperfluidToken"
7243
7243
  },
7244
7244
  "typeName": {
@@ -7248,13 +7248,13 @@
7248
7248
  "id": 14402,
7249
7249
  "name": "ISuperfluidToken",
7250
7250
  "nodeType": "IdentifierPath",
7251
- "referencedDeclaration": 20450,
7251
+ "referencedDeclaration": 20572,
7252
7252
  "src": "12000:16:35"
7253
7253
  },
7254
- "referencedDeclaration": 20450,
7254
+ "referencedDeclaration": 20572,
7255
7255
  "src": "12000:16:35",
7256
7256
  "typeDescriptions": {
7257
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7257
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7258
7258
  "typeString": "contract ISuperfluidToken"
7259
7259
  }
7260
7260
  },
@@ -7399,7 +7399,7 @@
7399
7399
  "referencedDeclaration": 13880,
7400
7400
  "src": "13100:14:35",
7401
7401
  "typeDescriptions": {
7402
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
7402
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
7403
7403
  "typeString": "contract IConstantFlowAgreementV1"
7404
7404
  }
7405
7405
  },
@@ -7429,7 +7429,7 @@
7429
7429
  "referencedDeclaration": 13880,
7430
7430
  "src": "13160:14:35",
7431
7431
  "typeDescriptions": {
7432
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
7432
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
7433
7433
  "typeString": "contract IConstantFlowAgreementV1"
7434
7434
  }
7435
7435
  },
@@ -7440,10 +7440,10 @@
7440
7440
  "lValueRequested": false,
7441
7441
  "memberName": "createFlowByOperator",
7442
7442
  "nodeType": "MemberAccess",
7443
- "referencedDeclaration": 17948,
7443
+ "referencedDeclaration": 18070,
7444
7444
  "src": "13160:35:35",
7445
7445
  "typeDescriptions": {
7446
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7446
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7447
7447
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
7448
7448
  }
7449
7449
  },
@@ -7457,7 +7457,7 @@
7457
7457
  "referencedDeclaration": 14438,
7458
7458
  "src": "13235:5:35",
7459
7459
  "typeDescriptions": {
7460
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7460
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7461
7461
  "typeString": "contract ISuperfluidToken"
7462
7462
  }
7463
7463
  },
@@ -7570,7 +7570,7 @@
7570
7570
  "nodeType": "TupleExpression",
7571
7571
  "src": "13213:182:35",
7572
7572
  "typeDescriptions": {
7573
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
7573
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
7574
7574
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
7575
7575
  }
7576
7576
  }
@@ -7578,11 +7578,11 @@
7578
7578
  "expression": {
7579
7579
  "argumentTypes": [
7580
7580
  {
7581
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7581
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7582
7582
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
7583
7583
  },
7584
7584
  {
7585
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
7585
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
7586
7586
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
7587
7587
  }
7588
7588
  ],
@@ -7654,7 +7654,7 @@
7654
7654
  "expression": {
7655
7655
  "argumentTypes": [
7656
7656
  {
7657
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
7657
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
7658
7658
  "typeString": "contract IConstantFlowAgreementV1"
7659
7659
  },
7660
7660
  {
@@ -7693,7 +7693,7 @@
7693
7693
  "referencedDeclaration": 13877,
7694
7694
  "src": "13046:15:35",
7695
7695
  "typeDescriptions": {
7696
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7696
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7697
7697
  "typeString": "contract ISuperfluid"
7698
7698
  }
7699
7699
  },
@@ -7704,10 +7704,10 @@
7704
7704
  "lValueRequested": false,
7705
7705
  "memberName": "callAgreementWithContext",
7706
7706
  "nodeType": "MemberAccess",
7707
- "referencedDeclaration": 20002,
7707
+ "referencedDeclaration": 20124,
7708
7708
  "src": "13046:40:35",
7709
7709
  "typeDescriptions": {
7710
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
7710
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
7711
7711
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
7712
7712
  }
7713
7713
  },
@@ -7884,7 +7884,7 @@
7884
7884
  "stateVariable": false,
7885
7885
  "storageLocation": "default",
7886
7886
  "typeDescriptions": {
7887
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7887
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7888
7888
  "typeString": "contract ISuperfluidToken"
7889
7889
  },
7890
7890
  "typeName": {
@@ -7894,13 +7894,13 @@
7894
7894
  "id": 14436,
7895
7895
  "name": "ISuperfluidToken",
7896
7896
  "nodeType": "IdentifierPath",
7897
- "referencedDeclaration": 20450,
7897
+ "referencedDeclaration": 20572,
7898
7898
  "src": "12900:16:35"
7899
7899
  },
7900
- "referencedDeclaration": 20450,
7900
+ "referencedDeclaration": 20572,
7901
7901
  "src": "12900:16:35",
7902
7902
  "typeDescriptions": {
7903
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7903
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7904
7904
  "typeString": "contract ISuperfluidToken"
7905
7905
  }
7906
7906
  },
@@ -8056,7 +8056,7 @@
8056
8056
  "referencedDeclaration": 14486,
8057
8057
  "src": "14063:5:35",
8058
8058
  "typeDescriptions": {
8059
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8059
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8060
8060
  "typeString": "contract ISuperfluidToken"
8061
8061
  }
8062
8062
  },
@@ -8151,7 +8151,7 @@
8151
8151
  "typeString": "address"
8152
8152
  },
8153
8153
  {
8154
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8154
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8155
8155
  "typeString": "contract ISuperfluidToken"
8156
8156
  },
8157
8157
  {
@@ -8173,7 +8173,7 @@
8173
8173
  "referencedDeclaration": 14550,
8174
8174
  "src": "14012:20:35",
8175
8175
  "typeDescriptions": {
8176
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8176
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8177
8177
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
8178
8178
  }
8179
8179
  },
@@ -8318,7 +8318,7 @@
8318
8318
  "stateVariable": false,
8319
8319
  "storageLocation": "default",
8320
8320
  "typeDescriptions": {
8321
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8321
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8322
8322
  "typeString": "contract ISuperfluidToken"
8323
8323
  },
8324
8324
  "typeName": {
@@ -8328,13 +8328,13 @@
8328
8328
  "id": 14484,
8329
8329
  "name": "ISuperfluidToken",
8330
8330
  "nodeType": "IdentifierPath",
8331
- "referencedDeclaration": 20450,
8331
+ "referencedDeclaration": 20572,
8332
8332
  "src": "13903:16:35"
8333
8333
  },
8334
- "referencedDeclaration": 20450,
8334
+ "referencedDeclaration": 20572,
8335
8335
  "src": "13903:16:35",
8336
8336
  "typeDescriptions": {
8337
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8337
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8338
8338
  "typeString": "contract ISuperfluidToken"
8339
8339
  }
8340
8340
  },
@@ -8442,7 +8442,7 @@
8442
8442
  "referencedDeclaration": 13880,
8443
8443
  "src": "14762:14:35",
8444
8444
  "typeDescriptions": {
8445
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
8445
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
8446
8446
  "typeString": "contract IConstantFlowAgreementV1"
8447
8447
  }
8448
8448
  },
@@ -8472,7 +8472,7 @@
8472
8472
  "referencedDeclaration": 13880,
8473
8473
  "src": "14822:14:35",
8474
8474
  "typeDescriptions": {
8475
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
8475
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
8476
8476
  "typeString": "contract IConstantFlowAgreementV1"
8477
8477
  }
8478
8478
  },
@@ -8483,10 +8483,10 @@
8483
8483
  "lValueRequested": false,
8484
8484
  "memberName": "updateFlowByOperator",
8485
8485
  "nodeType": "MemberAccess",
8486
- "referencedDeclaration": 17980,
8486
+ "referencedDeclaration": 18102,
8487
8487
  "src": "14822:35:35",
8488
8488
  "typeDescriptions": {
8489
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8489
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8490
8490
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
8491
8491
  }
8492
8492
  },
@@ -8500,7 +8500,7 @@
8500
8500
  "referencedDeclaration": 14517,
8501
8501
  "src": "14897:5:35",
8502
8502
  "typeDescriptions": {
8503
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8503
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8504
8504
  "typeString": "contract ISuperfluidToken"
8505
8505
  }
8506
8506
  },
@@ -8613,7 +8613,7 @@
8613
8613
  "nodeType": "TupleExpression",
8614
8614
  "src": "14875:167:35",
8615
8615
  "typeDescriptions": {
8616
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
8616
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
8617
8617
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
8618
8618
  }
8619
8619
  }
@@ -8621,11 +8621,11 @@
8621
8621
  "expression": {
8622
8622
  "argumentTypes": [
8623
8623
  {
8624
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8624
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8625
8625
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
8626
8626
  },
8627
8627
  {
8628
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
8628
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
8629
8629
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
8630
8630
  }
8631
8631
  ],
@@ -8685,7 +8685,7 @@
8685
8685
  "expression": {
8686
8686
  "argumentTypes": [
8687
8687
  {
8688
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
8688
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
8689
8689
  "typeString": "contract IConstantFlowAgreementV1"
8690
8690
  },
8691
8691
  {
@@ -8720,7 +8720,7 @@
8720
8720
  "referencedDeclaration": 13877,
8721
8721
  "src": "14719:15:35",
8722
8722
  "typeDescriptions": {
8723
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
8723
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
8724
8724
  "typeString": "contract ISuperfluid"
8725
8725
  }
8726
8726
  },
@@ -8731,10 +8731,10 @@
8731
8731
  "lValueRequested": false,
8732
8732
  "memberName": "callAgreement",
8733
8733
  "nodeType": "MemberAccess",
8734
- "referencedDeclaration": 19951,
8734
+ "referencedDeclaration": 20073,
8735
8735
  "src": "14719:29:35",
8736
8736
  "typeDescriptions": {
8737
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8737
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8738
8738
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
8739
8739
  }
8740
8740
  },
@@ -8879,7 +8879,7 @@
8879
8879
  "stateVariable": false,
8880
8880
  "storageLocation": "default",
8881
8881
  "typeDescriptions": {
8882
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8882
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8883
8883
  "typeString": "contract ISuperfluidToken"
8884
8884
  },
8885
8885
  "typeName": {
@@ -8889,13 +8889,13 @@
8889
8889
  "id": 14515,
8890
8890
  "name": "ISuperfluidToken",
8891
8891
  "nodeType": "IdentifierPath",
8892
- "referencedDeclaration": 20450,
8892
+ "referencedDeclaration": 20572,
8893
8893
  "src": "14579:16:35"
8894
8894
  },
8895
- "referencedDeclaration": 20450,
8895
+ "referencedDeclaration": 20572,
8896
8896
  "src": "14579:16:35",
8897
8897
  "typeDescriptions": {
8898
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8898
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8899
8899
  "typeString": "contract ISuperfluidToken"
8900
8900
  }
8901
8901
  },
@@ -9063,7 +9063,7 @@
9063
9063
  "referencedDeclaration": 14563,
9064
9064
  "src": "15885:5:35",
9065
9065
  "typeDescriptions": {
9066
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9066
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9067
9067
  "typeString": "contract ISuperfluidToken"
9068
9068
  }
9069
9069
  },
@@ -9162,7 +9162,7 @@
9162
9162
  "typeString": "address"
9163
9163
  },
9164
9164
  {
9165
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9165
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9166
9166
  "typeString": "contract ISuperfluidToken"
9167
9167
  },
9168
9168
  {
@@ -9184,7 +9184,7 @@
9184
9184
  "referencedDeclaration": 14634,
9185
9185
  "src": "15761:27:35",
9186
9186
  "typeDescriptions": {
9187
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9187
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9188
9188
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,address,contract ISuperfluidToken,int96,bytes memory) returns (bytes memory)"
9189
9189
  }
9190
9190
  },
@@ -9356,7 +9356,7 @@
9356
9356
  "stateVariable": false,
9357
9357
  "storageLocation": "default",
9358
9358
  "typeDescriptions": {
9359
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9359
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9360
9360
  "typeString": "contract ISuperfluidToken"
9361
9361
  },
9362
9362
  "typeName": {
@@ -9366,13 +9366,13 @@
9366
9366
  "id": 14561,
9367
9367
  "name": "ISuperfluidToken",
9368
9368
  "nodeType": "IdentifierPath",
9369
- "referencedDeclaration": 20450,
9369
+ "referencedDeclaration": 20572,
9370
9370
  "src": "15652:16:35"
9371
9371
  },
9372
- "referencedDeclaration": 20450,
9372
+ "referencedDeclaration": 20572,
9373
9373
  "src": "15652:16:35",
9374
9374
  "typeDescriptions": {
9375
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9375
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9376
9376
  "typeString": "contract ISuperfluidToken"
9377
9377
  }
9378
9378
  },
@@ -9517,7 +9517,7 @@
9517
9517
  "referencedDeclaration": 13880,
9518
9518
  "src": "16752:14:35",
9519
9519
  "typeDescriptions": {
9520
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
9520
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
9521
9521
  "typeString": "contract IConstantFlowAgreementV1"
9522
9522
  }
9523
9523
  },
@@ -9547,7 +9547,7 @@
9547
9547
  "referencedDeclaration": 13880,
9548
9548
  "src": "16812:14:35",
9549
9549
  "typeDescriptions": {
9550
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
9550
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
9551
9551
  "typeString": "contract IConstantFlowAgreementV1"
9552
9552
  }
9553
9553
  },
@@ -9558,10 +9558,10 @@
9558
9558
  "lValueRequested": false,
9559
9559
  "memberName": "updateFlowByOperator",
9560
9560
  "nodeType": "MemberAccess",
9561
- "referencedDeclaration": 17980,
9561
+ "referencedDeclaration": 18102,
9562
9562
  "src": "16812:35:35",
9563
9563
  "typeDescriptions": {
9564
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9564
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9565
9565
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
9566
9566
  }
9567
9567
  },
@@ -9575,7 +9575,7 @@
9575
9575
  "referencedDeclaration": 14597,
9576
9576
  "src": "16887:5:35",
9577
9577
  "typeDescriptions": {
9578
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9578
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9579
9579
  "typeString": "contract ISuperfluidToken"
9580
9580
  }
9581
9581
  },
@@ -9688,7 +9688,7 @@
9688
9688
  "nodeType": "TupleExpression",
9689
9689
  "src": "16865:167:35",
9690
9690
  "typeDescriptions": {
9691
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
9691
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
9692
9692
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
9693
9693
  }
9694
9694
  }
@@ -9696,11 +9696,11 @@
9696
9696
  "expression": {
9697
9697
  "argumentTypes": [
9698
9698
  {
9699
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9699
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9700
9700
  "typeString": "function (contract ISuperfluidToken,address,address,int96,bytes memory) external returns (bytes memory)"
9701
9701
  },
9702
9702
  {
9703
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
9703
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_int96_$_t_bytes_memory_ptr_$",
9704
9704
  "typeString": "tuple(contract ISuperfluidToken,address,address,int96,bytes memory)"
9705
9705
  }
9706
9706
  ],
@@ -9772,7 +9772,7 @@
9772
9772
  "expression": {
9773
9773
  "argumentTypes": [
9774
9774
  {
9775
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
9775
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
9776
9776
  "typeString": "contract IConstantFlowAgreementV1"
9777
9777
  },
9778
9778
  {
@@ -9811,7 +9811,7 @@
9811
9811
  "referencedDeclaration": 13877,
9812
9812
  "src": "16698:15:35",
9813
9813
  "typeDescriptions": {
9814
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
9814
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
9815
9815
  "typeString": "contract ISuperfluid"
9816
9816
  }
9817
9817
  },
@@ -9822,10 +9822,10 @@
9822
9822
  "lValueRequested": false,
9823
9823
  "memberName": "callAgreementWithContext",
9824
9824
  "nodeType": "MemberAccess",
9825
- "referencedDeclaration": 20002,
9825
+ "referencedDeclaration": 20124,
9826
9826
  "src": "16698:40:35",
9827
9827
  "typeDescriptions": {
9828
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
9828
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
9829
9829
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
9830
9830
  }
9831
9831
  },
@@ -10002,7 +10002,7 @@
10002
10002
  "stateVariable": false,
10003
10003
  "storageLocation": "default",
10004
10004
  "typeDescriptions": {
10005
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10005
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10006
10006
  "typeString": "contract ISuperfluidToken"
10007
10007
  },
10008
10008
  "typeName": {
@@ -10012,13 +10012,13 @@
10012
10012
  "id": 14595,
10013
10013
  "name": "ISuperfluidToken",
10014
10014
  "nodeType": "IdentifierPath",
10015
- "referencedDeclaration": 20450,
10015
+ "referencedDeclaration": 20572,
10016
10016
  "src": "16552:16:35"
10017
10017
  },
10018
- "referencedDeclaration": 20450,
10018
+ "referencedDeclaration": 20572,
10019
10019
  "src": "16552:16:35",
10020
10020
  "typeDescriptions": {
10021
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10021
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10022
10022
  "typeString": "contract ISuperfluidToken"
10023
10023
  }
10024
10024
  },
@@ -10174,7 +10174,7 @@
10174
10174
  "referencedDeclaration": 14645,
10175
10175
  "src": "17632:5:35",
10176
10176
  "typeDescriptions": {
10177
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10177
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10178
10178
  "typeString": "contract ISuperfluidToken"
10179
10179
  }
10180
10180
  },
@@ -10257,7 +10257,7 @@
10257
10257
  "typeString": "address"
10258
10258
  },
10259
10259
  {
10260
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10260
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10261
10261
  "typeString": "contract ISuperfluidToken"
10262
10262
  },
10263
10263
  {
@@ -10275,7 +10275,7 @@
10275
10275
  "referencedDeclaration": 14703,
10276
10276
  "src": "17581:20:35",
10277
10277
  "typeDescriptions": {
10278
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10278
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10279
10279
  "typeString": "function (struct CFAv1Library.InitData storage pointer,address,address,contract ISuperfluidToken,bytes memory) returns (bytes memory)"
10280
10280
  }
10281
10281
  },
@@ -10420,7 +10420,7 @@
10420
10420
  "stateVariable": false,
10421
10421
  "storageLocation": "default",
10422
10422
  "typeDescriptions": {
10423
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10423
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10424
10424
  "typeString": "contract ISuperfluidToken"
10425
10425
  },
10426
10426
  "typeName": {
@@ -10430,13 +10430,13 @@
10430
10430
  "id": 14643,
10431
10431
  "name": "ISuperfluidToken",
10432
10432
  "nodeType": "IdentifierPath",
10433
- "referencedDeclaration": 20450,
10433
+ "referencedDeclaration": 20572,
10434
10434
  "src": "17496:16:35"
10435
10435
  },
10436
- "referencedDeclaration": 20450,
10436
+ "referencedDeclaration": 20572,
10437
10437
  "src": "17496:16:35",
10438
10438
  "typeDescriptions": {
10439
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10439
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10440
10440
  "typeString": "contract ISuperfluidToken"
10441
10441
  }
10442
10442
  },
@@ -10517,7 +10517,7 @@
10517
10517
  "referencedDeclaration": 13880,
10518
10518
  "src": "18255:14:35",
10519
10519
  "typeDescriptions": {
10520
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
10520
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
10521
10521
  "typeString": "contract IConstantFlowAgreementV1"
10522
10522
  }
10523
10523
  },
@@ -10547,7 +10547,7 @@
10547
10547
  "referencedDeclaration": 13880,
10548
10548
  "src": "18315:14:35",
10549
10549
  "typeDescriptions": {
10550
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
10550
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
10551
10551
  "typeString": "contract IConstantFlowAgreementV1"
10552
10552
  }
10553
10553
  },
@@ -10558,10 +10558,10 @@
10558
10558
  "lValueRequested": false,
10559
10559
  "memberName": "deleteFlowByOperator",
10560
10560
  "nodeType": "MemberAccess",
10561
- "referencedDeclaration": 18074,
10561
+ "referencedDeclaration": 18196,
10562
10562
  "src": "18315:35:35",
10563
10563
  "typeDescriptions": {
10564
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10564
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10565
10565
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
10566
10566
  }
10567
10567
  },
@@ -10575,7 +10575,7 @@
10575
10575
  "referencedDeclaration": 14673,
10576
10576
  "src": "18390:5:35",
10577
10577
  "typeDescriptions": {
10578
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10578
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10579
10579
  "typeString": "contract ISuperfluidToken"
10580
10580
  }
10581
10581
  },
@@ -10676,7 +10676,7 @@
10676
10676
  "nodeType": "TupleExpression",
10677
10677
  "src": "18368:137:35",
10678
10678
  "typeDescriptions": {
10679
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
10679
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
10680
10680
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
10681
10681
  }
10682
10682
  }
@@ -10684,11 +10684,11 @@
10684
10684
  "expression": {
10685
10685
  "argumentTypes": [
10686
10686
  {
10687
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10687
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10688
10688
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
10689
10689
  },
10690
10690
  {
10691
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
10691
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
10692
10692
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
10693
10693
  }
10694
10694
  ],
@@ -10748,7 +10748,7 @@
10748
10748
  "expression": {
10749
10749
  "argumentTypes": [
10750
10750
  {
10751
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
10751
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
10752
10752
  "typeString": "contract IConstantFlowAgreementV1"
10753
10753
  },
10754
10754
  {
@@ -10783,7 +10783,7 @@
10783
10783
  "referencedDeclaration": 13877,
10784
10784
  "src": "18212:15:35",
10785
10785
  "typeDescriptions": {
10786
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
10786
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
10787
10787
  "typeString": "contract ISuperfluid"
10788
10788
  }
10789
10789
  },
@@ -10794,10 +10794,10 @@
10794
10794
  "lValueRequested": false,
10795
10795
  "memberName": "callAgreement",
10796
10796
  "nodeType": "MemberAccess",
10797
- "referencedDeclaration": 19951,
10797
+ "referencedDeclaration": 20073,
10798
10798
  "src": "18212:29:35",
10799
10799
  "typeDescriptions": {
10800
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10800
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10801
10801
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
10802
10802
  }
10803
10803
  },
@@ -10942,7 +10942,7 @@
10942
10942
  "stateVariable": false,
10943
10943
  "storageLocation": "default",
10944
10944
  "typeDescriptions": {
10945
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10945
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10946
10946
  "typeString": "contract ISuperfluidToken"
10947
10947
  },
10948
10948
  "typeName": {
@@ -10952,13 +10952,13 @@
10952
10952
  "id": 14671,
10953
10953
  "name": "ISuperfluidToken",
10954
10954
  "nodeType": "IdentifierPath",
10955
- "referencedDeclaration": 20450,
10955
+ "referencedDeclaration": 20572,
10956
10956
  "src": "18096:16:35"
10957
10957
  },
10958
- "referencedDeclaration": 20450,
10958
+ "referencedDeclaration": 20572,
10959
10959
  "src": "18096:16:35",
10960
10960
  "typeDescriptions": {
10961
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10961
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10962
10962
  "typeString": "contract ISuperfluidToken"
10963
10963
  }
10964
10964
  },
@@ -11099,7 +11099,7 @@
11099
11099
  "referencedDeclaration": 14716,
11100
11100
  "src": "19219:5:35",
11101
11101
  "typeDescriptions": {
11102
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11102
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11103
11103
  "typeString": "contract ISuperfluidToken"
11104
11104
  }
11105
11105
  },
@@ -11186,7 +11186,7 @@
11186
11186
  "typeString": "address"
11187
11187
  },
11188
11188
  {
11189
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11189
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11190
11190
  "typeString": "contract ISuperfluidToken"
11191
11191
  },
11192
11192
  {
@@ -11204,7 +11204,7 @@
11204
11204
  "referencedDeclaration": 14781,
11205
11205
  "src": "19156:27:35",
11206
11206
  "typeDescriptions": {
11207
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20450_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11207
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$13881_storage_ptr_$_t_bytes_memory_ptr_$_t_address_$_t_address_$_t_contract$_ISuperfluidToken_$20572_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11208
11208
  "typeString": "function (struct CFAv1Library.InitData storage pointer,bytes memory,address,address,contract ISuperfluidToken,bytes memory) returns (bytes memory)"
11209
11209
  }
11210
11210
  },
@@ -11376,7 +11376,7 @@
11376
11376
  "stateVariable": false,
11377
11377
  "storageLocation": "default",
11378
11378
  "typeDescriptions": {
11379
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11379
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11380
11380
  "typeString": "contract ISuperfluidToken"
11381
11381
  },
11382
11382
  "typeName": {
@@ -11386,13 +11386,13 @@
11386
11386
  "id": 14714,
11387
11387
  "name": "ISuperfluidToken",
11388
11388
  "nodeType": "IdentifierPath",
11389
- "referencedDeclaration": 20450,
11389
+ "referencedDeclaration": 20572,
11390
11390
  "src": "19071:16:35"
11391
11391
  },
11392
- "referencedDeclaration": 20450,
11392
+ "referencedDeclaration": 20572,
11393
11393
  "src": "19071:16:35",
11394
11394
  "typeDescriptions": {
11395
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11395
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11396
11396
  "typeString": "contract ISuperfluidToken"
11397
11397
  }
11398
11398
  },
@@ -11510,7 +11510,7 @@
11510
11510
  "referencedDeclaration": 13880,
11511
11511
  "src": "19977:14:35",
11512
11512
  "typeDescriptions": {
11513
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
11513
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
11514
11514
  "typeString": "contract IConstantFlowAgreementV1"
11515
11515
  }
11516
11516
  },
@@ -11540,7 +11540,7 @@
11540
11540
  "referencedDeclaration": 13880,
11541
11541
  "src": "20037:14:35",
11542
11542
  "typeDescriptions": {
11543
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
11543
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
11544
11544
  "typeString": "contract IConstantFlowAgreementV1"
11545
11545
  }
11546
11546
  },
@@ -11551,10 +11551,10 @@
11551
11551
  "lValueRequested": false,
11552
11552
  "memberName": "deleteFlowByOperator",
11553
11553
  "nodeType": "MemberAccess",
11554
- "referencedDeclaration": 18074,
11554
+ "referencedDeclaration": 18196,
11555
11555
  "src": "20037:35:35",
11556
11556
  "typeDescriptions": {
11557
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11557
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11558
11558
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
11559
11559
  }
11560
11560
  },
@@ -11568,7 +11568,7 @@
11568
11568
  "referencedDeclaration": 14747,
11569
11569
  "src": "20112:5:35",
11570
11570
  "typeDescriptions": {
11571
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11571
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11572
11572
  "typeString": "contract ISuperfluidToken"
11573
11573
  }
11574
11574
  },
@@ -11669,7 +11669,7 @@
11669
11669
  "nodeType": "TupleExpression",
11670
11670
  "src": "20090:137:35",
11671
11671
  "typeDescriptions": {
11672
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
11672
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
11673
11673
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
11674
11674
  }
11675
11675
  }
@@ -11677,11 +11677,11 @@
11677
11677
  "expression": {
11678
11678
  "argumentTypes": [
11679
11679
  {
11680
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11680
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11681
11681
  "typeString": "function (contract ISuperfluidToken,address,address,bytes memory) external returns (bytes memory)"
11682
11682
  },
11683
11683
  {
11684
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
11684
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_address_$_t_bytes_memory_ptr_$",
11685
11685
  "typeString": "tuple(contract ISuperfluidToken,address,address,bytes memory)"
11686
11686
  }
11687
11687
  ],
@@ -11753,7 +11753,7 @@
11753
11753
  "expression": {
11754
11754
  "argumentTypes": [
11755
11755
  {
11756
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
11756
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
11757
11757
  "typeString": "contract IConstantFlowAgreementV1"
11758
11758
  },
11759
11759
  {
@@ -11792,7 +11792,7 @@
11792
11792
  "referencedDeclaration": 13877,
11793
11793
  "src": "19923:15:35",
11794
11794
  "typeDescriptions": {
11795
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11795
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11796
11796
  "typeString": "contract ISuperfluid"
11797
11797
  }
11798
11798
  },
@@ -11803,10 +11803,10 @@
11803
11803
  "lValueRequested": false,
11804
11804
  "memberName": "callAgreementWithContext",
11805
11805
  "nodeType": "MemberAccess",
11806
- "referencedDeclaration": 20002,
11806
+ "referencedDeclaration": 20124,
11807
11807
  "src": "19923:40:35",
11808
11808
  "typeDescriptions": {
11809
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
11809
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
11810
11810
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
11811
11811
  }
11812
11812
  },
@@ -11983,7 +11983,7 @@
11983
11983
  "stateVariable": false,
11984
11984
  "storageLocation": "default",
11985
11985
  "typeDescriptions": {
11986
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11986
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11987
11987
  "typeString": "contract ISuperfluidToken"
11988
11988
  },
11989
11989
  "typeName": {
@@ -11993,13 +11993,13 @@
11993
11993
  "id": 14745,
11994
11994
  "name": "ISuperfluidToken",
11995
11995
  "nodeType": "IdentifierPath",
11996
- "referencedDeclaration": 20450,
11996
+ "referencedDeclaration": 20572,
11997
11997
  "src": "19801:16:35"
11998
11998
  },
11999
- "referencedDeclaration": 20450,
11999
+ "referencedDeclaration": 20572,
12000
12000
  "src": "19801:16:35",
12001
12001
  "typeDescriptions": {
12002
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12002
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12003
12003
  "typeString": "contract ISuperfluidToken"
12004
12004
  }
12005
12005
  },
@@ -12107,7 +12107,7 @@
12107
12107
  "referencedDeclaration": 13880,
12108
12108
  "src": "21166:14:35",
12109
12109
  "typeDescriptions": {
12110
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
12110
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
12111
12111
  "typeString": "contract IConstantFlowAgreementV1"
12112
12112
  }
12113
12113
  },
@@ -12137,7 +12137,7 @@
12137
12137
  "referencedDeclaration": 13880,
12138
12138
  "src": "21226:14:35",
12139
12139
  "typeDescriptions": {
12140
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
12140
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
12141
12141
  "typeString": "contract IConstantFlowAgreementV1"
12142
12142
  }
12143
12143
  },
@@ -12148,10 +12148,10 @@
12148
12148
  "lValueRequested": false,
12149
12149
  "memberName": "updateFlowOperatorPermissions",
12150
12150
  "nodeType": "MemberAccess",
12151
- "referencedDeclaration": 17860,
12151
+ "referencedDeclaration": 17982,
12152
12152
  "src": "21226:44:35",
12153
12153
  "typeDescriptions": {
12154
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12154
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12155
12155
  "typeString": "function (contract ISuperfluidToken,address,uint8,int96,bytes memory) external returns (bytes memory)"
12156
12156
  }
12157
12157
  },
@@ -12165,7 +12165,7 @@
12165
12165
  "referencedDeclaration": 14790,
12166
12166
  "src": "21310:5:35",
12167
12167
  "typeDescriptions": {
12168
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12168
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12169
12169
  "typeString": "contract ISuperfluidToken"
12170
12170
  }
12171
12171
  },
@@ -12278,7 +12278,7 @@
12278
12278
  "nodeType": "TupleExpression",
12279
12279
  "src": "21288:185:35",
12280
12280
  "typeDescriptions": {
12281
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12281
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12282
12282
  "typeString": "tuple(contract ISuperfluidToken,address,uint8,int96,bytes memory)"
12283
12283
  }
12284
12284
  }
@@ -12286,11 +12286,11 @@
12286
12286
  "expression": {
12287
12287
  "argumentTypes": [
12288
12288
  {
12289
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12289
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12290
12290
  "typeString": "function (contract ISuperfluidToken,address,uint8,int96,bytes memory) external returns (bytes memory)"
12291
12291
  },
12292
12292
  {
12293
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12293
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12294
12294
  "typeString": "tuple(contract ISuperfluidToken,address,uint8,int96,bytes memory)"
12295
12295
  }
12296
12296
  ],
@@ -12401,7 +12401,7 @@
12401
12401
  "expression": {
12402
12402
  "argumentTypes": [
12403
12403
  {
12404
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
12404
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
12405
12405
  "typeString": "contract IConstantFlowAgreementV1"
12406
12406
  },
12407
12407
  {
@@ -12436,7 +12436,7 @@
12436
12436
  "referencedDeclaration": 13877,
12437
12437
  "src": "21123:15:35",
12438
12438
  "typeDescriptions": {
12439
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
12439
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
12440
12440
  "typeString": "contract ISuperfluid"
12441
12441
  }
12442
12442
  },
@@ -12447,10 +12447,10 @@
12447
12447
  "lValueRequested": false,
12448
12448
  "memberName": "callAgreement",
12449
12449
  "nodeType": "MemberAccess",
12450
- "referencedDeclaration": 19951,
12450
+ "referencedDeclaration": 20073,
12451
12451
  "src": "21123:29:35",
12452
12452
  "typeDescriptions": {
12453
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12453
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12454
12454
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
12455
12455
  }
12456
12456
  },
@@ -12567,7 +12567,7 @@
12567
12567
  "stateVariable": false,
12568
12568
  "storageLocation": "default",
12569
12569
  "typeDescriptions": {
12570
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12570
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12571
12571
  "typeString": "contract ISuperfluidToken"
12572
12572
  },
12573
12573
  "typeName": {
@@ -12577,13 +12577,13 @@
12577
12577
  "id": 14788,
12578
12578
  "name": "ISuperfluidToken",
12579
12579
  "nodeType": "IdentifierPath",
12580
- "referencedDeclaration": 20450,
12580
+ "referencedDeclaration": 20572,
12581
12581
  "src": "20978:16:35"
12582
12582
  },
12583
- "referencedDeclaration": 20450,
12583
+ "referencedDeclaration": 20572,
12584
12584
  "src": "20978:16:35",
12585
12585
  "typeDescriptions": {
12586
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12586
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12587
12587
  "typeString": "contract ISuperfluidToken"
12588
12588
  }
12589
12589
  },
@@ -12755,7 +12755,7 @@
12755
12755
  "referencedDeclaration": 13880,
12756
12756
  "src": "22535:14:35",
12757
12757
  "typeDescriptions": {
12758
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
12758
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
12759
12759
  "typeString": "contract IConstantFlowAgreementV1"
12760
12760
  }
12761
12761
  },
@@ -12785,7 +12785,7 @@
12785
12785
  "referencedDeclaration": 13880,
12786
12786
  "src": "22595:14:35",
12787
12787
  "typeDescriptions": {
12788
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
12788
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
12789
12789
  "typeString": "contract IConstantFlowAgreementV1"
12790
12790
  }
12791
12791
  },
@@ -12796,10 +12796,10 @@
12796
12796
  "lValueRequested": false,
12797
12797
  "memberName": "updateFlowOperatorPermissions",
12798
12798
  "nodeType": "MemberAccess",
12799
- "referencedDeclaration": 17860,
12799
+ "referencedDeclaration": 17982,
12800
12800
  "src": "22595:44:35",
12801
12801
  "typeDescriptions": {
12802
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12802
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12803
12803
  "typeString": "function (contract ISuperfluidToken,address,uint8,int96,bytes memory) external returns (bytes memory)"
12804
12804
  }
12805
12805
  },
@@ -12813,7 +12813,7 @@
12813
12813
  "referencedDeclaration": 14837,
12814
12814
  "src": "22679:5:35",
12815
12815
  "typeDescriptions": {
12816
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12816
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12817
12817
  "typeString": "contract ISuperfluidToken"
12818
12818
  }
12819
12819
  },
@@ -12926,7 +12926,7 @@
12926
12926
  "nodeType": "TupleExpression",
12927
12927
  "src": "22657:185:35",
12928
12928
  "typeDescriptions": {
12929
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12929
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12930
12930
  "typeString": "tuple(contract ISuperfluidToken,address,uint8,int96,bytes memory)"
12931
12931
  }
12932
12932
  }
@@ -12934,11 +12934,11 @@
12934
12934
  "expression": {
12935
12935
  "argumentTypes": [
12936
12936
  {
12937
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12937
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12938
12938
  "typeString": "function (contract ISuperfluidToken,address,uint8,int96,bytes memory) external returns (bytes memory)"
12939
12939
  },
12940
12940
  {
12941
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12941
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint8_$_t_int96_$_t_bytes_memory_ptr_$",
12942
12942
  "typeString": "tuple(contract ISuperfluidToken,address,uint8,int96,bytes memory)"
12943
12943
  }
12944
12944
  ],
@@ -13061,7 +13061,7 @@
13061
13061
  "expression": {
13062
13062
  "argumentTypes": [
13063
13063
  {
13064
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
13064
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
13065
13065
  "typeString": "contract IConstantFlowAgreementV1"
13066
13066
  },
13067
13067
  {
@@ -13100,7 +13100,7 @@
13100
13100
  "referencedDeclaration": 13877,
13101
13101
  "src": "22481:15:35",
13102
13102
  "typeDescriptions": {
13103
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
13103
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
13104
13104
  "typeString": "contract ISuperfluid"
13105
13105
  }
13106
13106
  },
@@ -13111,10 +13111,10 @@
13111
13111
  "lValueRequested": false,
13112
13112
  "memberName": "callAgreementWithContext",
13113
13113
  "nodeType": "MemberAccess",
13114
- "referencedDeclaration": 20002,
13114
+ "referencedDeclaration": 20124,
13115
13115
  "src": "22481:40:35",
13116
13116
  "typeDescriptions": {
13117
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
13117
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
13118
13118
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
13119
13119
  }
13120
13120
  },
@@ -13263,7 +13263,7 @@
13263
13263
  "stateVariable": false,
13264
13264
  "storageLocation": "default",
13265
13265
  "typeDescriptions": {
13266
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13266
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13267
13267
  "typeString": "contract ISuperfluidToken"
13268
13268
  },
13269
13269
  "typeName": {
@@ -13273,13 +13273,13 @@
13273
13273
  "id": 14835,
13274
13274
  "name": "ISuperfluidToken",
13275
13275
  "nodeType": "IdentifierPath",
13276
- "referencedDeclaration": 20450,
13276
+ "referencedDeclaration": 20572,
13277
13277
  "src": "22330:16:35"
13278
13278
  },
13279
- "referencedDeclaration": 20450,
13279
+ "referencedDeclaration": 20572,
13280
13280
  "src": "22330:16:35",
13281
13281
  "typeDescriptions": {
13282
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13282
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13283
13283
  "typeString": "contract ISuperfluidToken"
13284
13284
  }
13285
13285
  },
@@ -13414,7 +13414,7 @@
13414
13414
  "referencedDeclaration": 13880,
13415
13415
  "src": "23449:14:35",
13416
13416
  "typeDescriptions": {
13417
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
13417
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
13418
13418
  "typeString": "contract IConstantFlowAgreementV1"
13419
13419
  }
13420
13420
  },
@@ -13444,7 +13444,7 @@
13444
13444
  "referencedDeclaration": 13880,
13445
13445
  "src": "23509:14:35",
13446
13446
  "typeDescriptions": {
13447
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
13447
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
13448
13448
  "typeString": "contract IConstantFlowAgreementV1"
13449
13449
  }
13450
13450
  },
@@ -13455,10 +13455,10 @@
13455
13455
  "lValueRequested": false,
13456
13456
  "memberName": "authorizeFlowOperatorWithFullControl",
13457
13457
  "nodeType": "MemberAccess",
13458
- "referencedDeclaration": 17873,
13458
+ "referencedDeclaration": 17995,
13459
13459
  "src": "23509:51:35",
13460
13460
  "typeDescriptions": {
13461
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13461
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13462
13462
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
13463
13463
  }
13464
13464
  },
@@ -13472,7 +13472,7 @@
13472
13472
  "referencedDeclaration": 14886,
13473
13473
  "src": "23600:5:35",
13474
13474
  "typeDescriptions": {
13475
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13475
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13476
13476
  "typeString": "contract ISuperfluidToken"
13477
13477
  }
13478
13478
  },
@@ -13561,7 +13561,7 @@
13561
13561
  "nodeType": "TupleExpression",
13562
13562
  "src": "23578:113:35",
13563
13563
  "typeDescriptions": {
13564
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
13564
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
13565
13565
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
13566
13566
  }
13567
13567
  }
@@ -13569,11 +13569,11 @@
13569
13569
  "expression": {
13570
13570
  "argumentTypes": [
13571
13571
  {
13572
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13572
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13573
13573
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
13574
13574
  },
13575
13575
  {
13576
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
13576
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
13577
13577
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
13578
13578
  }
13579
13579
  ],
@@ -13684,7 +13684,7 @@
13684
13684
  "expression": {
13685
13685
  "argumentTypes": [
13686
13686
  {
13687
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
13687
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
13688
13688
  "typeString": "contract IConstantFlowAgreementV1"
13689
13689
  },
13690
13690
  {
@@ -13719,7 +13719,7 @@
13719
13719
  "referencedDeclaration": 13877,
13720
13720
  "src": "23406:15:35",
13721
13721
  "typeDescriptions": {
13722
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
13722
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
13723
13723
  "typeString": "contract ISuperfluid"
13724
13724
  }
13725
13725
  },
@@ -13730,10 +13730,10 @@
13730
13730
  "lValueRequested": false,
13731
13731
  "memberName": "callAgreement",
13732
13732
  "nodeType": "MemberAccess",
13733
- "referencedDeclaration": 19951,
13733
+ "referencedDeclaration": 20073,
13734
13734
  "src": "23406:29:35",
13735
13735
  "typeDescriptions": {
13736
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13736
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13737
13737
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
13738
13738
  }
13739
13739
  },
@@ -13850,7 +13850,7 @@
13850
13850
  "stateVariable": false,
13851
13851
  "storageLocation": "default",
13852
13852
  "typeDescriptions": {
13853
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13853
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13854
13854
  "typeString": "contract ISuperfluidToken"
13855
13855
  },
13856
13856
  "typeName": {
@@ -13860,13 +13860,13 @@
13860
13860
  "id": 14884,
13861
13861
  "name": "ISuperfluidToken",
13862
13862
  "nodeType": "IdentifierPath",
13863
- "referencedDeclaration": 20450,
13863
+ "referencedDeclaration": 20572,
13864
13864
  "src": "23321:16:35"
13865
13865
  },
13866
- "referencedDeclaration": 20450,
13866
+ "referencedDeclaration": 20572,
13867
13867
  "src": "23321:16:35",
13868
13868
  "typeDescriptions": {
13869
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13869
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13870
13870
  "typeString": "contract ISuperfluidToken"
13871
13871
  }
13872
13872
  },
@@ -13984,7 +13984,7 @@
13984
13984
  "referencedDeclaration": 13880,
13985
13985
  "src": "24417:14:35",
13986
13986
  "typeDescriptions": {
13987
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
13987
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
13988
13988
  "typeString": "contract IConstantFlowAgreementV1"
13989
13989
  }
13990
13990
  },
@@ -14014,7 +14014,7 @@
14014
14014
  "referencedDeclaration": 13880,
14015
14015
  "src": "24477:14:35",
14016
14016
  "typeDescriptions": {
14017
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
14017
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
14018
14018
  "typeString": "contract IConstantFlowAgreementV1"
14019
14019
  }
14020
14020
  },
@@ -14025,10 +14025,10 @@
14025
14025
  "lValueRequested": false,
14026
14026
  "memberName": "authorizeFlowOperatorWithFullControl",
14027
14027
  "nodeType": "MemberAccess",
14028
- "referencedDeclaration": 17873,
14028
+ "referencedDeclaration": 17995,
14029
14029
  "src": "24477:51:35",
14030
14030
  "typeDescriptions": {
14031
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14031
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14032
14032
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
14033
14033
  }
14034
14034
  },
@@ -14042,7 +14042,7 @@
14042
14042
  "referencedDeclaration": 14927,
14043
14043
  "src": "24568:5:35",
14044
14044
  "typeDescriptions": {
14045
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14045
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14046
14046
  "typeString": "contract ISuperfluidToken"
14047
14047
  }
14048
14048
  },
@@ -14131,7 +14131,7 @@
14131
14131
  "nodeType": "TupleExpression",
14132
14132
  "src": "24546:113:35",
14133
14133
  "typeDescriptions": {
14134
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
14134
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
14135
14135
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
14136
14136
  }
14137
14137
  }
@@ -14139,11 +14139,11 @@
14139
14139
  "expression": {
14140
14140
  "argumentTypes": [
14141
14141
  {
14142
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14142
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14143
14143
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
14144
14144
  },
14145
14145
  {
14146
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
14146
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
14147
14147
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
14148
14148
  }
14149
14149
  ],
@@ -14266,7 +14266,7 @@
14266
14266
  "expression": {
14267
14267
  "argumentTypes": [
14268
14268
  {
14269
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
14269
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
14270
14270
  "typeString": "contract IConstantFlowAgreementV1"
14271
14271
  },
14272
14272
  {
@@ -14305,7 +14305,7 @@
14305
14305
  "referencedDeclaration": 13877,
14306
14306
  "src": "24363:15:35",
14307
14307
  "typeDescriptions": {
14308
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
14308
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
14309
14309
  "typeString": "contract ISuperfluid"
14310
14310
  }
14311
14311
  },
@@ -14316,10 +14316,10 @@
14316
14316
  "lValueRequested": false,
14317
14317
  "memberName": "callAgreementWithContext",
14318
14318
  "nodeType": "MemberAccess",
14319
- "referencedDeclaration": 20002,
14319
+ "referencedDeclaration": 20124,
14320
14320
  "src": "24363:40:35",
14321
14321
  "typeDescriptions": {
14322
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
14322
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
14323
14323
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
14324
14324
  }
14325
14325
  },
@@ -14468,7 +14468,7 @@
14468
14468
  "stateVariable": false,
14469
14469
  "storageLocation": "default",
14470
14470
  "typeDescriptions": {
14471
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14471
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14472
14472
  "typeString": "contract ISuperfluidToken"
14473
14473
  },
14474
14474
  "typeName": {
@@ -14478,13 +14478,13 @@
14478
14478
  "id": 14925,
14479
14479
  "name": "ISuperfluidToken",
14480
14480
  "nodeType": "IdentifierPath",
14481
- "referencedDeclaration": 20450,
14481
+ "referencedDeclaration": 20572,
14482
14482
  "src": "24272:16:35"
14483
14483
  },
14484
- "referencedDeclaration": 20450,
14484
+ "referencedDeclaration": 20572,
14485
14485
  "src": "24272:16:35",
14486
14486
  "typeDescriptions": {
14487
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14487
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14488
14488
  "typeString": "contract ISuperfluidToken"
14489
14489
  }
14490
14490
  },
@@ -14565,7 +14565,7 @@
14565
14565
  "referencedDeclaration": 13880,
14566
14566
  "src": "25255:14:35",
14567
14567
  "typeDescriptions": {
14568
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
14568
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
14569
14569
  "typeString": "contract IConstantFlowAgreementV1"
14570
14570
  }
14571
14571
  },
@@ -14595,7 +14595,7 @@
14595
14595
  "referencedDeclaration": 13880,
14596
14596
  "src": "25315:14:35",
14597
14597
  "typeDescriptions": {
14598
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
14598
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
14599
14599
  "typeString": "contract IConstantFlowAgreementV1"
14600
14600
  }
14601
14601
  },
@@ -14606,10 +14606,10 @@
14606
14606
  "lValueRequested": false,
14607
14607
  "memberName": "revokeFlowOperatorWithFullControl",
14608
14608
  "nodeType": "MemberAccess",
14609
- "referencedDeclaration": 17886,
14609
+ "referencedDeclaration": 18008,
14610
14610
  "src": "25315:48:35",
14611
14611
  "typeDescriptions": {
14612
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14612
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14613
14613
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
14614
14614
  }
14615
14615
  },
@@ -14623,7 +14623,7 @@
14623
14623
  "referencedDeclaration": 14970,
14624
14624
  "src": "25403:5:35",
14625
14625
  "typeDescriptions": {
14626
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14626
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14627
14627
  "typeString": "contract ISuperfluidToken"
14628
14628
  }
14629
14629
  },
@@ -14712,7 +14712,7 @@
14712
14712
  "nodeType": "TupleExpression",
14713
14713
  "src": "25381:113:35",
14714
14714
  "typeDescriptions": {
14715
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
14715
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
14716
14716
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
14717
14717
  }
14718
14718
  }
@@ -14720,11 +14720,11 @@
14720
14720
  "expression": {
14721
14721
  "argumentTypes": [
14722
14722
  {
14723
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14723
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14724
14724
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
14725
14725
  },
14726
14726
  {
14727
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
14727
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
14728
14728
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
14729
14729
  }
14730
14730
  ],
@@ -14835,7 +14835,7 @@
14835
14835
  "expression": {
14836
14836
  "argumentTypes": [
14837
14837
  {
14838
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
14838
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
14839
14839
  "typeString": "contract IConstantFlowAgreementV1"
14840
14840
  },
14841
14841
  {
@@ -14870,7 +14870,7 @@
14870
14870
  "referencedDeclaration": 13877,
14871
14871
  "src": "25212:15:35",
14872
14872
  "typeDescriptions": {
14873
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
14873
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
14874
14874
  "typeString": "contract ISuperfluid"
14875
14875
  }
14876
14876
  },
@@ -14881,10 +14881,10 @@
14881
14881
  "lValueRequested": false,
14882
14882
  "memberName": "callAgreement",
14883
14883
  "nodeType": "MemberAccess",
14884
- "referencedDeclaration": 19951,
14884
+ "referencedDeclaration": 20073,
14885
14885
  "src": "25212:29:35",
14886
14886
  "typeDescriptions": {
14887
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14887
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14888
14888
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
14889
14889
  }
14890
14890
  },
@@ -15001,7 +15001,7 @@
15001
15001
  "stateVariable": false,
15002
15002
  "storageLocation": "default",
15003
15003
  "typeDescriptions": {
15004
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15004
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15005
15005
  "typeString": "contract ISuperfluidToken"
15006
15006
  },
15007
15007
  "typeName": {
@@ -15011,13 +15011,13 @@
15011
15011
  "id": 14968,
15012
15012
  "name": "ISuperfluidToken",
15013
15013
  "nodeType": "IdentifierPath",
15014
- "referencedDeclaration": 20450,
15014
+ "referencedDeclaration": 20572,
15015
15015
  "src": "25127:16:35"
15016
15016
  },
15017
- "referencedDeclaration": 20450,
15017
+ "referencedDeclaration": 20572,
15018
15018
  "src": "25127:16:35",
15019
15019
  "typeDescriptions": {
15020
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15020
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15021
15021
  "typeString": "contract ISuperfluidToken"
15022
15022
  }
15023
15023
  },
@@ -15135,7 +15135,7 @@
15135
15135
  "referencedDeclaration": 13880,
15136
15136
  "src": "26196:14:35",
15137
15137
  "typeDescriptions": {
15138
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
15138
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
15139
15139
  "typeString": "contract IConstantFlowAgreementV1"
15140
15140
  }
15141
15141
  },
@@ -15165,7 +15165,7 @@
15165
15165
  "referencedDeclaration": 13880,
15166
15166
  "src": "26256:14:35",
15167
15167
  "typeDescriptions": {
15168
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
15168
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
15169
15169
  "typeString": "contract IConstantFlowAgreementV1"
15170
15170
  }
15171
15171
  },
@@ -15176,10 +15176,10 @@
15176
15176
  "lValueRequested": false,
15177
15177
  "memberName": "revokeFlowOperatorWithFullControl",
15178
15178
  "nodeType": "MemberAccess",
15179
- "referencedDeclaration": 17886,
15179
+ "referencedDeclaration": 18008,
15180
15180
  "src": "26256:48:35",
15181
15181
  "typeDescriptions": {
15182
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15182
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15183
15183
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
15184
15184
  }
15185
15185
  },
@@ -15193,7 +15193,7 @@
15193
15193
  "referencedDeclaration": 15011,
15194
15194
  "src": "26344:5:35",
15195
15195
  "typeDescriptions": {
15196
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15196
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15197
15197
  "typeString": "contract ISuperfluidToken"
15198
15198
  }
15199
15199
  },
@@ -15282,7 +15282,7 @@
15282
15282
  "nodeType": "TupleExpression",
15283
15283
  "src": "26322:113:35",
15284
15284
  "typeDescriptions": {
15285
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
15285
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
15286
15286
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
15287
15287
  }
15288
15288
  }
@@ -15290,11 +15290,11 @@
15290
15290
  "expression": {
15291
15291
  "argumentTypes": [
15292
15292
  {
15293
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15293
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15294
15294
  "typeString": "function (contract ISuperfluidToken,address,bytes memory) external returns (bytes memory)"
15295
15295
  },
15296
15296
  {
15297
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_bytes_memory_ptr_$",
15297
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_bytes_memory_ptr_$",
15298
15298
  "typeString": "tuple(contract ISuperfluidToken,address,bytes memory)"
15299
15299
  }
15300
15300
  ],
@@ -15417,7 +15417,7 @@
15417
15417
  "expression": {
15418
15418
  "argumentTypes": [
15419
15419
  {
15420
- "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18114",
15420
+ "typeIdentifier": "t_contract$_IConstantFlowAgreementV1_$18236",
15421
15421
  "typeString": "contract IConstantFlowAgreementV1"
15422
15422
  },
15423
15423
  {
@@ -15456,7 +15456,7 @@
15456
15456
  "referencedDeclaration": 13877,
15457
15457
  "src": "26142:15:35",
15458
15458
  "typeDescriptions": {
15459
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
15459
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
15460
15460
  "typeString": "contract ISuperfluid"
15461
15461
  }
15462
15462
  },
@@ -15467,10 +15467,10 @@
15467
15467
  "lValueRequested": false,
15468
15468
  "memberName": "callAgreementWithContext",
15469
15469
  "nodeType": "MemberAccess",
15470
- "referencedDeclaration": 20002,
15470
+ "referencedDeclaration": 20124,
15471
15471
  "src": "26142:40:35",
15472
15472
  "typeDescriptions": {
15473
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
15473
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
15474
15474
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
15475
15475
  }
15476
15476
  },
@@ -15619,7 +15619,7 @@
15619
15619
  "stateVariable": false,
15620
15620
  "storageLocation": "default",
15621
15621
  "typeDescriptions": {
15622
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15622
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15623
15623
  "typeString": "contract ISuperfluidToken"
15624
15624
  },
15625
15625
  "typeName": {
@@ -15629,13 +15629,13 @@
15629
15629
  "id": 15009,
15630
15630
  "name": "ISuperfluidToken",
15631
15631
  "nodeType": "IdentifierPath",
15632
- "referencedDeclaration": 20450,
15632
+ "referencedDeclaration": 20572,
15633
15633
  "src": "26051:16:35"
15634
15634
  },
15635
- "referencedDeclaration": 20450,
15635
+ "referencedDeclaration": 20572,
15636
15636
  "src": "26051:16:35",
15637
15637
  "typeDescriptions": {
15638
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15638
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15639
15639
  "typeString": "contract ISuperfluidToken"
15640
15640
  }
15641
15641
  },
@@ -15698,7 +15698,7 @@
15698
15698
  },
15699
15699
  "networks": {},
15700
15700
  "schemaVersion": "3.4.8",
15701
- "updatedAt": "2022-08-29T16:08:02.368Z",
15701
+ "updatedAt": "2022-08-30T13:03:13.302Z",
15702
15702
  "devdoc": {
15703
15703
  "author": "Superfluid",
15704
15704
  "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()",