@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
  16401
19
19
  ],
20
20
  "IInstantDistributionAgreementV1": [
21
- 18502
21
+ 18624
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": 16402,
@@ -58,7 +58,7 @@
58
58
  "nameLocation": "-1:-1:-1",
59
59
  "nodeType": "ImportDirective",
60
60
  "scope": 16402,
61
- "sourceUnit": 20054,
61
+ "sourceUnit": 20176,
62
62
  "src": "96:87:36",
63
63
  "symbolAliases": [
64
64
  {
@@ -67,7 +67,7 @@
67
67
  "name": "ISuperfluid",
68
68
  "nodeType": "Identifier",
69
69
  "overloadedDeclarations": [],
70
- "referencedDeclaration": 20053,
70
+ "referencedDeclaration": 20175,
71
71
  "src": "104:11:36",
72
72
  "typeDescriptions": {}
73
73
  },
@@ -79,7 +79,7 @@
79
79
  "name": "ISuperfluidToken",
80
80
  "nodeType": "Identifier",
81
81
  "overloadedDeclarations": [],
82
- "referencedDeclaration": 20450,
82
+ "referencedDeclaration": 20572,
83
83
  "src": "117:16:36",
84
84
  "typeDescriptions": {}
85
85
  },
@@ -95,7 +95,7 @@
95
95
  "nameLocation": "-1:-1:-1",
96
96
  "nodeType": "ImportDirective",
97
97
  "scope": 16402,
98
- "sourceUnit": 18503,
98
+ "sourceUnit": 18625,
99
99
  "src": "185:115:36",
100
100
  "symbolAliases": [
101
101
  {
@@ -104,7 +104,7 @@
104
104
  "name": "IInstantDistributionAgreementV1",
105
105
  "nodeType": "Identifier",
106
106
  "overloadedDeclarations": [],
107
- "referencedDeclaration": 18502,
107
+ "referencedDeclaration": 18624,
108
108
  "src": "198:31:36",
109
109
  "typeDescriptions": {}
110
110
  },
@@ -150,7 +150,7 @@
150
150
  "stateVariable": false,
151
151
  "storageLocation": "default",
152
152
  "typeDescriptions": {
153
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
153
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
154
154
  "typeString": "contract ISuperfluid"
155
155
  },
156
156
  "typeName": {
@@ -160,13 +160,13 @@
160
160
  "id": 15056,
161
161
  "name": "ISuperfluid",
162
162
  "nodeType": "IdentifierPath",
163
- "referencedDeclaration": 20053,
163
+ "referencedDeclaration": 20175,
164
164
  "src": "763:11:36"
165
165
  },
166
- "referencedDeclaration": 20053,
166
+ "referencedDeclaration": 20175,
167
167
  "src": "763:11:36",
168
168
  "typeDescriptions": {
169
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
169
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
170
170
  "typeString": "contract ISuperfluid"
171
171
  }
172
172
  },
@@ -184,7 +184,7 @@
184
184
  "stateVariable": false,
185
185
  "storageLocation": "default",
186
186
  "typeDescriptions": {
187
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
187
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
188
188
  "typeString": "contract IInstantDistributionAgreementV1"
189
189
  },
190
190
  "typeName": {
@@ -194,13 +194,13 @@
194
194
  "id": 15059,
195
195
  "name": "IInstantDistributionAgreementV1",
196
196
  "nodeType": "IdentifierPath",
197
- "referencedDeclaration": 18502,
197
+ "referencedDeclaration": 18624,
198
198
  "src": "789:31:36"
199
199
  },
200
- "referencedDeclaration": 18502,
200
+ "referencedDeclaration": 18624,
201
201
  "src": "789:31:36",
202
202
  "typeDescriptions": {
203
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
203
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
204
204
  "typeString": "contract IInstantDistributionAgreementV1"
205
205
  }
206
206
  },
@@ -231,7 +231,7 @@
231
231
  "referencedDeclaration": 15069,
232
232
  "src": "1932:5:36",
233
233
  "typeDescriptions": {
234
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
234
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
235
235
  "typeString": "contract ISuperfluidToken"
236
236
  }
237
237
  },
@@ -263,7 +263,7 @@
263
263
  "expression": {
264
264
  "argumentTypes": [
265
265
  {
266
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
266
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
267
267
  "typeString": "contract ISuperfluidToken"
268
268
  },
269
269
  {
@@ -298,7 +298,7 @@
298
298
  "referencedDeclaration": 15061,
299
299
  "src": "1908:14:36",
300
300
  "typeDescriptions": {
301
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
301
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
302
302
  "typeString": "contract IInstantDistributionAgreementV1"
303
303
  }
304
304
  },
@@ -309,10 +309,10 @@
309
309
  "lValueRequested": false,
310
310
  "memberName": "getIndex",
311
311
  "nodeType": "MemberAccess",
312
- "referencedDeclaration": 18179,
312
+ "referencedDeclaration": 18301,
313
313
  "src": "1908:23:36",
314
314
  "typeDescriptions": {
315
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$returns$_t_bool_$_t_uint128_$_t_uint128_$_t_uint128_$",
315
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$returns$_t_bool_$_t_uint128_$_t_uint128_$_t_uint128_$",
316
316
  "typeString": "function (contract ISuperfluidToken,address,uint32) view external returns (bool,uint128,uint128,uint128)"
317
317
  }
318
318
  },
@@ -401,7 +401,7 @@
401
401
  "stateVariable": false,
402
402
  "storageLocation": "default",
403
403
  "typeDescriptions": {
404
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
404
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
405
405
  "typeString": "contract ISuperfluidToken"
406
406
  },
407
407
  "typeName": {
@@ -411,13 +411,13 @@
411
411
  "id": 15067,
412
412
  "name": "ISuperfluidToken",
413
413
  "nodeType": "IdentifierPath",
414
- "referencedDeclaration": 20450,
414
+ "referencedDeclaration": 20572,
415
415
  "src": "1615:16:36"
416
416
  },
417
- "referencedDeclaration": 20450,
417
+ "referencedDeclaration": 20572,
418
418
  "src": "1615:16:36",
419
419
  "typeDescriptions": {
420
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
420
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
421
421
  "typeString": "contract ISuperfluidToken"
422
422
  }
423
423
  },
@@ -619,7 +619,7 @@
619
619
  "referencedDeclaration": 15100,
620
620
  "src": "2875:5:36",
621
621
  "typeDescriptions": {
622
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
622
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
623
623
  "typeString": "contract ISuperfluidToken"
624
624
  }
625
625
  },
@@ -663,7 +663,7 @@
663
663
  "expression": {
664
664
  "argumentTypes": [
665
665
  {
666
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
666
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
667
667
  "typeString": "contract ISuperfluidToken"
668
668
  },
669
669
  {
@@ -702,7 +702,7 @@
702
702
  "referencedDeclaration": 15061,
703
703
  "src": "2838:14:36",
704
704
  "typeDescriptions": {
705
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
705
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
706
706
  "typeString": "contract IInstantDistributionAgreementV1"
707
707
  }
708
708
  },
@@ -713,10 +713,10 @@
713
713
  "lValueRequested": false,
714
714
  "memberName": "calculateDistribution",
715
715
  "nodeType": "MemberAccess",
716
- "referencedDeclaration": 18196,
716
+ "referencedDeclaration": 18318,
717
717
  "src": "2838:36:36",
718
718
  "typeDescriptions": {
719
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_uint256_$returns$_t_uint256_$_t_uint128_$",
719
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_uint256_$returns$_t_uint256_$_t_uint128_$",
720
720
  "typeString": "function (contract ISuperfluidToken,address,uint32,uint256) view external returns (uint256,uint128)"
721
721
  }
722
722
  },
@@ -805,7 +805,7 @@
805
805
  "stateVariable": false,
806
806
  "storageLocation": "default",
807
807
  "typeDescriptions": {
808
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
808
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
809
809
  "typeString": "contract ISuperfluidToken"
810
810
  },
811
811
  "typeName": {
@@ -815,13 +815,13 @@
815
815
  "id": 15098,
816
816
  "name": "ISuperfluidToken",
817
817
  "nodeType": "IdentifierPath",
818
- "referencedDeclaration": 20450,
818
+ "referencedDeclaration": 20572,
819
819
  "src": "2587:16:36"
820
820
  },
821
- "referencedDeclaration": 20450,
821
+ "referencedDeclaration": 20572,
822
822
  "src": "2587:16:36",
823
823
  "typeDescriptions": {
824
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
824
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
825
825
  "typeString": "contract ISuperfluidToken"
826
826
  }
827
827
  },
@@ -996,7 +996,7 @@
996
996
  "referencedDeclaration": 15130,
997
997
  "src": "3662:5:36",
998
998
  "typeDescriptions": {
999
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
999
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1000
1000
  "typeString": "contract ISuperfluidToken"
1001
1001
  }
1002
1002
  },
@@ -1016,7 +1016,7 @@
1016
1016
  "expression": {
1017
1017
  "argumentTypes": [
1018
1018
  {
1019
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1019
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1020
1020
  "typeString": "contract ISuperfluidToken"
1021
1021
  },
1022
1022
  {
@@ -1047,7 +1047,7 @@
1047
1047
  "referencedDeclaration": 15061,
1048
1048
  "src": "3629:14:36",
1049
1049
  "typeDescriptions": {
1050
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
1050
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
1051
1051
  "typeString": "contract IInstantDistributionAgreementV1"
1052
1052
  }
1053
1053
  },
@@ -1058,10 +1058,10 @@
1058
1058
  "lValueRequested": false,
1059
1059
  "memberName": "listSubscriptions",
1060
1060
  "nodeType": "MemberAccess",
1061
- "referencedDeclaration": 18439,
1061
+ "referencedDeclaration": 18561,
1062
1062
  "src": "3629:32:36",
1063
1063
  "typeDescriptions": {
1064
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20450_$_t_address_$returns$_t_array$_t_address_$dyn_memory_ptr_$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_uint128_$dyn_memory_ptr_$",
1064
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$returns$_t_array$_t_address_$dyn_memory_ptr_$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_uint128_$dyn_memory_ptr_$",
1065
1065
  "typeString": "function (contract ISuperfluidToken,address) view external returns (address[] memory,uint32[] memory,uint128[] memory)"
1066
1066
  }
1067
1067
  },
@@ -1150,7 +1150,7 @@
1150
1150
  "stateVariable": false,
1151
1151
  "storageLocation": "default",
1152
1152
  "typeDescriptions": {
1153
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1153
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1154
1154
  "typeString": "contract ISuperfluidToken"
1155
1155
  },
1156
1156
  "typeName": {
@@ -1160,13 +1160,13 @@
1160
1160
  "id": 15128,
1161
1161
  "name": "ISuperfluidToken",
1162
1162
  "nodeType": "IdentifierPath",
1163
- "referencedDeclaration": 20450,
1163
+ "referencedDeclaration": 20572,
1164
1164
  "src": "3375:16:36"
1165
1165
  },
1166
- "referencedDeclaration": 20450,
1166
+ "referencedDeclaration": 20572,
1167
1167
  "src": "3375:16:36",
1168
1168
  "typeDescriptions": {
1169
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1169
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1170
1170
  "typeString": "contract ISuperfluidToken"
1171
1171
  }
1172
1172
  },
@@ -1342,7 +1342,7 @@
1342
1342
  "referencedDeclaration": 15159,
1343
1343
  "src": "4719:5:36",
1344
1344
  "typeDescriptions": {
1345
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1345
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1346
1346
  "typeString": "contract ISuperfluidToken"
1347
1347
  }
1348
1348
  },
@@ -1386,7 +1386,7 @@
1386
1386
  "expression": {
1387
1387
  "argumentTypes": [
1388
1388
  {
1389
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1389
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1390
1390
  "typeString": "contract ISuperfluidToken"
1391
1391
  },
1392
1392
  {
@@ -1425,7 +1425,7 @@
1425
1425
  "referencedDeclaration": 15061,
1426
1426
  "src": "4688:14:36",
1427
1427
  "typeDescriptions": {
1428
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
1428
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
1429
1429
  "typeString": "contract IInstantDistributionAgreementV1"
1430
1430
  }
1431
1431
  },
@@ -1436,10 +1436,10 @@
1436
1436
  "lValueRequested": false,
1437
1437
  "memberName": "getSubscription",
1438
1438
  "nodeType": "MemberAccess",
1439
- "referencedDeclaration": 18402,
1439
+ "referencedDeclaration": 18524,
1440
1440
  "src": "4688:30:36",
1441
1441
  "typeDescriptions": {
1442
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$returns$_t_bool_$_t_bool_$_t_uint128_$_t_uint256_$",
1442
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$returns$_t_bool_$_t_bool_$_t_uint128_$_t_uint256_$",
1443
1443
  "typeString": "function (contract ISuperfluidToken,address,uint32,address) view external returns (bool,bool,uint128,uint256)"
1444
1444
  }
1445
1445
  },
@@ -1528,7 +1528,7 @@
1528
1528
  "stateVariable": false,
1529
1529
  "storageLocation": "default",
1530
1530
  "typeDescriptions": {
1531
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1531
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1532
1532
  "typeString": "contract ISuperfluidToken"
1533
1533
  },
1534
1534
  "typeName": {
@@ -1538,13 +1538,13 @@
1538
1538
  "id": 15157,
1539
1539
  "name": "ISuperfluidToken",
1540
1540
  "nodeType": "IdentifierPath",
1541
- "referencedDeclaration": 20450,
1541
+ "referencedDeclaration": 20572,
1542
1542
  "src": "4383:16:36"
1543
1543
  },
1544
- "referencedDeclaration": 20450,
1544
+ "referencedDeclaration": 20572,
1545
1545
  "src": "4383:16:36",
1546
1546
  "typeDescriptions": {
1547
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1547
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1548
1548
  "typeString": "contract ISuperfluidToken"
1549
1549
  }
1550
1550
  },
@@ -1774,7 +1774,7 @@
1774
1774
  "referencedDeclaration": 15193,
1775
1775
  "src": "5746:5:36",
1776
1776
  "typeDescriptions": {
1777
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1777
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1778
1778
  "typeString": "contract ISuperfluidToken"
1779
1779
  }
1780
1780
  },
