@superfluid-finance/ethereum-contracts 1.4.1 → 1.4.2-dev.e06ddfc.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 (108) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +28 -28
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +788 -788
  9. package/build/contracts/CFAv1Forwarder.json +1321 -1321
  10. package/build/contracts/CFAv1Library.json +2279 -2279
  11. package/build/contracts/CallUtils.json +198 -198
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
  13. package/build/contracts/ConstantFlowAgreementV1.json +1702 -1622
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +788 -788
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +19 -19
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20Burnable.json +1 -1
  23. package/build/contracts/ERC20Pausable.json +1 -1
  24. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +380 -380
  27. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  28. package/build/contracts/ERC777RecipientReverting.json +855 -855
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1545 -1545
  34. package/build/contracts/FlowOperatorDefinitions.json +788 -788
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +615 -615
  39. package/build/contracts/IDAv1Library.json +2611 -2611
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.json +1 -1
  45. package/build/contracts/IERC20Permit.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
  50. package/build/contracts/IMultiSigWallet.json +24 -24
  51. package/build/contracts/IPureSuperToken.json +47 -47
  52. package/build/contracts/IPureSuperTokenCustom.json +47 -47
  53. package/build/contracts/IRelayRecipient.json +27 -27
  54. package/build/contracts/IResolver.json +38 -38
  55. package/build/contracts/ISETH.json +52 -52
  56. package/build/contracts/ISETHCustom.json +52 -52
  57. package/build/contracts/ISuperAgreement.json +50 -50
  58. package/build/contracts/ISuperApp.json +191 -191
  59. package/build/contracts/ISuperToken.json +544 -544
  60. package/build/contracts/ISuperTokenFactory.json +166 -166
  61. package/build/contracts/ISuperfluid.json +886 -886
  62. package/build/contracts/ISuperfluidGovernance.json +254 -254
  63. package/build/contracts/ISuperfluidToken.json +395 -395
  64. package/build/contracts/ITOGAv1.json +1441 -1441
  65. package/build/contracts/ITOGAv2.json +1441 -1441
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5894 -5894
  68. package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Pausable.json +1 -1
  71. package/build/contracts/Proxy.json +1 -1
  72. package/build/contracts/PureSuperToken.json +106 -106
  73. package/build/contracts/Resolver.json +98 -98
  74. package/build/contracts/SETHProxy.json +224 -224
  75. package/build/contracts/SafeCast.json +1 -1
  76. package/build/contracts/SafeERC20.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
  79. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  80. package/build/contracts/StreamRedirector.json +745 -745
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +239 -239
  83. package/build/contracts/SuperAppDefinitions.json +788 -788
  84. package/build/contracts/SuperToken.json +2477 -2477
  85. package/build/contracts/SuperTokenFactory.json +774 -774
  86. package/build/contracts/SuperTokenFactoryBase.json +764 -764
  87. package/build/contracts/SuperTokenFactoryHelper.json +767 -767
  88. package/build/contracts/SuperUpgrader.json +437 -437
  89. package/build/contracts/Superfluid.json +5096 -5096
  90. package/build/contracts/SuperfluidErrors.json +788 -788
  91. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  92. package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
  93. package/build/contracts/SuperfluidGovernanceConfigs.json +788 -788
  94. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  95. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  96. package/build/contracts/SuperfluidLoader.json +207 -207
  97. package/build/contracts/SuperfluidToken.json +1471 -1471
  98. package/build/contracts/TOGA.json +1457 -1457
  99. package/build/contracts/TestGovernance.json +250 -250
  100. package/build/contracts/TestToken.json +93 -93
  101. package/build/contracts/TokenCustodian.json +214 -214
  102. package/build/contracts/TokenInfo.json +32 -32
  103. package/build/contracts/UUPSProxiable.json +139 -139
  104. package/build/contracts/UUPSProxy.json +81 -81
  105. package/build/contracts/UUPSUtils.json +37 -37
  106. package/build/contracts-sizes.txt +1 -1
  107. package/contracts/agreements/ConstantFlowAgreementV1.sol +4 -0
  108. package/package.json +9 -5
@@ -72,15 +72,15 @@
72
72
  "absolutePath": "project:/contracts/interfaces/utils/IResolver.sol",
73
73
  "exportedSymbols": {
74
74
  "IResolver": [
75
- 21079
75
+ 21086
76
76
  ]
77
77
  },
