@superfluid-finance/ethereum-contracts 1.7.2-dev.09f3be3.0 → 1.7.2-dev.2cebc84.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/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- 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 +18 -18
- package/build/contracts/AgreementLibrary.json +165 -165
- package/build/contracts/BaseRelayRecipient.json +57 -57
- package/build/contracts/BatchLiquidator.json +382 -382
- package/build/contracts/BatchOperation.json +614 -614
- package/build/contracts/CFAv1Forwarder.json +1250 -1250
- package/build/contracts/CFAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/CFAv1Library.json +389 -389
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
- package/build/contracts/ConstantFlowAgreementV1.json +1087 -1087
- package/build/contracts/ConstantInflowNFT.json +402 -402
- package/build/contracts/ConstantOutflowNFT.json +661 -661
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +614 -614
- 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/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC777Helper.json +384 -384
- package/build/contracts/ERC777RecipientDrainingGas.json +863 -863
- package/build/contracts/ERC777RecipientReverting.json +863 -863
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1526 -1526
- package/build/contracts/FlowNFTBase.json +1280 -1280
- package/build/contracts/FlowOperatorDefinitions.json +614 -614
- package/build/contracts/ForwarderBase.json +190 -190
- 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 +677 -677
- package/build/contracts/IConstantInflowNFT.json +54 -54
- package/build/contracts/IConstantOutflowNFT.json +107 -107
- package/build/contracts/IDAv1Forwarder.json +912 -912
- package/build/contracts/IDAv1ForwarderDeployerLibrary.json +2384 -2384
- package/build/contracts/IDAv1Library.json +430 -430
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.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/IFlowNFTBase.json +115 -115
- package/build/contracts/IInstantDistributionAgreementV1.json +667 -667
- package/build/contracts/IMultiSigWallet.json +31 -31
- package/build/contracts/IPoolAdminNFT.json +7 -7
- package/build/contracts/IPoolMemberNFT.json +7 -7
- package/build/contracts/IPureSuperToken.json +62 -62
- package/build/contracts/IPureSuperTokenCustom.json +62 -62
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +67 -67
- package/build/contracts/ISETHCustom.json +67 -67
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +695 -695
- package/build/contracts/ISuperTokenFactory.json +225 -225
- package/build/contracts/ISuperfluid.json +904 -904
- package/build/contracts/ISuperfluidGovernance.json +251 -251
- package/build/contracts/ISuperfluidToken.json +407 -407
- package/build/contracts/ITOGAv1.json +1346 -1346
- package/build/contracts/ITOGAv2.json +1346 -1346
- package/build/contracts/ITOGAv3.json +1346 -1346
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +594 -594
- package/build/contracts/Math.json +1 -1
- package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- package/build/contracts/ProxyDeployerLibrary.json +2382 -2382
- 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/SafeGasLibrary.json +51 -51
- package/build/contracts/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +704 -704
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppBaseFlow.json +138 -138
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +1483 -1483
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +5196 -5196
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidFrameworkDeployer.json +1260 -1260
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2382 -2382
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidGovernanceBase.json +2449 -2449
- package/build/contracts/SuperfluidGovernanceConfigs.json +614 -614
- package/build/contracts/SuperfluidGovernanceII.json +155 -155
- package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
- package/build/contracts/SuperfluidHostDeployerLibrary.json +2382 -2382
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2383 -2383
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2384 -2384
- package/build/contracts/SuperfluidLoaderLibrary.json +485 -351
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2385 -2385
- package/build/contracts/SuperfluidToken.json +1423 -1423
- package/build/contracts/TOGA.json +1360 -1360
- package/build/contracts/TestGovernance.json +250 -250
- package/build/contracts/TestResolver.json +47 -47
- package/build/contracts/TestToken.json +102 -102
- package/build/contracts/TokenDeployerLibrary.json +2384 -2384
- 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 +15 -15
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js.map +1 -1
- package/contracts/apps/SuperfluidLoaderLibrary.sol +4 -1
- package/package.json +4 -5
- package/ops-scripts/.eslintrc.js +0 -15
- package/ops-scripts/artifacts/ERC1820Registry.json +0 -5
- package/ops-scripts/deploy-aux-contracts.js +0 -99
- package/ops-scripts/deploy-deterministically.js +0 -169
- package/ops-scripts/deploy-erc1820.js +0 -83
- package/ops-scripts/deploy-framework.js +0 -895
- package/ops-scripts/deploy-mfa.ts +0 -27
- package/ops-scripts/deploy-super-token.js +0 -206
- package/ops-scripts/deploy-test-environment.js +0 -98
- package/ops-scripts/deploy-test-token.js +0 -86
- package/ops-scripts/deploy-unlisted-pure-super-token.js +0 -69
- package/ops-scripts/deploy-unlisted-super-token.js +0 -68
- package/ops-scripts/gov-create-new-app-registration-key.js +0 -75
- package/ops-scripts/gov-create-new-factory-registration.js +0 -49
- package/ops-scripts/gov-set-3Ps-config.js +0 -67
- package/ops-scripts/gov-set-reward-address.js +0 -60
- package/ops-scripts/gov-set-token-min-deposit.js +0 -53
- package/ops-scripts/gov-set-trusted-forwarder.js +0 -80
- package/ops-scripts/gov-transfer-framework-ownership.js +0 -90
- package/ops-scripts/gov-upgrade-governance.js +0 -87
- package/ops-scripts/gov-upgrade-super-token-logic.js +0 -193
- package/ops-scripts/info-inspect-account.js +0 -118
- package/ops-scripts/info-list-apps.js +0 -55
- package/ops-scripts/info-print-contract-addresses.js +0 -136
- package/ops-scripts/info-scan-deployments.js +0 -63
- package/ops-scripts/info-show-protocol.js +0 -400
- package/ops-scripts/libs/common.js +0 -436
- package/ops-scripts/libs/getConfig.js +0 -289
- package/ops-scripts/libs/truffleScriptRunnerFactory.js +0 -97
- package/ops-scripts/resolver-list-super-token.js +0 -73
- package/ops-scripts/resolver-register-token.js +0 -72
- package/ops-scripts/resolver-reset-deployment.js +0 -54
- package/ops-scripts/resolver-set-key-value.js +0 -69
- package/ops-scripts/resolver-unlist-super-token.js +0 -61
- package/ops-scripts/tmp-trigger-token-transfer.js +0 -33
- package/ops-scripts/validate-nft-addresses.ts +0 -49
|
@@ -68,18 +68,18 @@
|
|
|
68
68
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
|
|
69
69
|
"exportedSymbols": {
|
|
70
70
|
"ISuperAgreement": [
|
|
71
|
-
|
|
71
|
+
23806
|
|
72
72
|
],
|
|
73
73
|
"ISuperfluidToken": [
|
|
74
|
-
|
|
74
|
+
25463
|
|
75
75
|
]
|
|
76
76
|
},
|
|
77
|
-
"id":
|
|
77
|
+
"id": 23807,
|
|
78
78
|
"license": "MIT",
|
|
79
79
|
"nodeType": "SourceUnit",
|
|
80
80
|
"nodes": [
|
|
81
81
|
{
|
|
82
|
-
"id":
|
|
82
|
+
"id": 23779,
|
|
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": 23781,
|
|
96
96
|
"nameLocation": "-1:-1:-1",
|
|
97
97
|
"nodeType": "ImportDirective",
|
|
98
|
-
"scope":
|
|
99
|
-
"sourceUnit":
|
|
98
|
+
"scope": 23807,
|
|
99
|
+
"sourceUnit": 25464,
|
|
100
100
|
"src": "59:58:51",
|
|
101
101
|
"symbolAliases": [
|
|
102
102
|
{
|
|
103
103
|
"foreign": {
|
|
104
|
-
"id":
|
|
104
|
+
"id": 23780,
|
|
105
105
|
"name": "ISuperfluidToken",
|
|
106
106
|
"nodeType": "Identifier",
|
|
107
107
|
"overloadedDeclarations": [],
|
|
108
|
-
"referencedDeclaration":
|
|
108
|
+
"referencedDeclaration": 25463,
|
|
109
109
|
"src": "68:16:51",
|
|
110
110
|
"typeDescriptions": {}
|
|
111
111
|
},
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
"contractDependencies": [],
|
|
122
122
|
"contractKind": "interface",
|
|
123
123
|
"documentation": {
|
|
124
|
-
"id":
|
|
124
|
+
"id": 23782,
|
|
125
125
|
"nodeType": "StructuredDocumentation",
|
|
126
126
|
"src": "119:65:51",
|
|
127
127
|
"text": " @title Super agreement interface\n @author Superfluid"
|
|
128
128
|
},
|
|
129
129
|
"fullyImplemented": false,
|
|
130
|
-
"id":
|
|
130
|
+
"id": 23806,
|
|
131
131
|
"linearizedBaseContracts": [
|
|
132
|
-
|
|
132
|
+
23806
|
|
133
133
|
],
|
|
134
134
|
"name": "ISuperAgreement",
|
|
135
135
|
"nameLocation": "195:15:51",
|
|
@@ -137,13 +137,13 @@
|
|
|
137
137
|
"nodes": [
|
|
138
138
|
{
|
|
139
139
|
"documentation": {
|
|
140
|
-
"id":
|
|
140
|
+
"id": 23783,
|
|
141
141
|
"nodeType": "StructuredDocumentation",
|
|
142
142
|
"src": "218:59:51",
|
|
143
143
|
"text": " @dev Get the type of the agreement class"
|
|
144
144
|
},
|
|
145
145
|
"functionSelector": "7730599e",
|
|
146
|
-
"id":
|
|
146
|
+
"id": 23788,
|
|
147
147
|
"implemented": false,
|
|
148
148
|
"kind": "function",
|
|
149
149
|
"modifiers": [],
|
|
@@ -151,23 +151,23 @@
|
|
|
151
151
|
"nameLocation": "291:13:51",
|
|
152
152
|
"nodeType": "FunctionDefinition",
|
|
153
153
|
"parameters": {
|
|
154
|
-
"id":
|
|
154
|
+
"id": 23784,
|
|
155
155
|
"nodeType": "ParameterList",
|
|
156
156
|
"parameters": [],
|
|
157
157
|
"src": "304:2:51"
|
|
158
158
|
},
|
|
159
159
|
"returnParameters": {
|
|
160
|
-
"id":
|
|
160
|
+
"id": 23787,
|
|
161
161
|
"nodeType": "ParameterList",
|
|
162
162
|
"parameters": [
|
|
163
163
|
{
|
|
164
164
|
"constant": false,
|
|
165
|
-
"id":
|
|
165
|
+
"id": 23786,
|
|
166
166
|
"mutability": "mutable",
|
|
167
167
|
"name": "",
|
|
168
168
|
"nameLocation": "-1:-1:-1",
|
|
169
169
|
"nodeType": "VariableDeclaration",
|
|
170
|
-
"scope":
|
|
170
|
+
"scope": 23788,
|
|
171
171
|
"src": "330:7:51",
|
|
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": 23785,
|
|
180
180
|
"name": "bytes32",
|
|
181
181
|
"nodeType": "ElementaryTypeName",
|
|
182
182
|
"src": "330:7:51",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
],
|
|
191
191
|
"src": "329:9:51"
|
|
192
192
|
},
|
|
193
|
-
"scope":
|
|
193
|
+
"scope": 23806,
|
|
194
194
|
"src": "282:57:51",
|
|
195
195
|
"stateMutability": "view",
|
|
196
196
|
"virtual": false,
|
|
@@ -198,13 +198,13 @@
|
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
"documentation": {
|
|
201
|
-
"id":
|
|
201
|
+
"id": 23789,
|
|
202
202
|
"nodeType": "StructuredDocumentation",
|
|
203
203
|
"src": "345:425:51",
|
|
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": 23805,
|
|
208
208
|
"implemented": false,
|
|
209
209
|
"kind": "function",
|
|
210
210
|
"modifiers": [],
|
|
@@ -212,41 +212,41 @@
|
|
|
212
212
|
"nameLocation": "784:17:51",
|
|
213
213
|
"nodeType": "FunctionDefinition",
|
|
214
214
|
"parameters": {
|
|
215
|
-
"id":
|
|
215
|
+
"id": 23797,
|
|
216
216
|
"nodeType": "ParameterList",
|
|
217
217
|
"parameters": [
|
|
218
218
|
{
|
|
219
219
|
"constant": false,
|
|
220
|
-
"id":
|
|
220
|
+
"id": 23792,
|
|
221
221
|
"mutability": "mutable",
|
|
222
222
|
"name": "token",
|
|
223
223
|
"nameLocation": "828:5:51",
|
|
224
224
|
"nodeType": "VariableDeclaration",
|
|
225
|
-
"scope":
|
|
225
|
+
"scope": 23805,
|
|
226
226
|
"src": "811:22:51",
|
|
227
227
|
"stateVariable": false,
|
|
228
228
|
"storageLocation": "default",
|
|
229
229
|
"typeDescriptions": {
|
|
230
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
230
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
|
|
231
231
|
"typeString": "contract ISuperfluidToken"
|
|
232
232
|
},
|
|
233
233
|
"typeName": {
|
|
234
|
-
"id":
|
|
234
|
+
"id": 23791,
|
|
235
235
|
"nodeType": "UserDefinedTypeName",
|
|
236
236
|
"pathNode": {
|
|
237
|
-
"id":
|
|
237
|
+
"id": 23790,
|
|
238
238
|
"name": "ISuperfluidToken",
|
|
239
239
|
"nameLocations": [
|
|
240
240
|
"811:16:51"
|
|
241
241
|
],
|
|
242
242
|
"nodeType": "IdentifierPath",
|
|
243
|
-
"referencedDeclaration":
|
|
243
|
+
"referencedDeclaration": 25463,
|
|
244
244
|
"src": "811:16:51"
|
|
245
245
|
},
|
|
246
|
-
"referencedDeclaration":
|
|
246
|
+
"referencedDeclaration": 25463,
|
|
247
247
|
"src": "811:16:51",
|
|
248
248
|
"typeDescriptions": {
|
|
249
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
249
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25463",
|
|
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": 23794,
|
|
258
258
|
"mutability": "mutable",
|
|
259
259
|
"name": "account",
|
|
260
260
|
"nameLocation": "851:7:51",
|
|
261
261
|
"nodeType": "VariableDeclaration",
|
|
262
|
-
"scope":
|
|
262
|
+
"scope": 23805,
|
|
263
263
|
"src": "843:15:51",
|
|
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": 23793,
|
|
272
272
|
"name": "address",
|
|
273
273
|
"nodeType": "ElementaryTypeName",
|
|
274
274
|
"src": "843:7:51",
|
|
@@ -282,12 +282,12 @@
|
|
|
282
282
|
},
|
|
283
283
|
{
|
|
284
284
|
"constant": false,
|
|
285
|
-
"id":
|
|
285
|
+
"id": 23796,
|
|
286
286
|
"mutability": "mutable",
|
|
287
287
|
"name": "time",
|
|
288
288
|
"nameLocation": "876:4:51",
|
|
289
289
|
"nodeType": "VariableDeclaration",
|
|
290
|
-
"scope":
|
|
290
|
+
"scope": 23805,
|
|
291
291
|
"src": "868:12:51",
|
|
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": 23795,
|
|
300
300
|
"name": "uint256",
|
|
301
301
|
"nodeType": "ElementaryTypeName",
|
|
302
302
|
"src": "868:7:51",
|
|
@@ -311,17 +311,17 @@
|
|
|
311
311
|
"src": "801:85:51"
|
|
312
312
|
},
|
|
313
313
|
"returnParameters": {
|
|
314
|
-
"id":
|
|
314
|
+
"id": 23804,
|
|
315
315
|
"nodeType": "ParameterList",
|
|
316
316
|
"parameters": [
|
|
317
317
|
{
|
|
318
318
|
"constant": false,
|
|
319
|
-
"id":
|
|
319
|
+
"id": 23799,
|
|
320
320
|
"mutability": "mutable",
|
|
321
321
|
"name": "dynamicBalance",
|
|
322
322
|
"nameLocation": "954:14:51",
|
|
323
323
|
"nodeType": "VariableDeclaration",
|
|
324
|
-
"scope":
|
|
324
|
+
"scope": 23805,
|
|
325
325
|
"src": "947:21:51",
|
|
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": 23798,
|
|
334
334
|
"name": "int256",
|
|
335
335
|
"nodeType": "ElementaryTypeName",
|
|
336
336
|
"src": "947:6:51",
|
|
@@ -343,12 +343,12 @@
|
|
|
343
343
|
},
|
|
344
344
|
{
|
|
345
345
|
"constant": false,
|
|
346
|
-
"id":
|
|
346
|
+
"id": 23801,
|
|
347
347
|
"mutability": "mutable",
|
|
348
348
|
"name": "deposit",
|
|
349
349
|
"nameLocation": "990:7:51",
|
|
350
350
|
"nodeType": "VariableDeclaration",
|
|
351
|
-
"scope":
|
|
351
|
+
"scope": 23805,
|
|
352
352
|
"src": "982:15:51",
|
|
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": 23800,
|
|
361
361
|
"name": "uint256",
|
|
362
362
|
"nodeType": "ElementaryTypeName",
|
|
363
363
|
"src": "982:7:51",
|
|
@@ -370,12 +370,12 @@
|
|
|
370
370
|
},
|
|
371
371
|
{
|
|
372
372
|
"constant": false,
|
|
373
|
-
"id":
|
|
373
|
+
"id": 23803,
|
|
374
374
|
"mutability": "mutable",
|
|
375
375
|
"name": "owedDeposit",
|
|
376
376
|
"nameLocation": "1019:11:51",
|
|
377
377
|
"nodeType": "VariableDeclaration",
|
|
378
|
-
"scope":
|
|
378
|
+
"scope": 23805,
|
|
379
379
|
"src": "1011:19:51",
|
|
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": 23802,
|
|
388
388
|
"name": "uint256",
|
|
389
389
|
"nodeType": "ElementaryTypeName",
|
|
390
390
|
"src": "1011:7:51",
|
|
@@ -398,14 +398,14 @@
|
|
|
398
398
|
],
|
|
399
399
|
"src": "933:107:51"
|
|
400
400
|
},
|
|
401
|
-
"scope":
|
|
401
|
+
"scope": 23806,
|
|
402
402
|
"src": "775:266:51",
|
|
403
403
|
"stateMutability": "view",
|
|
404
404
|
"virtual": false,
|
|
405
405
|
"visibility": "external"
|
|
406
406
|
}
|
|
407
407
|
],
|
|
408
|
-
"scope":
|
|
408
|
+
"scope": 23807,
|
|
409
409
|
"src": "185:859:51",
|
|
410
410
|
"usedErrors": []
|
|
411
411
|
}
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
},
|
|
419
419
|
"networks": {},
|
|
420
420
|
"schemaVersion": "3.4.13",
|
|
421
|
-
"updatedAt": "2023-
|
|
421
|
+
"updatedAt": "2023-07-13T10:28:31.725Z",
|
|
422
422
|
"devdoc": {
|
|
423
423
|
"author": "Superfluid",
|
|
424
424
|
"kind": "dev",
|