@@ -1794,7 +1794,7 @@
1794
1794
  "expression": {
1795
1795
  "argumentTypes": [
1796
1796
  {
1797
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1797
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1798
1798
  "typeString": "contract ISuperfluidToken"
1799
1799
  },
1800
1800
  {
@@ -1825,7 +1825,7 @@
1825
1825
  "referencedDeclaration": 15061,
1826
1826
  "src": "5711:14:36",
1827
1827
  "typeDescriptions": {
1828
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
1828
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
1829
1829
  "typeString": "contract IInstantDistributionAgreementV1"
1830
1830
  }
1831
1831
  },
@@ -1836,10 +1836,10 @@
1836
1836
  "lValueRequested": false,
1837
1837
  "memberName": "getSubscriptionByID",
1838
1838
  "nodeType": "MemberAccess",
1839
- "referencedDeclaration": 18421,
1839
+ "referencedDeclaration": 18543,
1840
1840
  "src": "5711:34:36",
1841
1841
  "typeDescriptions": {
1842
- "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20450_$_t_bytes32_$returns$_t_address_$_t_uint32_$_t_bool_$_t_uint128_$_t_uint256_$",
1842
+ "typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$20572_$_t_bytes32_$returns$_t_address_$_t_uint32_$_t_bool_$_t_uint128_$_t_uint256_$",
1843
1843
  "typeString": "function (contract ISuperfluidToken,bytes32) view external returns (address,uint32,bool,uint128,uint256)"
1844
1844
  }
1845
1845
  },
@@ -1928,7 +1928,7 @@
1928
1928
  "stateVariable": false,
1929
1929
  "storageLocation": "default",
1930
1930
  "typeDescriptions": {
1931
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1931
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1932
1932
  "typeString": "contract ISuperfluidToken"
1933
1933
  },
1934
1934
  "typeName": {
@@ -1938,13 +1938,13 @@
1938
1938
  "id": 15191,
1939
1939
  "name": "ISuperfluidToken",
1940
1940
  "nodeType": "IdentifierPath",
1941
- "referencedDeclaration": 20450,
1941
+ "referencedDeclaration": 20572,
1942
1942
  "src": "5421:16:36"
1943
1943
  },
1944
- "referencedDeclaration": 20450,
1944
+ "referencedDeclaration": 20572,
1945
1945
  "src": "5421:16:36",
1946
1946
  "typeDescriptions": {
1947
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1947
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1948
1948
  "typeString": "contract ISuperfluidToken"
1949
1949
  }
1950
1950
  },
@@ -2158,7 +2158,7 @@
2158
2158
  "referencedDeclaration": 15223,
2159
2159
  "src": "6324:5:36",
2160
2160
  "typeDescriptions": {
2161
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2161
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2162
2162
  "typeString": "contract ISuperfluidToken"
2163
2163
  }
2164
2164
  },
@@ -2245,7 +2245,7 @@
2245
2245
  "typeString": "struct IDAv1Library.InitData storage pointer"
2246
2246
  },
2247
2247
  {
2248
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2248
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2249
2249
  "typeString": "contract ISuperfluidToken"
2250
2250
  },
2251
2251
  {
@@ -2267,7 +2267,7 @@
2267
2267
  "referencedDeclaration": 15277,
2268
2268
  "src": "6300:11:36",
2269
2269
  "typeDescriptions": {
2270
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
2270
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
2271
2271
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,bytes memory)"
2272
2272
  }
2273
2273
  },
@@ -2355,7 +2355,7 @@
2355
2355
  "stateVariable": false,
2356
2356
  "storageLocation": "default",
2357
2357
  "typeDescriptions": {
2358
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2358
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2359
2359
  "typeString": "contract ISuperfluidToken"
2360
2360
  },
2361
2361
  "typeName": {
@@ -2365,13 +2365,13 @@
2365
2365
  "id": 15221,
2366
2366
  "name": "ISuperfluidToken",
2367
2367
  "nodeType": "IdentifierPath",
2368
- "referencedDeclaration": 20450,
2368
+ "referencedDeclaration": 20572,
2369
2369
  "src": "6228:16:36"
2370
2370
  },
2371
- "referencedDeclaration": 20450,
2371
+ "referencedDeclaration": 20572,
2372
2372
  "src": "6228:16:36",
2373
2373
  "typeDescriptions": {
2374
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2374
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2375
2375
  "typeString": "contract ISuperfluidToken"
2376
2376
  }
2377
2377
  },
@@ -2451,7 +2451,7 @@
2451
2451
  "referencedDeclaration": 15061,
2452
2452
  "src": "6860:14:36",
2453
2453
  "typeDescriptions": {
2454
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
2454
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
2455
2455
  "typeString": "contract IInstantDistributionAgreementV1"
2456
2456
  }
2457
2457
  },
@@ -2481,7 +2481,7 @@
2481
2481
  "referencedDeclaration": 15061,
2482
2482
  "src": "6920:14:36",
2483
2483
  "typeDescriptions": {
2484
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
2484
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
2485
2485
  "typeString": "contract IInstantDistributionAgreementV1"
2486
2486
  }
2487
2487
  },
@@ -2492,10 +2492,10 @@
2492
2492
  "lValueRequested": false,
2493
2493
  "memberName": "createIndex",
2494
2494
  "nodeType": "MemberAccess",
2495
- "referencedDeclaration": 18148,
2495
+ "referencedDeclaration": 18270,
2496
2496
  "src": "6920:26:36",
2497
2497
  "typeDescriptions": {
2498
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2498
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2499
2499
  "typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
2500
2500
  }
2501
2501
  },
@@ -2509,7 +2509,7 @@
2509
2509
  "referencedDeclaration": 15246,
2510
2510
  "src": "6986:5:36",
2511
2511
  "typeDescriptions": {
2512
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2512
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2513
2513
  "typeString": "contract ISuperfluidToken"
2514
2514
  }
2515
2515
  },
@@ -2598,7 +2598,7 @@
2598
2598
  "nodeType": "TupleExpression",
2599
2599
  "src": "6964:127:36",
2600
2600
  "typeDescriptions": {
2601
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$",
2601
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$",
2602
2602
  "typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
2603
2603
  }
2604
2604
  }
@@ -2606,11 +2606,11 @@
2606
2606
  "expression": {
2607
2607
  "argumentTypes": [
2608
2608
  {
2609
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2609
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2610
2610
  "typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
2611
2611
  },
2612
2612
  {
2613
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$",
2613
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$",
2614
2614
  "typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
2615
2615
  }
2616
2616
  ],
@@ -2670,7 +2670,7 @@
2670
2670
  "expression": {
2671
2671
  "argumentTypes": [
2672
2672
  {
2673
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
2673
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
2674
2674
  "typeString": "contract IInstantDistributionAgreementV1"
2675
2675
  },
2676
2676
  {
@@ -2705,7 +2705,7 @@
2705
2705
  "referencedDeclaration": 15058,
2706
2706
  "src": "6817:15:36",
2707
2707
  "typeDescriptions": {
2708
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
2708
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
2709
2709
  "typeString": "contract ISuperfluid"
2710
2710
  }
2711
2711
  },
@@ -2716,10 +2716,10 @@
2716
2716
  "lValueRequested": false,
2717
2717
  "memberName": "callAgreement",
2718
2718
  "nodeType": "MemberAccess",
2719
- "referencedDeclaration": 19951,
2719
+ "referencedDeclaration": 20073,
2720
2720
  "src": "6817:29:36",
2721
2721
  "typeDescriptions": {
2722
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2722
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
2723
2723
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
2724
2724
  }
2725
2725
  },
@@ -2807,7 +2807,7 @@
2807
2807
  "stateVariable": false,
2808
2808
  "storageLocation": "default",
2809
2809
  "typeDescriptions": {
2810
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2810
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2811
2811
  "typeString": "contract ISuperfluidToken"
2812
2812
  },
2813
2813
  "typeName": {
@@ -2817,13 +2817,13 @@
2817
2817
  "id": 15244,
2818
2818
  "name": "ISuperfluidToken",
2819
2819
  "nodeType": "IdentifierPath",
2820
- "referencedDeclaration": 20450,
2820
+ "referencedDeclaration": 20572,
2821
2821
  "src": "6714:16:36"
2822
2822
  },
2823
- "referencedDeclaration": 20450,
2823
+ "referencedDeclaration": 20572,
2824
2824
  "src": "6714:16:36",
2825
2825
  "typeDescriptions": {
2826
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2826
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2827
2827
  "typeString": "contract ISuperfluidToken"
2828
2828
  }
2829
2829
  },
@@ -2939,7 +2939,7 @@
2939
2939
  "referencedDeclaration": 15286,
2940
2940
  "src": "7685:5:36",
2941
2941
  "typeDescriptions": {
2942
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2942
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2943
2943
  "typeString": "contract ISuperfluidToken"
2944
2944
  }
2945
2945
  },
@@ -3030,7 +3030,7 @@
3030
3030
  "typeString": "bytes memory"
3031
3031
  },
3032
3032
  {
3033
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3033
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3034
3034
  "typeString": "contract ISuperfluidToken"
3035
3035
  },
3036
3036
  {
@@ -3052,7 +3052,7 @@
3052
3052
  "referencedDeclaration": 15349,
3053
3053
  "src": "7649:18:36",
3054
3054
  "typeDescriptions": {
3055
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3055
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3056
3056
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,bytes memory) returns (bytes memory)"
3057
3057
  }
3058
3058
  },
@@ -3168,7 +3168,7 @@
3168
3168
  "stateVariable": false,
3169
3169
  "storageLocation": "default",
3170
3170
  "typeDescriptions": {
3171
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3171
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3172
3172
  "typeString": "contract ISuperfluidToken"
3173
3173
  },
3174
3174
  "typeName": {
@@ -3178,13 +3178,13 @@
3178
3178
  "id": 15284,
3179
3179
  "name": "ISuperfluidToken",
3180
3180
  "nodeType": "IdentifierPath",
3181
- "referencedDeclaration": 20450,
3181
+ "referencedDeclaration": 20572,
3182
3182
  "src": "7540:16:36"
3183
3183
  },
3184
- "referencedDeclaration": 20450,
3184
+ "referencedDeclaration": 20572,
3185
3185
  "src": "7540:16:36",
3186
3186
  "typeDescriptions": {
3187
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3187
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3188
3188
  "typeString": "contract ISuperfluidToken"
3189
3189
  }
3190
3190
  },
@@ -3329,7 +3329,7 @@
3329
3329
  "referencedDeclaration": 15061,
3330
3330
  "src": "8400:14:36",
3331
3331
  "typeDescriptions": {
3332
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
3332
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
3333
3333
  "typeString": "contract IInstantDistributionAgreementV1"
3334
3334
  }
3335
3335
  },
@@ -3359,7 +3359,7 @@
3359
3359
  "referencedDeclaration": 15061,
3360
3360
  "src": "8460:14:36",
3361
3361
  "typeDescriptions": {
3362
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
3362
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
3363
3363
  "typeString": "contract IInstantDistributionAgreementV1"
3364
3364
  }
3365
3365
  },
@@ -3370,10 +3370,10 @@
3370
3370
  "lValueRequested": false,
3371
3371
  "memberName": "createIndex",
3372
3372
  "nodeType": "MemberAccess",
3373
- "referencedDeclaration": 18148,
3373
+ "referencedDeclaration": 18270,
3374
3374
  "src": "8460:26:36",
3375
3375
  "typeDescriptions": {
3376
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3376
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3377
3377
  "typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
3378
3378
  }
3379
3379
  },
@@ -3387,7 +3387,7 @@
3387
3387
  "referencedDeclaration": 15314,
3388
3388
  "src": "8526:5:36",
3389
3389
  "typeDescriptions": {
3390
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3390
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3391
3391
  "typeString": "contract ISuperfluidToken"
3392
3392
  }
3393
3393
  },
@@ -3476,7 +3476,7 @@
3476
3476
  "nodeType": "TupleExpression",
3477
3477
  "src": "8504:127:36",
3478
3478
  "typeDescriptions": {
3479
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$",
3479
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$",
3480
3480
  "typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
3481
3481
  }
3482
3482
  }
@@ -3484,11 +3484,11 @@
3484
3484
  "expression": {
3485
3485
  "argumentTypes": [
3486
3486
  {
3487
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3487
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
3488
3488
  "typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
3489
3489
  },
3490
3490
  {
3491
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_bytes_memory_ptr_$",
3491
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_bytes_memory_ptr_$",
3492
3492
  "typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
3493
3493
  }
3494
3494
  ],
@@ -3560,7 +3560,7 @@
3560
3560
  "expression": {
3561
3561
  "argumentTypes": [
3562
3562
  {
3563
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
3563
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
3564
3564
  "typeString": "contract IInstantDistributionAgreementV1"
3565
3565
  },
3566
3566
  {
@@ -3599,7 +3599,7 @@
3599
3599
  "referencedDeclaration": 15058,
3600
3600
  "src": "8346:15:36",
3601
3601
  "typeDescriptions": {
3602
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
3602
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
3603
3603
  "typeString": "contract ISuperfluid"
3604
3604
  }
3605
3605
  },
@@ -3610,10 +3610,10 @@
3610
3610
  "lValueRequested": false,
3611
3611
  "memberName": "callAgreementWithContext",
3612
3612
  "nodeType": "MemberAccess",
3613
- "referencedDeclaration": 20002,
3613
+ "referencedDeclaration": 20124,
3614
3614
  "src": "8346:40:36",
3615
3615
  "typeDescriptions": {
3616
- "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_$",
3616
+ "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_$",
3617
3617
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
3618
3618
  }
3619
3619
  },
@@ -3734,7 +3734,7 @@
3734
3734
  "stateVariable": false,
3735
3735
  "storageLocation": "default",
3736
3736
  "typeDescriptions": {
3737
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3737
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3738
3738
  "typeString": "contract ISuperfluidToken"
3739
3739
  },
3740
3740
  "typeName": {
@@ -3744,13 +3744,13 @@
3744
3744
  "id": 15312,
3745
3745
  "name": "ISuperfluidToken",
3746
3746
  "nodeType": "IdentifierPath",
3747
- "referencedDeclaration": 20450,
3747
+ "referencedDeclaration": 20572,
3748
3748
  "src": "8200:16:36"
3749
3749
  },
3750
- "referencedDeclaration": 20450,
3750
+ "referencedDeclaration": 20572,
3751
3751
  "src": "8200:16:36",
3752
3752
  "typeDescriptions": {
3753
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3753
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3754
3754
  "typeString": "contract ISuperfluidToken"
3755
3755
  }
3756
3756
  },
@@ -3882,7 +3882,7 @@
3882
3882
  "referencedDeclaration": 15356,
3883
3883
  "src": "9377:5:36",
3884
3884
  "typeDescriptions": {
3885
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3885
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3886
3886
  "typeString": "contract ISuperfluidToken"
3887
3887
  }
3888
3888
  },
