@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.36bfd5f.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 (173) hide show
  1. package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
  2. package/build/contracts/AccessControl.json +1 -1
  3. package/build/contracts/AccessControlEnumerable.json +1 -1
  4. package/build/contracts/Address.json +1 -1
  5. package/build/contracts/AgreementBase.json +18 -18
  6. package/build/contracts/AgreementLibrary.json +165 -165
  7. package/build/contracts/BaseRelayRecipient.json +57 -57
  8. package/build/contracts/BatchLiquidator.json +382 -382
  9. package/build/contracts/BatchOperation.json +614 -614
  10. package/build/contracts/CFAv1Forwarder.json +1250 -1250
  11. package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
  12. package/build/contracts/CFAv1Library.json +389 -389
  13. package/build/contracts/CallUtils.json +198 -198
  14. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  15. package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
  16. package/build/contracts/ConstantInflowNFT.json +402 -402
  17. package/build/contracts/ConstantOutflowNFT.json +661 -661
  18. package/build/contracts/Context.json +1 -1
  19. package/build/contracts/ContextDefinitions.json +614 -614
  20. package/build/contracts/CustomSuperTokenBase.json +19 -19
  21. package/build/contracts/ERC165.json +1 -1
  22. package/build/contracts/ERC1820Implementer.json +1 -1
  23. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  24. package/build/contracts/ERC20.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +384 -384
  27. package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
  28. package/build/contracts/ERC777RecipientReverting.json +863 -863
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  34. package/build/contracts/FlowNFTBase.json +1280 -1280
  35. package/build/contracts/FlowOperatorDefinitions.json +614 -614
  36. package/build/contracts/ForwarderBase.json +190 -190
  37. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  38. package/build/contracts/IAccessControl.json +1 -1
  39. package/build/contracts/IAccessControlEnumerable.json +1 -1
  40. package/build/contracts/IConstantFlowAgreementV1.json +677 -677
  41. package/build/contracts/IConstantInflowNFT.json +54 -54
  42. package/build/contracts/IConstantOutflowNFT.json +107 -107
  43. package/build/contracts/IDAv1Forwarder.json +912 -912
  44. package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
  45. package/build/contracts/IDAv1Library.json +430 -430
  46. package/build/contracts/IERC165.json +1 -1
  47. package/build/contracts/IERC1820Implementer.json +1 -1
  48. package/build/contracts/IERC1820Registry.json +1 -1
  49. package/build/contracts/IERC20.json +1 -1
  50. package/build/contracts/IERC20Metadata.json +1 -1
  51. package/build/contracts/IERC20Permit.json +1 -1
  52. package/build/contracts/IERC721.json +1 -1
  53. package/build/contracts/IERC721Metadata.json +1 -1
  54. package/build/contracts/IERC777.json +1 -1
  55. package/build/contracts/IERC777Recipient.json +1 -1
  56. package/build/contracts/IERC777Sender.json +1 -1
  57. package/build/contracts/IFlowNFTBase.json +115 -115
  58. package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
  59. package/build/contracts/IMultiSigWallet.json +31 -31
  60. package/build/contracts/IPoolAdminNFT.json +7 -7
  61. package/build/contracts/IPoolMemberNFT.json +7 -7
  62. package/build/contracts/IPureSuperToken.json +62 -62
  63. package/build/contracts/IPureSuperTokenCustom.json +62 -62
  64. package/build/contracts/IRelayRecipient.json +27 -27
  65. package/build/contracts/IResolver.json +38 -38
  66. package/build/contracts/ISETH.json +67 -67
  67. package/build/contracts/ISETHCustom.json +67 -67
  68. package/build/contracts/ISuperAgreement.json +50 -50
  69. package/build/contracts/ISuperApp.json +191 -191
  70. package/build/contracts/ISuperToken.json +695 -695
  71. package/build/contracts/ISuperTokenFactory.json +225 -225
  72. package/build/contracts/ISuperfluid.json +904 -904
  73. package/build/contracts/ISuperfluidGovernance.json +251 -251
  74. package/build/contracts/ISuperfluidToken.json +407 -407
  75. package/build/contracts/ITOGAv1.json +1346 -1346
  76. package/build/contracts/ITOGAv2.json +1346 -1346
  77. package/build/contracts/ITOGAv3.json +1346 -1346
  78. package/build/contracts/Initializable.json +1 -1
  79. package/build/contracts/InstantDistributionAgreementV1.json +594 -594
  80. package/build/contracts/Math.json +1 -1
  81. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  82. package/build/contracts/Ownable.json +1 -1
  83. package/build/contracts/Proxy.json +1 -1
  84. package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
  85. package/build/contracts/PureSuperToken.json +106 -106
  86. package/build/contracts/Resolver.json +98 -98
  87. package/build/contracts/SETHProxy.json +224 -224
  88. package/build/contracts/SafeCast.json +1 -1
  89. package/build/contracts/SafeERC20.json +1 -1
  90. package/build/contracts/SafeGasLibrary.json +51 -51
  91. package/build/contracts/SafeMath.json +1 -1
  92. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  93. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  94. package/build/contracts/StreamRedirector.json +704 -704
  95. package/build/contracts/Strings.json +1 -1
  96. package/build/contracts/SuperAppBase.json +42 -42
  97. package/build/contracts/SuperAppBaseFlow.json +138 -138
  98. package/build/contracts/SuperAppDefinitions.json +614 -614
  99. package/build/contracts/SuperToken.json +2714 -2714
  100. package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
  101. package/build/contracts/SuperTokenFactory.json +1347 -1347
  102. package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
  103. package/build/contracts/SuperTokenV1Library.json +1483 -1483
  104. package/build/contracts/SuperUpgrader.json +439 -439
  105. package/build/contracts/Superfluid.json +5196 -5196
  106. package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
  107. package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
  108. package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
  109. package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
  110. package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
  111. package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
  112. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  113. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  114. package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
  115. package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
  116. package/build/contracts/SuperfluidLoader.json +207 -207
  117. package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
  118. package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
  119. package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
  120. package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
  121. package/build/contracts/SuperfluidToken.json +1423 -1423
  122. package/build/contracts/TOGA.json +1360 -1360
  123. package/build/contracts/TestGovernance.json +250 -250
  124. package/build/contracts/TestResolver.json +47 -47
  125. package/build/contracts/TestToken.json +102 -102
  126. package/build/contracts/TokenDeployerLibrary.json +2384 -2384
  127. package/build/contracts/TokenInfo.json +32 -32
  128. package/build/contracts/UUPSProxiable.json +139 -139
  129. package/build/contracts/UUPSProxy.json +81 -81
  130. package/build/contracts/UUPSUtils.json +37 -37
  131. package/build/contracts-sizes.txt +15 -15
  132. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
  133. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
  134. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
  135. package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
  136. package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
  137. package/package.json +3 -4
  138. package/ops-scripts/.eslintrc.js +0 -15
  139. package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
  140. package/ops-scripts/deploy-aux-contracts.js +0 -99
  141. package/ops-scripts/deploy-deterministically.js +0 -169
  142. package/ops-scripts/deploy-erc1820.js +0 -83
  143. package/ops-scripts/deploy-framework.js +0 -895
  144. package/ops-scripts/deploy-mfa.ts +0 -27
  145. package/ops-scripts/deploy-super-token.js +0 -206
  146. package/ops-scripts/deploy-test-environment.js +0 -98
  147. package/ops-scripts/deploy-test-token.js +0 -86
  148. package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
  149. package/ops-scripts/deploy-unlisted-super-token.js +0 -68
  150. package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
  151. package/ops-scripts/gov-create-new-factory-registration.js +0 -49
  152. package/ops-scripts/gov-set-3Ps-config.js +0 -67
  153. package/ops-scripts/gov-set-reward-address.js +0 -60
  154. package/ops-scripts/gov-set-token-min-deposit.js +0 -53
  155. package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
  156. package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
  157. package/ops-scripts/gov-upgrade-governance.js +0 -87
  158. package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
  159. package/ops-scripts/info-inspect-account.js +0 -118
  160. package/ops-scripts/info-list-apps.js +0 -55
  161. package/ops-scripts/info-print-contract-addresses.js +0 -136
  162. package/ops-scripts/info-scan-deployments.js +0 -63
  163. package/ops-scripts/info-show-protocol.js +0 -400
  164. package/ops-scripts/libs/common.js +0 -436
  165. package/ops-scripts/libs/getConfig.js +0 -289
  166. package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
  167. package/ops-scripts/resolver-list-super-token.js +0 -73
  168. package/ops-scripts/resolver-register-token.js +0 -72
  169. package/ops-scripts/resolver-reset-deployment.js +0 -54
  170. package/ops-scripts/resolver-set-key-value.js +0 -69
  171. package/ops-scripts/resolver-unlist-super-token.js +0 -61
  172. package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
  173. package/ops-scripts/validate-nft-addresses.ts +0 -49
