@superfluid-finance/ethereum-contracts 1.7.2-dev.3cd1f8a.0 → 1.7.2-dev.3e0e33e.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/README.md +2 -2
- package/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
- package/artifacts/contracts/apps/SuperfluidLoaderLibrary.sol/SuperfluidLoaderLibrary.json +2 -2
- package/artifacts/contracts/mocks/IDASuperAppTester.sol/IDASuperAppTester.json +2 -2
- package/artifacts/contracts/mocks/MockSmartWallet.sol/MockSmartWallet.json +2 -2
- package/artifacts/contracts/mocks/SuperAppBaseFlowTester.sol/SuperAppBaseFlowTester.json +15 -15
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockNotSelfRegistering.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp.json +2 -2
- package/artifacts/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidMock.json +2 -2
- package/artifacts/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester.json +2 -2
- package/artifacts/contracts/superfluid/Superfluid.sol/Superfluid.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeployer.sol/SuperfluidFrameworkDeployer.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/CFAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/IDAv1ForwarderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/ProxyDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperTokenDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidCFAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidFrameworkDeploymentSteps.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidGovDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidHostDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidIDAv1DeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidLoaderDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidNFTLogicDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/SuperfluidPeripheryDeployerLibrary.json +2 -2
- package/artifacts/contracts/utils/SuperfluidFrameworkDeploymentSteps.sol/TokenDeployerLibrary.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 +2387 -2387
- 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 +2387 -2387
- 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 +2385 -2385
- 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 +1580 -1537
- package/build/contracts/SuperAppDefinitions.json +614 -614
- package/build/contracts/SuperToken.json +2714 -2714
- package/build/contracts/SuperTokenDeployerLibrary.json +2386 -2386
- package/build/contracts/SuperTokenFactory.json +1347 -1347
- package/build/contracts/SuperTokenFactoryBase.json +1329 -1329
- package/build/contracts/SuperTokenV1Library.json +5632 -5632
- package/build/contracts/SuperUpgrader.json +439 -439
- package/build/contracts/Superfluid.json +7999 -7996
- package/build/contracts/SuperfluidCFAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidFrameworkDeployer.json +1263 -1263
- package/build/contracts/SuperfluidFrameworkDeploymentSteps.json +2385 -2385
- package/build/contracts/SuperfluidGovDeployerLibrary.json +2386 -2386
- 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 +2385 -2385
- package/build/contracts/SuperfluidIDAv1DeployerLibrary.json +2386 -2386
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidLoaderDeployerLibrary.json +2387 -2387
- package/build/contracts/SuperfluidLoaderLibrary.json +481 -480
- package/build/contracts/SuperfluidNFTLogicDeployerLibrary.json +2390 -2390
- package/build/contracts/SuperfluidPeripheryDeployerLibrary.json +2388 -2388
- 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 +2387 -2387
- 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/contracts/apps/SuperAppBaseFlow.d.ts +9 -9
- package/build/typechain/contracts/apps/SuperAppBaseFlow.d.ts.map +1 -1
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts +9 -9
- package/build/typechain/contracts/mocks/SuperAppBaseFlowTester.d.ts.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.d.ts +10 -10
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js +13 -13
- package/build/typechain/factories/contracts/apps/SuperAppBaseFlow__factory.js.map +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/apps/SuperfluidLoaderLibrary__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/IDASuperAppTester__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/MockSmartWallet__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts +11 -11
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.d.ts.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js +14 -14
- package/build/typechain/factories/contracts/mocks/SuperAppBaseFlowTester__factory.js.map +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppFactoryMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock2ndLevel__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockAux__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningEmptyCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockReturningInvalidCtx__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockUsingDeprecatedRegisterApp__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMockWithRegistrationKey__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperAppMocks.sol/SuperAppMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidMock__factory.js +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/mocks/SuperfluidMock.sol/SuperfluidUpgradabilityTester__factory.js +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/superfluid/Superfluid__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeployer__factory.js +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.d.ts +1 -1
- package/build/typechain/factories/contracts/utils/SuperfluidFrameworkDeploymentSteps__factory.js +1 -1
- package/contracts/apps/SuperAppBaseFlow.sol +11 -10
- package/contracts/apps/SuperfluidLoaderLibrary.sol +1 -1
- package/contracts/superfluid/Superfluid.sol +1 -0
- package/package.json +4 -3
|
@@ -250,27 +250,27 @@
|
|
|
250
250
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidGovernance.sol",
|
|
251
251
|
"exportedSymbols": {
|
|
252
252
|
"ISuperAgreement": [
|
|
253
|
-
|
|
253
|
+
23809
|
|
254
254
|
],
|
|
255
255
|
"ISuperToken": [
|
|
256
|
-
|
|
256
|
+
24397
|
|
257
257
|
],
|
|
258
258
|
"ISuperfluid": [
|
|
259
|
-
|
|
259
|
+
25051
|
|
260
260
|
],
|
|
261
261
|
"ISuperfluidGovernance": [
|
|
262
|
-
|
|
262
|
+
25180
|
|
263
263
|
],
|
|
264
264
|
"ISuperfluidToken": [
|
|
265
|
-
|
|
265
|
+
25466
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
-
"id":
|
|
268
|
+
"id": 25181,
|
|
269
269
|
"license": "MIT",
|
|
270
270
|
"nodeType": "SourceUnit",
|
|
271
271
|
"nodes": [
|
|
272
272
|
{
|
|
273
|
-
"id":
|
|
273
|
+
"id": 25053,
|
|
274
274
|
"literals": [
|
|
275
275
|
"solidity",
|
|
276
276
|
">=",
|
|
@@ -283,20 +283,20 @@
|
|
|
283
283
|
{
|
|
284
284
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
|
|
285
285
|
"file": "./ISuperAgreement.sol",
|
|
286
|
-
"id":
|
|
286
|
+
"id": 25055,
|
|
287
287
|
"nameLocation": "-1:-1:-1",
|
|
288
288
|
"nodeType": "ImportDirective",
|
|
289
|
-
"scope":
|
|
290
|
-
"sourceUnit":
|
|
289
|
+
"scope": 25181,
|
|
290
|
+
"sourceUnit": 23810,
|
|
291
291
|
"src": "59:56:56",
|
|
292
292
|
"symbolAliases": [
|
|
293
293
|
{
|
|
294
294
|
"foreign": {
|
|
295
|
-
"id":
|
|
295
|
+
"id": 25054,
|
|
296
296
|
"name": "ISuperAgreement",
|
|
297
297
|
"nodeType": "Identifier",
|
|
298
298
|
"overloadedDeclarations": [],
|
|
299
|
-
"referencedDeclaration":
|
|
299
|
+
"referencedDeclaration": 23809,
|
|
300
300
|
"src": "68:15:56",
|
|
301
301
|
"typeDescriptions": {}
|
|
302
302
|
},
|
|
@@ -308,20 +308,20 @@
|
|
|
308
308
|
{
|
|
309
309
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperToken.sol",
|
|
310
310
|
"file": "./ISuperToken.sol",
|
|
311
|
-
"id":
|
|
311
|
+
"id": 25057,
|
|
312
312
|
"nameLocation": "-1:-1:-1",
|
|
313
313
|
"nodeType": "ImportDirective",
|
|
314
|
-
"scope":
|
|
315
|
-
"sourceUnit":
|
|
314
|
+
"scope": 25181,
|
|
315
|
+
"sourceUnit": 24398,
|
|
316
316
|
"src": "116:48:56",
|
|
317
317
|
"symbolAliases": [
|
|
318
318
|
{
|
|
319
319
|
"foreign": {
|
|
320
|
-
"id":
|
|
320
|
+
"id": 25056,
|
|
321
321
|
"name": "ISuperToken",
|
|
322
322
|
"nodeType": "Identifier",
|
|
323
323
|
"overloadedDeclarations": [],
|
|
324
|
-
"referencedDeclaration":
|
|
324
|
+
"referencedDeclaration": 24397,
|
|
325
325
|
"src": "125:11:56",
|
|
326
326
|
"typeDescriptions": {}
|
|
327
327
|
},
|
|
@@ -333,20 +333,20 @@
|
|
|
333
333
|
{
|
|
334
334
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
|
|
335
335
|
"file": "./ISuperfluidToken.sol",
|
|
336
|
-
"id":
|
|
336
|
+
"id": 25059,
|
|
337
337
|
"nameLocation": "-1:-1:-1",
|
|
338
338
|
"nodeType": "ImportDirective",
|
|
339
|
-
"scope":
|
|
340
|
-
"sourceUnit":
|
|
339
|
+
"scope": 25181,
|
|
340
|
+
"sourceUnit": 25467,
|
|
341
341
|
"src": "165:59:56",
|
|
342
342
|
"symbolAliases": [
|
|
343
343
|
{
|
|
344
344
|
"foreign": {
|
|
345
|
-
"id":
|
|
345
|
+
"id": 25058,
|
|
346
346
|
"name": "ISuperfluidToken",
|
|
347
347
|
"nodeType": "Identifier",
|
|
348
348
|
"overloadedDeclarations": [],
|
|
349
|
-
"referencedDeclaration":
|
|
349
|
+
"referencedDeclaration": 25466,
|
|
350
350
|
"src": "174:16:56",
|
|
351
351
|
"typeDescriptions": {}
|
|
352
352
|
},
|
|
@@ -358,20 +358,20 @@
|
|
|
358
358
|
{
|
|
359
359
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluid.sol",
|
|
360
360
|
"file": "./ISuperfluid.sol",
|
|
361
|
-
"id":
|
|
361
|
+
"id": 25061,
|
|
362
362
|
"nameLocation": "-1:-1:-1",
|
|
363
363
|
"nodeType": "ImportDirective",
|
|
364
|
-
"scope":
|
|
365
|
-
"sourceUnit":
|
|
364
|
+
"scope": 25181,
|
|
365
|
+
"sourceUnit": 25052,
|
|
366
366
|
"src": "225:48:56",
|
|
367
367
|
"symbolAliases": [
|
|
368
368
|
{
|
|
369
369
|
"foreign": {
|
|
370
|
-
"id":
|
|
370
|
+
"id": 25060,
|
|
371
371
|
"name": "ISuperfluid",
|
|
372
372
|
"nodeType": "Identifier",
|
|
373
373
|
"overloadedDeclarations": [],
|
|
374
|
-
"referencedDeclaration":
|
|
374
|
+
"referencedDeclaration": 25051,
|
|
375
375
|
"src": "234:11:56",
|
|
376
376
|
"typeDescriptions": {}
|
|
377
377
|
},
|
|
@@ -387,15 +387,15 @@
|
|
|
387
387
|
"contractDependencies": [],
|
|
388
388
|
"contractKind": "interface",
|
|
389
389
|
"documentation": {
|
|
390
|
-
"id":
|
|
390
|
+
"id": 25062,
|
|
391
391
|
"nodeType": "StructuredDocumentation",
|
|
392
392
|
"src": "276:71:56",
|
|
393
393
|
"text": " @title Superfluid governance interface\n @author Superfluid"
|
|
394
394
|
},
|
|
395
395
|
"fullyImplemented": false,
|
|
396
|
-
"id":
|
|
396
|
+
"id": 25180,
|
|
397
397
|
"linearizedBaseContracts": [
|
|
398
|
-
|
|
398
|
+
25180
|
|
399
399
|
],
|
|
400
400
|
"name": "ISuperfluidGovernance",
|
|
401
401
|
"nameLocation": "358:21:56",
|
|
@@ -403,12 +403,12 @@
|
|
|
403
403
|
"nodes": [
|
|
404
404
|
{
|
|
405
405
|
"errorSelector": "27743aa6",
|
|
406
|
-
"id":
|
|
406
|
+
"id": 25064,
|
|
407
407
|
"name": "SF_GOV_ARRAYS_NOT_SAME_LENGTH",
|
|
408
408
|
"nameLocation": "571:29:56",
|
|
409
409
|
"nodeType": "ErrorDefinition",
|
|
410
410
|
"parameters": {
|
|
411
|
-
"id":
|
|
411
|
+
"id": 25063,
|
|
412
412
|
"nodeType": "ParameterList",
|
|
413
413
|
"parameters": [],
|
|
414
414
|
"src": "600:2:56"
|
|
@@ -417,12 +417,12 @@
|
|
|
417
417
|
},
|
|
418
418
|
{
|
|
419
419
|
"errorSelector": "e171980a",
|
|
420
|
-
"id":
|
|
420
|
+
"id": 25066,
|
|
421
421
|
"name": "SF_GOV_INVALID_LIQUIDATION_OR_PATRICIAN_PERIOD",
|
|
422
422
|
"nameLocation": "645:46:56",
|
|
423
423
|
"nodeType": "ErrorDefinition",
|
|
424
424
|
"parameters": {
|
|
425
|
-
"id":
|
|
425
|
+
"id": 25065,
|
|
426
426
|
"nodeType": "ParameterList",
|
|
427
427
|
"parameters": [],
|
|
428
428
|
"src": "691:2:56"
|
|
@@ -431,12 +431,12 @@
|
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"errorSelector": "80dddd73",
|
|
434
|
-
"id":
|
|
434
|
+
"id": 25068,
|
|
435
435
|
"name": "SF_GOV_MUST_BE_CONTRACT",
|
|
436
436
|
"nameLocation": "719:23:56",
|
|
437
437
|
"nodeType": "ErrorDefinition",
|
|
438
438
|
"parameters": {
|
|
439
|
-
"id":
|
|
439
|
+
"id": 25067,
|
|
440
440
|
"nodeType": "ParameterList",
|
|
441
441
|
"parameters": [],
|
|
442
442
|
"src": "742:2:56"
|
|
@@ -445,13 +445,13 @@
|
|
|
445
445
|
},
|
|
446
446
|
{
|
|
447
447
|
"documentation": {
|
|
448
|
-
"id":
|
|
448
|
+
"id": 25069,
|
|
449
449
|
"nodeType": "StructuredDocumentation",
|
|
450
450
|
"src": "788:76:56",
|
|
451
451
|
"text": " @dev Replace the current governance with a new governance"
|
|
452
452
|
},
|
|
453
453
|
"functionSelector": "44864b25",
|
|
454
|
-
"id":
|
|
454
|
+
"id": 25077,
|
|
455
455
|
"implemented": false,
|
|
456
456
|
"kind": "function",
|
|
457
457
|
"modifiers": [],
|
|
@@ -459,41 +459,41 @@
|
|
|
459
459
|
"nameLocation": "878:17:56",
|
|
460
460
|
"nodeType": "FunctionDefinition",
|
|
461
461
|
"parameters": {
|
|
462
|
-
"id":
|
|
462
|
+
"id": 25075,
|
|
463
463
|
"nodeType": "ParameterList",
|
|
464
464
|
"parameters": [
|
|
465
465
|
{
|
|
466
466
|
"constant": false,
|
|
467
|
-
"id":
|
|
467
|
+
"id": 25072,
|
|
468
468
|
"mutability": "mutable",
|
|
469
469
|
"name": "host",
|
|
470
470
|
"nameLocation": "917:4:56",
|
|
471
471
|
"nodeType": "VariableDeclaration",
|
|
472
|
-
"scope":
|
|
472
|
+
"scope": 25077,
|
|
473
473
|
"src": "905:16:56",
|
|
474
474
|
"stateVariable": false,
|
|
475
475
|
"storageLocation": "default",
|
|
476
476
|
"typeDescriptions": {
|
|
477
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
477
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
478
478
|
"typeString": "contract ISuperfluid"
|
|
479
479
|
},
|
|
480
480
|
"typeName": {
|
|
481
|
-
"id":
|
|
481
|
+
"id": 25071,
|
|
482
482
|
"nodeType": "UserDefinedTypeName",
|
|
483
483
|
"pathNode": {
|
|
484
|
-
"id":
|
|
484
|
+
"id": 25070,
|
|
485
485
|
"name": "ISuperfluid",
|
|
486
486
|
"nameLocations": [
|
|
487
487
|
"905:11:56"
|
|
488
488
|
],
|
|
489
489
|
"nodeType": "IdentifierPath",
|
|
490
|
-
"referencedDeclaration":
|
|
490
|
+
"referencedDeclaration": 25051,
|
|
491
491
|
"src": "905:11:56"
|
|
492
492
|
},
|
|
493
|
-
"referencedDeclaration":
|
|
493
|
+
"referencedDeclaration": 25051,
|
|
494
494
|
"src": "905:11:56",
|
|
495
495
|
"typeDescriptions": {
|
|
496
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
496
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
497
497
|
"typeString": "contract ISuperfluid"
|
|
498
498
|
}
|
|
499
499
|
},
|
|
@@ -501,12 +501,12 @@
|
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
503
|
"constant": false,
|
|
504
|
-
"id":
|
|
504
|
+
"id": 25074,
|
|
505
505
|
"mutability": "mutable",
|
|
506
506
|
"name": "newGov",
|
|
507
507
|
"nameLocation": "939:6:56",
|
|
508
508
|
"nodeType": "VariableDeclaration",
|
|
509
|
-
"scope":
|
|
509
|
+
"scope": 25077,
|
|
510
510
|
"src": "931:14:56",
|
|
511
511
|
"stateVariable": false,
|
|
512
512
|
"storageLocation": "default",
|
|
@@ -515,7 +515,7 @@
|
|
|
515
515
|
"typeString": "address"
|
|
516
516
|
},
|
|
517
517
|
"typeName": {
|
|
518
|
-
"id":
|
|
518
|
+
"id": 25073,
|
|
519
519
|
"name": "address",
|
|
520
520
|
"nodeType": "ElementaryTypeName",
|
|
521
521
|
"src": "931:7:56",
|
|
@@ -531,12 +531,12 @@
|
|
|
531
531
|
"src": "895:51:56"
|
|
532
532
|
},
|
|
533
533
|
"returnParameters": {
|
|
534
|
-
"id":
|
|
534
|
+
"id": 25076,
|
|
535
535
|
"nodeType": "ParameterList",
|
|
536
536
|
"parameters": [],
|
|
537
537
|
"src": "955:0:56"
|
|
538
538
|
},
|
|
539
|
-
"scope":
|
|
539
|
+
"scope": 25180,
|
|
540
540
|
"src": "869:87:56",
|
|
541
541
|
"stateMutability": "nonpayable",
|
|
542
542
|
"virtual": false,
|
|
@@ -544,13 +544,13 @@
|
|
|
544
544
|
},
|
|
545
545
|
{
|
|
546
546
|
"documentation": {
|
|
547
|
-
"id":
|
|
547
|
+
"id": 25078,
|
|
548
548
|
"nodeType": "StructuredDocumentation",
|
|
549
549
|
"src": "962:54:56",
|
|
550
550
|
"text": " @dev Register a new agreement class"
|
|
551
551
|
},
|
|
552
552
|
"functionSelector": "cadf8f85",
|
|
553
|
-
"id":
|
|
553
|
+
"id": 25086,
|
|
554
554
|
"implemented": false,
|
|
555
555
|
"kind": "function",
|
|
556
556
|
"modifiers": [],
|
|
@@ -558,41 +558,41 @@
|
|
|
558
558
|
"nameLocation": "1030:22:56",
|
|
559
559
|
"nodeType": "FunctionDefinition",
|
|
560
560
|
"parameters": {
|
|
561
|
-
"id":
|
|
561
|
+
"id": 25084,
|
|
562
562
|
"nodeType": "ParameterList",
|
|
563
563
|
"parameters": [
|
|
564
564
|
{
|
|
565
565
|
"constant": false,
|
|
566
|
-
"id":
|
|
566
|
+
"id": 25081,
|
|
567
567
|
"mutability": "mutable",
|
|
568
568
|
"name": "host",
|
|
569
569
|
"nameLocation": "1074:4:56",
|
|
570
570
|
"nodeType": "VariableDeclaration",
|
|
571
|
-
"scope":
|
|
571
|
+
"scope": 25086,
|
|
572
572
|
"src": "1062:16:56",
|
|
573
573
|
"stateVariable": false,
|
|
574
574
|
"storageLocation": "default",
|
|
575
575
|
"typeDescriptions": {
|
|
576
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
576
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
577
577
|
"typeString": "contract ISuperfluid"
|
|
578
578
|
},
|
|
579
579
|
"typeName": {
|
|
580
|
-
"id":
|
|
580
|
+
"id": 25080,
|
|
581
581
|
"nodeType": "UserDefinedTypeName",
|
|
582
582
|
"pathNode": {
|
|
583
|
-
"id":
|
|
583
|
+
"id": 25079,
|
|
584
584
|
"name": "ISuperfluid",
|
|
585
585
|
"nameLocations": [
|
|
586
586
|
"1062:11:56"
|
|
587
587
|
],
|
|
588
588
|
"nodeType": "IdentifierPath",
|
|
589
|
-
"referencedDeclaration":
|
|
589
|
+
"referencedDeclaration": 25051,
|
|
590
590
|
"src": "1062:11:56"
|
|
591
591
|
},
|
|
592
|
-
"referencedDeclaration":
|
|
592
|
+
"referencedDeclaration": 25051,
|
|
593
593
|
"src": "1062:11:56",
|
|
594
594
|
"typeDescriptions": {
|
|
595
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
595
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
596
596
|
"typeString": "contract ISuperfluid"
|
|
597
597
|
}
|
|
598
598
|
},
|
|
@@ -600,12 +600,12 @@
|
|
|
600
600
|
},
|
|
601
601
|
{
|
|
602
602
|
"constant": false,
|
|
603
|
-
"id":
|
|
603
|
+
"id": 25083,
|
|
604
604
|
"mutability": "mutable",
|
|
605
605
|
"name": "agreementClass",
|
|
606
606
|
"nameLocation": "1096:14:56",
|
|
607
607
|
"nodeType": "VariableDeclaration",
|
|
608
|
-
"scope":
|
|
608
|
+
"scope": 25086,
|
|
609
609
|
"src": "1088:22:56",
|
|
610
610
|
"stateVariable": false,
|
|
611
611
|
"storageLocation": "default",
|
|
@@ -614,7 +614,7 @@
|
|
|
614
614
|
"typeString": "address"
|
|
615
615
|
},
|
|
616
616
|
"typeName": {
|
|
617
|
-
"id":
|
|
617
|
+
"id": 25082,
|
|
618
618
|
"name": "address",
|
|
619
619
|
"nodeType": "ElementaryTypeName",
|
|
620
620
|
"src": "1088:7:56",
|
|
@@ -630,12 +630,12 @@
|
|
|
630
630
|
"src": "1052:59:56"
|
|
631
631
|
},
|
|
632
632
|
"returnParameters": {
|
|
633
|
-
"id":
|
|
633
|
+
"id": 25085,
|
|
634
634
|
"nodeType": "ParameterList",
|
|
635
635
|
"parameters": [],
|
|
636
636
|
"src": "1120:0:56"
|
|
637
637
|
},
|
|
638
|
-
"scope":
|
|
638
|
+
"scope": 25180,
|
|
639
639
|
"src": "1021:100:56",
|
|
640
640
|
"stateMutability": "nonpayable",
|
|
641
641
|
"virtual": false,
|
|
@@ -643,13 +643,13 @@
|
|
|
643
643
|
},
|
|
644
644
|
{
|
|
645
645
|
"documentation": {
|
|
646
|
-
"id":
|
|
646
|
+
"id": 25087,
|
|
647
647
|
"nodeType": "StructuredDocumentation",
|
|
648
648
|
"src": "1127:193:56",
|
|
649
649
|
"text": " @dev Update logics of the contracts\n @custom:note \n - Because they might have inter-dependencies, it is good to have one single function to update them all"
|
|
650
650
|
},
|
|
651
651
|
"functionSelector": "427942a4",
|
|
652
|
-
"id":
|
|
652
|
+
"id": 25100,
|
|
653
653
|
"implemented": false,
|
|
654
654
|
"kind": "function",
|
|
655
655
|
"modifiers": [],
|
|
@@ -657,41 +657,41 @@
|
|
|
657
657
|
"nameLocation": "1334:15:56",
|
|
658
658
|
"nodeType": "FunctionDefinition",
|
|
659
659
|
"parameters": {
|
|
660
|
-
"id":
|
|
660
|
+
"id": 25098,
|
|
661
661
|
"nodeType": "ParameterList",
|
|
662
662
|
"parameters": [
|
|
663
663
|
{
|
|
664
664
|
"constant": false,
|
|
665
|
-
"id":
|
|
665
|
+
"id": 25090,
|
|
666
666
|
"mutability": "mutable",
|
|
667
667
|
"name": "host",
|
|
668
668
|
"nameLocation": "1371:4:56",
|
|
669
669
|
"nodeType": "VariableDeclaration",
|
|
670
|
-
"scope":
|
|
670
|
+
"scope": 25100,
|
|
671
671
|
"src": "1359:16:56",
|
|
672
672
|
"stateVariable": false,
|
|
673
673
|
"storageLocation": "default",
|
|
674
674
|
"typeDescriptions": {
|
|
675
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
675
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
676
676
|
"typeString": "contract ISuperfluid"
|
|
677
677
|
},
|
|
678
678
|
"typeName": {
|
|
679
|
-
"id":
|
|
679
|
+
"id": 25089,
|
|
680
680
|
"nodeType": "UserDefinedTypeName",
|
|
681
681
|
"pathNode": {
|
|
682
|
-
"id":
|
|
682
|
+
"id": 25088,
|
|
683
683
|
"name": "ISuperfluid",
|
|
684
684
|
"nameLocations": [
|
|
685
685
|
"1359:11:56"
|
|
686
686
|
],
|
|
687
687
|
"nodeType": "IdentifierPath",
|
|
688
|
-
"referencedDeclaration":
|
|
688
|
+
"referencedDeclaration": 25051,
|
|
689
689
|
"src": "1359:11:56"
|
|
690
690
|
},
|
|
691
|
-
"referencedDeclaration":
|
|
691
|
+
"referencedDeclaration": 25051,
|
|
692
692
|
"src": "1359:11:56",
|
|
693
693
|
"typeDescriptions": {
|
|
694
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
694
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
695
695
|
"typeString": "contract ISuperfluid"
|
|
696
696
|
}
|
|
697
697
|
},
|
|
@@ -699,12 +699,12 @@
|
|
|
699
699
|
},
|
|
700
700
|
{
|
|
701
701
|
"constant": false,
|
|
702
|
-
"id":
|
|
702
|
+
"id": 25092,
|
|
703
703
|
"mutability": "mutable",
|
|
704
704
|
"name": "hostNewLogic",
|
|
705
705
|
"nameLocation": "1393:12:56",
|
|
706
706
|
"nodeType": "VariableDeclaration",
|
|
707
|
-
"scope":
|
|
707
|
+
"scope": 25100,
|
|
708
708
|
"src": "1385:20:56",
|
|
709
709
|
"stateVariable": false,
|
|
710
710
|
"storageLocation": "default",
|
|
@@ -713,7 +713,7 @@
|
|
|
713
713
|
"typeString": "address"
|
|
714
714
|
},
|
|
715
715
|
"typeName": {
|
|
716
|
-
"id":
|
|
716
|
+
"id": 25091,
|
|
717
717
|
"name": "address",
|
|
718
718
|
"nodeType": "ElementaryTypeName",
|
|
719
719
|
"src": "1385:7:56",
|
|
@@ -727,12 +727,12 @@
|
|
|
727
727
|
},
|
|
728
728
|
{
|
|
729
729
|
"constant": false,
|
|
730
|
-
"id":
|
|
730
|
+
"id": 25095,
|
|
731
731
|
"mutability": "mutable",
|
|
732
732
|
"name": "agreementClassNewLogics",
|
|
733
733
|
"nameLocation": "1434:23:56",
|
|
734
734
|
"nodeType": "VariableDeclaration",
|
|
735
|
-
"scope":
|
|
735
|
+
"scope": 25100,
|
|
736
736
|
"src": "1415:42:56",
|
|
737
737
|
"stateVariable": false,
|
|
738
738
|
"storageLocation": "calldata",
|
|
@@ -742,7 +742,7 @@
|
|
|
742
742
|
},
|
|
743
743
|
"typeName": {
|
|
744
744
|
"baseType": {
|
|
745
|
-
"id":
|
|
745
|
+
"id": 25093,
|
|
746
746
|
"name": "address",
|
|
747
747
|
"nodeType": "ElementaryTypeName",
|
|
748
748
|
"src": "1415:7:56",
|
|
@@ -752,7 +752,7 @@
|
|
|
752
752
|
"typeString": "address"
|
|
753
753
|
}
|
|
754
754
|
},
|
|
755
|
-
"id":
|
|
755
|
+
"id": 25094,
|
|
756
756
|
"nodeType": "ArrayTypeName",
|
|
757
757
|
"src": "1415:9:56",
|
|
758
758
|
"typeDescriptions": {
|
|
@@ -764,12 +764,12 @@
|
|
|
764
764
|
},
|
|
765
765
|
{
|
|
766
766
|
"constant": false,
|
|
767
|
-
"id":
|
|
767
|
+
"id": 25097,
|
|
768
768
|
"mutability": "mutable",
|
|
769
769
|
"name": "superTokenFactoryNewLogic",
|
|
770
770
|
"nameLocation": "1475:25:56",
|
|
771
771
|
"nodeType": "VariableDeclaration",
|
|
772
|
-
"scope":
|
|
772
|
+
"scope": 25100,
|
|
773
773
|
"src": "1467:33:56",
|
|
774
774
|
"stateVariable": false,
|
|
775
775
|
"storageLocation": "default",
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
"typeString": "address"
|
|
779
779
|
},
|
|
780
780
|
"typeName": {
|
|
781
|
-
"id":
|
|
781
|
+
"id": 25096,
|
|
782
782
|
"name": "address",
|
|
783
783
|
"nodeType": "ElementaryTypeName",
|
|
784
784
|
"src": "1467:7:56",
|
|
@@ -794,12 +794,12 @@
|
|
|
794
794
|
"src": "1349:157:56"
|
|
795
795
|
},
|
|
796
796
|
"returnParameters": {
|
|
797
|
-
"id":
|
|
797
|
+
"id": 25099,
|
|
798
798
|
"nodeType": "ParameterList",
|
|
799
799
|
"parameters": [],
|
|
800
800
|
"src": "1515:0:56"
|
|
801
801
|
},
|
|
802
|
-
"scope":
|
|
802
|
+
"scope": 25180,
|
|
803
803
|
"src": "1325:191:56",
|
|
804
804
|
"stateMutability": "nonpayable",
|
|
805
805
|
"virtual": false,
|
|
@@ -807,13 +807,13 @@
|
|
|
807
807
|
},
|
|
808
808
|
{
|
|
809
809
|
"documentation": {
|
|
810
|
-
"id":
|
|
810
|
+
"id": 25101,
|
|
811
811
|
"nodeType": "StructuredDocumentation",
|
|
812
812
|
"src": "1522:113:56",
|
|
813
813
|
"text": " @dev Update supertoken logic contract to the latest that is managed by the super token factory"
|
|
814
814
|
},
|
|
815
815
|
"functionSelector": "42148deb",
|
|
816
|
-
"id":
|
|
816
|
+
"id": 25111,
|
|
817
817
|
"implemented": false,
|
|
818
818
|
"kind": "function",
|
|
819
819
|
"modifiers": [],
|
|
@@ -821,41 +821,41 @@
|
|
|
821
821
|
"nameLocation": "1649:26:56",
|
|
822
822
|
"nodeType": "FunctionDefinition",
|
|
823
823
|
"parameters": {
|
|
824
|
-
"id":
|
|
824
|
+
"id": 25109,
|
|
825
825
|
"nodeType": "ParameterList",
|
|
826
826
|
"parameters": [
|
|
827
827
|
{
|
|
828
828
|
"constant": false,
|
|
829
|
-
"id":
|
|
829
|
+
"id": 25104,
|
|
830
830
|
"mutability": "mutable",
|
|
831
831
|
"name": "host",
|
|
832
832
|
"nameLocation": "1697:4:56",
|
|
833
833
|
"nodeType": "VariableDeclaration",
|
|
834
|
-
"scope":
|
|
834
|
+
"scope": 25111,
|
|
835
835
|
"src": "1685:16:56",
|
|
836
836
|
"stateVariable": false,
|
|
837
837
|
"storageLocation": "default",
|
|
838
838
|
"typeDescriptions": {
|
|
839
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
839
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
840
840
|
"typeString": "contract ISuperfluid"
|
|
841
841
|
},
|
|
842
842
|
"typeName": {
|
|
843
|
-
"id":
|
|
843
|
+
"id": 25103,
|
|
844
844
|
"nodeType": "UserDefinedTypeName",
|
|
845
845
|
"pathNode": {
|
|
846
|
-
"id":
|
|
846
|
+
"id": 25102,
|
|
847
847
|
"name": "ISuperfluid",
|
|
848
848
|
"nameLocations": [
|
|
849
849
|
"1685:11:56"
|
|
850
850
|
],
|
|
851
851
|
"nodeType": "IdentifierPath",
|
|
852
|
-
"referencedDeclaration":
|
|
852
|
+
"referencedDeclaration": 25051,
|
|
853
853
|
"src": "1685:11:56"
|
|
854
854
|
},
|
|
855
|
-
"referencedDeclaration":
|
|
855
|
+
"referencedDeclaration": 25051,
|
|
856
856
|
"src": "1685:11:56",
|
|
857
857
|
"typeDescriptions": {
|
|
858
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
858
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
859
859
|
"typeString": "contract ISuperfluid"
|
|
860
860
|
}
|
|
861
861
|
},
|
|
@@ -863,45 +863,45 @@
|
|
|
863
863
|
},
|
|
864
864
|
{
|
|
865
865
|
"constant": false,
|
|
866
|
-
"id":
|
|
866
|
+
"id": 25108,
|
|
867
867
|
"mutability": "mutable",
|
|
868
868
|
"name": "tokens",
|
|
869
869
|
"nameLocation": "1734:6:56",
|
|
870
870
|
"nodeType": "VariableDeclaration",
|
|
871
|
-
"scope":
|
|
871
|
+
"scope": 25111,
|
|
872
872
|
"src": "1711:29:56",
|
|
873
873
|
"stateVariable": false,
|
|
874
874
|
"storageLocation": "calldata",
|
|
875
875
|
"typeDescriptions": {
|
|
876
|
-
"typeIdentifier": "t_array$_t_contract$_ISuperToken_$
|
|
876
|
+
"typeIdentifier": "t_array$_t_contract$_ISuperToken_$24397_$dyn_calldata_ptr",
|
|
877
877
|
"typeString": "contract ISuperToken[]"
|
|
878
878
|
},
|
|
879
879
|
"typeName": {
|
|
880
880
|
"baseType": {
|
|
881
|
-
"id":
|
|
881
|
+
"id": 25106,
|
|
882
882
|
"nodeType": "UserDefinedTypeName",
|
|
883
883
|
"pathNode": {
|
|
884
|
-
"id":
|
|
884
|
+
"id": 25105,
|
|
885
885
|
"name": "ISuperToken",
|
|
886
886
|
"nameLocations": [
|
|
887
887
|
"1711:11:56"
|
|
888
888
|
],
|
|
889
889
|
"nodeType": "IdentifierPath",
|
|
890
|
-
"referencedDeclaration":
|
|
890
|
+
"referencedDeclaration": 24397,
|
|
891
891
|
"src": "1711:11:56"
|
|
892
892
|
},
|
|
893
|
-
"referencedDeclaration":
|
|
893
|
+
"referencedDeclaration": 24397,
|
|
894
894
|
"src": "1711:11:56",
|
|
895
895
|
"typeDescriptions": {
|
|
896
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
896
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
897
897
|
"typeString": "contract ISuperToken"
|
|
898
898
|
}
|
|
899
899
|
},
|
|
900
|
-
"id":
|
|
900
|
+
"id": 25107,
|
|
901
901
|
"nodeType": "ArrayTypeName",
|
|
902
902
|
"src": "1711:13:56",
|
|
903
903
|
"typeDescriptions": {
|
|
904
|
-
"typeIdentifier": "t_array$_t_contract$_ISuperToken_$
|
|
904
|
+
"typeIdentifier": "t_array$_t_contract$_ISuperToken_$24397_$dyn_storage_ptr",
|
|
905
905
|
"typeString": "contract ISuperToken[]"
|
|
906
906
|
}
|
|
907
907
|
},
|
|
@@ -911,12 +911,12 @@
|
|
|
911
911
|
"src": "1675:66:56"
|
|
912
912
|
},
|
|
913
913
|
"returnParameters": {
|
|
914
|
-
"id":
|
|
914
|
+
"id": 25110,
|
|
915
915
|
"nodeType": "ParameterList",
|
|
916
916
|
"parameters": [],
|
|
917
917
|
"src": "1750:0:56"
|
|
918
918
|
},
|
|
919
|
-
"scope":
|
|
919
|
+
"scope": 25180,
|
|
920
920
|
"src": "1640:111:56",
|
|
921
921
|
"stateMutability": "nonpayable",
|
|
922
922
|
"virtual": false,
|
|
@@ -924,13 +924,13 @@
|
|
|
924
924
|
},
|
|
925
925
|
{
|
|
926
926
|
"documentation": {
|
|
927
|
-
"id":
|
|
927
|
+
"id": 25112,
|
|
928
928
|
"nodeType": "StructuredDocumentation",
|
|
929
929
|
"src": "1761:58:56",
|
|
930
930
|
"text": " @dev Set configuration as address value"
|
|
931
931
|
},
|
|
932
932
|
"functionSelector": "78707cb8",
|
|
933
|
-
"id":
|
|
933
|
+
"id": 25125,
|
|
934
934
|
"implemented": false,
|
|
935
935
|
"kind": "function",
|
|
936
936
|
"modifiers": [],
|
|
@@ -938,41 +938,41 @@
|
|
|
938
938
|
"nameLocation": "1833:9:56",
|
|
939
939
|
"nodeType": "FunctionDefinition",
|
|
940
940
|
"parameters": {
|
|
941
|
-
"id":
|
|
941
|
+
"id": 25123,
|
|
942
942
|
"nodeType": "ParameterList",
|
|
943
943
|
"parameters": [
|
|
944
944
|
{
|
|
945
945
|
"constant": false,
|
|
946
|
-
"id":
|
|
946
|
+
"id": 25115,
|
|
947
947
|
"mutability": "mutable",
|
|
948
948
|
"name": "host",
|
|
949
949
|
"nameLocation": "1864:4:56",
|
|
950
950
|
"nodeType": "VariableDeclaration",
|
|
951
|
-
"scope":
|
|
951
|
+
"scope": 25125,
|
|
952
952
|
"src": "1852:16:56",
|
|
953
953
|
"stateVariable": false,
|
|
954
954
|
"storageLocation": "default",
|
|
955
955
|
"typeDescriptions": {
|
|
956
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
956
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
957
957
|
"typeString": "contract ISuperfluid"
|
|
958
958
|
},
|
|
959
959
|
"typeName": {
|
|
960
|
-
"id":
|
|
960
|
+
"id": 25114,
|
|
961
961
|
"nodeType": "UserDefinedTypeName",
|
|
962
962
|
"pathNode": {
|
|
963
|
-
"id":
|
|
963
|
+
"id": 25113,
|
|
964
964
|
"name": "ISuperfluid",
|
|
965
965
|
"nameLocations": [
|
|
966
966
|
"1852:11:56"
|
|
967
967
|
],
|
|
968
968
|
"nodeType": "IdentifierPath",
|
|
969
|
-
"referencedDeclaration":
|
|
969
|
+
"referencedDeclaration": 25051,
|
|
970
970
|
"src": "1852:11:56"
|
|
971
971
|
},
|
|
972
|
-
"referencedDeclaration":
|
|
972
|
+
"referencedDeclaration": 25051,
|
|
973
973
|
"src": "1852:11:56",
|
|
974
974
|
"typeDescriptions": {
|
|
975
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
975
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
976
976
|
"typeString": "contract ISuperfluid"
|
|
977
977
|
}
|
|
978
978
|
},
|
|
@@ -980,36 +980,36 @@
|
|
|
980
980
|
},
|
|
981
981
|
{
|
|
982
982
|
"constant": false,
|
|
983
|
-
"id":
|
|
983
|
+
"id": 25118,
|
|
984
984
|
"mutability": "mutable",
|
|
985
985
|
"name": "superToken",
|
|
986
986
|
"nameLocation": "1895:10:56",
|
|
987
987
|
"nodeType": "VariableDeclaration",
|
|
988
|
-
"scope":
|
|
988
|
+
"scope": 25125,
|
|
989
989
|
"src": "1878:27:56",
|
|
990
990
|
"stateVariable": false,
|
|
991
991
|
"storageLocation": "default",
|
|
992
992
|
"typeDescriptions": {
|
|
993
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
993
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
994
994
|
"typeString": "contract ISuperfluidToken"
|
|
995
995
|
},
|
|
996
996
|
"typeName": {
|
|
997
|
-
"id":
|
|
997
|
+
"id": 25117,
|
|
998
998
|
"nodeType": "UserDefinedTypeName",
|
|
999
999
|
"pathNode": {
|
|
1000
|
-
"id":
|
|
1000
|
+
"id": 25116,
|
|
1001
1001
|
"name": "ISuperfluidToken",
|
|
1002
1002
|
"nameLocations": [
|
|
1003
1003
|
"1878:16:56"
|
|
1004
1004
|
],
|
|
1005
1005
|
"nodeType": "IdentifierPath",
|
|
1006
|
-
"referencedDeclaration":
|
|
1006
|
+
"referencedDeclaration": 25466,
|
|
1007
1007
|
"src": "1878:16:56"
|
|
1008
1008
|
},
|
|
1009
|
-
"referencedDeclaration":
|
|
1009
|
+
"referencedDeclaration": 25466,
|
|
1010
1010
|
"src": "1878:16:56",
|
|
1011
1011
|
"typeDescriptions": {
|
|
1012
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1012
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1013
1013
|
"typeString": "contract ISuperfluidToken"
|
|
1014
1014
|
}
|
|
1015
1015
|
},
|
|
@@ -1017,12 +1017,12 @@
|
|
|
1017
1017
|
},
|
|
1018
1018
|
{
|
|
1019
1019
|
"constant": false,
|
|
1020
|
-
"id":
|
|
1020
|
+
"id": 25120,
|
|
1021
1021
|
"mutability": "mutable",
|
|
1022
1022
|
"name": "key",
|
|
1023
1023
|
"nameLocation": "1923:3:56",
|
|
1024
1024
|
"nodeType": "VariableDeclaration",
|
|
1025
|
-
"scope":
|
|
1025
|
+
"scope": 25125,
|
|
1026
1026
|
"src": "1915:11:56",
|
|
1027
1027
|
"stateVariable": false,
|
|
1028
1028
|
"storageLocation": "default",
|
|
@@ -1031,7 +1031,7 @@
|
|
|
1031
1031
|
"typeString": "bytes32"
|
|
1032
1032
|
},
|
|
1033
1033
|
"typeName": {
|
|
1034
|
-
"id":
|
|
1034
|
+
"id": 25119,
|
|
1035
1035
|
"name": "bytes32",
|
|
1036
1036
|
"nodeType": "ElementaryTypeName",
|
|
1037
1037
|
"src": "1915:7:56",
|
|
@@ -1044,12 +1044,12 @@
|
|
|
1044
1044
|
},
|
|
1045
1045
|
{
|
|
1046
1046
|
"constant": false,
|
|
1047
|
-
"id":
|
|
1047
|
+
"id": 25122,
|
|
1048
1048
|
"mutability": "mutable",
|
|
1049
1049
|
"name": "value",
|
|
1050
1050
|
"nameLocation": "1944:5:56",
|
|
1051
1051
|
"nodeType": "VariableDeclaration",
|
|
1052
|
-
"scope":
|
|
1052
|
+
"scope": 25125,
|
|
1053
1053
|
"src": "1936:13:56",
|
|
1054
1054
|
"stateVariable": false,
|
|
1055
1055
|
"storageLocation": "default",
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
"typeString": "address"
|
|
1059
1059
|
},
|
|
1060
1060
|
"typeName": {
|
|
1061
|
-
"id":
|
|
1061
|
+
"id": 25121,
|
|
1062
1062
|
"name": "address",
|
|
1063
1063
|
"nodeType": "ElementaryTypeName",
|
|
1064
1064
|
"src": "1936:7:56",
|
|
@@ -1074,12 +1074,12 @@
|
|
|
1074
1074
|
"src": "1842:113:56"
|
|
1075
1075
|
},
|
|
1076
1076
|
"returnParameters": {
|
|
1077
|
-
"id":
|
|
1077
|
+
"id": 25124,
|
|
1078
1078
|
"nodeType": "ParameterList",
|
|
1079
1079
|
"parameters": [],
|
|
1080
1080
|
"src": "1964:0:56"
|
|
1081
1081
|
},
|
|
1082
|
-
"scope":
|
|
1082
|
+
"scope": 25180,
|
|
1083
1083
|
"src": "1824:141:56",
|
|
1084
1084
|
"stateMutability": "nonpayable",
|
|
1085
1085
|
"virtual": false,
|
|
@@ -1087,13 +1087,13 @@
|
|
|
1087
1087
|
},
|
|
1088
1088
|
{
|
|
1089
1089
|
"documentation": {
|
|
1090
|
-
"id":
|
|
1090
|
+
"id": 25126,
|
|
1091
1091
|
"nodeType": "StructuredDocumentation",
|
|
1092
1092
|
"src": "1975:58:56",
|
|
1093
1093
|
"text": " @dev Set configuration as uint256 value"
|
|
1094
1094
|
},
|
|
1095
1095
|
"functionSelector": "f79a8e63",
|
|
1096
|
-
"id":
|
|
1096
|
+
"id": 25139,
|
|
1097
1097
|
"implemented": false,
|
|
1098
1098
|
"kind": "function",
|
|
1099
1099
|
"modifiers": [],
|
|
@@ -1101,41 +1101,41 @@
|
|
|
1101
1101
|
"nameLocation": "2047:9:56",
|
|
1102
1102
|
"nodeType": "FunctionDefinition",
|
|
1103
1103
|
"parameters": {
|
|
1104
|
-
"id":
|
|
1104
|
+
"id": 25137,
|
|
1105
1105
|
"nodeType": "ParameterList",
|
|
1106
1106
|
"parameters": [
|
|
1107
1107
|
{
|
|
1108
1108
|
"constant": false,
|
|
1109
|
-
"id":
|
|
1109
|
+
"id": 25129,
|
|
1110
1110
|
"mutability": "mutable",
|
|
1111
1111
|
"name": "host",
|
|
1112
1112
|
"nameLocation": "2078:4:56",
|
|
1113
1113
|
"nodeType": "VariableDeclaration",
|
|
1114
|
-
"scope":
|
|
1114
|
+
"scope": 25139,
|
|
1115
1115
|
"src": "2066:16:56",
|
|
1116
1116
|
"stateVariable": false,
|
|
1117
1117
|
"storageLocation": "default",
|
|
1118
1118
|
"typeDescriptions": {
|
|
1119
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1119
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1120
1120
|
"typeString": "contract ISuperfluid"
|
|
1121
1121
|
},
|
|
1122
1122
|
"typeName": {
|
|
1123
|
-
"id":
|
|
1123
|
+
"id": 25128,
|
|
1124
1124
|
"nodeType": "UserDefinedTypeName",
|
|
1125
1125
|
"pathNode": {
|
|
1126
|
-
"id":
|
|
1126
|
+
"id": 25127,
|
|
1127
1127
|
"name": "ISuperfluid",
|
|
1128
1128
|
"nameLocations": [
|
|
1129
1129
|
"2066:11:56"
|
|
1130
1130
|
],
|
|
1131
1131
|
"nodeType": "IdentifierPath",
|
|
1132
|
-
"referencedDeclaration":
|
|
1132
|
+
"referencedDeclaration": 25051,
|
|
1133
1133
|
"src": "2066:11:56"
|
|
1134
1134
|
},
|
|
1135
|
-
"referencedDeclaration":
|
|
1135
|
+
"referencedDeclaration": 25051,
|
|
1136
1136
|
"src": "2066:11:56",
|
|
1137
1137
|
"typeDescriptions": {
|
|
1138
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1138
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1139
1139
|
"typeString": "contract ISuperfluid"
|
|
1140
1140
|
}
|
|
1141
1141
|
},
|
|
@@ -1143,36 +1143,36 @@
|
|
|
1143
1143
|
},
|
|
1144
1144
|
{
|
|
1145
1145
|
"constant": false,
|
|
1146
|
-
"id":
|
|
1146
|
+
"id": 25132,
|
|
1147
1147
|
"mutability": "mutable",
|
|
1148
1148
|
"name": "superToken",
|
|
1149
1149
|
"nameLocation": "2109:10:56",
|
|
1150
1150
|
"nodeType": "VariableDeclaration",
|
|
1151
|
-
"scope":
|
|
1151
|
+
"scope": 25139,
|
|
1152
1152
|
"src": "2092:27:56",
|
|
1153
1153
|
"stateVariable": false,
|
|
1154
1154
|
"storageLocation": "default",
|
|
1155
1155
|
"typeDescriptions": {
|
|
1156
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1156
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1157
1157
|
"typeString": "contract ISuperfluidToken"
|
|
1158
1158
|
},
|
|
1159
1159
|
"typeName": {
|
|
1160
|
-
"id":
|
|
1160
|
+
"id": 25131,
|
|
1161
1161
|
"nodeType": "UserDefinedTypeName",
|
|
1162
1162
|
"pathNode": {
|
|
1163
|
-
"id":
|
|
1163
|
+
"id": 25130,
|
|
1164
1164
|
"name": "ISuperfluidToken",
|
|
1165
1165
|
"nameLocations": [
|
|
1166
1166
|
"2092:16:56"
|
|
1167
1167
|
],
|
|
1168
1168
|
"nodeType": "IdentifierPath",
|
|
1169
|
-
"referencedDeclaration":
|
|
1169
|
+
"referencedDeclaration": 25466,
|
|
1170
1170
|
"src": "2092:16:56"
|
|
1171
1171
|
},
|
|
1172
|
-
"referencedDeclaration":
|
|
1172
|
+
"referencedDeclaration": 25466,
|
|
1173
1173
|
"src": "2092:16:56",
|
|
1174
1174
|
"typeDescriptions": {
|
|
1175
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1175
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1176
1176
|
"typeString": "contract ISuperfluidToken"
|
|
1177
1177
|
}
|
|
1178
1178
|
},
|
|
@@ -1180,12 +1180,12 @@
|
|
|
1180
1180
|
},
|
|
1181
1181
|
{
|
|
1182
1182
|
"constant": false,
|
|
1183
|
-
"id":
|
|
1183
|
+
"id": 25134,
|
|
1184
1184
|
"mutability": "mutable",
|
|
1185
1185
|
"name": "key",
|
|
1186
1186
|
"nameLocation": "2137:3:56",
|
|
1187
1187
|
"nodeType": "VariableDeclaration",
|
|
1188
|
-
"scope":
|
|
1188
|
+
"scope": 25139,
|
|
1189
1189
|
"src": "2129:11:56",
|
|
1190
1190
|
"stateVariable": false,
|
|
1191
1191
|
"storageLocation": "default",
|
|
@@ -1194,7 +1194,7 @@
|
|
|
1194
1194
|
"typeString": "bytes32"
|
|
1195
1195
|
},
|
|
1196
1196
|
"typeName": {
|
|
1197
|
-
"id":
|
|
1197
|
+
"id": 25133,
|
|
1198
1198
|
"name": "bytes32",
|
|
1199
1199
|
"nodeType": "ElementaryTypeName",
|
|
1200
1200
|
"src": "2129:7:56",
|
|
@@ -1207,12 +1207,12 @@
|
|
|
1207
1207
|
},
|
|
1208
1208
|
{
|
|
1209
1209
|
"constant": false,
|
|
1210
|
-
"id":
|
|
1210
|
+
"id": 25136,
|
|
1211
1211
|
"mutability": "mutable",
|
|
1212
1212
|
"name": "value",
|
|
1213
1213
|
"nameLocation": "2158:5:56",
|
|
1214
1214
|
"nodeType": "VariableDeclaration",
|
|
1215
|
-
"scope":
|
|
1215
|
+
"scope": 25139,
|
|
1216
1216
|
"src": "2150:13:56",
|
|
1217
1217
|
"stateVariable": false,
|
|
1218
1218
|
"storageLocation": "default",
|
|
@@ -1221,7 +1221,7 @@
|
|
|
1221
1221
|
"typeString": "uint256"
|
|
1222
1222
|
},
|
|
1223
1223
|
"typeName": {
|
|
1224
|
-
"id":
|
|
1224
|
+
"id": 25135,
|
|
1225
1225
|
"name": "uint256",
|
|
1226
1226
|
"nodeType": "ElementaryTypeName",
|
|
1227
1227
|
"src": "2150:7:56",
|
|
@@ -1236,12 +1236,12 @@
|
|
|
1236
1236
|
"src": "2056:113:56"
|
|
1237
1237
|
},
|
|
1238
1238
|
"returnParameters": {
|
|
1239
|
-
"id":
|
|
1239
|
+
"id": 25138,
|
|
1240
1240
|
"nodeType": "ParameterList",
|
|
1241
1241
|
"parameters": [],
|
|
1242
1242
|
"src": "2178:0:56"
|
|
1243
1243
|
},
|
|
1244
|
-
"scope":
|
|
1244
|
+
"scope": 25180,
|
|
1245
1245
|
"src": "2038:141:56",
|
|
1246
1246
|
"stateMutability": "nonpayable",
|
|
1247
1247
|
"virtual": false,
|
|
@@ -1249,13 +1249,13 @@
|
|
|
1249
1249
|
},
|
|
1250
1250
|
{
|
|
1251
1251
|
"documentation": {
|
|
1252
|
-
"id":
|
|
1252
|
+
"id": 25140,
|
|
1253
1253
|
"nodeType": "StructuredDocumentation",
|
|
1254
1254
|
"src": "2185:43:56",
|
|
1255
1255
|
"text": " @dev Clear configuration"
|
|
1256
1256
|
},
|
|
1257
1257
|
"functionSelector": "640b6cc9",
|
|
1258
|
-
"id":
|
|
1258
|
+
"id": 25151,
|
|
1259
1259
|
"implemented": false,
|
|
1260
1260
|
"kind": "function",
|
|
1261
1261
|
"modifiers": [],
|
|
@@ -1263,41 +1263,41 @@
|
|
|
1263
1263
|
"nameLocation": "2242:11:56",
|
|
1264
1264
|
"nodeType": "FunctionDefinition",
|
|
1265
1265
|
"parameters": {
|
|
1266
|
-
"id":
|
|
1266
|
+
"id": 25149,
|
|
1267
1267
|
"nodeType": "ParameterList",
|
|
1268
1268
|
"parameters": [
|
|
1269
1269
|
{
|
|
1270
1270
|
"constant": false,
|
|
1271
|
-
"id":
|
|
1271
|
+
"id": 25143,
|
|
1272
1272
|
"mutability": "mutable",
|
|
1273
1273
|
"name": "host",
|
|
1274
1274
|
"nameLocation": "2275:4:56",
|
|
1275
1275
|
"nodeType": "VariableDeclaration",
|
|
1276
|
-
"scope":
|
|
1276
|
+
"scope": 25151,
|
|
1277
1277
|
"src": "2263:16:56",
|
|
1278
1278
|
"stateVariable": false,
|
|
1279
1279
|
"storageLocation": "default",
|
|
1280
1280
|
"typeDescriptions": {
|
|
1281
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1281
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1282
1282
|
"typeString": "contract ISuperfluid"
|
|
1283
1283
|
},
|
|
1284
1284
|
"typeName": {
|
|
1285
|
-
"id":
|
|
1285
|
+
"id": 25142,
|
|
1286
1286
|
"nodeType": "UserDefinedTypeName",
|
|
1287
1287
|
"pathNode": {
|
|
1288
|
-
"id":
|
|
1288
|
+
"id": 25141,
|
|
1289
1289
|
"name": "ISuperfluid",
|
|
1290
1290
|
"nameLocations": [
|
|
1291
1291
|
"2263:11:56"
|
|
1292
1292
|
],
|
|
1293
1293
|
"nodeType": "IdentifierPath",
|
|
1294
|
-
"referencedDeclaration":
|
|
1294
|
+
"referencedDeclaration": 25051,
|
|
1295
1295
|
"src": "2263:11:56"
|
|
1296
1296
|
},
|
|
1297
|
-
"referencedDeclaration":
|
|
1297
|
+
"referencedDeclaration": 25051,
|
|
1298
1298
|
"src": "2263:11:56",
|
|
1299
1299
|
"typeDescriptions": {
|
|
1300
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1300
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1301
1301
|
"typeString": "contract ISuperfluid"
|
|
1302
1302
|
}
|
|
1303
1303
|
},
|
|
@@ -1305,36 +1305,36 @@
|
|
|
1305
1305
|
},
|
|
1306
1306
|
{
|
|
1307
1307
|
"constant": false,
|
|
1308
|
-
"id":
|
|
1308
|
+
"id": 25146,
|
|
1309
1309
|
"mutability": "mutable",
|
|
1310
1310
|
"name": "superToken",
|
|
1311
1311
|
"nameLocation": "2306:10:56",
|
|
1312
1312
|
"nodeType": "VariableDeclaration",
|
|
1313
|
-
"scope":
|
|
1313
|
+
"scope": 25151,
|
|
1314
1314
|
"src": "2289:27:56",
|
|
1315
1315
|
"stateVariable": false,
|
|
1316
1316
|
"storageLocation": "default",
|
|
1317
1317
|
"typeDescriptions": {
|
|
1318
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1318
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1319
1319
|
"typeString": "contract ISuperfluidToken"
|
|
1320
1320
|
},
|
|
1321
1321
|
"typeName": {
|
|
1322
|
-
"id":
|
|
1322
|
+
"id": 25145,
|
|
1323
1323
|
"nodeType": "UserDefinedTypeName",
|
|
1324
1324
|
"pathNode": {
|
|
1325
|
-
"id":
|
|
1325
|
+
"id": 25144,
|
|
1326
1326
|
"name": "ISuperfluidToken",
|
|
1327
1327
|
"nameLocations": [
|
|
1328
1328
|
"2289:16:56"
|
|
1329
1329
|
],
|
|
1330
1330
|
"nodeType": "IdentifierPath",
|
|
1331
|
-
"referencedDeclaration":
|
|
1331
|
+
"referencedDeclaration": 25466,
|
|
1332
1332
|
"src": "2289:16:56"
|
|
1333
1333
|
},
|
|
1334
|
-
"referencedDeclaration":
|
|
1334
|
+
"referencedDeclaration": 25466,
|
|
1335
1335
|
"src": "2289:16:56",
|
|
1336
1336
|
"typeDescriptions": {
|
|
1337
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1337
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1338
1338
|
"typeString": "contract ISuperfluidToken"
|
|
1339
1339
|
}
|
|
1340
1340
|
},
|
|
@@ -1342,12 +1342,12 @@
|
|
|
1342
1342
|
},
|
|
1343
1343
|
{
|
|
1344
1344
|
"constant": false,
|
|
1345
|
-
"id":
|
|
1345
|
+
"id": 25148,
|
|
1346
1346
|
"mutability": "mutable",
|
|
1347
1347
|
"name": "key",
|
|
1348
1348
|
"nameLocation": "2334:3:56",
|
|
1349
1349
|
"nodeType": "VariableDeclaration",
|
|
1350
|
-
"scope":
|
|
1350
|
+
"scope": 25151,
|
|
1351
1351
|
"src": "2326:11:56",
|
|
1352
1352
|
"stateVariable": false,
|
|
1353
1353
|
"storageLocation": "default",
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
"typeString": "bytes32"
|
|
1357
1357
|
},
|
|
1358
1358
|
"typeName": {
|
|
1359
|
-
"id":
|
|
1359
|
+
"id": 25147,
|
|
1360
1360
|
"name": "bytes32",
|
|
1361
1361
|
"nodeType": "ElementaryTypeName",
|
|
1362
1362
|
"src": "2326:7:56",
|
|
@@ -1371,12 +1371,12 @@
|
|
|
1371
1371
|
"src": "2253:90:56"
|
|
1372
1372
|
},
|
|
1373
1373
|
"returnParameters": {
|
|
1374
|
-
"id":
|
|
1374
|
+
"id": 25150,
|
|
1375
1375
|
"nodeType": "ParameterList",
|
|
1376
1376
|
"parameters": [],
|
|
1377
1377
|
"src": "2352:0:56"
|
|
1378
1378
|
},
|
|
1379
|
-
"scope":
|
|
1379
|
+
"scope": 25180,
|
|
1380
1380
|
"src": "2233:120:56",
|
|
1381
1381
|
"stateMutability": "nonpayable",
|
|
1382
1382
|
"virtual": false,
|
|
@@ -1384,13 +1384,13 @@
|
|
|
1384
1384
|
},
|
|
1385
1385
|
{
|
|
1386
1386
|
"documentation": {
|
|
1387
|
-
"id":
|
|
1387
|
+
"id": 25152,
|
|
1388
1388
|
"nodeType": "StructuredDocumentation",
|
|
1389
1389
|
"src": "2359:58:56",
|
|
1390
1390
|
"text": " @dev Get configuration as address value"
|
|
1391
1391
|
},
|
|
1392
1392
|
"functionSelector": "8369a0f1",
|
|
1393
|
-
"id":
|
|
1393
|
+
"id": 25165,
|
|
1394
1394
|
"implemented": false,
|
|
1395
1395
|
"kind": "function",
|
|
1396
1396
|
"modifiers": [],
|
|
@@ -1398,41 +1398,41 @@
|
|
|
1398
1398
|
"nameLocation": "2431:18:56",
|
|
1399
1399
|
"nodeType": "FunctionDefinition",
|
|
1400
1400
|
"parameters": {
|
|
1401
|
-
"id":
|
|
1401
|
+
"id": 25161,
|
|
1402
1402
|
"nodeType": "ParameterList",
|
|
1403
1403
|
"parameters": [
|
|
1404
1404
|
{
|
|
1405
1405
|
"constant": false,
|
|
1406
|
-
"id":
|
|
1406
|
+
"id": 25155,
|
|
1407
1407
|
"mutability": "mutable",
|
|
1408
1408
|
"name": "host",
|
|
1409
1409
|
"nameLocation": "2471:4:56",
|
|
1410
1410
|
"nodeType": "VariableDeclaration",
|
|
1411
|
-
"scope":
|
|
1411
|
+
"scope": 25165,
|
|
1412
1412
|
"src": "2459:16:56",
|
|
1413
1413
|
"stateVariable": false,
|
|
1414
1414
|
"storageLocation": "default",
|
|
1415
1415
|
"typeDescriptions": {
|
|
1416
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1416
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1417
1417
|
"typeString": "contract ISuperfluid"
|
|
1418
1418
|
},
|
|
1419
1419
|
"typeName": {
|
|
1420
|
-
"id":
|
|
1420
|
+
"id": 25154,
|
|
1421
1421
|
"nodeType": "UserDefinedTypeName",
|
|
1422
1422
|
"pathNode": {
|
|
1423
|
-
"id":
|
|
1423
|
+
"id": 25153,
|
|
1424
1424
|
"name": "ISuperfluid",
|
|
1425
1425
|
"nameLocations": [
|
|
1426
1426
|
"2459:11:56"
|
|
1427
1427
|
],
|
|
1428
1428
|
"nodeType": "IdentifierPath",
|
|
1429
|
-
"referencedDeclaration":
|
|
1429
|
+
"referencedDeclaration": 25051,
|
|
1430
1430
|
"src": "2459:11:56"
|
|
1431
1431
|
},
|
|
1432
|
-
"referencedDeclaration":
|
|
1432
|
+
"referencedDeclaration": 25051,
|
|
1433
1433
|
"src": "2459:11:56",
|
|
1434
1434
|
"typeDescriptions": {
|
|
1435
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1435
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1436
1436
|
"typeString": "contract ISuperfluid"
|
|
1437
1437
|
}
|
|
1438
1438
|
},
|
|
@@ -1440,36 +1440,36 @@
|
|
|
1440
1440
|
},
|
|
1441
1441
|
{
|
|
1442
1442
|
"constant": false,
|
|
1443
|
-
"id":
|
|
1443
|
+
"id": 25158,
|
|
1444
1444
|
"mutability": "mutable",
|
|
1445
1445
|
"name": "superToken",
|
|
1446
1446
|
"nameLocation": "2502:10:56",
|
|
1447
1447
|
"nodeType": "VariableDeclaration",
|
|
1448
|
-
"scope":
|
|
1448
|
+
"scope": 25165,
|
|
1449
1449
|
"src": "2485:27:56",
|
|
1450
1450
|
"stateVariable": false,
|
|
1451
1451
|
"storageLocation": "default",
|
|
1452
1452
|
"typeDescriptions": {
|
|
1453
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1453
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1454
1454
|
"typeString": "contract ISuperfluidToken"
|
|
1455
1455
|
},
|
|
1456
1456
|
"typeName": {
|
|
1457
|
-
"id":
|
|
1457
|
+
"id": 25157,
|
|
1458
1458
|
"nodeType": "UserDefinedTypeName",
|
|
1459
1459
|
"pathNode": {
|
|
1460
|
-
"id":
|
|
1460
|
+
"id": 25156,
|
|
1461
1461
|
"name": "ISuperfluidToken",
|
|
1462
1462
|
"nameLocations": [
|
|
1463
1463
|
"2485:16:56"
|
|
1464
1464
|
],
|
|
1465
1465
|
"nodeType": "IdentifierPath",
|
|
1466
|
-
"referencedDeclaration":
|
|
1466
|
+
"referencedDeclaration": 25466,
|
|
1467
1467
|
"src": "2485:16:56"
|
|
1468
1468
|
},
|
|
1469
|
-
"referencedDeclaration":
|
|
1469
|
+
"referencedDeclaration": 25466,
|
|
1470
1470
|
"src": "2485:16:56",
|
|
1471
1471
|
"typeDescriptions": {
|
|
1472
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1472
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1473
1473
|
"typeString": "contract ISuperfluidToken"
|
|
1474
1474
|
}
|
|
1475
1475
|
},
|
|
@@ -1477,12 +1477,12 @@
|
|
|
1477
1477
|
},
|
|
1478
1478
|
{
|
|
1479
1479
|
"constant": false,
|
|
1480
|
-
"id":
|
|
1480
|
+
"id": 25160,
|
|
1481
1481
|
"mutability": "mutable",
|
|
1482
1482
|
"name": "key",
|
|
1483
1483
|
"nameLocation": "2530:3:56",
|
|
1484
1484
|
"nodeType": "VariableDeclaration",
|
|
1485
|
-
"scope":
|
|
1485
|
+
"scope": 25165,
|
|
1486
1486
|
"src": "2522:11:56",
|
|
1487
1487
|
"stateVariable": false,
|
|
1488
1488
|
"storageLocation": "default",
|
|
@@ -1491,7 +1491,7 @@
|
|
|
1491
1491
|
"typeString": "bytes32"
|
|
1492
1492
|
},
|
|
1493
1493
|
"typeName": {
|
|
1494
|
-
"id":
|
|
1494
|
+
"id": 25159,
|
|
1495
1495
|
"name": "bytes32",
|
|
1496
1496
|
"nodeType": "ElementaryTypeName",
|
|
1497
1497
|
"src": "2522:7:56",
|
|
@@ -1506,17 +1506,17 @@
|
|
|
1506
1506
|
"src": "2449:85:56"
|
|
1507
1507
|
},
|
|
1508
1508
|
"returnParameters": {
|
|
1509
|
-
"id":
|
|
1509
|
+
"id": 25164,
|
|
1510
1510
|
"nodeType": "ParameterList",
|
|
1511
1511
|
"parameters": [
|
|
1512
1512
|
{
|
|
1513
1513
|
"constant": false,
|
|
1514
|
-
"id":
|
|
1514
|
+
"id": 25163,
|
|
1515
1515
|
"mutability": "mutable",
|
|
1516
1516
|
"name": "value",
|
|
1517
1517
|
"nameLocation": "2566:5:56",
|
|
1518
1518
|
"nodeType": "VariableDeclaration",
|
|
1519
|
-
"scope":
|
|
1519
|
+
"scope": 25165,
|
|
1520
1520
|
"src": "2558:13:56",
|
|
1521
1521
|
"stateVariable": false,
|
|
1522
1522
|
"storageLocation": "default",
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
"typeString": "address"
|
|
1526
1526
|
},
|
|
1527
1527
|
"typeName": {
|
|
1528
|
-
"id":
|
|
1528
|
+
"id": 25162,
|
|
1529
1529
|
"name": "address",
|
|
1530
1530
|
"nodeType": "ElementaryTypeName",
|
|
1531
1531
|
"src": "2558:7:56",
|
|
@@ -1540,7 +1540,7 @@
|
|
|
1540
1540
|
],
|
|
1541
1541
|
"src": "2557:15:56"
|
|
1542
1542
|
},
|
|
1543
|
-
"scope":
|
|
1543
|
+
"scope": 25180,
|
|
1544
1544
|
"src": "2422:151:56",
|
|
1545
1545
|
"stateMutability": "view",
|
|
1546
1546
|
"virtual": false,
|
|
@@ -1548,13 +1548,13 @@
|
|
|
1548
1548
|
},
|
|
1549
1549
|
{
|
|
1550
1550
|
"documentation": {
|
|
1551
|
-
"id":
|
|
1551
|
+
"id": 25166,
|
|
1552
1552
|
"nodeType": "StructuredDocumentation",
|
|
1553
1553
|
"src": "2579:58:56",
|
|
1554
1554
|
"text": " @dev Get configuration as uint256 value"
|
|
1555
1555
|
},
|
|
1556
1556
|
"functionSelector": "80f70cba",
|
|
1557
|
-
"id":
|
|
1557
|
+
"id": 25179,
|
|
1558
1558
|
"implemented": false,
|
|
1559
1559
|
"kind": "function",
|
|
1560
1560
|
"modifiers": [],
|
|
@@ -1562,41 +1562,41 @@
|
|
|
1562
1562
|
"nameLocation": "2651:18:56",
|
|
1563
1563
|
"nodeType": "FunctionDefinition",
|
|
1564
1564
|
"parameters": {
|
|
1565
|
-
"id":
|
|
1565
|
+
"id": 25175,
|
|
1566
1566
|
"nodeType": "ParameterList",
|
|
1567
1567
|
"parameters": [
|
|
1568
1568
|
{
|
|
1569
1569
|
"constant": false,
|
|
1570
|
-
"id":
|
|
1570
|
+
"id": 25169,
|
|
1571
1571
|
"mutability": "mutable",
|
|
1572
1572
|
"name": "host",
|
|
1573
1573
|
"nameLocation": "2691:4:56",
|
|
1574
1574
|
"nodeType": "VariableDeclaration",
|
|
1575
|
-
"scope":
|
|
1575
|
+
"scope": 25179,
|
|
1576
1576
|
"src": "2679:16:56",
|
|
1577
1577
|
"stateVariable": false,
|
|
1578
1578
|
"storageLocation": "default",
|
|
1579
1579
|
"typeDescriptions": {
|
|
1580
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1580
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1581
1581
|
"typeString": "contract ISuperfluid"
|
|
1582
1582
|
},
|
|
1583
1583
|
"typeName": {
|
|
1584
|
-
"id":
|
|
1584
|
+
"id": 25168,
|
|
1585
1585
|
"nodeType": "UserDefinedTypeName",
|
|
1586
1586
|
"pathNode": {
|
|
1587
|
-
"id":
|
|
1587
|
+
"id": 25167,
|
|
1588
1588
|
"name": "ISuperfluid",
|
|
1589
1589
|
"nameLocations": [
|
|
1590
1590
|
"2679:11:56"
|
|
1591
1591
|
],
|
|
1592
1592
|
"nodeType": "IdentifierPath",
|
|
1593
|
-
"referencedDeclaration":
|
|
1593
|
+
"referencedDeclaration": 25051,
|
|
1594
1594
|
"src": "2679:11:56"
|
|
1595
1595
|
},
|
|
1596
|
-
"referencedDeclaration":
|
|
1596
|
+
"referencedDeclaration": 25051,
|
|
1597
1597
|
"src": "2679:11:56",
|
|
1598
1598
|
"typeDescriptions": {
|
|
1599
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1599
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
1600
1600
|
"typeString": "contract ISuperfluid"
|
|
1601
1601
|
}
|
|
1602
1602
|
},
|
|
@@ -1604,36 +1604,36 @@
|
|
|
1604
1604
|
},
|
|
1605
1605
|
{
|
|
1606
1606
|
"constant": false,
|
|
1607
|
-
"id":
|
|
1607
|
+
"id": 25172,
|
|
1608
1608
|
"mutability": "mutable",
|
|
1609
1609
|
"name": "superToken",
|
|
1610
1610
|
"nameLocation": "2722:10:56",
|
|
1611
1611
|
"nodeType": "VariableDeclaration",
|
|
1612
|
-
"scope":
|
|
1612
|
+
"scope": 25179,
|
|
1613
1613
|
"src": "2705:27:56",
|
|
1614
1614
|
"stateVariable": false,
|
|
1615
1615
|
"storageLocation": "default",
|
|
1616
1616
|
"typeDescriptions": {
|
|
1617
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1617
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1618
1618
|
"typeString": "contract ISuperfluidToken"
|
|
1619
1619
|
},
|
|
1620
1620
|
"typeName": {
|
|
1621
|
-
"id":
|
|
1621
|
+
"id": 25171,
|
|
1622
1622
|
"nodeType": "UserDefinedTypeName",
|
|
1623
1623
|
"pathNode": {
|
|
1624
|
-
"id":
|
|
1624
|
+
"id": 25170,
|
|
1625
1625
|
"name": "ISuperfluidToken",
|
|
1626
1626
|
"nameLocations": [
|
|
1627
1627
|
"2705:16:56"
|
|
1628
1628
|
],
|
|
1629
1629
|
"nodeType": "IdentifierPath",
|
|
1630
|
-
"referencedDeclaration":
|
|
1630
|
+
"referencedDeclaration": 25466,
|
|
1631
1631
|
"src": "2705:16:56"
|
|
1632
1632
|
},
|
|
1633
|
-
"referencedDeclaration":
|
|
1633
|
+
"referencedDeclaration": 25466,
|
|
1634
1634
|
"src": "2705:16:56",
|
|
1635
1635
|
"typeDescriptions": {
|
|
1636
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1636
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1637
1637
|
"typeString": "contract ISuperfluidToken"
|
|
1638
1638
|
}
|
|
1639
1639
|
},
|
|
@@ -1641,12 +1641,12 @@
|
|
|
1641
1641
|
},
|
|
1642
1642
|
{
|
|
1643
1643
|
"constant": false,
|
|
1644
|
-
"id":
|
|
1644
|
+
"id": 25174,
|
|
1645
1645
|
"mutability": "mutable",
|
|
1646
1646
|
"name": "key",
|
|
1647
1647
|
"nameLocation": "2750:3:56",
|
|
1648
1648
|
"nodeType": "VariableDeclaration",
|
|
1649
|
-
"scope":
|
|
1649
|
+
"scope": 25179,
|
|
1650
1650
|
"src": "2742:11:56",
|
|
1651
1651
|
"stateVariable": false,
|
|
1652
1652
|
"storageLocation": "default",
|
|
@@ -1655,7 +1655,7 @@
|
|
|
1655
1655
|
"typeString": "bytes32"
|
|
1656
1656
|
},
|
|
1657
1657
|
"typeName": {
|
|
1658
|
-
"id":
|
|
1658
|
+
"id": 25173,
|
|
1659
1659
|
"name": "bytes32",
|
|
1660
1660
|
"nodeType": "ElementaryTypeName",
|
|
1661
1661
|
"src": "2742:7:56",
|
|
@@ -1670,17 +1670,17 @@
|
|
|
1670
1670
|
"src": "2669:85:56"
|
|
1671
1671
|
},
|
|
1672
1672
|
"returnParameters": {
|
|
1673
|
-
"id":
|
|
1673
|
+
"id": 25178,
|
|
1674
1674
|
"nodeType": "ParameterList",
|
|
1675
1675
|
"parameters": [
|
|
1676
1676
|
{
|
|
1677
1677
|
"constant": false,
|
|
1678
|
-
"id":
|
|
1678
|
+
"id": 25177,
|
|
1679
1679
|
"mutability": "mutable",
|
|
1680
1680
|
"name": "value",
|
|
1681
1681
|
"nameLocation": "2786:5:56",
|
|
1682
1682
|
"nodeType": "VariableDeclaration",
|
|
1683
|
-
"scope":
|
|
1683
|
+
"scope": 25179,
|
|
1684
1684
|
"src": "2778:13:56",
|
|
1685
1685
|
"stateVariable": false,
|
|
1686
1686
|
"storageLocation": "default",
|
|
@@ -1689,7 +1689,7 @@
|
|
|
1689
1689
|
"typeString": "uint256"
|
|
1690
1690
|
},
|
|
1691
1691
|
"typeName": {
|
|
1692
|
-
"id":
|
|
1692
|
+
"id": 25176,
|
|
1693
1693
|
"name": "uint256",
|
|
1694
1694
|
"nodeType": "ElementaryTypeName",
|
|
1695
1695
|
"src": "2778:7:56",
|
|
@@ -1703,19 +1703,19 @@
|
|
|
1703
1703
|
],
|
|
1704
1704
|
"src": "2777:15:56"
|
|
1705
1705
|
},
|
|
1706
|
-
"scope":
|
|
1706
|
+
"scope": 25180,
|
|
1707
1707
|
"src": "2642:151:56",
|
|
1708
1708
|
"stateMutability": "view",
|
|
1709
1709
|
"virtual": false,
|
|
1710
1710
|
"visibility": "external"
|
|
1711
1711
|
}
|
|
1712
1712
|
],
|
|
1713
|
-
"scope":
|
|
1713
|
+
"scope": 25181,
|
|
1714
1714
|
"src": "348:2448:56",
|
|
1715
1715
|
"usedErrors": [
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1716
|
+
25064,
|
|
1717
|
+
25066,
|
|
1718
|
+
25068
|
|
1719
1719
|
]
|
|
1720
1720
|
}
|
|
1721
1721
|
],
|
|
@@ -1727,7 +1727,7 @@
|
|
|
1727
1727
|
},
|
|
1728
1728
|
"networks": {},
|
|
1729
1729
|
"schemaVersion": "3.4.13",
|
|
1730
|
-
"updatedAt": "2023-
|
|
1730
|
+
"updatedAt": "2023-08-03T14:52:18.073Z",
|
|
1731
1731
|
"devdoc": {
|
|
1732
1732
|
"author": "Superfluid",
|
|
1733
1733
|
"kind": "dev",
|