@@ -3981,7 +3981,7 @@
3981
3981
  "typeString": "struct IDAv1Library.InitData storage pointer"
3982
3982
  },
3983
3983
  {
3984
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3984
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3985
3985
  "typeString": "contract ISuperfluidToken"
3986
3986
  },
3987
3987
  {
@@ -4007,7 +4007,7 @@
4007
4007
  "referencedDeclaration": 15416,
4008
4008
  "src": "9348:16:36",
4009
4009
  "typeDescriptions": {
4010
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
4010
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
4011
4011
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,uint128,bytes memory)"
4012
4012
  }
4013
4013
  },
@@ -4095,7 +4095,7 @@
4095
4095
  "stateVariable": false,
4096
4096
  "storageLocation": "default",
4097
4097
  "typeDescriptions": {
4098
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4098
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4099
4099
  "typeString": "contract ISuperfluidToken"
4100
4100
  },
4101
4101
  "typeName": {
@@ -4105,13 +4105,13 @@
4105
4105
  "id": 15354,
4106
4106
  "name": "ISuperfluidToken",
4107
4107
  "nodeType": "IdentifierPath",
4108
- "referencedDeclaration": 20450,
4108
+ "referencedDeclaration": 20572,
4109
4109
  "src": "9248:16:36"
4110
4110
  },
4111
- "referencedDeclaration": 20450,
4111
+ "referencedDeclaration": 20572,
4112
4112
  "src": "9248:16:36",
4113
4113
  "typeDescriptions": {
4114
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4114
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4115
4115
  "typeString": "contract ISuperfluidToken"
4116
4116
  }
4117
4117
  },
@@ -4218,7 +4218,7 @@
4218
4218
  "referencedDeclaration": 15061,
4219
4219
  "src": "10157:14:36",
4220
4220
  "typeDescriptions": {
4221
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
4221
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
4222
4222
  "typeString": "contract IInstantDistributionAgreementV1"
4223
4223
  }
4224
4224
  },
@@ -4248,7 +4248,7 @@
4248
4248
  "referencedDeclaration": 15061,
4249
4249
  "src": "10217:14:36",
4250
4250
  "typeDescriptions": {
4251
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
4251
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
4252
4252
  "typeString": "contract IInstantDistributionAgreementV1"
4253
4253
  }
4254
4254
  },
@@ -4259,10 +4259,10 @@
4259
4259
  "lValueRequested": false,
4260
4260
  "memberName": "updateIndex",
4261
4261
  "nodeType": "MemberAccess",
4262
- "referencedDeclaration": 18211,
4262
+ "referencedDeclaration": 18333,
4263
4263
  "src": "10217:26:36",
4264
4264
  "typeDescriptions": {
4265
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4265
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4266
4266
  "typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
4267
4267
  }
4268
4268
  },
@@ -4276,7 +4276,7 @@
4276
4276
  "referencedDeclaration": 15382,
4277
4277
  "src": "10283:5:36",
4278
4278
  "typeDescriptions": {
4279
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4279
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4280
4280
  "typeString": "contract ISuperfluidToken"
4281
4281
  }
4282
4282
  },
@@ -4377,7 +4377,7 @@
4377
4377
  "nodeType": "TupleExpression",
4378
4378
  "src": "10261:159:36",
4379
4379
  "typeDescriptions": {
4380
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
4380
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
4381
4381
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
4382
4382
  }
4383
4383
  }
@@ -4385,11 +4385,11 @@
4385
4385
  "expression": {
4386
4386
  "argumentTypes": [
4387
4387
  {
4388
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4388
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4389
4389
  "typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
4390
4390
  },
4391
4391
  {
4392
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
4392
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
4393
4393
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
4394
4394
  }
4395
4395
  ],
@@ -4449,7 +4449,7 @@
4449
4449
  "expression": {
4450
4450
  "argumentTypes": [
4451
4451
  {
4452
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
4452
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
4453
4453
  "typeString": "contract IInstantDistributionAgreementV1"
4454
4454
  },
4455
4455
  {
@@ -4484,7 +4484,7 @@
4484
4484
  "referencedDeclaration": 15058,
4485
4485
  "src": "10114:15:36",
4486
4486
  "typeDescriptions": {
4487
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
4487
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
4488
4488
  "typeString": "contract ISuperfluid"
4489
4489
  }
4490
4490
  },
@@ -4495,10 +4495,10 @@
4495
4495
  "lValueRequested": false,
4496
4496
  "memberName": "callAgreement",
4497
4497
  "nodeType": "MemberAccess",
4498
- "referencedDeclaration": 19951,
4498
+ "referencedDeclaration": 20073,
4499
4499
  "src": "10114:29:36",
4500
4500
  "typeDescriptions": {
4501
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4501
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4502
4502
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
4503
4503
  }
4504
4504
  },
@@ -4586,7 +4586,7 @@
4586
4586
  "stateVariable": false,
4587
4587
  "storageLocation": "default",
4588
4588
  "typeDescriptions": {
4589
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4589
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4590
4590
  "typeString": "contract ISuperfluidToken"
4591
4591
  },
4592
4592
  "typeName": {
@@ -4596,13 +4596,13 @@
4596
4596
  "id": 15380,
4597
4597
  "name": "ISuperfluidToken",
4598
4598
  "nodeType": "IdentifierPath",
4599
- "referencedDeclaration": 20450,
4599
+ "referencedDeclaration": 20572,
4600
4600
  "src": "9983:16:36"
4601
4601
  },
4602
- "referencedDeclaration": 20450,
4602
+ "referencedDeclaration": 20572,
4603
4603
  "src": "9983:16:36",
4604
4604
  "typeDescriptions": {
4605
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4605
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4606
4606
  "typeString": "contract ISuperfluidToken"
4607
4607
  }
4608
4608
  },
@@ -4745,7 +4745,7 @@
4745
4745
  "referencedDeclaration": 15425,
4746
4746
  "src": "11320:5:36",
4747
4747
  "typeDescriptions": {
4748
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4748
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4749
4749
  "typeString": "contract ISuperfluidToken"
4750
4750
  }
4751
4751
  },
@@ -4848,7 +4848,7 @@
4848
4848
  "typeString": "bytes memory"
4849
4849
  },
4850
4850
  {
4851
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4851
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4852
4852
  "typeString": "contract ISuperfluidToken"
4853
4853
  },
4854
4854
  {
@@ -4874,7 +4874,7 @@
4874
4874
  "referencedDeclaration": 15494,
4875
4875
  "src": "11242:23:36",
4876
4876
  "typeDescriptions": {
4877
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4877
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
4878
4878
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,uint128,bytes memory) returns (bytes memory)"
4879
4879
  }
4880
4880
  },
@@ -4990,7 +4990,7 @@
4990
4990
  "stateVariable": false,
4991
4991
  "storageLocation": "default",
4992
4992
  "typeDescriptions": {
4993
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4993
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4994
4994
  "typeString": "contract ISuperfluidToken"
4995
4995
  },
4996
4996
  "typeName": {
@@ -5000,13 +5000,13 @@
5000
5000
  "id": 15423,
5001
5001
  "name": "ISuperfluidToken",
5002
5002
  "nodeType": "IdentifierPath",
5003
- "referencedDeclaration": 20450,
5003
+ "referencedDeclaration": 20572,
5004
5004
  "src": "11105:16:36"
5005
5005
  },
5006
- "referencedDeclaration": 20450,
5006
+ "referencedDeclaration": 20572,
5007
5007
  "src": "11105:16:36",
5008
5008
  "typeDescriptions": {
5009
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5009
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5010
5010
  "typeString": "contract ISuperfluidToken"
5011
5011
  }
5012
5012
  },
@@ -5178,7 +5178,7 @@
5178
5178
  "referencedDeclaration": 15061,
5179
5179
  "src": "12313:14:36",
5180
5180
  "typeDescriptions": {
5181
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
5181
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
5182
5182
  "typeString": "contract IInstantDistributionAgreementV1"
5183
5183
  }
5184
5184
  },
@@ -5208,7 +5208,7 @@
5208
5208
  "referencedDeclaration": 15061,
5209
5209
  "src": "12373:14:36",
5210
5210
  "typeDescriptions": {
5211
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
5211
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
5212
5212
  "typeString": "contract IInstantDistributionAgreementV1"
5213
5213
  }
5214
5214
  },
@@ -5219,10 +5219,10 @@
5219
5219
  "lValueRequested": false,
5220
5220
  "memberName": "updateIndex",
5221
5221
  "nodeType": "MemberAccess",
5222
- "referencedDeclaration": 18211,
5222
+ "referencedDeclaration": 18333,
5223
5223
  "src": "12373:26:36",
5224
5224
  "typeDescriptions": {
5225
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5225
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5226
5226
  "typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
5227
5227
  }
5228
5228
  },
@@ -5236,7 +5236,7 @@
5236
5236
  "referencedDeclaration": 15456,
5237
5237
  "src": "12439:5:36",
5238
5238
  "typeDescriptions": {
5239
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5239
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5240
5240
  "typeString": "contract ISuperfluidToken"
5241
5241
  }
5242
5242
  },
@@ -5337,7 +5337,7 @@
5337
5337
  "nodeType": "TupleExpression",
5338
5338
  "src": "12417:159:36",
5339
5339
  "typeDescriptions": {
5340
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
5340
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
5341
5341
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
5342
5342
  }
5343
5343
  }
@@ -5345,11 +5345,11 @@
5345
5345
  "expression": {
5346
5346
  "argumentTypes": [
5347
5347
  {
5348
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5348
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
5349
5349
  "typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
5350
5350
  },
5351
5351
  {
5352
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
5352
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
5353
5353
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
5354
5354
  }
5355
5355
  ],
@@ -5421,7 +5421,7 @@
5421
5421
  "expression": {
5422
5422
  "argumentTypes": [
5423
5423
  {
5424
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
5424
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
5425
5425
  "typeString": "contract IInstantDistributionAgreementV1"
5426
5426
  },
5427
5427
  {
@@ -5460,7 +5460,7 @@
5460
5460
  "referencedDeclaration": 15058,
5461
5461
  "src": "12259:15:36",
5462
5462
  "typeDescriptions": {
5463
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
5463
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
5464
5464
  "typeString": "contract ISuperfluid"
5465
5465
  }
5466
5466
  },
@@ -5471,10 +5471,10 @@
5471
5471
  "lValueRequested": false,
5472
5472
  "memberName": "callAgreementWithContext",
5473
5473
  "nodeType": "MemberAccess",
5474
- "referencedDeclaration": 20002,
5474
+ "referencedDeclaration": 20124,
5475
5475
  "src": "12259:40:36",
5476
5476
  "typeDescriptions": {
5477
- "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_$",
5477
+ "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_$",
5478
5478
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
5479
5479
  }
5480
5480
  },
@@ -5595,7 +5595,7 @@
5595
5595
  "stateVariable": false,
5596
5596
  "storageLocation": "default",
5597
5597
  "typeDescriptions": {
5598
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5598
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5599
5599
  "typeString": "contract ISuperfluidToken"
5600
5600
  },
5601
5601
  "typeName": {
@@ -5605,13 +5605,13 @@
5605
5605
  "id": 15454,
5606
5606
  "name": "ISuperfluidToken",
5607
5607
  "nodeType": "IdentifierPath",
5608
- "referencedDeclaration": 20450,
5608
+ "referencedDeclaration": 20572,
5609
5609
  "src": "12085:16:36"
5610
5610
  },
5611
- "referencedDeclaration": 20450,
5611
+ "referencedDeclaration": 20572,
5612
5612
  "src": "12085:16:36",
5613
5613
  "typeDescriptions": {
5614
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5614
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5615
5615
  "typeString": "contract ISuperfluidToken"
5616
5616
  }
5617
5617
  },
@@ -5770,7 +5770,7 @@
5770
5770
  "referencedDeclaration": 15501,
5771
5771
  "src": "13268:5:36",
5772
5772
  "typeDescriptions": {
5773
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5773
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5774
5774
  "typeString": "contract ISuperfluidToken"
5775
5775
  }
5776
5776
  },
@@ -5869,7 +5869,7 @@
5869
5869
  "typeString": "struct IDAv1Library.InitData storage pointer"
5870
5870
  },
5871
5871
  {
5872
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5872
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5873
5873
  "typeString": "contract ISuperfluidToken"
5874
5874
  },
5875
5875
  {
@@ -5895,7 +5895,7 @@
5895
5895
  "referencedDeclaration": 15561,
5896
5896
  "src": "13245:10:36",
5897
5897
  "typeDescriptions": {
5898
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
5898
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
5899
5899
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,uint256,bytes memory)"
5900
5900
  }
5901
5901
  },
@@ -5983,7 +5983,7 @@
5983
5983
  "stateVariable": false,
5984
5984
  "storageLocation": "default",
5985
5985
  "typeDescriptions": {
5986
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
5986
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
5987
5987
  "typeString": "contract ISuperfluidToken"
5988
5988
  },
5989
5989
  "typeName": {
@@ -5993,13 +5993,13 @@
5993
5993
  "id": 15499,
5994
5994
  "name": "ISuperfluidToken",
5995
5995
  "nodeType": "IdentifierPath",
5996
- "referencedDeclaration": 20450,
5996
+ "referencedDeclaration": 20572,
5997
5997
  "src": "13149:16:36"
5998
5998
  },
5999
- "referencedDeclaration": 20450,
5999
+ "referencedDeclaration": 20572,
6000
6000
  "src": "13149:16:36",
6001
6001
  "typeDescriptions": {
6002
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6002
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6003
6003
  "typeString": "contract ISuperfluidToken"
6004
6004
  }
