@superfluid-finance/ethereum-contracts 1.2.2-dev.a4c583c.0 → 1.2.2-dev.ec379f7.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/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 +167 -167
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +178 -178
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +257 -257
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1501 -1501
- package/build/contracts/ConstantFlowAgreementV1.json +925 -925
- package/build/contracts/Context.json +1 -1
- package/build/contracts/ContextDefinitions.json +599 -599
- package/build/contracts/Create2.json +1 -1
- package/build/contracts/CustomSuperTokenBase.json +19 -19
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/ERC20Burnable.json +1 -1
- package/build/contracts/ERC20Pausable.json +1 -1
- package/build/contracts/ERC20PresetMinterPauser.json +1 -1
- package/build/contracts/ERC20WithTokenInfo.json +23 -23
- package/build/contracts/ERC721.json +1 -1
- package/build/contracts/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
- package/build/contracts/ERC777RecipientReverting.json +855 -855
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/ExclusiveInflowTestApp.json +1501 -1501
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1502 -1502
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +113 -113
- package/build/contracts/IAccessControl.json +1 -1
- package/build/contracts/IAccessControlEnumerable.json +1 -1
- package/build/contracts/IConstantFlowAgreementV1.json +567 -567
- package/build/contracts/IDAv1Library.json +398 -398
- 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/IERC721.json +1 -1
- package/build/contracts/IERC721Metadata.json +1 -1
- package/build/contracts/IERC721Receiver.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/IInstantDistributionAgreementV1.json +640 -640
- package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +42 -42
- package/build/contracts/IPureSuperTokenCustom.json +42 -42
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +47 -47
- package/build/contracts/ISETHCustom.json +47 -47
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +191 -191
- package/build/contracts/ISuperToken.json +523 -523
- package/build/contracts/ISuperTokenFactory.json +160 -160
- package/build/contracts/ISuperfluid.json +829 -829
- package/build/contracts/ISuperfluidGovernance.json +242 -242
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1431 -1431
- package/build/contracts/ITOGAv2.json +1431 -1431
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +577 -577
- package/build/contracts/Int96SafeMath.json +281 -281
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1502 -1502
- package/build/contracts/Ownable.json +1 -1
- package/build/contracts/Pausable.json +1 -1
- package/build/contracts/Proxy.json +1 -1
- 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/SafeMath.json +1 -1
- package/build/contracts/SelfDeletingFlowTestApp.json +1501 -1501
- package/build/contracts/SlotsBitmapLibrary.json +441 -441
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +42 -42
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +2350 -2350
- package/build/contracts/SuperTokenFactory.json +731 -731
- package/build/contracts/SuperTokenFactoryBase.json +721 -721
- package/build/contracts/SuperTokenFactoryHelper.json +724 -724
- package/build/contracts/SuperUpgrader.json +437 -437
- package/build/contracts/Superfluid.json +9812 -10169
- package/build/contracts/SuperfluidFrameworkDeployer.json +490 -490
- package/build/contracts/SuperfluidGovernanceBase.json +1769 -2087
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +2015 -2265
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1345 -1345
- package/build/contracts/TOGA.json +1448 -1448
- package/build/contracts/TestGovernance.json +2192 -2442
- package/build/contracts/TestToken.json +94 -94
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UInt128SafeMath.json +97 -97
- package/build/contracts/UUPSProxiable.json +132 -132
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +2 -2
- package/contracts/gov/SuperfluidGovernanceBase.sol +9 -26
- package/contracts/mocks/SuperfluidMock.sol +2 -2
- package/contracts/superfluid/Superfluid.sol +5 -10
- package/package.json +1 -1
- package/scripts/gov-create-new-app-registration-key.js +26 -3
|
@@ -18,13 +18,13 @@
|
|
|
18
18
|
15381
|
|
19
19
|
],
|
|
20
20
|
"IInstantDistributionAgreementV1": [
|
|
21
|
-
|
|
21
|
+
17449
|
|
22
22
|
],
|
|
23
23
|
"ISuperfluid": [
|
|
24
|
-
|
|
24
|
+
19002
|
|
25
25
|
],
|
|
26
26
|
"ISuperfluidToken": [
|
|
27
|
-
|
|
27
|
+
19399
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
30
|
"id": 15382,
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"nameLocation": "-1:-1:-1",
|
|
59
59
|
"nodeType": "ImportDirective",
|
|
60
60
|
"scope": 15382,
|
|
61
|
-
"sourceUnit":
|
|
61
|
+
"sourceUnit": 19003,
|
|
62
62
|
"src": "96:87:39",
|
|
63
63
|
"symbolAliases": [
|
|
64
64
|
{
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"name": "ISuperfluid",
|
|
68
68
|
"nodeType": "Identifier",
|
|
69
69
|
"overloadedDeclarations": [],
|
|
70
|
-
"referencedDeclaration":
|
|
70
|
+
"referencedDeclaration": 19002,
|
|
71
71
|
"src": "104:11:39",
|
|
72
72
|
"typeDescriptions": {}
|
|
73
73
|
},
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"name": "ISuperfluidToken",
|
|
80
80
|
"nodeType": "Identifier",
|
|
81
81
|
"overloadedDeclarations": [],
|
|
82
|
-
"referencedDeclaration":
|
|
82
|
+
"referencedDeclaration": 19399,
|
|
83
83
|
"src": "117:16:39",
|
|
84
84
|
"typeDescriptions": {}
|
|
85
85
|
},
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"nameLocation": "-1:-1:-1",
|
|
96
96
|
"nodeType": "ImportDirective",
|
|
97
97
|
"scope": 15382,
|
|
98
|
-
"sourceUnit":
|
|
98
|
+
"sourceUnit": 17450,
|
|
99
99
|
"src": "185:115:39",
|
|
100
100
|
"symbolAliases": [
|
|
101
101
|
{
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"name": "IInstantDistributionAgreementV1",
|
|
105
105
|
"nodeType": "Identifier",
|
|
106
106
|
"overloadedDeclarations": [],
|
|
107
|
-
"referencedDeclaration":
|
|
107
|
+
"referencedDeclaration": 17449,
|
|
108
108
|
"src": "198:31:39",
|
|
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_$19002",
|
|
154
154
|
"typeString": "contract ISuperfluid"
|
|
155
155
|
},
|
|
156
156
|
"typeName": {
|
|
@@ -160,13 +160,13 @@
|
|
|
160
160
|
"id": 14036,
|
|
161
161
|
"name": "ISuperfluid",
|
|
162
162
|
"nodeType": "IdentifierPath",
|
|
163
|
-
"referencedDeclaration":
|
|
163
|
+
"referencedDeclaration": 19002,
|
|
164
164
|
"src": "763:11:39"
|
|
165
165
|
},
|
|
166
|
-
"referencedDeclaration":
|
|
166
|
+
"referencedDeclaration": 19002,
|
|
167
167
|
"src": "763:11:39",
|
|
168
168
|
"typeDescriptions": {
|
|
169
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
169
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
170
170
|
"typeString": "contract ISuperfluid"
|
|
171
171
|
}
|
|
172
172
|
},
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"stateVariable": false,
|
|
185
185
|
"storageLocation": "default",
|
|
186
186
|
"typeDescriptions": {
|
|
187
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
187
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
188
188
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
189
189
|
},
|
|
190
190
|
"typeName": {
|
|
@@ -194,13 +194,13 @@
|
|
|
194
194
|
"id": 14039,
|
|
195
195
|
"name": "IInstantDistributionAgreementV1",
|
|
196
196
|
"nodeType": "IdentifierPath",
|
|
197
|
-
"referencedDeclaration":
|
|
197
|
+
"referencedDeclaration": 17449,
|
|
198
198
|
"src": "789:31:39"
|
|
199
199
|
},
|
|
200
|
-
"referencedDeclaration":
|
|
200
|
+
"referencedDeclaration": 17449,
|
|
201
201
|
"src": "789:31:39",
|
|
202
202
|
"typeDescriptions": {
|
|
203
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
203
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
204
204
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
205
205
|
}
|
|
206
206
|
},
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"referencedDeclaration": 14049,
|
|
232
232
|
"src": "1932:5:39",
|
|
233
233
|
"typeDescriptions": {
|
|
234
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
234
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
235
235
|
"typeString": "contract ISuperfluidToken"
|
|
236
236
|
}
|
|
237
237
|
},
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"expression": {
|
|
264
264
|
"argumentTypes": [
|
|
265
265
|
{
|
|
266
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
266
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
267
267
|
"typeString": "contract ISuperfluidToken"
|
|
268
268
|
},
|
|
269
269
|
{
|
|
@@ -298,7 +298,7 @@
|
|
|
298
298
|
"referencedDeclaration": 14041,
|
|
299
299
|
"src": "1908:14:39",
|
|
300
300
|
"typeDescriptions": {
|
|
301
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
301
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
302
302
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
303
303
|
}
|
|
304
304
|
},
|
|
@@ -309,10 +309,10 @@
|
|
|
309
309
|
"lValueRequested": false,
|
|
310
310
|
"memberName": "getIndex",
|
|
311
311
|
"nodeType": "MemberAccess",
|
|
312
|
-
"referencedDeclaration":
|
|
312
|
+
"referencedDeclaration": 17126,
|
|
313
313
|
"src": "1908:23:39",
|
|
314
314
|
"typeDescriptions": {
|
|
315
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
315
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$returns$_t_bool_$_t_uint128_$_t_uint128_$_t_uint128_$",
|
|
316
316
|
"typeString": "function (contract ISuperfluidToken,address,uint32) view external returns (bool,uint128,uint128,uint128)"
|
|
317
317
|
}
|
|
318
318
|
},
|
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"stateVariable": false,
|
|
402
402
|
"storageLocation": "default",
|
|
403
403
|
"typeDescriptions": {
|
|
404
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
404
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
405
405
|
"typeString": "contract ISuperfluidToken"
|
|
406
406
|
},
|
|
407
407
|
"typeName": {
|
|
@@ -411,13 +411,13 @@
|
|
|
411
411
|
"id": 14047,
|
|
412
412
|
"name": "ISuperfluidToken",
|
|
413
413
|
"nodeType": "IdentifierPath",
|
|
414
|
-
"referencedDeclaration":
|
|
414
|
+
"referencedDeclaration": 19399,
|
|
415
415
|
"src": "1615:16:39"
|
|
416
416
|
},
|
|
417
|
-
"referencedDeclaration":
|
|
417
|
+
"referencedDeclaration": 19399,
|
|
418
418
|
"src": "1615:16:39",
|
|
419
419
|
"typeDescriptions": {
|
|
420
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
420
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
421
421
|
"typeString": "contract ISuperfluidToken"
|
|
422
422
|
}
|
|
423
423
|
},
|
|
@@ -619,7 +619,7 @@
|
|
|
619
619
|
"referencedDeclaration": 14080,
|
|
620
620
|
"src": "2875:5:39",
|
|
621
621
|
"typeDescriptions": {
|
|
622
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
622
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
623
623
|
"typeString": "contract ISuperfluidToken"
|
|
624
624
|
}
|
|
625
625
|
},
|
|
@@ -663,7 +663,7 @@
|
|
|
663
663
|
"expression": {
|
|
664
664
|
"argumentTypes": [
|
|
665
665
|
{
|
|
666
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
666
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
667
667
|
"typeString": "contract ISuperfluidToken"
|
|
668
668
|
},
|
|
669
669
|
{
|
|
@@ -702,7 +702,7 @@
|
|
|
702
702
|
"referencedDeclaration": 14041,
|
|
703
703
|
"src": "2838:14:39",
|
|
704
704
|
"typeDescriptions": {
|
|
705
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
705
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
706
706
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
707
707
|
}
|
|
708
708
|
},
|
|
@@ -713,10 +713,10 @@
|
|
|
713
713
|
"lValueRequested": false,
|
|
714
714
|
"memberName": "calculateDistribution",
|
|
715
715
|
"nodeType": "MemberAccess",
|
|
716
|
-
"referencedDeclaration":
|
|
716
|
+
"referencedDeclaration": 17143,
|
|
717
717
|
"src": "2838:36:39",
|
|
718
718
|
"typeDescriptions": {
|
|
719
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
719
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_uint256_$returns$_t_uint256_$_t_uint128_$",
|
|
720
720
|
"typeString": "function (contract ISuperfluidToken,address,uint32,uint256) view external returns (uint256,uint128)"
|
|
721
721
|
}
|
|
722
722
|
},
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
"stateVariable": false,
|
|
806
806
|
"storageLocation": "default",
|
|
807
807
|
"typeDescriptions": {
|
|
808
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
808
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
809
809
|
"typeString": "contract ISuperfluidToken"
|
|
810
810
|
},
|
|
811
811
|
"typeName": {
|
|
@@ -815,13 +815,13 @@
|
|
|
815
815
|
"id": 14078,
|
|
816
816
|
"name": "ISuperfluidToken",
|
|
817
817
|
"nodeType": "IdentifierPath",
|
|
818
|
-
"referencedDeclaration":
|
|
818
|
+
"referencedDeclaration": 19399,
|
|
819
819
|
"src": "2587:16:39"
|
|
820
820
|
},
|
|
821
|
-
"referencedDeclaration":
|
|
821
|
+
"referencedDeclaration": 19399,
|
|
822
822
|
"src": "2587:16:39",
|
|
823
823
|
"typeDescriptions": {
|
|
824
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
824
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
825
825
|
"typeString": "contract ISuperfluidToken"
|
|
826
826
|
}
|
|
827
827
|
},
|
|
@@ -996,7 +996,7 @@
|
|
|
996
996
|
"referencedDeclaration": 14110,
|
|
997
997
|
"src": "3662:5:39",
|
|
998
998
|
"typeDescriptions": {
|
|
999
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
999
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1000
1000
|
"typeString": "contract ISuperfluidToken"
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
@@ -1016,7 +1016,7 @@
|
|
|
1016
1016
|
"expression": {
|
|
1017
1017
|
"argumentTypes": [
|
|
1018
1018
|
{
|
|
1019
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1019
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1020
1020
|
"typeString": "contract ISuperfluidToken"
|
|
1021
1021
|
},
|
|
1022
1022
|
{
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
"referencedDeclaration": 14041,
|
|
1048
1048
|
"src": "3629:14:39",
|
|
1049
1049
|
"typeDescriptions": {
|
|
1050
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
1050
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
1051
1051
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
1052
1052
|
}
|
|
1053
1053
|
},
|
|
@@ -1058,10 +1058,10 @@
|
|
|
1058
1058
|
"lValueRequested": false,
|
|
1059
1059
|
"memberName": "listSubscriptions",
|
|
1060
1060
|
"nodeType": "MemberAccess",
|
|
1061
|
-
"referencedDeclaration":
|
|
1061
|
+
"referencedDeclaration": 17386,
|
|
1062
1062
|
"src": "3629:32:39",
|
|
1063
1063
|
"typeDescriptions": {
|
|
1064
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
1064
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$returns$_t_array$_t_address_$dyn_memory_ptr_$_t_array$_t_uint32_$dyn_memory_ptr_$_t_array$_t_uint128_$dyn_memory_ptr_$",
|
|
1065
1065
|
"typeString": "function (contract ISuperfluidToken,address) view external returns (address[] memory,uint32[] memory,uint128[] memory)"
|
|
1066
1066
|
}
|
|
1067
1067
|
},
|
|
@@ -1150,7 +1150,7 @@
|
|
|
1150
1150
|
"stateVariable": false,
|
|
1151
1151
|
"storageLocation": "default",
|
|
1152
1152
|
"typeDescriptions": {
|
|
1153
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1153
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1154
1154
|
"typeString": "contract ISuperfluidToken"
|
|
1155
1155
|
},
|
|
1156
1156
|
"typeName": {
|
|
@@ -1160,13 +1160,13 @@
|
|
|
1160
1160
|
"id": 14108,
|
|
1161
1161
|
"name": "ISuperfluidToken",
|
|
1162
1162
|
"nodeType": "IdentifierPath",
|
|
1163
|
-
"referencedDeclaration":
|
|
1163
|
+
"referencedDeclaration": 19399,
|
|
1164
1164
|
"src": "3375:16:39"
|
|
1165
1165
|
},
|
|
1166
|
-
"referencedDeclaration":
|
|
1166
|
+
"referencedDeclaration": 19399,
|
|
1167
1167
|
"src": "3375:16:39",
|
|
1168
1168
|
"typeDescriptions": {
|
|
1169
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1169
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1170
1170
|
"typeString": "contract ISuperfluidToken"
|
|
1171
1171
|
}
|
|
1172
1172
|
},
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
"referencedDeclaration": 14139,
|
|
1343
1343
|
"src": "4719:5:39",
|
|
1344
1344
|
"typeDescriptions": {
|
|
1345
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1345
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1346
1346
|
"typeString": "contract ISuperfluidToken"
|
|
1347
1347
|
}
|
|
1348
1348
|
},
|
|
@@ -1386,7 +1386,7 @@
|
|
|
1386
1386
|
"expression": {
|
|
1387
1387
|
"argumentTypes": [
|
|
1388
1388
|
{
|
|
1389
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1389
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1390
1390
|
"typeString": "contract ISuperfluidToken"
|
|
1391
1391
|
},
|
|
1392
1392
|
{
|
|
@@ -1425,7 +1425,7 @@
|
|
|
1425
1425
|
"referencedDeclaration": 14041,
|
|
1426
1426
|
"src": "4688:14:39",
|
|
1427
1427
|
"typeDescriptions": {
|
|
1428
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
1428
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
1429
1429
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
1430
1430
|
}
|
|
1431
1431
|
},
|
|
@@ -1436,10 +1436,10 @@
|
|
|
1436
1436
|
"lValueRequested": false,
|
|
1437
1437
|
"memberName": "getSubscription",
|
|
1438
1438
|
"nodeType": "MemberAccess",
|
|
1439
|
-
"referencedDeclaration":
|
|
1439
|
+
"referencedDeclaration": 17349,
|
|
1440
1440
|
"src": "4688:30:39",
|
|
1441
1441
|
"typeDescriptions": {
|
|
1442
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
1442
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$returns$_t_bool_$_t_bool_$_t_uint128_$_t_uint256_$",
|
|
1443
1443
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address) view external returns (bool,bool,uint128,uint256)"
|
|
1444
1444
|
}
|
|
1445
1445
|
},
|
|
@@ -1528,7 +1528,7 @@
|
|
|
1528
1528
|
"stateVariable": false,
|
|
1529
1529
|
"storageLocation": "default",
|
|
1530
1530
|
"typeDescriptions": {
|
|
1531
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1531
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1532
1532
|
"typeString": "contract ISuperfluidToken"
|
|
1533
1533
|
},
|
|
1534
1534
|
"typeName": {
|
|
@@ -1538,13 +1538,13 @@
|
|
|
1538
1538
|
"id": 14137,
|
|
1539
1539
|
"name": "ISuperfluidToken",
|
|
1540
1540
|
"nodeType": "IdentifierPath",
|
|
1541
|
-
"referencedDeclaration":
|
|
1541
|
+
"referencedDeclaration": 19399,
|
|
1542
1542
|
"src": "4383:16:39"
|
|
1543
1543
|
},
|
|
1544
|
-
"referencedDeclaration":
|
|
1544
|
+
"referencedDeclaration": 19399,
|
|
1545
1545
|
"src": "4383:16:39",
|
|
1546
1546
|
"typeDescriptions": {
|
|
1547
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1547
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1548
1548
|
"typeString": "contract ISuperfluidToken"
|
|
1549
1549
|
}
|
|
1550
1550
|
},
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
"referencedDeclaration": 14173,
|
|
1775
1775
|
"src": "5746:5:39",
|
|
1776
1776
|
"typeDescriptions": {
|
|
1777
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1777
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1778
1778
|
"typeString": "contract ISuperfluidToken"
|
|
1779
1779
|
}
|
|
1780
1780
|
},
|
|
@@ -1794,7 +1794,7 @@
|
|
|
1794
1794
|
"expression": {
|
|
1795
1795
|
"argumentTypes": [
|
|
1796
1796
|
{
|
|
1797
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1797
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1798
1798
|
"typeString": "contract ISuperfluidToken"
|
|
1799
1799
|
},
|
|
1800
1800
|
{
|
|
@@ -1825,7 +1825,7 @@
|
|
|
1825
1825
|
"referencedDeclaration": 14041,
|
|
1826
1826
|
"src": "5711:14:39",
|
|
1827
1827
|
"typeDescriptions": {
|
|
1828
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
1828
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
1829
1829
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
1830
1830
|
}
|
|
1831
1831
|
},
|
|
@@ -1836,10 +1836,10 @@
|
|
|
1836
1836
|
"lValueRequested": false,
|
|
1837
1837
|
"memberName": "getSubscriptionByID",
|
|
1838
1838
|
"nodeType": "MemberAccess",
|
|
1839
|
-
"referencedDeclaration":
|
|
1839
|
+
"referencedDeclaration": 17368,
|
|
1840
1840
|
"src": "5711:34:39",
|
|
1841
1841
|
"typeDescriptions": {
|
|
1842
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$
|
|
1842
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperfluidToken_$19399_$_t_bytes32_$returns$_t_address_$_t_uint32_$_t_bool_$_t_uint128_$_t_uint256_$",
|
|
1843
1843
|
"typeString": "function (contract ISuperfluidToken,bytes32) view external returns (address,uint32,bool,uint128,uint256)"
|
|
1844
1844
|
}
|
|
1845
1845
|
},
|
|
@@ -1928,7 +1928,7 @@
|
|
|
1928
1928
|
"stateVariable": false,
|
|
1929
1929
|
"storageLocation": "default",
|
|
1930
1930
|
"typeDescriptions": {
|
|
1931
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1931
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1932
1932
|
"typeString": "contract ISuperfluidToken"
|
|
1933
1933
|
},
|
|
1934
1934
|
"typeName": {
|
|
@@ -1938,13 +1938,13 @@
|
|
|
1938
1938
|
"id": 14171,
|
|
1939
1939
|
"name": "ISuperfluidToken",
|
|
1940
1940
|
"nodeType": "IdentifierPath",
|
|
1941
|
-
"referencedDeclaration":
|
|
1941
|
+
"referencedDeclaration": 19399,
|
|
1942
1942
|
"src": "5421:16:39"
|
|
1943
1943
|
},
|
|
1944
|
-
"referencedDeclaration":
|
|
1944
|
+
"referencedDeclaration": 19399,
|
|
1945
1945
|
"src": "5421:16:39",
|
|
1946
1946
|
"typeDescriptions": {
|
|
1947
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1947
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
1948
1948
|
"typeString": "contract ISuperfluidToken"
|
|
1949
1949
|
}
|
|
1950
1950
|
},
|
|
@@ -2158,7 +2158,7 @@
|
|
|
2158
2158
|
"referencedDeclaration": 14203,
|
|
2159
2159
|
"src": "6324:5:39",
|
|
2160
2160
|
"typeDescriptions": {
|
|
2161
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2161
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2162
2162
|
"typeString": "contract ISuperfluidToken"
|
|
2163
2163
|
}
|
|
2164
2164
|
},
|
|
@@ -2245,7 +2245,7 @@
|
|
|
2245
2245
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
2246
2246
|
},
|
|
2247
2247
|
{
|
|
2248
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2248
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2249
2249
|
"typeString": "contract ISuperfluidToken"
|
|
2250
2250
|
},
|
|
2251
2251
|
{
|
|
@@ -2267,7 +2267,7 @@
|
|
|
2267
2267
|
"referencedDeclaration": 14257,
|
|
2268
2268
|
"src": "6300:11:39",
|
|
2269
2269
|
"typeDescriptions": {
|
|
2270
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
2270
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
2271
2271
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,bytes memory)"
|
|
2272
2272
|
}
|
|
2273
2273
|
},
|
|
@@ -2355,7 +2355,7 @@
|
|
|
2355
2355
|
"stateVariable": false,
|
|
2356
2356
|
"storageLocation": "default",
|
|
2357
2357
|
"typeDescriptions": {
|
|
2358
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2358
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2359
2359
|
"typeString": "contract ISuperfluidToken"
|
|
2360
2360
|
},
|
|
2361
2361
|
"typeName": {
|
|
@@ -2365,13 +2365,13 @@
|
|
|
2365
2365
|
"id": 14201,
|
|
2366
2366
|
"name": "ISuperfluidToken",
|
|
2367
2367
|
"nodeType": "IdentifierPath",
|
|
2368
|
-
"referencedDeclaration":
|
|
2368
|
+
"referencedDeclaration": 19399,
|
|
2369
2369
|
"src": "6228:16:39"
|
|
2370
2370
|
},
|
|
2371
|
-
"referencedDeclaration":
|
|
2371
|
+
"referencedDeclaration": 19399,
|
|
2372
2372
|
"src": "6228:16:39",
|
|
2373
2373
|
"typeDescriptions": {
|
|
2374
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2374
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2375
2375
|
"typeString": "contract ISuperfluidToken"
|
|
2376
2376
|
}
|
|
2377
2377
|
},
|
|
@@ -2451,7 +2451,7 @@
|
|
|
2451
2451
|
"referencedDeclaration": 14041,
|
|
2452
2452
|
"src": "6860:14:39",
|
|
2453
2453
|
"typeDescriptions": {
|
|
2454
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
2454
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
2455
2455
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
2456
2456
|
}
|
|
2457
2457
|
},
|
|
@@ -2482,7 +2482,7 @@
|
|
|
2482
2482
|
"referencedDeclaration": 14041,
|
|
2483
2483
|
"src": "6928:14:39",
|
|
2484
2484
|
"typeDescriptions": {
|
|
2485
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
2485
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
2486
2486
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
2487
2487
|
}
|
|
2488
2488
|
},
|
|
@@ -2493,10 +2493,10 @@
|
|
|
2493
2493
|
"lValueRequested": false,
|
|
2494
2494
|
"memberName": "createIndex",
|
|
2495
2495
|
"nodeType": "MemberAccess",
|
|
2496
|
-
"referencedDeclaration":
|
|
2496
|
+
"referencedDeclaration": 17095,
|
|
2497
2497
|
"src": "6928:26:39",
|
|
2498
2498
|
"typeDescriptions": {
|
|
2499
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
2499
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
2500
2500
|
"typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
|
|
2501
2501
|
}
|
|
2502
2502
|
},
|
|
@@ -2521,7 +2521,7 @@
|
|
|
2521
2521
|
"referencedDeclaration": 14226,
|
|
2522
2522
|
"src": "6981:5:39",
|
|
2523
2523
|
"typeDescriptions": {
|
|
2524
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2524
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2525
2525
|
"typeString": "contract ISuperfluidToken"
|
|
2526
2526
|
}
|
|
2527
2527
|
},
|
|
@@ -2608,7 +2608,7 @@
|
|
|
2608
2608
|
"typeString": "bytes4"
|
|
2609
2609
|
},
|
|
2610
2610
|
{
|
|
2611
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2611
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2612
2612
|
"typeString": "contract ISuperfluidToken"
|
|
2613
2613
|
},
|
|
2614
2614
|
{
|
|
@@ -2676,7 +2676,7 @@
|
|
|
2676
2676
|
"expression": {
|
|
2677
2677
|
"argumentTypes": [
|
|
2678
2678
|
{
|
|
2679
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
2679
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
2680
2680
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
2681
2681
|
},
|
|
2682
2682
|
{
|
|
@@ -2711,7 +2711,7 @@
|
|
|
2711
2711
|
"referencedDeclaration": 14038,
|
|
2712
2712
|
"src": "6817:15:39",
|
|
2713
2713
|
"typeDescriptions": {
|
|
2714
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2714
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
2715
2715
|
"typeString": "contract ISuperfluid"
|
|
2716
2716
|
}
|
|
2717
2717
|
},
|
|
@@ -2722,10 +2722,10 @@
|
|
|
2722
2722
|
"lValueRequested": false,
|
|
2723
2723
|
"memberName": "callAgreement",
|
|
2724
2724
|
"nodeType": "MemberAccess",
|
|
2725
|
-
"referencedDeclaration":
|
|
2725
|
+
"referencedDeclaration": 18900,
|
|
2726
2726
|
"src": "6817:29:39",
|
|
2727
2727
|
"typeDescriptions": {
|
|
2728
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
2728
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
2729
2729
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
2730
2730
|
}
|
|
2731
2731
|
},
|
|
@@ -2813,7 +2813,7 @@
|
|
|
2813
2813
|
"stateVariable": false,
|
|
2814
2814
|
"storageLocation": "default",
|
|
2815
2815
|
"typeDescriptions": {
|
|
2816
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2816
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2817
2817
|
"typeString": "contract ISuperfluidToken"
|
|
2818
2818
|
},
|
|
2819
2819
|
"typeName": {
|
|
@@ -2823,13 +2823,13 @@
|
|
|
2823
2823
|
"id": 14224,
|
|
2824
2824
|
"name": "ISuperfluidToken",
|
|
2825
2825
|
"nodeType": "IdentifierPath",
|
|
2826
|
-
"referencedDeclaration":
|
|
2826
|
+
"referencedDeclaration": 19399,
|
|
2827
2827
|
"src": "6714:16:39"
|
|
2828
2828
|
},
|
|
2829
|
-
"referencedDeclaration":
|
|
2829
|
+
"referencedDeclaration": 19399,
|
|
2830
2830
|
"src": "6714:16:39",
|
|
2831
2831
|
"typeDescriptions": {
|
|
2832
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2832
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2833
2833
|
"typeString": "contract ISuperfluidToken"
|
|
2834
2834
|
}
|
|
2835
2835
|
},
|
|
@@ -2945,7 +2945,7 @@
|
|
|
2945
2945
|
"referencedDeclaration": 14266,
|
|
2946
2946
|
"src": "7654:5:39",
|
|
2947
2947
|
"typeDescriptions": {
|
|
2948
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2948
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
2949
2949
|
"typeString": "contract ISuperfluidToken"
|
|
2950
2950
|
}
|
|
2951
2951
|
},
|
|
@@ -3036,7 +3036,7 @@
|
|
|
3036
3036
|
"typeString": "bytes memory"
|
|
3037
3037
|
},
|
|
3038
3038
|
{
|
|
3039
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3039
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3040
3040
|
"typeString": "contract ISuperfluidToken"
|
|
3041
3041
|
},
|
|
3042
3042
|
{
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
"referencedDeclaration": 14329,
|
|
3059
3059
|
"src": "7618:18:39",
|
|
3060
3060
|
"typeDescriptions": {
|
|
3061
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
3061
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
3062
3062
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,bytes memory) returns (bytes memory)"
|
|
3063
3063
|
}
|
|
3064
3064
|
},
|
|
@@ -3174,7 +3174,7 @@
|
|
|
3174
3174
|
"stateVariable": false,
|
|
3175
3175
|
"storageLocation": "default",
|
|
3176
3176
|
"typeDescriptions": {
|
|
3177
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3177
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3178
3178
|
"typeString": "contract ISuperfluidToken"
|
|
3179
3179
|
},
|
|
3180
3180
|
"typeName": {
|
|
@@ -3184,13 +3184,13 @@
|
|
|
3184
3184
|
"id": 14264,
|
|
3185
3185
|
"name": "ISuperfluidToken",
|
|
3186
3186
|
"nodeType": "IdentifierPath",
|
|
3187
|
-
"referencedDeclaration":
|
|
3187
|
+
"referencedDeclaration": 19399,
|
|
3188
3188
|
"src": "7509:16:39"
|
|
3189
3189
|
},
|
|
3190
|
-
"referencedDeclaration":
|
|
3190
|
+
"referencedDeclaration": 19399,
|
|
3191
3191
|
"src": "7509:16:39",
|
|
3192
3192
|
"typeDescriptions": {
|
|
3193
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3193
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3194
3194
|
"typeString": "contract ISuperfluidToken"
|
|
3195
3195
|
}
|
|
3196
3196
|
},
|
|
@@ -3335,7 +3335,7 @@
|
|
|
3335
3335
|
"referencedDeclaration": 14041,
|
|
3336
3336
|
"src": "8369:14:39",
|
|
3337
3337
|
"typeDescriptions": {
|
|
3338
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
3338
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
3339
3339
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
3340
3340
|
}
|
|
3341
3341
|
},
|
|
@@ -3366,7 +3366,7 @@
|
|
|
3366
3366
|
"referencedDeclaration": 14041,
|
|
3367
3367
|
"src": "8437:14:39",
|
|
3368
3368
|
"typeDescriptions": {
|
|
3369
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
3369
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
3370
3370
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
3371
3371
|
}
|
|
3372
3372
|
},
|
|
@@ -3377,10 +3377,10 @@
|
|
|
3377
3377
|
"lValueRequested": false,
|
|
3378
3378
|
"memberName": "createIndex",
|
|
3379
3379
|
"nodeType": "MemberAccess",
|
|
3380
|
-
"referencedDeclaration":
|
|
3380
|
+
"referencedDeclaration": 17095,
|
|
3381
3381
|
"src": "8437:26:39",
|
|
3382
3382
|
"typeDescriptions": {
|
|
3383
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
3383
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
3384
3384
|
"typeString": "function (contract ISuperfluidToken,uint32,bytes memory) external returns (bytes memory)"
|
|
3385
3385
|
}
|
|
3386
3386
|
},
|
|
@@ -3405,7 +3405,7 @@
|
|
|
3405
3405
|
"referencedDeclaration": 14294,
|
|
3406
3406
|
"src": "8490:5:39",
|
|
3407
3407
|
"typeDescriptions": {
|
|
3408
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3408
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3409
3409
|
"typeString": "contract ISuperfluidToken"
|
|
3410
3410
|
}
|
|
3411
3411
|
},
|
|
@@ -3492,7 +3492,7 @@
|
|
|
3492
3492
|
"typeString": "bytes4"
|
|
3493
3493
|
},
|
|
3494
3494
|
{
|
|
3495
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3495
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3496
3496
|
"typeString": "contract ISuperfluidToken"
|
|
3497
3497
|
},
|
|
3498
3498
|
{
|
|
@@ -3572,7 +3572,7 @@
|
|
|
3572
3572
|
"expression": {
|
|
3573
3573
|
"argumentTypes": [
|
|
3574
3574
|
{
|
|
3575
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
3575
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
3576
3576
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
3577
3577
|
},
|
|
3578
3578
|
{
|
|
@@ -3611,7 +3611,7 @@
|
|
|
3611
3611
|
"referencedDeclaration": 14038,
|
|
3612
3612
|
"src": "8315:15:39",
|
|
3613
3613
|
"typeDescriptions": {
|
|
3614
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3614
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
3615
3615
|
"typeString": "contract ISuperfluid"
|
|
3616
3616
|
}
|
|
3617
3617
|
},
|
|
@@ -3622,10 +3622,10 @@
|
|
|
3622
3622
|
"lValueRequested": false,
|
|
3623
3623
|
"memberName": "callAgreementWithContext",
|
|
3624
3624
|
"nodeType": "MemberAccess",
|
|
3625
|
-
"referencedDeclaration":
|
|
3625
|
+
"referencedDeclaration": 18951,
|
|
3626
3626
|
"src": "8315:40:39",
|
|
3627
3627
|
"typeDescriptions": {
|
|
3628
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
3628
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
3629
3629
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
3630
3630
|
}
|
|
3631
3631
|
},
|
|
@@ -3746,7 +3746,7 @@
|
|
|
3746
3746
|
"stateVariable": false,
|
|
3747
3747
|
"storageLocation": "default",
|
|
3748
3748
|
"typeDescriptions": {
|
|
3749
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3749
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3750
3750
|
"typeString": "contract ISuperfluidToken"
|
|
3751
3751
|
},
|
|
3752
3752
|
"typeName": {
|
|
@@ -3756,13 +3756,13 @@
|
|
|
3756
3756
|
"id": 14292,
|
|
3757
3757
|
"name": "ISuperfluidToken",
|
|
3758
3758
|
"nodeType": "IdentifierPath",
|
|
3759
|
-
"referencedDeclaration":
|
|
3759
|
+
"referencedDeclaration": 19399,
|
|
3760
3760
|
"src": "8169:16:39"
|
|
3761
3761
|
},
|
|
3762
|
-
"referencedDeclaration":
|
|
3762
|
+
"referencedDeclaration": 19399,
|
|
3763
3763
|
"src": "8169:16:39",
|
|
3764
3764
|
"typeDescriptions": {
|
|
3765
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3765
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3766
3766
|
"typeString": "contract ISuperfluidToken"
|
|
3767
3767
|
}
|
|
3768
3768
|
},
|
|
@@ -3894,7 +3894,7 @@
|
|
|
3894
3894
|
"referencedDeclaration": 14336,
|
|
3895
3895
|
"src": "9315:5:39",
|
|
3896
3896
|
"typeDescriptions": {
|
|
3897
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3897
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3898
3898
|
"typeString": "contract ISuperfluidToken"
|
|
3899
3899
|
}
|
|
3900
3900
|
},
|
|
@@ -3993,7 +3993,7 @@
|
|
|
3993
3993
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
3994
3994
|
},
|
|
3995
3995
|
{
|
|
3996
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3996
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
3997
3997
|
"typeString": "contract ISuperfluidToken"
|
|
3998
3998
|
},
|
|
3999
3999
|
{
|
|
@@ -4019,7 +4019,7 @@
|
|
|
4019
4019
|
"referencedDeclaration": 14396,
|
|
4020
4020
|
"src": "9286:16:39",
|
|
4021
4021
|
"typeDescriptions": {
|
|
4022
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
4022
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
4023
4023
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,uint128,bytes memory)"
|
|
4024
4024
|
}
|
|
4025
4025
|
},
|
|
@@ -4107,7 +4107,7 @@
|
|
|
4107
4107
|
"stateVariable": false,
|
|
4108
4108
|
"storageLocation": "default",
|
|
4109
4109
|
"typeDescriptions": {
|
|
4110
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4110
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4111
4111
|
"typeString": "contract ISuperfluidToken"
|
|
4112
4112
|
},
|
|
4113
4113
|
"typeName": {
|
|
@@ -4117,13 +4117,13 @@
|
|
|
4117
4117
|
"id": 14334,
|
|
4118
4118
|
"name": "ISuperfluidToken",
|
|
4119
4119
|
"nodeType": "IdentifierPath",
|
|
4120
|
-
"referencedDeclaration":
|
|
4120
|
+
"referencedDeclaration": 19399,
|
|
4121
4121
|
"src": "9186:16:39"
|
|
4122
4122
|
},
|
|
4123
|
-
"referencedDeclaration":
|
|
4123
|
+
"referencedDeclaration": 19399,
|
|
4124
4124
|
"src": "9186:16:39",
|
|
4125
4125
|
"typeDescriptions": {
|
|
4126
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4126
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4127
4127
|
"typeString": "contract ISuperfluidToken"
|
|
4128
4128
|
}
|
|
4129
4129
|
},
|
|
@@ -4230,7 +4230,7 @@
|
|
|
4230
4230
|
"referencedDeclaration": 14041,
|
|
4231
4231
|
"src": "10095:14:39",
|
|
4232
4232
|
"typeDescriptions": {
|
|
4233
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
4233
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
4234
4234
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
4235
4235
|
}
|
|
4236
4236
|
},
|
|
@@ -4261,7 +4261,7 @@
|
|
|
4261
4261
|
"referencedDeclaration": 14041,
|
|
4262
4262
|
"src": "10163:14:39",
|
|
4263
4263
|
"typeDescriptions": {
|
|
4264
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
4264
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
4265
4265
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
4266
4266
|
}
|
|
4267
4267
|
},
|
|
@@ -4272,10 +4272,10 @@
|
|
|
4272
4272
|
"lValueRequested": false,
|
|
4273
4273
|
"memberName": "updateIndex",
|
|
4274
4274
|
"nodeType": "MemberAccess",
|
|
4275
|
-
"referencedDeclaration":
|
|
4275
|
+
"referencedDeclaration": 17158,
|
|
4276
4276
|
"src": "10163:26:39",
|
|
4277
4277
|
"typeDescriptions": {
|
|
4278
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
4278
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4279
4279
|
"typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
|
|
4280
4280
|
}
|
|
4281
4281
|
},
|
|
@@ -4300,7 +4300,7 @@
|
|
|
4300
4300
|
"referencedDeclaration": 14362,
|
|
4301
4301
|
"src": "10216:5:39",
|
|
4302
4302
|
"typeDescriptions": {
|
|
4303
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4303
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4304
4304
|
"typeString": "contract ISuperfluidToken"
|
|
4305
4305
|
}
|
|
4306
4306
|
},
|
|
@@ -4399,7 +4399,7 @@
|
|
|
4399
4399
|
"typeString": "bytes4"
|
|
4400
4400
|
},
|
|
4401
4401
|
{
|
|
4402
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4402
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4403
4403
|
"typeString": "contract ISuperfluidToken"
|
|
4404
4404
|
},
|
|
4405
4405
|
{
|
|
@@ -4471,7 +4471,7 @@
|
|
|
4471
4471
|
"expression": {
|
|
4472
4472
|
"argumentTypes": [
|
|
4473
4473
|
{
|
|
4474
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
4474
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
4475
4475
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
4476
4476
|
},
|
|
4477
4477
|
{
|
|
@@ -4506,7 +4506,7 @@
|
|
|
4506
4506
|
"referencedDeclaration": 14038,
|
|
4507
4507
|
"src": "10052:15:39",
|
|
4508
4508
|
"typeDescriptions": {
|
|
4509
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4509
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
4510
4510
|
"typeString": "contract ISuperfluid"
|
|
4511
4511
|
}
|
|
4512
4512
|
},
|
|
@@ -4517,10 +4517,10 @@
|
|
|
4517
4517
|
"lValueRequested": false,
|
|
4518
4518
|
"memberName": "callAgreement",
|
|
4519
4519
|
"nodeType": "MemberAccess",
|
|
4520
|
-
"referencedDeclaration":
|
|
4520
|
+
"referencedDeclaration": 18900,
|
|
4521
4521
|
"src": "10052:29:39",
|
|
4522
4522
|
"typeDescriptions": {
|
|
4523
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
4523
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4524
4524
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
4525
4525
|
}
|
|
4526
4526
|
},
|
|
@@ -4608,7 +4608,7 @@
|
|
|
4608
4608
|
"stateVariable": false,
|
|
4609
4609
|
"storageLocation": "default",
|
|
4610
4610
|
"typeDescriptions": {
|
|
4611
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4611
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4612
4612
|
"typeString": "contract ISuperfluidToken"
|
|
4613
4613
|
},
|
|
4614
4614
|
"typeName": {
|
|
@@ -4618,13 +4618,13 @@
|
|
|
4618
4618
|
"id": 14360,
|
|
4619
4619
|
"name": "ISuperfluidToken",
|
|
4620
4620
|
"nodeType": "IdentifierPath",
|
|
4621
|
-
"referencedDeclaration":
|
|
4621
|
+
"referencedDeclaration": 19399,
|
|
4622
4622
|
"src": "9921:16:39"
|
|
4623
4623
|
},
|
|
4624
|
-
"referencedDeclaration":
|
|
4624
|
+
"referencedDeclaration": 19399,
|
|
4625
4625
|
"src": "9921:16:39",
|
|
4626
4626
|
"typeDescriptions": {
|
|
4627
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4627
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4628
4628
|
"typeString": "contract ISuperfluidToken"
|
|
4629
4629
|
}
|
|
4630
4630
|
},
|
|
@@ -4767,7 +4767,7 @@
|
|
|
4767
4767
|
"referencedDeclaration": 14405,
|
|
4768
4768
|
"src": "11223:5:39",
|
|
4769
4769
|
"typeDescriptions": {
|
|
4770
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4770
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4771
4771
|
"typeString": "contract ISuperfluidToken"
|
|
4772
4772
|
}
|
|
4773
4773
|
},
|
|
@@ -4870,7 +4870,7 @@
|
|
|
4870
4870
|
"typeString": "bytes memory"
|
|
4871
4871
|
},
|
|
4872
4872
|
{
|
|
4873
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4873
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
4874
4874
|
"typeString": "contract ISuperfluidToken"
|
|
4875
4875
|
},
|
|
4876
4876
|
{
|
|
@@ -4896,7 +4896,7 @@
|
|
|
4896
4896
|
"referencedDeclaration": 14474,
|
|
4897
4897
|
"src": "11145:23:39",
|
|
4898
4898
|
"typeDescriptions": {
|
|
4899
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
4899
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4900
4900
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,uint128,bytes memory) returns (bytes memory)"
|
|
4901
4901
|
}
|
|
4902
4902
|
},
|
|
@@ -5012,7 +5012,7 @@
|
|
|
5012
5012
|
"stateVariable": false,
|
|
5013
5013
|
"storageLocation": "default",
|
|
5014
5014
|
"typeDescriptions": {
|
|
5015
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5015
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5016
5016
|
"typeString": "contract ISuperfluidToken"
|
|
5017
5017
|
},
|
|
5018
5018
|
"typeName": {
|
|
@@ -5022,13 +5022,13 @@
|
|
|
5022
5022
|
"id": 14403,
|
|
5023
5023
|
"name": "ISuperfluidToken",
|
|
5024
5024
|
"nodeType": "IdentifierPath",
|
|
5025
|
-
"referencedDeclaration":
|
|
5025
|
+
"referencedDeclaration": 19399,
|
|
5026
5026
|
"src": "11008:16:39"
|
|
5027
5027
|
},
|
|
5028
|
-
"referencedDeclaration":
|
|
5028
|
+
"referencedDeclaration": 19399,
|
|
5029
5029
|
"src": "11008:16:39",
|
|
5030
5030
|
"typeDescriptions": {
|
|
5031
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5031
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5032
5032
|
"typeString": "contract ISuperfluidToken"
|
|
5033
5033
|
}
|
|
5034
5034
|
},
|
|
@@ -5200,7 +5200,7 @@
|
|
|
5200
5200
|
"referencedDeclaration": 14041,
|
|
5201
5201
|
"src": "12216:14:39",
|
|
5202
5202
|
"typeDescriptions": {
|
|
5203
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
5203
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
5204
5204
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
5205
5205
|
}
|
|
5206
5206
|
},
|
|
@@ -5231,7 +5231,7 @@
|
|
|
5231
5231
|
"referencedDeclaration": 14041,
|
|
5232
5232
|
"src": "12284:14:39",
|
|
5233
5233
|
"typeDescriptions": {
|
|
5234
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
5234
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
5235
5235
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
5236
5236
|
}
|
|
5237
5237
|
},
|
|
@@ -5242,10 +5242,10 @@
|
|
|
5242
5242
|
"lValueRequested": false,
|
|
5243
5243
|
"memberName": "updateIndex",
|
|
5244
5244
|
"nodeType": "MemberAccess",
|
|
5245
|
-
"referencedDeclaration":
|
|
5245
|
+
"referencedDeclaration": 17158,
|
|
5246
5246
|
"src": "12284:26:39",
|
|
5247
5247
|
"typeDescriptions": {
|
|
5248
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
5248
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5249
5249
|
"typeString": "function (contract ISuperfluidToken,uint32,uint128,bytes memory) external returns (bytes memory)"
|
|
5250
5250
|
}
|
|
5251
5251
|
},
|
|
@@ -5270,7 +5270,7 @@
|
|
|
5270
5270
|
"referencedDeclaration": 14436,
|
|
5271
5271
|
"src": "12337:5:39",
|
|
5272
5272
|
"typeDescriptions": {
|
|
5273
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5273
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5274
5274
|
"typeString": "contract ISuperfluidToken"
|
|
5275
5275
|
}
|
|
5276
5276
|
},
|
|
@@ -5369,7 +5369,7 @@
|
|
|
5369
5369
|
"typeString": "bytes4"
|
|
5370
5370
|
},
|
|
5371
5371
|
{
|
|
5372
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5372
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5373
5373
|
"typeString": "contract ISuperfluidToken"
|
|
5374
5374
|
},
|
|
5375
5375
|
{
|
|
@@ -5453,7 +5453,7 @@
|
|
|
5453
5453
|
"expression": {
|
|
5454
5454
|
"argumentTypes": [
|
|
5455
5455
|
{
|
|
5456
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
5456
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
5457
5457
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
5458
5458
|
},
|
|
5459
5459
|
{
|
|
@@ -5492,7 +5492,7 @@
|
|
|
5492
5492
|
"referencedDeclaration": 14038,
|
|
5493
5493
|
"src": "12162:15:39",
|
|
5494
5494
|
"typeDescriptions": {
|
|
5495
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
5495
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
5496
5496
|
"typeString": "contract ISuperfluid"
|
|
5497
5497
|
}
|
|
5498
5498
|
},
|
|
@@ -5503,10 +5503,10 @@
|
|
|
5503
5503
|
"lValueRequested": false,
|
|
5504
5504
|
"memberName": "callAgreementWithContext",
|
|
5505
5505
|
"nodeType": "MemberAccess",
|
|
5506
|
-
"referencedDeclaration":
|
|
5506
|
+
"referencedDeclaration": 18951,
|
|
5507
5507
|
"src": "12162:40:39",
|
|
5508
5508
|
"typeDescriptions": {
|
|
5509
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
5509
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
5510
5510
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
5511
5511
|
}
|
|
5512
5512
|
},
|
|
@@ -5627,7 +5627,7 @@
|
|
|
5627
5627
|
"stateVariable": false,
|
|
5628
5628
|
"storageLocation": "default",
|
|
5629
5629
|
"typeDescriptions": {
|
|
5630
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5630
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5631
5631
|
"typeString": "contract ISuperfluidToken"
|
|
5632
5632
|
},
|
|
5633
5633
|
"typeName": {
|
|
@@ -5637,13 +5637,13 @@
|
|
|
5637
5637
|
"id": 14434,
|
|
5638
5638
|
"name": "ISuperfluidToken",
|
|
5639
5639
|
"nodeType": "IdentifierPath",
|
|
5640
|
-
"referencedDeclaration":
|
|
5640
|
+
"referencedDeclaration": 19399,
|
|
5641
5641
|
"src": "11988:16:39"
|
|
5642
5642
|
},
|
|
5643
|
-
"referencedDeclaration":
|
|
5643
|
+
"referencedDeclaration": 19399,
|
|
5644
5644
|
"src": "11988:16:39",
|
|
5645
5645
|
"typeDescriptions": {
|
|
5646
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5646
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5647
5647
|
"typeString": "contract ISuperfluidToken"
|
|
5648
5648
|
}
|
|
5649
5649
|
},
|
|
@@ -5802,7 +5802,7 @@
|
|
|
5802
5802
|
"referencedDeclaration": 14481,
|
|
5803
5803
|
"src": "13136:5:39",
|
|
5804
5804
|
"typeDescriptions": {
|
|
5805
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5805
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5806
5806
|
"typeString": "contract ISuperfluidToken"
|
|
5807
5807
|
}
|
|
5808
5808
|
},
|
|
@@ -5901,7 +5901,7 @@
|
|
|
5901
5901
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
5902
5902
|
},
|
|
5903
5903
|
{
|
|
5904
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5904
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
5905
5905
|
"typeString": "contract ISuperfluidToken"
|
|
5906
5906
|
},
|
|
5907
5907
|
{
|
|
@@ -5927,7 +5927,7 @@
|
|
|
5927
5927
|
"referencedDeclaration": 14541,
|
|
5928
5928
|
"src": "13113:10:39",
|
|
5929
5929
|
"typeDescriptions": {
|
|
5930
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
5930
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$__$",
|
|
5931
5931
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,uint256,bytes memory)"
|
|
5932
5932
|
}
|
|
5933
5933
|
},
|
|
@@ -6015,7 +6015,7 @@
|
|
|
6015
6015
|
"stateVariable": false,
|
|
6016
6016
|
"storageLocation": "default",
|
|
6017
6017
|
"typeDescriptions": {
|
|
6018
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6018
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6019
6019
|
"typeString": "contract ISuperfluidToken"
|
|
6020
6020
|
},
|
|
6021
6021
|
"typeName": {
|
|
@@ -6025,13 +6025,13 @@
|
|
|
6025
6025
|
"id": 14479,
|
|
6026
6026
|
"name": "ISuperfluidToken",
|
|
6027
6027
|
"nodeType": "IdentifierPath",
|
|
6028
|
-
"referencedDeclaration":
|
|
6028
|
+
"referencedDeclaration": 19399,
|
|
6029
6029
|
"src": "13017:16:39"
|
|
6030
6030
|
},
|
|
6031
|
-
"referencedDeclaration":
|
|
6031
|
+
"referencedDeclaration": 19399,
|
|
6032
6032
|
"src": "13017:16:39",
|
|
6033
6033
|
"typeDescriptions": {
|
|
6034
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6034
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6035
6035
|
"typeString": "contract ISuperfluidToken"
|
|
6036
6036
|
}
|
|
6037
6037
|
},
|
|
@@ -6138,7 +6138,7 @@
|
|
|
6138
6138
|
"referencedDeclaration": 14041,
|
|
6139
6139
|
"src": "13944:14:39",
|
|
6140
6140
|
"typeDescriptions": {
|
|
6141
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
6141
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
6142
6142
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
6143
6143
|
}
|
|
6144
6144
|
},
|
|
@@ -6169,7 +6169,7 @@
|
|
|
6169
6169
|
"referencedDeclaration": 14041,
|
|
6170
6170
|
"src": "14012:14:39",
|
|
6171
6171
|
"typeDescriptions": {
|
|
6172
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
6172
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
6173
6173
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
6174
6174
|
}
|
|
6175
6175
|
},
|
|
@@ -6180,10 +6180,10 @@
|
|
|
6180
6180
|
"lValueRequested": false,
|
|
6181
6181
|
"memberName": "distribute",
|
|
6182
6182
|
"nodeType": "MemberAccess",
|
|
6183
|
-
"referencedDeclaration":
|
|
6183
|
+
"referencedDeclaration": 17193,
|
|
6184
6184
|
"src": "14012:25:39",
|
|
6185
6185
|
"typeDescriptions": {
|
|
6186
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
6186
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6187
6187
|
"typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
|
|
6188
6188
|
}
|
|
6189
6189
|
},
|
|
@@ -6208,7 +6208,7 @@
|
|
|
6208
6208
|
"referencedDeclaration": 14507,
|
|
6209
6209
|
"src": "14064:5:39",
|
|
6210
6210
|
"typeDescriptions": {
|
|
6211
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6211
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6212
6212
|
"typeString": "contract ISuperfluidToken"
|
|
6213
6213
|
}
|
|
6214
6214
|
},
|
|
@@ -6307,7 +6307,7 @@
|
|
|
6307
6307
|
"typeString": "bytes4"
|
|
6308
6308
|
},
|
|
6309
6309
|
{
|
|
6310
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6310
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6311
6311
|
"typeString": "contract ISuperfluidToken"
|
|
6312
6312
|
},
|
|
6313
6313
|
{
|
|
@@ -6379,7 +6379,7 @@
|
|
|
6379
6379
|
"expression": {
|
|
6380
6380
|
"argumentTypes": [
|
|
6381
6381
|
{
|
|
6382
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
6382
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
6383
6383
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
6384
6384
|
},
|
|
6385
6385
|
{
|
|
@@ -6414,7 +6414,7 @@
|
|
|
6414
6414
|
"referencedDeclaration": 14038,
|
|
6415
6415
|
"src": "13901:15:39",
|
|
6416
6416
|
"typeDescriptions": {
|
|
6417
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
6417
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
6418
6418
|
"typeString": "contract ISuperfluid"
|
|
6419
6419
|
}
|
|
6420
6420
|
},
|
|
@@ -6425,10 +6425,10 @@
|
|
|
6425
6425
|
"lValueRequested": false,
|
|
6426
6426
|
"memberName": "callAgreement",
|
|
6427
6427
|
"nodeType": "MemberAccess",
|
|
6428
|
-
"referencedDeclaration":
|
|
6428
|
+
"referencedDeclaration": 18900,
|
|
6429
6429
|
"src": "13901:29:39",
|
|
6430
6430
|
"typeDescriptions": {
|
|
6431
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
6431
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6432
6432
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
6433
6433
|
}
|
|
6434
6434
|
},
|
|
@@ -6516,7 +6516,7 @@
|
|
|
6516
6516
|
"stateVariable": false,
|
|
6517
6517
|
"storageLocation": "default",
|
|
6518
6518
|
"typeDescriptions": {
|
|
6519
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6519
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6520
6520
|
"typeString": "contract ISuperfluidToken"
|
|
6521
6521
|
},
|
|
6522
6522
|
"typeName": {
|
|
@@ -6526,13 +6526,13 @@
|
|
|
6526
6526
|
"id": 14505,
|
|
6527
6527
|
"name": "ISuperfluidToken",
|
|
6528
6528
|
"nodeType": "IdentifierPath",
|
|
6529
|
-
"referencedDeclaration":
|
|
6529
|
+
"referencedDeclaration": 19399,
|
|
6530
6530
|
"src": "13774:16:39"
|
|
6531
6531
|
},
|
|
6532
|
-
"referencedDeclaration":
|
|
6532
|
+
"referencedDeclaration": 19399,
|
|
6533
6533
|
"src": "13774:16:39",
|
|
6534
6534
|
"typeDescriptions": {
|
|
6535
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6535
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6536
6536
|
"typeString": "contract ISuperfluidToken"
|
|
6537
6537
|
}
|
|
6538
6538
|
},
|
|
@@ -6675,7 +6675,7 @@
|
|
|
6675
6675
|
"referencedDeclaration": 14550,
|
|
6676
6676
|
"src": "14964:5:39",
|
|
6677
6677
|
"typeDescriptions": {
|
|
6678
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6678
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6679
6679
|
"typeString": "contract ISuperfluidToken"
|
|
6680
6680
|
}
|
|
6681
6681
|
},
|
|
@@ -6778,7 +6778,7 @@
|
|
|
6778
6778
|
"typeString": "bytes memory"
|
|
6779
6779
|
},
|
|
6780
6780
|
{
|
|
6781
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6781
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6782
6782
|
"typeString": "contract ISuperfluidToken"
|
|
6783
6783
|
},
|
|
6784
6784
|
{
|
|
@@ -6804,7 +6804,7 @@
|
|
|
6804
6804
|
"referencedDeclaration": 14619,
|
|
6805
6805
|
"src": "14929:17:39",
|
|
6806
6806
|
"typeDescriptions": {
|
|
6807
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
6807
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
6808
6808
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,uint256,bytes memory) returns (bytes memory)"
|
|
6809
6809
|
}
|
|
6810
6810
|
},
|
|
@@ -6920,7 +6920,7 @@
|
|
|
6920
6920
|
"stateVariable": false,
|
|
6921
6921
|
"storageLocation": "default",
|
|
6922
6922
|
"typeDescriptions": {
|
|
6923
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6923
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6924
6924
|
"typeString": "contract ISuperfluidToken"
|
|
6925
6925
|
},
|
|
6926
6926
|
"typeName": {
|
|
@@ -6930,13 +6930,13 @@
|
|
|
6930
6930
|
"id": 14548,
|
|
6931
6931
|
"name": "ISuperfluidToken",
|
|
6932
6932
|
"nodeType": "IdentifierPath",
|
|
6933
|
-
"referencedDeclaration":
|
|
6933
|
+
"referencedDeclaration": 19399,
|
|
6934
6934
|
"src": "14796:16:39"
|
|
6935
6935
|
},
|
|
6936
|
-
"referencedDeclaration":
|
|
6936
|
+
"referencedDeclaration": 19399,
|
|
6937
6937
|
"src": "14796:16:39",
|
|
6938
6938
|
"typeDescriptions": {
|
|
6939
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6939
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
6940
6940
|
"typeString": "contract ISuperfluidToken"
|
|
6941
6941
|
}
|
|
6942
6942
|
},
|
|
@@ -7108,7 +7108,7 @@
|
|
|
7108
7108
|
"referencedDeclaration": 14041,
|
|
7109
7109
|
"src": "15899:14:39",
|
|
7110
7110
|
"typeDescriptions": {
|
|
7111
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
7111
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
7112
7112
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
7113
7113
|
}
|
|
7114
7114
|
},
|
|
@@ -7139,7 +7139,7 @@
|
|
|
7139
7139
|
"referencedDeclaration": 14041,
|
|
7140
7140
|
"src": "15968:14:39",
|
|
7141
7141
|
"typeDescriptions": {
|
|
7142
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
7142
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
7143
7143
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
7144
7144
|
}
|
|
7145
7145
|
},
|
|
@@ -7150,10 +7150,10 @@
|
|
|
7150
7150
|
"lValueRequested": false,
|
|
7151
7151
|
"memberName": "distribute",
|
|
7152
7152
|
"nodeType": "MemberAccess",
|
|
7153
|
-
"referencedDeclaration":
|
|
7153
|
+
"referencedDeclaration": 17193,
|
|
7154
7154
|
"src": "15968:25:39",
|
|
7155
7155
|
"typeDescriptions": {
|
|
7156
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
7156
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_uint256_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
7157
7157
|
"typeString": "function (contract ISuperfluidToken,uint32,uint256,bytes memory) external returns (bytes memory)"
|
|
7158
7158
|
}
|
|
7159
7159
|
},
|
|
@@ -7178,7 +7178,7 @@
|
|
|
7178
7178
|
"referencedDeclaration": 14581,
|
|
7179
7179
|
"src": "16020:5:39",
|
|
7180
7180
|
"typeDescriptions": {
|
|
7181
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7181
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7182
7182
|
"typeString": "contract ISuperfluidToken"
|
|
7183
7183
|
}
|
|
7184
7184
|
},
|
|
@@ -7277,7 +7277,7 @@
|
|
|
7277
7277
|
"typeString": "bytes4"
|
|
7278
7278
|
},
|
|
7279
7279
|
{
|
|
7280
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7280
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7281
7281
|
"typeString": "contract ISuperfluidToken"
|
|
7282
7282
|
},
|
|
7283
7283
|
{
|
|
@@ -7361,7 +7361,7 @@
|
|
|
7361
7361
|
"expression": {
|
|
7362
7362
|
"argumentTypes": [
|
|
7363
7363
|
{
|
|
7364
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
7364
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
7365
7365
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
7366
7366
|
},
|
|
7367
7367
|
{
|
|
@@ -7400,7 +7400,7 @@
|
|
|
7400
7400
|
"referencedDeclaration": 14038,
|
|
7401
7401
|
"src": "15845:15:39",
|
|
7402
7402
|
"typeDescriptions": {
|
|
7403
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
7403
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
7404
7404
|
"typeString": "contract ISuperfluid"
|
|
7405
7405
|
}
|
|
7406
7406
|
},
|
|
@@ -7411,10 +7411,10 @@
|
|
|
7411
7411
|
"lValueRequested": false,
|
|
7412
7412
|
"memberName": "callAgreementWithContext",
|
|
7413
7413
|
"nodeType": "MemberAccess",
|
|
7414
|
-
"referencedDeclaration":
|
|
7414
|
+
"referencedDeclaration": 18951,
|
|
7415
7415
|
"src": "15845:40:39",
|
|
7416
7416
|
"typeDescriptions": {
|
|
7417
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
7417
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
7418
7418
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
7419
7419
|
}
|
|
7420
7420
|
},
|
|
@@ -7535,7 +7535,7 @@
|
|
|
7535
7535
|
"stateVariable": false,
|
|
7536
7536
|
"storageLocation": "default",
|
|
7537
7537
|
"typeDescriptions": {
|
|
7538
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7538
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7539
7539
|
"typeString": "contract ISuperfluidToken"
|
|
7540
7540
|
},
|
|
7541
7541
|
"typeName": {
|
|
@@ -7545,13 +7545,13 @@
|
|
|
7545
7545
|
"id": 14579,
|
|
7546
7546
|
"name": "ISuperfluidToken",
|
|
7547
7547
|
"nodeType": "IdentifierPath",
|
|
7548
|
-
"referencedDeclaration":
|
|
7548
|
+
"referencedDeclaration": 19399,
|
|
7549
7549
|
"src": "15675:16:39"
|
|
7550
7550
|
},
|
|
7551
|
-
"referencedDeclaration":
|
|
7551
|
+
"referencedDeclaration": 19399,
|
|
7552
7552
|
"src": "15675:16:39",
|
|
7553
7553
|
"typeDescriptions": {
|
|
7554
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7554
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7555
7555
|
"typeString": "contract ISuperfluidToken"
|
|
7556
7556
|
}
|
|
7557
7557
|
},
|
|
@@ -7710,7 +7710,7 @@
|
|
|
7710
7710
|
"referencedDeclaration": 14626,
|
|
7711
7711
|
"src": "17036:5:39",
|
|
7712
7712
|
"typeDescriptions": {
|
|
7713
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7713
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7714
7714
|
"typeString": "contract ISuperfluidToken"
|
|
7715
7715
|
}
|
|
7716
7716
|
},
|
|
@@ -7809,7 +7809,7 @@
|
|
|
7809
7809
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
7810
7810
|
},
|
|
7811
7811
|
{
|
|
7812
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7812
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7813
7813
|
"typeString": "contract ISuperfluidToken"
|
|
7814
7814
|
},
|
|
7815
7815
|
{
|
|
@@ -7835,7 +7835,7 @@
|
|
|
7835
7835
|
"referencedDeclaration": 14686,
|
|
7836
7836
|
"src": "17004:19:39",
|
|
7837
7837
|
"typeDescriptions": {
|
|
7838
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
7838
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
7839
7839
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
7840
7840
|
}
|
|
7841
7841
|
},
|
|
@@ -7923,7 +7923,7 @@
|
|
|
7923
7923
|
"stateVariable": false,
|
|
7924
7924
|
"storageLocation": "default",
|
|
7925
7925
|
"typeDescriptions": {
|
|
7926
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7926
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7927
7927
|
"typeString": "contract ISuperfluidToken"
|
|
7928
7928
|
},
|
|
7929
7929
|
"typeName": {
|
|
@@ -7933,13 +7933,13 @@
|
|
|
7933
7933
|
"id": 14624,
|
|
7934
7934
|
"name": "ISuperfluidToken",
|
|
7935
7935
|
"nodeType": "IdentifierPath",
|
|
7936
|
-
"referencedDeclaration":
|
|
7936
|
+
"referencedDeclaration": 19399,
|
|
7937
7937
|
"src": "16905:16:39"
|
|
7938
7938
|
},
|
|
7939
|
-
"referencedDeclaration":
|
|
7939
|
+
"referencedDeclaration": 19399,
|
|
7940
7940
|
"src": "16905:16:39",
|
|
7941
7941
|
"typeDescriptions": {
|
|
7942
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
7942
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
7943
7943
|
"typeString": "contract ISuperfluidToken"
|
|
7944
7944
|
}
|
|
7945
7945
|
},
|
|
@@ -8047,7 +8047,7 @@
|
|
|
8047
8047
|
"referencedDeclaration": 14041,
|
|
8048
8048
|
"src": "17867:14:39",
|
|
8049
8049
|
"typeDescriptions": {
|
|
8050
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
8050
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
8051
8051
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
8052
8052
|
}
|
|
8053
8053
|
},
|
|
@@ -8078,7 +8078,7 @@
|
|
|
8078
8078
|
"referencedDeclaration": 14041,
|
|
8079
8079
|
"src": "17935:14:39",
|
|
8080
8080
|
"typeDescriptions": {
|
|
8081
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
8081
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
8082
8082
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
8083
8083
|
}
|
|
8084
8084
|
},
|
|
@@ -8089,10 +8089,10 @@
|
|
|
8089
8089
|
"lValueRequested": false,
|
|
8090
8090
|
"memberName": "approveSubscription",
|
|
8091
8091
|
"nodeType": "MemberAccess",
|
|
8092
|
-
"referencedDeclaration":
|
|
8092
|
+
"referencedDeclaration": 17208,
|
|
8093
8093
|
"src": "17935:34:39",
|
|
8094
8094
|
"typeDescriptions": {
|
|
8095
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
8095
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
8096
8096
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
8097
8097
|
}
|
|
8098
8098
|
},
|
|
@@ -8117,7 +8117,7 @@
|
|
|
8117
8117
|
"referencedDeclaration": 14652,
|
|
8118
8118
|
"src": "17996:5:39",
|
|
8119
8119
|
"typeDescriptions": {
|
|
8120
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8120
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8121
8121
|
"typeString": "contract ISuperfluidToken"
|
|
8122
8122
|
}
|
|
8123
8123
|
},
|
|
@@ -8216,7 +8216,7 @@
|
|
|
8216
8216
|
"typeString": "bytes4"
|
|
8217
8217
|
},
|
|
8218
8218
|
{
|
|
8219
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8219
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8220
8220
|
"typeString": "contract ISuperfluidToken"
|
|
8221
8221
|
},
|
|
8222
8222
|
{
|
|
@@ -8288,7 +8288,7 @@
|
|
|
8288
8288
|
"expression": {
|
|
8289
8289
|
"argumentTypes": [
|
|
8290
8290
|
{
|
|
8291
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
8291
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
8292
8292
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
8293
8293
|
},
|
|
8294
8294
|
{
|
|
@@ -8323,7 +8323,7 @@
|
|
|
8323
8323
|
"referencedDeclaration": 14038,
|
|
8324
8324
|
"src": "17824:15:39",
|
|
8325
8325
|
"typeDescriptions": {
|
|
8326
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
8326
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
8327
8327
|
"typeString": "contract ISuperfluid"
|
|
8328
8328
|
}
|
|
8329
8329
|
},
|
|
@@ -8334,10 +8334,10 @@
|
|
|
8334
8334
|
"lValueRequested": false,
|
|
8335
8335
|
"memberName": "callAgreement",
|
|
8336
8336
|
"nodeType": "MemberAccess",
|
|
8337
|
-
"referencedDeclaration":
|
|
8337
|
+
"referencedDeclaration": 18900,
|
|
8338
8338
|
"src": "17824:29:39",
|
|
8339
8339
|
"typeDescriptions": {
|
|
8340
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
8340
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
8341
8341
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
8342
8342
|
}
|
|
8343
8343
|
},
|
|
@@ -8425,7 +8425,7 @@
|
|
|
8425
8425
|
"stateVariable": false,
|
|
8426
8426
|
"storageLocation": "default",
|
|
8427
8427
|
"typeDescriptions": {
|
|
8428
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8428
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8429
8429
|
"typeString": "contract ISuperfluidToken"
|
|
8430
8430
|
},
|
|
8431
8431
|
"typeName": {
|
|
@@ -8435,13 +8435,13 @@
|
|
|
8435
8435
|
"id": 14650,
|
|
8436
8436
|
"name": "ISuperfluidToken",
|
|
8437
8437
|
"nodeType": "IdentifierPath",
|
|
8438
|
-
"referencedDeclaration":
|
|
8438
|
+
"referencedDeclaration": 19399,
|
|
8439
8439
|
"src": "17694:16:39"
|
|
8440
8440
|
},
|
|
8441
|
-
"referencedDeclaration":
|
|
8441
|
+
"referencedDeclaration": 19399,
|
|
8442
8442
|
"src": "17694:16:39",
|
|
8443
8443
|
"typeDescriptions": {
|
|
8444
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8444
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8445
8445
|
"typeString": "contract ISuperfluidToken"
|
|
8446
8446
|
}
|
|
8447
8447
|
},
|
|
@@ -8585,7 +8585,7 @@
|
|
|
8585
8585
|
"referencedDeclaration": 14695,
|
|
8586
8586
|
"src": "19017:5:39",
|
|
8587
8587
|
"typeDescriptions": {
|
|
8588
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8588
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8589
8589
|
"typeString": "contract ISuperfluidToken"
|
|
8590
8590
|
}
|
|
8591
8591
|
},
|
|
@@ -8688,7 +8688,7 @@
|
|
|
8688
8688
|
"typeString": "bytes memory"
|
|
8689
8689
|
},
|
|
8690
8690
|
{
|
|
8691
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8691
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8692
8692
|
"typeString": "contract ISuperfluidToken"
|
|
8693
8693
|
},
|
|
8694
8694
|
{
|
|
@@ -8714,7 +8714,7 @@
|
|
|
8714
8714
|
"referencedDeclaration": 14764,
|
|
8715
8715
|
"src": "18936:26:39",
|
|
8716
8716
|
"typeDescriptions": {
|
|
8717
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
8717
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
8718
8718
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,bytes memory) returns (bytes memory)"
|
|
8719
8719
|
}
|
|
8720
8720
|
},
|
|
@@ -8830,7 +8830,7 @@
|
|
|
8830
8830
|
"stateVariable": false,
|
|
8831
8831
|
"storageLocation": "default",
|
|
8832
8832
|
"typeDescriptions": {
|
|
8833
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8833
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8834
8834
|
"typeString": "contract ISuperfluidToken"
|
|
8835
8835
|
},
|
|
8836
8836
|
"typeName": {
|
|
@@ -8840,13 +8840,13 @@
|
|
|
8840
8840
|
"id": 14693,
|
|
8841
8841
|
"name": "ISuperfluidToken",
|
|
8842
8842
|
"nodeType": "IdentifierPath",
|
|
8843
|
-
"referencedDeclaration":
|
|
8843
|
+
"referencedDeclaration": 19399,
|
|
8844
8844
|
"src": "18800:16:39"
|
|
8845
8845
|
},
|
|
8846
|
-
"referencedDeclaration":
|
|
8846
|
+
"referencedDeclaration": 19399,
|
|
8847
8847
|
"src": "18800:16:39",
|
|
8848
8848
|
"typeDescriptions": {
|
|
8849
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
8849
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
8850
8850
|
"typeString": "contract ISuperfluidToken"
|
|
8851
8851
|
}
|
|
8852
8852
|
},
|
|
@@ -9019,7 +9019,7 @@
|
|
|
9019
9019
|
"referencedDeclaration": 14041,
|
|
9020
9020
|
"src": "20064:14:39",
|
|
9021
9021
|
"typeDescriptions": {
|
|
9022
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9022
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
9023
9023
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9024
9024
|
}
|
|
9025
9025
|
},
|
|
@@ -9050,7 +9050,7 @@
|
|
|
9050
9050
|
"referencedDeclaration": 14041,
|
|
9051
9051
|
"src": "20132:14:39",
|
|
9052
9052
|
"typeDescriptions": {
|
|
9053
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9053
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
9054
9054
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9055
9055
|
}
|
|
9056
9056
|
},
|
|
@@ -9061,10 +9061,10 @@
|
|
|
9061
9061
|
"lValueRequested": false,
|
|
9062
9062
|
"memberName": "approveSubscription",
|
|
9063
9063
|
"nodeType": "MemberAccess",
|
|
9064
|
-
"referencedDeclaration":
|
|
9064
|
+
"referencedDeclaration": 17208,
|
|
9065
9065
|
"src": "20132:34:39",
|
|
9066
9066
|
"typeDescriptions": {
|
|
9067
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
9067
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
9068
9068
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
9069
9069
|
}
|
|
9070
9070
|
},
|
|
@@ -9089,7 +9089,7 @@
|
|
|
9089
9089
|
"referencedDeclaration": 14726,
|
|
9090
9090
|
"src": "20193:5:39",
|
|
9091
9091
|
"typeDescriptions": {
|
|
9092
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9092
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9093
9093
|
"typeString": "contract ISuperfluidToken"
|
|
9094
9094
|
}
|
|
9095
9095
|
},
|
|
@@ -9188,7 +9188,7 @@
|
|
|
9188
9188
|
"typeString": "bytes4"
|
|
9189
9189
|
},
|
|
9190
9190
|
{
|
|
9191
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9191
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9192
9192
|
"typeString": "contract ISuperfluidToken"
|
|
9193
9193
|
},
|
|
9194
9194
|
{
|
|
@@ -9272,7 +9272,7 @@
|
|
|
9272
9272
|
"expression": {
|
|
9273
9273
|
"argumentTypes": [
|
|
9274
9274
|
{
|
|
9275
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9275
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
9276
9276
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9277
9277
|
},
|
|
9278
9278
|
{
|
|
@@ -9311,7 +9311,7 @@
|
|
|
9311
9311
|
"referencedDeclaration": 14038,
|
|
9312
9312
|
"src": "20010:15:39",
|
|
9313
9313
|
"typeDescriptions": {
|
|
9314
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
9314
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
9315
9315
|
"typeString": "contract ISuperfluid"
|
|
9316
9316
|
}
|
|
9317
9317
|
},
|
|
@@ -9322,10 +9322,10 @@
|
|
|
9322
9322
|
"lValueRequested": false,
|
|
9323
9323
|
"memberName": "callAgreementWithContext",
|
|
9324
9324
|
"nodeType": "MemberAccess",
|
|
9325
|
-
"referencedDeclaration":
|
|
9325
|
+
"referencedDeclaration": 18951,
|
|
9326
9326
|
"src": "20010:40:39",
|
|
9327
9327
|
"typeDescriptions": {
|
|
9328
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
9328
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
9329
9329
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
9330
9330
|
}
|
|
9331
9331
|
},
|
|
@@ -9446,7 +9446,7 @@
|
|
|
9446
9446
|
"stateVariable": false,
|
|
9447
9447
|
"storageLocation": "default",
|
|
9448
9448
|
"typeDescriptions": {
|
|
9449
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9449
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9450
9450
|
"typeString": "contract ISuperfluidToken"
|
|
9451
9451
|
},
|
|
9452
9452
|
"typeName": {
|
|
@@ -9456,13 +9456,13 @@
|
|
|
9456
9456
|
"id": 14724,
|
|
9457
9457
|
"name": "ISuperfluidToken",
|
|
9458
9458
|
"nodeType": "IdentifierPath",
|
|
9459
|
-
"referencedDeclaration":
|
|
9459
|
+
"referencedDeclaration": 19399,
|
|
9460
9460
|
"src": "19837:16:39"
|
|
9461
9461
|
},
|
|
9462
|
-
"referencedDeclaration":
|
|
9462
|
+
"referencedDeclaration": 19399,
|
|
9463
9463
|
"src": "19837:16:39",
|
|
9464
9464
|
"typeDescriptions": {
|
|
9465
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9465
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9466
9466
|
"typeString": "contract ISuperfluidToken"
|
|
9467
9467
|
}
|
|
9468
9468
|
},
|
|
@@ -9622,7 +9622,7 @@
|
|
|
9622
9622
|
"referencedDeclaration": 14771,
|
|
9623
9623
|
"src": "20849:5:39",
|
|
9624
9624
|
"typeDescriptions": {
|
|
9625
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9625
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9626
9626
|
"typeString": "contract ISuperfluidToken"
|
|
9627
9627
|
}
|
|
9628
9628
|
},
|
|
@@ -9721,7 +9721,7 @@
|
|
|
9721
9721
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
9722
9722
|
},
|
|
9723
9723
|
{
|
|
9724
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9724
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9725
9725
|
"typeString": "contract ISuperfluidToken"
|
|
9726
9726
|
},
|
|
9727
9727
|
{
|
|
@@ -9747,7 +9747,7 @@
|
|
|
9747
9747
|
"referencedDeclaration": 14831,
|
|
9748
9748
|
"src": "20818:18:39",
|
|
9749
9749
|
"typeDescriptions": {
|
|
9750
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
9750
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$__$",
|
|
9751
9751
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,bytes memory)"
|
|
9752
9752
|
}
|
|
9753
9753
|
},
|
|
@@ -9835,7 +9835,7 @@
|
|
|
9835
9835
|
"stateVariable": false,
|
|
9836
9836
|
"storageLocation": "default",
|
|
9837
9837
|
"typeDescriptions": {
|
|
9838
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9838
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9839
9839
|
"typeString": "contract ISuperfluidToken"
|
|
9840
9840
|
},
|
|
9841
9841
|
"typeName": {
|
|
@@ -9845,13 +9845,13 @@
|
|
|
9845
9845
|
"id": 14769,
|
|
9846
9846
|
"name": "ISuperfluidToken",
|
|
9847
9847
|
"nodeType": "IdentifierPath",
|
|
9848
|
-
"referencedDeclaration":
|
|
9848
|
+
"referencedDeclaration": 19399,
|
|
9849
9849
|
"src": "20719:16:39"
|
|
9850
9850
|
},
|
|
9851
|
-
"referencedDeclaration":
|
|
9851
|
+
"referencedDeclaration": 19399,
|
|
9852
9852
|
"src": "20719:16:39",
|
|
9853
9853
|
"typeDescriptions": {
|
|
9854
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
9854
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
9855
9855
|
"typeString": "contract ISuperfluidToken"
|
|
9856
9856
|
}
|
|
9857
9857
|
},
|
|
@@ -9959,7 +9959,7 @@
|
|
|
9959
9959
|
"referencedDeclaration": 14041,
|
|
9960
9960
|
"src": "21502:14:39",
|
|
9961
9961
|
"typeDescriptions": {
|
|
9962
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9962
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
9963
9963
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9964
9964
|
}
|
|
9965
9965
|
},
|
|
@@ -9990,7 +9990,7 @@
|
|
|
9990
9990
|
"referencedDeclaration": 14041,
|
|
9991
9991
|
"src": "21570:14:39",
|
|
9992
9992
|
"typeDescriptions": {
|
|
9993
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
9993
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
9994
9994
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
9995
9995
|
}
|
|
9996
9996
|
},
|
|
@@ -10001,10 +10001,10 @@
|
|
|
10001
10001
|
"lValueRequested": false,
|
|
10002
10002
|
"memberName": "revokeSubscription",
|
|
10003
10003
|
"nodeType": "MemberAccess",
|
|
10004
|
-
"referencedDeclaration":
|
|
10004
|
+
"referencedDeclaration": 17251,
|
|
10005
10005
|
"src": "21570:33:39",
|
|
10006
10006
|
"typeDescriptions": {
|
|
10007
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
10007
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10008
10008
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
10009
10009
|
}
|
|
10010
10010
|
},
|
|
@@ -10029,7 +10029,7 @@
|
|
|
10029
10029
|
"referencedDeclaration": 14797,
|
|
10030
10030
|
"src": "21630:5:39",
|
|
10031
10031
|
"typeDescriptions": {
|
|
10032
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10032
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10033
10033
|
"typeString": "contract ISuperfluidToken"
|
|
10034
10034
|
}
|
|
10035
10035
|
},
|
|
@@ -10128,7 +10128,7 @@
|
|
|
10128
10128
|
"typeString": "bytes4"
|
|
10129
10129
|
},
|
|
10130
10130
|
{
|
|
10131
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10131
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10132
10132
|
"typeString": "contract ISuperfluidToken"
|
|
10133
10133
|
},
|
|
10134
10134
|
{
|
|
@@ -10200,7 +10200,7 @@
|
|
|
10200
10200
|
"expression": {
|
|
10201
10201
|
"argumentTypes": [
|
|
10202
10202
|
{
|
|
10203
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
10203
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
10204
10204
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
10205
10205
|
},
|
|
10206
10206
|
{
|
|
@@ -10235,7 +10235,7 @@
|
|
|
10235
10235
|
"referencedDeclaration": 14038,
|
|
10236
10236
|
"src": "21459:15:39",
|
|
10237
10237
|
"typeDescriptions": {
|
|
10238
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
10238
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
10239
10239
|
"typeString": "contract ISuperfluid"
|
|
10240
10240
|
}
|
|
10241
10241
|
},
|
|
@@ -10246,10 +10246,10 @@
|
|
|
10246
10246
|
"lValueRequested": false,
|
|
10247
10247
|
"memberName": "callAgreement",
|
|
10248
10248
|
"nodeType": "MemberAccess",
|
|
10249
|
-
"referencedDeclaration":
|
|
10249
|
+
"referencedDeclaration": 18900,
|
|
10250
10250
|
"src": "21459:29:39",
|
|
10251
10251
|
"typeDescriptions": {
|
|
10252
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
10252
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10253
10253
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
10254
10254
|
}
|
|
10255
10255
|
},
|
|
@@ -10337,7 +10337,7 @@
|
|
|
10337
10337
|
"stateVariable": false,
|
|
10338
10338
|
"storageLocation": "default",
|
|
10339
10339
|
"typeDescriptions": {
|
|
10340
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10340
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10341
10341
|
"typeString": "contract ISuperfluidToken"
|
|
10342
10342
|
},
|
|
10343
10343
|
"typeName": {
|
|
@@ -10347,13 +10347,13 @@
|
|
|
10347
10347
|
"id": 14795,
|
|
10348
10348
|
"name": "ISuperfluidToken",
|
|
10349
10349
|
"nodeType": "IdentifierPath",
|
|
10350
|
-
"referencedDeclaration":
|
|
10350
|
+
"referencedDeclaration": 19399,
|
|
10351
10351
|
"src": "21329:16:39"
|
|
10352
10352
|
},
|
|
10353
|
-
"referencedDeclaration":
|
|
10353
|
+
"referencedDeclaration": 19399,
|
|
10354
10354
|
"src": "21329:16:39",
|
|
10355
10355
|
"typeDescriptions": {
|
|
10356
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10356
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10357
10357
|
"typeString": "contract ISuperfluidToken"
|
|
10358
10358
|
}
|
|
10359
10359
|
},
|
|
@@ -10497,7 +10497,7 @@
|
|
|
10497
10497
|
"referencedDeclaration": 14840,
|
|
10498
10498
|
"src": "22480:5:39",
|
|
10499
10499
|
"typeDescriptions": {
|
|
10500
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10500
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10501
10501
|
"typeString": "contract ISuperfluidToken"
|
|
10502
10502
|
}
|
|
10503
10503
|
},
|
|
@@ -10600,7 +10600,7 @@
|
|
|
10600
10600
|
"typeString": "bytes memory"
|
|
10601
10601
|
},
|
|
10602
10602
|
{
|
|
10603
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10603
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10604
10604
|
"typeString": "contract ISuperfluidToken"
|
|
10605
10605
|
},
|
|
10606
10606
|
{
|
|
@@ -10626,7 +10626,7 @@
|
|
|
10626
10626
|
"referencedDeclaration": 14909,
|
|
10627
10627
|
"src": "22400:25:39",
|
|
10628
10628
|
"typeDescriptions": {
|
|
10629
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
10629
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10630
10630
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,bytes memory) returns (bytes memory)"
|
|
10631
10631
|
}
|
|
10632
10632
|
},
|
|
@@ -10742,7 +10742,7 @@
|
|
|
10742
10742
|
"stateVariable": false,
|
|
10743
10743
|
"storageLocation": "default",
|
|
10744
10744
|
"typeDescriptions": {
|
|
10745
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10745
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10746
10746
|
"typeString": "contract ISuperfluidToken"
|
|
10747
10747
|
},
|
|
10748
10748
|
"typeName": {
|
|
@@ -10752,13 +10752,13 @@
|
|
|
10752
10752
|
"id": 14838,
|
|
10753
10753
|
"name": "ISuperfluidToken",
|
|
10754
10754
|
"nodeType": "IdentifierPath",
|
|
10755
|
-
"referencedDeclaration":
|
|
10755
|
+
"referencedDeclaration": 19399,
|
|
10756
10756
|
"src": "22264:16:39"
|
|
10757
10757
|
},
|
|
10758
|
-
"referencedDeclaration":
|
|
10758
|
+
"referencedDeclaration": 19399,
|
|
10759
10759
|
"src": "22264:16:39",
|
|
10760
10760
|
"typeDescriptions": {
|
|
10761
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
10761
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
10762
10762
|
"typeString": "contract ISuperfluidToken"
|
|
10763
10763
|
}
|
|
10764
10764
|
},
|
|
@@ -10931,7 +10931,7 @@
|
|
|
10931
10931
|
"referencedDeclaration": 14041,
|
|
10932
10932
|
"src": "23365:14:39",
|
|
10933
10933
|
"typeDescriptions": {
|
|
10934
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
10934
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
10935
10935
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
10936
10936
|
}
|
|
10937
10937
|
},
|
|
@@ -10962,7 +10962,7 @@
|
|
|
10962
10962
|
"referencedDeclaration": 14041,
|
|
10963
10963
|
"src": "23433:14:39",
|
|
10964
10964
|
"typeDescriptions": {
|
|
10965
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
10965
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
10966
10966
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
10967
10967
|
}
|
|
10968
10968
|
},
|
|
@@ -10973,10 +10973,10 @@
|
|
|
10973
10973
|
"lValueRequested": false,
|
|
10974
10974
|
"memberName": "revokeSubscription",
|
|
10975
10975
|
"nodeType": "MemberAccess",
|
|
10976
|
-
"referencedDeclaration":
|
|
10976
|
+
"referencedDeclaration": 17251,
|
|
10977
10977
|
"src": "23433:33:39",
|
|
10978
10978
|
"typeDescriptions": {
|
|
10979
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
10979
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
10980
10980
|
"typeString": "function (contract ISuperfluidToken,address,uint32,bytes memory) external returns (bytes memory)"
|
|
10981
10981
|
}
|
|
10982
10982
|
},
|
|
@@ -11001,7 +11001,7 @@
|
|
|
11001
11001
|
"referencedDeclaration": 14871,
|
|
11002
11002
|
"src": "23493:5:39",
|
|
11003
11003
|
"typeDescriptions": {
|
|
11004
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11004
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11005
11005
|
"typeString": "contract ISuperfluidToken"
|
|
11006
11006
|
}
|
|
11007
11007
|
},
|
|
@@ -11100,7 +11100,7 @@
|
|
|
11100
11100
|
"typeString": "bytes4"
|
|
11101
11101
|
},
|
|
11102
11102
|
{
|
|
11103
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11103
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11104
11104
|
"typeString": "contract ISuperfluidToken"
|
|
11105
11105
|
},
|
|
11106
11106
|
{
|
|
@@ -11184,7 +11184,7 @@
|
|
|
11184
11184
|
"expression": {
|
|
11185
11185
|
"argumentTypes": [
|
|
11186
11186
|
{
|
|
11187
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
11187
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
11188
11188
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
11189
11189
|
},
|
|
11190
11190
|
{
|
|
@@ -11223,7 +11223,7 @@
|
|
|
11223
11223
|
"referencedDeclaration": 14038,
|
|
11224
11224
|
"src": "23311:15:39",
|
|
11225
11225
|
"typeDescriptions": {
|
|
11226
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
11226
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
11227
11227
|
"typeString": "contract ISuperfluid"
|
|
11228
11228
|
}
|
|
11229
11229
|
},
|
|
@@ -11234,10 +11234,10 @@
|
|
|
11234
11234
|
"lValueRequested": false,
|
|
11235
11235
|
"memberName": "callAgreementWithContext",
|
|
11236
11236
|
"nodeType": "MemberAccess",
|
|
11237
|
-
"referencedDeclaration":
|
|
11237
|
+
"referencedDeclaration": 18951,
|
|
11238
11238
|
"src": "23311:40:39",
|
|
11239
11239
|
"typeDescriptions": {
|
|
11240
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
11240
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
11241
11241
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
11242
11242
|
}
|
|
11243
11243
|
},
|
|
@@ -11358,7 +11358,7 @@
|
|
|
11358
11358
|
"stateVariable": false,
|
|
11359
11359
|
"storageLocation": "default",
|
|
11360
11360
|
"typeDescriptions": {
|
|
11361
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11361
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11362
11362
|
"typeString": "contract ISuperfluidToken"
|
|
11363
11363
|
},
|
|
11364
11364
|
"typeName": {
|
|
@@ -11368,13 +11368,13 @@
|
|
|
11368
11368
|
"id": 14869,
|
|
11369
11369
|
"name": "ISuperfluidToken",
|
|
11370
11370
|
"nodeType": "IdentifierPath",
|
|
11371
|
-
"referencedDeclaration":
|
|
11371
|
+
"referencedDeclaration": 19399,
|
|
11372
11372
|
"src": "23138:16:39"
|
|
11373
11373
|
},
|
|
11374
|
-
"referencedDeclaration":
|
|
11374
|
+
"referencedDeclaration": 19399,
|
|
11375
11375
|
"src": "23138:16:39",
|
|
11376
11376
|
"typeDescriptions": {
|
|
11377
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11377
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11378
11378
|
"typeString": "contract ISuperfluidToken"
|
|
11379
11379
|
}
|
|
11380
11380
|
},
|
|
@@ -11534,7 +11534,7 @@
|
|
|
11534
11534
|
"referencedDeclaration": 14916,
|
|
11535
11535
|
"src": "24330:5:39",
|
|
11536
11536
|
"typeDescriptions": {
|
|
11537
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11537
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11538
11538
|
"typeString": "contract ISuperfluidToken"
|
|
11539
11539
|
}
|
|
11540
11540
|
},
|
|
@@ -11645,7 +11645,7 @@
|
|
|
11645
11645
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
11646
11646
|
},
|
|
11647
11647
|
{
|
|
11648
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11648
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11649
11649
|
"typeString": "contract ISuperfluidToken"
|
|
11650
11650
|
},
|
|
11651
11651
|
{
|
|
@@ -11675,7 +11675,7 @@
|
|
|
11675
11675
|
"referencedDeclaration": 14982,
|
|
11676
11676
|
"src": "24294:23:39",
|
|
11677
11677
|
"typeDescriptions": {
|
|
11678
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
11678
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$__$",
|
|
11679
11679
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,uint32,address,uint128,bytes memory)"
|
|
11680
11680
|
}
|
|
11681
11681
|
},
|
|
@@ -11763,7 +11763,7 @@
|
|
|
11763
11763
|
"stateVariable": false,
|
|
11764
11764
|
"storageLocation": "default",
|
|
11765
11765
|
"typeDescriptions": {
|
|
11766
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11766
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11767
11767
|
"typeString": "contract ISuperfluidToken"
|
|
11768
11768
|
},
|
|
11769
11769
|
"typeName": {
|
|
@@ -11773,13 +11773,13 @@
|
|
|
11773
11773
|
"id": 14914,
|
|
11774
11774
|
"name": "ISuperfluidToken",
|
|
11775
11775
|
"nodeType": "IdentifierPath",
|
|
11776
|
-
"referencedDeclaration":
|
|
11776
|
+
"referencedDeclaration": 19399,
|
|
11777
11777
|
"src": "24171:16:39"
|
|
11778
11778
|
},
|
|
11779
|
-
"referencedDeclaration":
|
|
11779
|
+
"referencedDeclaration": 19399,
|
|
11780
11780
|
"src": "24171:16:39",
|
|
11781
11781
|
"typeDescriptions": {
|
|
11782
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11782
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11783
11783
|
"typeString": "contract ISuperfluidToken"
|
|
11784
11784
|
}
|
|
11785
11785
|
},
|
|
@@ -11914,7 +11914,7 @@
|
|
|
11914
11914
|
"referencedDeclaration": 14041,
|
|
11915
11915
|
"src": "25167:14:39",
|
|
11916
11916
|
"typeDescriptions": {
|
|
11917
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
11917
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
11918
11918
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
11919
11919
|
}
|
|
11920
11920
|
},
|
|
@@ -11945,7 +11945,7 @@
|
|
|
11945
11945
|
"referencedDeclaration": 14041,
|
|
11946
11946
|
"src": "25235:14:39",
|
|
11947
11947
|
"typeDescriptions": {
|
|
11948
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
11948
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
11949
11949
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
11950
11950
|
}
|
|
11951
11951
|
},
|
|
@@ -11956,10 +11956,10 @@
|
|
|
11956
11956
|
"lValueRequested": false,
|
|
11957
11957
|
"memberName": "updateSubscription",
|
|
11958
11958
|
"nodeType": "MemberAccess",
|
|
11959
|
-
"referencedDeclaration":
|
|
11959
|
+
"referencedDeclaration": 17296,
|
|
11960
11960
|
"src": "25235:33:39",
|
|
11961
11961
|
"typeDescriptions": {
|
|
11962
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
11962
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
11963
11963
|
"typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
|
|
11964
11964
|
}
|
|
11965
11965
|
},
|
|
@@ -11984,7 +11984,7 @@
|
|
|
11984
11984
|
"referencedDeclaration": 14945,
|
|
11985
11985
|
"src": "25295:5:39",
|
|
11986
11986
|
"typeDescriptions": {
|
|
11987
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
11987
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
11988
11988
|
"typeString": "contract ISuperfluidToken"
|
|
11989
11989
|
}
|
|
11990
11990
|
},
|
|
@@ -12095,7 +12095,7 @@
|
|
|
12095
12095
|
"typeString": "bytes4"
|
|
12096
12096
|
},
|
|
12097
12097
|
{
|
|
12098
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12098
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
12099
12099
|
"typeString": "contract ISuperfluidToken"
|
|
12100
12100
|
},
|
|
12101
12101
|
{
|
|
@@ -12171,7 +12171,7 @@
|
|
|
12171
12171
|
"expression": {
|
|
12172
12172
|
"argumentTypes": [
|
|
12173
12173
|
{
|
|
12174
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
12174
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
12175
12175
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
12176
12176
|
},
|
|
12177
12177
|
{
|
|
@@ -12206,7 +12206,7 @@
|
|
|
12206
12206
|
"referencedDeclaration": 14038,
|
|
12207
12207
|
"src": "25124:15:39",
|
|
12208
12208
|
"typeDescriptions": {
|
|
12209
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
12209
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
12210
12210
|
"typeString": "contract ISuperfluid"
|
|
12211
12211
|
}
|
|
12212
12212
|
},
|
|
@@ -12217,10 +12217,10 @@
|
|
|
12217
12217
|
"lValueRequested": false,
|
|
12218
12218
|
"memberName": "callAgreement",
|
|
12219
12219
|
"nodeType": "MemberAccess",
|
|
12220
|
-
"referencedDeclaration":
|
|
12220
|
+
"referencedDeclaration": 18900,
|
|
12221
12221
|
"src": "25124:29:39",
|
|
12222
12222
|
"typeDescriptions": {
|
|
12223
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
12223
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
12224
12224
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
12225
12225
|
}
|
|
12226
12226
|
},
|
|
@@ -12308,7 +12308,7 @@
|
|
|
12308
12308
|
"stateVariable": false,
|
|
12309
12309
|
"storageLocation": "default",
|
|
12310
12310
|
"typeDescriptions": {
|
|
12311
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12311
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
12312
12312
|
"typeString": "contract ISuperfluidToken"
|
|
12313
12313
|
},
|
|
12314
12314
|
"typeName": {
|
|
@@ -12318,13 +12318,13 @@
|
|
|
12318
12318
|
"id": 14943,
|
|
12319
12319
|
"name": "ISuperfluidToken",
|
|
12320
12320
|
"nodeType": "IdentifierPath",
|
|
12321
|
-
"referencedDeclaration":
|
|
12321
|
+
"referencedDeclaration": 19399,
|
|
12322
12322
|
"src": "24970:16:39"
|
|
12323
12323
|
},
|
|
12324
|
-
"referencedDeclaration":
|
|
12324
|
+
"referencedDeclaration": 19399,
|
|
12325
12325
|
"src": "24970:16:39",
|
|
12326
12326
|
"typeDescriptions": {
|
|
12327
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12327
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
12328
12328
|
"typeString": "contract ISuperfluidToken"
|
|
12329
12329
|
}
|
|
12330
12330
|
},
|
|
@@ -12495,7 +12495,7 @@
|
|
|
12495
12495
|
"referencedDeclaration": 14991,
|
|
12496
12496
|
"src": "26350:5:39",
|
|
12497
12497
|
"typeDescriptions": {
|
|
12498
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12498
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
12499
12499
|
"typeString": "contract ISuperfluidToken"
|
|
12500
12500
|
}
|
|
12501
12501
|
},
|
|
@@ -12610,7 +12610,7 @@
|
|
|
12610
12610
|
"typeString": "bytes memory"
|
|
12611
12611
|
},
|
|
12612
12612
|
{
|
|
12613
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12613
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
12614
12614
|
"typeString": "contract ISuperfluidToken"
|
|
12615
12615
|
},
|
|
12616
12616
|
{
|
|
@@ -12640,7 +12640,7 @@
|
|
|
12640
12640
|
"referencedDeclaration": 15066,
|
|
12641
12641
|
"src": "26265:30:39",
|
|
12642
12642
|
"typeDescriptions": {
|
|
12643
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
12643
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
12644
12644
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,uint32,address,uint128,bytes memory) returns (bytes memory)"
|
|
12645
12645
|
}
|
|
12646
12646
|
},
|
|
@@ -12756,7 +12756,7 @@
|
|
|
12756
12756
|
"stateVariable": false,
|
|
12757
12757
|
"storageLocation": "default",
|
|
12758
12758
|
"typeDescriptions": {
|
|
12759
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12759
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
12760
12760
|
"typeString": "contract ISuperfluidToken"
|
|
12761
12761
|
},
|
|
12762
12762
|
"typeName": {
|
|
@@ -12766,13 +12766,13 @@
|
|
|
12766
12766
|
"id": 14989,
|
|
12767
12767
|
"name": "ISuperfluidToken",
|
|
12768
12768
|
"nodeType": "IdentifierPath",
|
|
12769
|
-
"referencedDeclaration":
|
|
12769
|
+
"referencedDeclaration": 19399,
|
|
12770
12770
|
"src": "26105:16:39"
|
|
12771
12771
|
},
|
|
12772
|
-
"referencedDeclaration":
|
|
12772
|
+
"referencedDeclaration": 19399,
|
|
12773
12773
|
"src": "26105:16:39",
|
|
12774
12774
|
"typeDescriptions": {
|
|
12775
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
12775
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
12776
12776
|
"typeString": "contract ISuperfluidToken"
|
|
12777
12777
|
}
|
|
12778
12778
|
},
|
|
@@ -12972,7 +12972,7 @@
|
|
|
12972
12972
|
"referencedDeclaration": 14041,
|
|
12973
12973
|
"src": "27423:14:39",
|
|
12974
12974
|
"typeDescriptions": {
|
|
12975
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
12975
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
12976
12976
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
12977
12977
|
}
|
|
12978
12978
|
},
|
|
@@ -13003,7 +13003,7 @@
|
|
|
13003
13003
|
"referencedDeclaration": 14041,
|
|
13004
13004
|
"src": "27491:14:39",
|
|
13005
13005
|
"typeDescriptions": {
|
|
13006
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
13006
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
13007
13007
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
13008
13008
|
}
|
|
13009
13009
|
},
|
|
@@ -13014,10 +13014,10 @@
|
|
|
13014
13014
|
"lValueRequested": false,
|
|
13015
13015
|
"memberName": "updateSubscription",
|
|
13016
13016
|
"nodeType": "MemberAccess",
|
|
13017
|
-
"referencedDeclaration":
|
|
13017
|
+
"referencedDeclaration": 17296,
|
|
13018
13018
|
"src": "27491:33:39",
|
|
13019
13019
|
"typeDescriptions": {
|
|
13020
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
13020
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_uint32_$_t_address_$_t_uint128_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
13021
13021
|
"typeString": "function (contract ISuperfluidToken,uint32,address,uint128,bytes memory) external returns (bytes memory)"
|
|
13022
13022
|
}
|
|
13023
13023
|
},
|
|
@@ -13042,7 +13042,7 @@
|
|
|
13042
13042
|
"referencedDeclaration": 15025,
|
|
13043
13043
|
"src": "27551:5:39",
|
|
13044
13044
|
"typeDescriptions": {
|
|
13045
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13045
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13046
13046
|
"typeString": "contract ISuperfluidToken"
|
|
13047
13047
|
}
|
|
13048
13048
|
},
|
|
@@ -13153,7 +13153,7 @@
|
|
|
13153
13153
|
"typeString": "bytes4"
|
|
13154
13154
|
},
|
|
13155
13155
|
{
|
|
13156
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13156
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13157
13157
|
"typeString": "contract ISuperfluidToken"
|
|
13158
13158
|
},
|
|
13159
13159
|
{
|
|
@@ -13241,7 +13241,7 @@
|
|
|
13241
13241
|
"expression": {
|
|
13242
13242
|
"argumentTypes": [
|
|
13243
13243
|
{
|
|
13244
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
13244
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
13245
13245
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
13246
13246
|
},
|
|
13247
13247
|
{
|
|
@@ -13280,7 +13280,7 @@
|
|
|
13280
13280
|
"referencedDeclaration": 14038,
|
|
13281
13281
|
"src": "27369:15:39",
|
|
13282
13282
|
"typeDescriptions": {
|
|
13283
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
13283
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
13284
13284
|
"typeString": "contract ISuperfluid"
|
|
13285
13285
|
}
|
|
13286
13286
|
},
|
|
@@ -13291,10 +13291,10 @@
|
|
|
13291
13291
|
"lValueRequested": false,
|
|
13292
13292
|
"memberName": "callAgreementWithContext",
|
|
13293
13293
|
"nodeType": "MemberAccess",
|
|
13294
|
-
"referencedDeclaration":
|
|
13294
|
+
"referencedDeclaration": 18951,
|
|
13295
13295
|
"src": "27369:40:39",
|
|
13296
13296
|
"typeDescriptions": {
|
|
13297
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
13297
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
13298
13298
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
13299
13299
|
}
|
|
13300
13300
|
},
|
|
@@ -13415,7 +13415,7 @@
|
|
|
13415
13415
|
"stateVariable": false,
|
|
13416
13416
|
"storageLocation": "default",
|
|
13417
13417
|
"typeDescriptions": {
|
|
13418
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13418
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13419
13419
|
"typeString": "contract ISuperfluidToken"
|
|
13420
13420
|
},
|
|
13421
13421
|
"typeName": {
|
|
@@ -13425,13 +13425,13 @@
|
|
|
13425
13425
|
"id": 15023,
|
|
13426
13426
|
"name": "ISuperfluidToken",
|
|
13427
13427
|
"nodeType": "IdentifierPath",
|
|
13428
|
-
"referencedDeclaration":
|
|
13428
|
+
"referencedDeclaration": 19399,
|
|
13429
13429
|
"src": "27172:16:39"
|
|
13430
13430
|
},
|
|
13431
|
-
"referencedDeclaration":
|
|
13431
|
+
"referencedDeclaration": 19399,
|
|
13432
13432
|
"src": "27172:16:39",
|
|
13433
13433
|
"typeDescriptions": {
|
|
13434
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13434
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13435
13435
|
"typeString": "contract ISuperfluidToken"
|
|
13436
13436
|
}
|
|
13437
13437
|
},
|
|
@@ -13618,7 +13618,7 @@
|
|
|
13618
13618
|
"referencedDeclaration": 15073,
|
|
13619
13619
|
"src": "28352:5:39",
|
|
13620
13620
|
"typeDescriptions": {
|
|
13621
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13621
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13622
13622
|
"typeString": "contract ISuperfluidToken"
|
|
13623
13623
|
}
|
|
13624
13624
|
},
|
|
@@ -13729,7 +13729,7 @@
|
|
|
13729
13729
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
13730
13730
|
},
|
|
13731
13731
|
{
|
|
13732
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13732
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13733
13733
|
"typeString": "contract ISuperfluidToken"
|
|
13734
13734
|
},
|
|
13735
13735
|
{
|
|
@@ -13759,7 +13759,7 @@
|
|
|
13759
13759
|
"referencedDeclaration": 15139,
|
|
13760
13760
|
"src": "28321:18:39",
|
|
13761
13761
|
"typeDescriptions": {
|
|
13762
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
13762
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
13763
13763
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
13764
13764
|
}
|
|
13765
13765
|
},
|
|
@@ -13847,7 +13847,7 @@
|
|
|
13847
13847
|
"stateVariable": false,
|
|
13848
13848
|
"storageLocation": "default",
|
|
13849
13849
|
"typeDescriptions": {
|
|
13850
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13850
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13851
13851
|
"typeString": "contract ISuperfluidToken"
|
|
13852
13852
|
},
|
|
13853
13853
|
"typeName": {
|
|
@@ -13857,13 +13857,13 @@
|
|
|
13857
13857
|
"id": 15071,
|
|
13858
13858
|
"name": "ISuperfluidToken",
|
|
13859
13859
|
"nodeType": "IdentifierPath",
|
|
13860
|
-
"referencedDeclaration":
|
|
13860
|
+
"referencedDeclaration": 19399,
|
|
13861
13861
|
"src": "28194:16:39"
|
|
13862
13862
|
},
|
|
13863
|
-
"referencedDeclaration":
|
|
13863
|
+
"referencedDeclaration": 19399,
|
|
13864
13864
|
"src": "28194:16:39",
|
|
13865
13865
|
"typeDescriptions": {
|
|
13866
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
13866
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
13867
13867
|
"typeString": "contract ISuperfluidToken"
|
|
13868
13868
|
}
|
|
13869
13869
|
},
|
|
@@ -13999,7 +13999,7 @@
|
|
|
13999
13999
|
"referencedDeclaration": 14041,
|
|
14000
14000
|
"src": "29146:14:39",
|
|
14001
14001
|
"typeDescriptions": {
|
|
14002
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
14002
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
14003
14003
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
14004
14004
|
}
|
|
14005
14005
|
},
|
|
@@ -14030,7 +14030,7 @@
|
|
|
14030
14030
|
"referencedDeclaration": 14041,
|
|
14031
14031
|
"src": "29214:14:39",
|
|
14032
14032
|
"typeDescriptions": {
|
|
14033
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
14033
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
14034
14034
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
14035
14035
|
}
|
|
14036
14036
|
},
|
|
@@ -14041,10 +14041,10 @@
|
|
|
14041
14041
|
"lValueRequested": false,
|
|
14042
14042
|
"memberName": "deleteSubscription",
|
|
14043
14043
|
"nodeType": "MemberAccess",
|
|
14044
|
-
"referencedDeclaration":
|
|
14044
|
+
"referencedDeclaration": 17403,
|
|
14045
14045
|
"src": "29214:33:39",
|
|
14046
14046
|
"typeDescriptions": {
|
|
14047
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
14047
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
14048
14048
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
14049
14049
|
}
|
|
14050
14050
|
},
|
|
@@ -14069,7 +14069,7 @@
|
|
|
14069
14069
|
"referencedDeclaration": 15102,
|
|
14070
14070
|
"src": "29274:5:39",
|
|
14071
14071
|
"typeDescriptions": {
|
|
14072
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14072
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14073
14073
|
"typeString": "contract ISuperfluidToken"
|
|
14074
14074
|
}
|
|
14075
14075
|
},
|
|
@@ -14180,7 +14180,7 @@
|
|
|
14180
14180
|
"typeString": "bytes4"
|
|
14181
14181
|
},
|
|
14182
14182
|
{
|
|
14183
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14183
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14184
14184
|
"typeString": "contract ISuperfluidToken"
|
|
14185
14185
|
},
|
|
14186
14186
|
{
|
|
@@ -14256,7 +14256,7 @@
|
|
|
14256
14256
|
"expression": {
|
|
14257
14257
|
"argumentTypes": [
|
|
14258
14258
|
{
|
|
14259
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
14259
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
14260
14260
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
14261
14261
|
},
|
|
14262
14262
|
{
|
|
@@ -14291,7 +14291,7 @@
|
|
|
14291
14291
|
"referencedDeclaration": 14038,
|
|
14292
14292
|
"src": "29103:15:39",
|
|
14293
14293
|
"typeDescriptions": {
|
|
14294
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
14294
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
14295
14295
|
"typeString": "contract ISuperfluid"
|
|
14296
14296
|
}
|
|
14297
14297
|
},
|
|
@@ -14302,10 +14302,10 @@
|
|
|
14302
14302
|
"lValueRequested": false,
|
|
14303
14303
|
"memberName": "callAgreement",
|
|
14304
14304
|
"nodeType": "MemberAccess",
|
|
14305
|
-
"referencedDeclaration":
|
|
14305
|
+
"referencedDeclaration": 18900,
|
|
14306
14306
|
"src": "29103:29:39",
|
|
14307
14307
|
"typeDescriptions": {
|
|
14308
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
14308
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
14309
14309
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
14310
14310
|
}
|
|
14311
14311
|
},
|
|
@@ -14393,7 +14393,7 @@
|
|
|
14393
14393
|
"stateVariable": false,
|
|
14394
14394
|
"storageLocation": "default",
|
|
14395
14395
|
"typeDescriptions": {
|
|
14396
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14396
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14397
14397
|
"typeString": "contract ISuperfluidToken"
|
|
14398
14398
|
},
|
|
14399
14399
|
"typeName": {
|
|
@@ -14403,13 +14403,13 @@
|
|
|
14403
14403
|
"id": 15100,
|
|
14404
14404
|
"name": "ISuperfluidToken",
|
|
14405
14405
|
"nodeType": "IdentifierPath",
|
|
14406
|
-
"referencedDeclaration":
|
|
14406
|
+
"referencedDeclaration": 19399,
|
|
14407
14407
|
"src": "28945:16:39"
|
|
14408
14408
|
},
|
|
14409
|
-
"referencedDeclaration":
|
|
14409
|
+
"referencedDeclaration": 19399,
|
|
14410
14410
|
"src": "28945:16:39",
|
|
14411
14411
|
"typeDescriptions": {
|
|
14412
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14412
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14413
14413
|
"typeString": "contract ISuperfluidToken"
|
|
14414
14414
|
}
|
|
14415
14415
|
},
|
|
@@ -14581,7 +14581,7 @@
|
|
|
14581
14581
|
"referencedDeclaration": 15148,
|
|
14582
14582
|
"src": "30273:5:39",
|
|
14583
14583
|
"typeDescriptions": {
|
|
14584
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14584
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14585
14585
|
"typeString": "contract ISuperfluidToken"
|
|
14586
14586
|
}
|
|
14587
14587
|
},
|
|
@@ -14696,7 +14696,7 @@
|
|
|
14696
14696
|
"typeString": "bytes memory"
|
|
14697
14697
|
},
|
|
14698
14698
|
{
|
|
14699
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14699
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14700
14700
|
"typeString": "contract ISuperfluidToken"
|
|
14701
14701
|
},
|
|
14702
14702
|
{
|
|
@@ -14726,7 +14726,7 @@
|
|
|
14726
14726
|
"referencedDeclaration": 15223,
|
|
14727
14727
|
"src": "30193:25:39",
|
|
14728
14728
|
"typeDescriptions": {
|
|
14729
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
14729
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
14730
14730
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,address,bytes memory) returns (bytes memory)"
|
|
14731
14731
|
}
|
|
14732
14732
|
},
|
|
@@ -14842,7 +14842,7 @@
|
|
|
14842
14842
|
"stateVariable": false,
|
|
14843
14843
|
"storageLocation": "default",
|
|
14844
14844
|
"typeDescriptions": {
|
|
14845
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14845
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14846
14846
|
"typeString": "contract ISuperfluidToken"
|
|
14847
14847
|
},
|
|
14848
14848
|
"typeName": {
|
|
@@ -14852,13 +14852,13 @@
|
|
|
14852
14852
|
"id": 15146,
|
|
14853
14853
|
"name": "ISuperfluidToken",
|
|
14854
14854
|
"nodeType": "IdentifierPath",
|
|
14855
|
-
"referencedDeclaration":
|
|
14855
|
+
"referencedDeclaration": 19399,
|
|
14856
14856
|
"src": "30029:16:39"
|
|
14857
14857
|
},
|
|
14858
|
-
"referencedDeclaration":
|
|
14858
|
+
"referencedDeclaration": 19399,
|
|
14859
14859
|
"src": "30029:16:39",
|
|
14860
14860
|
"typeDescriptions": {
|
|
14861
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
14861
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
14862
14862
|
"typeString": "contract ISuperfluidToken"
|
|
14863
14863
|
}
|
|
14864
14864
|
},
|
|
@@ -15059,7 +15059,7 @@
|
|
|
15059
15059
|
"referencedDeclaration": 14041,
|
|
15060
15060
|
"src": "31303:14:39",
|
|
15061
15061
|
"typeDescriptions": {
|
|
15062
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
15062
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
15063
15063
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
15064
15064
|
}
|
|
15065
15065
|
},
|
|
@@ -15090,7 +15090,7 @@
|
|
|
15090
15090
|
"referencedDeclaration": 14041,
|
|
15091
15091
|
"src": "31371:14:39",
|
|
15092
15092
|
"typeDescriptions": {
|
|
15093
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
15093
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
15094
15094
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
15095
15095
|
}
|
|
15096
15096
|
},
|
|
@@ -15101,10 +15101,10 @@
|
|
|
15101
15101
|
"lValueRequested": false,
|
|
15102
15102
|
"memberName": "deleteSubscription",
|
|
15103
15103
|
"nodeType": "MemberAccess",
|
|
15104
|
-
"referencedDeclaration":
|
|
15104
|
+
"referencedDeclaration": 17403,
|
|
15105
15105
|
"src": "31371:33:39",
|
|
15106
15106
|
"typeDescriptions": {
|
|
15107
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
15107
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
15108
15108
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
15109
15109
|
}
|
|
15110
15110
|
},
|
|
@@ -15129,7 +15129,7 @@
|
|
|
15129
15129
|
"referencedDeclaration": 15182,
|
|
15130
15130
|
"src": "31431:5:39",
|
|
15131
15131
|
"typeDescriptions": {
|
|
15132
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15132
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15133
15133
|
"typeString": "contract ISuperfluidToken"
|
|
15134
15134
|
}
|
|
15135
15135
|
},
|
|
@@ -15240,7 +15240,7 @@
|
|
|
15240
15240
|
"typeString": "bytes4"
|
|
15241
15241
|
},
|
|
15242
15242
|
{
|
|
15243
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15243
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15244
15244
|
"typeString": "contract ISuperfluidToken"
|
|
15245
15245
|
},
|
|
15246
15246
|
{
|
|
@@ -15328,7 +15328,7 @@
|
|
|
15328
15328
|
"expression": {
|
|
15329
15329
|
"argumentTypes": [
|
|
15330
15330
|
{
|
|
15331
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
15331
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
15332
15332
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
15333
15333
|
},
|
|
15334
15334
|
{
|
|
@@ -15367,7 +15367,7 @@
|
|
|
15367
15367
|
"referencedDeclaration": 14038,
|
|
15368
15368
|
"src": "31249:15:39",
|
|
15369
15369
|
"typeDescriptions": {
|
|
15370
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
15370
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
15371
15371
|
"typeString": "contract ISuperfluid"
|
|
15372
15372
|
}
|
|
15373
15373
|
},
|
|
@@ -15378,10 +15378,10 @@
|
|
|
15378
15378
|
"lValueRequested": false,
|
|
15379
15379
|
"memberName": "callAgreementWithContext",
|
|
15380
15380
|
"nodeType": "MemberAccess",
|
|
15381
|
-
"referencedDeclaration":
|
|
15381
|
+
"referencedDeclaration": 18951,
|
|
15382
15382
|
"src": "31249:40:39",
|
|
15383
15383
|
"typeDescriptions": {
|
|
15384
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
15384
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
15385
15385
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
15386
15386
|
}
|
|
15387
15387
|
},
|
|
@@ -15502,7 +15502,7 @@
|
|
|
15502
15502
|
"stateVariable": false,
|
|
15503
15503
|
"storageLocation": "default",
|
|
15504
15504
|
"typeDescriptions": {
|
|
15505
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15505
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15506
15506
|
"typeString": "contract ISuperfluidToken"
|
|
15507
15507
|
},
|
|
15508
15508
|
"typeName": {
|
|
@@ -15512,13 +15512,13 @@
|
|
|
15512
15512
|
"id": 15180,
|
|
15513
15513
|
"name": "ISuperfluidToken",
|
|
15514
15514
|
"nodeType": "IdentifierPath",
|
|
15515
|
-
"referencedDeclaration":
|
|
15515
|
+
"referencedDeclaration": 19399,
|
|
15516
15516
|
"src": "31048:16:39"
|
|
15517
15517
|
},
|
|
15518
|
-
"referencedDeclaration":
|
|
15518
|
+
"referencedDeclaration": 19399,
|
|
15519
15519
|
"src": "31048:16:39",
|
|
15520
15520
|
"typeDescriptions": {
|
|
15521
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15521
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15522
15522
|
"typeString": "contract ISuperfluidToken"
|
|
15523
15523
|
}
|
|
15524
15524
|
},
|
|
@@ -15706,7 +15706,7 @@
|
|
|
15706
15706
|
"referencedDeclaration": 15230,
|
|
15707
15707
|
"src": "32209:5:39",
|
|
15708
15708
|
"typeDescriptions": {
|
|
15709
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15709
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15710
15710
|
"typeString": "contract ISuperfluidToken"
|
|
15711
15711
|
}
|
|
15712
15712
|
},
|
|
@@ -15817,7 +15817,7 @@
|
|
|
15817
15817
|
"typeString": "struct IDAv1Library.InitData storage pointer"
|
|
15818
15818
|
},
|
|
15819
15819
|
{
|
|
15820
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15820
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15821
15821
|
"typeString": "contract ISuperfluidToken"
|
|
15822
15822
|
},
|
|
15823
15823
|
{
|
|
@@ -15847,7 +15847,7 @@
|
|
|
15847
15847
|
"referencedDeclaration": 15296,
|
|
15848
15848
|
"src": "32191:5:39",
|
|
15849
15849
|
"typeDescriptions": {
|
|
15850
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$
|
|
15850
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$__$",
|
|
15851
15851
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,contract ISuperfluidToken,address,uint32,address,bytes memory)"
|
|
15852
15852
|
}
|
|
15853
15853
|
},
|
|
@@ -15935,7 +15935,7 @@
|
|
|
15935
15935
|
"stateVariable": false,
|
|
15936
15936
|
"storageLocation": "default",
|
|
15937
15937
|
"typeDescriptions": {
|
|
15938
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15938
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15939
15939
|
"typeString": "contract ISuperfluidToken"
|
|
15940
15940
|
},
|
|
15941
15941
|
"typeName": {
|
|
@@ -15945,13 +15945,13 @@
|
|
|
15945
15945
|
"id": 15228,
|
|
15946
15946
|
"name": "ISuperfluidToken",
|
|
15947
15947
|
"nodeType": "IdentifierPath",
|
|
15948
|
-
"referencedDeclaration":
|
|
15948
|
+
"referencedDeclaration": 19399,
|
|
15949
15949
|
"src": "32064:16:39"
|
|
15950
15950
|
},
|
|
15951
|
-
"referencedDeclaration":
|
|
15951
|
+
"referencedDeclaration": 19399,
|
|
15952
15952
|
"src": "32064:16:39",
|
|
15953
15953
|
"typeDescriptions": {
|
|
15954
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
15954
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
15955
15955
|
"typeString": "contract ISuperfluidToken"
|
|
15956
15956
|
}
|
|
15957
15957
|
},
|
|
@@ -16087,7 +16087,7 @@
|
|
|
16087
16087
|
"referencedDeclaration": 14041,
|
|
16088
16088
|
"src": "32989:14:39",
|
|
16089
16089
|
"typeDescriptions": {
|
|
16090
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
16090
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
16091
16091
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
16092
16092
|
}
|
|
16093
16093
|
},
|
|
@@ -16118,7 +16118,7 @@
|
|
|
16118
16118
|
"referencedDeclaration": 14041,
|
|
16119
16119
|
"src": "33057:14:39",
|
|
16120
16120
|
"typeDescriptions": {
|
|
16121
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
16121
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
16122
16122
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
16123
16123
|
}
|
|
16124
16124
|
},
|
|
@@ -16129,10 +16129,10 @@
|
|
|
16129
16129
|
"lValueRequested": false,
|
|
16130
16130
|
"memberName": "claim",
|
|
16131
16131
|
"nodeType": "MemberAccess",
|
|
16132
|
-
"referencedDeclaration":
|
|
16132
|
+
"referencedDeclaration": 17420,
|
|
16133
16133
|
"src": "33057:20:39",
|
|
16134
16134
|
"typeDescriptions": {
|
|
16135
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
16135
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
16136
16136
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
16137
16137
|
}
|
|
16138
16138
|
},
|
|
@@ -16157,7 +16157,7 @@
|
|
|
16157
16157
|
"referencedDeclaration": 15259,
|
|
16158
16158
|
"src": "33104:5:39",
|
|
16159
16159
|
"typeDescriptions": {
|
|
16160
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16160
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16161
16161
|
"typeString": "contract ISuperfluidToken"
|
|
16162
16162
|
}
|
|
16163
16163
|
},
|
|
@@ -16268,7 +16268,7 @@
|
|
|
16268
16268
|
"typeString": "bytes4"
|
|
16269
16269
|
},
|
|
16270
16270
|
{
|
|
16271
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16271
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16272
16272
|
"typeString": "contract ISuperfluidToken"
|
|
16273
16273
|
},
|
|
16274
16274
|
{
|
|
@@ -16344,7 +16344,7 @@
|
|
|
16344
16344
|
"expression": {
|
|
16345
16345
|
"argumentTypes": [
|
|
16346
16346
|
{
|
|
16347
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
16347
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
16348
16348
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
16349
16349
|
},
|
|
16350
16350
|
{
|
|
@@ -16379,7 +16379,7 @@
|
|
|
16379
16379
|
"referencedDeclaration": 14038,
|
|
16380
16380
|
"src": "32946:15:39",
|
|
16381
16381
|
"typeDescriptions": {
|
|
16382
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
16382
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
16383
16383
|
"typeString": "contract ISuperfluid"
|
|
16384
16384
|
}
|
|
16385
16385
|
},
|
|
@@ -16390,10 +16390,10 @@
|
|
|
16390
16390
|
"lValueRequested": false,
|
|
16391
16391
|
"memberName": "callAgreement",
|
|
16392
16392
|
"nodeType": "MemberAccess",
|
|
16393
|
-
"referencedDeclaration":
|
|
16393
|
+
"referencedDeclaration": 18900,
|
|
16394
16394
|
"src": "32946:29:39",
|
|
16395
16395
|
"typeDescriptions": {
|
|
16396
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
16396
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
16397
16397
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory) external returns (bytes memory)"
|
|
16398
16398
|
}
|
|
16399
16399
|
},
|
|
@@ -16481,7 +16481,7 @@
|
|
|
16481
16481
|
"stateVariable": false,
|
|
16482
16482
|
"storageLocation": "default",
|
|
16483
16483
|
"typeDescriptions": {
|
|
16484
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16484
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16485
16485
|
"typeString": "contract ISuperfluidToken"
|
|
16486
16486
|
},
|
|
16487
16487
|
"typeName": {
|
|
@@ -16491,13 +16491,13 @@
|
|
|
16491
16491
|
"id": 15257,
|
|
16492
16492
|
"name": "ISuperfluidToken",
|
|
16493
16493
|
"nodeType": "IdentifierPath",
|
|
16494
|
-
"referencedDeclaration":
|
|
16494
|
+
"referencedDeclaration": 19399,
|
|
16495
16495
|
"src": "32788:16:39"
|
|
16496
16496
|
},
|
|
16497
|
-
"referencedDeclaration":
|
|
16497
|
+
"referencedDeclaration": 19399,
|
|
16498
16498
|
"src": "32788:16:39",
|
|
16499
16499
|
"typeDescriptions": {
|
|
16500
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16500
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16501
16501
|
"typeString": "contract ISuperfluidToken"
|
|
16502
16502
|
}
|
|
16503
16503
|
},
|
|
@@ -16669,7 +16669,7 @@
|
|
|
16669
16669
|
"referencedDeclaration": 15305,
|
|
16670
16670
|
"src": "34016:5:39",
|
|
16671
16671
|
"typeDescriptions": {
|
|
16672
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16672
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16673
16673
|
"typeString": "contract ISuperfluidToken"
|
|
16674
16674
|
}
|
|
16675
16675
|
},
|
|
@@ -16784,7 +16784,7 @@
|
|
|
16784
16784
|
"typeString": "bytes memory"
|
|
16785
16785
|
},
|
|
16786
16786
|
{
|
|
16787
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16787
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16788
16788
|
"typeString": "contract ISuperfluidToken"
|
|
16789
16789
|
},
|
|
16790
16790
|
{
|
|
@@ -16814,7 +16814,7 @@
|
|
|
16814
16814
|
"referencedDeclaration": 15380,
|
|
16815
16815
|
"src": "33949:12:39",
|
|
16816
16816
|
"typeDescriptions": {
|
|
16817
|
-
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$
|
|
16817
|
+
"typeIdentifier": "t_function_internal_nonpayable$_t_struct$_InitData_$14042_storage_ptr_$_t_bytes_memory_ptr_$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
16818
16818
|
"typeString": "function (struct IDAv1Library.InitData storage pointer,bytes memory,contract ISuperfluidToken,address,uint32,address,bytes memory) returns (bytes memory)"
|
|
16819
16819
|
}
|
|
16820
16820
|
},
|
|
@@ -16930,7 +16930,7 @@
|
|
|
16930
16930
|
"stateVariable": false,
|
|
16931
16931
|
"storageLocation": "default",
|
|
16932
16932
|
"typeDescriptions": {
|
|
16933
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16933
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16934
16934
|
"typeString": "contract ISuperfluidToken"
|
|
16935
16935
|
},
|
|
16936
16936
|
"typeName": {
|
|
@@ -16940,13 +16940,13 @@
|
|
|
16940
16940
|
"id": 15303,
|
|
16941
16941
|
"name": "ISuperfluidToken",
|
|
16942
16942
|
"nodeType": "IdentifierPath",
|
|
16943
|
-
"referencedDeclaration":
|
|
16943
|
+
"referencedDeclaration": 19399,
|
|
16944
16944
|
"src": "33785:16:39"
|
|
16945
16945
|
},
|
|
16946
|
-
"referencedDeclaration":
|
|
16946
|
+
"referencedDeclaration": 19399,
|
|
16947
16947
|
"src": "33785:16:39",
|
|
16948
16948
|
"typeDescriptions": {
|
|
16949
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
16949
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
16950
16950
|
"typeString": "contract ISuperfluidToken"
|
|
16951
16951
|
}
|
|
16952
16952
|
},
|
|
@@ -17147,7 +17147,7 @@
|
|
|
17147
17147
|
"referencedDeclaration": 14041,
|
|
17148
17148
|
"src": "34964:14:39",
|
|
17149
17149
|
"typeDescriptions": {
|
|
17150
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
17150
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
17151
17151
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
17152
17152
|
}
|
|
17153
17153
|
},
|
|
@@ -17178,7 +17178,7 @@
|
|
|
17178
17178
|
"referencedDeclaration": 14041,
|
|
17179
17179
|
"src": "35032:14:39",
|
|
17180
17180
|
"typeDescriptions": {
|
|
17181
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
17181
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
17182
17182
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
17183
17183
|
}
|
|
17184
17184
|
},
|
|
@@ -17189,10 +17189,10 @@
|
|
|
17189
17189
|
"lValueRequested": false,
|
|
17190
17190
|
"memberName": "claim",
|
|
17191
17191
|
"nodeType": "MemberAccess",
|
|
17192
|
-
"referencedDeclaration":
|
|
17192
|
+
"referencedDeclaration": 17420,
|
|
17193
17193
|
"src": "35032:20:39",
|
|
17194
17194
|
"typeDescriptions": {
|
|
17195
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$
|
|
17195
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperfluidToken_$19399_$_t_address_$_t_uint32_$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
17196
17196
|
"typeString": "function (contract ISuperfluidToken,address,uint32,address,bytes memory) external returns (bytes memory)"
|
|
17197
17197
|
}
|
|
17198
17198
|
},
|
|
@@ -17217,7 +17217,7 @@
|
|
|
17217
17217
|
"referencedDeclaration": 15339,
|
|
17218
17218
|
"src": "35079:5:39",
|
|
17219
17219
|
"typeDescriptions": {
|
|
17220
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17220
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
17221
17221
|
"typeString": "contract ISuperfluidToken"
|
|
17222
17222
|
}
|
|
17223
17223
|
},
|
|
@@ -17328,7 +17328,7 @@
|
|
|
17328
17328
|
"typeString": "bytes4"
|
|
17329
17329
|
},
|
|
17330
17330
|
{
|
|
17331
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17331
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
17332
17332
|
"typeString": "contract ISuperfluidToken"
|
|
17333
17333
|
},
|
|
17334
17334
|
{
|
|
@@ -17416,7 +17416,7 @@
|
|
|
17416
17416
|
"expression": {
|
|
17417
17417
|
"argumentTypes": [
|
|
17418
17418
|
{
|
|
17419
|
-
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$
|
|
17419
|
+
"typeIdentifier": "t_contract$_IInstantDistributionAgreementV1_$17449",
|
|
17420
17420
|
"typeString": "contract IInstantDistributionAgreementV1"
|
|
17421
17421
|
},
|
|
17422
17422
|
{
|
|
@@ -17455,7 +17455,7 @@
|
|
|
17455
17455
|
"referencedDeclaration": 14038,
|
|
17456
17456
|
"src": "34910:15:39",
|
|
17457
17457
|
"typeDescriptions": {
|
|
17458
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
17458
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19002",
|
|
17459
17459
|
"typeString": "contract ISuperfluid"
|
|
17460
17460
|
}
|
|
17461
17461
|
},
|
|
@@ -17466,10 +17466,10 @@
|
|
|
17466
17466
|
"lValueRequested": false,
|
|
17467
17467
|
"memberName": "callAgreementWithContext",
|
|
17468
17468
|
"nodeType": "MemberAccess",
|
|
17469
|
-
"referencedDeclaration":
|
|
17469
|
+
"referencedDeclaration": 18951,
|
|
17470
17470
|
"src": "34910:40:39",
|
|
17471
17471
|
"typeDescriptions": {
|
|
17472
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$
|
|
17472
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperAgreement_$17949_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$_t_bytes_memory_ptr_$",
|
|
17473
17473
|
"typeString": "function (contract ISuperAgreement,bytes memory,bytes memory,bytes memory) external returns (bytes memory,bytes memory)"
|
|
17474
17474
|
}
|
|
17475
17475
|
},
|
|
@@ -17590,7 +17590,7 @@
|
|
|
17590
17590
|
"stateVariable": false,
|
|
17591
17591
|
"storageLocation": "default",
|
|
17592
17592
|
"typeDescriptions": {
|
|
17593
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17593
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
17594
17594
|
"typeString": "contract ISuperfluidToken"
|
|
17595
17595
|
},
|
|
17596
17596
|
"typeName": {
|
|
@@ -17600,13 +17600,13 @@
|
|
|
17600
17600
|
"id": 15337,
|
|
17601
17601
|
"name": "ISuperfluidToken",
|
|
17602
17602
|
"nodeType": "IdentifierPath",
|
|
17603
|
-
"referencedDeclaration":
|
|
17603
|
+
"referencedDeclaration": 19399,
|
|
17604
17604
|
"src": "34709:16:39"
|
|
17605
17605
|
},
|
|
17606
|
-
"referencedDeclaration":
|
|
17606
|
+
"referencedDeclaration": 19399,
|
|
17607
17607
|
"src": "34709:16:39",
|
|
17608
17608
|
"typeDescriptions": {
|
|
17609
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
17609
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19399",
|
|
17610
17610
|
"typeString": "contract ISuperfluidToken"
|
|
17611
17611
|
}
|
|
17612
17612
|
},
|
|
@@ -17779,7 +17779,7 @@
|
|
|
17779
17779
|
},
|
|
17780
17780
|
"networks": {},
|
|
17781
17781
|
"schemaVersion": "3.4.7",
|
|
17782
|
-
"updatedAt": "2022-05-
|
|
17782
|
+
"updatedAt": "2022-05-06T12:43:05.399Z",
|
|
17783
17783
|
"devdoc": {
|
|
17784
17784
|
"author": "Superfluid",
|
|
17785
17785
|
"details": "Set a variable of type `InitData` in the contract, then call this library's functions directly `initData.functionName()`.",
|