@superfluid-finance/ethereum-contracts 1.7.2-dev.c99f6f9.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 (209) hide show
  1. package/README.md +2 -2
  2. package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
  3. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  4. package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
  5. package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
  6. package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
  7. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
  8. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
  9. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
  10. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
  11. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
  12. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
  13. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
  14. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
  15. package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
  16. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
  17. package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
  18. package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
  19. package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
  20. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
  21. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
  22. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
  23. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
  24. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
  25. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
  26. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
  27. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
  28. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
  29. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
  30. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
  31. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
  32. package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.json +2 -2
  33. package/build/contracts/AccessControl.json +1 -1
  34. package/build/contracts/AccessControlEnumerable.json +1 -1
  35. package/build/contracts/Address.json +1 -1
  36. package/build/contracts/AgreementBase.json +18 -18
  37. package/build/contracts/AgreementLibrary.json +165 -165
  38. package/build/contracts/BaseRelayRecipient.json +57 -57
  39. package/build/contracts/BatchLiquidator.json +382 -382
  40. package/build/contracts/BatchOperation.json +614 -614
  41. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  42. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2387 -2387
  43. package/build/contracts/CFAv1Library.json +389 -389
  44. package/build/contracts/CallUtils.json +198 -198
  45. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  46. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  47. package/build/contracts/ConstantInflowNFT.json +402 -402
  48. package/build/contracts/ConstantOutflowNFT.json +661 -661
  49. package/build/contracts/Context.json +1 -1
  50. package/build/contracts/ContextDefinitions.json +614 -614
  51. package/build/contracts/CustomSuperTokenBase.json +19 -19
  52. package/build/contracts/ERC165.json +1 -1
  53. package/build/contracts/ERC1820Implementer.json +1 -1
  54. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  55. package/build/contracts/ERC20.json +1 -1
  56. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  57. package/build/contracts/ERC777Helper.json +384 -384
  58. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  59. package/build/contracts/ERC777RecipientReverting.json +863 -863
  60. package/build/contracts/EnumerableSet.json +1 -1
  61. package/build/contracts/EventsEmitter.json +43 -43
  62. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  63. package/build/contracts/FixedSizeData.json +200 -200
  64. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  65. package/build/contracts/FlowNFTBase.json +1280 -1280
  66. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  67. package/build/contracts/ForwarderBase.json +190 -190
  68. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  69. package/build/contracts/IAccessControl.json +1 -1
  70. package/build/contracts/IAccessControlEnumerable.json +1 -1
  71. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  72. package/build/contracts/IConstantInflowNFT.json +54 -54
  73. package/build/contracts/IConstantOutflowNFT.json +107 -107
  74. package/build/contracts/IDAv1Forwarder.json +912 -912
  75. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2387 -2387
  76. package/build/contracts/IDAv1Library.json +430 -430
  77. package/build/contracts/IERC165.json +1 -1
  78. package/build/contracts/IERC1820Implementer.json +1 -1
  79. package/build/contracts/IERC1820Registry.json +1 -1
  80. package/build/contracts/IERC20.json +1 -1
  81. package/build/contracts/IERC20Metadata.json +1 -1
  82. package/build/contracts/IERC20Permit.json +1 -1
  83. package/build/contracts/IERC721.json +1 -1
  84. package/build/contracts/IERC721Metadata.json +1 -1
  85. package/build/contracts/IERC777.json +1 -1
  86. package/build/contracts/IERC777Recipient.json +1 -1
  87. package/build/contracts/IERC777Sender.json +1 -1
  88. package/build/contracts/IFlowNFTBase.json +115 -115
  89. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  90. package/build/contracts/IMultiSigWallet.json +31 -31
  91. package/build/contracts/IPoolAdminNFT.json +7 -7
  92. package/build/contracts/IPoolMemberNFT.json +7 -7
  93. package/build/contracts/IPureSuperToken.json +62 -62
  94. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  95. package/build/contracts/IRelayRecipient.json +27 -27
  96. package/build/contracts/IResolver.json +38 -38
  97. package/build/contracts/ISETH.json +67 -67
  98. package/build/contracts/ISETHCustom.json +67 -67
  99. package/build/contracts/ISuperAgreement.json +50 -50
  100. package/build/contracts/ISuperApp.json +191 -191
  101. package/build/contracts/ISuperToken.json +695 -695
  102. package/build/contracts/ISuperTokenFactory.json +225 -225
  103. package/build/contracts/ISuperfluid.json +904 -904
  104. package/build/contracts/ISuperfluidGovernance.json +251 -251
  105. package/build/contracts/ISuperfluidToken.json +407 -407
  106. package/build/contracts/ITOGAv1.json +1346 -1346
  107. package/build/contracts/ITOGAv2.json +1346 -1346
  108. package/build/contracts/ITOGAv3.json +1346 -1346
  109. package/build/contracts/Initializable.json +1 -1
  110. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  111. package/build/contracts/Math.json +1 -1
  112. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  113. package/build/contracts/Ownable.json +1 -1
  114. package/build/contracts/Proxy.json +1 -1
  115. package/build/contracts/ProxyDeployerLibrary.json +2385 -2385
  116. package/build/contracts/PureSuperToken.json +106 -106
  117. package/build/contracts/Resolver.json +98 -98
  118. package/build/contracts/SETHProxy.json +224 -224
  119. package/build/contracts/SafeCast.json +1 -1
  120. package/build/contracts/SafeERC20.json +1 -1
  121. package/build/contracts/SafeGasLibrary.json +51 -51
  122. package/build/contracts/SafeMath.json +1 -1
  123. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  124. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  125. package/build/contracts/StreamRedirector.json +704 -704
  126. package/build/contracts/Strings.json +1 -1
  127. package/build/contracts/SuperAppBase.json +42 -42
  128. package/build/contracts/SuperAppBaseFlow.json +1580 -1537
  129. package/build/contracts/SuperAppDefinitions.json +614 -614
  130. package/build/contracts/SuperToken.json +2714 -2714
  131. package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
  132. package/build/contracts/SuperTokenFactory.json +1347 -1347
  133. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  134. package/build/contracts/SuperTokenV1Library.json +5632 -5632
  135. package/build/contracts/SuperUpgrader.json +439 -439
  136. package/build/contracts/Superfluid.json +7999 -7996
  137. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
  138. package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
  139. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
  140. package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
  141. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  142. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  143. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  144. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  145. package/build/contracts/SuperfluidHostDeployerLibrary.json +2385 -2385
  146. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
  147. package/build/contracts/SuperfluidLoader.json +207 -207
  148. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
  149. package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
  150. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
  151. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
  152. package/build/contracts/SuperfluidToken.json +1423 -1423
  153. package/build/contracts/TOGA.json +1360 -1360
  154. package/build/contracts/TestGovernance.json +250 -250
  155. package/build/contracts/TestResolver.json +47 -47
  156. package/build/contracts/TestToken.json +102 -102
  157. package/build/contracts/TokenDeployerLibrary.json +2387 -2387
  158. package/build/contracts/TokenInfo.json +32 -32
  159. package/build/contracts/UUPSProxiable.json +139 -139
  160. package/build/contracts/UUPSProxy.json +81 -81
  161. package/build/contracts/UUPSUtils.json +37 -37
  162. package/build/contracts-sizes.txt +15 -15
  163. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
  164. package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
  165. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
  166. package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
  167. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
  168. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
  169. package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
  170. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  171. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  172. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
  173. package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
  174. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
  175. package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
  176. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
  177. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
  178. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
  179. package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
  180. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
  181. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
  182. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
  183. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
  184. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
  185. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
  186. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
  187. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
  188. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
  189. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
  190. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
  191. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
  192. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
  193. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
  194. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
  195. package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
  196. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
  197. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
  198. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
  199. package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
  200. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
  201. package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
  202. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
  203. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
  204. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
  205. package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
  206. package/contracts/apps/SuperAppBaseFlow.sol +11 -10
  207. package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
  208. package/contracts/superfluid/Superfluid.sol +1 -0
  209. package/package.json +4 -3