6005
6005
  },
@@ -6106,7 +6106,7 @@
6106
6106
  "referencedDeclaration": 15061,
6107
6107
  "src": "14076:14:36",
6108
6108
  "typeDescriptions": {
6109
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
6109
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
6110
6110
  "typeString": "contract IInstantDistributionAgreementV1"
6111
6111
  }
6112
6112
  },
@@ -6136,7 +6136,7 @@
6136
6136
  "referencedDeclaration": 15061,
6137
6137
  "src": "14136:14:36",
6138
6138
  "typeDescriptions": {
6139
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
6139
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
6140
6140
  "typeString": "contract IInstantDistributionAgreementV1"
6141
6141
  }
6142
6142
  },
@@ -6147,10 +6147,10 @@
6147
6147
  "lValueRequested": false,
6148
6148
  "memberName": "distribute",
6149
6149
  "nodeType": "MemberAccess",
6150
- "referencedDeclaration": 18246,
6150
+ "referencedDeclaration": 18368,
6151
6151
  "src": "14136:25:36",
6152
6152
  "typeDescriptions": {
6153
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6153
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6154
6154
  "typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
6155
6155
  }
6156
6156
  },
@@ -6164,7 +6164,7 @@
6164
6164
  "referencedDeclaration": 15527,
6165
6165
  "src": "14201:5:36",
6166
6166
  "typeDescriptions": {
6167
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6167
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6168
6168
  "typeString": "contract ISuperfluidToken"
6169
6169
  }
6170
6170
  },
@@ -6265,7 +6265,7 @@
6265
6265
  "nodeType": "TupleExpression",
6266
6266
  "src": "14179:155:36",
6267
6267
  "typeDescriptions": {
6268
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
6268
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
6269
6269
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
6270
6270
  }
6271
6271
  }
@@ -6273,11 +6273,11 @@
6273
6273
  "expression": {
6274
6274
  "argumentTypes": [
6275
6275
  {
6276
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6276
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6277
6277
  "typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
6278
6278
  },
6279
6279
  {
6280
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
6280
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
6281
6281
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
6282
6282
  }
6283
6283
  ],
@@ -6337,7 +6337,7 @@
6337
6337
  "expression": {
6338
6338
  "argumentTypes": [
6339
6339
  {
6340
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
6340
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
6341
6341
  "typeString": "contract IInstantDistributionAgreementV1"
6342
6342
  },
6343
6343
  {
@@ -6372,7 +6372,7 @@
6372
6372
  "referencedDeclaration": 15058,
6373
6373
  "src": "14033:15:36",
6374
6374
  "typeDescriptions": {
6375
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
6375
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
6376
6376
  "typeString": "contract ISuperfluid"
6377
6377
  }
6378
6378
  },
@@ -6383,10 +6383,10 @@
6383
6383
  "lValueRequested": false,
6384
6384
  "memberName": "callAgreement",
6385
6385
  "nodeType": "MemberAccess",
6386
- "referencedDeclaration": 19951,
6386
+ "referencedDeclaration": 20073,
6387
6387
  "src": "14033:29:36",
6388
6388
  "typeDescriptions": {
6389
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6389
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6390
6390
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
6391
6391
  }
6392
6392
  },
@@ -6474,7 +6474,7 @@
6474
6474
  "stateVariable": false,
6475
6475
  "storageLocation": "default",
6476
6476
  "typeDescriptions": {
6477
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6477
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6478
6478
  "typeString": "contract ISuperfluidToken"
6479
6479
  },
6480
6480
  "typeName": {
@@ -6484,13 +6484,13 @@
6484
6484
  "id": 15525,
6485
6485
  "name": "ISuperfluidToken",
6486
6486
  "nodeType": "IdentifierPath",
6487
- "referencedDeclaration": 20450,
6487
+ "referencedDeclaration": 20572,
6488
6488
  "src": "13906:16:36"
6489
6489
  },
6490
- "referencedDeclaration": 20450,
6490
+ "referencedDeclaration": 20572,
6491
6491
  "src": "13906:16:36",
6492
6492
  "typeDescriptions": {
6493
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6493
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6494
6494
  "typeString": "contract ISuperfluidToken"
6495
6495
  }
6496
6496
  },
@@ -6633,7 +6633,7 @@
6633
6633
  "referencedDeclaration": 15570,
6634
6634
  "src": "15131:5:36",
6635
6635
  "typeDescriptions": {
6636
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6636
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6637
6637
  "typeString": "contract ISuperfluidToken"
6638
6638
  }
6639
6639
  },
@@ -6736,7 +6736,7 @@
6736
6736
  "typeString": "bytes memory"
6737
6737
  },
6738
6738
  {
6739
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6739
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6740
6740
  "typeString": "contract ISuperfluidToken"
6741
6741
  },
6742
6742
  {
@@ -6762,7 +6762,7 @@
6762
6762
  "referencedDeclaration": 15639,
6763
6763
  "src": "15096:17:36",
6764
6764
  "typeDescriptions": {
6765
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6765
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
6766
6766
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,uint256,bytes memory) returns (bytes memory)"
6767
6767
  }
6768
6768
  },
@@ -6878,7 +6878,7 @@
6878
6878
  "stateVariable": false,
6879
6879
  "storageLocation": "default",
6880
6880
  "typeDescriptions": {
6881
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6881
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6882
6882
  "typeString": "contract ISuperfluidToken"
6883
6883
  },
6884
6884
  "typeName": {
@@ -6888,13 +6888,13 @@
6888
6888
  "id": 15568,
6889
6889
  "name": "ISuperfluidToken",
6890
6890
  "nodeType": "IdentifierPath",
6891
- "referencedDeclaration": 20450,
6891
+ "referencedDeclaration": 20572,
6892
6892
  "src": "14963:16:36"
6893
6893
  },
6894
- "referencedDeclaration": 20450,
6894
+ "referencedDeclaration": 20572,
6895
6895
  "src": "14963:16:36",
6896
6896
  "typeDescriptions": {
6897
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
6897
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
6898
6898
  "typeString": "contract ISuperfluidToken"
6899
6899
  }
6900
6900
  },
@@ -7066,7 +7066,7 @@
7066
7066
  "referencedDeclaration": 15061,
7067
7067
  "src": "16066:14:36",
7068
7068
  "typeDescriptions": {
7069
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
7069
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
7070
7070
  "typeString": "contract IInstantDistributionAgreementV1"
7071
7071
  }
7072
7072
  },
@@ -7096,7 +7096,7 @@
7096
7096
  "referencedDeclaration": 15061,
7097
7097
  "src": "16126:14:36",
7098
7098
  "typeDescriptions": {
7099
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
7099
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
7100
7100
  "typeString": "contract IInstantDistributionAgreementV1"
7101
7101
  }
7102
7102
  },
@@ -7107,10 +7107,10 @@
7107
7107
  "lValueRequested": false,
7108
7108
  "memberName": "distribute",
7109
7109
  "nodeType": "MemberAccess",
7110
- "referencedDeclaration": 18246,
7110
+ "referencedDeclaration": 18368,
7111
7111
  "src": "16126:25:36",
7112
7112
  "typeDescriptions": {
7113
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7113
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7114
7114
  "typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
7115
7115
  }
7116
7116
  },
@@ -7124,7 +7124,7 @@
7124
7124
  "referencedDeclaration": 15601,
7125
7125
  "src": "16191:5:36",
7126
7126
  "typeDescriptions": {
7127
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7127
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7128
7128
  "typeString": "contract ISuperfluidToken"
7129
7129
  }
7130
7130
  },
@@ -7225,7 +7225,7 @@
7225
7225
  "nodeType": "TupleExpression",
7226
7226
  "src": "16169:155:36",
7227
7227
  "typeDescriptions": {
7228
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
7228
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
7229
7229
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
7230
7230
  }
7231
7231
  }
@@ -7233,11 +7233,11 @@
7233
7233
  "expression": {
7234
7234
  "argumentTypes": [
7235
7235
  {
7236
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7236
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
7237
7237
  "typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
7238
7238
  },
7239
7239
  {
7240
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
7240
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
7241
7241
  "typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
7242
7242
  }
7243
7243
  ],
@@ -7309,7 +7309,7 @@
7309
7309
  "expression": {
7310
7310
  "argumentTypes": [
7311
7311
  {
7312
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
7312
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
7313
7313
  "typeString": "contract IInstantDistributionAgreementV1"
7314
7314
  },
7315
7315
  {
@@ -7348,7 +7348,7 @@
7348
7348
  "referencedDeclaration": 15058,
7349
7349
  "src": "16012:15:36",
7350
7350
  "typeDescriptions": {
7351
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
7351
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
7352
7352
  "typeString": "contract ISuperfluid"
7353
7353
  }
7354
7354
  },
@@ -7359,10 +7359,10 @@
7359
7359
  "lValueRequested": false,
7360
7360
  "memberName": "callAgreementWithContext",
7361
7361
  "nodeType": "MemberAccess",
7362
- "referencedDeclaration": 20002,
7362
+ "referencedDeclaration": 20124,
7363
7363
  "src": "16012:40:36",
7364
7364
  "typeDescriptions": {
7365
- "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_$",
7365
+ "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_$",
7366
7366
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
7367
7367
  }
7368
7368
  },
@@ -7483,7 +7483,7 @@
7483
7483
  "stateVariable": false,
7484
7484
  "storageLocation": "default",
7485
7485
  "typeDescriptions": {
7486
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7486
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7487
7487
  "typeString": "contract ISuperfluidToken"
7488
7488
  },
7489
7489
  "typeName": {
@@ -7493,13 +7493,13 @@
7493
7493
  "id": 15599,
7494
7494
  "name": "ISuperfluidToken",
7495
7495
  "nodeType": "IdentifierPath",
7496
- "referencedDeclaration": 20450,
7496
+ "referencedDeclaration": 20572,
7497
7497
  "src": "15842:16:36"
7498
7498
  },
7499
- "referencedDeclaration": 20450,
7499
+ "referencedDeclaration": 20572,
7500
7500
  "src": "15842:16:36",
7501
7501
  "typeDescriptions": {
7502
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7502
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7503
7503
  "typeString": "contract ISuperfluidToken"
7504
7504
  }
7505
7505
  },
@@ -7658,7 +7658,7 @@
7658
7658
  "referencedDeclaration": 15646,
7659
7659
  "src": "17237:5:36",
7660
7660
  "typeDescriptions": {
7661
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7661
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7662
7662
  "typeString": "contract ISuperfluidToken"
7663
7663
  }
7664
7664
  },
@@ -7757,7 +7757,7 @@
7757
7757
  "typeString": "struct IDAv1Library.InitData storage pointer"
7758
7758
  },
7759
7759
  {
7760
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7760
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7761
7761
  "typeString": "contract ISuperfluidToken"
7762
7762
  },
7763
7763
  {
@@ -7783,7 +7783,7 @@
7783
7783
  "referencedDeclaration": 15706,
7784
7784
  "src": "17205:19:36",
7785
7785
  "typeDescriptions": {
7786
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
7786
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
7787
7787
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,bytes memory)"
7788
7788
  }
7789
7789
  },
@@ -7871,7 +7871,7 @@
7871
7871
  "stateVariable": false,
7872
7872
  "storageLocation": "default",
7873
7873
  "typeDescriptions": {
7874
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7874
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7875
7875
  "typeString": "contract ISuperfluidToken"
7876
7876
  },
7877
7877
  "typeName": {
@@ -7881,13 +7881,13 @@
7881
7881
  "id": 15644,
7882
7882
  "name": "ISuperfluidToken",
7883
7883
  "nodeType": "IdentifierPath",
7884
- "referencedDeclaration": 20450,
7884
+ "referencedDeclaration": 20572,
7885
7885
  "src": "17106:16:36"
7886
7886
  },
7887
- "referencedDeclaration": 20450,
7887
+ "referencedDeclaration": 20572,
7888
7888
  "src": "17106:16:36",
7889
7889
  "typeDescriptions": {
7890
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
7890
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
7891
7891
  "typeString": "contract ISuperfluidToken"
7892
7892
  }
7893
7893
  },
@@ -7995,7 +7995,7 @@
7995
7995
  "referencedDeclaration": 15061,
7996
7996
  "src": "18068:14:36",
7997
7997
  "typeDescriptions": {
7998
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
7998
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
7999
7999
  "typeString": "contract IInstantDistributionAgreementV1"
8000
8000
  }
8001
8001
  },
@@ -8025,7 +8025,7 @@
8025
8025
  "referencedDeclaration": 15061,
8026
8026
  "src": "18128:14:36",
8027
8027
  "typeDescriptions": {
8028
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
8028
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
8029
8029
  "typeString": "contract IInstantDistributionAgreementV1"
8030
8030
  }
8031
8031
  },
@@ -8036,10 +8036,10 @@
8036
8036
  "lValueRequested": false,
8037
8037
  "memberName": "approveSubscription",
8038
8038
  "nodeType": "MemberAccess",
8039
- "referencedDeclaration": 18261,
8039
+ "referencedDeclaration": 18383,
8040
8040
  "src": "18128:34:36",
8041
8041
  "typeDescriptions": {
8042
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8042
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8043
8043
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
8044
8044
  }
8045
8045
  },
@@ -8053,7 +8053,7 @@
8053
8053
  "referencedDeclaration": 15672,
8054
8054
  "src": "18202:5:36",
8055
8055
  "typeDescriptions": {
8056
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8056
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8057
8057
  "typeString": "contract ISuperfluidToken"
8058
8058
  }
8059
8059
  },
@@ -8154,7 +8154,7 @@
8154
8154
  "nodeType": "TupleExpression",
8155
8155
  "src": "18180:158:36",
8156
8156
  "typeDescriptions": {
8157
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
8157
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
8158
8158
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
8159
8159
  }
8160
8160
  }
