@superfluid-finance/ethereum-contracts 1.7.2-dev.c99f6f9.0 → 1.7.2-dev.dae8ea5.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
|
@@ -265,19 +265,19 @@
|
|
|
265
265
|
"absolutePath": "project:/contracts/apps/SuperAppBase.sol",
|
|
266
266
|
"exportedSymbols": {
|
|
267
267
|
"ISuperApp": [
|
|
268
|
-
|
|
268
|
+
23923
|
|
269
269
|
],
|
|
270
270
|
"ISuperToken": [
|
|
271
|
-
|
|
271
|
+
24397
|
|
272
272
|
],
|
|
273
273
|
"ISuperfluid": [
|
|
274
|
-
|
|
274
|
+
25051
|
|
275
275
|
],
|
|
276
276
|
"SuperAppBase": [
|
|
277
277
|
17239
|
|
278
278
|
],
|
|
279
279
|
"SuperAppDefinitions": [
|
|
280
|
-
|
|
280
|
+
23311
|
|
281
281
|
]
|
|
282
282
|
},
|
|
283
283
|
"id": 17240,
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"nameLocation": "-1:-1:-1",
|
|
303
303
|
"nodeType": "ImportDirective",
|
|
304
304
|
"scope": 17240,
|
|
305
|
-
"sourceUnit":
|
|
305
|
+
"sourceUnit": 25052,
|
|
306
306
|
"src": "59:132:36",
|
|
307
307
|
"symbolAliases": [
|
|
308
308
|
{
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"name": "ISuperfluid",
|
|
312
312
|
"nodeType": "Identifier",
|
|
313
313
|
"overloadedDeclarations": [],
|
|
314
|
-
"referencedDeclaration":
|
|
314
|
+
"referencedDeclaration": 25051,
|
|
315
315
|
"src": "72:11:36",
|
|
316
316
|
"typeDescriptions": {}
|
|
317
317
|
},
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"name": "ISuperToken",
|
|
324
324
|
"nodeType": "Identifier",
|
|
325
325
|
"overloadedDeclarations": [],
|
|
326
|
-
"referencedDeclaration":
|
|
326
|
+
"referencedDeclaration": 24397,
|
|
327
327
|
"src": "89:11:36",
|
|
328
328
|
"typeDescriptions": {}
|
|
329
329
|
},
|
|
@@ -335,7 +335,7 @@
|
|
|
335
335
|
"name": "ISuperApp",
|
|
336
336
|
"nodeType": "Identifier",
|
|
337
337
|
"overloadedDeclarations": [],
|
|
338
|
-
"referencedDeclaration":
|
|
338
|
+
"referencedDeclaration": 23923,
|
|
339
339
|
"src": "106:9:36",
|
|
340
340
|
"typeDescriptions": {}
|
|
341
341
|
},
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"name": "SuperAppDefinitions",
|
|
348
348
|
"nodeType": "Identifier",
|
|
349
349
|
"overloadedDeclarations": [],
|
|
350
|
-
"referencedDeclaration":
|
|
350
|
+
"referencedDeclaration": 23311,
|
|
351
351
|
"src": "121:19:36",
|
|
352
352
|
"typeDescriptions": {}
|
|
353
353
|
},
|
|
@@ -367,7 +367,7 @@
|
|
|
367
367
|
"227:9:36"
|
|
368
368
|
],
|
|
369
369
|
"nodeType": "IdentifierPath",
|
|
370
|
-
"referencedDeclaration":
|
|
370
|
+
"referencedDeclaration": 23923,
|
|
371
371
|
"src": "227:9:36"
|
|
372
372
|
},
|
|
373
373
|
"id": 17100,
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"id": 17239,
|
|
383
383
|
"linearizedBaseContracts": [
|
|
384
384
|
17239,
|
|
385
|
-
|
|
385
|
+
23923
|
|
386
386
|
],
|
|
387
387
|
"name": "SuperAppBase",
|
|
388
388
|
"nameLocation": "211:12:36",
|
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
"nodes": [
|
|
391
391
|
{
|
|
392
392
|
"baseFunctions": [
|
|
393
|
-
|
|
393
|
+
23831
|
|
394
394
|
],
|
|
395
395
|
"body": {
|
|
396
396
|
"id": 17121,
|
|
@@ -490,7 +490,7 @@
|
|
|
490
490
|
"stateVariable": false,
|
|
491
491
|
"storageLocation": "default",
|
|
492
492
|
"typeDescriptions": {
|
|
493
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
493
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
494
494
|
"typeString": "contract ISuperToken"
|
|
495
495
|
},
|
|
496
496
|
"typeName": {
|
|
@@ -503,13 +503,13 @@
|
|
|
503
503
|
"285:11:36"
|
|
504
504
|
],
|
|
505
505
|
"nodeType": "IdentifierPath",
|
|
506
|
-
"referencedDeclaration":
|
|
506
|
+
"referencedDeclaration": 24397,
|
|
507
507
|
"src": "285:11:36"
|
|
508
508
|
},
|
|
509
|
-
"referencedDeclaration":
|
|
509
|
+
"referencedDeclaration": 24397,
|
|
510
510
|
"src": "285:11:36",
|
|
511
511
|
"typeDescriptions": {
|
|
512
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
512
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
513
513
|
"typeString": "contract ISuperToken"
|
|
514
514
|
}
|
|
515
515
|
},
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
},
|
|
670
670
|
{
|
|
671
671
|
"baseFunctions": [
|
|
672
|
-
|
|
672
|
+
23850
|
|
673
673
|
],
|
|
674
674
|
"body": {
|
|
675
675
|
"id": 17145,
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
"stateVariable": false,
|
|
770
770
|
"storageLocation": "default",
|
|
771
771
|
"typeDescriptions": {
|
|
772
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
772
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
773
773
|
"typeString": "contract ISuperToken"
|
|
774
774
|
},
|
|
775
775
|
"typeName": {
|
|
@@ -782,13 +782,13 @@
|
|
|
782
782
|
"690:11:36"
|
|
783
783
|
],
|
|
784
784
|
"nodeType": "IdentifierPath",
|
|
785
|
-
"referencedDeclaration":
|
|
785
|
+
"referencedDeclaration": 24397,
|
|
786
786
|
"src": "690:11:36"
|
|
787
787
|
},
|
|
788
|
-
"referencedDeclaration":
|
|
788
|
+
"referencedDeclaration": 24397,
|
|
789
789
|
"src": "690:11:36",
|
|
790
790
|
"typeDescriptions": {
|
|
791
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
791
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
792
792
|
"typeString": "contract ISuperToken"
|
|
793
793
|
}
|
|
794
794
|
},
|
|
@@ -975,7 +975,7 @@
|
|
|
975
975
|
},
|
|
976
976
|
{
|
|
977
977
|
"baseFunctions": [
|
|
978
|
-
|
|
978
|
+
23867
|
|
979
979
|
],
|
|
980
980
|
"body": {
|
|
981
981
|
"id": 17167,
|
|
@@ -1075,7 +1075,7 @@
|
|
|
1075
1075
|
"stateVariable": false,
|
|
1076
1076
|
"storageLocation": "default",
|
|
1077
1077
|
"typeDescriptions": {
|
|
1078
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1078
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1079
1079
|
"typeString": "contract ISuperToken"
|
|
1080
1080
|
},
|
|
1081
1081
|
"typeName": {
|
|
@@ -1088,13 +1088,13 @@
|
|
|
1088
1088
|
"1117:11:36"
|
|
1089
1089
|
],
|
|
1090
1090
|
"nodeType": "IdentifierPath",
|
|
1091
|
-
"referencedDeclaration":
|
|
1091
|
+
"referencedDeclaration": 24397,
|
|
1092
1092
|
"src": "1117:11:36"
|
|
1093
1093
|
},
|
|
1094
|
-
"referencedDeclaration":
|
|
1094
|
+
"referencedDeclaration": 24397,
|
|
1095
1095
|
"src": "1117:11:36",
|
|
1096
1096
|
"typeDescriptions": {
|
|
1097
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1097
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1098
1098
|
"typeString": "contract ISuperToken"
|
|
1099
1099
|
}
|
|
1100
1100
|
},
|
|
@@ -1254,7 +1254,7 @@
|
|
|
1254
1254
|
},
|
|
1255
1255
|
{
|
|
1256
1256
|
"baseFunctions": [
|
|
1257
|
-
|
|
1257
|
+
23886
|
|
1258
1258
|
],
|
|
1259
1259
|
"body": {
|
|
1260
1260
|
"id": 17191,
|
|
@@ -1354,7 +1354,7 @@
|
|
|
1354
1354
|
"stateVariable": false,
|
|
1355
1355
|
"storageLocation": "default",
|
|
1356
1356
|
"typeDescriptions": {
|
|
1357
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1357
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1358
1358
|
"typeString": "contract ISuperToken"
|
|
1359
1359
|
},
|
|
1360
1360
|
"typeName": {
|
|
@@ -1367,13 +1367,13 @@
|
|
|
1367
1367
|
"1522:11:36"
|
|
1368
1368
|
],
|
|
1369
1369
|
"nodeType": "IdentifierPath",
|
|
1370
|
-
"referencedDeclaration":
|
|
1370
|
+
"referencedDeclaration": 24397,
|
|
1371
1371
|
"src": "1522:11:36"
|
|
1372
1372
|
},
|
|
1373
|
-
"referencedDeclaration":
|
|
1373
|
+
"referencedDeclaration": 24397,
|
|
1374
1374
|
"src": "1522:11:36",
|
|
1375
1375
|
"typeDescriptions": {
|
|
1376
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1376
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1377
1377
|
"typeString": "contract ISuperToken"
|
|
1378
1378
|
}
|
|
1379
1379
|
},
|
|
@@ -1560,7 +1560,7 @@
|
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
"baseFunctions": [
|
|
1563
|
-
|
|
1563
|
+
23903
|
|
1564
1564
|
],
|
|
1565
1565
|
"body": {
|
|
1566
1566
|
"id": 17213,
|
|
@@ -1660,7 +1660,7 @@
|
|
|
1660
1660
|
"stateVariable": false,
|
|
1661
1661
|
"storageLocation": "default",
|
|
1662
1662
|
"typeDescriptions": {
|
|
1663
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1663
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1664
1664
|
"typeString": "contract ISuperToken"
|
|
1665
1665
|
},
|
|
1666
1666
|
"typeName": {
|
|
@@ -1673,13 +1673,13 @@
|
|
|
1673
1673
|
"1952:11:36"
|
|
1674
1674
|
],
|
|
1675
1675
|
"nodeType": "IdentifierPath",
|
|
1676
|
-
"referencedDeclaration":
|
|
1676
|
+
"referencedDeclaration": 24397,
|
|
1677
1677
|
"src": "1952:11:36"
|
|
1678
1678
|
},
|
|
1679
|
-
"referencedDeclaration":
|
|
1679
|
+
"referencedDeclaration": 24397,
|
|
1680
1680
|
"src": "1952:11:36",
|
|
1681
1681
|
"typeDescriptions": {
|
|
1682
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1682
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1683
1683
|
"typeString": "contract ISuperToken"
|
|
1684
1684
|
}
|
|
1685
1685
|
},
|
|
@@ -1839,7 +1839,7 @@
|
|
|
1839
1839
|
},
|
|
1840
1840
|
{
|
|
1841
1841
|
"baseFunctions": [
|
|
1842
|
-
|
|
1842
|
+
23922
|
|
1843
1843
|
],
|
|
1844
1844
|
"body": {
|
|
1845
1845
|
"id": 17237,
|
|
@@ -1939,7 +1939,7 @@
|
|
|
1939
1939
|
"stateVariable": false,
|
|
1940
1940
|
"storageLocation": "default",
|
|
1941
1941
|
"typeDescriptions": {
|
|
1942
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1942
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1943
1943
|
"typeString": "contract ISuperToken"
|
|
1944
1944
|
},
|
|
1945
1945
|
"typeName": {
|
|
@@ -1952,13 +1952,13 @@
|
|
|
1952
1952
|
"2364:11:36"
|
|
1953
1953
|
],
|
|
1954
1954
|
"nodeType": "IdentifierPath",
|
|
1955
|
-
"referencedDeclaration":
|
|
1955
|
+
"referencedDeclaration": 24397,
|
|
1956
1956
|
"src": "2364:11:36"
|
|
1957
1957
|
},
|
|
1958
|
-
"referencedDeclaration":
|
|
1958
|
+
"referencedDeclaration": 24397,
|
|
1959
1959
|
"src": "2364:11:36",
|
|
1960
1960
|
"typeDescriptions": {
|
|
1961
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1961
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1962
1962
|
"typeString": "contract ISuperToken"
|
|
1963
1963
|
}
|
|
1964
1964
|
},
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
},
|
|
2158
2158
|
"networks": {},
|
|
2159
2159
|
"schemaVersion": "3.4.13",
|
|
2160
|
-
"updatedAt": "2023-
|
|
2160
|
+
"updatedAt": "2023-08-06T18:11:20.860Z",
|
|
2161
2161
|
"devdoc": {
|
|
2162
2162
|
"kind": "dev",
|
|
2163
2163
|
"methods": {},
|