@@ -58,15 +58,15 @@
58
58
  "absolutePath": "project:/contracts/interfaces/utils/IMultiSigWallet.sol",
59
59
  "exportedSymbols": {
60
60
  "IMultiSigWallet": [
61
- 25563
61
+ 25566
62
62
  ]
63
63
  },
64
- "id": 25564,
64
+ "id": 25567,
65
65
  "license": "UNLICENSED",
66
66
  "nodeType": "SourceUnit",
67
67
  "nodes": [
68
68
  {
69
- "id": 25545,
69
+ "id": 25548,
70
70
  "literals": [
71
71
  "solidity",
72
72
  ">=",
@@ -83,15 +83,15 @@
83
83
  "contractDependencies": [],
84
84
  "contractKind": "interface",
85
85
  "documentation": {
86
- "id": 25546,
86
+ "id": 25549,
87
87
  "nodeType": "StructuredDocumentation",
88
88
  "src": "66:162:62",
89
89
  "text": " @title Partial Multisig wallet interface\n See https://github.com/gnosis/MultiSigWallet/blob/master/contracts/MultiSigWallet.sol\n @author Superfluid"
90
90
  },
91
91
  "fullyImplemented": false,
92
- "id": 25563,
92
+ "id": 25566,
93
93
  "linearizedBaseContracts": [
94
- 25563
94
+ 25566
95
95
  ],
96
96
  "name": "IMultiSigWallet",
97
97
  "nameLocation": "239:15:62",
@@ -99,7 +99,7 @@
99
99
  "nodes": [
100
100
  {
101
101
  "functionSelector": "c6427474",
102
- "id": 25557,
102
+ "id": 25560,
103
103
  "implemented": false,
104
104
  "kind": "function",
105
105
  "modifiers": [],
@@ -107,17 +107,17 @@
107
107
  "nameLocation": "270:17:62",
108
108
  "nodeType": "FunctionDefinition",
109
109
  "parameters": {
110
- "id": 25553,
110
+ "id": 25556,
111
111
  "nodeType": "ParameterList",
112
112
  "parameters": [
113
113
  {
114
114
  "constant": false,
115
- "id": 25548,
115
+ "id": 25551,
116
116
  "mutability": "mutable",
117
117
  "name": "destination",
118
118
  "nameLocation": "296:11:62",
119
119
  "nodeType": "VariableDeclaration",
120
- "scope": 25557,
120
+ "scope": 25560,
121
121
  "src": "288:19:62",
122
122
  "stateVariable": false,
123
123
  "storageLocation": "default",
@@ -126,7 +126,7 @@
126
126
  "typeString": "address"
127
127
  },
128
128
  "typeName": {
129
- "id": 25547,
129
+ "id": 25550,
130
130
  "name": "address",
131
131
  "nodeType": "ElementaryTypeName",
132
132
  "src": "288:7:62",
@@ -140,12 +140,12 @@
140
140
  },
141
141
  {
142
142
  "constant": false,
143
- "id": 25550,
143
+ "id": 25553,
144
144
  "mutability": "mutable",
145
145
  "name": "value",
146
146
  "nameLocation": "314:5:62",
147
147
  "nodeType": "VariableDeclaration",
148
- "scope": 25557,
148
+ "scope": 25560,
149
149
  "src": "309:10:62",
150
150
  "stateVariable": false,
151
151
  "storageLocation": "default",
@@ -154,7 +154,7 @@
154
154
  "typeString": "uint256"
155
155
  },
156
156
  "typeName": {
157
- "id": 25549,
157
+ "id": 25552,
158
158
  "name": "uint",
159
159
  "nodeType": "ElementaryTypeName",
160
160
  "src": "309:4:62",
@@ -167,12 +167,12 @@
167
167
  },
168
168
  {
169
169
  "constant": false,
170
- "id": 25552,
170
+ "id": 25555,
171
171
  "mutability": "mutable",
172
172
  "name": "data",
173
173
  "nameLocation": "336:4:62",
174
174
  "nodeType": "VariableDeclaration",
175
- "scope": 25557,
175
+ "scope": 25560,
176
176
  "src": "321:19:62",
177
177
  "stateVariable": false,
178
178
  "storageLocation": "calldata",
@@ -181,7 +181,7 @@
181
181
  "typeString": "bytes"
182
182
  },
183
183
  "typeName": {
184
- "id": 25551,
184
+ "id": 25554,
185
185
  "name": "bytes",
186
186
  "nodeType": "ElementaryTypeName",
187
187
  "src": "321:5:62",
@@ -196,17 +196,17 @@
196
196
  "src": "287:54:62"
197
197
  },
198
198
  "returnParameters": {
199
- "id": 25556,
199
+ "id": 25559,
200
200
  "nodeType": "ParameterList",
201
201
  "parameters": [
202
202
  {
203
203
  "constant": false,
204
- "id": 25555,
204
+ "id": 25558,
205
205
  "mutability": "mutable",
206
206
  "name": "transactionId",
207
207
  "nameLocation": "381:13:62",
208
208
  "nodeType": "VariableDeclaration",
209
- "scope": 25557,
209
+ "scope": 25560,
210
210
  "src": "376:18:62",
211
211
  "stateVariable": false,
212
212
  "storageLocation": "default",
@@ -215,7 +215,7 @@
215
215
  "typeString": "uint256"
216
216
  },
217
217
  "typeName": {
218
- "id": 25554,
218
+ "id": 25557,
219
219
  "name": "uint",
220
220
  "nodeType": "ElementaryTypeName",
221
221
  "src": "376:4:62",
@@ -229,7 +229,7 @@
229
229
  ],
230
230
  "src": "375:20:62"
231
231
  },
232
- "scope": 25563,
232
+ "scope": 25566,
233
233
  "src": "261:135:62",
234
234
  "stateMutability": "nonpayable",
235
235
  "virtual": false,
@@ -237,7 +237,7 @@
237
237
  },
238
238
  {
239
239
  "functionSelector": "dc8452cd",
240
- "id": 25562,
240
+ "id": 25565,
241
241
  "implemented": false,
242
242
  "kind": "function",
243
243
  "modifiers": [],
@@ -245,23 +245,23 @@
245
245
  "nameLocation": "445:8:62",
246
246
  "nodeType": "FunctionDefinition",
247
247
  "parameters": {
248
- "id": 25558,
248
+ "id": 25561,
249
249
  "nodeType": "ParameterList",
250
250
  "parameters": [],
251
251
  "src": "453:2:62"
252
252
  },
253
253
  "returnParameters": {
254
- "id": 25561,
254
+ "id": 25564,
255
255
  "nodeType": "ParameterList",
256
256
  "parameters": [
257
257
  {
258
258
  "constant": false,
259
- "id": 25560,
259
+ "id": 25563,
260
260
  "mutability": "mutable",
261
261
  "name": "",
262
262
  "nameLocation": "-1:-1:-1",
263
263
  "nodeType": "VariableDeclaration",
264
- "scope": 25562,
264
+ "scope": 25565,
265
265
  "src": "495:7:62",
266
266
  "stateVariable": false,
267
267
  "storageLocation": "default",
@@ -270,7 +270,7 @@
270
270
  "typeString": "uint256"
271
271
  },
272
272
  "typeName": {
273
- "id": 25559,
273
+ "id": 25562,
274
274
  "name": "uint256",
275
275
  "nodeType": "ElementaryTypeName",
276
276
  "src": "495:7:62",
@@ -284,14 +284,14 @@
284
284
  ],
285
285
  "src": "494:9:62"
286
286
  },
287
- "scope": 25563,
287
+ "scope": 25566,
288
288
  "src": "436:68:62",
289
289
  "stateMutability": "view",
290
290
  "virtual": false,
291
291
  "visibility": "external"
292
292
  }
293
293
  ],
294
- "scope": 25564,
294
+ "scope": 25567,
295
295
  "src": "229:277:62",
296
296
  "usedErrors": []
297
297
  }
@@ -304,7 +304,7 @@
304
304
  },
305
305
  "networks": {},
306
306
  "schemaVersion": "3.4.13",
307
- "updatedAt": "2023-07-12T09:52:15.918Z",
307
+ "updatedAt": "2023-08-06T18:11:20.942Z",
308
308
  "devdoc": {
309
309
  "author": "Superfluid",
310
310
  "kind": "dev",
@@ -15,15 +15,15 @@
15
15
  "absolutePath": "project:/contracts/interfaces/superfluid/IPoolAdminNFT.sol",
16
16
  "exportedSymbols": {
17
17
  "IPoolAdminNFT": [
18
- 23774
18
+ 23777
19
19
  ]
20
20
  },
21
- "id": 23775,
21
+ "id": 23778,
22
22
  "license": "MIT",
23
23
  "nodeType": "SourceUnit",
24
24
  "nodes": [
25
25
  {
26
- "id": 23773,
26
+ "id": 23776,
27
27
  "literals": [
28
28
  "solidity",
29
29
  ">=",
@@ -40,15 +40,15 @@
40
40
  "contractDependencies": [],
41
41
  "contractKind": "interface",
42
42
  "fullyImplemented": true,
43
- "id": 23774,
43
+ "id": 23777,
44
44
  "linearizedBaseContracts": [
45
- 23774
45
+ 23777
46
46
  ],
47
47
  "name": "IPoolAdminNFT",
48
48
  "nameLocation": "68:13:49",
49
49
  "nodeType": "ContractDefinition",
50
50
  "nodes": [],
51
- "scope": 23775,
51
+ "scope": 23778,
52
52
  "src": "58:26:49",
53
53
  "usedErrors": []
54
54
  }
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "networks": {},
63
63
  "schemaVersion": "3.4.13",
64
- "updatedAt": "2023-07-12T09:52:15.896Z",
64
+ "updatedAt": "2023-08-06T18:11:20.923Z",
65
65
  "devdoc": {
66
66
  "kind": "dev",
67
67
  "methods": {},
@@ -15,15 +15,15 @@
15
15
  "absolutePath": "project:/contracts/interfaces/superfluid/IPoolMemberNFT.sol",
16
16
  "exportedSymbols": {
17
17
  "IPoolMemberNFT": [
18
- 23777
18
+ 23780
19
19
  ]
20
20
  },
21
- "id": 23778,
21
+ "id": 23781,
22
22
  "license": "MIT",
23
23
  "nodeType": "SourceUnit",
24
24
  "nodes": [
25
25
  {
26
- "id": 23776,
26
+ "id": 23779,
27
27
  "literals": [
28
28
  "solidity",
29
29
  ">=",
@@ -40,15 +40,15 @@
40
40
  "contractDependencies": [],
41
41
  "contractKind": "interface",
42
42
  "fullyImplemented": true,
43
- "id": 23777,
43
+ "id": 23780,
44
44
  "linearizedBaseContracts": [
45
- 23777
45
+ 23780
46
46
  ],
47
47
  "name": "IPoolMemberNFT",
48
48
  "nameLocation": "68:14:50",
49
49
  "nodeType": "ContractDefinition",
50
50
  "nodes": [],
51
- "scope": 23778,
51
+ "scope": 23781,
52
52
  "src": "58:27:50",
53
53
  "usedErrors": []
54
54
  }
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "networks": {},
63
63
  "schemaVersion": "3.4.13",
64
- "updatedAt": "2023-07-12T09:52:15.897Z",
64
+ "updatedAt": "2023-08-06T18:11:20.923Z",
65
65
  "devdoc": {
66
66
  "kind": "dev",
67
67
  "methods": {},
@@ -1852,21 +1852,21 @@
1852
1852
  "absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
1853
1853
  "exportedSymbols": {
1854
1854
  "IPureSuperToken": [
1855
- 25496
1855
+ 25499
1856
1856
  ],
1857
1857
  "IPureSuperTokenCustom": [
1858
- 25490
1858
+ 25493
1859
1859
  ],
1860
1860
  "ISuperToken": [
1861
- 24394
1861
+ 24397
1862
1862
  ]
1863
1863
  },
1864
- "id": 25497,
1864
+ "id": 25500,
1865
1865
  "license": "MIT",
1866
1866
  "nodeType": "SourceUnit",
1867
1867
  "nodes": [
1868
1868
  {
1869
- "id": 25477,
1869
+ "id": 25480,
1870
1870
  "literals": [
1871
1871
  "solidity",
1872
1872
  ">=",
@@ -1879,20 +1879,20 @@
1879
1879
  {
1880
1880
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
1881
1881
  "file": "../superfluid/ISuperToken.sol",
1882
- "id": 25479,
1882
+ "id": 25482,
1883
1883
  "nameLocation": "-1:-1:-1",
1884
1884
  "nodeType": "ImportDirective",
1885
- "scope": 25497,
1886
- "sourceUnit": 24395,
1885
+ "scope": 25500,
1886
+ "sourceUnit": 24398,
1887
1887
  "src": "59:60:59",
1888
1888
  "symbolAliases": [
1889
1889
  {
1890
1890
  "foreign": {
1891
- "id": 25478,
1891
+ "id": 25481,
1892
1892
  "name": "ISuperToken",
1893
1893
  "nodeType": "Identifier",
1894
1894
  "overloadedDeclarations": [],
1895
- "referencedDeclaration": 24394,
1895
+ "referencedDeclaration": 24397,
1896
1896
  "src": "68:11:59",
1897
1897
  "typeDescriptions": {}
1898
1898
  },
@@ -1908,15 +1908,15 @@
1908
1908
  "contractDependencies": [],
1909
1909
  "contractKind": "interface",
1910
1910
  "documentation": {
1911
- "id": 25480,
1911
+ "id": 25483,
1912
1912
  "nodeType": "StructuredDocumentation",
1913
1913
  "src": "121:73:59",
1914
1914
  "text": " @title Pure Super Token custom interface\n @author Superfluid"
1915
1915
  },
1916
1916
  "fullyImplemented": false,
1917
- "id": 25490,
1917
+ "id": 25493,
1918
1918
  "linearizedBaseContracts": [
1919
- 25490
1919
+ 25493
1920
1920
  ],
1921
1921
  "name": "IPureSuperTokenCustom",
1922
1922
  "nameLocation": "205:21:59",
@@ -1924,7 +1924,7 @@
1924
1924
  "nodes": [
1925
1925
  {
1926
1926
  "functionSelector": "b119490e",
1927
- "id": 25489,
1927
+ "id": 25492,
1928
1928
  "implemented": false,
1929
1929
  "kind": "function",
1930
1930
  "modifiers": [],
@@ -1932,17 +1932,17 @@
1932
1932
  "nameLocation": "242:10:59",
1933
1933
  "nodeType": "FunctionDefinition",
1934
1934
  "parameters": {
1935
- "id": 25487,
1935
+ "id": 25490,
1936
1936
  "nodeType": "ParameterList",
1937
1937
  "parameters": [
1938
1938
  {
1939
1939
  "constant": false,
1940
- "id": 25482,
1940
+ "id": 25485,
1941
1941
  "mutability": "mutable",
1942
1942
  "name": "name",
1943
1943
  "nameLocation": "269:4:59",
1944
1944
  "nodeType": "VariableDeclaration",
1945
- "scope": 25489,
1945
+ "scope": 25492,
1946
1946
  "src": "253:20:59",
1947
1947
  "stateVariable": false,
1948
1948
  "storageLocation": "calldata",
@@ -1951,7 +1951,7 @@
1951
1951
  "typeString": "string"
1952
1952
  },
1953
1953
  "typeName": {
1954
- "id": 25481,
1954
+ "id": 25484,
1955
1955
  "name": "string",
1956
1956
  "nodeType": "ElementaryTypeName",
1957
1957
  "src": "253:6:59",
@@ -1964,12 +1964,12 @@
1964
1964
  },
1965
1965
  {
1966
1966
  "constant": false,
1967
- "id": 25484,
1967
+ "id": 25487,
1968
1968
  "mutability": "mutable",
1969
1969
  "name": "symbol",
1970
1970
  "nameLocation": "291:6:59",
1971
1971
  "nodeType": "VariableDeclaration",
1972
- "scope": 25489,
1972
+ "scope": 25492,
1973
1973
  "src": "275:22:59",
1974
1974
  "stateVariable": false,
1975
1975
  "storageLocation": "calldata",
@@ -1978,7 +1978,7 @@
1978
1978
  "typeString": "string"
1979
1979
  },
1980
1980
  "typeName": {
1981
- "id": 25483,
1981
+ "id": 25486,
1982
1982
  "name": "string",
1983
1983
  "nodeType": "ElementaryTypeName",
1984
1984
  "src": "275:6:59",
@@ -1991,12 +1991,12 @@
1991
1991
  },
1992
1992
  {
1993
1993
  "constant": false,
1994
- "id": 25486,
1994
+ "id": 25489,
1995
1995
  "mutability": "mutable",
1996
1996
  "name": "initialSupply",
1997
1997
  "nameLocation": "307:13:59",
1998
1998
  "nodeType": "VariableDeclaration",
1999
- "scope": 25489,
1999
+ "scope": 25492,
2000
2000
  "src": "299:21:59",
2001
2001
  "stateVariable": false,
2002
2002
  "storageLocation": "default",
@@ -2005,7 +2005,7 @@
2005
2005
  "typeString": "uint256"
2006
2006
  },
2007
2007
  "typeName": {
2008
- "id": 25485,
2008
+ "id": 25488,
2009
2009
  "name": "uint256",
2010
2010
  "nodeType": "ElementaryTypeName",
2011
2011
  "src": "299:7:59",
@@ -2020,19 +2020,19 @@
2020
2020
  "src": "252:69:59"
2021
2021
  },
2022
2022
  "returnParameters": {
2023
- "id": 25488,
2023
+ "id": 25491,
2024
2024
  "nodeType": "ParameterList",
2025
2025
  "parameters": [],
2026
2026
  "src": "330:0:59"
2027
2027
  },
2028
- "scope": 25490,
2028
+ "scope": 25493,
2029
2029
  "src": "233:98:59",
2030
2030
  "stateMutability": "nonpayable",
2031
2031
  "virtual": false,
2032
2032
  "visibility": "external"
2033
2033
  }
2034
2034
  ],
2035
- "scope": 25497,
2035
+ "scope": 25500,
2036
2036
  "src": "195:138:59",
2037
2037
  "usedErrors": []
2038
2038
  },
@@ -2041,31 +2041,31 @@
2041
2041
  "baseContracts": [
2042
2042
  {
2043
2043
  "baseName": {
2044
- "id": 25492,
2044
+ "id": 25495,
2045
2045
  "name": "IPureSuperTokenCustom",
2046
2046
  "nameLocations": [
2047
2047
  "476:21:59"
2048
2048
  ],
2049
2049
  "nodeType": "IdentifierPath",
2050
- "referencedDeclaration": 25490,
2050
+ "referencedDeclaration": 25493,
2051
2051
  "src": "476:21:59"
2052
2052
  },
2053
- "id": 25493,
2053
+ "id": 25496,
2054
2054
  "nodeType": "InheritanceSpecifier",
2055
2055
  "src": "476:21:59"
2056
2056
  },
2057
2057
  {
2058
2058
  "baseName": {
2059
- "id": 25494,
2059
+ "id": 25497,
2060
2060
  "name": "ISuperToken",
2061
2061
  "nameLocations": [
2062
2062
  "499:11:59"
2063
2063
  ],
2064
2064
  "nodeType": "IdentifierPath",
2065
- "referencedDeclaration": 24394,
2065
+ "referencedDeclaration": 24397,
2066
2066
  "src": "499:11:59"
2067
2067
  },
2068
- "id": 25495,
2068
+ "id": 25498,
2069
2069
  "nodeType": "InheritanceSpecifier",
2070
2070
  "src": "499:11:59"
2071
2071
  }
@@ -2074,49 +2074,49 @@
2074
2074
  "contractDependencies": [],
2075
2075
  "contractKind": "interface",
2076
2076
  "documentation": {
2077
- "id": 25491,
2077
+ "id": 25494,
2078
2078
  "nodeType": "StructuredDocumentation",
2079
2079
  "src": "335:66:59",
2080
2080
  "text": " @title Pure Super Token interface\n @author Superfluid"
2081
2081
  },
2082
2082
  "fullyImplemented": false,
2083
- "id": 25496,
2083
+ "id": 25499,
2084
2084
  "linearizedBaseContracts": [
2085
- 25496,
2086
- 24394,
2085
+ 25499,
2086
+ 24397,
2087
2087
  2188,
2088
2088
  1540,
2089
- 25543,
2090
- 25463,
2091
- 25490
2089
+ 25546,
2090
+ 25466,
2091
+ 25493
2092
2092
  ],
2093
2093
  "name": "IPureSuperToken",
2094
2094
  "nameLocation": "457:15:59",
2095
2095
  "nodeType": "ContractDefinition",
2096
2096
  "nodes": [],
2097
- "scope": 25497,
2097
+ "scope": 25500,
2098
2098
  "src": "447:66:59",
2099
2099
  "usedErrors": [
2100
- 23951,
2101
- 23953,
2102
- 23955,
2103
- 23957,
2104
- 23959,
2105
- 23961,
2106
- 23963,
2107
- 23965,
2108
- 23967,
2109
- 23969,
2110
- 23971,
2111
- 23973,
2112
- 23975,
2113
- 23977,
2114
- 25184,
2115
- 25186,
2116
- 25188,
2117
- 25190,
2118
- 25192,
2119
- 25194
2100
+ 23954,
2101
+ 23956,
2102
+ 23958,
2103
+ 23960,
2104
+ 23962,
2105
+ 23964,
2106
+ 23966,
2107
+ 23968,
2108
+ 23970,
2109
+ 23972,
2110
+ 23974,
2111
+ 23976,
2112
+ 23978,
2113
+ 23980,
2114
+ 25187,
2115
+ 25189,
2116
+ 25191,
2117
+ 25193,
2118
+ 25195,
2119
+ 25197
2120
2120
  ]
2121
2121
  }
2122
2122
  ],
@@ -2128,7 +2128,7 @@
2128
2128
  },
2129
2129
  "networks": {},
2130
2130
  "schemaVersion": "3.4.13",
2131
- "updatedAt": "2023-07-12T09:52:15.914Z",
2131
+ "updatedAt": "2023-08-06T18:11:20.937Z",
2132
2132
  "devdoc": {
2133
2133
  "author": "Superfluid",
2134
2134
  "events": {