@@ -8162,11 +8162,11 @@
8162
8162
  "expression": {
8163
8163
  "argumentTypes": [
8164
8164
  {
8165
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8165
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8166
8166
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
8167
8167
  },
8168
8168
  {
8169
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
8169
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
8170
8170
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
8171
8171
  }
8172
8172
  ],
@@ -8226,7 +8226,7 @@
8226
8226
  "expression": {
8227
8227
  "argumentTypes": [
8228
8228
  {
8229
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
8229
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
8230
8230
  "typeString": "contract IInstantDistributionAgreementV1"
8231
8231
  },
8232
8232
  {
@@ -8261,7 +8261,7 @@
8261
8261
  "referencedDeclaration": 15058,
8262
8262
  "src": "18025:15:36",
8263
8263
  "typeDescriptions": {
8264
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
8264
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
8265
8265
  "typeString": "contract ISuperfluid"
8266
8266
  }
8267
8267
  },
@@ -8272,10 +8272,10 @@
8272
8272
  "lValueRequested": false,
8273
8273
  "memberName": "callAgreement",
8274
8274
  "nodeType": "MemberAccess",
8275
- "referencedDeclaration": 19951,
8275
+ "referencedDeclaration": 20073,
8276
8276
  "src": "18025:29:36",
8277
8277
  "typeDescriptions": {
8278
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8278
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8279
8279
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
8280
8280
  }
8281
8281
  },
@@ -8363,7 +8363,7 @@
8363
8363
  "stateVariable": false,
8364
8364
  "storageLocation": "default",
8365
8365
  "typeDescriptions": {
8366
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8366
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8367
8367
  "typeString": "contract ISuperfluidToken"
8368
8368
  },
8369
8369
  "typeName": {
@@ -8373,13 +8373,13 @@
8373
8373
  "id": 15670,
8374
8374
  "name": "ISuperfluidToken",
8375
8375
  "nodeType": "IdentifierPath",
8376
- "referencedDeclaration": 20450,
8376
+ "referencedDeclaration": 20572,
8377
8377
  "src": "17895:16:36"
8378
8378
  },
8379
- "referencedDeclaration": 20450,
8379
+ "referencedDeclaration": 20572,
8380
8380
  "src": "17895:16:36",
8381
8381
  "typeDescriptions": {
8382
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8382
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8383
8383
  "typeString": "contract ISuperfluidToken"
8384
8384
  }
8385
8385
  },
@@ -8523,7 +8523,7 @@
8523
8523
  "referencedDeclaration": 15715,
8524
8524
  "src": "19253:5:36",
8525
8525
  "typeDescriptions": {
8526
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8526
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8527
8527
  "typeString": "contract ISuperfluidToken"
8528
8528
  }
8529
8529
  },
@@ -8626,7 +8626,7 @@
8626
8626
  "typeString": "bytes memory"
8627
8627
  },
8628
8628
  {
8629
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8629
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8630
8630
  "typeString": "contract ISuperfluidToken"
8631
8631
  },
8632
8632
  {
@@ -8652,7 +8652,7 @@
8652
8652
  "referencedDeclaration": 15784,
8653
8653
  "src": "19172:26:36",
8654
8654
  "typeDescriptions": {
8655
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8655
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
8656
8656
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,bytes memory) returns (bytes memory)"
8657
8657
  }
8658
8658
  },
@@ -8768,7 +8768,7 @@
8768
8768
  "stateVariable": false,
8769
8769
  "storageLocation": "default",
8770
8770
  "typeDescriptions": {
8771
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8771
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8772
8772
  "typeString": "contract ISuperfluidToken"
8773
8773
  },
8774
8774
  "typeName": {
@@ -8778,13 +8778,13 @@
8778
8778
  "id": 15713,
8779
8779
  "name": "ISuperfluidToken",
8780
8780
  "nodeType": "IdentifierPath",
8781
- "referencedDeclaration": 20450,
8781
+ "referencedDeclaration": 20572,
8782
8782
  "src": "19036:16:36"
8783
8783
  },
8784
- "referencedDeclaration": 20450,
8784
+ "referencedDeclaration": 20572,
8785
8785
  "src": "19036:16:36",
8786
8786
  "typeDescriptions": {
8787
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
8787
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
8788
8788
  "typeString": "contract ISuperfluidToken"
8789
8789
  }
8790
8790
  },
@@ -8957,7 +8957,7 @@
8957
8957
  "referencedDeclaration": 15061,
8958
8958
  "src": "20300:14:36",
8959
8959
  "typeDescriptions": {
8960
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
8960
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
8961
8961
  "typeString": "contract IInstantDistributionAgreementV1"
8962
8962
  }
8963
8963
  },
@@ -8987,7 +8987,7 @@
8987
8987
  "referencedDeclaration": 15061,
8988
8988
  "src": "20360:14:36",
8989
8989
  "typeDescriptions": {
8990
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
8990
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
8991
8991
  "typeString": "contract IInstantDistributionAgreementV1"
8992
8992
  }
8993
8993
  },
@@ -8998,10 +8998,10 @@
8998
8998
  "lValueRequested": false,
8999
8999
  "memberName": "approveSubscription",
9000
9000
  "nodeType": "MemberAccess",
9001
- "referencedDeclaration": 18261,
9001
+ "referencedDeclaration": 18383,
9002
9002
  "src": "20360:34:36",
9003
9003
  "typeDescriptions": {
9004
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9004
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9005
9005
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
9006
9006
  }
9007
9007
  },
@@ -9015,7 +9015,7 @@
9015
9015
  "referencedDeclaration": 15746,
9016
9016
  "src": "20434:5:36",
9017
9017
  "typeDescriptions": {
9018
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9018
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9019
9019
  "typeString": "contract ISuperfluidToken"
9020
9020
  }
9021
9021
  },
@@ -9116,7 +9116,7 @@
9116
9116
  "nodeType": "TupleExpression",
9117
9117
  "src": "20412:158:36",
9118
9118
  "typeDescriptions": {
9119
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
9119
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
9120
9120
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
9121
9121
  }
9122
9122
  }
@@ -9124,11 +9124,11 @@
9124
9124
  "expression": {
9125
9125
  "argumentTypes": [
9126
9126
  {
9127
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9127
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9128
9128
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
9129
9129
  },
9130
9130
  {
9131
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
9131
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
9132
9132
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
9133
9133
  }
9134
9134
  ],
@@ -9200,7 +9200,7 @@
9200
9200
  "expression": {
9201
9201
  "argumentTypes": [
9202
9202
  {
9203
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
9203
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
9204
9204
  "typeString": "contract IInstantDistributionAgreementV1"
9205
9205
  },
9206
9206
  {
@@ -9239,7 +9239,7 @@
9239
9239
  "referencedDeclaration": 15058,
9240
9240
  "src": "20246:15:36",
9241
9241
  "typeDescriptions": {
9242
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
9242
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
9243
9243
  "typeString": "contract ISuperfluid"
9244
9244
  }
9245
9245
  },
@@ -9250,10 +9250,10 @@
9250
9250
  "lValueRequested": false,
9251
9251
  "memberName": "callAgreementWithContext",
9252
9252
  "nodeType": "MemberAccess",
9253
- "referencedDeclaration": 20002,
9253
+ "referencedDeclaration": 20124,
9254
9254
  "src": "20246:40:36",
9255
9255
  "typeDescriptions": {
9256
- "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_$",
9256
+ "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_$",
9257
9257
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
9258
9258
  }
9259
9259
  },
@@ -9374,7 +9374,7 @@
9374
9374
  "stateVariable": false,
9375
9375
  "storageLocation": "default",
9376
9376
  "typeDescriptions": {
9377
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9377
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9378
9378
  "typeString": "contract ISuperfluidToken"
9379
9379
  },
9380
9380
  "typeName": {
@@ -9384,13 +9384,13 @@
9384
9384
  "id": 15744,
9385
9385
  "name": "ISuperfluidToken",
9386
9386
  "nodeType": "IdentifierPath",
9387
- "referencedDeclaration": 20450,
9387
+ "referencedDeclaration": 20572,
9388
9388
  "src": "20073:16:36"
9389
9389
  },
9390
- "referencedDeclaration": 20450,
9390
+ "referencedDeclaration": 20572,
9391
9391
  "src": "20073:16:36",
9392
9392
  "typeDescriptions": {
9393
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9393
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9394
9394
  "typeString": "contract ISuperfluidToken"
9395
9395
  }
9396
9396
  },
@@ -9550,7 +9550,7 @@
9550
9550
  "referencedDeclaration": 15791,
9551
9551
  "src": "21120:5:36",
9552
9552
  "typeDescriptions": {
9553
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9553
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9554
9554
  "typeString": "contract ISuperfluidToken"
9555
9555
  }
9556
9556
  },
@@ -9649,7 +9649,7 @@
9649
9649
  "typeString": "struct IDAv1Library.InitData storage pointer"
9650
9650
  },
9651
9651
  {
9652
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9652
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9653
9653
  "typeString": "contract ISuperfluidToken"
9654
9654
  },
9655
9655
  {
@@ -9675,7 +9675,7 @@
9675
9675
  "referencedDeclaration": 15851,
9676
9676
  "src": "21089:18:36",
9677
9677
  "typeDescriptions": {
9678
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
9678
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
9679
9679
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,bytes memory)"
9680
9680
  }
9681
9681
  },
@@ -9763,7 +9763,7 @@
9763
9763
  "stateVariable": false,
9764
9764
  "storageLocation": "default",
9765
9765
  "typeDescriptions": {
9766
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9766
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9767
9767
  "typeString": "contract ISuperfluidToken"
9768
9768
  },
9769
9769
  "typeName": {
@@ -9773,13 +9773,13 @@
9773
9773
  "id": 15789,
9774
9774
  "name": "ISuperfluidToken",
9775
9775
  "nodeType": "IdentifierPath",
9776
- "referencedDeclaration": 20450,
9776
+ "referencedDeclaration": 20572,
9777
9777
  "src": "20990:16:36"
9778
9778
  },
9779
- "referencedDeclaration": 20450,
9779
+ "referencedDeclaration": 20572,
9780
9780
  "src": "20990:16:36",
9781
9781
  "typeDescriptions": {
9782
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9782
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9783
9783
  "typeString": "contract ISuperfluidToken"
9784
9784
  }
9785
9785
  },
@@ -9887,7 +9887,7 @@
9887
9887
  "referencedDeclaration": 15061,
9888
9888
  "src": "21773:14:36",
9889
9889
  "typeDescriptions": {
9890
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
9890
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
9891
9891
  "typeString": "contract IInstantDistributionAgreementV1"
9892
9892
  }
9893
9893
  },
@@ -9917,7 +9917,7 @@
9917
9917
  "referencedDeclaration": 15061,
9918
9918
  "src": "21833:14:36",
9919
9919
  "typeDescriptions": {
9920
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
9920
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
9921
9921
  "typeString": "contract IInstantDistributionAgreementV1"
9922
9922
  }
9923
9923
  },
@@ -9928,10 +9928,10 @@
9928
9928
  "lValueRequested": false,
9929
9929
  "memberName": "revokeSubscription",
9930
9930
  "nodeType": "MemberAccess",
9931
- "referencedDeclaration": 18304,
9931
+ "referencedDeclaration": 18426,
9932
9932
  "src": "21833:33:36",
9933
9933
  "typeDescriptions": {
9934
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9934
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
9935
9935
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
9936
9936
  }
9937
9937
  },
@@ -9945,7 +9945,7 @@
9945
9945
  "referencedDeclaration": 15817,
9946
9946
  "src": "21906:5:36",
9947
9947
  "typeDescriptions": {
9948
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
9948
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
9949
9949
  "typeString": "contract ISuperfluidToken"
9950
9950
  }
9951
9951
  },
@@ -10046,7 +10046,7 @@
10046
10046
  "nodeType": "TupleExpression",
10047
10047
  "src": "21884:158:36",
10048
10048
  "typeDescriptions": {
10049
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
10049
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
10050
10050
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
10051
10051
  }
10052
10052
  }
@@ -10054,11 +10054,11 @@
10054
10054
  "expression": {
10055
10055
  "argumentTypes": [
10056
10056
  {
10057
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10057
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10058
10058
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
10059
10059
  },
10060
10060
  {
10061
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
10061
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
10062
10062
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
10063
10063
  }
10064
10064
  ],
@@ -10118,7 +10118,7 @@
10118
10118
  "expression": {
10119
10119
  "argumentTypes": [
10120
10120
  {
10121
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
10121
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
10122
10122
  "typeString": "contract IInstantDistributionAgreementV1"
10123
10123
  },
10124
10124
  {
@@ -10153,7 +10153,7 @@
10153
10153
  "referencedDeclaration": 15058,
10154
10154
  "src": "21730:15:36",
10155
10155
  "typeDescriptions": {
10156
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
10156
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
10157
10157
  "typeString": "contract ISuperfluid"
10158
10158
  }
10159
10159
  },
@@ -10164,10 +10164,10 @@
10164
10164
  "lValueRequested": false,
10165
10165
  "memberName": "callAgreement",
10166
10166
  "nodeType": "MemberAccess",
10167
- "referencedDeclaration": 19951,
10167
+ "referencedDeclaration": 20073,
10168
10168
  "src": "21730:29:36",
10169
10169
  "typeDescriptions": {
10170
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10170
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10171
10171
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
10172
10172
  }
10173
10173
  },
@@ -10255,7 +10255,7 @@
10255
10255
  "stateVariable": false,
10256
10256
  "storageLocation": "default",
10257
10257
  "typeDescriptions": {
10258
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10258
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10259
10259
  "typeString": "contract ISuperfluidToken"
10260
10260
  },
10261
10261
  "typeName": {
@@ -10265,13 +10265,13 @@
10265
10265
  "id": 15815,
10266
10266
  "name": "ISuperfluidToken",
10267
10267
  "nodeType": "IdentifierPath",
10268
- "referencedDeclaration": 20450,
10268
+ "referencedDeclaration": 20572,
10269
10269
  "src": "21600:16:36"
10270
10270
  },
10271
- "referencedDeclaration": 20450,
10271
+ "referencedDeclaration": 20572,
10272
10272
  "src": "21600:16:36",
10273
10273
  "typeDescriptions": {
10274
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10274
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10275
10275
  "typeString": "contract ISuperfluidToken"
10276
10276
  }
10277
10277
  },
@@ -10415,7 +10415,7 @@
10415
10415
  "referencedDeclaration": 15860,
10416
10416
  "src": "22786:5:36",
10417
10417
  "typeDescriptions": {
10418
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10418
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10419
10419
  "typeString": "contract ISuperfluidToken"
10420
10420
  }
10421
10421
  },