@@ -58,15 +58,15 @@
58
58
  "absolutePath": "project:/contracts/interfaces/utils/IMultiSigWallet.sol",
59
59
  "exportedSymbols": {
60
60
  "IMultiSigWallet": [
61
- 25552
61
+ 25563
62
62
  ]
63
63
  },
64
- "id": 25553,
64
+ "id": 25564,
65
65
  "license": "UNLICENSED",
66
66
  "nodeType": "SourceUnit",
67
67
  "nodes": [
68
68
  {
69
- "id": 25534,
69
+ "id": 25545,
70
70
  "literals": [
71
71
  "solidity",
72
72
  ">=",
@@ -83,15 +83,15 @@
83
83
  "contractDependencies": [],
84
84
  "contractKind": "interface",
85
85
  "documentation": {
86
- "id": 25535,
86
+ "id": 25546,
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": 25552,
92
+ "id": 25563,
93
93
  "linearizedBaseContracts": [
94
- 25552
94
+ 25563
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": 25546,
102
+ "id": 25557,
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": 25542,
110
+ "id": 25553,
111
111
  "nodeType": "ParameterList",
112
112
  "parameters": [
113
113
  {
114
114
  "constant": false,
115
- "id": 25537,
115
+ "id": 25548,
116
116
  "mutability": "mutable",
117
117
  "name": "destination",
118
118
  "nameLocation": "296:11:62",
119
119
  "nodeType": "VariableDeclaration",
120
- "scope": 25546,
120
+ "scope": 25557,
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": 25536,
129
+ "id": 25547,
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": 25539,
143
+ "id": 25550,
144
144
  "mutability": "mutable",
145
145
  "name": "value",
146
146
  "nameLocation": "314:5:62",
147
147
  "nodeType": "VariableDeclaration",
148
- "scope": 25546,
148
+ "scope": 25557,
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": 25538,
157
+ "id": 25549,
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": 25541,
170
+ "id": 25552,
171
171
  "mutability": "mutable",
172
172
  "name": "data",
173
173
  "nameLocation": "336:4:62",
174
174
  "nodeType": "VariableDeclaration",
175
- "scope": 25546,
175
+ "scope": 25557,
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": 25540,
184
+ "id": 25551,
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": 25545,
199
+ "id": 25556,
200
200
  "nodeType": "ParameterList",
201
201
  "parameters": [
202
202
  {
203
203
  "constant": false,
204
- "id": 25544,
204
+ "id": 25555,
205
205
  "mutability": "mutable",
206
206
  "name": "transactionId",
207
207
  "nameLocation": "381:13:62",
208
208
  "nodeType": "VariableDeclaration",
209
- "scope": 25546,
209
+ "scope": 25557,
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": 25543,
218
+ "id": 25554,
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": 25552,
232
+ "scope": 25563,
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": 25551,
240
+ "id": 25562,
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": 25547,
248
+ "id": 25558,
249
249
  "nodeType": "ParameterList",
250
250
  "parameters": [],
251
251
  "src": "453:2:62"
252
252
  },
253
253
  "returnParameters": {
254
- "id": 25550,
254
+ "id": 25561,
255
255
  "nodeType": "ParameterList",
256
256
  "parameters": [
257
257
  {
258
258
  "constant": false,
259
- "id": 25549,
259
+ "id": 25560,
260
260
  "mutability": "mutable",
261
261
  "name": "",
262
262
  "nameLocation": "-1:-1:-1",
263
263
  "nodeType": "VariableDeclaration",
264
- "scope": 25551,
264
+ "scope": 25562,
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": 25548,
273
+ "id": 25559,
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": 25552,
287
+ "scope": 25563,
288
288
  "src": "436:68:62",
289
289
  "stateMutability": "view",
290
290
  "virtual": false,
291
291
  "visibility": "external"
292
292
  }
293
293
  ],
294
- "scope": 25553,
294
+ "scope": 25564,
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-06-28T11:03:18.857Z",
307
+ "updatedAt": "2023-07-07T14:28:48.676Z",
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
- 23763
18
+ 23774
19
19
  ]
20
20
  },
21
- "id": 23764,
21
+ "id": 23775,
22
22
  "license": "MIT",
23
23
  "nodeType": "SourceUnit",
24
24
  "nodes": [
25
25
  {
26
- "id": 23762,
26
+ "id": 23773,
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": 23763,
43
+ "id": 23774,
44
44
  "linearizedBaseContracts": [
45
- 23763
45
+ 23774
46
46
  ],
47
47
  "name": "IPoolAdminNFT",
48
48
  "nameLocation": "68:13:49",
49
49
  "nodeType": "ContractDefinition",
50
50
  "nodes": [],
51
- "scope": 23764,
51
+ "scope": 23775,
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-06-28T11:03:18.839Z",
64
+ "updatedAt": "2023-07-07T14:28:48.652Z",
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
- 23766
18
+ 23777
19
19
  ]
20
20
  },
21
- "id": 23767,
21
+ "id": 23778,
22
22
  "license": "MIT",
23
23
  "nodeType": "SourceUnit",
24
24
  "nodes": [
25
25
  {
26
- "id": 23765,
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": 23766,
43
+ "id": 23777,
44
44
  "linearizedBaseContracts": [
45
- 23766
45
+ 23777
46
46
  ],
47
47
  "name": "IPoolMemberNFT",
48
48
  "nameLocation": "68:14:50",
49
49
  "nodeType": "ContractDefinition",
50
50
  "nodes": [],
51
- "scope": 23767,
51
+ "scope": 23778,
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-06-28T11:03:18.839Z",
64
+ "updatedAt": "2023-07-07T14:28:48.653Z",
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
- 25485
1855
+ 25496
1856
1856
  ],
1857
1857
  "IPureSuperTokenCustom": [
1858
- 25479
1858
+ 25490
1859
1859
  ],
1860
1860
  "ISuperToken": [
1861
- 24383
1861
+ 24394
1862
1862
  ]
1863
1863
  },
1864
- "id": 25486,
1864
+ "id": 25497,
1865
1865
  "license": "MIT",
1866
1866
  "nodeType": "SourceUnit",
1867
1867
  "nodes": [
1868
1868
  {
1869
- "id": 25466,
1869
+ "id": 25477,
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": 25468,
1882
+ "id": 25479,
1883
1883
  "nameLocation": "-1:-1:-1",
1884
1884
  "nodeType": "ImportDirective",
1885
- "scope": 25486,
1886
- "sourceUnit": 24384,
1885
+ "scope": 25497,
1886
+ "sourceUnit": 24395,
1887
1887
  "src": "59:60:59",
1888
1888
  "symbolAliases": [
1889
1889
  {
1890
1890
  "foreign": {
1891
- "id": 25467,
1891
+ "id": 25478,
1892
1892
  "name": "ISuperToken",
1893
1893
  "nodeType": "Identifier",
1894
1894
  "overloadedDeclarations": [],
1895
- "referencedDeclaration": 24383,
1895
+ "referencedDeclaration": 24394,
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": 25469,
1911
+ "id": 25480,
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": 25479,
1917
+ "id": 25490,
1918
1918
  "linearizedBaseContracts": [
1919
- 25479
1919
+ 25490
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": 25478,
1927
+ "id": 25489,
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": 25476,
1935
+ "id": 25487,
1936
1936
  "nodeType": "ParameterList",
1937
1937
  "parameters": [
1938
1938
  {
1939
1939
  "constant": false,
1940
- "id": 25471,
1940
+ "id": 25482,
1941
1941
  "mutability": "mutable",
1942
1942
  "name": "name",
1943
1943
  "nameLocation": "269:4:59",
1944
1944
  "nodeType": "VariableDeclaration",
1945
- "scope": 25478,
1945
+ "scope": 25489,
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": 25470,
1954
+ "id": 25481,
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": 25473,
1967
+ "id": 25484,
1968
1968
  "mutability": "mutable",
1969
1969
  "name": "symbol",
1970
1970
  "nameLocation": "291:6:59",
1971
1971
  "nodeType": "VariableDeclaration",
1972
- "scope": 25478,
1972
+ "scope": 25489,
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": 25472,
1981
+ "id": 25483,
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": 25475,
1994
+ "id": 25486,
1995
1995
  "mutability": "mutable",
1996
1996
  "name": "initialSupply",
1997
1997
  "nameLocation": "307:13:59",
1998
1998
  "nodeType": "VariableDeclaration",
1999
- "scope": 25478,
1999
+ "scope": 25489,
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": 25474,
2008
+ "id": 25485,
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": 25477,
2023
+ "id": 25488,
2024
2024
  "nodeType": "ParameterList",
2025
2025
  "parameters": [],
2026
2026
  "src": "330:0:59"
2027
2027
  },
2028
- "scope": 25479,
2028
+ "scope": 25490,
2029
2029
  "src": "233:98:59",
2030
2030
  "stateMutability": "nonpayable",
2031
2031
  "virtual": false,
2032
2032
  "visibility": "external"
2033
2033
  }
2034
2034
  ],
2035
- "scope": 25486,
2035
+ "scope": 25497,
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": 25481,
2044
+ "id": 25492,
2045
2045
  "name": "IPureSuperTokenCustom",
2046
2046
  "nameLocations": [
2047
2047
  "476:21:59"
2048
2048
  ],
2049
2049
  "nodeType": "IdentifierPath",
2050
- "referencedDeclaration": 25479,
2050
+ "referencedDeclaration": 25490,
2051
2051
  "src": "476:21:59"
2052
2052
  },
2053
- "id": 25482,
2053
+ "id": 25493,
2054
2054
  "nodeType": "InheritanceSpecifier",
2055
2055
  "src": "476:21:59"
2056
2056
  },
2057
2057
  {
2058
2058
  "baseName": {
2059
- "id": 25483,
2059
+ "id": 25494,
2060
2060
  "name": "ISuperToken",
2061
2061
  "nameLocations": [
2062
2062
  "499:11:59"
2063
2063
  ],
2064
2064
  "nodeType": "IdentifierPath",
2065
- "referencedDeclaration": 24383,
2065
+ "referencedDeclaration": 24394,
2066
2066
  "src": "499:11:59"
2067
2067
  },
2068
- "id": 25484,
2068
+ "id": 25495,
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": 25480,
2077
+ "id": 25491,
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": 25485,
2083
+ "id": 25496,
2084
2084
  "linearizedBaseContracts": [
2085
- 25485,
2086
- 24383,
2085
+ 25496,
2086
+ 24394,
2087
2087
  2188,
2088
2088
  1540,
2089
- 25532,
2090
- 25452,
2091
- 25479
2089
+ 25543,
2090
+ 25463,
2091
+ 25490
2092
2092
  ],
2093
2093
  "name": "IPureSuperToken",
2094
2094
  "nameLocation": "457:15:59",
2095
2095
  "nodeType": "ContractDefinition",
2096
2096
  "nodes": [],
2097
- "scope": 25486,
2097
+ "scope": 25497,
2098
2098
  "src": "447:66:59",
2099
2099
  "usedErrors": [
2100
- 23940,
2101
- 23942,
2102
- 23944,
2103
- 23946,
2104
- 23948,
2105
- 23950,
2106
- 23952,
2107
- 23954,
2108
- 23956,
2109
- 23958,
2110
- 23960,
2111
- 23962,
2112
- 23964,
2113
- 23966,
2114
- 25173,
2115
- 25175,
2116
- 25177,
2117
- 25179,
2118
- 25181,
2119
- 25183
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
2120
2120
  ]
2121
2121
  }
2122
2122
  ],
@@ -2128,7 +2128,7 @@
2128
2128
  },
2129
2129
  "networks": {},
2130
2130
  "schemaVersion": "3.4.13",
2131
- "updatedAt": "2023-06-28T11:03:18.853Z",
2131
+ "updatedAt": "2023-07-07T14:28:48.670Z",
2132
2132
  "devdoc": {
2133
2133
  "author": "Superfluid",
2134
2134
  "events": {