@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
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
17091
|
|
19
19
|
],
|
|
20
20
|
"IInstantDistributionAgreementV1": [
|
|
21
|
-
|
|
21
|
+
23138
|
|
22
22
|
],
|
|
23
23
|
"ISuperfluid": [
|
|
24
|
-
|
|
24
|
+
25051
|
|
25
25
|
],
|
|
26
26
|
"ISuperfluidToken": [
|
|
27
|
-
|
|
27
|
+
25466
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"id": 17092,
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"nameLocation": "-1:-1:-1",
|
|
59
59
|
"nodeType": "ImportDirective",
|
|
60
60
|
"scope": 17092,
|
|
61
|
-
"sourceUnit":
|
|
61
|
+
"sourceUnit": 25052,
|
|
62
62
|
"src": "93:87:35",
|
|
63
63
|
"symbolAliases": [
|
|
64
64
|
{
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"name": "ISuperfluid",
|
|
68
68
|
"nodeType": "Identifier",
|
|
69
69
|
"overloadedDeclarations": [],
|
|
70
|
-
"referencedDeclaration":
|
|
70
|
+
"referencedDeclaration": 25051,
|
|
71
71
|
"src": "101:11:35",
|
|
72
72
|
"typeDescriptions": {}
|
|
73
73
|
},
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"name": "ISuperfluidToken",
|
|
80
80
|
"nodeType": "Identifier",
|
|
81
81
|
"overloadedDeclarations": [],
|
|
82
|
-
"referencedDeclaration":
|
|
82
|
+
"referencedDeclaration": 25466,
|
|
83
83
|
"src": "114:16:35",
|
|
84
84
|
"typeDescriptions": {}
|
|
85
85
|
},
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"nameLocation": "-1:-1:-1",
|
|
96
96
|
"nodeType": "ImportDirective",
|
|
97
97
|
"scope": 17092,
|
|
98
|
-
"sourceUnit":
|
|
98
|
+
"sourceUnit": 23139,
|
|
99
99
|
"src": "182:115:35",
|
|
100
100
|
"symbolAliases": [
|
|
101
101
|
{
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"name": "IInstantDistributionAgreementV1",
|
|
105
105
|
"nodeType": "Identifier",
|
|
106
106
|
"overloadedDeclarations": [],
|
|
107
|
-
"referencedDeclaration":
|
|
107
|
+
"referencedDeclaration": 23138,
|
|
108
108
|
"src": "195:31:35",
|
|
109
109
|
"typeDescriptions": {}
|
|
110
110
|
},
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"stateVariable": false,
|
|
151
151
|
"storageLocation": "default",
|
|
152
152
|
"typeDescriptions": {
|
|
153
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
153
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
154
154
|
"typeString": "contract ISuperfluid"
|
|
155
155
|
},
|
|
156
156
|
"typeName": {
|
|
@@ -163,13 +163,13 @@
|
|
|
163
163
|
"760:11:35"
|
|
164
164
|
],
|
|
165
165
|
"nodeType": "IdentifierPath",
|
|
166
|
-
"referencedDeclaration":
|
|
166
|
+
"referencedDeclaration": 25051,
|
|
167
167
|
"src": "760:11:35"
|
|
168
168
|
},
|
|
169
|
-
"referencedDeclaration":
|
|
169
|
+
"referencedDeclaration": 25051,
|
|
170
170
|
"src": "760:11:35",
|
|
171
171
|
"typeDescriptions": {
|
|
172
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
172
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
173
173
|
"typeString": "contract ISuperfluid"
|
|
174
174
|
}
|
|
175
175
|
},
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"stateVariable": false,
|
|
188
188
|
"storageLocation": "default",
|
|
189
189
|
"typeDescriptions": {
|
|
190
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
190
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
191
191
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
192
192
|
},
|
|
193
193
|
"typeName": {
|
|
@@ -200,13 +200,13 @@
|
|
|
200
200
|
"786:31:35"
|
|
201
201
|
],
|
|
202
202
|
"nodeType": "IdentifierPath",
|
|
203
|
-
"referencedDeclaration":
|
|
203
|
+
"referencedDeclaration": 23138,
|
|
204
204
|
"src": "786:31:35"
|
|
205
205
|
},
|
|
206
|
-
"referencedDeclaration":
|
|
206
|
+
"referencedDeclaration": 23138,
|
|
207
207
|
"src": "786:31:35",
|
|
208
208
|
"typeDescriptions": {
|
|
209
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
209
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
210
210
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
211
211
|
}
|
|
212
212
|
},
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
"referencedDeclaration": 15759,
|
|
238
238
|
"src": "1929:5:35",
|
|
239
239
|
"typeDescriptions": {
|
|
240
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
240
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
241
241
|
"typeString": "contract ISuperfluidToken"
|
|
242
242
|
}
|
|
243
243
|
},
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"expression": {
|
|
270
270
|
"argumentTypes": [
|
|
271
271
|
{
|
|
272
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
272
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
273
273
|
"typeString": "contract ISuperfluidToken"
|
|
274
274
|
},
|
|
275
275
|
{
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"referencedDeclaration": 15751,
|
|
306
306
|
"src": "1905:14:35",
|
|
307
307
|
"typeDescriptions": {
|
|
308
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
308
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
309
309
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
310
310
|
}
|
|
311
311
|
},
|
|
@@ -317,10 +317,10 @@
|
|
|
317
317
|
"memberLocation": "1920:8:35",
|
|
318
318
|
"memberName": "getIndex",
|
|
319
319
|
"nodeType": "MemberAccess",
|
|
320
|
-
"referencedDeclaration":
|
|
320
|
+
"referencedDeclaration": 22815,
|
|
321
321
|
"src": "1905:23:35",
|
|
322
322
|
"typeDescriptions": {
|
|
323
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
323
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$returns$_t_bool_$_t_uint128_$_t_uint128_$_t_uint128_$",
|
|
324
324
|
"typeString": "function (contract ISuperfluidToken,address,uint32) view external returns (bool,uint128,uint128,uint128)"
|
|
325
325
|
}
|
|
326
326
|
},
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
"stateVariable": false,
|
|
414
414
|
"storageLocation": "default",
|
|
415
415
|
"typeDescriptions": {
|
|
416
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
416
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
417
417
|
"typeString": "contract ISuperfluidToken"
|
|
418
418
|
},
|
|
419
419
|
"typeName": {
|
|
@@ -426,13 +426,13 @@
|
|
|
426
426
|
"1612:16:35"
|
|
427
427
|
],
|
|
428
428
|
"nodeType": "IdentifierPath",
|
|
429
|
-
"referencedDeclaration":
|
|
429
|
+
"referencedDeclaration": 25466,
|
|
430
430
|
"src": "1612:16:35"
|
|
431
431
|
},
|
|
432
|
-
"referencedDeclaration":
|
|
432
|
+
"referencedDeclaration": 25466,
|
|
433
433
|
"src": "1612:16:35",
|
|
434
434
|
"typeDescriptions": {
|
|
435
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
435
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
436
436
|
"typeString": "contract ISuperfluidToken"
|
|
437
437
|
}
|
|
438
438
|
},
|
|
@@ -634,7 +634,7 @@
|
|
|
634
634
|
"referencedDeclaration": 15790,
|
|
635
635
|
"src": "2872:5:35",
|
|
636
636
|
"typeDescriptions": {
|
|
637
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
637
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
638
638
|
"typeString": "contract ISuperfluidToken"
|
|
639
639
|
}
|
|
640
640
|
},
|
|
@@ -678,7 +678,7 @@
|
|
|
678
678
|
"expression": {
|
|
679
679
|
"argumentTypes": [
|
|
680
680
|
{
|
|
681
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
681
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
682
682
|
"typeString": "contract ISuperfluidToken"
|
|
683
683
|
},
|
|
684
684
|
{
|
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
"referencedDeclaration": 15751,
|
|
719
719
|
"src": "2835:14:35",
|
|
720
720
|
"typeDescriptions": {
|
|
721
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
721
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
722
722
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
723
723
|
}
|
|
724
724
|
},
|
|
@@ -730,10 +730,10 @@
|
|
|
730
730
|
"memberLocation": "2850:21:35",
|
|
731
731
|
"memberName": "calculateDistribution",
|
|
732
732
|
"nodeType": "MemberAccess",
|
|
733
|
-
"referencedDeclaration":
|
|
733
|
+
"referencedDeclaration": 22832,
|
|
734
734
|
"src": "2835:36:35",
|
|
735
735
|
"typeDescriptions": {
|
|
736
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
736
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_uint256_$returns$_t_uint256_$_t_uint128_$",
|
|
737
737
|
"typeString": "function (contract ISuperfluidToken,address,uint32,uint256) view external returns (uint256,uint128)"
|
|
738
738
|
}
|
|
739
739
|
},
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
"stateVariable": false,
|
|
827
827
|
"storageLocation": "default",
|
|
828
828
|
"typeDescriptions": {
|
|
829
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
829
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
830
830
|
"typeString": "contract ISuperfluidToken"
|
|
831
831
|
},
|
|
832
832
|
"typeName": {
|
|
@@ -839,13 +839,13 @@
|
|
|
839
839
|
"2584:16:35"
|
|
840
840
|
],
|
|
841
841
|
"nodeType": "IdentifierPath",
|
|
842
|
-
"referencedDeclaration":
|
|
842
|
+
"referencedDeclaration": 25466,
|
|
843
843
|
"src": "2584:16:35"
|
|
844
844
|
},
|
|
845
|
-
"referencedDeclaration":
|
|
845
|
+
"referencedDeclaration": 25466,
|
|
846
846
|
"src": "2584:16:35",
|
|
847
847
|
"typeDescriptions": {
|
|
848
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
848
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
849
849
|
"typeString": "contract ISuperfluidToken"
|
|
850
850
|
}
|
|
851
851
|
},
|
|
@@ -1020,7 +1020,7 @@
|
|
|
1020
1020
|
"referencedDeclaration": 15820,
|
|
1021
1021
|
"src": "3659:5:35",
|
|
1022
1022
|
"typeDescriptions": {
|
|
1023
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1023
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1024
1024
|
"typeString": "contract ISuperfluidToken"
|
|
1025
1025
|
}
|
|
1026
1026
|
},
|
|
@@ -1040,7 +1040,7 @@
|
|
|
1040
1040
|
"expression": {
|
|
1041
1041
|
"argumentTypes": [
|
|
1042
1042
|
{
|
|
1043
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1043
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1044
1044
|
"typeString": "contract ISuperfluidToken"
|
|
1045
1045
|
},
|
|
1046
1046
|
{
|
|
@@ -1072,7 +1072,7 @@
|
|
|
1072
1072
|
"referencedDeclaration": 15751,
|
|
1073
1073
|
"src": "3626:14:35",
|
|
1074
1074
|
"typeDescriptions": {
|
|
1075
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
1075
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
1076
1076
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
1077
1077
|
}
|
|
1078
1078
|
},
|
|
@@ -1084,10 +1084,10 @@
|
|
|
1084
1084
|
"memberLocation": "3641:17:35",
|
|
1085
1085
|
"memberName": "listSubscriptions",
|
|
1086
1086
|
"nodeType": "MemberAccess",
|
|
1087
|
-
"referencedDeclaration":
|
|
1087
|
+
"referencedDeclaration": 23075,
|
|
1088
1088
|
"src": "3626:32:35",
|
|
1089
1089
|
"typeDescriptions": {
|
|
1090
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
1090
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$25466_$_t_address_$returns$_t_array$_t_address_$dyn_memory_ptr_$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_uint128_$dyn_memory_ptr_$",
|
|
1091
1091
|
"typeString": "function (contract ISuperfluidToken,address) view external returns (address[] memory,uint32[] memory,uint128[] memory)"
|
|
1092
1092
|
}
|
|
1093
1093
|
},
|
|
@@ -1180,7 +1180,7 @@
|
|
|
1180
1180
|
"stateVariable": false,
|
|
1181
1181
|
"storageLocation": "default",
|
|
1182
1182
|
"typeDescriptions": {
|
|
1183
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1183
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1184
1184
|
"typeString": "contract ISuperfluidToken"
|
|
1185
1185
|
},
|
|
1186
1186
|
"typeName": {
|
|
@@ -1193,13 +1193,13 @@
|
|
|
1193
1193
|
"3372:16:35"
|
|
1194
1194
|
],
|
|
1195
1195
|
"nodeType": "IdentifierPath",
|
|
1196
|
-
"referencedDeclaration":
|
|
1196
|
+
"referencedDeclaration": 25466,
|
|
1197
1197
|
"src": "3372:16:35"
|
|
1198
1198
|
},
|
|
1199
|
-
"referencedDeclaration":
|
|
1199
|
+
"referencedDeclaration": 25466,
|
|
1200
1200
|
"src": "3372:16:35",
|
|
1201
1201
|
"typeDescriptions": {
|
|
1202
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1202
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1203
1203
|
"typeString": "contract ISuperfluidToken"
|
|
1204
1204
|
}
|
|
1205
1205
|
},
|
|
@@ -1375,7 +1375,7 @@
|
|
|
1375
1375
|
"referencedDeclaration": 15849,
|
|
1376
1376
|
"src": "4716:5:35",
|
|
1377
1377
|
"typeDescriptions": {
|
|
1378
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1378
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1379
1379
|
"typeString": "contract ISuperfluidToken"
|
|
1380
1380
|
}
|
|
1381
1381
|
},
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
"expression": {
|
|
1420
1420
|
"argumentTypes": [
|
|
1421
1421
|
{
|
|
1422
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1422
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1423
1423
|
"typeString": "contract ISuperfluidToken"
|
|
1424
1424
|
},
|
|
1425
1425
|
{
|
|
@@ -1459,7 +1459,7 @@
|
|
|
1459
1459
|
"referencedDeclaration": 15751,
|
|
1460
1460
|
"src": "4685:14:35",
|
|
1461
1461
|
"typeDescriptions": {
|
|
1462
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
1462
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
1463
1463
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
1464
1464
|
}
|
|
1465
1465
|
},
|
|
@@ -1471,10 +1471,10 @@
|
|
|
1471
1471
|
"memberLocation": "4700:15:35",
|
|
1472
1472
|
"memberName": "getSubscription",
|
|
1473
1473
|
"nodeType": "MemberAccess",
|
|
1474
|
-
"referencedDeclaration":
|
|
1474
|
+
"referencedDeclaration": 23038,
|
|
1475
1475
|
"src": "4685:30:35",
|
|
1476
1476
|
"typeDescriptions": {
|
|
1477
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
1477
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$returns$_t_bool_$_t_bool_$_t_uint128_$_t_uint256_$",
|
|
1478
1478
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address) view external returns (bool,bool,uint128,uint256)"
|
|
1479
1479
|
}
|
|
1480
1480
|
},
|
|
@@ -1567,7 +1567,7 @@
|
|
|
1567
1567
|
"stateVariable": false,
|
|
1568
1568
|
"storageLocation": "default",
|
|
1569
1569
|
"typeDescriptions": {
|
|
1570
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1570
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1571
1571
|
"typeString": "contract ISuperfluidToken"
|
|
1572
1572
|
},
|
|
1573
1573
|
"typeName": {
|
|
@@ -1580,13 +1580,13 @@
|
|
|
1580
1580
|
"4380:16:35"
|
|
1581
1581
|
],
|
|
1582
1582
|
"nodeType": "IdentifierPath",
|
|
1583
|
-
"referencedDeclaration":
|
|
1583
|
+
"referencedDeclaration": 25466,
|
|
1584
1584
|
"src": "4380:16:35"
|
|
1585
1585
|
},
|
|
1586
|
-
"referencedDeclaration":
|
|
1586
|
+
"referencedDeclaration": 25466,
|
|
1587
1587
|
"src": "4380:16:35",
|
|
1588
1588
|
"typeDescriptions": {
|
|
1589
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1589
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1590
1590
|
"typeString": "contract ISuperfluidToken"
|
|
1591
1591
|
}
|
|
1592
1592
|
},
|
|
@@ -1816,7 +1816,7 @@
|
|
|
1816
1816
|
"referencedDeclaration": 15883,
|
|
1817
1817
|
"src": "5743:5:35",
|
|
1818
1818
|
"typeDescriptions": {
|
|
1819
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1819
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1820
1820
|
"typeString": "contract ISuperfluidToken"
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
"expression": {
|
|
1837
1837
|
"argumentTypes": [
|
|
1838
1838
|
{
|
|
1839
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1839
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1840
1840
|
"typeString": "contract ISuperfluidToken"
|
|
1841
1841
|
},
|
|
1842
1842
|
{
|
|
@@ -1868,7 +1868,7 @@
|
|
|
1868
1868
|
"referencedDeclaration": 15751,
|
|
1869
1869
|
"src": "5708:14:35",
|
|
1870
1870
|
"typeDescriptions": {
|
|
1871
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
1871
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
1872
1872
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
1873
1873
|
}
|
|
1874
1874
|
},
|
|
@@ -1880,10 +1880,10 @@
|
|
|
1880
1880
|
"memberLocation": "5723:19:35",
|
|
1881
1881
|
"memberName": "getSubscriptionByID",
|
|
1882
1882
|
"nodeType": "MemberAccess",
|
|
1883
|
-
"referencedDeclaration":
|
|
1883
|
+
"referencedDeclaration": 23057,
|
|
1884
1884
|
"src": "5708:34:35",
|
|
1885
1885
|
"typeDescriptions": {
|
|
1886
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
1886
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$25466_$_t_bytes32_$returns$_t_address_$_t_uint32_$_t_bool_$_t_uint128_$_t_uint256_$",
|
|
1887
1887
|
"typeString": "function (contract ISuperfluidToken,bytes32) view external returns (address,uint32,bool,uint128,uint256)"
|
|
1888
1888
|
}
|
|
1889
1889
|
},
|
|
@@ -1976,7 +1976,7 @@
|
|
|
1976
1976
|
"stateVariable": false,
|
|
1977
1977
|
"storageLocation": "default",
|
|
1978
1978
|
"typeDescriptions": {
|
|
1979
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1979
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1980
1980
|
"typeString": "contract ISuperfluidToken"
|
|
1981
1981
|
},
|
|
1982
1982
|
"typeName": {
|
|
@@ -1989,13 +1989,13 @@
|
|
|
1989
1989
|
"5418:16:35"
|
|
1990
1990
|
],
|
|
1991
1991
|
"nodeType": "IdentifierPath",
|
|
1992
|
-
"referencedDeclaration":
|
|
1992
|
+
"referencedDeclaration": 25466,
|
|
1993
1993
|
"src": "5418:16:35"
|
|
1994
1994
|
},
|
|
1995
|
-
"referencedDeclaration":
|
|
1995
|
+
"referencedDeclaration": 25466,
|
|
1996
1996
|
"src": "5418:16:35",
|
|
1997
1997
|
"typeDescriptions": {
|
|
1998
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1998
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
1999
1999
|
"typeString": "contract ISuperfluidToken"
|
|
2000
2000
|
}
|
|
2001
2001
|
},
|
|
@@ -2209,7 +2209,7 @@
|
|
|
2209
2209
|
"referencedDeclaration": 15913,
|
|
2210
2210
|
"src": "6321:5:35",
|
|
2211
2211
|
"typeDescriptions": {
|
|
2212
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2212
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
2213
2213
|
"typeString": "contract ISuperfluidToken"
|
|
2214
2214
|
}
|
|
2215
2215
|
},
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
2298
2298
|
},
|
|
2299
2299
|
{
|
|
2300
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2300
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
2301
2301
|
"typeString": "contract ISuperfluidToken"
|
|
2302
2302
|
},
|
|
2303
2303
|
{
|
|
@@ -2319,7 +2319,7 @@
|
|
|
2319
2319
|
"referencedDeclaration": 15967,
|
|
2320
2320
|
"src": "6297:11:35",
|
|
2321
2321
|
"typeDescriptions": {
|
|
2322
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
2322
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
2323
2323
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,bytes memory)"
|
|
2324
2324
|
}
|
|
2325
2325
|
},
|
|
@@ -2411,7 +2411,7 @@
|
|
|
2411
2411
|
"stateVariable": false,
|
|
2412
2412
|
"storageLocation": "default",
|
|
2413
2413
|
"typeDescriptions": {
|
|
2414
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2414
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
2415
2415
|
"typeString": "contract ISuperfluidToken"
|
|
2416
2416
|
},
|
|
2417
2417
|
"typeName": {
|
|
@@ -2424,13 +2424,13 @@
|
|
|
2424
2424
|
"6225:16:35"
|
|
2425
2425
|
],
|
|
2426
2426
|
"nodeType": "IdentifierPath",
|
|
2427
|
-
"referencedDeclaration":
|
|
2427
|
+
"referencedDeclaration": 25466,
|
|
2428
2428
|
"src": "6225:16:35"
|
|
2429
2429
|
},
|
|
2430
|
-
"referencedDeclaration":
|
|
2430
|
+
"referencedDeclaration": 25466,
|
|
2431
2431
|
"src": "6225:16:35",
|
|
2432
2432
|
"typeDescriptions": {
|
|
2433
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2433
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
2434
2434
|
"typeString": "contract ISuperfluidToken"
|
|
2435
2435
|
}
|
|
2436
2436
|
},
|
|
@@ -2511,7 +2511,7 @@
|
|
|
2511
2511
|
"referencedDeclaration": 15751,
|
|
2512
2512
|
"src": "6857:14:35",
|
|
2513
2513
|
"typeDescriptions": {
|
|
2514
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
2514
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
2515
2515
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
2516
2516
|
}
|
|
2517
2517
|
},
|
|
@@ -2542,7 +2542,7 @@
|
|
|
2542
2542
|
"referencedDeclaration": 15751,
|
|
2543
2543
|
"src": "6917:14:35",
|
|
2544
2544
|
"typeDescriptions": {
|
|
2545
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
2545
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
2546
2546
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
2547
2547
|
}
|
|
2548
2548
|
},
|
|
@@ -2554,10 +2554,10 @@
|
|
|
2554
2554
|
"memberLocation": "6932:11:35",
|
|
2555
2555
|
"memberName": "createIndex",
|
|
2556
2556
|
"nodeType": "MemberAccess",
|
|
2557
|
-
"referencedDeclaration":
|
|
2557
|
+
"referencedDeclaration": 22784,
|
|
2558
2558
|
"src": "6917:26:35",
|
|
2559
2559
|
"typeDescriptions": {
|
|
2560
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
2560
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
2561
2561
|
"typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
|
|
2562
2562
|
}
|
|
2563
2563
|
},
|
|
@@ -2571,7 +2571,7 @@
|
|
|
2571
2571
|
"referencedDeclaration": 15936,
|
|
2572
2572
|
"src": "6983:5:35",
|
|
2573
2573
|
"typeDescriptions": {
|
|
2574
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2574
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
2575
2575
|
"typeString": "contract ISuperfluidToken"
|
|
2576
2576
|
}
|
|
2577
2577
|
},
|
|
@@ -2661,7 +2661,7 @@
|
|
|
2661
2661
|
"nodeType": "TupleExpression",
|
|
2662
2662
|
"src": "6961:127:35",
|
|
2663
2663
|
"typeDescriptions": {
|
|
2664
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
2664
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
2665
2665
|
"typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
|
|
2666
2666
|
}
|
|
2667
2667
|
}
|
|
@@ -2669,11 +2669,11 @@
|
|
|
2669
2669
|
"expression": {
|
|
2670
2670
|
"argumentTypes": [
|
|
2671
2671
|
{
|
|
2672
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
2672
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
2673
2673
|
"typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
|
|
2674
2674
|
},
|
|
2675
2675
|
{
|
|
2676
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
2676
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
2677
2677
|
"typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
|
|
2678
2678
|
}
|
|
2679
2679
|
],
|
|
@@ -2735,7 +2735,7 @@
|
|
|
2735
2735
|
"expression": {
|
|
2736
2736
|
"argumentTypes": [
|
|
2737
2737
|
{
|
|
2738
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
2738
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
2739
2739
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
2740
2740
|
},
|
|
2741
2741
|
{
|
|
@@ -2771,7 +2771,7 @@
|
|
|
2771
2771
|
"referencedDeclaration": 15748,
|
|
2772
2772
|
"src": "6814:15:35",
|
|
2773
2773
|
"typeDescriptions": {
|
|
2774
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2774
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
2775
2775
|
"typeString": "contract ISuperfluid"
|
|
2776
2776
|
}
|
|
2777
2777
|
},
|
|
@@ -2783,10 +2783,10 @@
|
|
|
2783
2783
|
"memberLocation": "6830:13:35",
|
|
2784
2784
|
"memberName": "callAgreement",
|
|
2785
2785
|
"nodeType": "MemberAccess",
|
|
2786
|
-
"referencedDeclaration":
|
|
2786
|
+
"referencedDeclaration": 24949,
|
|
2787
2787
|
"src": "6814:29:35",
|
|
2788
2788
|
"typeDescriptions": {
|
|
2789
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
2789
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
2790
2790
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
2791
2791
|
}
|
|
2792
2792
|
},
|
|
@@ -2878,7 +2878,7 @@
|
|
|
2878
2878
|
"stateVariable": false,
|
|
2879
2879
|
"storageLocation": "default",
|
|
2880
2880
|
"typeDescriptions": {
|
|
2881
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2881
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
2882
2882
|
"typeString": "contract ISuperfluidToken"
|
|
2883
2883
|
},
|
|
2884
2884
|
"typeName": {
|
|
@@ -2891,13 +2891,13 @@
|
|
|
2891
2891
|
"6711:16:35"
|
|
2892
2892
|
],
|
|
2893
2893
|
"nodeType": "IdentifierPath",
|
|
2894
|
-
"referencedDeclaration":
|
|
2894
|
+
"referencedDeclaration": 25466,
|
|
2895
2895
|
"src": "6711:16:35"
|
|
2896
2896
|
},
|
|
2897
|
-
"referencedDeclaration":
|
|
2897
|
+
"referencedDeclaration": 25466,
|
|
2898
2898
|
"src": "6711:16:35",
|
|
2899
2899
|
"typeDescriptions": {
|
|
2900
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2900
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
2901
2901
|
"typeString": "contract ISuperfluidToken"
|
|
2902
2902
|
}
|
|
2903
2903
|
},
|
|
@@ -3013,7 +3013,7 @@
|
|
|
3013
3013
|
"referencedDeclaration": 15976,
|
|
3014
3014
|
"src": "7682:5:35",
|
|
3015
3015
|
"typeDescriptions": {
|
|
3016
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3016
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3017
3017
|
"typeString": "contract ISuperfluidToken"
|
|
3018
3018
|
}
|
|
3019
3019
|
},
|
|
@@ -3105,7 +3105,7 @@
|
|
|
3105
3105
|
"typeString": "bytes memory"
|
|
3106
3106
|
},
|
|
3107
3107
|
{
|
|
3108
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3108
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3109
3109
|
"typeString": "contract ISuperfluidToken"
|
|
3110
3110
|
},
|
|
3111
3111
|
{
|
|
@@ -3127,7 +3127,7 @@
|
|
|
3127
3127
|
"referencedDeclaration": 16039,
|
|
3128
3128
|
"src": "7646:18:35",
|
|
3129
3129
|
"typeDescriptions": {
|
|
3130
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
3130
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
3131
3131
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,bytes memory) returns (bytes memory)"
|
|
3132
3132
|
}
|
|
3133
3133
|
},
|
|
@@ -3247,7 +3247,7 @@
|
|
|
3247
3247
|
"stateVariable": false,
|
|
3248
3248
|
"storageLocation": "default",
|
|
3249
3249
|
"typeDescriptions": {
|
|
3250
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3250
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3251
3251
|
"typeString": "contract ISuperfluidToken"
|
|
3252
3252
|
},
|
|
3253
3253
|
"typeName": {
|
|
@@ -3260,13 +3260,13 @@
|
|
|
3260
3260
|
"7537:16:35"
|
|
3261
3261
|
],
|
|
3262
3262
|
"nodeType": "IdentifierPath",
|
|
3263
|
-
"referencedDeclaration":
|
|
3263
|
+
"referencedDeclaration": 25466,
|
|
3264
3264
|
"src": "7537:16:35"
|
|
3265
3265
|
},
|
|
3266
|
-
"referencedDeclaration":
|
|
3266
|
+
"referencedDeclaration": 25466,
|
|
3267
3267
|
"src": "7537:16:35",
|
|
3268
3268
|
"typeDescriptions": {
|
|
3269
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3269
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3270
3270
|
"typeString": "contract ISuperfluidToken"
|
|
3271
3271
|
}
|
|
3272
3272
|
},
|
|
@@ -3412,7 +3412,7 @@
|
|
|
3412
3412
|
"referencedDeclaration": 15751,
|
|
3413
3413
|
"src": "8397:14:35",
|
|
3414
3414
|
"typeDescriptions": {
|
|
3415
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
3415
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
3416
3416
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
3417
3417
|
}
|
|
3418
3418
|
},
|
|
@@ -3443,7 +3443,7 @@
|
|
|
3443
3443
|
"referencedDeclaration": 15751,
|
|
3444
3444
|
"src": "8457:14:35",
|
|
3445
3445
|
"typeDescriptions": {
|
|
3446
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
3446
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
3447
3447
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
3448
3448
|
}
|
|
3449
3449
|
},
|
|
@@ -3455,10 +3455,10 @@
|
|
|
3455
3455
|
"memberLocation": "8472:11:35",
|
|
3456
3456
|
"memberName": "createIndex",
|
|
3457
3457
|
"nodeType": "MemberAccess",
|
|
3458
|
-
"referencedDeclaration":
|
|
3458
|
+
"referencedDeclaration": 22784,
|
|
3459
3459
|
"src": "8457:26:35",
|
|
3460
3460
|
"typeDescriptions": {
|
|
3461
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
3461
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
3462
3462
|
"typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
|
|
3463
3463
|
}
|
|
3464
3464
|
},
|
|
@@ -3472,7 +3472,7 @@
|
|
|
3472
3472
|
"referencedDeclaration": 16004,
|
|
3473
3473
|
"src": "8523:5:35",
|
|
3474
3474
|
"typeDescriptions": {
|
|
3475
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3475
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3476
3476
|
"typeString": "contract ISuperfluidToken"
|
|
3477
3477
|
}
|
|
3478
3478
|
},
|
|
@@ -3562,7 +3562,7 @@
|
|
|
3562
3562
|
"nodeType": "TupleExpression",
|
|
3563
3563
|
"src": "8501:127:35",
|
|
3564
3564
|
"typeDescriptions": {
|
|
3565
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
3565
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
3566
3566
|
"typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
|
|
3567
3567
|
}
|
|
3568
3568
|
}
|
|
@@ -3570,11 +3570,11 @@
|
|
|
3570
3570
|
"expression": {
|
|
3571
3571
|
"argumentTypes": [
|
|
3572
3572
|
{
|
|
3573
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
3573
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
3574
3574
|
"typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
|
|
3575
3575
|
},
|
|
3576
3576
|
{
|
|
3577
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
3577
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
3578
3578
|
"typeString": "tuple(contract ISuperfluidToken,uint32,bytes memory)"
|
|
3579
3579
|
}
|
|
3580
3580
|
],
|
|
@@ -3648,7 +3648,7 @@
|
|
|
3648
3648
|
"expression": {
|
|
3649
3649
|
"argumentTypes": [
|
|
3650
3650
|
{
|
|
3651
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
3651
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
3652
3652
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
3653
3653
|
},
|
|
3654
3654
|
{
|
|
@@ -3688,7 +3688,7 @@
|
|
|
3688
3688
|
"referencedDeclaration": 15748,
|
|
3689
3689
|
"src": "8343:15:35",
|
|
3690
3690
|
"typeDescriptions": {
|
|
3691
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3691
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
3692
3692
|
"typeString": "contract ISuperfluid"
|
|
3693
3693
|
}
|
|
3694
3694
|
},
|
|
@@ -3700,10 +3700,10 @@
|
|
|
3700
3700
|
"memberLocation": "8359:24:35",
|
|
3701
3701
|
"memberName": "callAgreementWithContext",
|
|
3702
3702
|
"nodeType": "MemberAccess",
|
|
3703
|
-
"referencedDeclaration":
|
|
3703
|
+
"referencedDeclaration": 25000,
|
|
3704
3704
|
"src": "8343:40:35",
|
|
3705
3705
|
"typeDescriptions": {
|
|
3706
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
3706
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
3707
3707
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
3708
3708
|
}
|
|
3709
3709
|
},
|
|
@@ -3828,7 +3828,7 @@
|
|
|
3828
3828
|
"stateVariable": false,
|
|
3829
3829
|
"storageLocation": "default",
|
|
3830
3830
|
"typeDescriptions": {
|
|
3831
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3831
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3832
3832
|
"typeString": "contract ISuperfluidToken"
|
|
3833
3833
|
},
|
|
3834
3834
|
"typeName": {
|
|
@@ -3841,13 +3841,13 @@
|
|
|
3841
3841
|
"8197:16:35"
|
|
3842
3842
|
],
|
|
3843
3843
|
"nodeType": "IdentifierPath",
|
|
3844
|
-
"referencedDeclaration":
|
|
3844
|
+
"referencedDeclaration": 25466,
|
|
3845
3845
|
"src": "8197:16:35"
|
|
3846
3846
|
},
|
|
3847
|
-
"referencedDeclaration":
|
|
3847
|
+
"referencedDeclaration": 25466,
|
|
3848
3848
|
"src": "8197:16:35",
|
|
3849
3849
|
"typeDescriptions": {
|
|
3850
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3850
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3851
3851
|
"typeString": "contract ISuperfluidToken"
|
|
3852
3852
|
}
|
|
3853
3853
|
},
|
|
@@ -3979,7 +3979,7 @@
|
|
|
3979
3979
|
"referencedDeclaration": 16046,
|
|
3980
3980
|
"src": "9374:5:35",
|
|
3981
3981
|
"typeDescriptions": {
|
|
3982
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3982
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
3983
3983
|
"typeString": "contract ISuperfluidToken"
|
|
3984
3984
|
}
|
|
3985
3985
|
},
|
|
@@ -4079,7 +4079,7 @@
|
|
|
4079
4079
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
4080
4080
|
},
|
|
4081
4081
|
{
|
|
4082
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4082
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4083
4083
|
"typeString": "contract ISuperfluidToken"
|
|
4084
4084
|
},
|
|
4085
4085
|
{
|
|
@@ -4105,7 +4105,7 @@
|
|
|
4105
4105
|
"referencedDeclaration": 16106,
|
|
4106
4106
|
"src": "9345:16:35",
|
|
4107
4107
|
"typeDescriptions": {
|
|
4108
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
4108
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
4109
4109
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,uint128,bytes memory)"
|
|
4110
4110
|
}
|
|
4111
4111
|
},
|
|
@@ -4197,7 +4197,7 @@
|
|
|
4197
4197
|
"stateVariable": false,
|
|
4198
4198
|
"storageLocation": "default",
|
|
4199
4199
|
"typeDescriptions": {
|
|
4200
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4200
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4201
4201
|
"typeString": "contract ISuperfluidToken"
|
|
4202
4202
|
},
|
|
4203
4203
|
"typeName": {
|
|
@@ -4210,13 +4210,13 @@
|
|
|
4210
4210
|
"9245:16:35"
|
|
4211
4211
|
],
|
|
4212
4212
|
"nodeType": "IdentifierPath",
|
|
4213
|
-
"referencedDeclaration":
|
|
4213
|
+
"referencedDeclaration": 25466,
|
|
4214
4214
|
"src": "9245:16:35"
|
|
4215
4215
|
},
|
|
4216
|
-
"referencedDeclaration":
|
|
4216
|
+
"referencedDeclaration": 25466,
|
|
4217
4217
|
"src": "9245:16:35",
|
|
4218
4218
|
"typeDescriptions": {
|
|
4219
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4219
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4220
4220
|
"typeString": "contract ISuperfluidToken"
|
|
4221
4221
|
}
|
|
4222
4222
|
},
|
|
@@ -4324,7 +4324,7 @@
|
|
|
4324
4324
|
"referencedDeclaration": 15751,
|
|
4325
4325
|
"src": "10154:14:35",
|
|
4326
4326
|
"typeDescriptions": {
|
|
4327
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
4327
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
4328
4328
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
4329
4329
|
}
|
|
4330
4330
|
},
|
|
@@ -4355,7 +4355,7 @@
|
|
|
4355
4355
|
"referencedDeclaration": 15751,
|
|
4356
4356
|
"src": "10214:14:35",
|
|
4357
4357
|
"typeDescriptions": {
|
|
4358
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
4358
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
4359
4359
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
4360
4360
|
}
|
|
4361
4361
|
},
|
|
@@ -4367,10 +4367,10 @@
|
|
|
4367
4367
|
"memberLocation": "10229:11:35",
|
|
4368
4368
|
"memberName": "updateIndex",
|
|
4369
4369
|
"nodeType": "MemberAccess",
|
|
4370
|
-
"referencedDeclaration":
|
|
4370
|
+
"referencedDeclaration": 22847,
|
|
4371
4371
|
"src": "10214:26:35",
|
|
4372
4372
|
"typeDescriptions": {
|
|
4373
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
4373
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4374
4374
|
"typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
|
|
4375
4375
|
}
|
|
4376
4376
|
},
|
|
@@ -4384,7 +4384,7 @@
|
|
|
4384
4384
|
"referencedDeclaration": 16072,
|
|
4385
4385
|
"src": "10280:5:35",
|
|
4386
4386
|
"typeDescriptions": {
|
|
4387
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4387
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4388
4388
|
"typeString": "contract ISuperfluidToken"
|
|
4389
4389
|
}
|
|
4390
4390
|
},
|
|
@@ -4486,7 +4486,7 @@
|
|
|
4486
4486
|
"nodeType": "TupleExpression",
|
|
4487
4487
|
"src": "10258:159:35",
|
|
4488
4488
|
"typeDescriptions": {
|
|
4489
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
4489
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
4490
4490
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
|
|
4491
4491
|
}
|
|
4492
4492
|
}
|
|
@@ -4494,11 +4494,11 @@
|
|
|
4494
4494
|
"expression": {
|
|
4495
4495
|
"argumentTypes": [
|
|
4496
4496
|
{
|
|
4497
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
4497
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4498
4498
|
"typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
|
|
4499
4499
|
},
|
|
4500
4500
|
{
|
|
4501
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
4501
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
4502
4502
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
|
|
4503
4503
|
}
|
|
4504
4504
|
],
|
|
@@ -4560,7 +4560,7 @@
|
|
|
4560
4560
|
"expression": {
|
|
4561
4561
|
"argumentTypes": [
|
|
4562
4562
|
{
|
|
4563
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
4563
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
4564
4564
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
4565
4565
|
},
|
|
4566
4566
|
{
|
|
@@ -4596,7 +4596,7 @@
|
|
|
4596
4596
|
"referencedDeclaration": 15748,
|
|
4597
4597
|
"src": "10111:15:35",
|
|
4598
4598
|
"typeDescriptions": {
|
|
4599
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4599
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
4600
4600
|
"typeString": "contract ISuperfluid"
|
|
4601
4601
|
}
|
|
4602
4602
|
},
|
|
@@ -4608,10 +4608,10 @@
|
|
|
4608
4608
|
"memberLocation": "10127:13:35",
|
|
4609
4609
|
"memberName": "callAgreement",
|
|
4610
4610
|
"nodeType": "MemberAccess",
|
|
4611
|
-
"referencedDeclaration":
|
|
4611
|
+
"referencedDeclaration": 24949,
|
|
4612
4612
|
"src": "10111:29:35",
|
|
4613
4613
|
"typeDescriptions": {
|
|
4614
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
4614
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4615
4615
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
4616
4616
|
}
|
|
4617
4617
|
},
|
|
@@ -4703,7 +4703,7 @@
|
|
|
4703
4703
|
"stateVariable": false,
|
|
4704
4704
|
"storageLocation": "default",
|
|
4705
4705
|
"typeDescriptions": {
|
|
4706
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4706
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4707
4707
|
"typeString": "contract ISuperfluidToken"
|
|
4708
4708
|
},
|
|
4709
4709
|
"typeName": {
|
|
@@ -4716,13 +4716,13 @@
|
|
|
4716
4716
|
"9980:16:35"
|
|
4717
4717
|
],
|
|
4718
4718
|
"nodeType": "IdentifierPath",
|
|
4719
|
-
"referencedDeclaration":
|
|
4719
|
+
"referencedDeclaration": 25466,
|
|
4720
4720
|
"src": "9980:16:35"
|
|
4721
4721
|
},
|
|
4722
|
-
"referencedDeclaration":
|
|
4722
|
+
"referencedDeclaration": 25466,
|
|
4723
4723
|
"src": "9980:16:35",
|
|
4724
4724
|
"typeDescriptions": {
|
|
4725
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4725
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4726
4726
|
"typeString": "contract ISuperfluidToken"
|
|
4727
4727
|
}
|
|
4728
4728
|
},
|
|
@@ -4865,7 +4865,7 @@
|
|
|
4865
4865
|
"referencedDeclaration": 16115,
|
|
4866
4866
|
"src": "11317:5:35",
|
|
4867
4867
|
"typeDescriptions": {
|
|
4868
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4868
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4869
4869
|
"typeString": "contract ISuperfluidToken"
|
|
4870
4870
|
}
|
|
4871
4871
|
},
|
|
@@ -4969,7 +4969,7 @@
|
|
|
4969
4969
|
"typeString": "bytes memory"
|
|
4970
4970
|
},
|
|
4971
4971
|
{
|
|
4972
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4972
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
4973
4973
|
"typeString": "contract ISuperfluidToken"
|
|
4974
4974
|
},
|
|
4975
4975
|
{
|
|
@@ -4995,7 +4995,7 @@
|
|
|
4995
4995
|
"referencedDeclaration": 16184,
|
|
4996
4996
|
"src": "11239:23:35",
|
|
4997
4997
|
"typeDescriptions": {
|
|
4998
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
4998
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4999
4999
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,uint128,bytes memory) returns (bytes memory)"
|
|
5000
5000
|
}
|
|
5001
5001
|
},
|
|
@@ -5115,7 +5115,7 @@
|
|
|
5115
5115
|
"stateVariable": false,
|
|
5116
5116
|
"storageLocation": "default",
|
|
5117
5117
|
"typeDescriptions": {
|
|
5118
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5118
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
5119
5119
|
"typeString": "contract ISuperfluidToken"
|
|
5120
5120
|
},
|
|
5121
5121
|
"typeName": {
|
|
@@ -5128,13 +5128,13 @@
|
|
|
5128
5128
|
"11102:16:35"
|
|
5129
5129
|
],
|
|
5130
5130
|
"nodeType": "IdentifierPath",
|
|
5131
|
-
"referencedDeclaration":
|
|
5131
|
+
"referencedDeclaration": 25466,
|
|
5132
5132
|
"src": "11102:16:35"
|
|
5133
5133
|
},
|
|
5134
|
-
"referencedDeclaration":
|
|
5134
|
+
"referencedDeclaration": 25466,
|
|
5135
5135
|
"src": "11102:16:35",
|
|
5136
5136
|
"typeDescriptions": {
|
|
5137
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5137
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
5138
5138
|
"typeString": "contract ISuperfluidToken"
|
|
5139
5139
|
}
|
|
5140
5140
|
},
|
|
@@ -5307,7 +5307,7 @@
|
|
|
5307
5307
|
"referencedDeclaration": 15751,
|
|
5308
5308
|
"src": "12310:14:35",
|
|
5309
5309
|
"typeDescriptions": {
|
|
5310
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
5310
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
5311
5311
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
5312
5312
|
}
|
|
5313
5313
|
},
|
|
@@ -5338,7 +5338,7 @@
|
|
|
5338
5338
|
"referencedDeclaration": 15751,
|
|
5339
5339
|
"src": "12370:14:35",
|
|
5340
5340
|
"typeDescriptions": {
|
|
5341
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
5341
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
5342
5342
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
5343
5343
|
}
|
|
5344
5344
|
},
|
|
@@ -5350,10 +5350,10 @@
|
|
|
5350
5350
|
"memberLocation": "12385:11:35",
|
|
5351
5351
|
"memberName": "updateIndex",
|
|
5352
5352
|
"nodeType": "MemberAccess",
|
|
5353
|
-
"referencedDeclaration":
|
|
5353
|
+
"referencedDeclaration": 22847,
|
|
5354
5354
|
"src": "12370:26:35",
|
|
5355
5355
|
"typeDescriptions": {
|
|
5356
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
5356
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5357
5357
|
"typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
|
|
5358
5358
|
}
|
|
5359
5359
|
},
|
|
@@ -5367,7 +5367,7 @@
|
|
|
5367
5367
|
"referencedDeclaration": 16146,
|
|
5368
5368
|
"src": "12436:5:35",
|
|
5369
5369
|
"typeDescriptions": {
|
|
5370
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5370
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
5371
5371
|
"typeString": "contract ISuperfluidToken"
|
|
5372
5372
|
}
|
|
5373
5373
|
},
|
|
@@ -5469,7 +5469,7 @@
|
|
|
5469
5469
|
"nodeType": "TupleExpression",
|
|
5470
5470
|
"src": "12414:159:35",
|
|
5471
5471
|
"typeDescriptions": {
|
|
5472
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
5472
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
5473
5473
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
|
|
5474
5474
|
}
|
|
5475
5475
|
}
|
|
@@ -5477,11 +5477,11 @@
|
|
|
5477
5477
|
"expression": {
|
|
5478
5478
|
"argumentTypes": [
|
|
5479
5479
|
{
|
|
5480
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
5480
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5481
5481
|
"typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
|
|
5482
5482
|
},
|
|
5483
5483
|
{
|
|
5484
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
5484
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
5485
5485
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint128,bytes memory)"
|
|
5486
5486
|
}
|
|
5487
5487
|
],
|
|
@@ -5555,7 +5555,7 @@
|
|
|
5555
5555
|
"expression": {
|
|
5556
5556
|
"argumentTypes": [
|
|
5557
5557
|
{
|
|
5558
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
5558
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
5559
5559
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
5560
5560
|
},
|
|
5561
5561
|
{
|
|
@@ -5595,7 +5595,7 @@
|
|
|
5595
5595
|
"referencedDeclaration": 15748,
|
|
5596
5596
|
"src": "12256:15:35",
|
|
5597
5597
|
"typeDescriptions": {
|
|
5598
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
5598
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
5599
5599
|
"typeString": "contract ISuperfluid"
|
|
5600
5600
|
}
|
|
5601
5601
|
},
|
|
@@ -5607,10 +5607,10 @@
|
|
|
5607
5607
|
"memberLocation": "12272:24:35",
|
|
5608
5608
|
"memberName": "callAgreementWithContext",
|
|
5609
5609
|
"nodeType": "MemberAccess",
|
|
5610
|
-
"referencedDeclaration":
|
|
5610
|
+
"referencedDeclaration": 25000,
|
|
5611
5611
|
"src": "12256:40:35",
|
|
5612
5612
|
"typeDescriptions": {
|
|
5613
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
5613
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
5614
5614
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
5615
5615
|
}
|
|
5616
5616
|
},
|
|
@@ -5735,7 +5735,7 @@
|
|
|
5735
5735
|
"stateVariable": false,
|
|
5736
5736
|
"storageLocation": "default",
|
|
5737
5737
|
"typeDescriptions": {
|
|
5738
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5738
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
5739
5739
|
"typeString": "contract ISuperfluidToken"
|
|
5740
5740
|
},
|
|
5741
5741
|
"typeName": {
|
|
@@ -5748,13 +5748,13 @@
|
|
|
5748
5748
|
"12082:16:35"
|
|
5749
5749
|
],
|
|
5750
5750
|
"nodeType": "IdentifierPath",
|
|
5751
|
-
"referencedDeclaration":
|
|
5751
|
+
"referencedDeclaration": 25466,
|
|
5752
5752
|
"src": "12082:16:35"
|
|
5753
5753
|
},
|
|
5754
|
-
"referencedDeclaration":
|
|
5754
|
+
"referencedDeclaration": 25466,
|
|
5755
5755
|
"src": "12082:16:35",
|
|
5756
5756
|
"typeDescriptions": {
|
|
5757
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5757
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
5758
5758
|
"typeString": "contract ISuperfluidToken"
|
|
5759
5759
|
}
|
|
5760
5760
|
},
|
|
@@ -5913,7 +5913,7 @@
|
|
|
5913
5913
|
"referencedDeclaration": 16191,
|
|
5914
5914
|
"src": "14150:5:35",
|
|
5915
5915
|
"typeDescriptions": {
|
|
5916
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5916
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
5917
5917
|
"typeString": "contract ISuperfluidToken"
|
|
5918
5918
|
}
|
|
5919
5919
|
},
|
|
@@ -6013,7 +6013,7 @@
|
|
|
6013
6013
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
6014
6014
|
},
|
|
6015
6015
|
{
|
|
6016
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6016
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6017
6017
|
"typeString": "contract ISuperfluidToken"
|
|
6018
6018
|
},
|
|
6019
6019
|
{
|
|
@@ -6039,7 +6039,7 @@
|
|
|
6039
6039
|
"referencedDeclaration": 16251,
|
|
6040
6040
|
"src": "14127:10:35",
|
|
6041
6041
|
"typeDescriptions": {
|
|
6042
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
6042
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
|
|
6043
6043
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,uint256,bytes memory)"
|
|
6044
6044
|
}
|
|
6045
6045
|
},
|
|
@@ -6131,7 +6131,7 @@
|
|
|
6131
6131
|
"stateVariable": false,
|
|
6132
6132
|
"storageLocation": "default",
|
|
6133
6133
|
"typeDescriptions": {
|
|
6134
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6134
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6135
6135
|
"typeString": "contract ISuperfluidToken"
|
|
6136
6136
|
},
|
|
6137
6137
|
"typeName": {
|
|
@@ -6144,13 +6144,13 @@
|
|
|
6144
6144
|
"14031:16:35"
|
|
6145
6145
|
],
|
|
6146
6146
|
"nodeType": "IdentifierPath",
|
|
6147
|
-
"referencedDeclaration":
|
|
6147
|
+
"referencedDeclaration": 25466,
|
|
6148
6148
|
"src": "14031:16:35"
|
|
6149
6149
|
},
|
|
6150
|
-
"referencedDeclaration":
|
|
6150
|
+
"referencedDeclaration": 25466,
|
|
6151
6151
|
"src": "14031:16:35",
|
|
6152
6152
|
"typeDescriptions": {
|
|
6153
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6153
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6154
6154
|
"typeString": "contract ISuperfluidToken"
|
|
6155
6155
|
}
|
|
6156
6156
|
},
|
|
@@ -6258,7 +6258,7 @@
|
|
|
6258
6258
|
"referencedDeclaration": 15751,
|
|
6259
6259
|
"src": "14958:14:35",
|
|
6260
6260
|
"typeDescriptions": {
|
|
6261
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
6261
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
6262
6262
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
6263
6263
|
}
|
|
6264
6264
|
},
|
|
@@ -6289,7 +6289,7 @@
|
|
|
6289
6289
|
"referencedDeclaration": 15751,
|
|
6290
6290
|
"src": "15018:14:35",
|
|
6291
6291
|
"typeDescriptions": {
|
|
6292
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
6292
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
6293
6293
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
6294
6294
|
}
|
|
6295
6295
|
},
|
|
@@ -6301,10 +6301,10 @@
|
|
|
6301
6301
|
"memberLocation": "15033:10:35",
|
|
6302
6302
|
"memberName": "distribute",
|
|
6303
6303
|
"nodeType": "MemberAccess",
|
|
6304
|
-
"referencedDeclaration":
|
|
6304
|
+
"referencedDeclaration": 22882,
|
|
6305
6305
|
"src": "15018:25:35",
|
|
6306
6306
|
"typeDescriptions": {
|
|
6307
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
6307
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6308
6308
|
"typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
|
|
6309
6309
|
}
|
|
6310
6310
|
},
|
|
@@ -6318,7 +6318,7 @@
|
|
|
6318
6318
|
"referencedDeclaration": 16217,
|
|
6319
6319
|
"src": "15083:5:35",
|
|
6320
6320
|
"typeDescriptions": {
|
|
6321
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6321
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6322
6322
|
"typeString": "contract ISuperfluidToken"
|
|
6323
6323
|
}
|
|
6324
6324
|
},
|
|
@@ -6420,7 +6420,7 @@
|
|
|
6420
6420
|
"nodeType": "TupleExpression",
|
|
6421
6421
|
"src": "15061:155:35",
|
|
6422
6422
|
"typeDescriptions": {
|
|
6423
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
6423
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
|
|
6424
6424
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
|
|
6425
6425
|
}
|
|
6426
6426
|
}
|
|
@@ -6428,11 +6428,11 @@
|
|
|
6428
6428
|
"expression": {
|
|
6429
6429
|
"argumentTypes": [
|
|
6430
6430
|
{
|
|
6431
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
6431
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6432
6432
|
"typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
|
|
6433
6433
|
},
|
|
6434
6434
|
{
|
|
6435
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
6435
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
|
|
6436
6436
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
|
|
6437
6437
|
}
|
|
6438
6438
|
],
|
|
@@ -6494,7 +6494,7 @@
|
|
|
6494
6494
|
"expression": {
|
|
6495
6495
|
"argumentTypes": [
|
|
6496
6496
|
{
|
|
6497
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
6497
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
6498
6498
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
6499
6499
|
},
|
|
6500
6500
|
{
|
|
@@ -6530,7 +6530,7 @@
|
|
|
6530
6530
|
"referencedDeclaration": 15748,
|
|
6531
6531
|
"src": "14915:15:35",
|
|
6532
6532
|
"typeDescriptions": {
|
|
6533
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
6533
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
6534
6534
|
"typeString": "contract ISuperfluid"
|
|
6535
6535
|
}
|
|
6536
6536
|
},
|
|
@@ -6542,10 +6542,10 @@
|
|
|
6542
6542
|
"memberLocation": "14931:13:35",
|
|
6543
6543
|
"memberName": "callAgreement",
|
|
6544
6544
|
"nodeType": "MemberAccess",
|
|
6545
|
-
"referencedDeclaration":
|
|
6545
|
+
"referencedDeclaration": 24949,
|
|
6546
6546
|
"src": "14915:29:35",
|
|
6547
6547
|
"typeDescriptions": {
|
|
6548
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
6548
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6549
6549
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
6550
6550
|
}
|
|
6551
6551
|
},
|
|
@@ -6637,7 +6637,7 @@
|
|
|
6637
6637
|
"stateVariable": false,
|
|
6638
6638
|
"storageLocation": "default",
|
|
6639
6639
|
"typeDescriptions": {
|
|
6640
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6640
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6641
6641
|
"typeString": "contract ISuperfluidToken"
|
|
6642
6642
|
},
|
|
6643
6643
|
"typeName": {
|
|
@@ -6650,13 +6650,13 @@
|
|
|
6650
6650
|
"14788:16:35"
|
|
6651
6651
|
],
|
|
6652
6652
|
"nodeType": "IdentifierPath",
|
|
6653
|
-
"referencedDeclaration":
|
|
6653
|
+
"referencedDeclaration": 25466,
|
|
6654
6654
|
"src": "14788:16:35"
|
|
6655
6655
|
},
|
|
6656
|
-
"referencedDeclaration":
|
|
6656
|
+
"referencedDeclaration": 25466,
|
|
6657
6657
|
"src": "14788:16:35",
|
|
6658
6658
|
"typeDescriptions": {
|
|
6659
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6659
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6660
6660
|
"typeString": "contract ISuperfluidToken"
|
|
6661
6661
|
}
|
|
6662
6662
|
},
|
|
@@ -6799,7 +6799,7 @@
|
|
|
6799
6799
|
"referencedDeclaration": 16260,
|
|
6800
6800
|
"src": "16013:5:35",
|
|
6801
6801
|
"typeDescriptions": {
|
|
6802
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6802
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6803
6803
|
"typeString": "contract ISuperfluidToken"
|
|
6804
6804
|
}
|
|
6805
6805
|
},
|
|
@@ -6903,7 +6903,7 @@
|
|
|
6903
6903
|
"typeString": "bytes memory"
|
|
6904
6904
|
},
|
|
6905
6905
|
{
|
|
6906
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6906
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
6907
6907
|
"typeString": "contract ISuperfluidToken"
|
|
6908
6908
|
},
|
|
6909
6909
|
{
|
|
@@ -6929,7 +6929,7 @@
|
|
|
6929
6929
|
"referencedDeclaration": 16329,
|
|
6930
6930
|
"src": "15978:17:35",
|
|
6931
6931
|
"typeDescriptions": {
|
|
6932
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
6932
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6933
6933
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,uint256,bytes memory) returns (bytes memory)"
|
|
6934
6934
|
}
|
|
6935
6935
|
},
|
|
@@ -7049,7 +7049,7 @@
|
|
|
7049
7049
|
"stateVariable": false,
|
|
7050
7050
|
"storageLocation": "default",
|
|
7051
7051
|
"typeDescriptions": {
|
|
7052
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7052
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
7053
7053
|
"typeString": "contract ISuperfluidToken"
|
|
7054
7054
|
},
|
|
7055
7055
|
"typeName": {
|
|
@@ -7062,13 +7062,13 @@
|
|
|
7062
7062
|
"15845:16:35"
|
|
7063
7063
|
],
|
|
7064
7064
|
"nodeType": "IdentifierPath",
|
|
7065
|
-
"referencedDeclaration":
|
|
7065
|
+
"referencedDeclaration": 25466,
|
|
7066
7066
|
"src": "15845:16:35"
|
|
7067
7067
|
},
|
|
7068
|
-
"referencedDeclaration":
|
|
7068
|
+
"referencedDeclaration": 25466,
|
|
7069
7069
|
"src": "15845:16:35",
|
|
7070
7070
|
"typeDescriptions": {
|
|
7071
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7071
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
7072
7072
|
"typeString": "contract ISuperfluidToken"
|
|
7073
7073
|
}
|
|
7074
7074
|
},
|
|
@@ -7241,7 +7241,7 @@
|
|
|
7241
7241
|
"referencedDeclaration": 15751,
|
|
7242
7242
|
"src": "16948:14:35",
|
|
7243
7243
|
"typeDescriptions": {
|
|
7244
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
7244
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
7245
7245
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
7246
7246
|
}
|
|
7247
7247
|
},
|
|
@@ -7272,7 +7272,7 @@
|
|
|
7272
7272
|
"referencedDeclaration": 15751,
|
|
7273
7273
|
"src": "17008:14:35",
|
|
7274
7274
|
"typeDescriptions": {
|
|
7275
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
7275
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
7276
7276
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
7277
7277
|
}
|
|
7278
7278
|
},
|
|
@@ -7284,10 +7284,10 @@
|
|
|
7284
7284
|
"memberLocation": "17023:10:35",
|
|
7285
7285
|
"memberName": "distribute",
|
|
7286
7286
|
"nodeType": "MemberAccess",
|
|
7287
|
-
"referencedDeclaration":
|
|
7287
|
+
"referencedDeclaration": 22882,
|
|
7288
7288
|
"src": "17008:25:35",
|
|
7289
7289
|
"typeDescriptions": {
|
|
7290
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
7290
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
7291
7291
|
"typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
|
|
7292
7292
|
}
|
|
7293
7293
|
},
|
|
@@ -7301,7 +7301,7 @@
|
|
|
7301
7301
|
"referencedDeclaration": 16291,
|
|
7302
7302
|
"src": "17073:5:35",
|
|
7303
7303
|
"typeDescriptions": {
|
|
7304
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7304
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
7305
7305
|
"typeString": "contract ISuperfluidToken"
|
|
7306
7306
|
}
|
|
7307
7307
|
},
|
|
@@ -7403,7 +7403,7 @@
|
|
|
7403
7403
|
"nodeType": "TupleExpression",
|
|
7404
7404
|
"src": "17051:155:35",
|
|
7405
7405
|
"typeDescriptions": {
|
|
7406
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
7406
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
|
|
7407
7407
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
|
|
7408
7408
|
}
|
|
7409
7409
|
}
|
|
@@ -7411,11 +7411,11 @@
|
|
|
7411
7411
|
"expression": {
|
|
7412
7412
|
"argumentTypes": [
|
|
7413
7413
|
{
|
|
7414
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
7414
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
7415
7415
|
"typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
|
|
7416
7416
|
},
|
|
7417
7417
|
{
|
|
7418
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
7418
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$",
|
|
7419
7419
|
"typeString": "tuple(contract ISuperfluidToken,uint32,uint256,bytes memory)"
|
|
7420
7420
|
}
|
|
7421
7421
|
],
|
|
@@ -7489,7 +7489,7 @@
|
|
|
7489
7489
|
"expression": {
|
|
7490
7490
|
"argumentTypes": [
|
|
7491
7491
|
{
|
|
7492
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
7492
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
7493
7493
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
7494
7494
|
},
|
|
7495
7495
|
{
|
|
@@ -7529,7 +7529,7 @@
|
|
|
7529
7529
|
"referencedDeclaration": 15748,
|
|
7530
7530
|
"src": "16894:15:35",
|
|
7531
7531
|
"typeDescriptions": {
|
|
7532
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
7532
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
7533
7533
|
"typeString": "contract ISuperfluid"
|
|
7534
7534
|
}
|
|
7535
7535
|
},
|
|
@@ -7541,10 +7541,10 @@
|
|
|
7541
7541
|
"memberLocation": "16910:24:35",
|
|
7542
7542
|
"memberName": "callAgreementWithContext",
|
|
7543
7543
|
"nodeType": "MemberAccess",
|
|
7544
|
-
"referencedDeclaration":
|
|
7544
|
+
"referencedDeclaration": 25000,
|
|
7545
7545
|
"src": "16894:40:35",
|
|
7546
7546
|
"typeDescriptions": {
|
|
7547
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
7547
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
7548
7548
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
7549
7549
|
}
|
|
7550
7550
|
},
|
|
@@ -7669,7 +7669,7 @@
|
|
|
7669
7669
|
"stateVariable": false,
|
|
7670
7670
|
"storageLocation": "default",
|
|
7671
7671
|
"typeDescriptions": {
|
|
7672
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7672
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
7673
7673
|
"typeString": "contract ISuperfluidToken"
|
|
7674
7674
|
},
|
|
7675
7675
|
"typeName": {
|
|
@@ -7682,13 +7682,13 @@
|
|
|
7682
7682
|
"16724:16:35"
|
|
7683
7683
|
],
|
|
7684
7684
|
"nodeType": "IdentifierPath",
|
|
7685
|
-
"referencedDeclaration":
|
|
7685
|
+
"referencedDeclaration": 25466,
|
|
7686
7686
|
"src": "16724:16:35"
|
|
7687
7687
|
},
|
|
7688
|
-
"referencedDeclaration":
|
|
7688
|
+
"referencedDeclaration": 25466,
|
|
7689
7689
|
"src": "16724:16:35",
|
|
7690
7690
|
"typeDescriptions": {
|
|
7691
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7691
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
7692
7692
|
"typeString": "contract ISuperfluidToken"
|
|
7693
7693
|
}
|
|
7694
7694
|
},
|
|
@@ -7847,7 +7847,7 @@
|
|
|
7847
7847
|
"referencedDeclaration": 16336,
|
|
7848
7848
|
"src": "18119:5:35",
|
|
7849
7849
|
"typeDescriptions": {
|
|
7850
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7850
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
7851
7851
|
"typeString": "contract ISuperfluidToken"
|
|
7852
7852
|
}
|
|
7853
7853
|
},
|
|
@@ -7947,7 +7947,7 @@
|
|
|
7947
7947
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
7948
7948
|
},
|
|
7949
7949
|
{
|
|
7950
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7950
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
7951
7951
|
"typeString": "contract ISuperfluidToken"
|
|
7952
7952
|
},
|
|
7953
7953
|
{
|
|
@@ -7973,7 +7973,7 @@
|
|
|
7973
7973
|
"referencedDeclaration": 16396,
|
|
7974
7974
|
"src": "18087:19:35",
|
|
7975
7975
|
"typeDescriptions": {
|
|
7976
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
7976
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
7977
7977
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
7978
7978
|
}
|
|
7979
7979
|
},
|
|
@@ -8065,7 +8065,7 @@
|
|
|
8065
8065
|
"stateVariable": false,
|
|
8066
8066
|
"storageLocation": "default",
|
|
8067
8067
|
"typeDescriptions": {
|
|
8068
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8068
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8069
8069
|
"typeString": "contract ISuperfluidToken"
|
|
8070
8070
|
},
|
|
8071
8071
|
"typeName": {
|
|
@@ -8078,13 +8078,13 @@
|
|
|
8078
8078
|
"17988:16:35"
|
|
8079
8079
|
],
|
|
8080
8080
|
"nodeType": "IdentifierPath",
|
|
8081
|
-
"referencedDeclaration":
|
|
8081
|
+
"referencedDeclaration": 25466,
|
|
8082
8082
|
"src": "17988:16:35"
|
|
8083
8083
|
},
|
|
8084
|
-
"referencedDeclaration":
|
|
8084
|
+
"referencedDeclaration": 25466,
|
|
8085
8085
|
"src": "17988:16:35",
|
|
8086
8086
|
"typeDescriptions": {
|
|
8087
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8087
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8088
8088
|
"typeString": "contract ISuperfluidToken"
|
|
8089
8089
|
}
|
|
8090
8090
|
},
|
|
@@ -8193,7 +8193,7 @@
|
|
|
8193
8193
|
"referencedDeclaration": 15751,
|
|
8194
8194
|
"src": "18950:14:35",
|
|
8195
8195
|
"typeDescriptions": {
|
|
8196
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
8196
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
8197
8197
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
8198
8198
|
}
|
|
8199
8199
|
},
|
|
@@ -8224,7 +8224,7 @@
|
|
|
8224
8224
|
"referencedDeclaration": 15751,
|
|
8225
8225
|
"src": "19010:14:35",
|
|
8226
8226
|
"typeDescriptions": {
|
|
8227
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
8227
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
8228
8228
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
8229
8229
|
}
|
|
8230
8230
|
},
|
|
@@ -8236,10 +8236,10 @@
|
|
|
8236
8236
|
"memberLocation": "19025:19:35",
|
|
8237
8237
|
"memberName": "approveSubscription",
|
|
8238
8238
|
"nodeType": "MemberAccess",
|
|
8239
|
-
"referencedDeclaration":
|
|
8239
|
+
"referencedDeclaration": 22897,
|
|
8240
8240
|
"src": "19010:34:35",
|
|
8241
8241
|
"typeDescriptions": {
|
|
8242
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
8242
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
8243
8243
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
8244
8244
|
}
|
|
8245
8245
|
},
|
|
@@ -8253,7 +8253,7 @@
|
|
|
8253
8253
|
"referencedDeclaration": 16362,
|
|
8254
8254
|
"src": "19084:5:35",
|
|
8255
8255
|
"typeDescriptions": {
|
|
8256
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8256
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8257
8257
|
"typeString": "contract ISuperfluidToken"
|
|
8258
8258
|
}
|
|
8259
8259
|
},
|
|
@@ -8355,7 +8355,7 @@
|
|
|
8355
8355
|
"nodeType": "TupleExpression",
|
|
8356
8356
|
"src": "19062:158:35",
|
|
8357
8357
|
"typeDescriptions": {
|
|
8358
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
8358
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
8359
8359
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
8360
8360
|
}
|
|
8361
8361
|
}
|
|
@@ -8363,11 +8363,11 @@
|
|
|
8363
8363
|
"expression": {
|
|
8364
8364
|
"argumentTypes": [
|
|
8365
8365
|
{
|
|
8366
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
8366
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
8367
8367
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
8368
8368
|
},
|
|
8369
8369
|
{
|
|
8370
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
8370
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
8371
8371
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
8372
8372
|
}
|
|
8373
8373
|
],
|
|
@@ -8429,7 +8429,7 @@
|
|
|
8429
8429
|
"expression": {
|
|
8430
8430
|
"argumentTypes": [
|
|
8431
8431
|
{
|
|
8432
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
8432
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
8433
8433
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
8434
8434
|
},
|
|
8435
8435
|
{
|
|
@@ -8465,7 +8465,7 @@
|
|
|
8465
8465
|
"referencedDeclaration": 15748,
|
|
8466
8466
|
"src": "18907:15:35",
|
|
8467
8467
|
"typeDescriptions": {
|
|
8468
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
8468
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
8469
8469
|
"typeString": "contract ISuperfluid"
|
|
8470
8470
|
}
|
|
8471
8471
|
},
|
|
@@ -8477,10 +8477,10 @@
|
|
|
8477
8477
|
"memberLocation": "18923:13:35",
|
|
8478
8478
|
"memberName": "callAgreement",
|
|
8479
8479
|
"nodeType": "MemberAccess",
|
|
8480
|
-
"referencedDeclaration":
|
|
8480
|
+
"referencedDeclaration": 24949,
|
|
8481
8481
|
"src": "18907:29:35",
|
|
8482
8482
|
"typeDescriptions": {
|
|
8483
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
8483
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
8484
8484
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
8485
8485
|
}
|
|
8486
8486
|
},
|
|
@@ -8572,7 +8572,7 @@
|
|
|
8572
8572
|
"stateVariable": false,
|
|
8573
8573
|
"storageLocation": "default",
|
|
8574
8574
|
"typeDescriptions": {
|
|
8575
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8575
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8576
8576
|
"typeString": "contract ISuperfluidToken"
|
|
8577
8577
|
},
|
|
8578
8578
|
"typeName": {
|
|
@@ -8585,13 +8585,13 @@
|
|
|
8585
8585
|
"18777:16:35"
|
|
8586
8586
|
],
|
|
8587
8587
|
"nodeType": "IdentifierPath",
|
|
8588
|
-
"referencedDeclaration":
|
|
8588
|
+
"referencedDeclaration": 25466,
|
|
8589
8589
|
"src": "18777:16:35"
|
|
8590
8590
|
},
|
|
8591
|
-
"referencedDeclaration":
|
|
8591
|
+
"referencedDeclaration": 25466,
|
|
8592
8592
|
"src": "18777:16:35",
|
|
8593
8593
|
"typeDescriptions": {
|
|
8594
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8594
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8595
8595
|
"typeString": "contract ISuperfluidToken"
|
|
8596
8596
|
}
|
|
8597
8597
|
},
|
|
@@ -8735,7 +8735,7 @@
|
|
|
8735
8735
|
"referencedDeclaration": 16405,
|
|
8736
8736
|
"src": "20135:5:35",
|
|
8737
8737
|
"typeDescriptions": {
|
|
8738
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8738
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8739
8739
|
"typeString": "contract ISuperfluidToken"
|
|
8740
8740
|
}
|
|
8741
8741
|
},
|
|
@@ -8839,7 +8839,7 @@
|
|
|
8839
8839
|
"typeString": "bytes memory"
|
|
8840
8840
|
},
|
|
8841
8841
|
{
|
|
8842
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8842
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8843
8843
|
"typeString": "contract ISuperfluidToken"
|
|
8844
8844
|
},
|
|
8845
8845
|
{
|
|
@@ -8865,7 +8865,7 @@
|
|
|
8865
8865
|
"referencedDeclaration": 16474,
|
|
8866
8866
|
"src": "20054:26:35",
|
|
8867
8867
|
"typeDescriptions": {
|
|
8868
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
8868
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
8869
8869
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,bytes memory) returns (bytes memory)"
|
|
8870
8870
|
}
|
|
8871
8871
|
},
|
|
@@ -8985,7 +8985,7 @@
|
|
|
8985
8985
|
"stateVariable": false,
|
|
8986
8986
|
"storageLocation": "default",
|
|
8987
8987
|
"typeDescriptions": {
|
|
8988
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8988
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
8989
8989
|
"typeString": "contract ISuperfluidToken"
|
|
8990
8990
|
},
|
|
8991
8991
|
"typeName": {
|
|
@@ -8998,13 +8998,13 @@
|
|
|
8998
8998
|
"19918:16:35"
|
|
8999
8999
|
],
|
|
9000
9000
|
"nodeType": "IdentifierPath",
|
|
9001
|
-
"referencedDeclaration":
|
|
9001
|
+
"referencedDeclaration": 25466,
|
|
9002
9002
|
"src": "19918:16:35"
|
|
9003
9003
|
},
|
|
9004
|
-
"referencedDeclaration":
|
|
9004
|
+
"referencedDeclaration": 25466,
|
|
9005
9005
|
"src": "19918:16:35",
|
|
9006
9006
|
"typeDescriptions": {
|
|
9007
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9007
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
9008
9008
|
"typeString": "contract ISuperfluidToken"
|
|
9009
9009
|
}
|
|
9010
9010
|
},
|
|
@@ -9178,7 +9178,7 @@
|
|
|
9178
9178
|
"referencedDeclaration": 15751,
|
|
9179
9179
|
"src": "21182:14:35",
|
|
9180
9180
|
"typeDescriptions": {
|
|
9181
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9181
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
9182
9182
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9183
9183
|
}
|
|
9184
9184
|
},
|
|
@@ -9209,7 +9209,7 @@
|
|
|
9209
9209
|
"referencedDeclaration": 15751,
|
|
9210
9210
|
"src": "21242:14:35",
|
|
9211
9211
|
"typeDescriptions": {
|
|
9212
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9212
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
9213
9213
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9214
9214
|
}
|
|
9215
9215
|
},
|
|
@@ -9221,10 +9221,10 @@
|
|
|
9221
9221
|
"memberLocation": "21257:19:35",
|
|
9222
9222
|
"memberName": "approveSubscription",
|
|
9223
9223
|
"nodeType": "MemberAccess",
|
|
9224
|
-
"referencedDeclaration":
|
|
9224
|
+
"referencedDeclaration": 22897,
|
|
9225
9225
|
"src": "21242:34:35",
|
|
9226
9226
|
"typeDescriptions": {
|
|
9227
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
9227
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
9228
9228
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
9229
9229
|
}
|
|
9230
9230
|
},
|
|
@@ -9238,7 +9238,7 @@
|
|
|
9238
9238
|
"referencedDeclaration": 16436,
|
|
9239
9239
|
"src": "21316:5:35",
|
|
9240
9240
|
"typeDescriptions": {
|
|
9241
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9241
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
9242
9242
|
"typeString": "contract ISuperfluidToken"
|
|
9243
9243
|
}
|
|
9244
9244
|
},
|
|
@@ -9340,7 +9340,7 @@
|
|
|
9340
9340
|
"nodeType": "TupleExpression",
|
|
9341
9341
|
"src": "21294:158:35",
|
|
9342
9342
|
"typeDescriptions": {
|
|
9343
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
9343
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
9344
9344
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
9345
9345
|
}
|
|
9346
9346
|
}
|
|
@@ -9348,11 +9348,11 @@
|
|
|
9348
9348
|
"expression": {
|
|
9349
9349
|
"argumentTypes": [
|
|
9350
9350
|
{
|
|
9351
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
9351
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
9352
9352
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
9353
9353
|
},
|
|
9354
9354
|
{
|
|
9355
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
9355
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
9356
9356
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
9357
9357
|
}
|
|
9358
9358
|
],
|
|
@@ -9426,7 +9426,7 @@
|
|
|
9426
9426
|
"expression": {
|
|
9427
9427
|
"argumentTypes": [
|
|
9428
9428
|
{
|
|
9429
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9429
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
9430
9430
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9431
9431
|
},
|
|
9432
9432
|
{
|
|
@@ -9466,7 +9466,7 @@
|
|
|
9466
9466
|
"referencedDeclaration": 15748,
|
|
9467
9467
|
"src": "21128:15:35",
|
|
9468
9468
|
"typeDescriptions": {
|
|
9469
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
9469
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
9470
9470
|
"typeString": "contract ISuperfluid"
|
|
9471
9471
|
}
|
|
9472
9472
|
},
|
|
@@ -9478,10 +9478,10 @@
|
|
|
9478
9478
|
"memberLocation": "21144:24:35",
|
|
9479
9479
|
"memberName": "callAgreementWithContext",
|
|
9480
9480
|
"nodeType": "MemberAccess",
|
|
9481
|
-
"referencedDeclaration":
|
|
9481
|
+
"referencedDeclaration": 25000,
|
|
9482
9482
|
"src": "21128:40:35",
|
|
9483
9483
|
"typeDescriptions": {
|
|
9484
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
9484
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
9485
9485
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
9486
9486
|
}
|
|
9487
9487
|
},
|
|
@@ -9606,7 +9606,7 @@
|
|
|
9606
9606
|
"stateVariable": false,
|
|
9607
9607
|
"storageLocation": "default",
|
|
9608
9608
|
"typeDescriptions": {
|
|
9609
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9609
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
9610
9610
|
"typeString": "contract ISuperfluidToken"
|
|
9611
9611
|
},
|
|
9612
9612
|
"typeName": {
|
|
@@ -9619,13 +9619,13 @@
|
|
|
9619
9619
|
"20955:16:35"
|
|
9620
9620
|
],
|
|
9621
9621
|
"nodeType": "IdentifierPath",
|
|
9622
|
-
"referencedDeclaration":
|
|
9622
|
+
"referencedDeclaration": 25466,
|
|
9623
9623
|
"src": "20955:16:35"
|
|
9624
9624
|
},
|
|
9625
|
-
"referencedDeclaration":
|
|
9625
|
+
"referencedDeclaration": 25466,
|
|
9626
9626
|
"src": "20955:16:35",
|
|
9627
9627
|
"typeDescriptions": {
|
|
9628
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9628
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
9629
9629
|
"typeString": "contract ISuperfluidToken"
|
|
9630
9630
|
}
|
|
9631
9631
|
},
|
|
@@ -9785,7 +9785,7 @@
|
|
|
9785
9785
|
"referencedDeclaration": 16481,
|
|
9786
9786
|
"src": "22002:5:35",
|
|
9787
9787
|
"typeDescriptions": {
|
|
9788
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9788
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
9789
9789
|
"typeString": "contract ISuperfluidToken"
|
|
9790
9790
|
}
|
|
9791
9791
|
},
|
|
@@ -9885,7 +9885,7 @@
|
|
|
9885
9885
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
9886
9886
|
},
|
|
9887
9887
|
{
|
|
9888
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9888
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
9889
9889
|
"typeString": "contract ISuperfluidToken"
|
|
9890
9890
|
},
|
|
9891
9891
|
{
|
|
@@ -9911,7 +9911,7 @@
|
|
|
9911
9911
|
"referencedDeclaration": 16541,
|
|
9912
9912
|
"src": "21971:18:35",
|
|
9913
9913
|
"typeDescriptions": {
|
|
9914
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
9914
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
9915
9915
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
9916
9916
|
}
|
|
9917
9917
|
},
|
|
@@ -10003,7 +10003,7 @@
|
|
|
10003
10003
|
"stateVariable": false,
|
|
10004
10004
|
"storageLocation": "default",
|
|
10005
10005
|
"typeDescriptions": {
|
|
10006
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10006
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10007
10007
|
"typeString": "contract ISuperfluidToken"
|
|
10008
10008
|
},
|
|
10009
10009
|
"typeName": {
|
|
@@ -10016,13 +10016,13 @@
|
|
|
10016
10016
|
"21872:16:35"
|
|
10017
10017
|
],
|
|
10018
10018
|
"nodeType": "IdentifierPath",
|
|
10019
|
-
"referencedDeclaration":
|
|
10019
|
+
"referencedDeclaration": 25466,
|
|
10020
10020
|
"src": "21872:16:35"
|
|
10021
10021
|
},
|
|
10022
|
-
"referencedDeclaration":
|
|
10022
|
+
"referencedDeclaration": 25466,
|
|
10023
10023
|
"src": "21872:16:35",
|
|
10024
10024
|
"typeDescriptions": {
|
|
10025
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10025
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10026
10026
|
"typeString": "contract ISuperfluidToken"
|
|
10027
10027
|
}
|
|
10028
10028
|
},
|
|
@@ -10131,7 +10131,7 @@
|
|
|
10131
10131
|
"referencedDeclaration": 15751,
|
|
10132
10132
|
"src": "22655:14:35",
|
|
10133
10133
|
"typeDescriptions": {
|
|
10134
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
10134
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
10135
10135
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
10136
10136
|
}
|
|
10137
10137
|
},
|
|
@@ -10162,7 +10162,7 @@
|
|
|
10162
10162
|
"referencedDeclaration": 15751,
|
|
10163
10163
|
"src": "22715:14:35",
|
|
10164
10164
|
"typeDescriptions": {
|
|
10165
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
10165
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
10166
10166
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
10167
10167
|
}
|
|
10168
10168
|
},
|
|
@@ -10174,10 +10174,10 @@
|
|
|
10174
10174
|
"memberLocation": "22730:18:35",
|
|
10175
10175
|
"memberName": "revokeSubscription",
|
|
10176
10176
|
"nodeType": "MemberAccess",
|
|
10177
|
-
"referencedDeclaration":
|
|
10177
|
+
"referencedDeclaration": 22940,
|
|
10178
10178
|
"src": "22715:33:35",
|
|
10179
10179
|
"typeDescriptions": {
|
|
10180
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
10180
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10181
10181
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
10182
10182
|
}
|
|
10183
10183
|
},
|
|
@@ -10191,7 +10191,7 @@
|
|
|
10191
10191
|
"referencedDeclaration": 16507,
|
|
10192
10192
|
"src": "22788:5:35",
|
|
10193
10193
|
"typeDescriptions": {
|
|
10194
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10194
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10195
10195
|
"typeString": "contract ISuperfluidToken"
|
|
10196
10196
|
}
|
|
10197
10197
|
},
|
|
@@ -10293,7 +10293,7 @@
|
|
|
10293
10293
|
"nodeType": "TupleExpression",
|
|
10294
10294
|
"src": "22766:158:35",
|
|
10295
10295
|
"typeDescriptions": {
|
|
10296
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
10296
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
10297
10297
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
10298
10298
|
}
|
|
10299
10299
|
}
|
|
@@ -10301,11 +10301,11 @@
|
|
|
10301
10301
|
"expression": {
|
|
10302
10302
|
"argumentTypes": [
|
|
10303
10303
|
{
|
|
10304
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
10304
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10305
10305
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
10306
10306
|
},
|
|
10307
10307
|
{
|
|
10308
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
10308
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
10309
10309
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
10310
10310
|
}
|
|
10311
10311
|
],
|
|
@@ -10367,7 +10367,7 @@
|
|
|
10367
10367
|
"expression": {
|
|
10368
10368
|
"argumentTypes": [
|
|
10369
10369
|
{
|
|
10370
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
10370
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
10371
10371
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
10372
10372
|
},
|
|
10373
10373
|
{
|
|
@@ -10403,7 +10403,7 @@
|
|
|
10403
10403
|
"referencedDeclaration": 15748,
|
|
10404
10404
|
"src": "22612:15:35",
|
|
10405
10405
|
"typeDescriptions": {
|
|
10406
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
10406
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
10407
10407
|
"typeString": "contract ISuperfluid"
|
|
10408
10408
|
}
|
|
10409
10409
|
},
|
|
@@ -10415,10 +10415,10 @@
|
|
|
10415
10415
|
"memberLocation": "22628:13:35",
|
|
10416
10416
|
"memberName": "callAgreement",
|
|
10417
10417
|
"nodeType": "MemberAccess",
|
|
10418
|
-
"referencedDeclaration":
|
|
10418
|
+
"referencedDeclaration": 24949,
|
|
10419
10419
|
"src": "22612:29:35",
|
|
10420
10420
|
"typeDescriptions": {
|
|
10421
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
10421
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10422
10422
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
10423
10423
|
}
|
|
10424
10424
|
},
|
|
@@ -10510,7 +10510,7 @@
|
|
|
10510
10510
|
"stateVariable": false,
|
|
10511
10511
|
"storageLocation": "default",
|
|
10512
10512
|
"typeDescriptions": {
|
|
10513
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10513
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10514
10514
|
"typeString": "contract ISuperfluidToken"
|
|
10515
10515
|
},
|
|
10516
10516
|
"typeName": {
|
|
@@ -10523,13 +10523,13 @@
|
|
|
10523
10523
|
"22482:16:35"
|
|
10524
10524
|
],
|
|
10525
10525
|
"nodeType": "IdentifierPath",
|
|
10526
|
-
"referencedDeclaration":
|
|
10526
|
+
"referencedDeclaration": 25466,
|
|
10527
10527
|
"src": "22482:16:35"
|
|
10528
10528
|
},
|
|
10529
|
-
"referencedDeclaration":
|
|
10529
|
+
"referencedDeclaration": 25466,
|
|
10530
10530
|
"src": "22482:16:35",
|
|
10531
10531
|
"typeDescriptions": {
|
|
10532
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10532
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10533
10533
|
"typeString": "contract ISuperfluidToken"
|
|
10534
10534
|
}
|
|
10535
10535
|
},
|
|
@@ -10673,7 +10673,7 @@
|
|
|
10673
10673
|
"referencedDeclaration": 16550,
|
|
10674
10674
|
"src": "23668:5:35",
|
|
10675
10675
|
"typeDescriptions": {
|
|
10676
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10676
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10677
10677
|
"typeString": "contract ISuperfluidToken"
|
|
10678
10678
|
}
|
|
10679
10679
|
},
|
|
@@ -10777,7 +10777,7 @@
|
|
|
10777
10777
|
"typeString": "bytes memory"
|
|
10778
10778
|
},
|
|
10779
10779
|
{
|
|
10780
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10780
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10781
10781
|
"typeString": "contract ISuperfluidToken"
|
|
10782
10782
|
},
|
|
10783
10783
|
{
|
|
@@ -10803,7 +10803,7 @@
|
|
|
10803
10803
|
"referencedDeclaration": 16619,
|
|
10804
10804
|
"src": "23588:25:35",
|
|
10805
10805
|
"typeDescriptions": {
|
|
10806
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
10806
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10807
10807
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,bytes memory) returns (bytes memory)"
|
|
10808
10808
|
}
|
|
10809
10809
|
},
|
|
@@ -10923,7 +10923,7 @@
|
|
|
10923
10923
|
"stateVariable": false,
|
|
10924
10924
|
"storageLocation": "default",
|
|
10925
10925
|
"typeDescriptions": {
|
|
10926
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10926
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10927
10927
|
"typeString": "contract ISuperfluidToken"
|
|
10928
10928
|
},
|
|
10929
10929
|
"typeName": {
|
|
@@ -10936,13 +10936,13 @@
|
|
|
10936
10936
|
"23452:16:35"
|
|
10937
10937
|
],
|
|
10938
10938
|
"nodeType": "IdentifierPath",
|
|
10939
|
-
"referencedDeclaration":
|
|
10939
|
+
"referencedDeclaration": 25466,
|
|
10940
10940
|
"src": "23452:16:35"
|
|
10941
10941
|
},
|
|
10942
|
-
"referencedDeclaration":
|
|
10942
|
+
"referencedDeclaration": 25466,
|
|
10943
10943
|
"src": "23452:16:35",
|
|
10944
10944
|
"typeDescriptions": {
|
|
10945
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10945
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
10946
10946
|
"typeString": "contract ISuperfluidToken"
|
|
10947
10947
|
}
|
|
10948
10948
|
},
|
|
@@ -11116,7 +11116,7 @@
|
|
|
11116
11116
|
"referencedDeclaration": 15751,
|
|
11117
11117
|
"src": "24553:14:35",
|
|
11118
11118
|
"typeDescriptions": {
|
|
11119
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
11119
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
11120
11120
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
11121
11121
|
}
|
|
11122
11122
|
},
|
|
@@ -11147,7 +11147,7 @@
|
|
|
11147
11147
|
"referencedDeclaration": 15751,
|
|
11148
11148
|
"src": "24613:14:35",
|
|
11149
11149
|
"typeDescriptions": {
|
|
11150
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
11150
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
11151
11151
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
11152
11152
|
}
|
|
11153
11153
|
},
|
|
@@ -11159,10 +11159,10 @@
|
|
|
11159
11159
|
"memberLocation": "24628:18:35",
|
|
11160
11160
|
"memberName": "revokeSubscription",
|
|
11161
11161
|
"nodeType": "MemberAccess",
|
|
11162
|
-
"referencedDeclaration":
|
|
11162
|
+
"referencedDeclaration": 22940,
|
|
11163
11163
|
"src": "24613:33:35",
|
|
11164
11164
|
"typeDescriptions": {
|
|
11165
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
11165
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
11166
11166
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
11167
11167
|
}
|
|
11168
11168
|
},
|
|
@@ -11176,7 +11176,7 @@
|
|
|
11176
11176
|
"referencedDeclaration": 16581,
|
|
11177
11177
|
"src": "24686:5:35",
|
|
11178
11178
|
"typeDescriptions": {
|
|
11179
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11179
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
11180
11180
|
"typeString": "contract ISuperfluidToken"
|
|
11181
11181
|
}
|
|
11182
11182
|
},
|
|
@@ -11278,7 +11278,7 @@
|
|
|
11278
11278
|
"nodeType": "TupleExpression",
|
|
11279
11279
|
"src": "24664:158:35",
|
|
11280
11280
|
"typeDescriptions": {
|
|
11281
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
11281
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
11282
11282
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
11283
11283
|
}
|
|
11284
11284
|
}
|
|
@@ -11286,11 +11286,11 @@
|
|
|
11286
11286
|
"expression": {
|
|
11287
11287
|
"argumentTypes": [
|
|
11288
11288
|
{
|
|
11289
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
11289
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
11290
11290
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
11291
11291
|
},
|
|
11292
11292
|
{
|
|
11293
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
11293
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$",
|
|
11294
11294
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
11295
11295
|
}
|
|
11296
11296
|
],
|
|
@@ -11364,7 +11364,7 @@
|
|
|
11364
11364
|
"expression": {
|
|
11365
11365
|
"argumentTypes": [
|
|
11366
11366
|
{
|
|
11367
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
11367
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
11368
11368
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
11369
11369
|
},
|
|
11370
11370
|
{
|
|
@@ -11404,7 +11404,7 @@
|
|
|
11404
11404
|
"referencedDeclaration": 15748,
|
|
11405
11405
|
"src": "24499:15:35",
|
|
11406
11406
|
"typeDescriptions": {
|
|
11407
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
11407
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
11408
11408
|
"typeString": "contract ISuperfluid"
|
|
11409
11409
|
}
|
|
11410
11410
|
},
|
|
@@ -11416,10 +11416,10 @@
|
|
|
11416
11416
|
"memberLocation": "24515:24:35",
|
|
11417
11417
|
"memberName": "callAgreementWithContext",
|
|
11418
11418
|
"nodeType": "MemberAccess",
|
|
11419
|
-
"referencedDeclaration":
|
|
11419
|
+
"referencedDeclaration": 25000,
|
|
11420
11420
|
"src": "24499:40:35",
|
|
11421
11421
|
"typeDescriptions": {
|
|
11422
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
11422
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
11423
11423
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
11424
11424
|
}
|
|
11425
11425
|
},
|
|
@@ -11544,7 +11544,7 @@
|
|
|
11544
11544
|
"stateVariable": false,
|
|
11545
11545
|
"storageLocation": "default",
|
|
11546
11546
|
"typeDescriptions": {
|
|
11547
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11547
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
11548
11548
|
"typeString": "contract ISuperfluidToken"
|
|
11549
11549
|
},
|
|
11550
11550
|
"typeName": {
|
|
@@ -11557,13 +11557,13 @@
|
|
|
11557
11557
|
"24326:16:35"
|
|
11558
11558
|
],
|
|
11559
11559
|
"nodeType": "IdentifierPath",
|
|
11560
|
-
"referencedDeclaration":
|
|
11560
|
+
"referencedDeclaration": 25466,
|
|
11561
11561
|
"src": "24326:16:35"
|
|
11562
11562
|
},
|
|
11563
|
-
"referencedDeclaration":
|
|
11563
|
+
"referencedDeclaration": 25466,
|
|
11564
11564
|
"src": "24326:16:35",
|
|
11565
11565
|
"typeDescriptions": {
|
|
11566
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11566
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
11567
11567
|
"typeString": "contract ISuperfluidToken"
|
|
11568
11568
|
}
|
|
11569
11569
|
},
|
|
@@ -11723,7 +11723,7 @@
|
|
|
11723
11723
|
"referencedDeclaration": 16626,
|
|
11724
11724
|
"src": "25553:5:35",
|
|
11725
11725
|
"typeDescriptions": {
|
|
11726
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11726
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
11727
11727
|
"typeString": "contract ISuperfluidToken"
|
|
11728
11728
|
}
|
|
11729
11729
|
},
|
|
@@ -11835,7 +11835,7 @@
|
|
|
11835
11835
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
11836
11836
|
},
|
|
11837
11837
|
{
|
|
11838
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11838
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
11839
11839
|
"typeString": "contract ISuperfluidToken"
|
|
11840
11840
|
},
|
|
11841
11841
|
{
|
|
@@ -11865,7 +11865,7 @@
|
|
|
11865
11865
|
"referencedDeclaration": 16692,
|
|
11866
11866
|
"src": "25517:23:35",
|
|
11867
11867
|
"typeDescriptions": {
|
|
11868
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
11868
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
11869
11869
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
|
|
11870
11870
|
}
|
|
11871
11871
|
},
|
|
@@ -11957,7 +11957,7 @@
|
|
|
11957
11957
|
"stateVariable": false,
|
|
11958
11958
|
"storageLocation": "default",
|
|
11959
11959
|
"typeDescriptions": {
|
|
11960
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11960
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
11961
11961
|
"typeString": "contract ISuperfluidToken"
|
|
11962
11962
|
},
|
|
11963
11963
|
"typeName": {
|
|
@@ -11970,13 +11970,13 @@
|
|
|
11970
11970
|
"25394:16:35"
|
|
11971
11971
|
],
|
|
11972
11972
|
"nodeType": "IdentifierPath",
|
|
11973
|
-
"referencedDeclaration":
|
|
11973
|
+
"referencedDeclaration": 25466,
|
|
11974
11974
|
"src": "25394:16:35"
|
|
11975
11975
|
},
|
|
11976
|
-
"referencedDeclaration":
|
|
11976
|
+
"referencedDeclaration": 25466,
|
|
11977
11977
|
"src": "25394:16:35",
|
|
11978
11978
|
"typeDescriptions": {
|
|
11979
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11979
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
11980
11980
|
"typeString": "contract ISuperfluidToken"
|
|
11981
11981
|
}
|
|
11982
11982
|
},
|
|
@@ -12112,7 +12112,7 @@
|
|
|
12112
12112
|
"referencedDeclaration": 15751,
|
|
12113
12113
|
"src": "26390:14:35",
|
|
12114
12114
|
"typeDescriptions": {
|
|
12115
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
12115
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
12116
12116
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
12117
12117
|
}
|
|
12118
12118
|
},
|
|
@@ -12143,7 +12143,7 @@
|
|
|
12143
12143
|
"referencedDeclaration": 15751,
|
|
12144
12144
|
"src": "26450:14:35",
|
|
12145
12145
|
"typeDescriptions": {
|
|
12146
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
12146
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
12147
12147
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
12148
12148
|
}
|
|
12149
12149
|
},
|
|
@@ -12155,10 +12155,10 @@
|
|
|
12155
12155
|
"memberLocation": "26465:18:35",
|
|
12156
12156
|
"memberName": "updateSubscription",
|
|
12157
12157
|
"nodeType": "MemberAccess",
|
|
12158
|
-
"referencedDeclaration":
|
|
12158
|
+
"referencedDeclaration": 22985,
|
|
12159
12159
|
"src": "26450:33:35",
|
|
12160
12160
|
"typeDescriptions": {
|
|
12161
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
12161
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
12162
12162
|
"typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
|
|
12163
12163
|
}
|
|
12164
12164
|
},
|
|
@@ -12172,7 +12172,7 @@
|
|
|
12172
12172
|
"referencedDeclaration": 16655,
|
|
12173
12173
|
"src": "26523:5:35",
|
|
12174
12174
|
"typeDescriptions": {
|
|
12175
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12175
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
12176
12176
|
"typeString": "contract ISuperfluidToken"
|
|
12177
12177
|
}
|
|
12178
12178
|
},
|
|
@@ -12286,7 +12286,7 @@
|
|
|
12286
12286
|
"nodeType": "TupleExpression",
|
|
12287
12287
|
"src": "26501:186:35",
|
|
12288
12288
|
"typeDescriptions": {
|
|
12289
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
12289
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
12290
12290
|
"typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
|
|
12291
12291
|
}
|
|
12292
12292
|
}
|
|
@@ -12294,11 +12294,11 @@
|
|
|
12294
12294
|
"expression": {
|
|
12295
12295
|
"argumentTypes": [
|
|
12296
12296
|
{
|
|
12297
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
12297
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
12298
12298
|
"typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
|
|
12299
12299
|
},
|
|
12300
12300
|
{
|
|
12301
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
12301
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
12302
12302
|
"typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
|
|
12303
12303
|
}
|
|
12304
12304
|
],
|
|
@@ -12360,7 +12360,7 @@
|
|
|
12360
12360
|
"expression": {
|
|
12361
12361
|
"argumentTypes": [
|
|
12362
12362
|
{
|
|
12363
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
12363
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
12364
12364
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
12365
12365
|
},
|
|
12366
12366
|
{
|
|
@@ -12396,7 +12396,7 @@
|
|
|
12396
12396
|
"referencedDeclaration": 15748,
|
|
12397
12397
|
"src": "26347:15:35",
|
|
12398
12398
|
"typeDescriptions": {
|
|
12399
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
12399
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
12400
12400
|
"typeString": "contract ISuperfluid"
|
|
12401
12401
|
}
|
|
12402
12402
|
},
|
|
@@ -12408,10 +12408,10 @@
|
|
|
12408
12408
|
"memberLocation": "26363:13:35",
|
|
12409
12409
|
"memberName": "callAgreement",
|
|
12410
12410
|
"nodeType": "MemberAccess",
|
|
12411
|
-
"referencedDeclaration":
|
|
12411
|
+
"referencedDeclaration": 24949,
|
|
12412
12412
|
"src": "26347:29:35",
|
|
12413
12413
|
"typeDescriptions": {
|
|
12414
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
12414
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
12415
12415
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
12416
12416
|
}
|
|
12417
12417
|
},
|
|
@@ -12503,7 +12503,7 @@
|
|
|
12503
12503
|
"stateVariable": false,
|
|
12504
12504
|
"storageLocation": "default",
|
|
12505
12505
|
"typeDescriptions": {
|
|
12506
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12506
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
12507
12507
|
"typeString": "contract ISuperfluidToken"
|
|
12508
12508
|
},
|
|
12509
12509
|
"typeName": {
|
|
@@ -12516,13 +12516,13 @@
|
|
|
12516
12516
|
"26193:16:35"
|
|
12517
12517
|
],
|
|
12518
12518
|
"nodeType": "IdentifierPath",
|
|
12519
|
-
"referencedDeclaration":
|
|
12519
|
+
"referencedDeclaration": 25466,
|
|
12520
12520
|
"src": "26193:16:35"
|
|
12521
12521
|
},
|
|
12522
|
-
"referencedDeclaration":
|
|
12522
|
+
"referencedDeclaration": 25466,
|
|
12523
12523
|
"src": "26193:16:35",
|
|
12524
12524
|
"typeDescriptions": {
|
|
12525
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12525
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
12526
12526
|
"typeString": "contract ISuperfluidToken"
|
|
12527
12527
|
}
|
|
12528
12528
|
},
|
|
@@ -12693,7 +12693,7 @@
|
|
|
12693
12693
|
"referencedDeclaration": 16701,
|
|
12694
12694
|
"src": "27612:5:35",
|
|
12695
12695
|
"typeDescriptions": {
|
|
12696
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12696
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
12697
12697
|
"typeString": "contract ISuperfluidToken"
|
|
12698
12698
|
}
|
|
12699
12699
|
},
|
|
@@ -12809,7 +12809,7 @@
|
|
|
12809
12809
|
"typeString": "bytes memory"
|
|
12810
12810
|
},
|
|
12811
12811
|
{
|
|
12812
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12812
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
12813
12813
|
"typeString": "contract ISuperfluidToken"
|
|
12814
12814
|
},
|
|
12815
12815
|
{
|
|
@@ -12839,7 +12839,7 @@
|
|
|
12839
12839
|
"referencedDeclaration": 16776,
|
|
12840
12840
|
"src": "27527:30:35",
|
|
12841
12841
|
"typeDescriptions": {
|
|
12842
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
12842
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
12843
12843
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,address,uint128,bytes memory) returns (bytes memory)"
|
|
12844
12844
|
}
|
|
12845
12845
|
},
|
|
@@ -12959,7 +12959,7 @@
|
|
|
12959
12959
|
"stateVariable": false,
|
|
12960
12960
|
"storageLocation": "default",
|
|
12961
12961
|
"typeDescriptions": {
|
|
12962
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12962
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
12963
12963
|
"typeString": "contract ISuperfluidToken"
|
|
12964
12964
|
},
|
|
12965
12965
|
"typeName": {
|
|
@@ -12972,13 +12972,13 @@
|
|
|
12972
12972
|
"27367:16:35"
|
|
12973
12973
|
],
|
|
12974
12974
|
"nodeType": "IdentifierPath",
|
|
12975
|
-
"referencedDeclaration":
|
|
12975
|
+
"referencedDeclaration": 25466,
|
|
12976
12976
|
"src": "27367:16:35"
|
|
12977
12977
|
},
|
|
12978
|
-
"referencedDeclaration":
|
|
12978
|
+
"referencedDeclaration": 25466,
|
|
12979
12979
|
"src": "27367:16:35",
|
|
12980
12980
|
"typeDescriptions": {
|
|
12981
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12981
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
12982
12982
|
"typeString": "contract ISuperfluidToken"
|
|
12983
12983
|
}
|
|
12984
12984
|
},
|
|
@@ -13179,7 +13179,7 @@
|
|
|
13179
13179
|
"referencedDeclaration": 15751,
|
|
13180
13180
|
"src": "28685:14:35",
|
|
13181
13181
|
"typeDescriptions": {
|
|
13182
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
13182
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
13183
13183
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
13184
13184
|
}
|
|
13185
13185
|
},
|
|
@@ -13210,7 +13210,7 @@
|
|
|
13210
13210
|
"referencedDeclaration": 15751,
|
|
13211
13211
|
"src": "28745:14:35",
|
|
13212
13212
|
"typeDescriptions": {
|
|
13213
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
13213
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
13214
13214
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
13215
13215
|
}
|
|
13216
13216
|
},
|
|
@@ -13222,10 +13222,10 @@
|
|
|
13222
13222
|
"memberLocation": "28760:18:35",
|
|
13223
13223
|
"memberName": "updateSubscription",
|
|
13224
13224
|
"nodeType": "MemberAccess",
|
|
13225
|
-
"referencedDeclaration":
|
|
13225
|
+
"referencedDeclaration": 22985,
|
|
13226
13226
|
"src": "28745:33:35",
|
|
13227
13227
|
"typeDescriptions": {
|
|
13228
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
13228
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
13229
13229
|
"typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
|
|
13230
13230
|
}
|
|
13231
13231
|
},
|
|
@@ -13239,7 +13239,7 @@
|
|
|
13239
13239
|
"referencedDeclaration": 16735,
|
|
13240
13240
|
"src": "28818:5:35",
|
|
13241
13241
|
"typeDescriptions": {
|
|
13242
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13242
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
13243
13243
|
"typeString": "contract ISuperfluidToken"
|
|
13244
13244
|
}
|
|
13245
13245
|
},
|
|
@@ -13353,7 +13353,7 @@
|
|
|
13353
13353
|
"nodeType": "TupleExpression",
|
|
13354
13354
|
"src": "28796:186:35",
|
|
13355
13355
|
"typeDescriptions": {
|
|
13356
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
13356
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
13357
13357
|
"typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
|
|
13358
13358
|
}
|
|
13359
13359
|
}
|
|
@@ -13361,11 +13361,11 @@
|
|
|
13361
13361
|
"expression": {
|
|
13362
13362
|
"argumentTypes": [
|
|
13363
13363
|
{
|
|
13364
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
13364
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
13365
13365
|
"typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
|
|
13366
13366
|
},
|
|
13367
13367
|
{
|
|
13368
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
13368
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$",
|
|
13369
13369
|
"typeString": "tuple(contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
|
|
13370
13370
|
}
|
|
13371
13371
|
],
|
|
@@ -13439,7 +13439,7 @@
|
|
|
13439
13439
|
"expression": {
|
|
13440
13440
|
"argumentTypes": [
|
|
13441
13441
|
{
|
|
13442
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
13442
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
13443
13443
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
13444
13444
|
},
|
|
13445
13445
|
{
|
|
@@ -13479,7 +13479,7 @@
|
|
|
13479
13479
|
"referencedDeclaration": 15748,
|
|
13480
13480
|
"src": "28631:15:35",
|
|
13481
13481
|
"typeDescriptions": {
|
|
13482
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13482
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
13483
13483
|
"typeString": "contract ISuperfluid"
|
|
13484
13484
|
}
|
|
13485
13485
|
},
|
|
@@ -13491,10 +13491,10 @@
|
|
|
13491
13491
|
"memberLocation": "28647:24:35",
|
|
13492
13492
|
"memberName": "callAgreementWithContext",
|
|
13493
13493
|
"nodeType": "MemberAccess",
|
|
13494
|
-
"referencedDeclaration":
|
|
13494
|
+
"referencedDeclaration": 25000,
|
|
13495
13495
|
"src": "28631:40:35",
|
|
13496
13496
|
"typeDescriptions": {
|
|
13497
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
13497
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
13498
13498
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
13499
13499
|
}
|
|
13500
13500
|
},
|
|
@@ -13619,7 +13619,7 @@
|
|
|
13619
13619
|
"stateVariable": false,
|
|
13620
13620
|
"storageLocation": "default",
|
|
13621
13621
|
"typeDescriptions": {
|
|
13622
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13622
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
13623
13623
|
"typeString": "contract ISuperfluidToken"
|
|
13624
13624
|
},
|
|
13625
13625
|
"typeName": {
|
|
@@ -13632,13 +13632,13 @@
|
|
|
13632
13632
|
"28434:16:35"
|
|
13633
13633
|
],
|
|
13634
13634
|
"nodeType": "IdentifierPath",
|
|
13635
|
-
"referencedDeclaration":
|
|
13635
|
+
"referencedDeclaration": 25466,
|
|
13636
13636
|
"src": "28434:16:35"
|
|
13637
13637
|
},
|
|
13638
|
-
"referencedDeclaration":
|
|
13638
|
+
"referencedDeclaration": 25466,
|
|
13639
13639
|
"src": "28434:16:35",
|
|
13640
13640
|
"typeDescriptions": {
|
|
13641
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13641
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
13642
13642
|
"typeString": "contract ISuperfluidToken"
|
|
13643
13643
|
}
|
|
13644
13644
|
},
|
|
@@ -13825,7 +13825,7 @@
|
|
|
13825
13825
|
"referencedDeclaration": 16783,
|
|
13826
13826
|
"src": "29653:5:35",
|
|
13827
13827
|
"typeDescriptions": {
|
|
13828
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13828
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
13829
13829
|
"typeString": "contract ISuperfluidToken"
|
|
13830
13830
|
}
|
|
13831
13831
|
},
|
|
@@ -13937,7 +13937,7 @@
|
|
|
13937
13937
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
13938
13938
|
},
|
|
13939
13939
|
{
|
|
13940
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13940
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
13941
13941
|
"typeString": "contract ISuperfluidToken"
|
|
13942
13942
|
},
|
|
13943
13943
|
{
|
|
@@ -13967,7 +13967,7 @@
|
|
|
13967
13967
|
"referencedDeclaration": 16849,
|
|
13968
13968
|
"src": "29622:18:35",
|
|
13969
13969
|
"typeDescriptions": {
|
|
13970
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
13970
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
13971
13971
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
13972
13972
|
}
|
|
13973
13973
|
},
|
|
@@ -14059,7 +14059,7 @@
|
|
|
14059
14059
|
"stateVariable": false,
|
|
14060
14060
|
"storageLocation": "default",
|
|
14061
14061
|
"typeDescriptions": {
|
|
14062
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14062
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14063
14063
|
"typeString": "contract ISuperfluidToken"
|
|
14064
14064
|
},
|
|
14065
14065
|
"typeName": {
|
|
@@ -14072,13 +14072,13 @@
|
|
|
14072
14072
|
"29495:16:35"
|
|
14073
14073
|
],
|
|
14074
14074
|
"nodeType": "IdentifierPath",
|
|
14075
|
-
"referencedDeclaration":
|
|
14075
|
+
"referencedDeclaration": 25466,
|
|
14076
14076
|
"src": "29495:16:35"
|
|
14077
14077
|
},
|
|
14078
|
-
"referencedDeclaration":
|
|
14078
|
+
"referencedDeclaration": 25466,
|
|
14079
14079
|
"src": "29495:16:35",
|
|
14080
14080
|
"typeDescriptions": {
|
|
14081
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14081
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14082
14082
|
"typeString": "contract ISuperfluidToken"
|
|
14083
14083
|
}
|
|
14084
14084
|
},
|
|
@@ -14215,7 +14215,7 @@
|
|
|
14215
14215
|
"referencedDeclaration": 15751,
|
|
14216
14216
|
"src": "30447:14:35",
|
|
14217
14217
|
"typeDescriptions": {
|
|
14218
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
14218
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
14219
14219
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
14220
14220
|
}
|
|
14221
14221
|
},
|
|
@@ -14246,7 +14246,7 @@
|
|
|
14246
14246
|
"referencedDeclaration": 15751,
|
|
14247
14247
|
"src": "30507:14:35",
|
|
14248
14248
|
"typeDescriptions": {
|
|
14249
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
14249
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
14250
14250
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
14251
14251
|
}
|
|
14252
14252
|
},
|
|
@@ -14258,10 +14258,10 @@
|
|
|
14258
14258
|
"memberLocation": "30522:18:35",
|
|
14259
14259
|
"memberName": "deleteSubscription",
|
|
14260
14260
|
"nodeType": "MemberAccess",
|
|
14261
|
-
"referencedDeclaration":
|
|
14261
|
+
"referencedDeclaration": 23092,
|
|
14262
14262
|
"src": "30507:33:35",
|
|
14263
14263
|
"typeDescriptions": {
|
|
14264
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
14264
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
14265
14265
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
14266
14266
|
}
|
|
14267
14267
|
},
|
|
@@ -14275,7 +14275,7 @@
|
|
|
14275
14275
|
"referencedDeclaration": 16812,
|
|
14276
14276
|
"src": "30580:5:35",
|
|
14277
14277
|
"typeDescriptions": {
|
|
14278
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14278
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14279
14279
|
"typeString": "contract ISuperfluidToken"
|
|
14280
14280
|
}
|
|
14281
14281
|
},
|
|
@@ -14389,7 +14389,7 @@
|
|
|
14389
14389
|
"nodeType": "TupleExpression",
|
|
14390
14390
|
"src": "30558:190:35",
|
|
14391
14391
|
"typeDescriptions": {
|
|
14392
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
14392
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
14393
14393
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
14394
14394
|
}
|
|
14395
14395
|
}
|
|
@@ -14397,11 +14397,11 @@
|
|
|
14397
14397
|
"expression": {
|
|
14398
14398
|
"argumentTypes": [
|
|
14399
14399
|
{
|
|
14400
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
14400
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
14401
14401
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
14402
14402
|
},
|
|
14403
14403
|
{
|
|
14404
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
14404
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
14405
14405
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
14406
14406
|
}
|
|
14407
14407
|
],
|
|
@@ -14463,7 +14463,7 @@
|
|
|
14463
14463
|
"expression": {
|
|
14464
14464
|
"argumentTypes": [
|
|
14465
14465
|
{
|
|
14466
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
14466
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
14467
14467
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
14468
14468
|
},
|
|
14469
14469
|
{
|
|
@@ -14499,7 +14499,7 @@
|
|
|
14499
14499
|
"referencedDeclaration": 15748,
|
|
14500
14500
|
"src": "30404:15:35",
|
|
14501
14501
|
"typeDescriptions": {
|
|
14502
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14502
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
14503
14503
|
"typeString": "contract ISuperfluid"
|
|
14504
14504
|
}
|
|
14505
14505
|
},
|
|
@@ -14511,10 +14511,10 @@
|
|
|
14511
14511
|
"memberLocation": "30420:13:35",
|
|
14512
14512
|
"memberName": "callAgreement",
|
|
14513
14513
|
"nodeType": "MemberAccess",
|
|
14514
|
-
"referencedDeclaration":
|
|
14514
|
+
"referencedDeclaration": 24949,
|
|
14515
14515
|
"src": "30404:29:35",
|
|
14516
14516
|
"typeDescriptions": {
|
|
14517
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
14517
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
14518
14518
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
14519
14519
|
}
|
|
14520
14520
|
},
|
|
@@ -14606,7 +14606,7 @@
|
|
|
14606
14606
|
"stateVariable": false,
|
|
14607
14607
|
"storageLocation": "default",
|
|
14608
14608
|
"typeDescriptions": {
|
|
14609
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14609
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14610
14610
|
"typeString": "contract ISuperfluidToken"
|
|
14611
14611
|
},
|
|
14612
14612
|
"typeName": {
|
|
@@ -14619,13 +14619,13 @@
|
|
|
14619
14619
|
"30246:16:35"
|
|
14620
14620
|
],
|
|
14621
14621
|
"nodeType": "IdentifierPath",
|
|
14622
|
-
"referencedDeclaration":
|
|
14622
|
+
"referencedDeclaration": 25466,
|
|
14623
14623
|
"src": "30246:16:35"
|
|
14624
14624
|
},
|
|
14625
|
-
"referencedDeclaration":
|
|
14625
|
+
"referencedDeclaration": 25466,
|
|
14626
14626
|
"src": "30246:16:35",
|
|
14627
14627
|
"typeDescriptions": {
|
|
14628
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14628
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14629
14629
|
"typeString": "contract ISuperfluidToken"
|
|
14630
14630
|
}
|
|
14631
14631
|
},
|
|
@@ -14797,7 +14797,7 @@
|
|
|
14797
14797
|
"referencedDeclaration": 16858,
|
|
14798
14798
|
"src": "31613:5:35",
|
|
14799
14799
|
"typeDescriptions": {
|
|
14800
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14800
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14801
14801
|
"typeString": "contract ISuperfluidToken"
|
|
14802
14802
|
}
|
|
14803
14803
|
},
|
|
@@ -14913,7 +14913,7 @@
|
|
|
14913
14913
|
"typeString": "bytes memory"
|
|
14914
14914
|
},
|
|
14915
14915
|
{
|
|
14916
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14916
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
14917
14917
|
"typeString": "contract ISuperfluidToken"
|
|
14918
14918
|
},
|
|
14919
14919
|
{
|
|
@@ -14943,7 +14943,7 @@
|
|
|
14943
14943
|
"referencedDeclaration": 16933,
|
|
14944
14944
|
"src": "31533:25:35",
|
|
14945
14945
|
"typeDescriptions": {
|
|
14946
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
14946
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
14947
14947
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,address,bytes memory) returns (bytes memory)"
|
|
14948
14948
|
}
|
|
14949
14949
|
},
|
|
@@ -15063,7 +15063,7 @@
|
|
|
15063
15063
|
"stateVariable": false,
|
|
15064
15064
|
"storageLocation": "default",
|
|
15065
15065
|
"typeDescriptions": {
|
|
15066
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15066
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15067
15067
|
"typeString": "contract ISuperfluidToken"
|
|
15068
15068
|
},
|
|
15069
15069
|
"typeName": {
|
|
@@ -15076,13 +15076,13 @@
|
|
|
15076
15076
|
"31369:16:35"
|
|
15077
15077
|
],
|
|
15078
15078
|
"nodeType": "IdentifierPath",
|
|
15079
|
-
"referencedDeclaration":
|
|
15079
|
+
"referencedDeclaration": 25466,
|
|
15080
15080
|
"src": "31369:16:35"
|
|
15081
15081
|
},
|
|
15082
|
-
"referencedDeclaration":
|
|
15082
|
+
"referencedDeclaration": 25466,
|
|
15083
15083
|
"src": "31369:16:35",
|
|
15084
15084
|
"typeDescriptions": {
|
|
15085
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15085
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15086
15086
|
"typeString": "contract ISuperfluidToken"
|
|
15087
15087
|
}
|
|
15088
15088
|
},
|
|
@@ -15284,7 +15284,7 @@
|
|
|
15284
15284
|
"referencedDeclaration": 15751,
|
|
15285
15285
|
"src": "32643:14:35",
|
|
15286
15286
|
"typeDescriptions": {
|
|
15287
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
15287
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
15288
15288
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
15289
15289
|
}
|
|
15290
15290
|
},
|
|
@@ -15315,7 +15315,7 @@
|
|
|
15315
15315
|
"referencedDeclaration": 15751,
|
|
15316
15316
|
"src": "32703:14:35",
|
|
15317
15317
|
"typeDescriptions": {
|
|
15318
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
15318
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
15319
15319
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
15320
15320
|
}
|
|
15321
15321
|
},
|
|
@@ -15327,10 +15327,10 @@
|
|
|
15327
15327
|
"memberLocation": "32718:18:35",
|
|
15328
15328
|
"memberName": "deleteSubscription",
|
|
15329
15329
|
"nodeType": "MemberAccess",
|
|
15330
|
-
"referencedDeclaration":
|
|
15330
|
+
"referencedDeclaration": 23092,
|
|
15331
15331
|
"src": "32703:33:35",
|
|
15332
15332
|
"typeDescriptions": {
|
|
15333
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
15333
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
15334
15334
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
15335
15335
|
}
|
|
15336
15336
|
},
|
|
@@ -15344,7 +15344,7 @@
|
|
|
15344
15344
|
"referencedDeclaration": 16892,
|
|
15345
15345
|
"src": "32776:5:35",
|
|
15346
15346
|
"typeDescriptions": {
|
|
15347
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15347
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15348
15348
|
"typeString": "contract ISuperfluidToken"
|
|
15349
15349
|
}
|
|
15350
15350
|
},
|
|
@@ -15458,7 +15458,7 @@
|
|
|
15458
15458
|
"nodeType": "TupleExpression",
|
|
15459
15459
|
"src": "32754:190:35",
|
|
15460
15460
|
"typeDescriptions": {
|
|
15461
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
15461
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
15462
15462
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
15463
15463
|
}
|
|
15464
15464
|
}
|
|
@@ -15466,11 +15466,11 @@
|
|
|
15466
15466
|
"expression": {
|
|
15467
15467
|
"argumentTypes": [
|
|
15468
15468
|
{
|
|
15469
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
15469
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
15470
15470
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
15471
15471
|
},
|
|
15472
15472
|
{
|
|
15473
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
15473
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
15474
15474
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
15475
15475
|
}
|
|
15476
15476
|
],
|
|
@@ -15544,7 +15544,7 @@
|
|
|
15544
15544
|
"expression": {
|
|
15545
15545
|
"argumentTypes": [
|
|
15546
15546
|
{
|
|
15547
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
15547
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
15548
15548
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
15549
15549
|
},
|
|
15550
15550
|
{
|
|
@@ -15584,7 +15584,7 @@
|
|
|
15584
15584
|
"referencedDeclaration": 15748,
|
|
15585
15585
|
"src": "32589:15:35",
|
|
15586
15586
|
"typeDescriptions": {
|
|
15587
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15587
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
15588
15588
|
"typeString": "contract ISuperfluid"
|
|
15589
15589
|
}
|
|
15590
15590
|
},
|
|
@@ -15596,10 +15596,10 @@
|
|
|
15596
15596
|
"memberLocation": "32605:24:35",
|
|
15597
15597
|
"memberName": "callAgreementWithContext",
|
|
15598
15598
|
"nodeType": "MemberAccess",
|
|
15599
|
-
"referencedDeclaration":
|
|
15599
|
+
"referencedDeclaration": 25000,
|
|
15600
15600
|
"src": "32589:40:35",
|
|
15601
15601
|
"typeDescriptions": {
|
|
15602
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
15602
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
15603
15603
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
15604
15604
|
}
|
|
15605
15605
|
},
|
|
@@ -15724,7 +15724,7 @@
|
|
|
15724
15724
|
"stateVariable": false,
|
|
15725
15725
|
"storageLocation": "default",
|
|
15726
15726
|
"typeDescriptions": {
|
|
15727
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15727
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15728
15728
|
"typeString": "contract ISuperfluidToken"
|
|
15729
15729
|
},
|
|
15730
15730
|
"typeName": {
|
|
@@ -15737,13 +15737,13 @@
|
|
|
15737
15737
|
"32388:16:35"
|
|
15738
15738
|
],
|
|
15739
15739
|
"nodeType": "IdentifierPath",
|
|
15740
|
-
"referencedDeclaration":
|
|
15740
|
+
"referencedDeclaration": 25466,
|
|
15741
15741
|
"src": "32388:16:35"
|
|
15742
15742
|
},
|
|
15743
|
-
"referencedDeclaration":
|
|
15743
|
+
"referencedDeclaration": 25466,
|
|
15744
15744
|
"src": "32388:16:35",
|
|
15745
15745
|
"typeDescriptions": {
|
|
15746
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15746
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15747
15747
|
"typeString": "contract ISuperfluidToken"
|
|
15748
15748
|
}
|
|
15749
15749
|
},
|
|
@@ -15931,7 +15931,7 @@
|
|
|
15931
15931
|
"referencedDeclaration": 16940,
|
|
15932
15932
|
"src": "33588:5:35",
|
|
15933
15933
|
"typeDescriptions": {
|
|
15934
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15934
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
15935
15935
|
"typeString": "contract ISuperfluidToken"
|
|
15936
15936
|
}
|
|
15937
15937
|
},
|
|
@@ -16043,7 +16043,7 @@
|
|
|
16043
16043
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
16044
16044
|
},
|
|
16045
16045
|
{
|
|
16046
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16046
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
16047
16047
|
"typeString": "contract ISuperfluidToken"
|
|
16048
16048
|
},
|
|
16049
16049
|
{
|
|
@@ -16073,7 +16073,7 @@
|
|
|
16073
16073
|
"referencedDeclaration": 17006,
|
|
16074
16074
|
"src": "33570:5:35",
|
|
16075
16075
|
"typeDescriptions": {
|
|
16076
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
16076
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
16077
16077
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
16078
16078
|
}
|
|
16079
16079
|
},
|
|
@@ -16165,7 +16165,7 @@
|
|
|
16165
16165
|
"stateVariable": false,
|
|
16166
16166
|
"storageLocation": "default",
|
|
16167
16167
|
"typeDescriptions": {
|
|
16168
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16168
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
16169
16169
|
"typeString": "contract ISuperfluidToken"
|
|
16170
16170
|
},
|
|
16171
16171
|
"typeName": {
|
|
@@ -16178,13 +16178,13 @@
|
|
|
16178
16178
|
"33443:16:35"
|
|
16179
16179
|
],
|
|
16180
16180
|
"nodeType": "IdentifierPath",
|
|
16181
|
-
"referencedDeclaration":
|
|
16181
|
+
"referencedDeclaration": 25466,
|
|
16182
16182
|
"src": "33443:16:35"
|
|
16183
16183
|
},
|
|
16184
|
-
"referencedDeclaration":
|
|
16184
|
+
"referencedDeclaration": 25466,
|
|
16185
16185
|
"src": "33443:16:35",
|
|
16186
16186
|
"typeDescriptions": {
|
|
16187
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16187
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
16188
16188
|
"typeString": "contract ISuperfluidToken"
|
|
16189
16189
|
}
|
|
16190
16190
|
},
|
|
@@ -16321,7 +16321,7 @@
|
|
|
16321
16321
|
"referencedDeclaration": 15751,
|
|
16322
16322
|
"src": "34368:14:35",
|
|
16323
16323
|
"typeDescriptions": {
|
|
16324
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
16324
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
16325
16325
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
16326
16326
|
}
|
|
16327
16327
|
},
|
|
@@ -16352,7 +16352,7 @@
|
|
|
16352
16352
|
"referencedDeclaration": 15751,
|
|
16353
16353
|
"src": "34428:14:35",
|
|
16354
16354
|
"typeDescriptions": {
|
|
16355
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
16355
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
16356
16356
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
16357
16357
|
}
|
|
16358
16358
|
},
|
|
@@ -16364,10 +16364,10 @@
|
|
|
16364
16364
|
"memberLocation": "34443:5:35",
|
|
16365
16365
|
"memberName": "claim",
|
|
16366
16366
|
"nodeType": "MemberAccess",
|
|
16367
|
-
"referencedDeclaration":
|
|
16367
|
+
"referencedDeclaration": 23109,
|
|
16368
16368
|
"src": "34428:20:35",
|
|
16369
16369
|
"typeDescriptions": {
|
|
16370
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
16370
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
16371
16371
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
16372
16372
|
}
|
|
16373
16373
|
},
|
|
@@ -16381,7 +16381,7 @@
|
|
|
16381
16381
|
"referencedDeclaration": 16969,
|
|
16382
16382
|
"src": "34488:5:35",
|
|
16383
16383
|
"typeDescriptions": {
|
|
16384
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16384
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
16385
16385
|
"typeString": "contract ISuperfluidToken"
|
|
16386
16386
|
}
|
|
16387
16387
|
},
|
|
@@ -16495,7 +16495,7 @@
|
|
|
16495
16495
|
"nodeType": "TupleExpression",
|
|
16496
16496
|
"src": "34466:190:35",
|
|
16497
16497
|
"typeDescriptions": {
|
|
16498
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
16498
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
16499
16499
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
16500
16500
|
}
|
|
16501
16501
|
}
|
|
@@ -16503,11 +16503,11 @@
|
|
|
16503
16503
|
"expression": {
|
|
16504
16504
|
"argumentTypes": [
|
|
16505
16505
|
{
|
|
16506
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
16506
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
16507
16507
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
16508
16508
|
},
|
|
16509
16509
|
{
|
|
16510
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
16510
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
16511
16511
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
16512
16512
|
}
|
|
16513
16513
|
],
|
|
@@ -16569,7 +16569,7 @@
|
|
|
16569
16569
|
"expression": {
|
|
16570
16570
|
"argumentTypes": [
|
|
16571
16571
|
{
|
|
16572
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
16572
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
16573
16573
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
16574
16574
|
},
|
|
16575
16575
|
{
|
|
@@ -16605,7 +16605,7 @@
|
|
|
16605
16605
|
"referencedDeclaration": 15748,
|
|
16606
16606
|
"src": "34325:15:35",
|
|
16607
16607
|
"typeDescriptions": {
|
|
16608
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
16608
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
16609
16609
|
"typeString": "contract ISuperfluid"
|
|
16610
16610
|
}
|
|
16611
16611
|
},
|
|
@@ -16617,10 +16617,10 @@
|
|
|
16617
16617
|
"memberLocation": "34341:13:35",
|
|
16618
16618
|
"memberName": "callAgreement",
|
|
16619
16619
|
"nodeType": "MemberAccess",
|
|
16620
|
-
"referencedDeclaration":
|
|
16620
|
+
"referencedDeclaration": 24949,
|
|
16621
16621
|
"src": "34325:29:35",
|
|
16622
16622
|
"typeDescriptions": {
|
|
16623
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
16623
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
16624
16624
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
16625
16625
|
}
|
|
16626
16626
|
},
|
|
@@ -16712,7 +16712,7 @@
|
|
|
16712
16712
|
"stateVariable": false,
|
|
16713
16713
|
"storageLocation": "default",
|
|
16714
16714
|
"typeDescriptions": {
|
|
16715
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16715
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
16716
16716
|
"typeString": "contract ISuperfluidToken"
|
|
16717
16717
|
},
|
|
16718
16718
|
"typeName": {
|
|
@@ -16725,13 +16725,13 @@
|
|
|
16725
16725
|
"34167:16:35"
|
|
16726
16726
|
],
|
|
16727
16727
|
"nodeType": "IdentifierPath",
|
|
16728
|
-
"referencedDeclaration":
|
|
16728
|
+
"referencedDeclaration": 25466,
|
|
16729
16729
|
"src": "34167:16:35"
|
|
16730
16730
|
},
|
|
16731
|
-
"referencedDeclaration":
|
|
16731
|
+
"referencedDeclaration": 25466,
|
|
16732
16732
|
"src": "34167:16:35",
|
|
16733
16733
|
"typeDescriptions": {
|
|
16734
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16734
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
16735
16735
|
"typeString": "contract ISuperfluidToken"
|
|
16736
16736
|
}
|
|
16737
16737
|
},
|
|
@@ -16903,7 +16903,7 @@
|
|
|
16903
16903
|
"referencedDeclaration": 17015,
|
|
16904
16904
|
"src": "35434:5:35",
|
|
16905
16905
|
"typeDescriptions": {
|
|
16906
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16906
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
16907
16907
|
"typeString": "contract ISuperfluidToken"
|
|
16908
16908
|
}
|
|
16909
16909
|
},
|
|
@@ -17019,7 +17019,7 @@
|
|
|
17019
17019
|
"typeString": "bytes memory"
|
|
17020
17020
|
},
|
|
17021
17021
|
{
|
|
17022
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17022
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
17023
17023
|
"typeString": "contract ISuperfluidToken"
|
|
17024
17024
|
},
|
|
17025
17025
|
{
|
|
@@ -17049,7 +17049,7 @@
|
|
|
17049
17049
|
"referencedDeclaration": 17090,
|
|
17050
17050
|
"src": "35367:12:35",
|
|
17051
17051
|
"typeDescriptions": {
|
|
17052
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
17052
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$15752_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
17053
17053
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,address,bytes memory) returns (bytes memory)"
|
|
17054
17054
|
}
|
|
17055
17055
|
},
|
|
@@ -17169,7 +17169,7 @@
|
|
|
17169
17169
|
"stateVariable": false,
|
|
17170
17170
|
"storageLocation": "default",
|
|
17171
17171
|
"typeDescriptions": {
|
|
17172
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17172
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
17173
17173
|
"typeString": "contract ISuperfluidToken"
|
|
17174
17174
|
},
|
|
17175
17175
|
"typeName": {
|
|
@@ -17182,13 +17182,13 @@
|
|
|
17182
17182
|
"35203:16:35"
|
|
17183
17183
|
],
|
|
17184
17184
|
"nodeType": "IdentifierPath",
|
|
17185
|
-
"referencedDeclaration":
|
|
17185
|
+
"referencedDeclaration": 25466,
|
|
17186
17186
|
"src": "35203:16:35"
|
|
17187
17187
|
},
|
|
17188
|
-
"referencedDeclaration":
|
|
17188
|
+
"referencedDeclaration": 25466,
|
|
17189
17189
|
"src": "35203:16:35",
|
|
17190
17190
|
"typeDescriptions": {
|
|
17191
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17191
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
17192
17192
|
"typeString": "contract ISuperfluidToken"
|
|
17193
17193
|
}
|
|
17194
17194
|
},
|
|
@@ -17390,7 +17390,7 @@
|
|
|
17390
17390
|
"referencedDeclaration": 15751,
|
|
17391
17391
|
"src": "36382:14:35",
|
|
17392
17392
|
"typeDescriptions": {
|
|
17393
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
17393
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
17394
17394
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
17395
17395
|
}
|
|
17396
17396
|
},
|
|
@@ -17421,7 +17421,7 @@
|
|
|
17421
17421
|
"referencedDeclaration": 15751,
|
|
17422
17422
|
"src": "36442:14:35",
|
|
17423
17423
|
"typeDescriptions": {
|
|
17424
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
17424
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
17425
17425
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
17426
17426
|
}
|
|
17427
17427
|
},
|
|
@@ -17433,10 +17433,10 @@
|
|
|
17433
17433
|
"memberLocation": "36457:5:35",
|
|
17434
17434
|
"memberName": "claim",
|
|
17435
17435
|
"nodeType": "MemberAccess",
|
|
17436
|
-
"referencedDeclaration":
|
|
17436
|
+
"referencedDeclaration": 23109,
|
|
17437
17437
|
"src": "36442:20:35",
|
|
17438
17438
|
"typeDescriptions": {
|
|
17439
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
17439
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
17440
17440
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
17441
17441
|
}
|
|
17442
17442
|
},
|
|
@@ -17450,7 +17450,7 @@
|
|
|
17450
17450
|
"referencedDeclaration": 17049,
|
|
17451
17451
|
"src": "36502:5:35",
|
|
17452
17452
|
"typeDescriptions": {
|
|
17453
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17453
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
17454
17454
|
"typeString": "contract ISuperfluidToken"
|
|
17455
17455
|
}
|
|
17456
17456
|
},
|
|
@@ -17564,7 +17564,7 @@
|
|
|
17564
17564
|
"nodeType": "TupleExpression",
|
|
17565
17565
|
"src": "36480:190:35",
|
|
17566
17566
|
"typeDescriptions": {
|
|
17567
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
17567
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
17568
17568
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
17569
17569
|
}
|
|
17570
17570
|
}
|
|
@@ -17572,11 +17572,11 @@
|
|
|
17572
17572
|
"expression": {
|
|
17573
17573
|
"argumentTypes": [
|
|
17574
17574
|
{
|
|
17575
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
17575
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
17576
17576
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
17577
17577
|
},
|
|
17578
17578
|
{
|
|
17579
|
-
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$
|
|
17579
|
+
"typeIdentifier": "t_tuple$_t_contract$_ISuperfluidToken_$25466_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$",
|
|
17580
17580
|
"typeString": "tuple(contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
17581
17581
|
}
|
|
17582
17582
|
],
|
|
@@ -17650,7 +17650,7 @@
|
|
|
17650
17650
|
"expression": {
|
|
17651
17651
|
"argumentTypes": [
|
|
17652
17652
|
{
|
|
17653
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
17653
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$23138",
|
|
17654
17654
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
17655
17655
|
},
|
|
17656
17656
|
{
|
|
@@ -17690,7 +17690,7 @@
|
|
|
17690
17690
|
"referencedDeclaration": 15748,
|
|
17691
17691
|
"src": "36328:15:35",
|
|
17692
17692
|
"typeDescriptions": {
|
|
17693
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
17693
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$25051",
|
|
17694
17694
|
"typeString": "contract ISuperfluid"
|
|
17695
17695
|
}
|
|
17696
17696
|
},
|
|
@@ -17702,10 +17702,10 @@
|
|
|
17702
17702
|
"memberLocation": "36344:24:35",
|
|
17703
17703
|
"memberName": "callAgreementWithContext",
|
|
17704
17704
|
"nodeType": "MemberAccess",
|
|
17705
|
-
"referencedDeclaration":
|
|
17705
|
+
"referencedDeclaration": 25000,
|
|
17706
17706
|
"src": "36328:40:35",
|
|
17707
17707
|
"typeDescriptions": {
|
|
17708
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
17708
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$23809_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
17709
17709
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
17710
17710
|
}
|
|
17711
17711
|
},
|
|
@@ -17830,7 +17830,7 @@
|
|
|
17830
17830
|
"stateVariable": false,
|
|
17831
17831
|
"storageLocation": "default",
|
|
17832
17832
|
"typeDescriptions": {
|
|
17833
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17833
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
17834
17834
|
"typeString": "contract ISuperfluidToken"
|
|
17835
17835
|
},
|
|
17836
17836
|
"typeName": {
|
|
@@ -17843,13 +17843,13 @@
|
|
|
17843
17843
|
"36127:16:35"
|
|
17844
17844
|
],
|
|
17845
17845
|
"nodeType": "IdentifierPath",
|
|
17846
|
-
"referencedDeclaration":
|
|
17846
|
+
"referencedDeclaration": 25466,
|
|
17847
17847
|
"src": "36127:16:35"
|
|
17848
17848
|
},
|
|
17849
|
-
"referencedDeclaration":
|
|
17849
|
+
"referencedDeclaration": 25466,
|
|
17850
17850
|
"src": "36127:16:35",
|
|
17851
17851
|
"typeDescriptions": {
|
|
17852
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17852
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$25466",
|
|
17853
17853
|
"typeString": "contract ISuperfluidToken"
|
|
17854
17854
|
}
|
|
17855
17855
|
},
|
|
@@ -18022,7 +18022,7 @@
|
|
|
18022
18022
|
},
|
|
18023
18023
|
"networks": {},
|
|
18024
18024
|
"schemaVersion": "3.4.13",
|
|
18025
|
-
"updatedAt": "2023-
|
|
18025
|
+
"updatedAt": "2023-08-06T18:11:20.852Z",
|
|
18026
18026
|
"devdoc": {
|
|
18027
18027
|
"author": "Superfluid",
|
|
18028
18028
|
"details": "Set a variable of type `InitData` in the contract, then call this library's functions directly `initData.functionName()`.",
|