@@ -10518,7 +10518,7 @@
10518
10518
  "typeString": "bytes memory"
10519
10519
  },
10520
10520
  {
10521
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10521
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10522
10522
  "typeString": "contract ISuperfluidToken"
10523
10523
  },
10524
10524
  {
@@ -10544,7 +10544,7 @@
10544
10544
  "referencedDeclaration": 15929,
10545
10545
  "src": "22706:25:36",
10546
10546
  "typeDescriptions": {
10547
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10547
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10548
10548
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,bytes memory) returns (bytes memory)"
10549
10549
  }
10550
10550
  },
@@ -10660,7 +10660,7 @@
10660
10660
  "stateVariable": false,
10661
10661
  "storageLocation": "default",
10662
10662
  "typeDescriptions": {
10663
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10663
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10664
10664
  "typeString": "contract ISuperfluidToken"
10665
10665
  },
10666
10666
  "typeName": {
@@ -10670,13 +10670,13 @@
10670
10670
  "id": 15858,
10671
10671
  "name": "ISuperfluidToken",
10672
10672
  "nodeType": "IdentifierPath",
10673
- "referencedDeclaration": 20450,
10673
+ "referencedDeclaration": 20572,
10674
10674
  "src": "22570:16:36"
10675
10675
  },
10676
- "referencedDeclaration": 20450,
10676
+ "referencedDeclaration": 20572,
10677
10677
  "src": "22570:16:36",
10678
10678
  "typeDescriptions": {
10679
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10679
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10680
10680
  "typeString": "contract ISuperfluidToken"
10681
10681
  }
10682
10682
  },
@@ -10849,7 +10849,7 @@
10849
10849
  "referencedDeclaration": 15061,
10850
10850
  "src": "23671:14:36",
10851
10851
  "typeDescriptions": {
10852
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
10852
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
10853
10853
  "typeString": "contract IInstantDistributionAgreementV1"
10854
10854
  }
10855
10855
  },
@@ -10879,7 +10879,7 @@
10879
10879
  "referencedDeclaration": 15061,
10880
10880
  "src": "23731:14:36",
10881
10881
  "typeDescriptions": {
10882
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
10882
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
10883
10883
  "typeString": "contract IInstantDistributionAgreementV1"
10884
10884
  }
10885
10885
  },
@@ -10890,10 +10890,10 @@
10890
10890
  "lValueRequested": false,
10891
10891
  "memberName": "revokeSubscription",
10892
10892
  "nodeType": "MemberAccess",
10893
- "referencedDeclaration": 18304,
10893
+ "referencedDeclaration": 18426,
10894
10894
  "src": "23731:33:36",
10895
10895
  "typeDescriptions": {
10896
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10896
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
10897
10897
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
10898
10898
  }
10899
10899
  },
@@ -10907,7 +10907,7 @@
10907
10907
  "referencedDeclaration": 15891,
10908
10908
  "src": "23804:5:36",
10909
10909
  "typeDescriptions": {
10910
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
10910
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
10911
10911
  "typeString": "contract ISuperfluidToken"
10912
10912
  }
10913
10913
  },
@@ -11008,7 +11008,7 @@
11008
11008
  "nodeType": "TupleExpression",
11009
11009
  "src": "23782:158:36",
11010
11010
  "typeDescriptions": {
11011
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
11011
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
11012
11012
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
11013
11013
  }
11014
11014
  }
@@ -11016,11 +11016,11 @@
11016
11016
  "expression": {
11017
11017
  "argumentTypes": [
11018
11018
  {
11019
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11019
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11020
11020
  "typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
11021
11021
  },
11022
11022
  {
11023
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
11023
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
11024
11024
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
11025
11025
  }
11026
11026
  ],
@@ -11092,7 +11092,7 @@
11092
11092
  "expression": {
11093
11093
  "argumentTypes": [
11094
11094
  {
11095
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
11095
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
11096
11096
  "typeString": "contract IInstantDistributionAgreementV1"
11097
11097
  },
11098
11098
  {
@@ -11131,7 +11131,7 @@
11131
11131
  "referencedDeclaration": 15058,
11132
11132
  "src": "23617:15:36",
11133
11133
  "typeDescriptions": {
11134
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
11134
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
11135
11135
  "typeString": "contract ISuperfluid"
11136
11136
  }
11137
11137
  },
@@ -11142,10 +11142,10 @@
11142
11142
  "lValueRequested": false,
11143
11143
  "memberName": "callAgreementWithContext",
11144
11144
  "nodeType": "MemberAccess",
11145
- "referencedDeclaration": 20002,
11145
+ "referencedDeclaration": 20124,
11146
11146
  "src": "23617:40:36",
11147
11147
  "typeDescriptions": {
11148
- "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_$",
11148
+ "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_$",
11149
11149
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
11150
11150
  }
11151
11151
  },
@@ -11266,7 +11266,7 @@
11266
11266
  "stateVariable": false,
11267
11267
  "storageLocation": "default",
11268
11268
  "typeDescriptions": {
11269
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11269
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11270
11270
  "typeString": "contract ISuperfluidToken"
11271
11271
  },
11272
11272
  "typeName": {
@@ -11276,13 +11276,13 @@
11276
11276
  "id": 15889,
11277
11277
  "name": "ISuperfluidToken",
11278
11278
  "nodeType": "IdentifierPath",
11279
- "referencedDeclaration": 20450,
11279
+ "referencedDeclaration": 20572,
11280
11280
  "src": "23444:16:36"
11281
11281
  },
11282
- "referencedDeclaration": 20450,
11282
+ "referencedDeclaration": 20572,
11283
11283
  "src": "23444:16:36",
11284
11284
  "typeDescriptions": {
11285
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11285
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11286
11286
  "typeString": "contract ISuperfluidToken"
11287
11287
  }
11288
11288
  },
@@ -11442,7 +11442,7 @@
11442
11442
  "referencedDeclaration": 15936,
11443
11443
  "src": "24671:5:36",
11444
11444
  "typeDescriptions": {
11445
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11445
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11446
11446
  "typeString": "contract ISuperfluidToken"
11447
11447
  }
11448
11448
  },
@@ -11553,7 +11553,7 @@
11553
11553
  "typeString": "struct IDAv1Library.InitData storage pointer"
11554
11554
  },
11555
11555
  {
11556
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11556
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11557
11557
  "typeString": "contract ISuperfluidToken"
11558
11558
  },
11559
11559
  {
@@ -11583,7 +11583,7 @@
11583
11583
  "referencedDeclaration": 16002,
11584
11584
  "src": "24635:23:36",
11585
11585
  "typeDescriptions": {
11586
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
11586
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
11587
11587
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
11588
11588
  }
11589
11589
  },
@@ -11671,7 +11671,7 @@
11671
11671
  "stateVariable": false,
11672
11672
  "storageLocation": "default",
11673
11673
  "typeDescriptions": {
11674
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11674
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11675
11675
  "typeString": "contract ISuperfluidToken"
11676
11676
  },
11677
11677
  "typeName": {
@@ -11681,13 +11681,13 @@
11681
11681
  "id": 15934,
11682
11682
  "name": "ISuperfluidToken",
11683
11683
  "nodeType": "IdentifierPath",
11684
- "referencedDeclaration": 20450,
11684
+ "referencedDeclaration": 20572,
11685
11685
  "src": "24512:16:36"
11686
11686
  },
11687
- "referencedDeclaration": 20450,
11687
+ "referencedDeclaration": 20572,
11688
11688
  "src": "24512:16:36",
11689
11689
  "typeDescriptions": {
11690
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11690
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11691
11691
  "typeString": "contract ISuperfluidToken"
11692
11692
  }
11693
11693
  },
@@ -11822,7 +11822,7 @@
11822
11822
  "referencedDeclaration": 15061,
11823
11823
  "src": "25508:14:36",
11824
11824
  "typeDescriptions": {
11825
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
11825
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
11826
11826
  "typeString": "contract IInstantDistributionAgreementV1"
11827
11827
  }
11828
11828
  },
@@ -11852,7 +11852,7 @@
11852
11852
  "referencedDeclaration": 15061,
11853
11853
  "src": "25568:14:36",
11854
11854
  "typeDescriptions": {
11855
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
11855
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
11856
11856
  "typeString": "contract IInstantDistributionAgreementV1"
11857
11857
  }
11858
11858
  },
@@ -11863,10 +11863,10 @@
11863
11863
  "lValueRequested": false,
11864
11864
  "memberName": "updateSubscription",
11865
11865
  "nodeType": "MemberAccess",
11866
- "referencedDeclaration": 18349,
11866
+ "referencedDeclaration": 18471,
11867
11867
  "src": "25568:33:36",
11868
11868
  "typeDescriptions": {
11869
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11869
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
11870
11870
  "typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
11871
11871
  }
11872
11872
  },
@@ -11880,7 +11880,7 @@
11880
11880
  "referencedDeclaration": 15965,
11881
11881
  "src": "25641:5:36",
11882
11882
  "typeDescriptions": {
11883
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
11883
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
11884
11884
  "typeString": "contract ISuperfluidToken"
11885
11885
  }
11886
11886
  },
@@ -11993,7 +11993,7 @@
11993
11993
  "nodeType": "TupleExpression",
11994
11994
  "src": "25619:186:36",
11995
11995
  "typeDescriptions": {
11996
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
11996
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
11997
11997
  "typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
11998
11998
  }
11999
11999
  }
@@ -12001,11 +12001,11 @@
12001
12001
  "expression": {
12002
12002
  "argumentTypes": [
12003
12003
  {
12004
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12004
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12005
12005
  "typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
12006
12006
  },
12007
12007
  {
12008
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
12008
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
12009
12009
  "typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
12010
12010
  }
12011
12011
  ],
@@ -12065,7 +12065,7 @@
12065
12065
  "expression": {
12066
12066
  "argumentTypes": [
12067
12067
  {
12068
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
12068
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
12069
12069
  "typeString": "contract IInstantDistributionAgreementV1"
12070
12070
  },
12071
12071
  {
@@ -12100,7 +12100,7 @@
12100
12100
  "referencedDeclaration": 15058,
12101
12101
  "src": "25465:15:36",
12102
12102
  "typeDescriptions": {
12103
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
12103
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
12104
12104
  "typeString": "contract ISuperfluid"
12105
12105
  }
12106
12106
  },
@@ -12111,10 +12111,10 @@
12111
12111
  "lValueRequested": false,
12112
12112
  "memberName": "callAgreement",
12113
12113
  "nodeType": "MemberAccess",
12114
- "referencedDeclaration": 19951,
12114
+ "referencedDeclaration": 20073,
12115
12115
  "src": "25465:29:36",
12116
12116
  "typeDescriptions": {
12117
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12117
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12118
12118
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
12119
12119
  }
12120
12120
  },
@@ -12202,7 +12202,7 @@
12202
12202
  "stateVariable": false,
12203
12203
  "storageLocation": "default",
12204
12204
  "typeDescriptions": {
12205
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12205
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12206
12206
  "typeString": "contract ISuperfluidToken"
12207
12207
  },
12208
12208
  "typeName": {
@@ -12212,13 +12212,13 @@
12212
12212
  "id": 15963,
12213
12213
  "name": "ISuperfluidToken",
12214
12214
  "nodeType": "IdentifierPath",
12215
- "referencedDeclaration": 20450,
12215
+ "referencedDeclaration": 20572,
12216
12216
  "src": "25311:16:36"
12217
12217
  },
12218
- "referencedDeclaration": 20450,
12218
+ "referencedDeclaration": 20572,
12219
12219
  "src": "25311:16:36",
12220
12220
  "typeDescriptions": {
12221
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12221
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12222
12222
  "typeString": "contract ISuperfluidToken"
12223
12223
  }
12224
12224
  },
@@ -12389,7 +12389,7 @@
12389
12389
  "referencedDeclaration": 16011,
12390
12390
  "src": "26730:5:36",
12391
12391
  "typeDescriptions": {
12392
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12392
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12393
12393
  "typeString": "contract ISuperfluidToken"
12394
12394
  }
12395
12395
  },
@@ -12504,7 +12504,7 @@
12504
12504
  "typeString": "bytes memory"
12505
12505
  },
12506
12506
  {
12507
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12507
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12508
12508
  "typeString": "contract ISuperfluidToken"
12509
12509
  },
12510
12510
  {
@@ -12534,7 +12534,7 @@
12534
12534
  "referencedDeclaration": 16086,
12535
12535
  "src": "26645:30:36",
12536
12536
  "typeDescriptions": {
12537
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12537
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12538
12538
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,address,uint128,bytes memory) returns (bytes memory)"
12539
12539
  }
12540
12540
  },
@@ -12650,7 +12650,7 @@
12650
12650
  "stateVariable": false,
12651
12651
  "storageLocation": "default",
12652
12652
  "typeDescriptions": {
12653
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12653
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12654
12654
  "typeString": "contract ISuperfluidToken"
12655
12655
  },
12656
12656
  "typeName": {
@@ -12660,13 +12660,13 @@
12660
12660
  "id": 16009,
12661
12661
  "name": "ISuperfluidToken",
12662
12662
  "nodeType": "IdentifierPath",
12663
- "referencedDeclaration": 20450,
12663
+ "referencedDeclaration": 20572,
12664
12664
  "src": "26485:16:36"
12665
12665
  },
12666
- "referencedDeclaration": 20450,
12666
+ "referencedDeclaration": 20572,
12667
12667
  "src": "26485:16:36",
12668
12668
  "typeDescriptions": {
12669
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12669
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12670
12670
  "typeString": "contract ISuperfluidToken"
12671
12671
  }
12672
12672
  },
@@ -12866,7 +12866,7 @@
12866
12866
  "referencedDeclaration": 15061,
12867
12867
  "src": "27803:14:36",
12868
12868
  "typeDescriptions": {
12869
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
12869
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
12870
12870
  "typeString": "contract IInstantDistributionAgreementV1"
12871
12871
  }
12872
12872
  },
@@ -12896,7 +12896,7 @@
12896
12896
  "referencedDeclaration": 15061,
12897
12897
  "src": "27863:14:36",
12898
12898
  "typeDescriptions": {
12899
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
12899
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
12900
12900
  "typeString": "contract IInstantDistributionAgreementV1"
12901
12901
  }
