@superfluid-finance/ethereum-contracts 1.7.2-dev.bac5c12.0 → 1.7.2-dev.dae8ea5.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 (204) hide show
  1. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  2. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  3. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  4. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  5. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  14. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  15. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  16. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  17. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  18. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  31. package/build/contracts/AccessControl.json +1 -1
  32. package/build/contracts/AccessControlEnumerable.json +1 -1
  33. package/build/contracts/Address.json +1 -1
  34. package/build/contracts/AgreementBase.json +18 -18
  35. package/build/contracts/AgreementLibrary.json +165 -165
  36. package/build/contracts/BaseRelayRecipient.json +57 -57
  37. package/build/contracts/BatchLiquidator.json +382 -382
  38. package/build/contracts/BatchOperation.json +614 -614
  39. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  40. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  41. package/build/contracts/CFAv1Library.json +389 -389
  42. package/build/contracts/CallUtils.json +198 -198
  43. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  44. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  45. package/build/contracts/ConstantInflowNFT.json +402 -402
  46. package/build/contracts/ConstantOutflowNFT.json +661 -661
  47. package/build/contracts/Context.json +1 -1
  48. package/build/contracts/ContextDefinitions.json +614 -614
  49. package/build/contracts/CustomSuperTokenBase.json +19 -19
  50. package/build/contracts/ERC165.json +1 -1
  51. package/build/contracts/ERC1820Implementer.json +1 -1
  52. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  53. package/build/contracts/ERC20.json +1 -1
  54. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  55. package/build/contracts/ERC777Helper.json +384 -384
  56. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  57. package/build/contracts/ERC777RecipientReverting.json +863 -863
  58. package/build/contracts/EnumerableSet.json +1 -1
  59. package/build/contracts/EventsEmitter.json +43 -43
  60. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  61. package/build/contracts/FixedSizeData.json +200 -200
  62. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  63. package/build/contracts/FlowNFTBase.json +1280 -1280
  64. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  65. package/build/contracts/ForwarderBase.json +190 -190
  66. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  67. package/build/contracts/IAccessControl.json +1 -1
  68. package/build/contracts/IAccessControlEnumerable.json +1 -1
  69. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  70. package/build/contracts/IConstantInflowNFT.json +54 -54
  71. package/build/contracts/IConstantOutflowNFT.json +107 -107
  72. package/build/contracts/IDAv1Forwarder.json +912 -912
  73. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  74. package/build/contracts/IDAv1Library.json +430 -430
  75. package/build/contracts/IERC165.json +1 -1
  76. package/build/contracts/IERC1820Implementer.json +1 -1
  77. package/build/contracts/IERC1820Registry.json +1 -1
  78. package/build/contracts/IERC20.json +1 -1
  79. package/build/contracts/IERC20Metadata.json +1 -1
  80. package/build/contracts/IERC20Permit.json +1 -1
  81. package/build/contracts/IERC721.json +1 -1
  82. package/build/contracts/IERC721Metadata.json +1 -1
  83. package/build/contracts/IERC777.json +1 -1
  84. package/build/contracts/IERC777Recipient.json +1 -1
  85. package/build/contracts/IERC777Sender.json +1 -1
  86. package/build/contracts/IFlowNFTBase.json +115 -115
  87. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  88. package/build/contracts/IMultiSigWallet.json +31 -31
  89. package/build/contracts/IPoolAdminNFT.json +7 -7
  90. package/build/contracts/IPoolMemberNFT.json +7 -7
  91. package/build/contracts/IPureSuperToken.json +62 -62
  92. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  93. package/build/contracts/IRelayRecipient.json +27 -27
  94. package/build/contracts/IResolver.json +38 -38
  95. package/build/contracts/ISETH.json +67 -67
  96. package/build/contracts/ISETHCustom.json +67 -67
  97. package/build/contracts/ISuperAgreement.json +50 -50
  98. package/build/contracts/ISuperApp.json +191 -191
  99. package/build/contracts/ISuperToken.json +695 -695
  100. package/build/contracts/ISuperTokenFactory.json +225 -225
  101. package/build/contracts/ISuperfluid.json +904 -904
  102. package/build/contracts/ISuperfluidGovernance.json +251 -251
  103. package/build/contracts/ISuperfluidToken.json +407 -407
  104. package/build/contracts/ITOGAv1.json +1346 -1346
  105. package/build/contracts/ITOGAv2.json +1346 -1346
  106. package/build/contracts/ITOGAv3.json +1346 -1346
  107. package/build/contracts/Initializable.json +1 -1
  108. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  109. package/build/contracts/Math.json +1 -1
  110. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  111. package/build/contracts/Ownable.json +1 -1
  112. package/build/contracts/Proxy.json +1 -1
  113. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  114. package/build/contracts/PureSuperToken.json +106 -106
  115. package/build/contracts/Resolver.json +98 -98
  116. package/build/contracts/SETHProxy.json +224 -224
  117. package/build/contracts/SafeCast.json +1 -1
  118. package/build/contracts/SafeERC20.json +1 -1
  119. package/build/contracts/SafeGasLibrary.json +51 -51
  120. package/build/contracts/SafeMath.json +1 -1
  121. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  122. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  123. package/build/contracts/StreamRedirector.json +704 -704
  124. package/build/contracts/Strings.json +1 -1
  125. package/build/contracts/SuperAppBase.json +42 -42
  126. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  127. package/build/contracts/SuperAppDefinitions.json +614 -614
  128. package/build/contracts/SuperToken.json +2714 -2714
  129. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  130. package/build/contracts/SuperTokenFactory.json +1347 -1347
  131. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  132. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  133. package/build/contracts/SuperUpgrader.json +439 -439
  134. package/build/contracts/Superfluid.json +7999 -7996
  135. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  136. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  137. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  138. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  139. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  140. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  141. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  142. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  143. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  144. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  145. package/build/contracts/SuperfluidLoader.json +207 -207
  146. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  147. package/build/contracts/SuperfluidLoaderLibrary.json +247 -247
  148. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  149. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  150. package/build/contracts/SuperfluidToken.json +1423 -1423
  151. package/build/contracts/TOGA.json +1360 -1360
  152. package/build/contracts/TestGovernance.json +250 -250
  153. package/build/contracts/TestResolver.json +47 -47
  154. package/build/contracts/TestToken.json +102 -102
  155. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  156. package/build/contracts/TokenInfo.json +32 -32
  157. package/build/contracts/UUPSProxiable.json +139 -139
  158. package/build/contracts/UUPSProxy.json +81 -81
  159. package/build/contracts/UUPSUtils.json +37 -37
  160. package/build/contracts-sizes.txt +15 -15
  161. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  162. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  163. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  164. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  165. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  166. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  168. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  169. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  170. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  173. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  174. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  175. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  177. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  179. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  196. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  198. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  200. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  202. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  203. package/contracts/superfluid/Superfluid.sol +1 -0
  204. package/package.json +3 -3
