@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
|
@@ -3067,30 +3067,30 @@
|
|
|
3067
3067
|
"absolutePath": "project:/contracts/tokens/PureSuperToken.sol",
|
|
3068
3068
|
"exportedSymbols": {
|
|
3069
3069
|
"CustomSuperTokenBase": [
|
|
3070
|
-
|
|
3070
|
+
23148
|
|
3071
3071
|
],
|
|
3072
3072
|
"IERC20": [
|
|
3073
3073
|
1540
|
|
3074
3074
|
],
|
|
3075
3075
|
"IPureSuperTokenCustom": [
|
|
3076
|
-
|
|
3076
|
+
25493
|
|
3077
3077
|
],
|
|
3078
3078
|
"ISuperToken": [
|
|
3079
|
-
|
|
3079
|
+
24397
|
|
3080
3080
|
],
|
|
3081
3081
|
"PureSuperToken": [
|
|
3082
|
-
|
|
3082
|
+
46753
|
|
3083
3083
|
],
|
|
3084
3084
|
"UUPSProxy": [
|
|
3085
|
-
|
|
3085
|
+
47061
|
|
3086
3086
|
]
|
|
3087
3087
|
},
|
|
3088
|
-
"id":
|
|
3088
|
+
"id": 46754,
|
|
3089
3089
|
"license": "AGPLv3",
|
|
3090
3090
|
"nodeType": "SourceUnit",
|
|
3091
3091
|
"nodes": [
|
|
3092
3092
|
{
|
|
3093
|
-
"id":
|
|
3093
|
+
"id": 46694,
|
|
3094
3094
|
"literals": [
|
|
3095
3095
|
"solidity",
|
|
3096
3096
|
"0.8",
|
|
@@ -3102,20 +3102,20 @@
|
|
|
3102
3102
|
{
|
|
3103
3103
|
"absolutePath": "project:/contracts/interfaces/superfluid/CustomSuperTokenBase.sol",
|
|
3104
3104
|
"file": "../interfaces/superfluid/CustomSuperTokenBase.sol",
|
|
3105
|
-
"id":
|
|
3105
|
+
"id": 46697,
|
|
3106
3106
|
"nameLocation": "-1:-1:-1",
|
|
3107
3107
|
"nodeType": "ImportDirective",
|
|
3108
|
-
"scope":
|
|
3109
|
-
"sourceUnit":
|
|
3108
|
+
"scope": 46754,
|
|
3109
|
+
"sourceUnit": 23149,
|
|
3110
3110
|
"src": "60:110:106",
|
|
3111
3111
|
"symbolAliases": [
|
|
3112
3112
|
{
|
|
3113
3113
|
"foreign": {
|
|
3114
|
-
"id":
|
|
3114
|
+
"id": 46695,
|
|
3115
3115
|
"name": "ISuperToken",
|
|
3116
3116
|
"nodeType": "Identifier",
|
|
3117
3117
|
"overloadedDeclarations": [],
|
|
3118
|
-
"referencedDeclaration":
|
|
3118
|
+
"referencedDeclaration": 24397,
|
|
3119
3119
|
"src": "73:11:106",
|
|
3120
3120
|
"typeDescriptions": {}
|
|
3121
3121
|
},
|
|
@@ -3123,11 +3123,11 @@
|
|
|
3123
3123
|
},
|
|
3124
3124
|
{
|
|
3125
3125
|
"foreign": {
|
|
3126
|
-
"id":
|
|
3126
|
+
"id": 46696,
|
|
3127
3127
|
"name": "CustomSuperTokenBase",
|
|
3128
3128
|
"nodeType": "Identifier",
|
|
3129
3129
|
"overloadedDeclarations": [],
|
|
3130
|
-
"referencedDeclaration":
|
|
3130
|
+
"referencedDeclaration": 23148,
|
|
3131
3131
|
"src": "90:20:106",
|
|
3132
3132
|
"typeDescriptions": {}
|
|
3133
3133
|
},
|
|
@@ -3139,20 +3139,20 @@
|
|
|
3139
3139
|
{
|
|
3140
3140
|
"absolutePath": "project:/contracts/interfaces/tokens/IPureSuperToken.sol",
|
|
3141
3141
|
"file": "../interfaces/tokens/IPureSuperToken.sol",
|
|
3142
|
-
"id":
|
|
3142
|
+
"id": 46699,
|
|
3143
3143
|
"nameLocation": "-1:-1:-1",
|
|
3144
3144
|
"nodeType": "ImportDirective",
|
|
3145
|
-
"scope":
|
|
3146
|
-
"sourceUnit":
|
|
3145
|
+
"scope": 46754,
|
|
3146
|
+
"sourceUnit": 25500,
|
|
3147
3147
|
"src": "171:81:106",
|
|
3148
3148
|
"symbolAliases": [
|
|
3149
3149
|
{
|
|
3150
3150
|
"foreign": {
|
|
3151
|
-
"id":
|
|
3151
|
+
"id": 46698,
|
|
3152
3152
|
"name": "IPureSuperTokenCustom",
|
|
3153
3153
|
"nodeType": "Identifier",
|
|
3154
3154
|
"overloadedDeclarations": [],
|
|
3155
|
-
"referencedDeclaration":
|
|
3155
|
+
"referencedDeclaration": 25493,
|
|
3156
3156
|
"src": "180:21:106",
|
|
3157
3157
|
"typeDescriptions": {}
|
|
3158
3158
|
},
|
|
@@ -3164,20 +3164,20 @@
|
|
|
3164
3164
|
{
|
|
3165
3165
|
"absolutePath": "project:/contracts/upgradability/UUPSProxy.sol",
|
|
3166
3166
|
"file": "../upgradability/UUPSProxy.sol",
|
|
3167
|
-
"id":
|
|
3167
|
+
"id": 46701,
|
|
3168
3168
|
"nameLocation": "-1:-1:-1",
|
|
3169
3169
|
"nodeType": "ImportDirective",
|
|
3170
|
-
"scope":
|
|
3171
|
-
"sourceUnit":
|
|
3170
|
+
"scope": 46754,
|
|
3171
|
+
"sourceUnit": 47062,
|
|
3172
3172
|
"src": "253:59:106",
|
|
3173
3173
|
"symbolAliases": [
|
|
3174
3174
|
{
|
|
3175
3175
|
"foreign": {
|
|
3176
|
-
"id":
|
|
3176
|
+
"id": 46700,
|
|
3177
3177
|
"name": "UUPSProxy",
|
|
3178
3178
|
"nodeType": "Identifier",
|
|
3179
3179
|
"overloadedDeclarations": [],
|
|
3180
|
-
"referencedDeclaration":
|
|
3180
|
+
"referencedDeclaration": 47061,
|
|
3181
3181
|
"src": "262:9:106",
|
|
3182
3182
|
"typeDescriptions": {}
|
|
3183
3183
|
},
|
|
@@ -3189,16 +3189,16 @@
|
|
|
3189
3189
|
{
|
|
3190
3190
|
"absolutePath": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
3191
3191
|
"file": "@openzeppelin/contracts/token/ERC20/IERC20.sol",
|
|
3192
|
-
"id":
|
|
3192
|
+
"id": 46703,
|
|
3193
3193
|
"nameLocation": "-1:-1:-1",
|
|
3194
3194
|
"nodeType": "ImportDirective",
|
|
3195
|
-
"scope":
|
|
3195
|
+
"scope": 46754,
|
|
3196
3196
|
"sourceUnit": 1541,
|
|
3197
3197
|
"src": "313:72:106",
|
|
3198
3198
|
"symbolAliases": [
|
|
3199
3199
|
{
|
|
3200
3200
|
"foreign": {
|
|
3201
|
-
"id":
|
|
3201
|
+
"id": 46702,
|
|
3202
3202
|
"name": "IERC20",
|
|
3203
3203
|
"nodeType": "Identifier",
|
|
3204
3204
|
"overloadedDeclarations": [],
|
|
@@ -3216,46 +3216,46 @@
|
|
|
3216
3216
|
"baseContracts": [
|
|
3217
3217
|
{
|
|
3218
3218
|
"baseName": {
|
|
3219
|
-
"id":
|
|
3219
|
+
"id": 46705,
|
|
3220
3220
|
"name": "IPureSuperTokenCustom",
|
|
3221
3221
|
"nameLocations": [
|
|
3222
3222
|
"579:21:106"
|
|
3223
3223
|
],
|
|
3224
3224
|
"nodeType": "IdentifierPath",
|
|
3225
|
-
"referencedDeclaration":
|
|
3225
|
+
"referencedDeclaration": 25493,
|
|
3226
3226
|
"src": "579:21:106"
|
|
3227
3227
|
},
|
|
3228
|
-
"id":
|
|
3228
|
+
"id": 46706,
|
|
3229
3229
|
"nodeType": "InheritanceSpecifier",
|
|
3230
3230
|
"src": "579:21:106"
|
|
3231
3231
|
},
|
|
3232
3232
|
{
|
|
3233
3233
|
"baseName": {
|
|
3234
|
-
"id":
|
|
3234
|
+
"id": 46707,
|
|
3235
3235
|
"name": "CustomSuperTokenBase",
|
|
3236
3236
|
"nameLocations": [
|
|
3237
3237
|
"602:20:106"
|
|
3238
3238
|
],
|
|
3239
3239
|
"nodeType": "IdentifierPath",
|
|
3240
|
-
"referencedDeclaration":
|
|
3240
|
+
"referencedDeclaration": 23148,
|
|
3241
3241
|
"src": "602:20:106"
|
|
3242
3242
|
},
|
|
3243
|
-
"id":
|
|
3243
|
+
"id": 46708,
|
|
3244
3244
|
"nodeType": "InheritanceSpecifier",
|
|
3245
3245
|
"src": "602:20:106"
|
|
3246
3246
|
},
|
|
3247
3247
|
{
|
|
3248
3248
|
"baseName": {
|
|
3249
|
-
"id":
|
|
3249
|
+
"id": 46709,
|
|
3250
3250
|
"name": "UUPSProxy",
|
|
3251
3251
|
"nameLocations": [
|
|
3252
3252
|
"624:9:106"
|
|
3253
3253
|
],
|
|
3254
3254
|
"nodeType": "IdentifierPath",
|
|
3255
|
-
"referencedDeclaration":
|
|
3255
|
+
"referencedDeclaration": 47061,
|
|
3256
3256
|
"src": "624:9:106"
|
|
3257
3257
|
},
|
|
3258
|
-
"id":
|
|
3258
|
+
"id": 46710,
|
|
3259
3259
|
"nodeType": "InheritanceSpecifier",
|
|
3260
3260
|
"src": "624:9:106"
|
|
3261
3261
|
}
|
|
@@ -3264,19 +3264,19 @@
|
|
|
3264
3264
|
"contractDependencies": [],
|
|
3265
3265
|
"contractKind": "contract",
|
|
3266
3266
|
"documentation": {
|
|
3267
|
-
"id":
|
|
3267
|
+
"id": 46704,
|
|
3268
3268
|
"nodeType": "StructuredDocumentation",
|
|
3269
3269
|
"src": "388:163:106",
|
|
3270
3270
|
"text": " @title Native SuperToken custom super token implementation\n @author Superfluid\n @dev This is a simple implementation where the supply is pre-minted."
|
|
3271
3271
|
},
|
|
3272
3272
|
"fullyImplemented": true,
|
|
3273
|
-
"id":
|
|
3273
|
+
"id": 46753,
|
|
3274
3274
|
"linearizedBaseContracts": [
|
|
3275
|
-
|
|
3276
|
-
|
|
3275
|
+
46753,
|
|
3276
|
+
47061,
|
|
3277
3277
|
706,
|
|
3278
|
-
|
|
3279
|
-
|
|
3278
|
+
23148,
|
|
3279
|
+
25493
|
|
3280
3280
|
],
|
|
3281
3281
|
"name": "PureSuperToken",
|
|
3282
3282
|
"nameLocation": "561:14:106",
|
|
@@ -3284,10 +3284,10 @@
|
|
|
3284
3284
|
"nodes": [
|
|
3285
3285
|
{
|
|
3286
3286
|
"baseFunctions": [
|
|
3287
|
-
|
|
3287
|
+
25492
|
|
3288
3288
|
],
|
|
3289
3289
|
"body": {
|
|
3290
|
-
"id":
|
|
3290
|
+
"id": 46751,
|
|
3291
3291
|
"nodeType": "Block",
|
|
3292
3292
|
"src": "759:397:106",
|
|
3293
3293
|
"statements": [
|
|
@@ -3298,7 +3298,7 @@
|
|
|
3298
3298
|
"arguments": [
|
|
3299
3299
|
{
|
|
3300
3300
|
"hexValue": "307830303030303030303030303030303030303030303030303030303030303030303030303030303030",
|
|
3301
|
-
"id":
|
|
3301
|
+
"id": 46728,
|
|
3302
3302
|
"isConstant": false,
|
|
3303
3303
|
"isLValue": false,
|
|
3304
3304
|
"isPure": true,
|
|
@@ -3320,7 +3320,7 @@
|
|
|
3320
3320
|
"typeString": "address"
|
|
3321
3321
|
}
|
|
3322
3322
|
],
|
|
3323
|
-
"id":
|
|
3323
|
+
"id": 46727,
|
|
3324
3324
|
"name": "IERC20",
|
|
3325
3325
|
"nodeType": "Identifier",
|
|
3326
3326
|
"overloadedDeclarations": [],
|
|
@@ -3331,7 +3331,7 @@
|
|
|
3331
3331
|
"typeString": "type(contract IERC20)"
|
|
3332
3332
|
}
|
|
3333
3333
|
},
|
|
3334
|
-
"id":
|
|
3334
|
+
"id": 46729,
|
|
3335
3335
|
"isConstant": false,
|
|
3336
3336
|
"isLValue": false,
|
|
3337
3337
|
"isPure": true,
|
|
@@ -3349,7 +3349,7 @@
|
|
|
3349
3349
|
},
|
|
3350
3350
|
{
|
|
3351
3351
|
"hexValue": "3138",
|
|
3352
|
-
"id":
|
|
3352
|
+
"id": 46730,
|
|
3353
3353
|
"isConstant": false,
|
|
3354
3354
|
"isLValue": false,
|
|
3355
3355
|
"isPure": true,
|
|
@@ -3364,11 +3364,11 @@
|
|
|
3364
3364
|
"value": "18"
|
|
3365
3365
|
},
|
|
3366
3366
|
{
|
|
3367
|
-
"id":
|
|
3367
|
+
"id": 46731,
|
|
3368
3368
|
"name": "name",
|
|
3369
3369
|
"nodeType": "Identifier",
|
|
3370
3370
|
"overloadedDeclarations": [],
|
|
3371
|
-
"referencedDeclaration":
|
|
3371
|
+
"referencedDeclaration": 46712,
|
|
3372
3372
|
"src": "1029:4:106",
|
|
3373
3373
|
"typeDescriptions": {
|
|
3374
3374
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -3376,11 +3376,11 @@
|
|
|
3376
3376
|
}
|
|
3377
3377
|
},
|
|
3378
3378
|
{
|
|
3379
|
-
"id":
|
|
3379
|
+
"id": 46732,
|
|
3380
3380
|
"name": "symbol",
|
|
3381
3381
|
"nodeType": "Identifier",
|
|
3382
3382
|
"overloadedDeclarations": [],
|
|
3383
|
-
"referencedDeclaration":
|
|
3383
|
+
"referencedDeclaration": 46714,
|
|
3384
3384
|
"src": "1047:6:106",
|
|
3385
3385
|
"typeDescriptions": {
|
|
3386
3386
|
"typeIdentifier": "t_string_calldata_ptr",
|
|
@@ -3412,14 +3412,14 @@
|
|
|
3412
3412
|
{
|
|
3413
3413
|
"arguments": [
|
|
3414
3414
|
{
|
|
3415
|
-
"id":
|
|
3415
|
+
"id": 46723,
|
|
3416
3416
|
"name": "this",
|
|
3417
3417
|
"nodeType": "Identifier",
|
|
3418
3418
|
"overloadedDeclarations": [],
|
|
3419
3419
|
"referencedDeclaration": 4294967268,
|
|
3420
3420
|
"src": "789:4:106",
|
|
3421
3421
|
"typeDescriptions": {
|
|
3422
|
-
"typeIdentifier": "t_contract$_PureSuperToken_$
|
|
3422
|
+
"typeIdentifier": "t_contract$_PureSuperToken_$46753",
|
|
3423
3423
|
"typeString": "contract PureSuperToken"
|
|
3424
3424
|
}
|
|
3425
3425
|
}
|
|
@@ -3427,11 +3427,11 @@
|
|
|
3427
3427
|
"expression": {
|
|
3428
3428
|
"argumentTypes": [
|
|
3429
3429
|
{
|
|
3430
|
-
"typeIdentifier": "t_contract$_PureSuperToken_$
|
|
3430
|
+
"typeIdentifier": "t_contract$_PureSuperToken_$46753",
|
|
3431
3431
|
"typeString": "contract PureSuperToken"
|
|
3432
3432
|
}
|
|
3433
3433
|
],
|
|
3434
|
-
"id":
|
|
3434
|
+
"id": 46722,
|
|
3435
3435
|
"isConstant": false,
|
|
3436
3436
|
"isLValue": false,
|
|
3437
3437
|
"isPure": true,
|
|
@@ -3443,14 +3443,14 @@
|
|
|
3443
3443
|
"typeString": "type(address)"
|
|
3444
3444
|
},
|
|
3445
3445
|
"typeName": {
|
|
3446
|
-
"id":
|
|
3446
|
+
"id": 46721,
|
|
3447
3447
|
"name": "address",
|
|
3448
3448
|
"nodeType": "ElementaryTypeName",
|
|
3449
3449
|
"src": "781:7:106",
|
|
3450
3450
|
"typeDescriptions": {}
|
|
3451
3451
|
}
|
|
3452
3452
|
},
|
|
3453
|
-
"id":
|
|
3453
|
+
"id": 46724,
|
|
3454
3454
|
"isConstant": false,
|
|
3455
3455
|
"isLValue": false,
|
|
3456
3456
|
"isPure": false,
|
|
@@ -3474,18 +3474,18 @@
|
|
|
3474
3474
|
"typeString": "address"
|
|
3475
3475
|
}
|
|
3476
3476
|
],
|
|
3477
|
-
"id":
|
|
3477
|
+
"id": 46720,
|
|
3478
3478
|
"name": "ISuperToken",
|
|
3479
3479
|
"nodeType": "Identifier",
|
|
3480
3480
|
"overloadedDeclarations": [],
|
|
3481
|
-
"referencedDeclaration":
|
|
3481
|
+
"referencedDeclaration": 24397,
|
|
3482
3482
|
"src": "769:11:106",
|
|
3483
3483
|
"typeDescriptions": {
|
|
3484
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
3484
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
|
|
3485
3485
|
"typeString": "type(contract ISuperToken)"
|
|
3486
3486
|
}
|
|
3487
3487
|
},
|
|
3488
|
-
"id":
|
|
3488
|
+
"id": 46725,
|
|
3489
3489
|
"isConstant": false,
|
|
3490
3490
|
"isLValue": false,
|
|
3491
3491
|
"isPure": false,
|
|
@@ -3497,11 +3497,11 @@
|
|
|
3497
3497
|
"src": "769:26:106",
|
|
3498
3498
|
"tryCall": false,
|
|
3499
3499
|
"typeDescriptions": {
|
|
3500
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3500
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
3501
3501
|
"typeString": "contract ISuperToken"
|
|
3502
3502
|
}
|
|
3503
3503
|
},
|
|
3504
|
-
"id":
|
|
3504
|
+
"id": 46726,
|
|
3505
3505
|
"isConstant": false,
|
|
3506
3506
|
"isLValue": false,
|
|
3507
3507
|
"isPure": false,
|
|
@@ -3509,14 +3509,14 @@
|
|
|
3509
3509
|
"memberLocation": "796:10:106",
|
|
3510
3510
|
"memberName": "initialize",
|
|
3511
3511
|
"nodeType": "MemberAccess",
|
|
3512
|
-
"referencedDeclaration":
|
|
3512
|
+
"referencedDeclaration": 23993,
|
|
3513
3513
|
"src": "769:37:106",
|
|
3514
3514
|
"typeDescriptions": {
|
|
3515
3515
|
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_IERC20_$1540_$_t_uint8_$_t_string_memory_ptr_$_t_string_memory_ptr_$returns$__$",
|
|
3516
3516
|
"typeString": "function (contract IERC20,uint8,string memory,string memory) external"
|
|
3517
3517
|
}
|
|
3518
3518
|
},
|
|
3519
|
-
"id":
|
|
3519
|
+
"id": 46733,
|
|
3520
3520
|
"isConstant": false,
|
|
3521
3521
|
"isLValue": false,
|
|
3522
3522
|
"isPure": false,
|
|
@@ -3532,7 +3532,7 @@
|
|
|
3532
3532
|
"typeString": "tuple()"
|
|
3533
3533
|
}
|
|
3534
3534
|
},
|
|
3535
|
-
"id":
|
|
3535
|
+
"id": 46734,
|
|
3536
3536
|
"nodeType": "ExpressionStatement",
|
|
3537
3537
|
"src": "769:294:106"
|
|
3538
3538
|
},
|
|
@@ -3541,7 +3541,7 @@
|
|
|
3541
3541
|
"arguments": [
|
|
3542
3542
|
{
|
|
3543
3543
|
"expression": {
|
|
3544
|
-
"id":
|
|
3544
|
+
"id": 46742,
|
|
3545
3545
|
"name": "msg",
|
|
3546
3546
|
"nodeType": "Identifier",
|
|
3547
3547
|
"overloadedDeclarations": [],
|
|
@@ -3552,7 +3552,7 @@
|
|
|
3552
3552
|
"typeString": "msg"
|
|
3553
3553
|
}
|
|
3554
3554
|
},
|
|
3555
|
-
"id":
|
|
3555
|
+
"id": 46743,
|
|
3556
3556
|
"isConstant": false,
|
|
3557
3557
|
"isLValue": false,
|
|
3558
3558
|
"isPure": false,
|
|
@@ -3567,11 +3567,11 @@
|
|
|
3567
3567
|
}
|
|
3568
3568
|
},
|
|
3569
3569
|
{
|
|
3570
|
-
"id":
|
|
3570
|
+
"id": 46744,
|
|
3571
3571
|
"name": "initialSupply",
|
|
3572
3572
|
"nodeType": "Identifier",
|
|
3573
3573
|
"overloadedDeclarations": [],
|
|
3574
|
-
"referencedDeclaration":
|
|
3574
|
+
"referencedDeclaration": 46716,
|
|
3575
3575
|
"src": "1121:13:106",
|
|
3576
3576
|
"typeDescriptions": {
|
|
3577
3577
|
"typeIdentifier": "t_uint256",
|
|
@@ -3582,7 +3582,7 @@
|
|
|
3582
3582
|
"arguments": [
|
|
3583
3583
|
{
|
|
3584
3584
|
"hexValue": "30",
|
|
3585
|
-
"id":
|
|
3585
|
+
"id": 46747,
|
|
3586
3586
|
"isConstant": false,
|
|
3587
3587
|
"isLValue": false,
|
|
3588
3588
|
"isPure": true,
|
|
@@ -3604,7 +3604,7 @@
|
|
|
3604
3604
|
"typeString": "int_const 0"
|
|
3605
3605
|
}
|
|
3606
3606
|
],
|
|
3607
|
-
"id":
|
|
3607
|
+
"id": 46746,
|
|
3608
3608
|
"isConstant": false,
|
|
3609
3609
|
"isLValue": false,
|
|
3610
3610
|
"isPure": true,
|
|
@@ -3616,7 +3616,7 @@
|
|
|
3616
3616
|
"typeString": "function (uint256) pure returns (bytes memory)"
|
|
3617
3617
|
},
|
|
3618
3618
|
"typeName": {
|
|
3619
|
-
"id":
|
|
3619
|
+
"id": 46745,
|
|
3620
3620
|
"name": "bytes",
|
|
3621
3621
|
"nodeType": "ElementaryTypeName",
|
|
3622
3622
|
"src": "1140:5:106",
|
|
@@ -3626,7 +3626,7 @@
|
|
|
3626
3626
|
}
|
|
3627
3627
|
}
|
|
3628
3628
|
},
|
|
3629
|
-
"id":
|
|
3629
|
+
"id": 46748,
|
|
3630
3630
|
"isConstant": false,
|
|
3631
3631
|
"isLValue": false,
|
|
3632
3632
|
"isPure": true,
|
|
@@ -3663,14 +3663,14 @@
|
|
|
3663
3663
|
{
|
|
3664
3664
|
"arguments": [
|
|
3665
3665
|
{
|
|
3666
|
-
"id":
|
|
3666
|
+
"id": 46738,
|
|
3667
3667
|
"name": "this",
|
|
3668
3668
|
"nodeType": "Identifier",
|
|
3669
3669
|
"overloadedDeclarations": [],
|
|
3670
3670
|
"referencedDeclaration": 4294967268,
|
|
3671
3671
|
"src": "1093:4:106",
|
|
3672
3672
|
"typeDescriptions": {
|
|
3673
|
-
"typeIdentifier": "t_contract$_PureSuperToken_$
|
|
3673
|
+
"typeIdentifier": "t_contract$_PureSuperToken_$46753",
|
|
3674
3674
|
"typeString": "contract PureSuperToken"
|
|
3675
3675
|
}
|
|
3676
3676
|
}
|
|
@@ -3678,11 +3678,11 @@
|
|
|
3678
3678
|
"expression": {
|
|
3679
3679
|
"argumentTypes": [
|
|
3680
3680
|
{
|
|
3681
|
-
"typeIdentifier": "t_contract$_PureSuperToken_$
|
|
3681
|
+
"typeIdentifier": "t_contract$_PureSuperToken_$46753",
|
|
3682
3682
|
"typeString": "contract PureSuperToken"
|
|
3683
3683
|
}
|
|
3684
3684
|
],
|
|
3685
|
-
"id":
|
|
3685
|
+
"id": 46737,
|
|
3686
3686
|
"isConstant": false,
|
|
3687
3687
|
"isLValue": false,
|
|
3688
3688
|
"isPure": true,
|
|
@@ -3694,14 +3694,14 @@
|
|
|
3694
3694
|
"typeString": "type(address)"
|
|
3695
3695
|
},
|
|
3696
3696
|
"typeName": {
|
|
3697
|
-
"id":
|
|
3697
|
+
"id": 46736,
|
|
3698
3698
|
"name": "address",
|
|
3699
3699
|
"nodeType": "ElementaryTypeName",
|
|
3700
3700
|
"src": "1085:7:106",
|
|
3701
3701
|
"typeDescriptions": {}
|
|
3702
3702
|
}
|
|
3703
3703
|
},
|
|
3704
|
-
"id":
|
|
3704
|
+
"id": 46739,
|
|
3705
3705
|
"isConstant": false,
|
|
3706
3706
|
"isLValue": false,
|
|
3707
3707
|
"isPure": false,
|
|
@@ -3725,18 +3725,18 @@
|
|
|
3725
3725
|
"typeString": "address"
|
|
3726
3726
|
}
|
|
3727
3727
|
],
|
|
3728
|
-
"id":
|
|
3728
|
+
"id": 46735,
|
|
3729
3729
|
"name": "ISuperToken",
|
|
3730
3730
|
"nodeType": "Identifier",
|
|
3731
3731
|
"overloadedDeclarations": [],
|
|
3732
|
-
"referencedDeclaration":
|
|
3732
|
+
"referencedDeclaration": 24397,
|
|
3733
3733
|
"src": "1073:11:106",
|
|
3734
3734
|
"typeDescriptions": {
|
|
3735
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$
|
|
3735
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperToken_$24397_$",
|
|
3736
3736
|
"typeString": "type(contract ISuperToken)"
|
|
3737
3737
|
}
|
|
3738
3738
|
},
|
|
3739
|
-
"id":
|
|
3739
|
+
"id": 46740,
|
|
3740
3740
|
"isConstant": false,
|
|
3741
3741
|
"isLValue": false,
|
|
3742
3742
|
"isPure": false,
|
|
@@ -3748,11 +3748,11 @@
|
|
|
3748
3748
|
"src": "1073:26:106",
|
|
3749
3749
|
"tryCall": false,
|
|
3750
3750
|
"typeDescriptions": {
|
|
3751
|
-
"typeIdentifier": "t_contract$_ISuperToken_$
|
|
3751
|
+
"typeIdentifier": "t_contract$_ISuperToken_$24397",
|
|
3752
3752
|
"typeString": "contract ISuperToken"
|
|
3753
3753
|
}
|
|
3754
3754
|
},
|
|
3755
|
-
"id":
|
|
3755
|
+
"id": 46741,
|
|
3756
3756
|
"isConstant": false,
|
|
3757
3757
|
"isLValue": false,
|
|
3758
3758
|
"isPure": false,
|
|
@@ -3760,14 +3760,14 @@
|
|
|
3760
3760
|
"memberLocation": "1100:8:106",
|
|
3761
3761
|
"memberName": "selfMint",
|
|
3762
3762
|
"nodeType": "MemberAccess",
|
|
3763
|
-
"referencedDeclaration":
|
|
3763
|
+
"referencedDeclaration": 24228,
|
|
3764
3764
|
"src": "1073:35:106",
|
|
3765
3765
|
"typeDescriptions": {
|
|
3766
3766
|
"typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
|
|
3767
3767
|
"typeString": "function (address,uint256,bytes memory) external"
|
|
3768
3768
|
}
|
|
3769
3769
|
},
|
|
3770
|
-
"id":
|
|
3770
|
+
"id": 46749,
|
|
3771
3771
|
"isConstant": false,
|
|
3772
3772
|
"isLValue": false,
|
|
3773
3773
|
"isPure": false,
|
|
@@ -3783,14 +3783,14 @@
|
|
|
3783
3783
|
"typeString": "tuple()"
|
|
3784
3784
|
}
|
|
3785
3785
|
},
|
|
3786
|
-
"id":
|
|
3786
|
+
"id": 46750,
|
|
3787
3787
|
"nodeType": "ExpressionStatement",
|
|
3788
3788
|
"src": "1073:76:106"
|
|
3789
3789
|
}
|
|
3790
3790
|
]
|
|
3791
3791
|
},
|
|
3792
3792
|
"functionSelector": "b119490e",
|
|
3793
|
-
"id":
|
|
3793
|
+
"id": 46752,
|
|
3794
3794
|
"implemented": true,
|
|
3795
3795
|
"kind": "function",
|
|
3796
3796
|
"modifiers": [],
|
|
@@ -3798,23 +3798,23 @@
|
|
|
3798
3798
|
"nameLocation": "649:10:106",
|
|
3799
3799
|
"nodeType": "FunctionDefinition",
|
|
3800
3800
|
"overrides": {
|
|
3801
|
-
"id":
|
|
3801
|
+
"id": 46718,
|
|
3802
3802
|
"nodeType": "OverrideSpecifier",
|
|
3803
3803
|
"overrides": [],
|
|
3804
3804
|
"src": "746:8:106"
|
|
3805
3805
|
},
|
|
3806
3806
|
"parameters": {
|
|
3807
|
-
"id":
|
|
3807
|
+
"id": 46717,
|
|
3808
3808
|
"nodeType": "ParameterList",
|
|
3809
3809
|
"parameters": [
|
|
3810
3810
|
{
|
|
3811
3811
|
"constant": false,
|
|
3812
|
-
"id":
|
|
3812
|
+
"id": 46712,
|
|
3813
3813
|
"mutability": "mutable",
|
|
3814
3814
|
"name": "name",
|
|
3815
3815
|
"nameLocation": "676:4:106",
|
|
3816
3816
|
"nodeType": "VariableDeclaration",
|
|
3817
|
-
"scope":
|
|
3817
|
+
"scope": 46752,
|
|
3818
3818
|
"src": "660:20:106",
|
|
3819
3819
|
"stateVariable": false,
|
|
3820
3820
|
"storageLocation": "calldata",
|
|
@@ -3823,7 +3823,7 @@
|
|
|
3823
3823
|
"typeString": "string"
|
|
3824
3824
|
},
|
|
3825
3825
|
"typeName": {
|
|
3826
|
-
"id":
|
|
3826
|
+
"id": 46711,
|
|
3827
3827
|
"name": "string",
|
|
3828
3828
|
"nodeType": "ElementaryTypeName",
|
|
3829
3829
|
"src": "660:6:106",
|
|
@@ -3836,12 +3836,12 @@
|
|
|
3836
3836
|
},
|
|
3837
3837
|
{
|
|
3838
3838
|
"constant": false,
|
|
3839
|
-
"id":
|
|
3839
|
+
"id": 46714,
|
|
3840
3840
|
"mutability": "mutable",
|
|
3841
3841
|
"name": "symbol",
|
|
3842
3842
|
"nameLocation": "698:6:106",
|
|
3843
3843
|
"nodeType": "VariableDeclaration",
|
|
3844
|
-
"scope":
|
|
3844
|
+
"scope": 46752,
|
|
3845
3845
|
"src": "682:22:106",
|
|
3846
3846
|
"stateVariable": false,
|
|
3847
3847
|
"storageLocation": "calldata",
|
|
@@ -3850,7 +3850,7 @@
|
|
|
3850
3850
|
"typeString": "string"
|
|
3851
3851
|
},
|
|
3852
3852
|
"typeName": {
|
|
3853
|
-
"id":
|
|
3853
|
+
"id": 46713,
|
|
3854
3854
|
"name": "string",
|
|
3855
3855
|
"nodeType": "ElementaryTypeName",
|
|
3856
3856
|
"src": "682:6:106",
|
|
@@ -3863,12 +3863,12 @@
|
|
|
3863
3863
|
},
|
|
3864
3864
|
{
|
|
3865
3865
|
"constant": false,
|
|
3866
|
-
"id":
|
|
3866
|
+
"id": 46716,
|
|
3867
3867
|
"mutability": "mutable",
|
|
3868
3868
|
"name": "initialSupply",
|
|
3869
3869
|
"nameLocation": "714:13:106",
|
|
3870
3870
|
"nodeType": "VariableDeclaration",
|
|
3871
|
-
"scope":
|
|
3871
|
+
"scope": 46752,
|
|
3872
3872
|
"src": "706:21:106",
|
|
3873
3873
|
"stateVariable": false,
|
|
3874
3874
|
"storageLocation": "default",
|
|
@@ -3877,7 +3877,7 @@
|
|
|
3877
3877
|
"typeString": "uint256"
|
|
3878
3878
|
},
|
|
3879
3879
|
"typeName": {
|
|
3880
|
-
"id":
|
|
3880
|
+
"id": 46715,
|
|
3881
3881
|
"name": "uint256",
|
|
3882
3882
|
"nodeType": "ElementaryTypeName",
|
|
3883
3883
|
"src": "706:7:106",
|
|
@@ -3892,19 +3892,19 @@
|
|
|
3892
3892
|
"src": "659:69:106"
|
|
3893
3893
|
},
|
|
3894
3894
|
"returnParameters": {
|
|
3895
|
-
"id":
|
|
3895
|
+
"id": 46719,
|
|
3896
3896
|
"nodeType": "ParameterList",
|
|
3897
3897
|
"parameters": [],
|
|
3898
3898
|
"src": "759:0:106"
|
|
3899
3899
|
},
|
|
3900
|
-
"scope":
|
|
3900
|
+
"scope": 46753,
|
|
3901
3901
|
"src": "640:516:106",
|
|
3902
3902
|
"stateMutability": "nonpayable",
|
|
3903
3903
|
"virtual": false,
|
|
3904
3904
|
"visibility": "external"
|
|
3905
3905
|
}
|
|
3906
3906
|
],
|
|
3907
|
-
"scope":
|
|
3907
|
+
"scope": 46754,
|
|
3908
3908
|
"src": "552:606:106",
|
|
3909
3909
|
"usedErrors": []
|
|
3910
3910
|
}
|
|
@@ -3917,7 +3917,7 @@
|
|
|
3917
3917
|
},
|
|
3918
3918
|
"networks": {},
|
|
3919
3919
|
"schemaVersion": "3.4.13",
|
|
3920
|
-
"updatedAt": "2023-
|
|
3920
|
+
"updatedAt": "2023-08-03T14:52:18.705Z",
|
|
3921
3921
|
"devdoc": {
|
|
3922
3922
|
"author": "Superfluid",
|
|
3923
3923
|
"details": "This is a simple implementation where the supply is pre-minted.",
|