12902
12902
  },
@@ -12907,10 +12907,10 @@
12907
12907
  "lValueRequested": false,
12908
12908
  "memberName": "updateSubscription",
12909
12909
  "nodeType": "MemberAccess",
12910
- "referencedDeclaration": 18349,
12910
+ "referencedDeclaration": 18471,
12911
12911
  "src": "27863:33:36",
12912
12912
  "typeDescriptions": {
12913
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12913
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
12914
12914
  "typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
12915
12915
  }
12916
12916
  },
@@ -12924,7 +12924,7 @@
12924
12924
  "referencedDeclaration": 16045,
12925
12925
  "src": "27936:5:36",
12926
12926
  "typeDescriptions": {
12927
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
12927
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
12928
12928
  "typeString": "contract ISuperfluidToken"
12929
12929
  }
12930
12930
  },
@@ -13037,7 +13037,7 @@
13037
13037
  "nodeType": "TupleExpression",
13038
13038
  "src": "27914:186:36",
13039
13039
  "typeDescriptions": {
13040
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
13040
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
13041
13041
  "typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
13042
13042
  }
13043
13043
  }
@@ -13045,11 +13045,11 @@
13045
13045
  "expression": {
13046
13046
  "argumentTypes": [
13047
13047
  {
13048
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13048
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13049
13049
  "typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
13050
13050
  },
13051
13051
  {
13052
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
13052
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
13053
13053
  "typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
13054
13054
  }
13055
13055
  ],
@@ -13121,7 +13121,7 @@
13121
13121
  "expression": {
13122
13122
  "argumentTypes": [
13123
13123
  {
13124
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
13124
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
13125
13125
  "typeString": "contract IInstantDistributionAgreementV1"
13126
13126
  },
13127
13127
  {
@@ -13160,7 +13160,7 @@
13160
13160
  "referencedDeclaration": 15058,
13161
13161
  "src": "27749:15:36",
13162
13162
  "typeDescriptions": {
13163
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
13163
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
13164
13164
  "typeString": "contract ISuperfluid"
13165
13165
  }
13166
13166
  },
@@ -13171,10 +13171,10 @@
13171
13171
  "lValueRequested": false,
13172
13172
  "memberName": "callAgreementWithContext",
13173
13173
  "nodeType": "MemberAccess",
13174
- "referencedDeclaration": 20002,
13174
+ "referencedDeclaration": 20124,
13175
13175
  "src": "27749:40:36",
13176
13176
  "typeDescriptions": {
13177
- "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_$",
13177
+ "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_$",
13178
13178
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
13179
13179
  }
13180
13180
  },
@@ -13295,7 +13295,7 @@
13295
13295
  "stateVariable": false,
13296
13296
  "storageLocation": "default",
13297
13297
  "typeDescriptions": {
13298
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13298
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13299
13299
  "typeString": "contract ISuperfluidToken"
13300
13300
  },
13301
13301
  "typeName": {
@@ -13305,13 +13305,13 @@
13305
13305
  "id": 16043,
13306
13306
  "name": "ISuperfluidToken",
13307
13307
  "nodeType": "IdentifierPath",
13308
- "referencedDeclaration": 20450,
13308
+ "referencedDeclaration": 20572,
13309
13309
  "src": "27552:16:36"
13310
13310
  },
13311
- "referencedDeclaration": 20450,
13311
+ "referencedDeclaration": 20572,
13312
13312
  "src": "27552:16:36",
13313
13313
  "typeDescriptions": {
13314
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13314
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13315
13315
  "typeString": "contract ISuperfluidToken"
13316
13316
  }
13317
13317
  },
@@ -13498,7 +13498,7 @@
13498
13498
  "referencedDeclaration": 16093,
13499
13499
  "src": "28771:5:36",
13500
13500
  "typeDescriptions": {
13501
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13501
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13502
13502
  "typeString": "contract ISuperfluidToken"
13503
13503
  }
13504
13504
  },
@@ -13609,7 +13609,7 @@
13609
13609
  "typeString": "struct IDAv1Library.InitData storage pointer"
13610
13610
  },
13611
13611
  {
13612
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13612
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13613
13613
  "typeString": "contract ISuperfluidToken"
13614
13614
  },
13615
13615
  {
@@ -13639,7 +13639,7 @@
13639
13639
  "referencedDeclaration": 16159,
13640
13640
  "src": "28740:18:36",
13641
13641
  "typeDescriptions": {
13642
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
13642
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
13643
13643
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,address,bytes memory)"
13644
13644
  }
13645
13645
  },
@@ -13727,7 +13727,7 @@
13727
13727
  "stateVariable": false,
13728
13728
  "storageLocation": "default",
13729
13729
  "typeDescriptions": {
13730
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13730
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13731
13731
  "typeString": "contract ISuperfluidToken"
13732
13732
  },
13733
13733
  "typeName": {
@@ -13737,13 +13737,13 @@
13737
13737
  "id": 16091,
13738
13738
  "name": "ISuperfluidToken",
13739
13739
  "nodeType": "IdentifierPath",
13740
- "referencedDeclaration": 20450,
13740
+ "referencedDeclaration": 20572,
13741
13741
  "src": "28613:16:36"
13742
13742
  },
13743
- "referencedDeclaration": 20450,
13743
+ "referencedDeclaration": 20572,
13744
13744
  "src": "28613:16:36",
13745
13745
  "typeDescriptions": {
13746
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13746
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13747
13747
  "typeString": "contract ISuperfluidToken"
13748
13748
  }
13749
13749
  },
@@ -13879,7 +13879,7 @@
13879
13879
  "referencedDeclaration": 15061,
13880
13880
  "src": "29565:14:36",
13881
13881
  "typeDescriptions": {
13882
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
13882
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
13883
13883
  "typeString": "contract IInstantDistributionAgreementV1"
13884
13884
  }
13885
13885
  },
@@ -13909,7 +13909,7 @@
13909
13909
  "referencedDeclaration": 15061,
13910
13910
  "src": "29625:14:36",
13911
13911
  "typeDescriptions": {
13912
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
13912
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
13913
13913
  "typeString": "contract IInstantDistributionAgreementV1"
13914
13914
  }
13915
13915
  },
@@ -13920,10 +13920,10 @@
13920
13920
  "lValueRequested": false,
13921
13921
  "memberName": "deleteSubscription",
13922
13922
  "nodeType": "MemberAccess",
13923
- "referencedDeclaration": 18456,
13923
+ "referencedDeclaration": 18578,
13924
13924
  "src": "29625:33:36",
13925
13925
  "typeDescriptions": {
13926
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13926
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
13927
13927
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
13928
13928
  }
13929
13929
  },
@@ -13937,7 +13937,7 @@
13937
13937
  "referencedDeclaration": 16122,
13938
13938
  "src": "29698:5:36",
13939
13939
  "typeDescriptions": {
13940
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
13940
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
13941
13941
  "typeString": "contract ISuperfluidToken"
13942
13942
  }
13943
13943
  },
@@ -14050,7 +14050,7 @@
14050
14050
  "nodeType": "TupleExpression",
14051
14051
  "src": "29676:190:36",
14052
14052
  "typeDescriptions": {
14053
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
14053
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
14054
14054
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
14055
14055
  }
14056
14056
  }
@@ -14058,11 +14058,11 @@
14058
14058
  "expression": {
14059
14059
  "argumentTypes": [
14060
14060
  {
14061
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14061
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14062
14062
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
14063
14063
  },
14064
14064
  {
14065
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
14065
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
14066
14066
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
14067
14067
  }
14068
14068
  ],
@@ -14122,7 +14122,7 @@
14122
14122
  "expression": {
14123
14123
  "argumentTypes": [
14124
14124
  {
14125
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
14125
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
14126
14126
  "typeString": "contract IInstantDistributionAgreementV1"
14127
14127
  },
14128
14128
  {
@@ -14157,7 +14157,7 @@
14157
14157
  "referencedDeclaration": 15058,
14158
14158
  "src": "29522:15:36",
14159
14159
  "typeDescriptions": {
14160
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
14160
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
14161
14161
  "typeString": "contract ISuperfluid"
14162
14162
  }
14163
14163
  },
@@ -14168,10 +14168,10 @@
14168
14168
  "lValueRequested": false,
14169
14169
  "memberName": "callAgreement",
14170
14170
  "nodeType": "MemberAccess",
14171
- "referencedDeclaration": 19951,
14171
+ "referencedDeclaration": 20073,
14172
14172
  "src": "29522:29:36",
14173
14173
  "typeDescriptions": {
14174
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14174
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14175
14175
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
14176
14176
  }
14177
14177
  },
@@ -14259,7 +14259,7 @@
14259
14259
  "stateVariable": false,
14260
14260
  "storageLocation": "default",
14261
14261
  "typeDescriptions": {
14262
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14262
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14263
14263
  "typeString": "contract ISuperfluidToken"
14264
14264
  },
14265
14265
  "typeName": {
@@ -14269,13 +14269,13 @@
14269
14269
  "id": 16120,
14270
14270
  "name": "ISuperfluidToken",
14271
14271
  "nodeType": "IdentifierPath",
14272
- "referencedDeclaration": 20450,
14272
+ "referencedDeclaration": 20572,
14273
14273
  "src": "29364:16:36"
14274
14274
  },
14275
- "referencedDeclaration": 20450,
14275
+ "referencedDeclaration": 20572,
14276
14276
  "src": "29364:16:36",
14277
14277
  "typeDescriptions": {
14278
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14278
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14279
14279
  "typeString": "contract ISuperfluidToken"
14280
14280
  }
14281
14281
  },
@@ -14447,7 +14447,7 @@
14447
14447
  "referencedDeclaration": 16168,
14448
14448
  "src": "30731:5:36",
14449
14449
  "typeDescriptions": {
14450
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14450
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14451
14451
  "typeString": "contract ISuperfluidToken"
14452
14452
  }
14453
14453
  },
@@ -14562,7 +14562,7 @@
14562
14562
  "typeString": "bytes memory"
14563
14563
  },
14564
14564
  {
14565
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14565
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14566
14566
  "typeString": "contract ISuperfluidToken"
14567
14567
  },
14568
14568
  {
@@ -14592,7 +14592,7 @@
14592
14592
  "referencedDeclaration": 16243,
14593
14593
  "src": "30651:25:36",
14594
14594
  "typeDescriptions": {
14595
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14595
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14596
14596
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,address,bytes memory) returns (bytes memory)"
14597
14597
  }
14598
14598
  },
@@ -14708,7 +14708,7 @@
14708
14708
  "stateVariable": false,
14709
14709
  "storageLocation": "default",
14710
14710
  "typeDescriptions": {
14711
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14711
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14712
14712
  "typeString": "contract ISuperfluidToken"
14713
14713
  },
14714
14714
  "typeName": {
@@ -14718,13 +14718,13 @@
14718
14718
  "id": 16166,
14719
14719
  "name": "ISuperfluidToken",
14720
14720
  "nodeType": "IdentifierPath",
14721
- "referencedDeclaration": 20450,
14721
+ "referencedDeclaration": 20572,
14722
14722
  "src": "30487:16:36"
14723
14723
  },
14724
- "referencedDeclaration": 20450,
14724
+ "referencedDeclaration": 20572,
14725
14725
  "src": "30487:16:36",
14726
14726
  "typeDescriptions": {
14727
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14727
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14728
14728
  "typeString": "contract ISuperfluidToken"
14729
14729
  }
14730
14730
  },
@@ -14925,7 +14925,7 @@
14925
14925
  "referencedDeclaration": 15061,
14926
14926
  "src": "31761:14:36",
14927
14927
  "typeDescriptions": {
14928
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
14928
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
14929
14929
  "typeString": "contract IInstantDistributionAgreementV1"
14930
14930
  }
14931
14931
  },
@@ -14955,7 +14955,7 @@
14955
14955
  "referencedDeclaration": 15061,
14956
14956
  "src": "31821:14:36",
14957
14957
  "typeDescriptions": {
14958
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
14958
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
14959
14959
  "typeString": "contract IInstantDistributionAgreementV1"
14960
14960
  }
14961
14961
  },
@@ -14966,10 +14966,10 @@
14966
14966
  "lValueRequested": false,
14967
14967
  "memberName": "deleteSubscription",
14968
14968
  "nodeType": "MemberAccess",
14969
- "referencedDeclaration": 18456,
14969
+ "referencedDeclaration": 18578,
14970
14970
  "src": "31821:33:36",
14971
14971
  "typeDescriptions": {
14972
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14972
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
14973
14973
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
14974
14974
  }
14975
14975
  },
@@ -14983,7 +14983,7 @@
14983
14983
  "referencedDeclaration": 16202,
14984
14984
  "src": "31894:5:36",
14985
14985
  "typeDescriptions": {
14986
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
14986
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
14987
14987
  "typeString": "contract ISuperfluidToken"
14988
14988
  }
14989
14989
  },
@@ -15096,7 +15096,7 @@
15096
15096
  "nodeType": "TupleExpression",
15097
15097
  "src": "31872:190:36",
15098
15098
  "typeDescriptions": {
15099
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
15099
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
15100
15100
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
15101
15101
  }
15102
15102
  }
