@superfluid-finance/ethereum-contracts 1.7.2-dev.bac5c12.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/artifacts/contracts/apps/SuperAppBaseFlow.sol/SuperAppBaseFlow.json +13 -13
- 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 +247 -247
- 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/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/superfluid/Superfluid.sol +1 -0
- package/package.json +3 -3
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
}
|
|
409
409
|
]
|
|
410
410
|
},
|
|
411
|
-
"name": "abi_decode_tuple_t_contract$_ISuperToken_$
|
|
411
|
+
"name": "abi_decode_tuple_t_contract$_ISuperToken_$24397_fromMemory",
|
|
412
412
|
"nodeType": "YulFunctionDefinition",
|
|
413
413
|
"parameters": [
|
|
414
414
|
{
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
}
|
|
437
437
|
]
|
|
438
438
|
},
|
|
439
|
-
"contents": "{\n { }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$
|
|
439
|
+
"contents": "{\n { }\n function panic_error_0x01()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x01)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_contract$_ISuperToken_$24397_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}",
|
|
440
440
|
"id": 124,
|
|
441
441
|
"language": "Yul",
|
|
442
442
|
"name": "#utility.yul"
|
|
@@ -450,21 +450,21 @@
|
|
|
450
450
|
"absolutePath": "project:/contracts/superfluid/FullUpgradableSuperTokenProxy.sol",
|
|
451
451
|
"exportedSymbols": {
|
|
452
452
|
"FullUpgradableSuperTokenProxy": [
|
|
453
|
-
|
|
453
|
+
40196
|
|
454
454
|
],
|
|
455
455
|
"ISuperTokenFactory": [
|
|
456
|
-
|
|
456
|
+
24527
|
|
457
457
|
],
|
|
458
458
|
"Proxy": [
|
|
459
459
|
706
|
|
460
460
|
]
|
|
461
461
|
},
|
|
462
|
-
"id":
|
|
462
|
+
"id": 40197,
|
|
463
463
|
"license": "AGPLv3",
|
|
464
464
|
"nodeType": "SourceUnit",
|
|
465
465
|
"nodes": [
|
|
466
466
|
{
|
|
467
|
-
"id":
|
|
467
|
+
"id": 40125,
|
|
468
468
|
"literals": [
|
|
469
469
|
"solidity",
|
|
470
470
|
"0.8",
|
|
@@ -476,20 +476,20 @@
|
|
|
476
476
|
{
|
|
477
477
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperTokenFactory.sol",
|
|
478
478
|
"file": "../interfaces/superfluid/ISuperTokenFactory.sol",
|
|
479
|
-
"id":
|
|
479
|
+
"id": 40127,
|
|
480
480
|
"nameLocation": "-1:-1:-1",
|
|
481
481
|
"nodeType": "ImportDirective",
|
|
482
|
-
"scope":
|
|
483
|
-
"sourceUnit":
|
|
482
|
+
"scope": 40197,
|
|
483
|
+
"sourceUnit": 24528,
|
|
484
484
|
"src": "60:85:101",
|
|
485
485
|
"symbolAliases": [
|
|
486
486
|
{
|
|
487
487
|
"foreign": {
|
|
488
|
-
"id":
|
|
488
|
+
"id": 40126,
|
|
489
489
|
"name": "ISuperTokenFactory",
|
|
490
490
|
"nodeType": "Identifier",
|
|
491
491
|
"overloadedDeclarations": [],
|
|
492
|
-
"referencedDeclaration":
|
|
492
|
+
"referencedDeclaration": 24527,
|
|
493
493
|
"src": "69:18:101",
|
|
494
494
|
"typeDescriptions": {}
|
|
495
495
|
},
|
|
@@ -501,16 +501,16 @@
|
|
|
501
501
|
{
|
|
502
502
|
"absolutePath": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
503
503
|
"file": "@openzeppelin/contracts/proxy/Proxy.sol",
|
|
504
|
-
"id":
|
|
504
|
+
"id": 40129,
|
|
505
505
|
"nameLocation": "-1:-1:-1",
|
|
506
506
|
"nodeType": "ImportDirective",
|
|
507
|
-
"scope":
|
|
507
|
+
"scope": 40197,
|
|
508
508
|
"sourceUnit": 707,
|
|
509
509
|
"src": "146:64:101",
|
|
510
510
|
"symbolAliases": [
|
|
511
511
|
{
|
|
512
512
|
"foreign": {
|
|
513
|
-
"id":
|
|
513
|
+
"id": 40128,
|
|
514
514
|
"name": "Proxy",
|
|
515
515
|
"nodeType": "Identifier",
|
|
516
516
|
"overloadedDeclarations": [],
|
|
@@ -528,7 +528,7 @@
|
|
|
528
528
|
"baseContracts": [
|
|
529
529
|
{
|
|
530
530
|
"baseName": {
|
|
531
|
-
"id":
|
|
531
|
+
"id": 40131,
|
|
532
532
|
"name": "Proxy",
|
|
533
533
|
"nameLocations": [
|
|
534
534
|
"338:5:101"
|
|
@@ -537,7 +537,7 @@
|
|
|
537
537
|
"referencedDeclaration": 706,
|
|
538
538
|
"src": "338:5:101"
|
|
539
539
|
},
|
|
540
|
-
"id":
|
|
540
|
+
"id": 40132,
|
|
541
541
|
"nodeType": "InheritanceSpecifier",
|
|
542
542
|
"src": "338:5:101"
|
|
543
543
|
}
|
|
@@ -546,15 +546,15 @@
|
|
|
546
546
|
"contractDependencies": [],
|
|
547
547
|
"contractKind": "contract",
|
|
548
548
|
"documentation": {
|
|
549
|
-
"id":
|
|
549
|
+
"id": 40130,
|
|
550
550
|
"nodeType": "StructuredDocumentation",
|
|
551
551
|
"src": "213:82:101",
|
|
552
552
|
"text": " @title Full upgradable super token proxy contract\n @author Superfluid"
|
|
553
553
|
},
|
|
554
554
|
"fullyImplemented": true,
|
|
555
|
-
"id":
|
|
555
|
+
"id": 40196,
|
|
556
556
|
"linearizedBaseContracts": [
|
|
557
|
-
|
|
557
|
+
40196,
|
|
558
558
|
706
|
|
559
559
|
],
|
|
560
560
|
"name": "FullUpgradableSuperTokenProxy",
|
|
@@ -563,12 +563,12 @@
|
|
|
563
563
|
"nodes": [
|
|
564
564
|
{
|
|
565
565
|
"constant": true,
|
|
566
|
-
"id":
|
|
566
|
+
"id": 40135,
|
|
567
567
|
"mutability": "constant",
|
|
568
568
|
"name": "_FACTORY_SLOT",
|
|
569
569
|
"nameLocation": "476:13:101",
|
|
570
570
|
"nodeType": "VariableDeclaration",
|
|
571
|
-
"scope":
|
|
571
|
+
"scope": 40196,
|
|
572
572
|
"src": "450:108:101",
|
|
573
573
|
"stateVariable": true,
|
|
574
574
|
"storageLocation": "default",
|
|
@@ -577,7 +577,7 @@
|
|
|
577
577
|
"typeString": "bytes32"
|
|
578
578
|
},
|
|
579
579
|
"typeName": {
|
|
580
|
-
"id":
|
|
580
|
+
"id": 40133,
|
|
581
581
|
"name": "bytes32",
|
|
582
582
|
"nodeType": "ElementaryTypeName",
|
|
583
583
|
"src": "450:7:101",
|
|
@@ -588,7 +588,7 @@
|
|
|
588
588
|
},
|
|
589
589
|
"value": {
|
|
590
590
|
"hexValue": "307862386663643537313962336464663836323666333636343730356138396237666334373631323961353863316161356564613537633630306363313832316130",
|
|
591
|
-
"id":
|
|
591
|
+
"id": 40134,
|
|
592
592
|
"isConstant": false,
|
|
593
593
|
"isLValue": false,
|
|
594
594
|
"isPure": true,
|
|
@@ -606,12 +606,12 @@
|
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
608
|
"errorSelector": "05c5d819",
|
|
609
|
-
"id":
|
|
609
|
+
"id": 40137,
|
|
610
610
|
"name": "FUSTP_ALREADY_INITIALIZED",
|
|
611
611
|
"nameLocation": "571:25:101",
|
|
612
612
|
"nodeType": "ErrorDefinition",
|
|
613
613
|
"parameters": {
|
|
614
|
-
"id":
|
|
614
|
+
"id": 40136,
|
|
615
615
|
"nodeType": "ParameterList",
|
|
616
616
|
"parameters": [],
|
|
617
617
|
"src": "596:2:101"
|
|
@@ -620,23 +620,23 @@
|
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
622
|
"body": {
|
|
623
|
-
"id":
|
|
623
|
+
"id": 40163,
|
|
624
624
|
"nodeType": "Block",
|
|
625
625
|
"src": "640:333:101",
|
|
626
626
|
"statements": [
|
|
627
627
|
{
|
|
628
628
|
"assignments": [
|
|
629
|
-
|
|
629
|
+
40141
|
|
630
630
|
],
|
|
631
631
|
"declarations": [
|
|
632
632
|
{
|
|
633
633
|
"constant": false,
|
|
634
|
-
"id":
|
|
634
|
+
"id": 40141,
|
|
635
635
|
"mutability": "mutable",
|
|
636
636
|
"name": "factory",
|
|
637
637
|
"nameLocation": "658:7:101",
|
|
638
638
|
"nodeType": "VariableDeclaration",
|
|
639
|
-
"scope":
|
|
639
|
+
"scope": 40163,
|
|
640
640
|
"src": "650:15:101",
|
|
641
641
|
"stateVariable": false,
|
|
642
642
|
"storageLocation": "default",
|
|
@@ -645,7 +645,7 @@
|
|
|
645
645
|
"typeString": "address"
|
|
646
646
|
},
|
|
647
647
|
"typeName": {
|
|
648
|
-
"id":
|
|
648
|
+
"id": 40140,
|
|
649
649
|
"name": "address",
|
|
650
650
|
"nodeType": "ElementaryTypeName",
|
|
651
651
|
"src": "650:7:101",
|
|
@@ -658,7 +658,7 @@
|
|
|
658
658
|
"visibility": "internal"
|
|
659
659
|
}
|
|
660
660
|
],
|
|
661
|
-
"id":
|
|
661
|
+
"id": 40142,
|
|
662
662
|
"nodeType": "VariableDeclarationStatement",
|
|
663
663
|
"src": "650:15:101"
|
|
664
664
|
},
|
|
@@ -699,21 +699,21 @@
|
|
|
699
699
|
"evmVersion": "paris",
|
|
700
700
|
"externalReferences": [
|
|
701
701
|
{
|
|
702
|
-
"declaration":
|
|
702
|
+
"declaration": 40135,
|
|
703
703
|
"isOffset": false,
|
|
704
704
|
"isSlot": false,
|
|
705
705
|
"src": "738:13:101",
|
|
706
706
|
"valueSize": 1
|
|
707
707
|
},
|
|
708
708
|
{
|
|
709
|
-
"declaration":
|
|
709
|
+
"declaration": 40141,
|
|
710
710
|
"isOffset": false,
|
|
711
711
|
"isSlot": false,
|
|
712
712
|
"src": "721:7:101",
|
|
713
713
|
"valueSize": 1
|
|
714
714
|
}
|
|
715
715
|
],
|
|
716
|
-
"id":
|
|
716
|
+
"id": 40143,
|
|
717
717
|
"nodeType": "InlineAssembly",
|
|
718
718
|
"src": "675:87:101"
|
|
719
719
|
},
|
|
@@ -723,7 +723,7 @@
|
|
|
723
723
|
"typeIdentifier": "t_address",
|
|
724
724
|
"typeString": "address"
|
|
725
725
|
},
|
|
726
|
-
"id":
|
|
726
|
+
"id": 40152,
|
|
727
727
|
"isConstant": false,
|
|
728
728
|
"isLValue": false,
|
|
729
729
|
"isPure": false,
|
|
@@ -731,11 +731,11 @@
|
|
|
731
731
|
"leftExpression": {
|
|
732
732
|
"arguments": [
|
|
733
733
|
{
|
|
734
|
-
"id":
|
|
734
|
+
"id": 40146,
|
|
735
735
|
"name": "factory",
|
|
736
736
|
"nodeType": "Identifier",
|
|
737
737
|
"overloadedDeclarations": [],
|
|
738
|
-
"referencedDeclaration":
|
|
738
|
+
"referencedDeclaration": 40141,
|
|
739
739
|
"src": "783:7:101",
|
|
740
740
|
"typeDescriptions": {
|
|
741
741
|
"typeIdentifier": "t_address",
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
"typeString": "address"
|
|
751
751
|
}
|
|
752
752
|
],
|
|
753
|
-
"id":
|
|
753
|
+
"id": 40145,
|
|
754
754
|
"isConstant": false,
|
|
755
755
|
"isLValue": false,
|
|
756
756
|
"isPure": true,
|
|
@@ -762,14 +762,14 @@
|
|
|
762
762
|
"typeString": "type(address)"
|
|
763
763
|
},
|
|
764
764
|
"typeName": {
|
|
765
|
-
"id":
|
|
765
|
+
"id": 40144,
|
|
766
766
|
"name": "address",
|
|
767
767
|
"nodeType": "ElementaryTypeName",
|
|
768
768
|
"src": "775:7:101",
|
|
769
769
|
"typeDescriptions": {}
|
|
770
770
|
}
|
|
771
771
|
},
|
|
772
|
-
"id":
|
|
772
|
+
"id": 40147,
|
|
773
773
|
"isConstant": false,
|
|
774
774
|
"isLValue": false,
|
|
775
775
|
"isPure": false,
|
|
@@ -791,7 +791,7 @@
|
|
|
791
791
|
"arguments": [
|
|
792
792
|
{
|
|
793
793
|
"hexValue": "30",
|
|
794
|
-
"id":
|
|
794
|
+
"id": 40150,
|
|
795
795
|
"isConstant": false,
|
|
796
796
|
"isLValue": false,
|
|
797
797
|
"isPure": true,
|
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
"typeString": "int_const 0"
|
|
814
814
|
}
|
|
815
815
|
],
|
|
816
|
-
"id":
|
|
816
|
+
"id": 40149,
|
|
817
817
|
"isConstant": false,
|
|
818
818
|
"isLValue": false,
|
|
819
819
|
"isPure": true,
|
|
@@ -825,14 +825,14 @@
|
|
|
825
825
|
"typeString": "type(address)"
|
|
826
826
|
},
|
|
827
827
|
"typeName": {
|
|
828
|
-
"id":
|
|
828
|
+
"id": 40148,
|
|
829
829
|
"name": "address",
|
|
830
830
|
"nodeType": "ElementaryTypeName",
|
|
831
831
|
"src": "795:7:101",
|
|
832
832
|
"typeDescriptions": {}
|
|
833
833
|
}
|
|
834
834
|
},
|
|
835
|
-
"id":
|
|
835
|
+
"id": 40151,
|
|
836
836
|
"isConstant": false,
|
|
837
837
|
"isLValue": false,
|
|
838
838
|
"isPure": true,
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
"typeString": "bool"
|
|
855
855
|
}
|
|
856
856
|
},
|
|
857
|
-
"id":
|
|
857
|
+
"id": 40156,
|
|
858
858
|
"nodeType": "IfStatement",
|
|
859
859
|
"src": "771:70:101",
|
|
860
860
|
"trueBody": {
|
|
@@ -862,18 +862,18 @@
|
|
|
862
862
|
"arguments": [],
|
|
863
863
|
"expression": {
|
|
864
864
|
"argumentTypes": [],
|
|
865
|
-
"id":
|
|
865
|
+
"id": 40153,
|
|
866
866
|
"name": "FUSTP_ALREADY_INITIALIZED",
|
|
867
867
|
"nodeType": "Identifier",
|
|
868
868
|
"overloadedDeclarations": [],
|
|
869
|
-
"referencedDeclaration":
|
|
869
|
+
"referencedDeclaration": 40137,
|
|
870
870
|
"src": "814:25:101",
|
|
871
871
|
"typeDescriptions": {
|
|
872
872
|
"typeIdentifier": "t_function_error_pure$__$returns$__$",
|
|
873
873
|
"typeString": "function () pure"
|
|
874
874
|
}
|
|
875
875
|
},
|
|
876
|
-
"id":
|
|
876
|
+
"id": 40154,
|
|
877
877
|
"isConstant": false,
|
|
878
878
|
"isLValue": false,
|
|
879
879
|
"isPure": false,
|
|
@@ -889,24 +889,24 @@
|
|
|
889
889
|
"typeString": "tuple()"
|
|
890
890
|
}
|
|
891
891
|
},
|
|
892
|
-
"id":
|
|
892
|
+
"id": 40155,
|
|
893
893
|
"nodeType": "RevertStatement",
|
|
894
894
|
"src": "807:34:101"
|
|
895
895
|
}
|
|
896
896
|
},
|
|
897
897
|
{
|
|
898
898
|
"expression": {
|
|
899
|
-
"id":
|
|
899
|
+
"id": 40160,
|
|
900
900
|
"isConstant": false,
|
|
901
901
|
"isLValue": false,
|
|
902
902
|
"isPure": false,
|
|
903
903
|
"lValueRequested": false,
|
|
904
904
|
"leftHandSide": {
|
|
905
|
-
"id":
|
|
905
|
+
"id": 40157,
|
|
906
906
|
"name": "factory",
|
|
907
907
|
"nodeType": "Identifier",
|
|
908
908
|
"overloadedDeclarations": [],
|
|
909
|
-
"referencedDeclaration":
|
|
909
|
+
"referencedDeclaration": 40141,
|
|
910
910
|
"src": "851:7:101",
|
|
911
911
|
"typeDescriptions": {
|
|
912
912
|
"typeIdentifier": "t_address",
|
|
@@ -917,7 +917,7 @@
|
|
|
917
917
|
"operator": "=",
|
|
918
918
|
"rightHandSide": {
|
|
919
919
|
"expression": {
|
|
920
|
-
"id":
|
|
920
|
+
"id": 40158,
|
|
921
921
|
"name": "msg",
|
|
922
922
|
"nodeType": "Identifier",
|
|
923
923
|
"overloadedDeclarations": [],
|
|
@@ -928,7 +928,7 @@
|
|
|
928
928
|
"typeString": "msg"
|
|
929
929
|
}
|
|
930
930
|
},
|
|
931
|
-
"id":
|
|
931
|
+
"id": 40159,
|
|
932
932
|
"isConstant": false,
|
|
933
933
|
"isLValue": false,
|
|
934
934
|
"isPure": false,
|
|
@@ -948,7 +948,7 @@
|
|
|
948
948
|
"typeString": "address"
|
|
949
949
|
}
|
|
950
950
|
},
|
|
951
|
-
"id":
|
|
951
|
+
"id": 40161,
|
|
952
952
|
"nodeType": "ExpressionStatement",
|
|
953
953
|
"src": "851:20:101"
|
|
954
954
|
},
|
|
@@ -987,28 +987,28 @@
|
|
|
987
987
|
"evmVersion": "paris",
|
|
988
988
|
"externalReferences": [
|
|
989
989
|
{
|
|
990
|
-
"declaration":
|
|
990
|
+
"declaration": 40135,
|
|
991
991
|
"isOffset": false,
|
|
992
992
|
"isSlot": false,
|
|
993
993
|
"src": "934:13:101",
|
|
994
994
|
"valueSize": 1
|
|
995
995
|
},
|
|
996
996
|
{
|
|
997
|
-
"declaration":
|
|
997
|
+
"declaration": 40141,
|
|
998
998
|
"isOffset": false,
|
|
999
999
|
"isSlot": false,
|
|
1000
1000
|
"src": "949:7:101",
|
|
1001
1001
|
"valueSize": 1
|
|
1002
1002
|
}
|
|
1003
1003
|
],
|
|
1004
|
-
"id":
|
|
1004
|
+
"id": 40162,
|
|
1005
1005
|
"nodeType": "InlineAssembly",
|
|
1006
1006
|
"src": "881:86:101"
|
|
1007
1007
|
}
|
|
1008
1008
|
]
|
|
1009
1009
|
},
|
|
1010
1010
|
"functionSelector": "8129fc1c",
|
|
1011
|
-
"id":
|
|
1011
|
+
"id": 40164,
|
|
1012
1012
|
"implemented": true,
|
|
1013
1013
|
"kind": "function",
|
|
1014
1014
|
"modifiers": [],
|
|
@@ -1016,18 +1016,18 @@
|
|
|
1016
1016
|
"nameLocation": "614:10:101",
|
|
1017
1017
|
"nodeType": "FunctionDefinition",
|
|
1018
1018
|
"parameters": {
|
|
1019
|
-
"id":
|
|
1019
|
+
"id": 40138,
|
|
1020
1020
|
"nodeType": "ParameterList",
|
|
1021
1021
|
"parameters": [],
|
|
1022
1022
|
"src": "624:2:101"
|
|
1023
1023
|
},
|
|
1024
1024
|
"returnParameters": {
|
|
1025
|
-
"id":
|
|
1025
|
+
"id": 40139,
|
|
1026
1026
|
"nodeType": "ParameterList",
|
|
1027
1027
|
"parameters": [],
|
|
1028
1028
|
"src": "640:0:101"
|
|
1029
1029
|
},
|
|
1030
|
-
"scope":
|
|
1030
|
+
"scope": 40196,
|
|
1031
1031
|
"src": "605:368:101",
|
|
1032
1032
|
"stateMutability": "nonpayable",
|
|
1033
1033
|
"virtual": false,
|
|
@@ -1038,54 +1038,54 @@
|
|
|
1038
1038
|
671
|
|
1039
1039
|
],
|
|
1040
1040
|
"body": {
|
|
1041
|
-
"id":
|
|
1041
|
+
"id": 40194,
|
|
1042
1042
|
"nodeType": "Block",
|
|
1043
1043
|
"src": "1052:241:101",
|
|
1044
1044
|
"statements": [
|
|
1045
1045
|
{
|
|
1046
1046
|
"assignments": [
|
|
1047
|
-
|
|
1047
|
+
40172
|
|
1048
1048
|
],
|
|
1049
1049
|
"declarations": [
|
|
1050
1050
|
{
|
|
1051
1051
|
"constant": false,
|
|
1052
|
-
"id":
|
|
1052
|
+
"id": 40172,
|
|
1053
1053
|
"mutability": "mutable",
|
|
1054
1054
|
"name": "factory",
|
|
1055
1055
|
"nameLocation": "1081:7:101",
|
|
1056
1056
|
"nodeType": "VariableDeclaration",
|
|
1057
|
-
"scope":
|
|
1057
|
+
"scope": 40194,
|
|
1058
1058
|
"src": "1062:26:101",
|
|
1059
1059
|
"stateVariable": false,
|
|
1060
1060
|
"storageLocation": "default",
|
|
1061
1061
|
"typeDescriptions": {
|
|
1062
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1062
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$24527",
|
|
1063
1063
|
"typeString": "contract ISuperTokenFactory"
|
|
1064
1064
|
},
|
|
1065
1065
|
"typeName": {
|
|
1066
|
-
"id":
|
|
1066
|
+
"id": 40171,
|
|
1067
1067
|
"nodeType": "UserDefinedTypeName",
|
|
1068
1068
|
"pathNode": {
|
|
1069
|
-
"id":
|
|
1069
|
+
"id": 40170,
|
|
1070
1070
|
"name": "ISuperTokenFactory",
|
|
1071
1071
|
"nameLocations": [
|
|
1072
1072
|
"1062:18:101"
|
|
1073
1073
|
],
|
|
1074
1074
|
"nodeType": "IdentifierPath",
|
|
1075
|
-
"referencedDeclaration":
|
|
1075
|
+
"referencedDeclaration": 24527,
|
|
1076
1076
|
"src": "1062:18:101"
|
|
1077
1077
|
},
|
|
1078
|
-
"referencedDeclaration":
|
|
1078
|
+
"referencedDeclaration": 24527,
|
|
1079
1079
|
"src": "1062:18:101",
|
|
1080
1080
|
"typeDescriptions": {
|
|
1081
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1081
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$24527",
|
|
1082
1082
|
"typeString": "contract ISuperTokenFactory"
|
|
1083
1083
|
}
|
|
1084
1084
|
},
|
|
1085
1085
|
"visibility": "internal"
|
|
1086
1086
|
}
|
|
1087
1087
|
],
|
|
1088
|
-
"id":
|
|
1088
|
+
"id": 40173,
|
|
1089
1089
|
"nodeType": "VariableDeclarationStatement",
|
|
1090
1090
|
"src": "1062:26:101"
|
|
1091
1091
|
},
|
|
@@ -1126,21 +1126,21 @@
|
|
|
1126
1126
|
"evmVersion": "paris",
|
|
1127
1127
|
"externalReferences": [
|
|
1128
1128
|
{
|
|
1129
|
-
"declaration":
|
|
1129
|
+
"declaration": 40135,
|
|
1130
1130
|
"isOffset": false,
|
|
1131
1131
|
"isSlot": false,
|
|
1132
1132
|
"src": "1161:13:101",
|
|
1133
1133
|
"valueSize": 1
|
|
1134
1134
|
},
|
|
1135
1135
|
{
|
|
1136
|
-
"declaration":
|
|
1136
|
+
"declaration": 40172,
|
|
1137
1137
|
"isOffset": false,
|
|
1138
1138
|
"isSlot": false,
|
|
1139
1139
|
"src": "1144:7:101",
|
|
1140
1140
|
"valueSize": 1
|
|
1141
1141
|
}
|
|
1142
1142
|
],
|
|
1143
|
-
"id":
|
|
1143
|
+
"id": 40174,
|
|
1144
1144
|
"nodeType": "InlineAssembly",
|
|
1145
1145
|
"src": "1098:87:101"
|
|
1146
1146
|
},
|
|
@@ -1152,7 +1152,7 @@
|
|
|
1152
1152
|
"typeIdentifier": "t_address",
|
|
1153
1153
|
"typeString": "address"
|
|
1154
1154
|
},
|
|
1155
|
-
"id":
|
|
1155
|
+
"id": 40184,
|
|
1156
1156
|
"isConstant": false,
|
|
1157
1157
|
"isLValue": false,
|
|
1158
1158
|
"isPure": false,
|
|
@@ -1160,14 +1160,14 @@
|
|
|
1160
1160
|
"leftExpression": {
|
|
1161
1161
|
"arguments": [
|
|
1162
1162
|
{
|
|
1163
|
-
"id":
|
|
1163
|
+
"id": 40178,
|
|
1164
1164
|
"name": "factory",
|
|
1165
1165
|
"nodeType": "Identifier",
|
|
1166
1166
|
"overloadedDeclarations": [],
|
|
1167
|
-
"referencedDeclaration":
|
|
1167
|
+
"referencedDeclaration": 40172,
|
|
1168
1168
|
"src": "1209:7:101",
|
|
1169
1169
|
"typeDescriptions": {
|
|
1170
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1170
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$24527",
|
|
1171
1171
|
"typeString": "contract ISuperTokenFactory"
|
|
1172
1172
|
}
|
|
1173
1173
|
}
|
|
@@ -1175,11 +1175,11 @@
|
|
|
1175
1175
|
"expression": {
|
|
1176
1176
|
"argumentTypes": [
|
|
1177
1177
|
{
|
|
1178
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1178
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$24527",
|
|
1179
1179
|
"typeString": "contract ISuperTokenFactory"
|
|
1180
1180
|
}
|
|
1181
1181
|
],
|
|
1182
|
-
"id":
|
|
1182
|
+
"id": 40177,
|
|
1183
1183
|
"isConstant": false,
|
|
1184
1184
|
"isLValue": false,
|
|
1185
1185
|
"isPure": true,
|
|
@@ -1191,14 +1191,14 @@
|
|
|
1191
1191
|
"typeString": "type(address)"
|
|
1192
1192
|
},
|
|
1193
1193
|
"typeName": {
|
|
1194
|
-
"id":
|
|
1194
|
+
"id": 40176,
|
|
1195
1195
|
"name": "address",
|
|
1196
1196
|
"nodeType": "ElementaryTypeName",
|
|
1197
1197
|
"src": "1201:7:101",
|
|
1198
1198
|
"typeDescriptions": {}
|
|
1199
1199
|
}
|
|
1200
1200
|
},
|
|
1201
|
-
"id":
|
|
1201
|
+
"id": 40179,
|
|
1202
1202
|
"isConstant": false,
|
|
1203
1203
|
"isLValue": false,
|
|
1204
1204
|
"isPure": false,
|
|
@@ -1220,7 +1220,7 @@
|
|
|
1220
1220
|
"arguments": [
|
|
1221
1221
|
{
|
|
1222
1222
|
"hexValue": "30",
|
|
1223
|
-
"id":
|
|
1223
|
+
"id": 40182,
|
|
1224
1224
|
"isConstant": false,
|
|
1225
1225
|
"isLValue": false,
|
|
1226
1226
|
"isPure": true,
|
|
@@ -1242,7 +1242,7 @@
|
|
|
1242
1242
|
"typeString": "int_const 0"
|
|
1243
1243
|
}
|
|
1244
1244
|
],
|
|
1245
|
-
"id":
|
|
1245
|
+
"id": 40181,
|
|
1246
1246
|
"isConstant": false,
|
|
1247
1247
|
"isLValue": false,
|
|
1248
1248
|
"isPure": true,
|
|
@@ -1254,14 +1254,14 @@
|
|
|
1254
1254
|
"typeString": "type(address)"
|
|
1255
1255
|
},
|
|
1256
1256
|
"typeName": {
|
|
1257
|
-
"id":
|
|
1257
|
+
"id": 40180,
|
|
1258
1258
|
"name": "address",
|
|
1259
1259
|
"nodeType": "ElementaryTypeName",
|
|
1260
1260
|
"src": "1221:7:101",
|
|
1261
1261
|
"typeDescriptions": {}
|
|
1262
1262
|
}
|
|
1263
1263
|
},
|
|
1264
|
-
"id":
|
|
1264
|
+
"id": 40183,
|
|
1265
1265
|
"isConstant": false,
|
|
1266
1266
|
"isLValue": false,
|
|
1267
1267
|
"isPure": true,
|
|
@@ -1291,7 +1291,7 @@
|
|
|
1291
1291
|
"typeString": "bool"
|
|
1292
1292
|
}
|
|
1293
1293
|
],
|
|
1294
|
-
"id":
|
|
1294
|
+
"id": 40175,
|
|
1295
1295
|
"name": "assert",
|
|
1296
1296
|
"nodeType": "Identifier",
|
|
1297
1297
|
"overloadedDeclarations": [],
|
|
@@ -1302,7 +1302,7 @@
|
|
|
1302
1302
|
"typeString": "function (bool) pure"
|
|
1303
1303
|
}
|
|
1304
1304
|
},
|
|
1305
|
-
"id":
|
|
1305
|
+
"id": 40185,
|
|
1306
1306
|
"isConstant": false,
|
|
1307
1307
|
"isLValue": false,
|
|
1308
1308
|
"isPure": false,
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"typeString": "tuple()"
|
|
1319
1319
|
}
|
|
1320
1320
|
},
|
|
1321
|
-
"id":
|
|
1321
|
+
"id": 40186,
|
|
1322
1322
|
"nodeType": "ExpressionStatement",
|
|
1323
1323
|
"src": "1194:38:101"
|
|
1324
1324
|
},
|
|
@@ -1330,18 +1330,18 @@
|
|
|
1330
1330
|
"expression": {
|
|
1331
1331
|
"argumentTypes": [],
|
|
1332
1332
|
"expression": {
|
|
1333
|
-
"id":
|
|
1333
|
+
"id": 40189,
|
|
1334
1334
|
"name": "factory",
|
|
1335
1335
|
"nodeType": "Identifier",
|
|
1336
1336
|
"overloadedDeclarations": [],
|
|
1337
|
-
"referencedDeclaration":
|
|
1337
|
+
"referencedDeclaration": 40172,
|
|
1338
1338
|
"src": "1257:7:101",
|
|
1339
1339
|
"typeDescriptions": {
|
|
1340
|
-
"typeIdentifier": "t_contract$_ISuperTokenFactory_$
|
|
1340
|
+
"typeIdentifier": "t_contract$_ISuperTokenFactory_$24527",
|
|
1341
1341
|
"typeString": "contract ISuperTokenFactory"
|
|
1342
1342
|
}
|
|
1343
1343
|
},
|
|
1344
|
-
"id":
|
|
1344
|
+
"id": 40190,
|
|
1345
1345
|
"isConstant": false,
|
|
1346
1346
|
"isLValue": false,
|
|
1347
1347
|
"isPure": false,
|
|
@@ -1349,14 +1349,14 @@
|
|
|
1349
1349
|
"memberLocation": "1265:18:101",
|
|
1350
1350
|
"memberName": "getSuperTokenLogic",
|
|
1351
1351
|
"nodeType": "MemberAccess",
|
|
1352
|
-
"referencedDeclaration":
|
|
1352
|
+
"referencedDeclaration": 24434,
|
|
1353
1353
|
"src": "1257:26:101",
|
|
1354
1354
|
"typeDescriptions": {
|
|
1355
|
-
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperToken_$
|
|
1355
|
+
"typeIdentifier": "t_function_external_view$__$returns$_t_contract$_ISuperToken_$24397_$",
|
|
1356
1356
|
"typeString": "function () view external returns (contract ISuperToken)"
|
|
1357
1357
|
}
|
|
1358
1358
|
},
|
|
1359
|
-
"id":
|
|
1359
|
+
"id": 40191,
|
|
1360
1360
|
"isConstant": false,
|
|
1361
1361
|
"isLValue": false,
|
|
1362
1362
|
"isPure": false,
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
"src": "1257:28:101",
|
|
1369
1369
|
"tryCall": false,
|
|
1370
1370
|
"typeDescriptions": {
|
|
1371
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1371
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1372
1372
|
"typeString": "contract ISuperToken"
|
|
1373
1373
|
}
|
|
1374
1374
|
}
|
|
@@ -1376,11 +1376,11 @@
|
|
|
1376
1376
|
"expression": {
|
|
1377
1377
|
"argumentTypes": [
|
|
1378
1378
|
{
|
|
1379
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
1379
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
1380
1380
|
"typeString": "contract ISuperToken"
|
|
1381
1381
|
}
|
|
1382
1382
|
],
|
|
1383
|
-
"id":
|
|
1383
|
+
"id": 40188,
|
|
1384
1384
|
"isConstant": false,
|
|
1385
1385
|
"isLValue": false,
|
|
1386
1386
|
"isPure": true,
|
|
@@ -1392,14 +1392,14 @@
|
|
|
1392
1392
|
"typeString": "type(address)"
|
|
1393
1393
|
},
|
|
1394
1394
|
"typeName": {
|
|
1395
|
-
"id":
|
|
1395
|
+
"id": 40187,
|
|
1396
1396
|
"name": "address",
|
|
1397
1397
|
"nodeType": "ElementaryTypeName",
|
|
1398
1398
|
"src": "1249:7:101",
|
|
1399
1399
|
"typeDescriptions": {}
|
|
1400
1400
|
}
|
|
1401
1401
|
},
|
|
1402
|
-
"id":
|
|
1402
|
+
"id": 40192,
|
|
1403
1403
|
"isConstant": false,
|
|
1404
1404
|
"isLValue": false,
|
|
1405
1405
|
"isPure": false,
|
|
@@ -1415,14 +1415,14 @@
|
|
|
1415
1415
|
"typeString": "address"
|
|
1416
1416
|
}
|
|
1417
1417
|
},
|
|
1418
|
-
"functionReturnParameters":
|
|
1419
|
-
"id":
|
|
1418
|
+
"functionReturnParameters": 40169,
|
|
1419
|
+
"id": 40193,
|
|
1420
1420
|
"nodeType": "Return",
|
|
1421
1421
|
"src": "1242:44:101"
|
|
1422
1422
|
}
|
|
1423
1423
|
]
|
|
1424
1424
|
},
|
|
1425
|
-
"id":
|
|
1425
|
+
"id": 40195,
|
|
1426
1426
|
"implemented": true,
|
|
1427
1427
|
"kind": "function",
|
|
1428
1428
|
"modifiers": [],
|
|
@@ -1430,29 +1430,29 @@
|
|
|
1430
1430
|
"nameLocation": "988:15:101",
|
|
1431
1431
|
"nodeType": "FunctionDefinition",
|
|
1432
1432
|
"overrides": {
|
|
1433
|
-
"id":
|
|
1433
|
+
"id": 40166,
|
|
1434
1434
|
"nodeType": "OverrideSpecifier",
|
|
1435
1435
|
"overrides": [],
|
|
1436
1436
|
"src": "1015:8:101"
|
|
1437
1437
|
},
|
|
1438
1438
|
"parameters": {
|
|
1439
|
-
"id":
|
|
1439
|
+
"id": 40165,
|
|
1440
1440
|
"nodeType": "ParameterList",
|
|
1441
1441
|
"parameters": [],
|
|
1442
1442
|
"src": "1003:2:101"
|
|
1443
1443
|
},
|
|
1444
1444
|
"returnParameters": {
|
|
1445
|
-
"id":
|
|
1445
|
+
"id": 40169,
|
|
1446
1446
|
"nodeType": "ParameterList",
|
|
1447
1447
|
"parameters": [
|
|
1448
1448
|
{
|
|
1449
1449
|
"constant": false,
|
|
1450
|
-
"id":
|
|
1450
|
+
"id": 40168,
|
|
1451
1451
|
"mutability": "mutable",
|
|
1452
1452
|
"name": "impl",
|
|
1453
1453
|
"nameLocation": "1046:4:101",
|
|
1454
1454
|
"nodeType": "VariableDeclaration",
|
|
1455
|
-
"scope":
|
|
1455
|
+
"scope": 40195,
|
|
1456
1456
|
"src": "1038:12:101",
|
|
1457
1457
|
"stateVariable": false,
|
|
1458
1458
|
"storageLocation": "default",
|
|
@@ -1461,7 +1461,7 @@
|
|
|
1461
1461
|
"typeString": "address"
|
|
1462
1462
|
},
|
|
1463
1463
|
"typeName": {
|
|
1464
|
-
"id":
|
|
1464
|
+
"id": 40167,
|
|
1465
1465
|
"name": "address",
|
|
1466
1466
|
"nodeType": "ElementaryTypeName",
|
|
1467
1467
|
"src": "1038:7:101",
|
|
@@ -1476,17 +1476,17 @@
|
|
|
1476
1476
|
],
|
|
1477
1477
|
"src": "1037:14:101"
|
|
1478
1478
|
},
|
|
1479
|
-
"scope":
|
|
1479
|
+
"scope": 40196,
|
|
1480
1480
|
"src": "979:314:101",
|
|
1481
1481
|
"stateMutability": "view",
|
|
1482
1482
|
"virtual": false,
|
|
1483
1483
|
"visibility": "internal"
|
|
1484
1484
|
}
|
|
1485
1485
|
],
|
|
1486
|
-
"scope":
|
|
1486
|
+
"scope": 40197,
|
|
1487
1487
|
"src": "296:1000:101",
|
|
1488
1488
|
"usedErrors": [
|
|
1489
|
-
|
|
1489
|
+
40137
|
|
1490
1490
|
]
|
|
1491
1491
|
}
|
|
1492
1492
|
],
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
},
|
|
1499
1499
|
"networks": {},
|
|
1500
1500
|
"schemaVersion": "3.4.13",
|
|
1501
|
-
"updatedAt": "2023-
|
|
1501
|
+
"updatedAt": "2023-08-06T18:11:21.459Z",
|
|
1502
1502
|
"devdoc": {
|
|
1503
1503
|
"author": "Superfluid",
|
|
1504
1504
|
"kind": "dev",
|