@superfluid-finance/ethereum-contracts 1.4.1-dev.e675dbc.0 → 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.
- package/build/contracts/AccessControl.json +1 -1
- package/build/contracts/AccessControlEnumerable.json +1 -1
- package/build/contracts/Address.json +1 -1
- package/build/contracts/AgreementBase.json +28 -28
- package/build/contracts/AgreementLibrary.json +165 -165
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +208 -208
- package/build/contracts/BatchOperation.json +784 -784
- package/build/contracts/CFAv1Forwarder.json +2299 -2473
- package/build/contracts/CFAv1Library.json +2279 -2279
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
- package/build/contracts/ConstantFlowAgreementV1.json +8579 -8423
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +784 -784
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
- package/build/contracts/ERC777RecipientReverting.json +855 -855
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1545 -1545
- package/build/contracts/FlowOperatorDefinitions.json +784 -784
- package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +608 -608
- package/build/contracts/IDAv1Library.json +2611 -2611
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/IERC777.json +1 -1
- package/build/contracts/IERC777Recipient.json +1 -1
- package/build/contracts/IERC777Sender.json +1 -1
- package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +47 -47
- package/build/contracts/IPureSuperTokenCustom.json +47 -47
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +52 -52
- package/build/contracts/ISETHCustom.json +52 -52
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +544 -544
- package/build/contracts/ISuperTokenFactory.json +166 -166
- package/build/contracts/ISuperfluid.json +874 -874
- package/build/contracts/ISuperfluidGovernance.json +254 -254
- package/build/contracts/ISuperfluidToken.json +395 -395
- package/build/contracts/ITOGAv1.json +1441 -1441
- package/build/contracts/ITOGAv2.json +1441 -1441
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5893 -5893
- package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/PureSuperToken.json +106 -106
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +224 -224
- package/build/contracts/SafeCast.json +1 -1
- package/build/contracts/SafeERC20.json +1 -1
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +745 -745
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +239 -239
- package/build/contracts/SuperAppDefinitions.json +784 -784
- package/build/contracts/SuperToken.json +2475 -2475
- package/build/contracts/SuperTokenFactory.json +774 -774
- package/build/contracts/SuperTokenFactoryBase.json +764 -764
- package/build/contracts/SuperTokenFactoryHelper.json +767 -767
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +5082 -5082
- package/build/contracts/SuperfluidErrors.json +784 -784
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
- package/build/contracts/SuperfluidGovernanceConfigs.json +784 -784
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1471 -1471
- package/build/contracts/TOGA.json +1457 -1457
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +1 -1
- package/contracts/agreements/ConstantFlowAgreementV1.sol +8 -3
- package/contracts/utils/CFAv1Forwarder.sol +2 -6
- package/package.json +10 -6
- package/scripts/deploy-deterministically.js +35 -24
- package/scripts/deploy-framework.js +65 -38
- package/scripts/gov-upgrade-governance.js +87 -0
- package/scripts/info-print-contract-addresses.js +1 -1
- package/scripts/libs/common.js +2 -1
- package/scripts/libs/getConfig.js +1 -1
|
@@ -49,21 +49,21 @@
|
|
|
49
49
|
"absolutePath": "project:/contracts/interfaces/tokens/ISETH.sol",
|
|
50
50
|
"exportedSymbols": {
|
|
51
51
|
"ISETH": [
|
|
52
|
-
|
|
52
|
+
21005
|
|
53
53
|
],
|
|
54
54
|
"ISETHCustom": [
|
|
55
|
-
|
|
55
|
+
20999
|
|
56
56
|
],
|
|
57
57
|
"ISuperToken": [
|
|
58
|
-
|
|
58
|
+
19940
|
|
59
59
|
]
|
|
60
60
|
},
|
|
61
|
-
"id":
|
|
61
|
+
"id": 21006,
|
|
62
62
|
"license": "AGPLv3",
|
|
63
63
|
"nodeType": "SourceUnit",
|
|
64
64
|
"nodes": [
|
|
65
65
|
{
|
|
66
|
-
"id":
|
|
66
|
+
"id": 20982,
|
|
67
67
|
"literals": [
|
|
68
68
|
"solidity",
|
|
69
69
|
">=",
|
|
@@ -76,20 +76,20 @@
|
|
|
76
76
|
{
|
|
77
77
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
78
78
|
"file": "../superfluid/ISuperToken.sol",
|
|
79
|
-
"id":
|
|
79
|
+
"id": 20984,
|
|
80
80
|
"nameLocation": "-1:-1:-1",
|
|
81
81
|
"nodeType": "ImportDirective",
|
|
82
|
-
"scope":
|
|
83
|
-
"sourceUnit":
|
|
82
|
+
"scope": 21006,
|
|
83
|
+
"sourceUnit": 19941,
|
|
84
84
|
"src": "62:60:53",
|
|
85
85
|
"symbolAliases": [
|
|
86
86
|
{
|
|
87
87
|
"foreign": {
|
|
88
|
-
"id":
|
|
88
|
+
"id": 20983,
|
|
89
89
|
"name": "ISuperToken",
|
|
90
90
|
"nodeType": "Identifier",
|
|
91
91
|
"overloadedDeclarations": [],
|
|
92
|
-
"referencedDeclaration":
|
|
92
|
+
"referencedDeclaration": 19940,
|
|
93
93
|
"src": "71:11:53",
|
|
94
94
|
"typeDescriptions": {}
|
|
95
95
|
},
|
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
"contractDependencies": [],
|
|
106
106
|
"contractKind": "interface",
|
|
107
107
|
"documentation": {
|
|
108
|
-
"id":
|
|
108
|
+
"id": 20985,
|
|
109
109
|
"nodeType": "StructuredDocumentation",
|
|
110
110
|
"src": "125:79:53",
|
|
111
111
|
"text": " @title Super ETH (SETH) custom token interface\n @author Superfluid"
|
|
112
112
|
},
|
|
113
113
|
"fullyImplemented": false,
|
|
114
|
-
"id":
|
|
114
|
+
"id": 20999,
|
|
115
115
|
"linearizedBaseContracts": [
|
|
116
|
-
|
|
116
|
+
20999
|
|
117
117
|
],
|
|
118
118
|
"name": "ISETHCustom",
|
|
119
119
|
"nameLocation": "215:11:53",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"nodes": [
|
|
122
122
|
{
|
|
123
123
|
"functionSelector": "cf81464b",
|
|
124
|
-
"id":
|
|
124
|
+
"id": 20988,
|
|
125
125
|
"implemented": false,
|
|
126
126
|
"kind": "function",
|
|
127
127
|
"modifiers": [],
|
|
@@ -129,18 +129,18 @@
|
|
|
129
129
|
"nameLocation": "268:12:53",
|
|
130
130
|
"nodeType": "FunctionDefinition",
|
|
131
131
|
"parameters": {
|
|
132
|
-
"id":
|
|
132
|
+
"id": 20986,
|
|
133
133
|
"nodeType": "ParameterList",
|
|
134
134
|
"parameters": [],
|
|
135
135
|
"src": "280:2:53"
|
|
136
136
|
},
|
|
137
137
|
"returnParameters": {
|
|
138
|
-
"id":
|
|
138
|
+
"id": 20987,
|
|
139
139
|
"nodeType": "ParameterList",
|
|
140
140
|
"parameters": [],
|
|
141
141
|
"src": "299:0:53"
|
|
142
142
|
},
|
|
143
|
-
"scope":
|
|
143
|
+
"scope": 20999,
|
|
144
144
|
"src": "259:41:53",
|
|
145
145
|
"stateMutability": "payable",
|
|
146
146
|
"virtual": false,
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
{
|
|
150
150
|
"functionSelector": "7687d19b",
|
|
151
|
-
"id":
|
|
151
|
+
"id": 20993,
|
|
152
152
|
"implemented": false,
|
|
153
153
|
"kind": "function",
|
|
154
154
|
"modifiers": [],
|
|
@@ -156,17 +156,17 @@
|
|
|
156
156
|
"nameLocation": "314:14:53",
|
|
157
157
|
"nodeType": "FunctionDefinition",
|
|
158
158
|
"parameters": {
|
|
159
|
-
"id":
|
|
159
|
+
"id": 20991,
|
|
160
160
|
"nodeType": "ParameterList",
|
|
161
161
|
"parameters": [
|
|
162
162
|
{
|
|
163
163
|
"constant": false,
|
|
164
|
-
"id":
|
|
164
|
+
"id": 20990,
|
|
165
165
|
"mutability": "mutable",
|
|
166
166
|
"name": "to",
|
|
167
167
|
"nameLocation": "337:2:53",
|
|
168
168
|
"nodeType": "VariableDeclaration",
|
|
169
|
-
"scope":
|
|
169
|
+
"scope": 20993,
|
|
170
170
|
"src": "329:10:53",
|
|
171
171
|
"stateVariable": false,
|
|
172
172
|
"storageLocation": "default",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"typeString": "address"
|
|
176
176
|
},
|
|
177
177
|
"typeName": {
|
|
178
|
-
"id":
|
|
178
|
+
"id": 20989,
|
|
179
179
|
"name": "address",
|
|
180
180
|
"nodeType": "ElementaryTypeName",
|
|
181
181
|
"src": "329:7:53",
|
|
@@ -191,12 +191,12 @@
|
|
|
191
191
|
"src": "328:12:53"
|
|
192
192
|
},
|
|
193
193
|
"returnParameters": {
|
|
194
|
-
"id":
|
|
194
|
+
"id": 20992,
|
|
195
195
|
"nodeType": "ParameterList",
|
|
196
196
|
"parameters": [],
|
|
197
197
|
"src": "357:0:53"
|
|
198
198
|
},
|
|
199
|
-
"scope":
|
|
199
|
+
"scope": 20999,
|
|
200
200
|
"src": "305:53:53",
|
|
201
201
|
"stateMutability": "payable",
|
|
202
202
|
"virtual": false,
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
"functionSelector": "160e8be3",
|
|
207
|
-
"id":
|
|
207
|
+
"id": 20998,
|
|
208
208
|
"implemented": false,
|
|
209
209
|
"kind": "function",
|
|
210
210
|
"modifiers": [],
|
|
@@ -212,17 +212,17 @@
|
|
|
212
212
|
"nameLocation": "372:14:53",
|
|
213
213
|
"nodeType": "FunctionDefinition",
|
|
214
214
|
"parameters": {
|
|
215
|
-
"id":
|
|
215
|
+
"id": 20996,
|
|
216
216
|
"nodeType": "ParameterList",
|
|
217
217
|
"parameters": [
|
|
218
218
|
{
|
|
219
219
|
"constant": false,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 20995,
|
|
221
221
|
"mutability": "mutable",
|
|
222
222
|
"name": "wad",
|
|
223
223
|
"nameLocation": "392:3:53",
|
|
224
224
|
"nodeType": "VariableDeclaration",
|
|
225
|
-
"scope":
|
|
225
|
+
"scope": 20998,
|
|
226
226
|
"src": "387:8:53",
|
|
227
227
|
"stateVariable": false,
|
|
228
228
|
"storageLocation": "default",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"typeString": "uint256"
|
|
232
232
|
},
|
|
233
233
|
"typeName": {
|
|
234
|
-
"id":
|
|
234
|
+
"id": 20994,
|
|
235
235
|
"name": "uint",
|
|
236
236
|
"nodeType": "ElementaryTypeName",
|
|
237
237
|
"src": "387:4:53",
|
|
@@ -246,19 +246,19 @@
|
|
|
246
246
|
"src": "386:10:53"
|
|
247
247
|
},
|
|
248
248
|
"returnParameters": {
|
|
249
|
-
"id":
|
|
249
|
+
"id": 20997,
|
|
250
250
|
"nodeType": "ParameterList",
|
|
251
251
|
"parameters": [],
|
|
252
252
|
"src": "405:0:53"
|
|
253
253
|
},
|
|
254
|
-
"scope":
|
|
254
|
+
"scope": 20999,
|
|
255
255
|
"src": "363:43:53",
|
|
256
256
|
"stateMutability": "nonpayable",
|
|
257
257
|
"virtual": false,
|
|
258
258
|
"visibility": "external"
|
|
259
259
|
}
|
|
260
260
|
],
|
|
261
|
-
"scope":
|
|
261
|
+
"scope": 21006,
|
|
262
262
|
"src": "205:203:53",
|
|
263
263
|
"usedErrors": []
|
|
264
264
|
},
|
|
@@ -267,31 +267,31 @@
|
|
|
267
267
|
"baseContracts": [
|
|
268
268
|
{
|
|
269
269
|
"baseName": {
|
|
270
|
-
"id":
|
|
270
|
+
"id": 21001,
|
|
271
271
|
"name": "ISETHCustom",
|
|
272
272
|
"nameLocations": [
|
|
273
273
|
"546:11:53"
|
|
274
274
|
],
|
|
275
275
|
"nodeType": "IdentifierPath",
|
|
276
|
-
"referencedDeclaration":
|
|
276
|
+
"referencedDeclaration": 20999,
|
|
277
277
|
"src": "546:11:53"
|
|
278
278
|
},
|
|
279
|
-
"id":
|
|
279
|
+
"id": 21002,
|
|
280
280
|
"nodeType": "InheritanceSpecifier",
|
|
281
281
|
"src": "546:11:53"
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"baseName": {
|
|
285
|
-
"id":
|
|
285
|
+
"id": 21003,
|
|
286
286
|
"name": "ISuperToken",
|
|
287
287
|
"nameLocations": [
|
|
288
288
|
"559:11:53"
|
|
289
289
|
],
|
|
290
290
|
"nodeType": "IdentifierPath",
|
|
291
|
-
"referencedDeclaration":
|
|
291
|
+
"referencedDeclaration": 19940,
|
|
292
292
|
"src": "559:11:53"
|
|
293
293
|
},
|
|
294
|
-
"id":
|
|
294
|
+
"id": 21004,
|
|
295
295
|
"nodeType": "InheritanceSpecifier",
|
|
296
296
|
"src": "559:11:53"
|
|
297
297
|
}
|
|
@@ -300,34 +300,34 @@
|
|
|
300
300
|
"contractDependencies": [],
|
|
301
301
|
"contractKind": "interface",
|
|
302
302
|
"documentation": {
|
|
303
|
-
"id":
|
|
303
|
+
"id": 21000,
|
|
304
304
|
"nodeType": "StructuredDocumentation",
|
|
305
305
|
"src": "410:71:53",
|
|
306
306
|
"text": " @title Super ETH (SETH) full interface\n @author Superfluid"
|
|
307
307
|
},
|
|
308
308
|
"fullyImplemented": false,
|
|
309
|
-
"id":
|
|
309
|
+
"id": 21005,
|
|
310
310
|
"linearizedBaseContracts": [
|
|
311
|
-
|
|
312
|
-
|
|
311
|
+
21005,
|
|
312
|
+
19940,
|
|
313
313
|
2352,
|
|
314
314
|
1630,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
315
|
+
21027,
|
|
316
|
+
20947,
|
|
317
|
+
20999
|
|
318
318
|
],
|
|
319
319
|
"name": "ISETH",
|
|
320
320
|
"nameLocation": "537:5:53",
|
|
321
321
|
"nodeType": "ContractDefinition",
|
|
322
322
|
"nodes": [],
|
|
323
|
-
"scope":
|
|
323
|
+
"scope": 21006,
|
|
324
324
|
"src": "527:46:53",
|
|
325
325
|
"usedErrors": [
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
326
|
+
19577,
|
|
327
|
+
19579,
|
|
328
|
+
19581,
|
|
329
|
+
19583,
|
|
330
|
+
19585
|
|
331
331
|
]
|
|
332
332
|
}
|
|
333
333
|
],
|
|
@@ -339,7 +339,7 @@
|
|
|
339
339
|
},
|
|
340
340
|
"networks": {},
|
|
341
341
|
"schemaVersion": "3.4.9",
|
|
342
|
-
"updatedAt": "2022-09-
|
|
342
|
+
"updatedAt": "2022-09-21T11:06:18.156Z",
|
|
343
343
|
"devdoc": {
|
|
344
344
|
"author": "Superfluid",
|
|
345
345
|
"kind": "dev",
|
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
|
|
69
69
|
"exportedSymbols": {
|
|
70
70
|
"ISuperAgreement": [
|
|
71
|
-
|
|
71
|
+
19438
|
|
72
72
|
],
|
|
73
73
|
"ISuperfluidToken": [
|
|
74
|
-
|
|
74
|
+
20947
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
|
-
"id":
|
|
77
|
+
"id": 19439,
|
|
78
78
|
"license": "AGPLv3",
|
|
79
79
|
"nodeType": "SourceUnit",
|
|
80
80
|
"nodes": [
|
|
81
81
|
{
|
|
82
|
-
"id":
|
|
82
|
+
"id": 19411,
|
|
83
83
|
"literals": [
|
|
84
84
|
"solidity",
|
|
85
85
|
">=",
|
|
@@ -92,20 +92,20 @@
|
|
|
92
92
|
{
|
|
93
93
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
|
|
94
94
|
"file": "./ISuperfluidToken.sol",
|
|
95
|
-
"id":
|
|
95
|
+
"id": 19413,
|
|
96
96
|
"nameLocation": "-1:-1:-1",
|
|
97
97
|
"nodeType": "ImportDirective",
|
|
98
|
-
"scope":
|
|
99
|
-
"sourceUnit":
|
|
98
|
+
"scope": 19439,
|
|
99
|
+
"sourceUnit": 20948,
|
|
100
100
|
"src": "62:58:44",
|
|
101
101
|
"symbolAliases": [
|
|
102
102
|
{
|
|
103
103
|
"foreign": {
|
|
104
|
-
"id":
|
|
104
|
+
"id": 19412,
|
|
105
105
|
"name": "ISuperfluidToken",
|
|
106
106
|
"nodeType": "Identifier",
|
|
107
107
|
"overloadedDeclarations": [],
|
|
108
|
-
"referencedDeclaration":
|
|
108
|
+
"referencedDeclaration": 20947,
|
|
109
109
|
"src": "71:16:44",
|
|
110
110
|
"typeDescriptions": {}
|
|
111
111
|
},
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
"contractDependencies": [],
|
|
122
122
|
"contractKind": "interface",
|
|
123
123
|
"documentation": {
|
|
124
|
-
"id":
|
|
124
|
+
"id": 19414,
|
|
125
125
|
"nodeType": "StructuredDocumentation",
|
|
126
126
|
"src": "122:65:44",
|
|
127
127
|
"text": " @title Super agreement interface\n @author Superfluid"
|
|
128
128
|
},
|
|
129
129
|
"fullyImplemented": false,
|
|
130
|
-
"id":
|
|
130
|
+
"id": 19438,
|
|
131
131
|
"linearizedBaseContracts": [
|
|
132
|
-
|
|
132
|
+
19438
|
|
133
133
|
],
|
|
134
134
|
"name": "ISuperAgreement",
|
|
135
135
|
"nameLocation": "198:15:44",
|
|
@@ -137,13 +137,13 @@
|
|
|
137
137
|
"nodes": [
|
|
138
138
|
{
|
|
139
139
|
"documentation": {
|
|
140
|
-
"id":
|
|
140
|
+
"id": 19415,
|
|
141
141
|
"nodeType": "StructuredDocumentation",
|
|
142
142
|
"src": "221:59:44",
|
|
143
143
|
"text": " @dev Get the type of the agreement class"
|
|
144
144
|
},
|
|
145
145
|
"functionSelector": "7730599e",
|
|
146
|
-
"id":
|
|
146
|
+
"id": 19420,
|
|
147
147
|
"implemented": false,
|
|
148
148
|
"kind": "function",
|
|
149
149
|
"modifiers": [],
|
|
@@ -151,23 +151,23 @@
|
|
|
151
151
|
"nameLocation": "294:13:44",
|
|
152
152
|
"nodeType": "FunctionDefinition",
|
|
153
153
|
"parameters": {
|
|
154
|
-
"id":
|
|
154
|
+
"id": 19416,
|
|
155
155
|
"nodeType": "ParameterList",
|
|
156
156
|
"parameters": [],
|
|
157
157
|
"src": "307:2:44"
|
|
158
158
|
},
|
|
159
159
|
"returnParameters": {
|
|
160
|
-
"id":
|
|
160
|
+
"id": 19419,
|
|
161
161
|
"nodeType": "ParameterList",
|
|
162
162
|
"parameters": [
|
|
163
163
|
{
|
|
164
164
|
"constant": false,
|
|
165
|
-
"id":
|
|
165
|
+
"id": 19418,
|
|
166
166
|
"mutability": "mutable",
|
|
167
167
|
"name": "",
|
|
168
168
|
"nameLocation": "-1:-1:-1",
|
|
169
169
|
"nodeType": "VariableDeclaration",
|
|
170
|
-
"scope":
|
|
170
|
+
"scope": 19420,
|
|
171
171
|
"src": "333:7:44",
|
|
172
172
|
"stateVariable": false,
|
|
173
173
|
"storageLocation": "default",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"typeString": "bytes32"
|
|
177
177
|
},
|
|
178
178
|
"typeName": {
|
|
179
|
-
"id":
|
|
179
|
+
"id": 19417,
|
|
180
180
|
"name": "bytes32",
|
|
181
181
|
"nodeType": "ElementaryTypeName",
|
|
182
182
|
"src": "333:7:44",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
],
|
|
191
191
|
"src": "332:9:44"
|
|
192
192
|
},
|
|
193
|
-
"scope":
|
|
193
|
+
"scope": 19438,
|
|
194
194
|
"src": "285:57:44",
|
|
195
195
|
"stateMutability": "view",
|
|
196
196
|
"virtual": false,
|
|
@@ -198,13 +198,13 @@
|
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"documentation": {
|
|
201
|
-
"id":
|
|
201
|
+
"id": 19421,
|
|
202
202
|
"nodeType": "StructuredDocumentation",
|
|
203
203
|
"src": "348:425:44",
|
|
204
204
|
"text": " @dev Calculate the real-time balance for the account of this agreement class\n @param account Account the state belongs to\n @param time Time used for the calculation\n @return dynamicBalance Dynamic balance portion of real-time balance of this agreement\n @return deposit Account deposit amount of this agreement\n @return owedDeposit Account owed deposit amount of this agreement"
|
|
205
205
|
},
|
|
206
206
|
"functionSelector": "9b2e48bc",
|
|
207
|
-
"id":
|
|
207
|
+
"id": 19437,
|
|
208
208
|
"implemented": false,
|
|
209
209
|
"kind": "function",
|
|
210
210
|
"modifiers": [],
|
|
@@ -212,41 +212,41 @@
|
|
|
212
212
|
"nameLocation": "787:17:44",
|
|
213
213
|
"nodeType": "FunctionDefinition",
|
|
214
214
|
"parameters": {
|
|
215
|
-
"id":
|
|
215
|
+
"id": 19429,
|
|
216
216
|
"nodeType": "ParameterList",
|
|
217
217
|
"parameters": [
|
|
218
218
|
{
|
|
219
219
|
"constant": false,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 19424,
|
|
221
221
|
"mutability": "mutable",
|
|
222
222
|
"name": "token",
|
|
223
223
|
"nameLocation": "831:5:44",
|
|
224
224
|
"nodeType": "VariableDeclaration",
|
|
225
|
-
"scope":
|
|
225
|
+
"scope": 19437,
|
|
226
226
|
"src": "814:22:44",
|
|
227
227
|
"stateVariable": false,
|
|
228
228
|
"storageLocation": "default",
|
|
229
229
|
"typeDescriptions": {
|
|
230
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
230
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
231
231
|
"typeString": "contract ISuperfluidToken"
|
|
232
232
|
},
|
|
233
233
|
"typeName": {
|
|
234
|
-
"id":
|
|
234
|
+
"id": 19423,
|
|
235
235
|
"nodeType": "UserDefinedTypeName",
|
|
236
236
|
"pathNode": {
|
|
237
|
-
"id":
|
|
237
|
+
"id": 19422,
|
|
238
238
|
"name": "ISuperfluidToken",
|
|
239
239
|
"nameLocations": [
|
|
240
240
|
"814:16:44"
|
|
241
241
|
],
|
|
242
242
|
"nodeType": "IdentifierPath",
|
|
243
|
-
"referencedDeclaration":
|
|
243
|
+
"referencedDeclaration": 20947,
|
|
244
244
|
"src": "814:16:44"
|
|
245
245
|
},
|
|
246
|
-
"referencedDeclaration":
|
|
246
|
+
"referencedDeclaration": 20947,
|
|
247
247
|
"src": "814:16:44",
|
|
248
248
|
"typeDescriptions": {
|
|
249
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
249
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
|
|
250
250
|
"typeString": "contract ISuperfluidToken"
|
|
251
251
|
}
|
|
252
252
|
},
|
|
@@ -254,12 +254,12 @@
|
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
256
|
"constant": false,
|
|
257
|
-
"id":
|
|
257
|
+
"id": 19426,
|
|
258
258
|
"mutability": "mutable",
|
|
259
259
|
"name": "account",
|
|
260
260
|
"nameLocation": "854:7:44",
|
|
261
261
|
"nodeType": "VariableDeclaration",
|
|
262
|
-
"scope":
|
|
262
|
+
"scope": 19437,
|
|
263
263
|
"src": "846:15:44",
|
|
264
264
|
"stateVariable": false,
|
|
265
265
|
"storageLocation": "default",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
"typeString": "address"
|
|
269
269
|
},
|
|
270
270
|
"typeName": {
|
|
271
|
-
"id":
|
|
271
|
+
"id": 19425,
|
|
272
272
|
"name": "address",
|
|
273
273
|
"nodeType": "ElementaryTypeName",
|
|
274
274
|
"src": "846:7:44",
|
|
@@ -282,12 +282,12 @@
|
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"constant": false,
|
|
285
|
-
"id":
|
|
285
|
+
"id": 19428,
|
|
286
286
|
"mutability": "mutable",
|
|
287
287
|
"name": "time",
|
|
288
288
|
"nameLocation": "879:4:44",
|
|
289
289
|
"nodeType": "VariableDeclaration",
|
|
290
|
-
"scope":
|
|
290
|
+
"scope": 19437,
|
|
291
291
|
"src": "871:12:44",
|
|
292
292
|
"stateVariable": false,
|
|
293
293
|
"storageLocation": "default",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"typeString": "uint256"
|
|
297
297
|
},
|
|
298
298
|
"typeName": {
|
|
299
|
-
"id":
|
|
299
|
+
"id": 19427,
|
|
300
300
|
"name": "uint256",
|
|
301
301
|
"nodeType": "ElementaryTypeName",
|
|
302
302
|
"src": "871:7:44",
|
|
@@ -311,17 +311,17 @@
|
|
|
311
311
|
"src": "804:85:44"
|
|
312
312
|
},
|
|
313
313
|
"returnParameters": {
|
|
314
|
-
"id":
|
|
314
|
+
"id": 19436,
|
|
315
315
|
"nodeType": "ParameterList",
|
|
316
316
|
"parameters": [
|
|
317
317
|
{
|
|
318
318
|
"constant": false,
|
|
319
|
-
"id":
|
|
319
|
+
"id": 19431,
|
|
320
320
|
"mutability": "mutable",
|
|
321
321
|
"name": "dynamicBalance",
|
|
322
322
|
"nameLocation": "957:14:44",
|
|
323
323
|
"nodeType": "VariableDeclaration",
|
|
324
|
-
"scope":
|
|
324
|
+
"scope": 19437,
|
|
325
325
|
"src": "950:21:44",
|
|
326
326
|
"stateVariable": false,
|
|
327
327
|
"storageLocation": "default",
|
|
@@ -330,7 +330,7 @@
|
|
|
330
330
|
"typeString": "int256"
|
|
331
331
|
},
|
|
332
332
|
"typeName": {
|
|
333
|
-
"id":
|
|
333
|
+
"id": 19430,
|
|
334
334
|
"name": "int256",
|
|
335
335
|
"nodeType": "ElementaryTypeName",
|
|
336
336
|
"src": "950:6:44",
|
|
@@ -343,12 +343,12 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"constant": false,
|
|
346
|
-
"id":
|
|
346
|
+
"id": 19433,
|
|
347
347
|
"mutability": "mutable",
|
|
348
348
|
"name": "deposit",
|
|
349
349
|
"nameLocation": "993:7:44",
|
|
350
350
|
"nodeType": "VariableDeclaration",
|
|
351
|
-
"scope":
|
|
351
|
+
"scope": 19437,
|
|
352
352
|
"src": "985:15:44",
|
|
353
353
|
"stateVariable": false,
|
|
354
354
|
"storageLocation": "default",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"typeString": "uint256"
|
|
358
358
|
},
|
|
359
359
|
"typeName": {
|
|
360
|
-
"id":
|
|
360
|
+
"id": 19432,
|
|
361
361
|
"name": "uint256",
|
|
362
362
|
"nodeType": "ElementaryTypeName",
|
|
363
363
|
"src": "985:7:44",
|
|
@@ -370,12 +370,12 @@
|
|
|
370
370
|
},
|
|
371
371
|
{
|
|
372
372
|
"constant": false,
|
|
373
|
-
"id":
|
|
373
|
+
"id": 19435,
|
|
374
374
|
"mutability": "mutable",
|
|
375
375
|
"name": "owedDeposit",
|
|
376
376
|
"nameLocation": "1022:11:44",
|
|
377
377
|
"nodeType": "VariableDeclaration",
|
|
378
|
-
"scope":
|
|
378
|
+
"scope": 19437,
|
|
379
379
|
"src": "1014:19:44",
|
|
380
380
|
"stateVariable": false,
|
|
381
381
|
"storageLocation": "default",
|
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"typeString": "uint256"
|
|
385
385
|
},
|
|
386
386
|
"typeName": {
|
|
387
|
-
"id":
|
|
387
|
+
"id": 19434,
|
|
388
388
|
"name": "uint256",
|
|
389
389
|
"nodeType": "ElementaryTypeName",
|
|
390
390
|
"src": "1014:7:44",
|
|
@@ -398,14 +398,14 @@
|
|
|
398
398
|
],
|
|
399
399
|
"src": "936:107:44"
|
|
400
400
|
},
|
|
401
|
-
"scope":
|
|
401
|
+
"scope": 19438,
|
|
402
402
|
"src": "778:266:44",
|
|
403
403
|
"stateMutability": "view",
|
|
404
404
|
"virtual": false,
|
|
405
405
|
"visibility": "external"
|
|
406
406
|
}
|
|
407
407
|
],
|
|
408
|
-
"scope":
|
|
408
|
+
"scope": 19439,
|
|
409
409
|
"src": "188:859:44",
|
|
410
410
|
"usedErrors": []
|
|
411
411
|
}
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
},
|
|
419
419
|
"networks": {},
|
|
420
420
|
"schemaVersion": "3.4.9",
|
|
421
|
-
"updatedAt": "2022-09-
|
|
421
|
+
"updatedAt": "2022-09-21T11:06:18.141Z",
|
|
422
422
|
"devdoc": {
|
|
423
423
|
"author": "Superfluid",
|
|
424
424
|
"kind": "dev",
|