@@ -15104,11 +15104,11 @@
15104
15104
  "expression": {
15105
15105
  "argumentTypes": [
15106
15106
  {
15107
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15107
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15108
15108
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
15109
15109
  },
15110
15110
  {
15111
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
15111
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
15112
15112
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
15113
15113
  }
15114
15114
  ],
@@ -15180,7 +15180,7 @@
15180
15180
  "expression": {
15181
15181
  "argumentTypes": [
15182
15182
  {
15183
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
15183
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
15184
15184
  "typeString": "contract IInstantDistributionAgreementV1"
15185
15185
  },
15186
15186
  {
@@ -15219,7 +15219,7 @@
15219
15219
  "referencedDeclaration": 15058,
15220
15220
  "src": "31707:15:36",
15221
15221
  "typeDescriptions": {
15222
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
15222
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
15223
15223
  "typeString": "contract ISuperfluid"
15224
15224
  }
15225
15225
  },
@@ -15230,10 +15230,10 @@
15230
15230
  "lValueRequested": false,
15231
15231
  "memberName": "callAgreementWithContext",
15232
15232
  "nodeType": "MemberAccess",
15233
- "referencedDeclaration": 20002,
15233
+ "referencedDeclaration": 20124,
15234
15234
  "src": "31707:40:36",
15235
15235
  "typeDescriptions": {
15236
- "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_$",
15236
+ "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_$",
15237
15237
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
15238
15238
  }
15239
15239
  },
@@ -15354,7 +15354,7 @@
15354
15354
  "stateVariable": false,
15355
15355
  "storageLocation": "default",
15356
15356
  "typeDescriptions": {
15357
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15357
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15358
15358
  "typeString": "contract ISuperfluidToken"
15359
15359
  },
15360
15360
  "typeName": {
@@ -15364,13 +15364,13 @@
15364
15364
  "id": 16200,
15365
15365
  "name": "ISuperfluidToken",
15366
15366
  "nodeType": "IdentifierPath",
15367
- "referencedDeclaration": 20450,
15367
+ "referencedDeclaration": 20572,
15368
15368
  "src": "31506:16:36"
15369
15369
  },
15370
- "referencedDeclaration": 20450,
15370
+ "referencedDeclaration": 20572,
15371
15371
  "src": "31506:16:36",
15372
15372
  "typeDescriptions": {
15373
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15373
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15374
15374
  "typeString": "contract ISuperfluidToken"
15375
15375
  }
15376
15376
  },
@@ -15558,7 +15558,7 @@
15558
15558
  "referencedDeclaration": 16250,
15559
15559
  "src": "32706:5:36",
15560
15560
  "typeDescriptions": {
15561
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15561
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15562
15562
  "typeString": "contract ISuperfluidToken"
15563
15563
  }
15564
15564
  },
@@ -15669,7 +15669,7 @@
15669
15669
  "typeString": "struct IDAv1Library.InitData storage pointer"
15670
15670
  },
15671
15671
  {
15672
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15672
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15673
15673
  "typeString": "contract ISuperfluidToken"
15674
15674
  },
15675
15675
  {
@@ -15699,7 +15699,7 @@
15699
15699
  "referencedDeclaration": 16316,
15700
15700
  "src": "32688:5:36",
15701
15701
  "typeDescriptions": {
15702
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
15702
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
15703
15703
  "typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,address,bytes memory)"
15704
15704
  }
15705
15705
  },
@@ -15787,7 +15787,7 @@
15787
15787
  "stateVariable": false,
15788
15788
  "storageLocation": "default",
15789
15789
  "typeDescriptions": {
15790
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15790
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15791
15791
  "typeString": "contract ISuperfluidToken"
15792
15792
  },
15793
15793
  "typeName": {
@@ -15797,13 +15797,13 @@
15797
15797
  "id": 16248,
15798
15798
  "name": "ISuperfluidToken",
15799
15799
  "nodeType": "IdentifierPath",
15800
- "referencedDeclaration": 20450,
15800
+ "referencedDeclaration": 20572,
15801
15801
  "src": "32561:16:36"
15802
15802
  },
15803
- "referencedDeclaration": 20450,
15803
+ "referencedDeclaration": 20572,
15804
15804
  "src": "32561:16:36",
15805
15805
  "typeDescriptions": {
15806
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
15806
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
15807
15807
  "typeString": "contract ISuperfluidToken"
15808
15808
  }
15809
15809
  },
@@ -15939,7 +15939,7 @@
15939
15939
  "referencedDeclaration": 15061,
15940
15940
  "src": "33486:14:36",
15941
15941
  "typeDescriptions": {
15942
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
15942
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
15943
15943
  "typeString": "contract IInstantDistributionAgreementV1"
15944
15944
  }
15945
15945
  },
@@ -15969,7 +15969,7 @@
15969
15969
  "referencedDeclaration": 15061,
15970
15970
  "src": "33546:14:36",
15971
15971
  "typeDescriptions": {
15972
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
15972
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
15973
15973
  "typeString": "contract IInstantDistributionAgreementV1"
15974
15974
  }
15975
15975
  },
@@ -15980,10 +15980,10 @@
15980
15980
  "lValueRequested": false,
15981
15981
  "memberName": "claim",
15982
15982
  "nodeType": "MemberAccess",
15983
- "referencedDeclaration": 18473,
15983
+ "referencedDeclaration": 18595,
15984
15984
  "src": "33546:20:36",
15985
15985
  "typeDescriptions": {
15986
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15986
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
15987
15987
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
15988
15988
  }
15989
15989
  },
@@ -15997,7 +15997,7 @@
15997
15997
  "referencedDeclaration": 16279,
15998
15998
  "src": "33606:5:36",
15999
15999
  "typeDescriptions": {
16000
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
16000
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
16001
16001
  "typeString": "contract ISuperfluidToken"
16002
16002
  }
16003
16003
  },
@@ -16110,7 +16110,7 @@
16110
16110
  "nodeType": "TupleExpression",
16111
16111
  "src": "33584:190:36",
16112
16112
  "typeDescriptions": {
16113
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
16113
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
16114
16114
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
16115
16115
  }
16116
16116
  }
@@ -16118,11 +16118,11 @@
16118
16118
  "expression": {
16119
16119
  "argumentTypes": [
16120
16120
  {
16121
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
16121
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
16122
16122
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
16123
16123
  },
16124
16124
  {
16125
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
16125
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
16126
16126
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
16127
16127
  }
16128
16128
  ],
@@ -16182,7 +16182,7 @@
16182
16182
  "expression": {
16183
16183
  "argumentTypes": [
16184
16184
  {
16185
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
16185
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
16186
16186
  "typeString": "contract IInstantDistributionAgreementV1"
16187
16187
  },
16188
16188
  {
@@ -16217,7 +16217,7 @@
16217
16217
  "referencedDeclaration": 15058,
16218
16218
  "src": "33443:15:36",
16219
16219
  "typeDescriptions": {
16220
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
16220
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
16221
16221
  "typeString": "contract ISuperfluid"
16222
16222
  }
16223
16223
  },
@@ -16228,10 +16228,10 @@
16228
16228
  "lValueRequested": false,
16229
16229
  "memberName": "callAgreement",
16230
16230
  "nodeType": "MemberAccess",
16231
- "referencedDeclaration": 19951,
16231
+ "referencedDeclaration": 20073,
16232
16232
  "src": "33443:29:36",
16233
16233
  "typeDescriptions": {
16234
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19002_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
16234
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$19124_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
16235
16235
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
16236
16236
  }
16237
16237
  },
@@ -16319,7 +16319,7 @@
16319
16319
  "stateVariable": false,
16320
16320
  "storageLocation": "default",
16321
16321
  "typeDescriptions": {
16322
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
16322
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
16323
16323
  "typeString": "contract ISuperfluidToken"
16324
16324
  },
16325
16325
  "typeName": {
@@ -16329,13 +16329,13 @@
16329
16329
  "id": 16277,
16330
16330
  "name": "ISuperfluidToken",
16331
16331
  "nodeType": "IdentifierPath",
16332
- "referencedDeclaration": 20450,
16332
+ "referencedDeclaration": 20572,
16333
16333
  "src": "33285:16:36"
16334
16334
  },
16335
- "referencedDeclaration": 20450,
16335
+ "referencedDeclaration": 20572,
16336
16336
  "src": "33285:16:36",
16337
16337
  "typeDescriptions": {
16338
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
16338
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
16339
16339
  "typeString": "contract ISuperfluidToken"
16340
16340
  }
16341
16341
  },
@@ -16507,7 +16507,7 @@
16507
16507
  "referencedDeclaration": 16325,
16508
16508
  "src": "34552:5:36",
16509
16509
  "typeDescriptions": {
16510
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
16510
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
16511
16511
  "typeString": "contract ISuperfluidToken"
16512
16512
  }
16513
16513
  },
@@ -16622,7 +16622,7 @@
16622
16622
  "typeString": "bytes memory"
16623
16623
  },
16624
16624
  {
16625
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
16625
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
16626
16626
  "typeString": "contract ISuperfluidToken"
16627
16627
  },
16628
16628
  {
@@ -16652,7 +16652,7 @@
16652
16652
  "referencedDeclaration": 16400,
16653
16653
  "src": "34485:12:36",
16654
16654
  "typeDescriptions": {
16655
- "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
16655
+ "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15062_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
16656
16656
  "typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,address,bytes memory) returns (bytes memory)"
16657
16657
  }
16658
16658
  },
@@ -16768,7 +16768,7 @@
16768
16768
  "stateVariable": false,
16769
16769
  "storageLocation": "default",
16770
16770
  "typeDescriptions": {
16771
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
16771
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
16772
16772
  "typeString": "contract ISuperfluidToken"
16773
16773
  },
16774
16774
  "typeName": {
@@ -16778,13 +16778,13 @@
16778
16778
  "id": 16323,
16779
16779
  "name": "ISuperfluidToken",
16780
16780
  "nodeType": "IdentifierPath",
16781
- "referencedDeclaration": 20450,
16781
+ "referencedDeclaration": 20572,
16782
16782
  "src": "34321:16:36"
16783
16783
  },
16784
- "referencedDeclaration": 20450,
16784
+ "referencedDeclaration": 20572,
16785
16785
  "src": "34321:16:36",
16786
16786
  "typeDescriptions": {
16787
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
16787
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
16788
16788
  "typeString": "contract ISuperfluidToken"
16789
16789
  }
16790
16790
  },
@@ -16985,7 +16985,7 @@
16985
16985
  "referencedDeclaration": 15061,
16986
16986
  "src": "35500:14:36",
16987
16987
  "typeDescriptions": {
16988
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
16988
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
16989
16989
  "typeString": "contract IInstantDistributionAgreementV1"
16990
16990
  }
16991
16991
  },
@@ -17015,7 +17015,7 @@
17015
17015
  "referencedDeclaration": 15061,
17016
17016
  "src": "35560:14:36",
17017
17017
  "typeDescriptions": {
17018
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
17018
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
17019
17019
  "typeString": "contract IInstantDistributionAgreementV1"
17020
17020
  }
17021
17021
  },
@@ -17026,10 +17026,10 @@
17026
17026
  "lValueRequested": false,
17027
17027
  "memberName": "claim",
17028
17028
  "nodeType": "MemberAccess",
17029
- "referencedDeclaration": 18473,
17029
+ "referencedDeclaration": 18595,
17030
17030
  "src": "35560:20:36",
17031
17031
  "typeDescriptions": {
17032
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
17032
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
17033
17033
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
17034
17034
  }
17035
17035
  },
@@ -17043,7 +17043,7 @@
17043
17043
  "referencedDeclaration": 16359,
17044
17044
  "src": "35620:5:36",
17045
17045
  "typeDescriptions": {
17046
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
17046
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
17047
17047
  "typeString": "contract ISuperfluidToken"
17048
17048
  }
17049
17049
  },
@@ -17156,7 +17156,7 @@
17156
17156
  "nodeType": "TupleExpression",
17157
17157
  "src": "35598:190:36",
17158
17158
  "typeDescriptions": {
17159
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
17159
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
17160
17160
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
17161
17161
  }
17162
17162
  }
@@ -17164,11 +17164,11 @@
17164
17164
  "expression": {
17165
17165
  "argumentTypes": [
17166
17166
  {
17167
- "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
17167
+ "typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
17168
17168
  "typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
17169
17169
  },
17170
17170
  {
17171
- "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20450_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
17171
+ "typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$20572_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
17172
17172
  "typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
17173
17173
  }
17174
17174
  ],
@@ -17240,7 +17240,7 @@
17240
17240
  "expression": {
17241
17241
  "argumentTypes": [
17242
17242
  {
17243
- "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18502",
17243
+ "typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$18624",
17244
17244
  "typeString": "contract IInstantDistributionAgreementV1"
17245
17245
  },
17246
17246
  {
@@ -17279,7 +17279,7 @@
17279
17279
  "referencedDeclaration": 15058,
17280
17280
  "src": "35446:15:36",
17281
17281
  "typeDescriptions": {
17282
- "typeIdentifier": "t_contract$_ISuperfluid_$20053",
17282
+ "typeIdentifier": "t_contract$_ISuperfluid_$20175",
17283
17283
  "typeString": "contract ISuperfluid"
17284
17284
  }
17285
17285
  },
@@ -17290,10 +17290,10 @@
17290
17290
  "lValueRequested": false,
17291
17291
  "memberName": "callAgreementWithContext",
17292
17292
  "nodeType": "MemberAccess",
17293
- "referencedDeclaration": 20002,
17293
+ "referencedDeclaration": 20124,
17294
17294
  "src": "35446:40:36",
17295
17295
  "typeDescriptions": {
17296
- "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_$",
17296
+ "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_$",
17297
17297
  "typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
17298
17298
  }
17299
17299
  },
@@ -17414,7 +17414,7 @@
17414
17414
  "stateVariable": false,
17415
17415
  "storageLocation": "default",
17416
17416
  "typeDescriptions": {
17417
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
17417
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
17418
17418
  "typeString": "contract ISuperfluidToken"
17419
17419
  },
17420
17420
  "typeName": {
@@ -17424,13 +17424,13 @@
17424
17424
  "id": 16357,
17425
17425
  "name": "ISuperfluidToken",
17426
17426
  "nodeType": "IdentifierPath",
17427
- "referencedDeclaration": 20450,
17427
+ "referencedDeclaration": 20572,
17428
17428
  "src": "35245:16:36"
17429
17429
  },
17430
- "referencedDeclaration": 20450,
17430
+ "referencedDeclaration": 20572,
17431
17431
  "src": "35245:16:36",
17432
17432
  "typeDescriptions": {
17433
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
17433
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
17434
17434
  "typeString": "contract ISuperfluidToken"
17435
17435
  }
17436
17436
  },
@@ -17603,7 +17603,7 @@
17603
17603
  },
17604
17604
  "networks": {},
17605
17605
  "schemaVersion": "3.4.8",
17606
- "updatedAt": "2022-08-29T16:08:02.375Z",
17606
+ "updatedAt": "2022-08-30T13:03:13.309Z",
17607
17607
  "devdoc": {
17608
17608
  "author": "Superfluid",
17609
17609
  "details": "Set a variable of type `InitData` in the contract, then call this library's functions directly `initData.functionName()`.",