78
- "id": 21080,
78
+ "id": 21087,
79
79
  "license": "AGPLv3",
80
80
  "nodeType": "SourceUnit",
81
81
  "nodes": [
82
82
  {
83
- "id": 21055,
83
+ "id": 21062,
84
84
  "literals": [
85
85
  "solidity",
86
86
  ">=",
@@ -97,15 +97,15 @@
97
97
  "contractDependencies": [],
98
98
  "contractKind": "interface",
99
99
  "documentation": {
100
- "id": 21056,
100
+ "id": 21063,
101
101
  "nodeType": "StructuredDocumentation",
102
102
  "src": "62:84:57",
103
103
  "text": " @title Abstraction for an address resolver contract\n @author Superfluid"
104
104
  },
105
105
  "fullyImplemented": false,
106
- "id": 21079,
106
+ "id": 21086,
107
107
  "linearizedBaseContracts": [
108
- 21079
108
+ 21086
109
109
  ],
110
110
  "name": "IResolver",
111
111
  "nameLocation": "157:9:57",
@@ -114,23 +114,23 @@
114
114
  {
115
115
  "anonymous": false,
116
116
  "eventSelector": "496595ced95720268cf8bc60bae3f35024ff2a130f73ac4e20f5c1eaca35db99",
117
- "id": 21062,
117
+ "id": 21069,
118
118
  "name": "Set",
119
119
  "nameLocation": "180:3:57",
120
120
  "nodeType": "EventDefinition",
121
121
  "parameters": {
122
- "id": 21061,
122
+ "id": 21068,
123
123
  "nodeType": "ParameterList",
124
124
  "parameters": [
125
125
  {
126
126
  "constant": false,
127
- "id": 21058,
127
+ "id": 21065,
128
128
  "indexed": true,
129
129
  "mutability": "mutable",
130
130
  "name": "name",
131
131
  "nameLocation": "199:4:57",
132
132
  "nodeType": "VariableDeclaration",
133
- "scope": 21062,
133
+ "scope": 21069,
134
134
  "src": "184:19:57",
135
135
  "stateVariable": false,
136
136
  "storageLocation": "default",
@@ -139,7 +139,7 @@
139
139
  "typeString": "string"
140
140
  },
141
141
  "typeName": {
142
- "id": 21057,
142
+ "id": 21064,
143
143
  "name": "string",
144
144
  "nodeType": "ElementaryTypeName",
145
145
  "src": "184:6:57",
@@ -152,13 +152,13 @@
152
152
  },
153
153
  {
154
154
  "constant": false,
155
- "id": 21060,
155
+ "id": 21067,
156
156
  "indexed": false,
157
157
  "mutability": "mutable",
158
158
  "name": "target",
159
159
  "nameLocation": "213:6:57",
160
160
  "nodeType": "VariableDeclaration",
161
- "scope": 21062,
161
+ "scope": 21069,
162
162
  "src": "205:14:57",
163
163
  "stateVariable": false,
164
164
  "storageLocation": "default",
@@ -167,7 +167,7 @@
167
167
  "typeString": "address"
168
168
  },
169
169
  "typeName": {
170
- "id": 21059,
170
+ "id": 21066,
171
171
  "name": "address",
172
172
  "nodeType": "ElementaryTypeName",
173
173
  "src": "205:7:57",
@@ -186,13 +186,13 @@
186
186
  },
187
187
  {
188
188
  "documentation": {
189
- "id": 21063,
189
+ "id": 21070,
190
190
  "nodeType": "StructuredDocumentation",
191
191
  "src": "227:49:57",
192
192
  "text": " @dev Set resolver address name"
193
193
  },
194
194
  "functionSelector": "a815ff15",
195
- "id": 21070,
195
+ "id": 21077,
196
196
  "implemented": false,
197
197
  "kind": "function",
198
198
  "modifiers": [],
@@ -200,17 +200,17 @@
200
200
  "nameLocation": "290:3:57",
201
201
  "nodeType": "FunctionDefinition",
202
202
  "parameters": {
203
- "id": 21068,
203
+ "id": 21075,
204
204
  "nodeType": "ParameterList",
205
205
  "parameters": [
206
206
  {
207
207
  "constant": false,
208
- "id": 21065,
208
+ "id": 21072,
209
209
  "mutability": "mutable",
210
210
  "name": "name",
211
211
  "nameLocation": "310:4:57",
212
212
  "nodeType": "VariableDeclaration",
213
- "scope": 21070,
213
+ "scope": 21077,
214
214
  "src": "294:20:57",
215
215
  "stateVariable": false,
216
216
  "storageLocation": "calldata",
@@ -219,7 +219,7 @@
219
219
  "typeString": "string"
220
220
  },
221
221
  "typeName": {
222
- "id": 21064,
222
+ "id": 21071,
223
223
  "name": "string",
224
224
  "nodeType": "ElementaryTypeName",
225
225
  "src": "294:6:57",
@@ -232,12 +232,12 @@
232
232
  },
233
233
  {
234
234
  "constant": false,
235
- "id": 21067,
235
+ "id": 21074,
236
236
  "mutability": "mutable",
237
237
  "name": "target",
238
238
  "nameLocation": "324:6:57",
239
239
  "nodeType": "VariableDeclaration",
240
- "scope": 21070,
240
+ "scope": 21077,
241
241
  "src": "316:14:57",
242
242
  "stateVariable": false,
243
243
  "storageLocation": "default",
@@ -246,7 +246,7 @@
246
246
  "typeString": "address"
247
247
  },
248
248
  "typeName": {
249
- "id": 21066,
249
+ "id": 21073,
250
250
  "name": "address",
251
251
  "nodeType": "ElementaryTypeName",
252
252
  "src": "316:7:57",
@@ -262,12 +262,12 @@
262
262
  "src": "293:38:57"
263
263
  },
264
264
  "returnParameters": {
265
- "id": 21069,
265
+ "id": 21076,
266
266
  "nodeType": "ParameterList",
267
267
  "parameters": [],
268
268
  "src": "340:0:57"
269
269
  },
270
- "scope": 21079,
270
+ "scope": 21086,
271
271
  "src": "281:60:57",
272
272
  "stateMutability": "nonpayable",
273
273
  "virtual": false,
@@ -275,13 +275,13 @@
275
275
  },
276
276
  {
277
277
  "documentation": {
278
- "id": 21071,
278
+ "id": 21078,
279
279
  "nodeType": "StructuredDocumentation",
280
280
  "src": "347:43:57",
281
281
  "text": " @dev Get address by name"
282
282
  },
283
283
  "functionSelector": "693ec85e",
284
- "id": 21078,
284
+ "id": 21085,
285
285
  "implemented": false,
286
286
  "kind": "function",
287
287
  "modifiers": [],
@@ -289,17 +289,17 @@
289
289
  "nameLocation": "404:3:57",
290
290
  "nodeType": "FunctionDefinition",
291
291
  "parameters": {
292
- "id": 21074,
292
+ "id": 21081,
293
293
  "nodeType": "ParameterList",
294
294
  "parameters": [
295
295
  {
296
296
  "constant": false,
297
- "id": 21073,
297
+ "id": 21080,
298
298
  "mutability": "mutable",
299
299
  "name": "name",
300
300
  "nameLocation": "424:4:57",
301
301
  "nodeType": "VariableDeclaration",
302
- "scope": 21078,
302
+ "scope": 21085,
303
303
  "src": "408:20:57",
304
304
  "stateVariable": false,
305
305
  "storageLocation": "calldata",
@@ -308,7 +308,7 @@
308
308
  "typeString": "string"
309
309
  },
310
310
  "typeName": {
311
- "id": 21072,
311
+ "id": 21079,
312
312
  "name": "string",
313
313
  "nodeType": "ElementaryTypeName",
314
314
  "src": "408:6:57",
@@ -323,17 +323,17 @@
323
323
  "src": "407:22:57"
324
324
  },
325
325
  "returnParameters": {
326
- "id": 21077,
326
+ "id": 21084,
327
327
  "nodeType": "ParameterList",
328
328
  "parameters": [
329
329
  {
330
330
  "constant": false,
331
- "id": 21076,
331
+ "id": 21083,
332
332
  "mutability": "mutable",
333
333
  "name": "",
334
334
  "nameLocation": "-1:-1:-1",
335
335
  "nodeType": "VariableDeclaration",
336
- "scope": 21078,
336
+ "scope": 21085,
337
337
  "src": "453:7:57",
338
338
  "stateVariable": false,
339
339
  "storageLocation": "default",
@@ -342,7 +342,7 @@
342
342
  "typeString": "address"
343
343
  },
344
344
  "typeName": {
345
- "id": 21075,
345
+ "id": 21082,
346
346
  "name": "address",
347
347
  "nodeType": "ElementaryTypeName",
348
348
  "src": "453:7:57",
@@ -357,14 +357,14 @@
357
357
  ],
358
358
  "src": "452:9:57"
359
359
  },
360
- "scope": 21079,
360
+ "scope": 21086,
361
361
  "src": "395:67:57",
362
362
  "stateMutability": "view",
363
363
  "virtual": false,
364
364
  "visibility": "external"
365
365
  }
366
366
  ],
367
- "scope": 21080,
367
+ "scope": 21087,
368
368
  "src": "147:318:57",
369
369
  "usedErrors": []
370
370
  }
@@ -377,7 +377,7 @@
377
377
  },
378
378
  "networks": {},
379
379
  "schemaVersion": "3.4.9",
380
- "updatedAt": "2022-09-21T07:45:09.414Z",
380
+ "updatedAt": "2022-09-21T11:06:18.158Z",
381
381
  "devdoc": {
382
382
  "author": "Superfluid",
383
383
  "kind": "dev",
@@ -1643,21 +1643,21 @@
1643
1643
  "absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
1644
1644
  "exportedSymbols": {
1645
1645
  "ISETH": [
1646
- 20998
1646
+ 21005
1647
1647
  ],
1648
1648
  "ISETHCustom": [
1649
- 20992
1649
+ 20999
1650
1650
  ],
1651
1651
  "ISuperToken": [
1652
- 19933
1652
+ 19940
1653
1653
  ]
1654
1654
  },
1655
- "id": 20999,
1655
+ "id": 21006,
1656
1656
  "license": "AGPLv3",
1657
1657
  "nodeType": "SourceUnit",
1658
1658
  "nodes": [
1659
1659
  {
1660
- "id": 20975,
1660
+ "id": 20982,
1661
1661
  "literals": [
1662
1662
  "solidity",
1663
1663
  ">=",
@@ -1670,20 +1670,20 @@
1670
1670
  {
1671
1671
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
1672
1672
  "file": "../superfluid/ISuperToken.sol",
1673
- "id": 20977,
1673
+ "id": 20984,
1674
1674
  "nameLocation": "-1:-1:-1",
1675
1675
  "nodeType": "ImportDirective",
1676
- "scope": 20999,
1677
- "sourceUnit": 19934,
1676
+ "scope": 21006,
1677
+ "sourceUnit": 19941,
1678
1678
  "src": "62:60:53",
1679
1679
  "symbolAliases": [
1680
1680
  {
1681
1681
  "foreign": {
1682
- "id": 20976,
1682
+ "id": 20983,
1683
1683
  "name": "ISuperToken",
1684
1684
  "nodeType": "Identifier",
1685
1685
  "overloadedDeclarations": [],
1686
- "referencedDeclaration": 19933,
1686
+ "referencedDeclaration": 19940,
1687
1687
  "src": "71:11:53",
1688
1688
  "typeDescriptions": {}
1689
1689
  },
@@ -1699,15 +1699,15 @@
1699
1699
  "contractDependencies": [],
1700
1700
  "contractKind": "interface",
1701
1701
  "documentation": {
1702
- "id": 20978,
1702
+ "id": 20985,
1703
1703
  "nodeType": "StructuredDocumentation",
1704
1704
  "src": "125:79:53",
1705
1705
  "text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
1706
1706
  },
1707
1707
  "fullyImplemented": false,
1708
- "id": 20992,
1708
+ "id": 20999,
1709
1709
  "linearizedBaseContracts": [
1710
- 20992
1710
+ 20999
1711
1711
  ],
1712
1712
  "name": "ISETHCustom",
1713
1713
  "nameLocation": "215:11:53",
@@ -1715,7 +1715,7 @@
1715
1715
  "nodes": [
1716
1716
  {
1717
1717
  "functionSelector": "cf81464b",
1718
- "id": 20981,
1718
+ "id": 20988,
1719
1719
  "implemented": false,
1720
1720
  "kind": "function",
1721
1721
  "modifiers": [],
@@ -1723,18 +1723,18 @@
1723
1723
  "nameLocation": "268:12:53",
1724
1724
  "nodeType": "FunctionDefinition",
1725
1725
  "parameters": {
1726
- "id": 20979,
1726
+ "id": 20986,
1727
1727
  "nodeType": "ParameterList",
1728
1728
  "parameters": [],
1729
1729
  "src": "280:2:53"
1730
1730
  },
1731
1731
  "returnParameters": {
1732
- "id": 20980,
1732
+ "id": 20987,
1733
1733
  "nodeType": "ParameterList",
1734
1734
  "parameters": [],
1735
1735
  "src": "299:0:53"
1736
1736
  },
1737
- "scope": 20992,
1737
+ "scope": 20999,
1738
1738
  "src": "259:41:53",
1739
1739
  "stateMutability": "payable",
1740
1740
  "virtual": false,
@@ -1742,7 +1742,7 @@
1742
1742
  },
1743
1743
  {
1744
1744
  "functionSelector": "7687d19b",
1745
- "id": 20986,
1745
+ "id": 20993,
1746
1746
  "implemented": false,
1747
1747
  "kind": "function",
1748
1748
  "modifiers": [],
@@ -1750,17 +1750,17 @@
1750
1750
  "nameLocation": "314:14:53",
1751
1751
  "nodeType": "FunctionDefinition",
1752
1752
  "parameters": {
1753
- "id": 20984,
1753
+ "id": 20991,
1754
1754
  "nodeType": "ParameterList",
1755
1755
  "parameters": [
1756
1756
  {
1757
1757
  "constant": false,
1758
- "id": 20983,
1758
+ "id": 20990,
1759
1759
  "mutability": "mutable",
1760
1760
  "name": "to",
1761
1761
  "nameLocation": "337:2:53",
1762
1762
  "nodeType": "VariableDeclaration",
1763
- "scope": 20986,
1763
+ "scope": 20993,
1764
1764
  "src": "329:10:53",
1765
1765
  "stateVariable": false,
1766
1766
  "storageLocation": "default",
@@ -1769,7 +1769,7 @@
1769
1769
  "typeString": "address"
1770
1770
  },
1771
1771
  "typeName": {
1772
- "id": 20982,
1772
+ "id": 20989,
1773
1773
  "name": "address",
1774
1774
  "nodeType": "ElementaryTypeName",
1775
1775
  "src": "329:7:53",
@@ -1785,12 +1785,12 @@
1785
1785
  "src": "328:12:53"
1786
1786
  },
1787
1787
  "returnParameters": {
1788
- "id": 20985,
1788
+ "id": 20992,
1789
1789
  "nodeType": "ParameterList",
1790
1790
  "parameters": [],
1791
1791
  "src": "357:0:53"
1792
1792
  },
1793
- "scope": 20992,
1793
+ "scope": 20999,
1794
1794
  "src": "305:53:53",
1795
1795
  "stateMutability": "payable",
1796
1796
  "virtual": false,
@@ -1798,7 +1798,7 @@
1798
1798
  },
1799
1799
  {
1800
1800
  "functionSelector": "160e8be3",
1801
- "id": 20991,
1801
+ "id": 20998,
1802
1802
  "implemented": false,
1803
1803
  "kind": "function",
1804
1804
  "modifiers": [],
@@ -1806,17 +1806,17 @@
1806
1806
  "nameLocation": "372:14:53",
1807
1807
  "nodeType": "FunctionDefinition",
1808
1808
  "parameters": {
1809
- "id": 20989,
1809
+ "id": 20996,
1810
1810
  "nodeType": "ParameterList",
1811
1811
  "parameters": [
1812
1812
  {
1813
1813
  "constant": false,
1814
- "id": 20988,
1814
+ "id": 20995,
1815
1815
  "mutability": "mutable",
1816
1816
  "name": "wad",
1817
1817
  "nameLocation": "392:3:53",
1818
1818
  "nodeType": "VariableDeclaration",
1819
- "scope": 20991,
1819
+ "scope": 20998,
1820
1820
  "src": "387:8:53",
1821
1821
  "stateVariable": false,
1822
1822
  "storageLocation": "default",
@@ -1825,7 +1825,7 @@
1825
1825
  "typeString": "uint256"
1826
1826
  },
1827
1827
  "typeName": {
1828
- "id": 20987,
1828
+ "id": 20994,
1829
1829
  "name": "uint",
1830
1830
  "nodeType": "ElementaryTypeName",
1831
1831
  "src": "387:4:53",
@@ -1840,19 +1840,19 @@
1840
1840
  "src": "386:10:53"
1841
1841
  },
1842
1842
  "returnParameters": {
1843
- "id": 20990,
1843
+ "id": 20997,
1844
1844
  "nodeType": "ParameterList",
1845
1845
  "parameters": [],
1846
1846
  "src": "405:0:53"
1847
1847
  },
1848
- "scope": 20992,
1848
+ "scope": 20999,
1849
1849
  "src": "363:43:53",
1850
1850
  "stateMutability": "nonpayable",
1851
1851
  "virtual": false,
1852
1852
  "visibility": "external"
1853
1853
  }
1854
1854
  ],
1855
- "scope": 20999,
1855
+ "scope": 21006,
1856
1856
  "src": "205:203:53",
1857
1857
  "usedErrors": []
1858
1858
  },
@@ -1861,31 +1861,31 @@
1861
1861
  "baseContracts": [
1862
1862
  {
1863
1863
  "baseName": {
1864
- "id": 20994,
1864
+ "id": 21001,
1865
1865
  "name": "ISETHCustom",
1866
1866
  "nameLocations": [
1867
1867
  "546:11:53"
1868
1868
  ],
1869
1869
  "nodeType": "IdentifierPath",
1870
- "referencedDeclaration": 20992,
1870
+ "referencedDeclaration": 20999,
1871
1871
  "src": "546:11:53"
1872
1872
  },
1873
- "id": 20995,
1873
+ "id": 21002,
1874
1874
  "nodeType": "InheritanceSpecifier",
1875
1875
  "src": "546:11:53"
1876
1876
  },
1877
1877
  {
1878
1878
  "baseName": {
1879
- "id": 20996,
1879
+ "id": 21003,
1880
1880
  "name": "ISuperToken",
1881
1881
  "nameLocations": [
1882
1882
  "559:11:53"
1883
1883
  ],
1884
1884
  "nodeType": "IdentifierPath",
1885
- "referencedDeclaration": 19933,
1885
+ "referencedDeclaration": 19940,
1886
1886
  "src": "559:11:53"
1887
1887
  },
1888
- "id": 20997,
1888
+ "id": 21004,
1889
1889
  "nodeType": "InheritanceSpecifier",
1890
1890
  "src": "559:11:53"
1891
1891
  }
@@ -1894,34 +1894,34 @@
1894
1894
  "contractDependencies": [],
1895
1895
  "contractKind": "interface",
1896
1896
  "documentation": {
1897
- "id": 20993,
1897
+ "id": 21000,
1898
1898
  "nodeType": "StructuredDocumentation",
1899
1899
  "src": "410:71:53",
1900
1900
  "text": " @title Super ETH (SETH) full interface\n @author Superfluid"
1901
1901
  },
1902
1902
  "fullyImplemented": false,
1903
- "id": 20998,
1903
+ "id": 21005,
1904
1904
  "linearizedBaseContracts": [
1905
- 20998,
1906
- 19933,
1905
+ 21005,
1906
+ 19940,
1907
1907
  2352,
1908
1908
  1630,
1909
- 21020,
1910
- 20940,
1911
- 20992
1909
+ 21027,
1910
+ 20947,
1911
+ 20999
1912
1912
  ],
1913
1913
  "name": "ISETH",
1914
1914
  "nameLocation": "537:5:53",
1915
1915
  "nodeType": "ContractDefinition",
1916
1916
  "nodes": [],
1917
- "scope": 20999,
1917
+ "scope": 21006,
1918
1918
  "src": "527:46:53",
1919
1919
  "usedErrors": [
1920
- 19570,
1921
- 19572,
1922
- 19574,
1923
- 19576,
1924
- 19578
1920
+ 19577,
1921
+ 19579,
1922
+ 19581,
1923
+ 19583,
1924
+ 19585
1925
1925
  ]
1926
1926
  }
1927
1927
  ],
@@ -1933,7 +1933,7 @@
1933
1933
  },
1934
1934
  "networks": {},
1935
1935
  "schemaVersion": "3.4.9",
1936
- "updatedAt": "2022-09-21T07:45:09.411Z",
1936
+ "updatedAt": "2022-09-21T11:06:18.154Z",
1937
1937
  "devdoc": {
1938
1938
  "author": "Superfluid",
1939
1939
  "kind": "dev",