@@ -15,24 +15,24 @@
15
15
  "absolutePath": "project:/contracts/utils/ForwarderBase.sol",
16
16
  "exportedSymbols": {
17
17
  "BatchOperation": [
18
- 23517
18
+ 23520
19
19
  ],
20
20
  "CallUtils": [
21
- 25785
21
+ 25788
22
22
  ],
23
23
  "ForwarderBase": [
24
- 48120
24
+ 48125
25
25
  ],
26
26
  "ISuperfluid": [
27
- 25048
27
+ 25051
28
28
  ]
29
29
  },
30
- "id": 48121,
30
+ "id": 48126,
31
31
  "license": "AGPLv3",
32
32
  "nodeType": "SourceUnit",
33
33
  "nodes": [
34
34
  {
35
- "id": 48017,
35
+ "id": 48022,
36
36
  "literals": [
37
37
  "solidity",
38
38
  "0.8",
@@ -44,20 +44,20 @@
44
44
  {
45
45
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
46
46
  "file": "../interfaces/superfluid/ISuperfluid.sol",
47
- "id": 48020,
47
+ "id": 48025,
48
48
  "nameLocation": "-1:-1:-1",
49
49
  "nodeType": "ImportDirective",
50
- "scope": 48121,
51
- "sourceUnit": 25049,
50
+ "scope": 48126,
51
+ "sourceUnit": 25052,
52
52
  "src": "60:87:113",
53
53
  "symbolAliases": [
54
54
  {
55
55
  "foreign": {
56
- "id": 48018,
56
+ "id": 48023,
57
57
  "name": "BatchOperation",
58
58
  "nodeType": "Identifier",
59
59
  "overloadedDeclarations": [],
60
- "referencedDeclaration": 23517,
60
+ "referencedDeclaration": 23520,
61
61
  "src": "69:14:113",
62
62
  "typeDescriptions": {}
63
63
  },
@@ -65,11 +65,11 @@
65
65
  },
66
66
  {
67
67
  "foreign": {
68
- "id": 48019,
68
+ "id": 48024,
69
69
  "name": "ISuperfluid",
70
70
  "nodeType": "Identifier",
71
71
  "overloadedDeclarations": [],
72
- "referencedDeclaration": 25048,
72
+ "referencedDeclaration": 25051,
73
73
  "src": "85:11:113",
74
74
  "typeDescriptions": {}
75
75
  },
@@ -81,20 +81,20 @@
81
81
  {
82
82
  "absolutePath": "project:/contracts/libs/CallUtils.sol",
83
83
  "file": "../libs/CallUtils.sol",
84
- "id": 48022,
84
+ "id": 48027,
85
85
  "nameLocation": "-1:-1:-1",
86
86
  "nodeType": "ImportDirective",
87
- "scope": 48121,
88
- "sourceUnit": 25786,
87
+ "scope": 48126,
88
+ "sourceUnit": 25789,
89
89
  "src": "148:50:113",
90
90
  "symbolAliases": [
91
91
  {
92
92
  "foreign": {
93
- "id": 48021,
93
+ "id": 48026,
94
94
  "name": "CallUtils",
95
95
  "nodeType": "Identifier",
96
96
  "overloadedDeclarations": [],
97
- "referencedDeclaration": 25785,
97
+ "referencedDeclaration": 25788,
98
98
  "src": "157:9:113",
99
99
  "typeDescriptions": {}
100
100
  },
@@ -110,9 +110,9 @@
110
110
  "contractDependencies": [],
111
111
  "contractKind": "contract",
112
112
  "fullyImplemented": true,
113
- "id": 48120,
113
+ "id": 48125,
114
114
  "linearizedBaseContracts": [
115
- 48120
115
+ 48125
116
116
  ],
117
117
  "name": "ForwarderBase",
118
118
  "nameLocation": "218:13:113",
@@ -120,36 +120,36 @@
120
120
  "nodes": [
121
121
  {
122
122
  "constant": false,
123
- "id": 48025,
123
+ "id": 48030,
124
124
  "mutability": "immutable",
125
125
  "name": "_host",
126
126
  "nameLocation": "269:5:113",
127
127
  "nodeType": "VariableDeclaration",
128
- "scope": 48120,
128
+ "scope": 48125,
129
129
  "src": "238:36:113",
130
130
  "stateVariable": true,
131
131
  "storageLocation": "default",
132
132
  "typeDescriptions": {
133
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
133
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
134
134
  "typeString": "contract ISuperfluid"
135
135
  },
136
136
  "typeName": {
137
- "id": 48024,
137
+ "id": 48029,
138
138
  "nodeType": "UserDefinedTypeName",
139
139
  "pathNode": {
140
- "id": 48023,
140
+ "id": 48028,
141
141
  "name": "ISuperfluid",
142
142
  "nameLocations": [
143
143
  "238:11:113"
144
144
  ],
145
145
  "nodeType": "IdentifierPath",
146
- "referencedDeclaration": 25048,
146
+ "referencedDeclaration": 25051,
147
147
  "src": "238:11:113"
148
148
  },
149
- "referencedDeclaration": 25048,
149
+ "referencedDeclaration": 25051,
150
150
  "src": "238:11:113",
151
151
  "typeDescriptions": {
152
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
152
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
153
153
  "typeString": "contract ISuperfluid"
154
154
  }
155
155
  },
@@ -157,56 +157,56 @@
157
157
  },
158
158
  {
159
159
  "body": {
160
- "id": 48035,
160
+ "id": 48040,
161
161
  "nodeType": "Block",
162
162
  "src": "311:29:113",
163
163
  "statements": [
164
164
  {
165
165
  "expression": {
166
- "id": 48033,
166
+ "id": 48038,
167
167
  "isConstant": false,
168
168
  "isLValue": false,
169
169
  "isPure": false,
170
170
  "lValueRequested": false,
171
171
  "leftHandSide": {
172
- "id": 48031,
172
+ "id": 48036,
173
173
  "name": "_host",
174
174
  "nodeType": "Identifier",
175
175
  "overloadedDeclarations": [],
176
- "referencedDeclaration": 48025,
176
+ "referencedDeclaration": 48030,
177
177
  "src": "321:5:113",
178
178
  "typeDescriptions": {
179
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
179
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
180
180
  "typeString": "contract ISuperfluid"
181
181
  }
182
182
  },
183
183
  "nodeType": "Assignment",
184
184
  "operator": "=",
185
185
  "rightHandSide": {
186
- "id": 48032,
186
+ "id": 48037,
187
187
  "name": "host",
188
188
  "nodeType": "Identifier",
189
189
  "overloadedDeclarations": [],
190
- "referencedDeclaration": 48028,
190
+ "referencedDeclaration": 48033,
191
191
  "src": "329:4:113",
192
192
  "typeDescriptions": {
193
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
193
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
194
194
  "typeString": "contract ISuperfluid"
195
195
  }
196
196
  },
197
197
  "src": "321:12:113",
198
198
  "typeDescriptions": {
199
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
199
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
200
200
  "typeString": "contract ISuperfluid"
201
201
  }
202
202
  },
203
- "id": 48034,
203
+ "id": 48039,
204
204
  "nodeType": "ExpressionStatement",
205
205
  "src": "321:12:113"
206
206
  }
207
207
  ]
208
208
  },
209
- "id": 48036,
209
+ "id": 48041,
210
210
  "implemented": true,
211
211
  "kind": "constructor",
212
212
  "modifiers": [],
@@ -214,41 +214,41 @@
214
214
  "nameLocation": "-1:-1:-1",
215
215
  "nodeType": "FunctionDefinition",
216
216
  "parameters": {
217
- "id": 48029,
217
+ "id": 48034,
218
218
  "nodeType": "ParameterList",
219
219
  "parameters": [
220
220
  {
221
221
  "constant": false,
222
- "id": 48028,
222
+ "id": 48033,
223
223
  "mutability": "mutable",
224
224
  "name": "host",
225
225
  "nameLocation": "305:4:113",
226
226
  "nodeType": "VariableDeclaration",
227
- "scope": 48036,
227
+ "scope": 48041,
228
228
  "src": "293:16:113",
229
229
  "stateVariable": false,
230
230
  "storageLocation": "default",
231
231
  "typeDescriptions": {
232
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
232
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
233
233
  "typeString": "contract ISuperfluid"
234
234
  },
235
235
  "typeName": {
236
- "id": 48027,
236
+ "id": 48032,
237
237
  "nodeType": "UserDefinedTypeName",
238
238
  "pathNode": {
239
- "id": 48026,
239
+ "id": 48031,
240
240
  "name": "ISuperfluid",
241
241
  "nameLocations": [
242
242
  "293:11:113"
243
243
  ],
244
244
  "nodeType": "IdentifierPath",
245
- "referencedDeclaration": 25048,
245
+ "referencedDeclaration": 25051,
246
246
  "src": "293:11:113"
247
247
  },
248
- "referencedDeclaration": 25048,
248
+ "referencedDeclaration": 25051,
249
249
  "src": "293:11:113",
250
250
  "typeDescriptions": {
251
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
251
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
252
252
  "typeString": "contract ISuperfluid"
253
253
  }
254
254
  },
@@ -258,12 +258,12 @@
258
258
  "src": "292:18:113"
259
259
  },
260
260
  "returnParameters": {
261
- "id": 48030,
261
+ "id": 48035,
262
262
  "nodeType": "ParameterList",
263
263
  "parameters": [],
264
264
  "src": "311:0:113"
265
265
  },
266
- "scope": 48120,
266
+ "scope": 48125,
267
267
  "src": "281:59:113",
268
268
  "stateMutability": "nonpayable",
269
269
  "virtual": false,
@@ -271,69 +271,69 @@
271
271
  },
272
272
  {
273
273
  "body": {
274
- "id": 48118,
274
+ "id": 48123,
275
275
  "nodeType": "Block",
276
276
  "src": "550:864:113",
277
277
  "statements": [
278
278
  {
279
279
  "assignments": [
280
- 48052
280
+ 48057
281
281
  ],
282
282
  "declarations": [
283
283
  {
284
284
  "constant": false,
285
- "id": 48052,
285
+ "id": 48057,
286
286
  "mutability": "mutable",
287
287
  "name": "ops",
288
288
  "nameLocation": "591:3:113",
289
289
  "nodeType": "VariableDeclaration",
290
- "scope": 48118,
290
+ "scope": 48123,
291
291
  "src": "560:34:113",
292
292
  "stateVariable": false,
293
293
  "storageLocation": "memory",
294
294
  "typeDescriptions": {
295
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr",
295
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr",
296
296
  "typeString": "struct ISuperfluid.Operation[]"
297
297
  },
298
298
  "typeName": {
299
299
  "baseType": {
300
- "id": 48050,
300
+ "id": 48055,
301
301
  "nodeType": "UserDefinedTypeName",
302
302
  "pathNode": {
303
- "id": 48049,
303
+ "id": 48054,
304
304
  "name": "ISuperfluid.Operation",
305
305
  "nameLocations": [
306
306
  "560:11:113",
307
307
  "572:9:113"
308
308
  ],
309
309
  "nodeType": "IdentifierPath",
310
- "referencedDeclaration": 25031,
310
+ "referencedDeclaration": 25034,
311
311
  "src": "560:21:113"
312
312
  },
313
- "referencedDeclaration": 25031,
313
+ "referencedDeclaration": 25034,
314
314
  "src": "560:21:113",
315
315
  "typeDescriptions": {
316
- "typeIdentifier": "t_struct$_Operation_$25031_storage_ptr",
316
+ "typeIdentifier": "t_struct$_Operation_$25034_storage_ptr",
317
317
  "typeString": "struct ISuperfluid.Operation"
318
318
  }
319
319
  },
320
- "id": 48051,
320
+ "id": 48056,
321
321
  "nodeType": "ArrayTypeName",
322
322
  "src": "560:23:113",
323
323
  "typeDescriptions": {
324
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_storage_$dyn_storage_ptr",
324
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_storage_$dyn_storage_ptr",
325
325
  "typeString": "struct ISuperfluid.Operation[]"
326
326
  }
327
327
  },
328
328
  "visibility": "internal"
329
329
  }
330
330
  ],
331
- "id": 48059,
331
+ "id": 48064,
332
332
  "initialValue": {
333
333
  "arguments": [
334
334
  {
335
335
  "hexValue": "31",
336
- "id": 48057,
336
+ "id": 48062,
337
337
  "isConstant": false,
338
338
  "isLValue": false,
339
339
  "isPure": true,
@@ -355,7 +355,7 @@
355
355
  "typeString": "int_const 1"
356
356
  }
357
357
  ],
358
- "id": 48056,
358
+ "id": 48061,
359
359
  "isConstant": false,
360
360
  "isLValue": false,
361
361
  "isPure": true,
@@ -363,41 +363,41 @@
363
363
  "nodeType": "NewExpression",
364
364
  "src": "597:27:113",
365
365
  "typeDescriptions": {
366
- "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr_$",
366
+ "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr_$",
367
367
  "typeString": "function (uint256) pure returns (struct ISuperfluid.Operation memory[] memory)"
368
368
  },
369
369
  "typeName": {
370
370
  "baseType": {
371
- "id": 48054,
371
+ "id": 48059,
372
372
  "nodeType": "UserDefinedTypeName",
373
373
  "pathNode": {
374
- "id": 48053,
374
+ "id": 48058,
375
375
  "name": "ISuperfluid.Operation",
376
376
  "nameLocations": [
377
377
  "601:11:113",
378
378
  "613:9:113"
379
379
  ],
380
380
  "nodeType": "IdentifierPath",
381
- "referencedDeclaration": 25031,
381
+ "referencedDeclaration": 25034,
382
382
  "src": "601:21:113"
383
383
  },
384
- "referencedDeclaration": 25031,
384
+ "referencedDeclaration": 25034,
385
385
  "src": "601:21:113",
386
386
  "typeDescriptions": {
387
- "typeIdentifier": "t_struct$_Operation_$25031_storage_ptr",
387
+ "typeIdentifier": "t_struct$_Operation_$25034_storage_ptr",
388
388
  "typeString": "struct ISuperfluid.Operation"
389
389
  }
390
390
  },
391
- "id": 48055,
391
+ "id": 48060,
392
392
  "nodeType": "ArrayTypeName",
393
393
  "src": "601:23:113",
394
394
  "typeDescriptions": {
395
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_storage_$dyn_storage_ptr",
395
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_storage_$dyn_storage_ptr",
396
396
  "typeString": "struct ISuperfluid.Operation[]"
397
397
  }
398
398
  }
399
399
  },
400
- "id": 48058,
400
+ "id": 48063,
401
401
  "isConstant": false,
402
402
  "isLValue": false,
403
403
  "isPure": true,
@@ -409,7 +409,7 @@
409
409
  "src": "597:30:113",
410
410
  "tryCall": false,
411
411
  "typeDescriptions": {
412
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr",
412
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr",
413
413
  "typeString": "struct ISuperfluid.Operation memory[] memory"
414
414
  }
415
415
  },
@@ -418,28 +418,28 @@
418
418
  },
419
419
  {
420
420
  "expression": {
421
- "id": 48077,
421
+ "id": 48082,
422
422
  "isConstant": false,
423
423
  "isLValue": false,
424
424
  "isPure": false,
425
425
  "lValueRequested": false,
426
426
  "leftHandSide": {
427
427
  "baseExpression": {
428
- "id": 48060,
428
+ "id": 48065,
429
429
  "name": "ops",
430
430
  "nodeType": "Identifier",
431
431
  "overloadedDeclarations": [],
432
- "referencedDeclaration": 48052,
432
+ "referencedDeclaration": 48057,
433
433
  "src": "637:3:113",
434
434
  "typeDescriptions": {
435
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr",
435
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr",
436
436
  "typeString": "struct ISuperfluid.Operation memory[] memory"
437
437
  }
438
438
  },
439
- "id": 48062,
439
+ "id": 48067,
440
440
  "indexExpression": {
441
441
  "hexValue": "30",
442
- "id": 48061,
442
+ "id": 48066,
443
443
  "isConstant": false,
444
444
  "isLValue": false,
445
445
  "isPure": true,
@@ -460,7 +460,7 @@
460
460
  "nodeType": "IndexAccess",
461
461
  "src": "637:6:113",
462
462
  "typeDescriptions": {
463
- "typeIdentifier": "t_struct$_Operation_$25031_memory_ptr",
463
+ "typeIdentifier": "t_struct$_Operation_$25034_memory_ptr",
464
464
  "typeString": "struct ISuperfluid.Operation memory"
465
465
  }
466
466
  },
@@ -470,18 +470,18 @@
470
470
  "arguments": [
471
471
  {
472
472
  "expression": {
473
- "id": 48065,
473
+ "id": 48070,
474
474
  "name": "BatchOperation",
475
475
  "nodeType": "Identifier",
476
476
  "overloadedDeclarations": [],
477
- "referencedDeclaration": 23517,
477
+ "referencedDeclaration": 23520,
478
478
  "src": "681:14:113",
479
479
  "typeDescriptions": {
480
- "typeIdentifier": "t_type$_t_contract$_BatchOperation_$23517_$",
480
+ "typeIdentifier": "t_type$_t_contract$_BatchOperation_$23520_$",
481
481
  "typeString": "type(library BatchOperation)"
482
482
  }
483
483
  },
484
- "id": 48066,
484
+ "id": 48071,
485
485
  "isConstant": false,
486
486
  "isLValue": false,
487
487
  "isPure": true,
@@ -489,7 +489,7 @@
489
489
  "memberLocation": "696:40:113",
490
490
  "memberName": "OPERATION_TYPE_SUPERFLUID_CALL_AGREEMENT",
491
491
  "nodeType": "MemberAccess",
492
- "referencedDeclaration": 23510,
492
+ "referencedDeclaration": 23513,
493
493
  "src": "681:55:113",
494
494
  "typeDescriptions": {
495
495
  "typeIdentifier": "t_uint32",
@@ -499,11 +499,11 @@
499
499
  {
500
500
  "arguments": [
501
501
  {
502
- "id": 48069,
502
+ "id": 48074,
503
503
  "name": "target",
504
504
  "nodeType": "Identifier",
505
505
  "overloadedDeclarations": [],
506
- "referencedDeclaration": 48038,
506
+ "referencedDeclaration": 48043,
507
507
  "src": "766:6:113",
508
508
  "typeDescriptions": {
509
509
  "typeIdentifier": "t_address",
@@ -518,7 +518,7 @@
518
518
  "typeString": "address"
519
519
  }
520
520
  ],
521
- "id": 48068,
521
+ "id": 48073,
522
522
  "isConstant": false,
523
523
  "isLValue": false,
524
524
  "isPure": true,
@@ -530,14 +530,14 @@
530
530
  "typeString": "type(address)"
531
531
  },
532
532
  "typeName": {
533
- "id": 48067,
533
+ "id": 48072,
534
534
  "name": "address",
535
535
  "nodeType": "ElementaryTypeName",
536
536
  "src": "758:7:113",
537
537
  "typeDescriptions": {}
538
538
  }
539
539
  },
540
- "id": 48070,
540
+ "id": 48075,
541
541
  "isConstant": false,
542
542
  "isLValue": false,
543
543
  "isPure": false,
@@ -556,11 +556,11 @@
556
556
  {
557
557
  "arguments": [
558
558
  {
559
- "id": 48073,
559
+ "id": 48078,
560
560
  "name": "callData",
561
561
  "nodeType": "Identifier",
562
562
  "overloadedDeclarations": [],
563
- "referencedDeclaration": 48040,
563
+ "referencedDeclaration": 48045,
564
564
  "src": "829:8:113",
565
565
  "typeDescriptions": {
566
566
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -568,11 +568,11 @@
568
568
  }
569
569
  },
570
570
  {
571
- "id": 48074,
571
+ "id": 48079,
572
572
  "name": "userData",
573
573
  "nodeType": "Identifier",
574
574
  "overloadedDeclarations": [],
575
- "referencedDeclaration": 48042,
575
+ "referencedDeclaration": 48047,
576
576
  "src": "839:8:113",
577
577
  "typeDescriptions": {
578
578
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -592,7 +592,7 @@
592
592
  }
593
593
  ],
594
594
  "expression": {
595
- "id": 48071,
595
+ "id": 48076,
596
596
  "name": "abi",
597
597
  "nodeType": "Identifier",
598
598
  "overloadedDeclarations": [],
@@ -603,7 +603,7 @@
603
603
  "typeString": "abi"
604
604
  }
605
605
  },
606
- "id": 48072,
606
+ "id": 48077,
607
607
  "isConstant": false,
608
608
  "isLValue": false,
609
609
  "isPure": true,
@@ -617,7 +617,7 @@
617
617
  "typeString": "function () pure returns (bytes memory)"
618
618
  }
619
619
  },
620
- "id": 48075,
620
+ "id": 48080,
621
621
  "isConstant": false,
622
622
  "isLValue": false,
623
623
  "isPure": false,
@@ -650,18 +650,18 @@
650
650
  }
651
651
  ],
652
652
  "expression": {
653
- "id": 48063,
653
+ "id": 48068,
654
654
  "name": "ISuperfluid",
655
655
  "nodeType": "Identifier",
656
656
  "overloadedDeclarations": [],
657
- "referencedDeclaration": 25048,
657
+ "referencedDeclaration": 25051,
658
658
  "src": "646:11:113",
659
659
  "typeDescriptions": {
660
- "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25048_$",
660
+ "typeIdentifier": "t_type$_t_contract$_ISuperfluid_$25051_$",
661
661
  "typeString": "type(contract ISuperfluid)"
662
662
  }
663
663
  },
664
- "id": 48064,
664
+ "id": 48069,
665
665
  "isConstant": false,
666
666
  "isLValue": false,
667
667
  "isPure": false,
@@ -669,14 +669,14 @@
669
669
  "memberLocation": "658:9:113",
670
670
  "memberName": "Operation",
671
671
  "nodeType": "MemberAccess",
672
- "referencedDeclaration": 25031,
672
+ "referencedDeclaration": 25034,
673
673
  "src": "646:21:113",
674
674
  "typeDescriptions": {
675
- "typeIdentifier": "t_type$_t_struct$_Operation_$25031_storage_ptr_$",
675
+ "typeIdentifier": "t_type$_t_struct$_Operation_$25034_storage_ptr_$",
676
676
  "typeString": "type(struct ISuperfluid.Operation storage pointer)"
677
677
  }
678
678
  },
679
- "id": 48076,
679
+ "id": 48081,
680
680
  "isConstant": false,
681
681
  "isLValue": false,
682
682
  "isPure": false,
@@ -688,33 +688,33 @@
688
688
  "src": "646:212:113",
689
689
  "tryCall": false,
690
690
  "typeDescriptions": {
691
- "typeIdentifier": "t_struct$_Operation_$25031_memory_ptr",
691
+ "typeIdentifier": "t_struct$_Operation_$25034_memory_ptr",
692
692
  "typeString": "struct ISuperfluid.Operation memory"
693
693
  }
694
694
  },
695
695
  "src": "637:221:113",
696
696
  "typeDescriptions": {
697
- "typeIdentifier": "t_struct$_Operation_$25031_memory_ptr",
697
+ "typeIdentifier": "t_struct$_Operation_$25034_memory_ptr",
698
698
  "typeString": "struct ISuperfluid.Operation memory"
699
699
  }
700
700
  },
701
- "id": 48078,
701
+ "id": 48083,
702
702
  "nodeType": "ExpressionStatement",
703
703
  "src": "637:221:113"
704
704
  },
705
705
  {
706
706
  "assignments": [
707
- 48080
707
+ 48085
708
708
  ],
709
709
  "declarations": [
710
710
  {
711
711
  "constant": false,
712
- "id": 48080,
712
+ "id": 48085,
713
713
  "mutability": "mutable",
714
714
  "name": "fwBatchCallData",
715
715
  "nameLocation": "882:15:113",
716
716
  "nodeType": "VariableDeclaration",
717
- "scope": 48118,
717
+ "scope": 48123,
718
718
  "src": "869:28:113",
719
719
  "stateVariable": false,
720
720
  "storageLocation": "memory",
@@ -723,7 +723,7 @@
723
723
  "typeString": "bytes"
724
724
  },
725
725
  "typeName": {
726
- "id": 48079,
726
+ "id": 48084,
727
727
  "name": "bytes",
728
728
  "nodeType": "ElementaryTypeName",
729
729
  "src": "869:5:113",
@@ -735,23 +735,23 @@
735
735
  "visibility": "internal"
736
736
  }
737
737
  ],
738
- "id": 48088,
738
+ "id": 48093,
739
739
  "initialValue": {
740
740
  "arguments": [
741
741
  {
742
742
  "expression": {
743
- "id": 48083,
743
+ "id": 48088,
744
744
  "name": "_host",
745
745
  "nodeType": "Identifier",
746
746
  "overloadedDeclarations": [],
747
- "referencedDeclaration": 48025,
747
+ "referencedDeclaration": 48030,
748
748
  "src": "915:5:113",
749
749
  "typeDescriptions": {
750
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
750
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
751
751
  "typeString": "contract ISuperfluid"
752
752
  }
753
753
  },
754
- "id": 48084,
754
+ "id": 48089,
755
755
  "isConstant": false,
756
756
  "isLValue": false,
757
757
  "isPure": false,
@@ -759,29 +759,29 @@
759
759
  "memberLocation": "921:16:113",
760
760
  "memberName": "forwardBatchCall",
761
761
  "nodeType": "MemberAccess",
762
- "referencedDeclaration": 25047,
762
+ "referencedDeclaration": 25050,
763
763
  "src": "915:22:113",
764
764
  "typeDescriptions": {
765
- "typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr_$returns$__$",
765
+ "typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr_$returns$__$",
766
766
  "typeString": "function (struct ISuperfluid.Operation memory[] memory) external"
767
767
  }
768
768
  },
769
769
  {
770
770
  "components": [
771
771
  {
772
- "id": 48085,
772
+ "id": 48090,
773
773
  "name": "ops",
774
774
  "nodeType": "Identifier",
775
775
  "overloadedDeclarations": [],
776
- "referencedDeclaration": 48052,
776
+ "referencedDeclaration": 48057,
777
777
  "src": "940:3:113",
778
778
  "typeDescriptions": {
779
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr",
779
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr",
780
780
  "typeString": "struct ISuperfluid.Operation memory[] memory"
781
781
  }
782
782
  }
783
783
  ],
784
- "id": 48086,
784
+ "id": 48091,
785
785
  "isConstant": false,
786
786
  "isInlineArray": false,
787
787
  "isLValue": false,
@@ -790,7 +790,7 @@
790
790
  "nodeType": "TupleExpression",
791
791
  "src": "939:5:113",
792
792
  "typeDescriptions": {
793
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr",
793
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr",
794
794
  "typeString": "struct ISuperfluid.Operation memory[] memory"
795
795
  }
796
796
  }
@@ -798,16 +798,16 @@
798
798
  "expression": {
799
799
  "argumentTypes": [
800
800
  {
801
- "typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr_$returns$__$",
801
+ "typeIdentifier": "t_function_external_nonpayable$_t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr_$returns$__$",
802
802
  "typeString": "function (struct ISuperfluid.Operation memory[] memory) external"
803
803
  },
804
804
  {
805
- "typeIdentifier": "t_array$_t_struct$_Operation_$25031_memory_ptr_$dyn_memory_ptr",
805
+ "typeIdentifier": "t_array$_t_struct$_Operation_$25034_memory_ptr_$dyn_memory_ptr",
806
806
  "typeString": "struct ISuperfluid.Operation memory[] memory"
807
807
  }
808
808
  ],
809
809
  "expression": {
810
- "id": 48081,
810
+ "id": 48086,
811
811
  "name": "abi",
812
812
  "nodeType": "Identifier",
813
813
  "overloadedDeclarations": [],
@@ -818,7 +818,7 @@
818
818
  "typeString": "abi"
819
819
  }
820
820
  },
821
- "id": 48082,
821
+ "id": 48087,
822
822
  "isConstant": false,
823
823
  "isLValue": false,
824
824
  "isPure": true,
@@ -832,7 +832,7 @@
832
832
  "typeString": "function () pure returns (bytes memory)"
833
833
  }
834
834
  },
835
- "id": 48087,
835
+ "id": 48092,
836
836
  "isConstant": false,
837
837
  "isLValue": false,
838
838
  "isPure": false,
@@ -853,18 +853,18 @@
853
853
  },
854
854
  {
855
855
  "assignments": [
856
- 48090,
857
- 48092
856
+ 48095,
857
+ 48097
858
858
  ],
859
859
  "declarations": [
860
860
  {
861
861
  "constant": false,
862
- "id": 48090,
862
+ "id": 48095,
863
863
  "mutability": "mutable",
864
864
  "name": "success",
865
865
  "nameLocation": "1186:7:113",
866
866
  "nodeType": "VariableDeclaration",
867
- "scope": 48118,
867
+ "scope": 48123,
868
868
  "src": "1181:12:113",
869
869
  "stateVariable": false,
870
870
  "storageLocation": "default",
@@ -873,7 +873,7 @@
873
873
  "typeString": "bool"
874
874
  },
875
875
  "typeName": {
876
- "id": 48089,
876
+ "id": 48094,
877
877
  "name": "bool",
878
878
  "nodeType": "ElementaryTypeName",
879
879
  "src": "1181:4:113",
@@ -886,12 +886,12 @@
886
886
  },
887
887
  {
888
888
  "constant": false,
889
- "id": 48092,
889
+ "id": 48097,
890
890
  "mutability": "mutable",
891
891
  "name": "returnedData",
892
892
  "nameLocation": "1208:12:113",
893
893
  "nodeType": "VariableDeclaration",
894
- "scope": 48118,
894
+ "scope": 48123,
895
895
  "src": "1195:25:113",
896
896
  "stateVariable": false,
897
897
  "storageLocation": "memory",
@@ -900,7 +900,7 @@
900
900
  "typeString": "bytes"
901
901
  },
902
902
  "typeName": {
903
- "id": 48091,
903
+ "id": 48096,
904
904
  "name": "bytes",
905
905
  "nodeType": "ElementaryTypeName",
906
906
  "src": "1195:5:113",
@@ -912,17 +912,17 @@
912
912
  "visibility": "internal"
913
913
  }
914
914
  ],
915
- "id": 48105,
915
+ "id": 48110,
916
916
  "initialValue": {
917
917
  "arguments": [
918
918
  {
919
919
  "arguments": [
920
920
  {
921
- "id": 48100,
921
+ "id": 48105,
922
922
  "name": "fwBatchCallData",
923
923
  "nodeType": "Identifier",
924
924
  "overloadedDeclarations": [],
925
- "referencedDeclaration": 48080,
925
+ "referencedDeclaration": 48085,
926
926
  "src": "1261:15:113",
927
927
  "typeDescriptions": {
928
928
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -931,7 +931,7 @@
931
931
  },
932
932
  {
933
933
  "expression": {
934
- "id": 48101,
934
+ "id": 48106,
935
935
  "name": "msg",
936
936
  "nodeType": "Identifier",
937
937
  "overloadedDeclarations": [],
@@ -942,7 +942,7 @@
942
942
  "typeString": "msg"
943
943
  }
944
944
  },
945
- "id": 48102,
945
+ "id": 48107,
946
946
  "isConstant": false,
947
947
  "isLValue": false,
948
948
  "isPure": false,
@@ -969,7 +969,7 @@
969
969
  }
970
970
  ],
971
971
  "expression": {
972
- "id": 48098,
972
+ "id": 48103,
973
973
  "name": "abi",
974
974
  "nodeType": "Identifier",
975
975
  "overloadedDeclarations": [],
@@ -980,7 +980,7 @@
980
980
  "typeString": "abi"
981
981
  }
982
982
  },
983
- "id": 48099,
983
+ "id": 48104,
984
984
  "isConstant": false,
985
985
  "isLValue": false,
986
986
  "isPure": true,
@@ -994,7 +994,7 @@
994
994
  "typeString": "function () pure returns (bytes memory)"
995
995
  }
996
996
  },
997
- "id": 48103,
997
+ "id": 48108,
998
998
  "isConstant": false,
999
999
  "isLValue": false,
1000
1000
  "isPure": false,
@@ -1021,14 +1021,14 @@
1021
1021
  "expression": {
1022
1022
  "arguments": [
1023
1023
  {
1024
- "id": 48095,
1024
+ "id": 48100,
1025
1025
  "name": "_host",
1026
1026
  "nodeType": "Identifier",
1027
1027
  "overloadedDeclarations": [],
1028
- "referencedDeclaration": 48025,
1028
+ "referencedDeclaration": 48030,
1029
1029
  "src": "1232:5:113",
1030
1030
  "typeDescriptions": {
1031
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
1031
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
1032
1032
  "typeString": "contract ISuperfluid"
1033
1033
  }
1034
1034
  }
@@ -1036,11 +1036,11 @@
1036
1036
  "expression": {
1037
1037
  "argumentTypes": [
1038
1038
  {
1039
- "typeIdentifier": "t_contract$_ISuperfluid_$25048",
1039
+ "typeIdentifier": "t_contract$_ISuperfluid_$25051",
1040
1040
  "typeString": "contract ISuperfluid"
1041
1041
  }
1042
1042
  ],
1043
- "id": 48094,
1043
+ "id": 48099,
1044
1044
  "isConstant": false,
1045
1045
  "isLValue": false,
1046
1046
  "isPure": true,
@@ -1052,14 +1052,14 @@
1052
1052
  "typeString": "type(address)"
1053
1053
  },
1054
1054
  "typeName": {
1055
- "id": 48093,
1055
+ "id": 48098,
1056
1056
  "name": "address",
1057
1057
  "nodeType": "ElementaryTypeName",
1058
1058
  "src": "1224:7:113",
1059
1059
  "typeDescriptions": {}
1060
1060
  }
1061
1061
  },
1062
- "id": 48096,
1062
+ "id": 48101,
1063
1063
  "isConstant": false,
1064
1064
  "isLValue": false,
1065
1065
  "isPure": false,
@@ -1075,7 +1075,7 @@
1075
1075
  "typeString": "address"
1076
1076
  }
1077
1077
  },
1078
- "id": 48097,
1078
+ "id": 48102,
1079
1079
  "isConstant": false,
1080
1080
  "isLValue": false,
1081
1081
  "isPure": false,
@@ -1089,7 +1089,7 @@
1089
1089
  "typeString": "function (bytes memory) payable returns (bool,bytes memory)"
1090
1090
  }
1091
1091
  },
1092
- "id": 48104,
1092
+ "id": 48109,
1093
1093
  "isConstant": false,
1094
1094
  "isLValue": false,
1095
1095
  "isPure": false,
@@ -1110,7 +1110,7 @@
1110
1110
  },
1111
1111
  {
1112
1112
  "condition": {
1113
- "id": 48107,
1113
+ "id": 48112,
1114
1114
  "isConstant": false,
1115
1115
  "isLValue": false,
1116
1116
  "isPure": false,
@@ -1120,11 +1120,11 @@
1120
1120
  "prefix": true,
1121
1121
  "src": "1305:8:113",
1122
1122
  "subExpression": {
1123
- "id": 48106,
1123
+ "id": 48111,
1124
1124
  "name": "success",
1125
1125
  "nodeType": "Identifier",
1126
1126
  "overloadedDeclarations": [],
1127
- "referencedDeclaration": 48090,
1127
+ "referencedDeclaration": 48095,
1128
1128
  "src": "1306:7:113",
1129
1129
  "typeDescriptions": {
1130
1130
  "typeIdentifier": "t_bool",
@@ -1136,11 +1136,11 @@
1136
1136
  "typeString": "bool"
1137
1137
  }
1138
1138
  },
1139
- "id": 48115,
1139
+ "id": 48120,
1140
1140
  "nodeType": "IfStatement",
1141
1141
  "src": "1301:85:113",
1142
1142
  "trueBody": {
1143
- "id": 48114,
1143
+ "id": 48119,
1144
1144
  "nodeType": "Block",
1145
1145
  "src": "1315:71:113",
1146
1146
  "statements": [
@@ -1148,11 +1148,11 @@
1148
1148
  "expression": {
1149
1149
  "arguments": [
1150
1150
  {
1151
- "id": 48111,
1151
+ "id": 48116,
1152
1152
  "name": "returnedData",
1153
1153
  "nodeType": "Identifier",
1154
1154
  "overloadedDeclarations": [],
1155
- "referencedDeclaration": 48092,
1155
+ "referencedDeclaration": 48097,
1156
1156
  "src": "1362:12:113",
1157
1157
  "typeDescriptions": {
1158
1158
  "typeIdentifier": "t_bytes_memory_ptr",
@@ -1168,18 +1168,18 @@
1168
1168
  }
1169
1169
  ],
1170
1170
  "expression": {
1171
- "id": 48108,
1171
+ "id": 48113,
1172
1172
  "name": "CallUtils",
1173
1173
  "nodeType": "Identifier",
1174
1174
  "overloadedDeclarations": [],
1175
- "referencedDeclaration": 25785,
1175
+ "referencedDeclaration": 25788,
1176
1176
  "src": "1329:9:113",
1177
1177
  "typeDescriptions": {
1178
- "typeIdentifier": "t_type$_t_contract$_CallUtils_$25785_$",
1178
+ "typeIdentifier": "t_type$_t_contract$_CallUtils_$25788_$",
1179
1179
  "typeString": "type(library CallUtils)"
1180
1180
  }
1181
1181
  },
1182
- "id": 48110,
1182
+ "id": 48115,
1183
1183
  "isConstant": false,
1184
1184
  "isLValue": false,
1185
1185
  "isPure": false,
@@ -1187,14 +1187,14 @@
1187
1187
  "memberLocation": "1339:22:113",
1188
1188
  "memberName": "revertFromReturnedData",
1189
1189
  "nodeType": "MemberAccess",
1190
- "referencedDeclaration": 25698,
1190
+ "referencedDeclaration": 25701,
1191
1191
  "src": "1329:32:113",
1192
1192
  "typeDescriptions": {
1193
1193
  "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$",
1194
1194
  "typeString": "function (bytes memory) pure"
1195
1195
  }
1196
1196
  },
1197
- "id": 48112,
1197
+ "id": 48117,
1198
1198
  "isConstant": false,
1199
1199
  "isLValue": false,
1200
1200
  "isPure": false,
@@ -1210,7 +1210,7 @@
1210
1210
  "typeString": "tuple()"
1211
1211
  }
1212
1212
  },
1213
- "id": 48113,
1213
+ "id": 48118,
1214
1214
  "nodeType": "ExpressionStatement",
1215
1215
  "src": "1329:46:113"
1216
1216
  }
@@ -1220,7 +1220,7 @@
1220
1220
  {
1221
1221
  "expression": {
1222
1222
  "hexValue": "74727565",
1223
- "id": 48116,
1223
+ "id": 48121,
1224
1224
  "isConstant": false,
1225
1225
  "isLValue": false,
1226
1226
  "isPure": true,
@@ -1234,14 +1234,14 @@
1234
1234
  },
1235
1235
  "value": "true"
1236
1236
  },
1237
- "functionReturnParameters": 48046,
1238
- "id": 48117,
1237
+ "functionReturnParameters": 48051,
1238
+ "id": 48122,
1239
1239
  "nodeType": "Return",
1240
1240
  "src": "1396:11:113"
1241
1241
  }
1242
1242
  ]
1243
1243
  },
1244
- "id": 48119,
1244
+ "id": 48124,
1245
1245
  "implemented": true,
1246
1246
  "kind": "function",
1247
1247
  "modifiers": [],
@@ -1249,17 +1249,17 @@
1249
1249
  "nameLocation": "446:17:113",
1250
1250
  "nodeType": "FunctionDefinition",
1251
1251
  "parameters": {
1252
- "id": 48043,
1252
+ "id": 48048,
1253
1253
  "nodeType": "ParameterList",
1254
1254
  "parameters": [
1255
1255
  {
1256
1256
  "constant": false,
1257
- "id": 48038,
1257
+ "id": 48043,
1258
1258
  "mutability": "mutable",
1259
1259
  "name": "target",
1260
1260
  "nameLocation": "472:6:113",
1261
1261
  "nodeType": "VariableDeclaration",
1262
- "scope": 48119,
1262
+ "scope": 48124,
1263
1263
  "src": "464:14:113",
1264
1264
  "stateVariable": false,
1265
1265
  "storageLocation": "default",
@@ -1268,7 +1268,7 @@
1268
1268
  "typeString": "address"
1269
1269
  },
1270
1270
  "typeName": {
1271
- "id": 48037,
1271
+ "id": 48042,
1272
1272
  "name": "address",
1273
1273
  "nodeType": "ElementaryTypeName",
1274
1274
  "src": "464:7:113",
@@ -1282,12 +1282,12 @@
1282
1282
  },
1283
1283
  {
1284
1284
  "constant": false,
1285
- "id": 48040,
1285
+ "id": 48045,
1286
1286
  "mutability": "mutable",
1287
1287
  "name": "callData",
1288
1288
  "nameLocation": "493:8:113",
1289
1289
  "nodeType": "VariableDeclaration",
1290
- "scope": 48119,
1290
+ "scope": 48124,
1291
1291
  "src": "480:21:113",
1292
1292
  "stateVariable": false,
1293
1293
  "storageLocation": "memory",
@@ -1296,7 +1296,7 @@
1296
1296
  "typeString": "bytes"
1297
1297
  },
1298
1298
  "typeName": {
1299
- "id": 48039,
1299
+ "id": 48044,
1300
1300
  "name": "bytes",
1301
1301
  "nodeType": "ElementaryTypeName",
1302
1302
  "src": "480:5:113",
@@ -1309,12 +1309,12 @@
1309
1309
  },
1310
1310
  {
1311
1311
  "constant": false,
1312
- "id": 48042,
1312
+ "id": 48047,
1313
1313
  "mutability": "mutable",
1314
1314
  "name": "userData",
1315
1315
  "nameLocation": "516:8:113",
1316
1316
  "nodeType": "VariableDeclaration",
1317
- "scope": 48119,
1317
+ "scope": 48124,
1318
1318
  "src": "503:21:113",
1319
1319
  "stateVariable": false,
1320
1320
  "storageLocation": "memory",
@@ -1323,7 +1323,7 @@
1323
1323
  "typeString": "bytes"
1324
1324
  },
1325
1325
  "typeName": {
1326
- "id": 48041,
1326
+ "id": 48046,
1327
1327
  "name": "bytes",
1328
1328
  "nodeType": "ElementaryTypeName",
1329
1329
  "src": "503:5:113",
@@ -1338,17 +1338,17 @@
1338
1338
  "src": "463:62:113"
1339
1339
  },
1340
1340
  "returnParameters": {
1341
- "id": 48046,
1341
+ "id": 48051,
1342
1342
  "nodeType": "ParameterList",
1343
1343
  "parameters": [
1344
1344
  {
1345
1345
  "constant": false,
1346
- "id": 48045,
1346
+ "id": 48050,
1347
1347
  "mutability": "mutable",
1348
1348
  "name": "",
1349
1349
  "nameLocation": "-1:-1:-1",
1350
1350
  "nodeType": "VariableDeclaration",
1351
- "scope": 48119,
1351
+ "scope": 48124,
1352
1352
  "src": "544:4:113",
1353
1353
  "stateVariable": false,
1354
1354
  "storageLocation": "default",
@@ -1357,7 +1357,7 @@
1357
1357
  "typeString": "bool"
1358
1358
  },
1359
1359
  "typeName": {
1360
- "id": 48044,
1360
+ "id": 48049,
1361
1361
  "name": "bool",
1362
1362
  "nodeType": "ElementaryTypeName",
1363
1363
  "src": "544:4:113",
@@ -1371,14 +1371,14 @@
1371
1371
  ],
1372
1372
  "src": "543:6:113"
1373
1373
  },
1374
- "scope": 48120,
1374
+ "scope": 48125,
1375
1375
  "src": "437:977:113",
1376
1376
  "stateMutability": "nonpayable",
1377
1377
  "virtual": false,
1378
1378
  "visibility": "internal"
1379
1379
  }
1380
1380
  ],
1381
- "scope": 48121,
1381
+ "scope": 48126,
1382
1382
  "src": "200:1216:113",
1383
1383
  "usedErrors": []
1384
1384
  }
@@ -1391,7 +1391,7 @@
1391
1391
  },
1392
1392
  "networks": {},
1393
1393
  "schemaVersion": "3.4.13",
1394
- "updatedAt": "2023-07-20T13:36:31.582Z",
1394
+ "updatedAt": "2023-08-06T18:11:21.549Z",
1395
1395
  "devdoc": {
1396
1396
  "kind": "dev",
1397
1397
  "methods": {},