@superfluid-finance/ethereum-contracts 1.2.1-dev.90ccb01.0 → 1.2.2-dev.2bc50bf.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 +181 -181
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +1596 -1596
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +1523 -1523
- package/build/contracts/ConstantFlowAgreementV1.json +15906 -15910
- 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 +1523 -1523
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +1524 -1524
- 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 +964 -1066
- package/build/contracts/IDAv1Library.json +2579 -2579
- 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 +1432 -1432
- package/build/contracts/ITOGAv2.json +1432 -1432
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5739 -5739
- package/build/contracts/Int96SafeMath.json +281 -281
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
- package/build/contracts/NonClosableOutflowTestApp.json +1524 -1524
- 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 +1523 -1523
- package/build/contracts/SlotsBitmapLibrary.json +441 -441
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +239 -239
- 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 +4935 -4935
- package/build/contracts/SuperfluidFrameworkDeployer.json +535 -535
- package/build/contracts/SuperfluidGovernanceBase.json +2224 -2224
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +147 -147
- package/build/contracts/SuperfluidGovernanceIIProxy.json +128 -128
- package/build/contracts/SuperfluidLoader.json +207 -207
- package/build/contracts/SuperfluidToken.json +1345 -1345
- package/build/contracts/TOGA.json +1451 -1451
- package/build/contracts/TestGovernance.json +246 -246
- 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 +1 -1
- package/contracts/agreements/ConstantFlowAgreementV1.sol +7 -11
- package/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol +3 -9
- package/package.json +3 -3
|
@@ -18,25 +18,25 @@
|
|
|
18
18
|
5927
|
|
19
19
|
],
|
|
20
20
|
"ContextDefinitions": [
|
|
21
|
-
|
|
21
|
+
17942
|
|
22
22
|
],
|
|
23
23
|
"ISuperApp": [
|
|
24
|
-
|
|
24
|
+
18307
|
|
25
25
|
],
|
|
26
26
|
"ISuperfluid": [
|
|
27
|
-
|
|
27
|
+
19246
|
|
28
28
|
],
|
|
29
29
|
"ISuperfluidGovernance": [
|
|
30
|
-
|
|
30
|
+
19369
|
|
31
31
|
],
|
|
32
32
|
"ISuperfluidToken": [
|
|
33
|
-
|
|
33
|
+
19643
|
|
34
34
|
],
|
|
35
35
|
"SafeCast": [
|
|
36
36
|
4435
|
|
37
37
|
],
|
|
38
38
|
"SuperAppDefinitions": [
|
|
39
|
-
|
|
39
|
+
17866
|
|
40
40
|
]
|
|
41
41
|
},
|
|
42
42
|
"id": 5928,
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"nameLocation": "-1:-1:-1",
|
|
61
61
|
"nodeType": "ImportDirective",
|
|
62
62
|
"scope": 5928,
|
|
63
|
-
"sourceUnit":
|
|
63
|
+
"sourceUnit": 19247,
|
|
64
64
|
"src": "60:188:35",
|
|
65
65
|
"symbolAliases": [
|
|
66
66
|
{
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"name": "ISuperfluidGovernance",
|
|
70
70
|
"nodeType": "Identifier",
|
|
71
71
|
"overloadedDeclarations": [],
|
|
72
|
-
"referencedDeclaration":
|
|
72
|
+
"referencedDeclaration": 19369,
|
|
73
73
|
"src": "73:21:35",
|
|
74
74
|
"typeDescriptions": {}
|
|
75
75
|
},
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"name": "ISuperfluid",
|
|
82
82
|
"nodeType": "Identifier",
|
|
83
83
|
"overloadedDeclarations": [],
|
|
84
|
-
"referencedDeclaration":
|
|
84
|
+
"referencedDeclaration": 19246,
|
|
85
85
|
"src": "100:11:35",
|
|
86
86
|
"typeDescriptions": {}
|
|
87
87
|
},
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
"name": "ISuperfluidToken",
|
|
94
94
|
"nodeType": "Identifier",
|
|
95
95
|
"overloadedDeclarations": [],
|
|
96
|
-
"referencedDeclaration":
|
|
96
|
+
"referencedDeclaration": 19643,
|
|
97
97
|
"src": "117:16:35",
|
|
98
98
|
"typeDescriptions": {}
|
|
99
99
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"name": "ISuperApp",
|
|
106
106
|
"nodeType": "Identifier",
|
|
107
107
|
"overloadedDeclarations": [],
|
|
108
|
-
"referencedDeclaration":
|
|
108
|
+
"referencedDeclaration": 18307,
|
|
109
109
|
"src": "139:9:35",
|
|
110
110
|
"typeDescriptions": {}
|
|
111
111
|
},
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"name": "SuperAppDefinitions",
|
|
118
118
|
"nodeType": "Identifier",
|
|
119
119
|
"overloadedDeclarations": [],
|
|
120
|
-
"referencedDeclaration":
|
|
120
|
+
"referencedDeclaration": 17866,
|
|
121
121
|
"src": "154:19:35",
|
|
122
122
|
"typeDescriptions": {}
|
|
123
123
|
},
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"name": "ContextDefinitions",
|
|
130
130
|
"nodeType": "Identifier",
|
|
131
131
|
"overloadedDeclarations": [],
|
|
132
|
-
"referencedDeclaration":
|
|
132
|
+
"referencedDeclaration": 17942,
|
|
133
133
|
"src": "179:18:35",
|
|
134
134
|
"typeDescriptions": {}
|
|
135
135
|
},
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"nameLocation": "-1:-1:-1",
|
|
146
146
|
"nodeType": "ImportDirective",
|
|
147
147
|
"scope": 5928,
|
|
148
|
-
"sourceUnit":
|
|
148
|
+
"sourceUnit": 19644,
|
|
149
149
|
"src": "249:81:35",
|
|
150
150
|
"symbolAliases": [
|
|
151
151
|
{
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"name": "ISuperfluidToken",
|
|
155
155
|
"nodeType": "Identifier",
|
|
156
156
|
"overloadedDeclarations": [],
|
|
157
|
-
"referencedDeclaration":
|
|
157
|
+
"referencedDeclaration": 19643,
|
|
158
158
|
"src": "258:16:35",
|
|
159
159
|
"typeDescriptions": {}
|
|
160
160
|
},
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"referencedDeclaration": 5426,
|
|
287
287
|
"src": "1174:5:35",
|
|
288
288
|
"typeDescriptions": {
|
|
289
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
289
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
290
290
|
"typeString": "contract ISuperfluidToken"
|
|
291
291
|
}
|
|
292
292
|
},
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
"lValueRequested": false,
|
|
298
298
|
"memberName": "getHost",
|
|
299
299
|
"nodeType": "MemberAccess",
|
|
300
|
-
"referencedDeclaration":
|
|
300
|
+
"referencedDeclaration": 19380,
|
|
301
301
|
"src": "1174:13:35",
|
|
302
302
|
"typeDescriptions": {
|
|
303
303
|
"typeIdentifier": "t_function_external_view$__$returns$_t_address_$",
|
|
@@ -479,10 +479,10 @@
|
|
|
479
479
|
"name": "ISuperfluid",
|
|
480
480
|
"nodeType": "Identifier",
|
|
481
481
|
"overloadedDeclarations": [],
|
|
482
|
-
"referencedDeclaration":
|
|
482
|
+
"referencedDeclaration": 19246,
|
|
483
483
|
"src": "1243:11:35",
|
|
484
484
|
"typeDescriptions": {
|
|
485
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
485
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
486
486
|
"typeString": "type(contract ISuperfluid)"
|
|
487
487
|
}
|
|
488
488
|
},
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"src": "1243:23:35",
|
|
498
498
|
"tryCall": false,
|
|
499
499
|
"typeDescriptions": {
|
|
500
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
500
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
501
501
|
"typeString": "contract ISuperfluid"
|
|
502
502
|
}
|
|
503
503
|
},
|
|
@@ -508,7 +508,7 @@
|
|
|
508
508
|
"lValueRequested": false,
|
|
509
509
|
"memberName": "isCtxValid",
|
|
510
510
|
"nodeType": "MemberAccess",
|
|
511
|
-
"referencedDeclaration":
|
|
511
|
+
"referencedDeclaration": 19222,
|
|
512
512
|
"src": "1243:34:35",
|
|
513
513
|
"typeDescriptions": {
|
|
514
514
|
"typeIdentifier": "t_function_external_view$_t_bytes_memory_ptr_$returns$_t_bool_$",
|
|
@@ -654,10 +654,10 @@
|
|
|
654
654
|
"name": "ISuperfluid",
|
|
655
655
|
"nodeType": "Identifier",
|
|
656
656
|
"overloadedDeclarations": [],
|
|
657
|
-
"referencedDeclaration":
|
|
657
|
+
"referencedDeclaration": 19246,
|
|
658
658
|
"src": "1315:11:35",
|
|
659
659
|
"typeDescriptions": {
|
|
660
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
660
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
661
661
|
"typeString": "type(contract ISuperfluid)"
|
|
662
662
|
}
|
|
663
663
|
},
|
|
@@ -672,7 +672,7 @@
|
|
|
672
672
|
"src": "1315:23:35",
|
|
673
673
|
"tryCall": false,
|
|
674
674
|
"typeDescriptions": {
|
|
675
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
675
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
676
676
|
"typeString": "contract ISuperfluid"
|
|
677
677
|
}
|
|
678
678
|
},
|
|
@@ -683,10 +683,10 @@
|
|
|
683
683
|
"lValueRequested": false,
|
|
684
684
|
"memberName": "decodeCtx",
|
|
685
685
|
"nodeType": "MemberAccess",
|
|
686
|
-
"referencedDeclaration":
|
|
686
|
+
"referencedDeclaration": 19215,
|
|
687
687
|
"src": "1315:33:35",
|
|
688
688
|
"typeDescriptions": {
|
|
689
|
-
"typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
689
|
+
"typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$19179_memory_ptr_$",
|
|
690
690
|
"typeString": "function (bytes memory) pure external returns (struct ISuperfluid.Context memory)"
|
|
691
691
|
}
|
|
692
692
|
},
|
|
@@ -701,7 +701,7 @@
|
|
|
701
701
|
"src": "1315:38:35",
|
|
702
702
|
"tryCall": false,
|
|
703
703
|
"typeDescriptions": {
|
|
704
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
704
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
705
705
|
"typeString": "struct ISuperfluid.Context memory"
|
|
706
706
|
}
|
|
707
707
|
},
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
"stateVariable": false,
|
|
742
742
|
"storageLocation": "default",
|
|
743
743
|
"typeDescriptions": {
|
|
744
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
744
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
745
745
|
"typeString": "contract ISuperfluidToken"
|
|
746
746
|
},
|
|
747
747
|
"typeName": {
|
|
@@ -751,13 +751,13 @@
|
|
|
751
751
|
"id": 5424,
|
|
752
752
|
"name": "ISuperfluidToken",
|
|
753
753
|
"nodeType": "IdentifierPath",
|
|
754
|
-
"referencedDeclaration":
|
|
754
|
+
"referencedDeclaration": 19643,
|
|
755
755
|
"src": "1043:16:35"
|
|
756
756
|
},
|
|
757
|
-
"referencedDeclaration":
|
|
757
|
+
"referencedDeclaration": 19643,
|
|
758
758
|
"src": "1043:16:35",
|
|
759
759
|
"typeDescriptions": {
|
|
760
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
760
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
761
761
|
"typeString": "contract ISuperfluidToken"
|
|
762
762
|
}
|
|
763
763
|
},
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"stateVariable": false,
|
|
810
810
|
"storageLocation": "memory",
|
|
811
811
|
"typeDescriptions": {
|
|
812
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
812
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
813
813
|
"typeString": "struct ISuperfluid.Context"
|
|
814
814
|
},
|
|
815
815
|
"typeName": {
|
|
@@ -819,13 +819,13 @@
|
|
|
819
819
|
"id": 5430,
|
|
820
820
|
"name": "ISuperfluid.Context",
|
|
821
821
|
"nodeType": "IdentifierPath",
|
|
822
|
-
"referencedDeclaration":
|
|
822
|
+
"referencedDeclaration": 19179,
|
|
823
823
|
"src": "1124:19:35"
|
|
824
824
|
},
|
|
825
|
-
"referencedDeclaration":
|
|
825
|
+
"referencedDeclaration": 19179,
|
|
826
826
|
"src": "1124:19:35",
|
|
827
827
|
"typeDescriptions": {
|
|
828
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
828
|
+
"typeIdentifier": "t_struct$_Context_$19179_storage_ptr",
|
|
829
829
|
"typeString": "struct ISuperfluid.Context"
|
|
830
830
|
}
|
|
831
831
|
},
|
|
@@ -856,7 +856,7 @@
|
|
|
856
856
|
"stateVariable": false,
|
|
857
857
|
"storageLocation": "default",
|
|
858
858
|
"typeDescriptions": {
|
|
859
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
859
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
860
860
|
"typeString": "contract ISuperfluidToken"
|
|
861
861
|
},
|
|
862
862
|
"typeName": {
|
|
@@ -866,13 +866,13 @@
|
|
|
866
866
|
"id": 5465,
|
|
867
867
|
"name": "ISuperfluidToken",
|
|
868
868
|
"nodeType": "IdentifierPath",
|
|
869
|
-
"referencedDeclaration":
|
|
869
|
+
"referencedDeclaration": 19643,
|
|
870
870
|
"src": "1593:16:35"
|
|
871
871
|
},
|
|
872
|
-
"referencedDeclaration":
|
|
872
|
+
"referencedDeclaration": 19643,
|
|
873
873
|
"src": "1593:16:35",
|
|
874
874
|
"typeDescriptions": {
|
|
875
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
875
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
876
876
|
"typeString": "contract ISuperfluidToken"
|
|
877
877
|
}
|
|
878
878
|
},
|
|
@@ -1085,7 +1085,7 @@
|
|
|
1085
1085
|
"referencedDeclaration": 5467,
|
|
1086
1086
|
"src": "2045:12:35",
|
|
1087
1087
|
"typeDescriptions": {
|
|
1088
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1088
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
1089
1089
|
"typeString": "contract ISuperfluidToken"
|
|
1090
1090
|
}
|
|
1091
1091
|
},
|
|
@@ -1099,13 +1099,13 @@
|
|
|
1099
1099
|
"referencedDeclaration": 5483,
|
|
1100
1100
|
"src": "2060:5:35",
|
|
1101
1101
|
"typeDescriptions": {
|
|
1102
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1102
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
1103
1103
|
"typeString": "contract ISuperfluidToken"
|
|
1104
1104
|
}
|
|
1105
1105
|
},
|
|
1106
1106
|
"src": "2045:20:35",
|
|
1107
1107
|
"typeDescriptions": {
|
|
1108
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1108
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
1109
1109
|
"typeString": "contract ISuperfluidToken"
|
|
1110
1110
|
}
|
|
1111
1111
|
},
|
|
@@ -1312,7 +1312,7 @@
|
|
|
1312
1312
|
"stateVariable": false,
|
|
1313
1313
|
"storageLocation": "default",
|
|
1314
1314
|
"typeDescriptions": {
|
|
1315
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1315
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
1316
1316
|
"typeString": "contract ISuperfluidToken"
|
|
1317
1317
|
},
|
|
1318
1318
|
"typeName": {
|
|
@@ -1322,13 +1322,13 @@
|
|
|
1322
1322
|
"id": 5481,
|
|
1323
1323
|
"name": "ISuperfluidToken",
|
|
1324
1324
|
"nodeType": "IdentifierPath",
|
|
1325
|
-
"referencedDeclaration":
|
|
1325
|
+
"referencedDeclaration": 19643,
|
|
1326
1326
|
"src": "1845:16:35"
|
|
1327
1327
|
},
|
|
1328
|
-
"referencedDeclaration":
|
|
1328
|
+
"referencedDeclaration": 19643,
|
|
1329
1329
|
"src": "1845:16:35",
|
|
1330
1330
|
"typeDescriptions": {
|
|
1331
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1331
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
1332
1332
|
"typeString": "contract ISuperfluidToken"
|
|
1333
1333
|
}
|
|
1334
1334
|
},
|
|
@@ -1687,10 +1687,10 @@
|
|
|
1687
1687
|
"name": "ISuperApp",
|
|
1688
1688
|
"nodeType": "Identifier",
|
|
1689
1689
|
"overloadedDeclarations": [],
|
|
1690
|
-
"referencedDeclaration":
|
|
1690
|
+
"referencedDeclaration": 18307,
|
|
1691
1691
|
"src": "2517:9:35",
|
|
1692
1692
|
"typeDescriptions": {
|
|
1693
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
1693
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
1694
1694
|
"typeString": "type(contract ISuperApp)"
|
|
1695
1695
|
}
|
|
1696
1696
|
},
|
|
@@ -1705,7 +1705,7 @@
|
|
|
1705
1705
|
"src": "2517:25:35",
|
|
1706
1706
|
"tryCall": false,
|
|
1707
1707
|
"typeDescriptions": {
|
|
1708
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
1708
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
1709
1709
|
"typeString": "contract ISuperApp"
|
|
1710
1710
|
}
|
|
1711
1711
|
}
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
"expression": {
|
|
1714
1714
|
"argumentTypes": [
|
|
1715
1715
|
{
|
|
1716
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
1716
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
1717
1717
|
"typeString": "contract ISuperApp"
|
|
1718
1718
|
}
|
|
1719
1719
|
],
|
|
@@ -1757,10 +1757,10 @@
|
|
|
1757
1757
|
"name": "ISuperfluid",
|
|
1758
1758
|
"nodeType": "Identifier",
|
|
1759
1759
|
"overloadedDeclarations": [],
|
|
1760
|
-
"referencedDeclaration":
|
|
1760
|
+
"referencedDeclaration": 19246,
|
|
1761
1761
|
"src": "2478:11:35",
|
|
1762
1762
|
"typeDescriptions": {
|
|
1763
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
1763
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
1764
1764
|
"typeString": "type(contract ISuperfluid)"
|
|
1765
1765
|
}
|
|
1766
1766
|
},
|
|
@@ -1775,7 +1775,7 @@
|
|
|
1775
1775
|
"src": "2478:23:35",
|
|
1776
1776
|
"tryCall": false,
|
|
1777
1777
|
"typeDescriptions": {
|
|
1778
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
1778
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
1779
1779
|
"typeString": "contract ISuperfluid"
|
|
1780
1780
|
}
|
|
1781
1781
|
},
|
|
@@ -1786,10 +1786,10 @@
|
|
|
1786
1786
|
"lValueRequested": false,
|
|
1787
1787
|
"memberName": "getAppManifest",
|
|
1788
1788
|
"nodeType": "MemberAccess",
|
|
1789
|
-
"referencedDeclaration":
|
|
1789
|
+
"referencedDeclaration": 19012,
|
|
1790
1790
|
"src": "2478:38:35",
|
|
1791
1791
|
"typeDescriptions": {
|
|
1792
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$
|
|
1792
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$18307_$returns$_t_bool_$_t_bool_$_t_uint256_$",
|
|
1793
1793
|
"typeString": "function (contract ISuperApp) view external returns (bool,bool,uint256)"
|
|
1794
1794
|
}
|
|
1795
1795
|
},
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
"referencedDeclaration": 5467,
|
|
2224
2224
|
"src": "2845:12:35",
|
|
2225
2225
|
"typeDescriptions": {
|
|
2226
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2226
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
2227
2227
|
"typeString": "contract ISuperfluidToken"
|
|
2228
2228
|
}
|
|
2229
2229
|
},
|
|
@@ -2408,7 +2408,7 @@
|
|
|
2408
2408
|
"typeString": "bytes4"
|
|
2409
2409
|
},
|
|
2410
2410
|
{
|
|
2411
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2411
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
2412
2412
|
"typeString": "contract ISuperfluidToken"
|
|
2413
2413
|
},
|
|
2414
2414
|
{
|
|
@@ -2535,10 +2535,10 @@
|
|
|
2535
2535
|
"name": "ISuperApp",
|
|
2536
2536
|
"nodeType": "Identifier",
|
|
2537
2537
|
"overloadedDeclarations": [],
|
|
2538
|
-
"referencedDeclaration":
|
|
2538
|
+
"referencedDeclaration": 18307,
|
|
2539
2539
|
"src": "3160:9:35",
|
|
2540
2540
|
"typeDescriptions": {
|
|
2541
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
2541
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
2542
2542
|
"typeString": "type(contract ISuperApp)"
|
|
2543
2543
|
}
|
|
2544
2544
|
},
|
|
@@ -2553,7 +2553,7 @@
|
|
|
2553
2553
|
"src": "3160:25:35",
|
|
2554
2554
|
"tryCall": false,
|
|
2555
2555
|
"typeDescriptions": {
|
|
2556
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
2556
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
2557
2557
|
"typeString": "contract ISuperApp"
|
|
2558
2558
|
}
|
|
2559
2559
|
},
|
|
@@ -2614,10 +2614,10 @@
|
|
|
2614
2614
|
"name": "SuperAppDefinitions",
|
|
2615
2615
|
"nodeType": "Identifier",
|
|
2616
2616
|
"overloadedDeclarations": [],
|
|
2617
|
-
"referencedDeclaration":
|
|
2617
|
+
"referencedDeclaration": 17866,
|
|
2618
2618
|
"src": "3255:19:35",
|
|
2619
2619
|
"typeDescriptions": {
|
|
2620
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
2620
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17866_$",
|
|
2621
2621
|
"typeString": "type(library SuperAppDefinitions)"
|
|
2622
2622
|
}
|
|
2623
2623
|
},
|
|
@@ -2628,7 +2628,7 @@
|
|
|
2628
2628
|
"lValueRequested": false,
|
|
2629
2629
|
"memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
2630
2630
|
"nodeType": "MemberAccess",
|
|
2631
|
-
"referencedDeclaration":
|
|
2631
|
+
"referencedDeclaration": 17800,
|
|
2632
2632
|
"src": "3255:52:35",
|
|
2633
2633
|
"typeDescriptions": {
|
|
2634
2634
|
"typeIdentifier": "t_uint256",
|
|
@@ -2657,7 +2657,7 @@
|
|
|
2657
2657
|
"expression": {
|
|
2658
2658
|
"argumentTypes": [
|
|
2659
2659
|
{
|
|
2660
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
2660
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
2661
2661
|
"typeString": "contract ISuperApp"
|
|
2662
2662
|
},
|
|
2663
2663
|
{
|
|
@@ -2713,10 +2713,10 @@
|
|
|
2713
2713
|
"name": "ISuperfluid",
|
|
2714
2714
|
"nodeType": "Identifier",
|
|
2715
2715
|
"overloadedDeclarations": [],
|
|
2716
|
-
"referencedDeclaration":
|
|
2716
|
+
"referencedDeclaration": 19246,
|
|
2717
2717
|
"src": "3093:11:35",
|
|
2718
2718
|
"typeDescriptions": {
|
|
2719
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
2719
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
2720
2720
|
"typeString": "type(contract ISuperfluid)"
|
|
2721
2721
|
}
|
|
2722
2722
|
},
|
|
@@ -2731,7 +2731,7 @@
|
|
|
2731
2731
|
"src": "3093:23:35",
|
|
2732
2732
|
"tryCall": false,
|
|
2733
2733
|
"typeDescriptions": {
|
|
2734
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
2734
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
2735
2735
|
"typeString": "contract ISuperfluid"
|
|
2736
2736
|
}
|
|
2737
2737
|
},
|
|
@@ -2742,10 +2742,10 @@
|
|
|
2742
2742
|
"lValueRequested": false,
|
|
2743
2743
|
"memberName": "callAppBeforeCallback",
|
|
2744
2744
|
"nodeType": "MemberAccess",
|
|
2745
|
-
"referencedDeclaration":
|
|
2745
|
+
"referencedDeclaration": 19055,
|
|
2746
2746
|
"src": "3093:45:35",
|
|
2747
2747
|
"typeDescriptions": {
|
|
2748
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$
|
|
2748
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$18307_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
2749
2749
|
"typeString": "function (contract ISuperApp,bytes memory,bool,bytes memory) external returns (bytes memory)"
|
|
2750
2750
|
}
|
|
2751
2751
|
},
|
|
@@ -3191,10 +3191,10 @@
|
|
|
3191
3191
|
"name": "ISuperApp",
|
|
3192
3192
|
"nodeType": "Identifier",
|
|
3193
3193
|
"overloadedDeclarations": [],
|
|
3194
|
-
"referencedDeclaration":
|
|
3194
|
+
"referencedDeclaration": 18307,
|
|
3195
3195
|
"src": "3921:9:35",
|
|
3196
3196
|
"typeDescriptions": {
|
|
3197
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
3197
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
3198
3198
|
"typeString": "type(contract ISuperApp)"
|
|
3199
3199
|
}
|
|
3200
3200
|
},
|
|
@@ -3209,7 +3209,7 @@
|
|
|
3209
3209
|
"src": "3921:25:35",
|
|
3210
3210
|
"tryCall": false,
|
|
3211
3211
|
"typeDescriptions": {
|
|
3212
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
3212
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
3213
3213
|
"typeString": "contract ISuperApp"
|
|
3214
3214
|
}
|
|
3215
3215
|
}
|
|
@@ -3217,7 +3217,7 @@
|
|
|
3217
3217
|
"expression": {
|
|
3218
3218
|
"argumentTypes": [
|
|
3219
3219
|
{
|
|
3220
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
3220
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
3221
3221
|
"typeString": "contract ISuperApp"
|
|
3222
3222
|
}
|
|
3223
3223
|
],
|
|
@@ -3261,10 +3261,10 @@
|
|
|
3261
3261
|
"name": "ISuperfluid",
|
|
3262
3262
|
"nodeType": "Identifier",
|
|
3263
3263
|
"overloadedDeclarations": [],
|
|
3264
|
-
"referencedDeclaration":
|
|
3264
|
+
"referencedDeclaration": 19246,
|
|
3265
3265
|
"src": "3882:11:35",
|
|
3266
3266
|
"typeDescriptions": {
|
|
3267
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
3267
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
3268
3268
|
"typeString": "type(contract ISuperfluid)"
|
|
3269
3269
|
}
|
|
3270
3270
|
},
|
|
@@ -3279,7 +3279,7 @@
|
|
|
3279
3279
|
"src": "3882:23:35",
|
|
3280
3280
|
"tryCall": false,
|
|
3281
3281
|
"typeDescriptions": {
|
|
3282
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
3282
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
3283
3283
|
"typeString": "contract ISuperfluid"
|
|
3284
3284
|
}
|
|
3285
3285
|
},
|
|
@@ -3290,10 +3290,10 @@
|
|
|
3290
3290
|
"lValueRequested": false,
|
|
3291
3291
|
"memberName": "getAppManifest",
|
|
3292
3292
|
"nodeType": "MemberAccess",
|
|
3293
|
-
"referencedDeclaration":
|
|
3293
|
+
"referencedDeclaration": 19012,
|
|
3294
3294
|
"src": "3882:38:35",
|
|
3295
3295
|
"typeDescriptions": {
|
|
3296
|
-
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$
|
|
3296
|
+
"typeIdentifier": "t_function_external_view$_t_contract$_ISuperApp_$18307_$returns$_t_bool_$_t_bool_$_t_uint256_$",
|
|
3297
3297
|
"typeString": "function (contract ISuperApp) view external returns (bool,bool,uint256)"
|
|
3298
3298
|
}
|
|
3299
3299
|
},
|
|
@@ -3764,7 +3764,7 @@
|
|
|
3764
3764
|
"referencedDeclaration": 5467,
|
|
3765
3765
|
"src": "4262:12:35",
|
|
3766
3766
|
"typeDescriptions": {
|
|
3767
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3767
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
3768
3768
|
"typeString": "contract ISuperfluidToken"
|
|
3769
3769
|
}
|
|
3770
3770
|
},
|
|
@@ -3961,7 +3961,7 @@
|
|
|
3961
3961
|
"typeString": "bytes4"
|
|
3962
3962
|
},
|
|
3963
3963
|
{
|
|
3964
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3964
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
3965
3965
|
"typeString": "contract ISuperfluidToken"
|
|
3966
3966
|
},
|
|
3967
3967
|
{
|
|
@@ -4092,10 +4092,10 @@
|
|
|
4092
4092
|
"name": "ISuperApp",
|
|
4093
4093
|
"nodeType": "Identifier",
|
|
4094
4094
|
"overloadedDeclarations": [],
|
|
4095
|
-
"referencedDeclaration":
|
|
4095
|
+
"referencedDeclaration": 18307,
|
|
4096
4096
|
"src": "4604:9:35",
|
|
4097
4097
|
"typeDescriptions": {
|
|
4098
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
4098
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
4099
4099
|
"typeString": "type(contract ISuperApp)"
|
|
4100
4100
|
}
|
|
4101
4101
|
},
|
|
@@ -4110,7 +4110,7 @@
|
|
|
4110
4110
|
"src": "4604:25:35",
|
|
4111
4111
|
"tryCall": false,
|
|
4112
4112
|
"typeDescriptions": {
|
|
4113
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
4113
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
4114
4114
|
"typeString": "contract ISuperApp"
|
|
4115
4115
|
}
|
|
4116
4116
|
},
|
|
@@ -4171,10 +4171,10 @@
|
|
|
4171
4171
|
"name": "SuperAppDefinitions",
|
|
4172
4172
|
"nodeType": "Identifier",
|
|
4173
4173
|
"overloadedDeclarations": [],
|
|
4174
|
-
"referencedDeclaration":
|
|
4174
|
+
"referencedDeclaration": 17866,
|
|
4175
4175
|
"src": "4699:19:35",
|
|
4176
4176
|
"typeDescriptions": {
|
|
4177
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
4177
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17866_$",
|
|
4178
4178
|
"typeString": "type(library SuperAppDefinitions)"
|
|
4179
4179
|
}
|
|
4180
4180
|
},
|
|
@@ -4185,7 +4185,7 @@
|
|
|
4185
4185
|
"lValueRequested": false,
|
|
4186
4186
|
"memberName": "AFTER_AGREEMENT_TERMINATED_NOOP",
|
|
4187
4187
|
"nodeType": "MemberAccess",
|
|
4188
|
-
"referencedDeclaration":
|
|
4188
|
+
"referencedDeclaration": 17808,
|
|
4189
4189
|
"src": "4699:51:35",
|
|
4190
4190
|
"typeDescriptions": {
|
|
4191
4191
|
"typeIdentifier": "t_uint256",
|
|
@@ -4214,7 +4214,7 @@
|
|
|
4214
4214
|
"expression": {
|
|
4215
4215
|
"argumentTypes": [
|
|
4216
4216
|
{
|
|
4217
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
4217
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
4218
4218
|
"typeString": "contract ISuperApp"
|
|
4219
4219
|
},
|
|
4220
4220
|
{
|
|
@@ -4270,10 +4270,10 @@
|
|
|
4270
4270
|
"name": "ISuperfluid",
|
|
4271
4271
|
"nodeType": "Identifier",
|
|
4272
4272
|
"overloadedDeclarations": [],
|
|
4273
|
-
"referencedDeclaration":
|
|
4273
|
+
"referencedDeclaration": 19246,
|
|
4274
4274
|
"src": "4538:11:35",
|
|
4275
4275
|
"typeDescriptions": {
|
|
4276
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
4276
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
4277
4277
|
"typeString": "type(contract ISuperfluid)"
|
|
4278
4278
|
}
|
|
4279
4279
|
},
|
|
@@ -4288,7 +4288,7 @@
|
|
|
4288
4288
|
"src": "4538:23:35",
|
|
4289
4289
|
"tryCall": false,
|
|
4290
4290
|
"typeDescriptions": {
|
|
4291
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4291
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
4292
4292
|
"typeString": "contract ISuperfluid"
|
|
4293
4293
|
}
|
|
4294
4294
|
},
|
|
@@ -4299,10 +4299,10 @@
|
|
|
4299
4299
|
"lValueRequested": false,
|
|
4300
4300
|
"memberName": "callAppAfterCallback",
|
|
4301
4301
|
"nodeType": "MemberAccess",
|
|
4302
|
-
"referencedDeclaration":
|
|
4302
|
+
"referencedDeclaration": 19070,
|
|
4303
4303
|
"src": "4538:44:35",
|
|
4304
4304
|
"typeDescriptions": {
|
|
4305
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$
|
|
4305
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_contract$_ISuperApp_$18307_$_t_bytes_memory_ptr_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
4306
4306
|
"typeString": "function (contract ISuperApp,bytes memory,bool,bytes memory) external returns (bytes memory)"
|
|
4307
4307
|
}
|
|
4308
4308
|
},
|
|
@@ -4346,7 +4346,7 @@
|
|
|
4346
4346
|
"referencedDeclaration": 5638,
|
|
4347
4347
|
"src": "4798:10:35",
|
|
4348
4348
|
"typeDescriptions": {
|
|
4349
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
4349
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
4350
4350
|
"typeString": "struct ISuperfluid.Context memory"
|
|
4351
4351
|
}
|
|
4352
4352
|
},
|
|
@@ -4414,10 +4414,10 @@
|
|
|
4414
4414
|
"name": "ISuperfluid",
|
|
4415
4415
|
"nodeType": "Identifier",
|
|
4416
4416
|
"overloadedDeclarations": [],
|
|
4417
|
-
"referencedDeclaration":
|
|
4417
|
+
"referencedDeclaration": 19246,
|
|
4418
4418
|
"src": "4811:11:35",
|
|
4419
4419
|
"typeDescriptions": {
|
|
4420
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
4420
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
4421
4421
|
"typeString": "type(contract ISuperfluid)"
|
|
4422
4422
|
}
|
|
4423
4423
|
},
|
|
@@ -4432,7 +4432,7 @@
|
|
|
4432
4432
|
"src": "4811:23:35",
|
|
4433
4433
|
"tryCall": false,
|
|
4434
4434
|
"typeDescriptions": {
|
|
4435
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
4435
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
4436
4436
|
"typeString": "contract ISuperfluid"
|
|
4437
4437
|
}
|
|
4438
4438
|
},
|
|
@@ -4443,10 +4443,10 @@
|
|
|
4443
4443
|
"lValueRequested": false,
|
|
4444
4444
|
"memberName": "decodeCtx",
|
|
4445
4445
|
"nodeType": "MemberAccess",
|
|
4446
|
-
"referencedDeclaration":
|
|
4446
|
+
"referencedDeclaration": 19215,
|
|
4447
4447
|
"src": "4811:33:35",
|
|
4448
4448
|
"typeDescriptions": {
|
|
4449
|
-
"typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$
|
|
4449
|
+
"typeIdentifier": "t_function_external_pure$_t_bytes_memory_ptr_$returns$_t_struct$_Context_$19179_memory_ptr_$",
|
|
4450
4450
|
"typeString": "function (bytes memory) pure external returns (struct ISuperfluid.Context memory)"
|
|
4451
4451
|
}
|
|
4452
4452
|
},
|
|
@@ -4461,13 +4461,13 @@
|
|
|
4461
4461
|
"src": "4811:41:35",
|
|
4462
4462
|
"tryCall": false,
|
|
4463
4463
|
"typeDescriptions": {
|
|
4464
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
4464
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
4465
4465
|
"typeString": "struct ISuperfluid.Context memory"
|
|
4466
4466
|
}
|
|
4467
4467
|
},
|
|
4468
4468
|
"src": "4798:54:35",
|
|
4469
4469
|
"typeDescriptions": {
|
|
4470
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
4470
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
4471
4471
|
"typeString": "struct ISuperfluid.Context memory"
|
|
4472
4472
|
}
|
|
4473
4473
|
},
|
|
@@ -4491,7 +4491,7 @@
|
|
|
4491
4491
|
"referencedDeclaration": 5638,
|
|
4492
4492
|
"src": "4967:10:35",
|
|
4493
4493
|
"typeDescriptions": {
|
|
4494
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
4494
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
4495
4495
|
"typeString": "struct ISuperfluid.Context memory"
|
|
4496
4496
|
}
|
|
4497
4497
|
},
|
|
@@ -4502,7 +4502,7 @@
|
|
|
4502
4502
|
"lValueRequested": true,
|
|
4503
4503
|
"memberName": "appAllowanceUsed",
|
|
4504
4504
|
"nodeType": "MemberAccess",
|
|
4505
|
-
"referencedDeclaration":
|
|
4505
|
+
"referencedDeclaration": 19173,
|
|
4506
4506
|
"src": "4967:27:35",
|
|
4507
4507
|
"typeDescriptions": {
|
|
4508
4508
|
"typeIdentifier": "t_int256",
|
|
@@ -4606,7 +4606,7 @@
|
|
|
4606
4606
|
"referencedDeclaration": 5638,
|
|
4607
4607
|
"src": "5092:10:35",
|
|
4608
4608
|
"typeDescriptions": {
|
|
4609
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
4609
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
4610
4610
|
"typeString": "struct ISuperfluid.Context memory"
|
|
4611
4611
|
}
|
|
4612
4612
|
},
|
|
@@ -4617,7 +4617,7 @@
|
|
|
4617
4617
|
"lValueRequested": false,
|
|
4618
4618
|
"memberName": "appAllowanceWanted",
|
|
4619
4619
|
"nodeType": "MemberAccess",
|
|
4620
|
-
"referencedDeclaration":
|
|
4620
|
+
"referencedDeclaration": 19171,
|
|
4621
4621
|
"src": "5092:29:35",
|
|
4622
4622
|
"typeDescriptions": {
|
|
4623
4623
|
"typeIdentifier": "t_uint256",
|
|
@@ -4662,7 +4662,7 @@
|
|
|
4662
4662
|
"referencedDeclaration": 5638,
|
|
4663
4663
|
"src": "5134:10:35",
|
|
4664
4664
|
"typeDescriptions": {
|
|
4665
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
4665
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
4666
4666
|
"typeString": "struct ISuperfluid.Context memory"
|
|
4667
4667
|
}
|
|
4668
4668
|
},
|
|
@@ -4673,7 +4673,7 @@
|
|
|
4673
4673
|
"lValueRequested": false,
|
|
4674
4674
|
"memberName": "appAllowanceUsed",
|
|
4675
4675
|
"nodeType": "MemberAccess",
|
|
4676
|
-
"referencedDeclaration":
|
|
4676
|
+
"referencedDeclaration": 19173,
|
|
4677
4677
|
"src": "5134:27:35",
|
|
4678
4678
|
"typeDescriptions": {
|
|
4679
4679
|
"typeIdentifier": "t_int256",
|
|
@@ -4851,7 +4851,7 @@
|
|
|
4851
4851
|
"referencedDeclaration": 5638,
|
|
4852
4852
|
"src": "5337:10:35",
|
|
4853
4853
|
"typeDescriptions": {
|
|
4854
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
4854
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
4855
4855
|
"typeString": "struct ISuperfluid.Context memory"
|
|
4856
4856
|
}
|
|
4857
4857
|
},
|
|
@@ -4862,7 +4862,7 @@
|
|
|
4862
4862
|
"lValueRequested": false,
|
|
4863
4863
|
"memberName": "appAllowanceUsed",
|
|
4864
4864
|
"nodeType": "MemberAccess",
|
|
4865
|
-
"referencedDeclaration":
|
|
4865
|
+
"referencedDeclaration": 19173,
|
|
4866
4866
|
"src": "5337:27:35",
|
|
4867
4867
|
"typeDescriptions": {
|
|
4868
4868
|
"typeIdentifier": "t_int256",
|
|
@@ -5040,7 +5040,7 @@
|
|
|
5040
5040
|
"stateVariable": false,
|
|
5041
5041
|
"storageLocation": "memory",
|
|
5042
5042
|
"typeDescriptions": {
|
|
5043
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
5043
|
+
"typeIdentifier": "t_struct$_Context_$19179_memory_ptr",
|
|
5044
5044
|
"typeString": "struct ISuperfluid.Context"
|
|
5045
5045
|
},
|
|
5046
5046
|
"typeName": {
|
|
@@ -5050,13 +5050,13 @@
|
|
|
5050
5050
|
"id": 5636,
|
|
5051
5051
|
"name": "ISuperfluid.Context",
|
|
5052
5052
|
"nodeType": "IdentifierPath",
|
|
5053
|
-
"referencedDeclaration":
|
|
5053
|
+
"referencedDeclaration": 19179,
|
|
5054
5054
|
"src": "3699:19:35"
|
|
5055
5055
|
},
|
|
5056
|
-
"referencedDeclaration":
|
|
5056
|
+
"referencedDeclaration": 19179,
|
|
5057
5057
|
"src": "3699:19:35",
|
|
5058
5058
|
"typeDescriptions": {
|
|
5059
|
-
"typeIdentifier": "t_struct$_Context_$
|
|
5059
|
+
"typeIdentifier": "t_struct$_Context_$19179_storage_ptr",
|
|
5060
5060
|
"typeString": "struct ISuperfluid.Context"
|
|
5061
5061
|
}
|
|
5062
5062
|
},
|
|
@@ -5135,10 +5135,10 @@
|
|
|
5135
5135
|
"name": "SuperAppDefinitions",
|
|
5136
5136
|
"nodeType": "Identifier",
|
|
5137
5137
|
"overloadedDeclarations": [],
|
|
5138
|
-
"referencedDeclaration":
|
|
5138
|
+
"referencedDeclaration": 17866,
|
|
5139
5139
|
"src": "5519:19:35",
|
|
5140
5140
|
"typeDescriptions": {
|
|
5141
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
5141
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17866_$",
|
|
5142
5142
|
"typeString": "type(library SuperAppDefinitions)"
|
|
5143
5143
|
}
|
|
5144
5144
|
},
|
|
@@ -5149,7 +5149,7 @@
|
|
|
5149
5149
|
"lValueRequested": false,
|
|
5150
5150
|
"memberName": "BEFORE_AGREEMENT_CREATED_NOOP",
|
|
5151
5151
|
"nodeType": "MemberAccess",
|
|
5152
|
-
"referencedDeclaration":
|
|
5152
|
+
"referencedDeclaration": 17768,
|
|
5153
5153
|
"src": "5519:49:35",
|
|
5154
5154
|
"typeDescriptions": {
|
|
5155
5155
|
"typeIdentifier": "t_uint256",
|
|
@@ -5193,10 +5193,10 @@
|
|
|
5193
5193
|
"name": "SuperAppDefinitions",
|
|
5194
5194
|
"nodeType": "Identifier",
|
|
5195
5195
|
"overloadedDeclarations": [],
|
|
5196
|
-
"referencedDeclaration":
|
|
5196
|
+
"referencedDeclaration": 17866,
|
|
5197
5197
|
"src": "5664:19:35",
|
|
5198
5198
|
"typeDescriptions": {
|
|
5199
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
5199
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17866_$",
|
|
5200
5200
|
"typeString": "type(library SuperAppDefinitions)"
|
|
5201
5201
|
}
|
|
5202
5202
|
},
|
|
@@ -5207,7 +5207,7 @@
|
|
|
5207
5207
|
"lValueRequested": false,
|
|
5208
5208
|
"memberName": "BEFORE_AGREEMENT_UPDATED_NOOP",
|
|
5209
5209
|
"nodeType": "MemberAccess",
|
|
5210
|
-
"referencedDeclaration":
|
|
5210
|
+
"referencedDeclaration": 17784,
|
|
5211
5211
|
"src": "5664:49:35",
|
|
5212
5212
|
"typeDescriptions": {
|
|
5213
5213
|
"typeIdentifier": "t_uint256",
|
|
@@ -5251,10 +5251,10 @@
|
|
|
5251
5251
|
"name": "SuperAppDefinitions",
|
|
5252
5252
|
"nodeType": "Identifier",
|
|
5253
5253
|
"overloadedDeclarations": [],
|
|
5254
|
-
"referencedDeclaration":
|
|
5254
|
+
"referencedDeclaration": 17866,
|
|
5255
5255
|
"src": "5809:19:35",
|
|
5256
5256
|
"typeDescriptions": {
|
|
5257
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
5257
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17866_$",
|
|
5258
5258
|
"typeString": "type(library SuperAppDefinitions)"
|
|
5259
5259
|
}
|
|
5260
5260
|
},
|
|
@@ -5265,7 +5265,7 @@
|
|
|
5265
5265
|
"lValueRequested": false,
|
|
5266
5266
|
"memberName": "BEFORE_AGREEMENT_TERMINATED_NOOP",
|
|
5267
5267
|
"nodeType": "MemberAccess",
|
|
5268
|
-
"referencedDeclaration":
|
|
5268
|
+
"referencedDeclaration": 17800,
|
|
5269
5269
|
"src": "5809:52:35",
|
|
5270
5270
|
"typeDescriptions": {
|
|
5271
5271
|
"typeIdentifier": "t_uint256",
|
|
@@ -5309,10 +5309,10 @@
|
|
|
5309
5309
|
"name": "SuperAppDefinitions",
|
|
5310
5310
|
"nodeType": "Identifier",
|
|
5311
5311
|
"overloadedDeclarations": [],
|
|
5312
|
-
"referencedDeclaration":
|
|
5312
|
+
"referencedDeclaration": 17866,
|
|
5313
5313
|
"src": "5960:19:35",
|
|
5314
5314
|
"typeDescriptions": {
|
|
5315
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
5315
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17866_$",
|
|
5316
5316
|
"typeString": "type(library SuperAppDefinitions)"
|
|
5317
5317
|
}
|
|
5318
5318
|
},
|
|
@@ -5323,7 +5323,7 @@
|
|
|
5323
5323
|
"lValueRequested": false,
|
|
5324
5324
|
"memberName": "AFTER_AGREEMENT_CREATED_NOOP",
|
|
5325
5325
|
"nodeType": "MemberAccess",
|
|
5326
|
-
"referencedDeclaration":
|
|
5326
|
+
"referencedDeclaration": 17776,
|
|
5327
5327
|
"src": "5960:48:35",
|
|
5328
5328
|
"typeDescriptions": {
|
|
5329
5329
|
"typeIdentifier": "t_uint256",
|
|
@@ -5367,10 +5367,10 @@
|
|
|
5367
5367
|
"name": "SuperAppDefinitions",
|
|
5368
5368
|
"nodeType": "Identifier",
|
|
5369
5369
|
"overloadedDeclarations": [],
|
|
5370
|
-
"referencedDeclaration":
|
|
5370
|
+
"referencedDeclaration": 17866,
|
|
5371
5371
|
"src": "6103:19:35",
|
|
5372
5372
|
"typeDescriptions": {
|
|
5373
|
-
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$
|
|
5373
|
+
"typeIdentifier": "t_type$_t_contract$_SuperAppDefinitions_$17866_$",
|
|
5374
5374
|
"typeString": "type(library SuperAppDefinitions)"
|
|
5375
5375
|
}
|
|
5376
5376
|
},
|
|
@@ -5381,7 +5381,7 @@
|
|
|
5381
5381
|
"lValueRequested": false,
|
|
5382
5382
|
"memberName": "AFTER_AGREEMENT_UPDATED_NOOP",
|
|
5383
5383
|
"nodeType": "MemberAccess",
|
|
5384
|
-
"referencedDeclaration":
|
|
5384
|
+
"referencedDeclaration": 17792,
|
|
5385
5385
|
"src": "6103:48:35",
|
|
5386
5386
|
"typeDescriptions": {
|
|
5387
5387
|
"typeIdentifier": "t_uint256",
|
|
@@ -5407,10 +5407,10 @@
|
|
|
5407
5407
|
"name": "ISuperApp",
|
|
5408
5408
|
"nodeType": "Identifier",
|
|
5409
5409
|
"overloadedDeclarations": [],
|
|
5410
|
-
"referencedDeclaration":
|
|
5410
|
+
"referencedDeclaration": 18307,
|
|
5411
5411
|
"src": "6326:9:35",
|
|
5412
5412
|
"typeDescriptions": {
|
|
5413
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
5413
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
5414
5414
|
"typeString": "type(contract ISuperApp)"
|
|
5415
5415
|
}
|
|
5416
5416
|
},
|
|
@@ -5421,10 +5421,10 @@
|
|
|
5421
5421
|
"lValueRequested": false,
|
|
5422
5422
|
"memberName": "afterAgreementTerminated",
|
|
5423
5423
|
"nodeType": "MemberAccess",
|
|
5424
|
-
"referencedDeclaration":
|
|
5424
|
+
"referencedDeclaration": 18306,
|
|
5425
5425
|
"src": "6326:34:35",
|
|
5426
5426
|
"typeDescriptions": {
|
|
5427
|
-
"typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$
|
|
5427
|
+
"typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18683_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5428
5428
|
"typeString": "function ISuperApp.afterAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
|
|
5429
5429
|
}
|
|
5430
5430
|
},
|
|
@@ -5464,10 +5464,10 @@
|
|
|
5464
5464
|
"name": "ISuperApp",
|
|
5465
5465
|
"nodeType": "Identifier",
|
|
5466
5466
|
"overloadedDeclarations": [],
|
|
5467
|
-
"referencedDeclaration":
|
|
5467
|
+
"referencedDeclaration": 18307,
|
|
5468
5468
|
"src": "6174:9:35",
|
|
5469
5469
|
"typeDescriptions": {
|
|
5470
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
5470
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
5471
5471
|
"typeString": "type(contract ISuperApp)"
|
|
5472
5472
|
}
|
|
5473
5473
|
},
|
|
@@ -5478,10 +5478,10 @@
|
|
|
5478
5478
|
"lValueRequested": false,
|
|
5479
5479
|
"memberName": "afterAgreementUpdated",
|
|
5480
5480
|
"nodeType": "MemberAccess",
|
|
5481
|
-
"referencedDeclaration":
|
|
5481
|
+
"referencedDeclaration": 18270,
|
|
5482
5482
|
"src": "6174:31:35",
|
|
5483
5483
|
"typeDescriptions": {
|
|
5484
|
-
"typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$
|
|
5484
|
+
"typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18683_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5485
5485
|
"typeString": "function ISuperApp.afterAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
|
|
5486
5486
|
}
|
|
5487
5487
|
},
|
|
@@ -5522,10 +5522,10 @@
|
|
|
5522
5522
|
"name": "ISuperApp",
|
|
5523
5523
|
"nodeType": "Identifier",
|
|
5524
5524
|
"overloadedDeclarations": [],
|
|
5525
|
-
"referencedDeclaration":
|
|
5525
|
+
"referencedDeclaration": 18307,
|
|
5526
5526
|
"src": "6031:9:35",
|
|
5527
5527
|
"typeDescriptions": {
|
|
5528
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
5528
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
5529
5529
|
"typeString": "type(contract ISuperApp)"
|
|
5530
5530
|
}
|
|
5531
5531
|
},
|
|
@@ -5536,10 +5536,10 @@
|
|
|
5536
5536
|
"lValueRequested": false,
|
|
5537
5537
|
"memberName": "afterAgreementCreated",
|
|
5538
5538
|
"nodeType": "MemberAccess",
|
|
5539
|
-
"referencedDeclaration":
|
|
5539
|
+
"referencedDeclaration": 18234,
|
|
5540
5540
|
"src": "6031:31:35",
|
|
5541
5541
|
"typeDescriptions": {
|
|
5542
|
-
"typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$
|
|
5542
|
+
"typeIdentifier": "t_function_declaration_nonpayable$_t_contract$_ISuperToken_$18683_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5543
5543
|
"typeString": "function ISuperApp.afterAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata,bytes calldata) returns (bytes memory)"
|
|
5544
5544
|
}
|
|
5545
5545
|
},
|
|
@@ -5580,10 +5580,10 @@
|
|
|
5580
5580
|
"name": "ISuperApp",
|
|
5581
5581
|
"nodeType": "Identifier",
|
|
5582
5582
|
"overloadedDeclarations": [],
|
|
5583
|
-
"referencedDeclaration":
|
|
5583
|
+
"referencedDeclaration": 18307,
|
|
5584
5584
|
"src": "5884:9:35",
|
|
5585
5585
|
"typeDescriptions": {
|
|
5586
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
5586
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
5587
5587
|
"typeString": "type(contract ISuperApp)"
|
|
5588
5588
|
}
|
|
5589
5589
|
},
|
|
@@ -5594,10 +5594,10 @@
|
|
|
5594
5594
|
"lValueRequested": false,
|
|
5595
5595
|
"memberName": "beforeAgreementTerminated",
|
|
5596
5596
|
"nodeType": "MemberAccess",
|
|
5597
|
-
"referencedDeclaration":
|
|
5597
|
+
"referencedDeclaration": 18287,
|
|
5598
5598
|
"src": "5884:35:35",
|
|
5599
5599
|
"typeDescriptions": {
|
|
5600
|
-
"typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$
|
|
5600
|
+
"typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18683_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5601
5601
|
"typeString": "function ISuperApp.beforeAgreementTerminated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
|
|
5602
5602
|
}
|
|
5603
5603
|
},
|
|
@@ -5638,10 +5638,10 @@
|
|
|
5638
5638
|
"name": "ISuperApp",
|
|
5639
5639
|
"nodeType": "Identifier",
|
|
5640
5640
|
"overloadedDeclarations": [],
|
|
5641
|
-
"referencedDeclaration":
|
|
5641
|
+
"referencedDeclaration": 18307,
|
|
5642
5642
|
"src": "5736:9:35",
|
|
5643
5643
|
"typeDescriptions": {
|
|
5644
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
5644
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
5645
5645
|
"typeString": "type(contract ISuperApp)"
|
|
5646
5646
|
}
|
|
5647
5647
|
},
|
|
@@ -5652,10 +5652,10 @@
|
|
|
5652
5652
|
"lValueRequested": false,
|
|
5653
5653
|
"memberName": "beforeAgreementUpdated",
|
|
5654
5654
|
"nodeType": "MemberAccess",
|
|
5655
|
-
"referencedDeclaration":
|
|
5655
|
+
"referencedDeclaration": 18251,
|
|
5656
5656
|
"src": "5736:32:35",
|
|
5657
5657
|
"typeDescriptions": {
|
|
5658
|
-
"typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$
|
|
5658
|
+
"typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18683_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5659
5659
|
"typeString": "function ISuperApp.beforeAgreementUpdated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
|
|
5660
5660
|
}
|
|
5661
5661
|
},
|
|
@@ -5696,10 +5696,10 @@
|
|
|
5696
5696
|
"name": "ISuperApp",
|
|
5697
5697
|
"nodeType": "Identifier",
|
|
5698
5698
|
"overloadedDeclarations": [],
|
|
5699
|
-
"referencedDeclaration":
|
|
5699
|
+
"referencedDeclaration": 18307,
|
|
5700
5700
|
"src": "5591:9:35",
|
|
5701
5701
|
"typeDescriptions": {
|
|
5702
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
5702
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
5703
5703
|
"typeString": "type(contract ISuperApp)"
|
|
5704
5704
|
}
|
|
5705
5705
|
},
|
|
@@ -5710,10 +5710,10 @@
|
|
|
5710
5710
|
"lValueRequested": false,
|
|
5711
5711
|
"memberName": "beforeAgreementCreated",
|
|
5712
5712
|
"nodeType": "MemberAccess",
|
|
5713
|
-
"referencedDeclaration":
|
|
5713
|
+
"referencedDeclaration": 18215,
|
|
5714
5714
|
"src": "5591:32:35",
|
|
5715
5715
|
"typeDescriptions": {
|
|
5716
|
-
"typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$
|
|
5716
|
+
"typeIdentifier": "t_function_declaration_view$_t_contract$_ISuperToken_$18683_$_t_address_$_t_bytes32_$_t_bytes_calldata_ptr_$_t_bytes_calldata_ptr_$returns$_t_bytes_memory_ptr_$",
|
|
5717
5717
|
"typeString": "function ISuperApp.beforeAgreementCreated(contract ISuperToken,address,bytes32,bytes calldata,bytes calldata) view returns (bytes memory)"
|
|
5718
5718
|
}
|
|
5719
5719
|
},
|
|
@@ -5903,10 +5903,10 @@
|
|
|
5903
5903
|
"name": "ISuperApp",
|
|
5904
5904
|
"nodeType": "Identifier",
|
|
5905
5905
|
"overloadedDeclarations": [],
|
|
5906
|
-
"referencedDeclaration":
|
|
5906
|
+
"referencedDeclaration": 18307,
|
|
5907
5907
|
"src": "6749:9:35",
|
|
5908
5908
|
"typeDescriptions": {
|
|
5909
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$
|
|
5909
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperApp_$18307_$",
|
|
5910
5910
|
"typeString": "type(contract ISuperApp)"
|
|
5911
5911
|
}
|
|
5912
5912
|
},
|
|
@@ -5921,7 +5921,7 @@
|
|
|
5921
5921
|
"src": "6749:25:35",
|
|
5922
5922
|
"tryCall": false,
|
|
5923
5923
|
"typeDescriptions": {
|
|
5924
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
5924
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
5925
5925
|
"typeString": "contract ISuperApp"
|
|
5926
5926
|
}
|
|
5927
5927
|
},
|
|
@@ -6002,7 +6002,7 @@
|
|
|
6002
6002
|
"referencedDeclaration": 5467,
|
|
6003
6003
|
"src": "6865:12:35",
|
|
6004
6004
|
"typeDescriptions": {
|
|
6005
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6005
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
6006
6006
|
"typeString": "contract ISuperfluidToken"
|
|
6007
6007
|
}
|
|
6008
6008
|
}
|
|
@@ -6014,7 +6014,7 @@
|
|
|
6014
6014
|
"typeString": "bytes memory"
|
|
6015
6015
|
},
|
|
6016
6016
|
{
|
|
6017
|
-
"typeIdentifier": "t_contract$_ISuperApp_$
|
|
6017
|
+
"typeIdentifier": "t_contract$_ISuperApp_$18307",
|
|
6018
6018
|
"typeString": "contract ISuperApp"
|
|
6019
6019
|
},
|
|
6020
6020
|
{
|
|
@@ -6026,7 +6026,7 @@
|
|
|
6026
6026
|
"typeString": "int256"
|
|
6027
6027
|
},
|
|
6028
6028
|
{
|
|
6029
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
6029
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$19643",
|
|
6030
6030
|
"typeString": "contract ISuperfluidToken"
|
|
6031
6031
|
}
|
|
6032
6032
|
],
|
|
@@ -6070,10 +6070,10 @@
|
|
|
6070
6070
|
"name": "ISuperfluid",
|
|
6071
6071
|
"nodeType": "Identifier",
|
|
6072
6072
|
"overloadedDeclarations": [],
|
|
6073
|
-
"referencedDeclaration":
|
|
6073
|
+
"referencedDeclaration": 19246,
|
|
6074
6074
|
"src": "6679:11:35",
|
|
6075
6075
|
"typeDescriptions": {
|
|
6076
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
6076
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
6077
6077
|
"typeString": "type(contract ISuperfluid)"
|
|
6078
6078
|
}
|
|
6079
6079
|
},
|
|
@@ -6088,7 +6088,7 @@
|
|
|
6088
6088
|
"src": "6679:23:35",
|
|
6089
6089
|
"tryCall": false,
|
|
6090
6090
|
"typeDescriptions": {
|
|
6091
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
6091
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
6092
6092
|
"typeString": "contract ISuperfluid"
|
|
6093
6093
|
}
|
|
6094
6094
|
},
|
|
@@ -6099,10 +6099,10 @@
|
|
|
6099
6099
|
"lValueRequested": false,
|
|
6100
6100
|
"memberName": "appCallbackPush",
|
|
6101
6101
|
"nodeType": "MemberAccess",
|
|
6102
|
-
"referencedDeclaration":
|
|
6102
|
+
"referencedDeclaration": 19088,
|
|
6103
6103
|
"src": "6679:39:35",
|
|
6104
6104
|
"typeDescriptions": {
|
|
6105
|
-
"typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$
|
|
6105
|
+
"typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_contract$_ISuperApp_$18307_$_t_uint256_$_t_int256_$_t_contract$_ISuperfluidToken_$19643_$returns$_t_bytes_memory_ptr_$",
|
|
6106
6106
|
"typeString": "function (bytes memory,contract ISuperApp,uint256,int256,contract ISuperfluidToken) external returns (bytes memory)"
|
|
6107
6107
|
}
|
|
6108
6108
|
},
|
|
@@ -6333,10 +6333,10 @@
|
|
|
6333
6333
|
"name": "ISuperfluid",
|
|
6334
6334
|
"nodeType": "Identifier",
|
|
6335
6335
|
"overloadedDeclarations": [],
|
|
6336
|
-
"referencedDeclaration":
|
|
6336
|
+
"referencedDeclaration": 19246,
|
|
6337
6337
|
"src": "7105:11:35",
|
|
6338
6338
|
"typeDescriptions": {
|
|
6339
|
-
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$
|
|
6339
|
+
"typeIdentifier": "t_type$_t_contract$_ISuperfluid_$19246_$",
|
|
6340
6340
|
"typeString": "type(contract ISuperfluid)"
|
|
6341
6341
|
}
|
|
6342
6342
|
},
|
|
@@ -6351,7 +6351,7 @@
|
|
|
6351
6351
|
"src": "7105:23:35",
|
|
6352
6352
|
"tryCall": false,
|
|
6353
6353
|
"typeDescriptions": {
|
|
6354
|
-
"typeIdentifier": "t_contract$_ISuperfluid_$
|
|
6354
|
+
"typeIdentifier": "t_contract$_ISuperfluid_$19246",
|
|
6355
6355
|
"typeString": "contract ISuperfluid"
|
|
6356
6356
|
}
|
|
6357
6357
|
},
|
|
@@ -6362,7 +6362,7 @@
|
|
|
6362
6362
|
"lValueRequested": false,
|
|
6363
6363
|
"memberName": "appCallbackPop",
|
|
6364
6364
|
"nodeType": "MemberAccess",
|
|
6365
|
-
"referencedDeclaration":
|
|
6365
|
+
"referencedDeclaration": 19098,
|
|
6366
6366
|
"src": "7105:38:35",
|
|
6367
6367
|
"typeDescriptions": {
|
|
6368
6368
|
"typeIdentifier": "t_function_external_nonpayable$_t_bytes_memory_ptr_$_t_int256_$returns$_t_bytes_memory_ptr_$",
|
|
@@ -6915,7 +6915,7 @@
|
|
|
6915
6915
|
},
|
|
6916
6916
|
"networks": {},
|
|
6917
6917
|
"schemaVersion": "3.4.7",
|
|
6918
|
-
"updatedAt": "2022-04-
|
|
6918
|
+
"updatedAt": "2022-04-30T08:07:02.093Z",
|
|
6919
6919
|
"devdoc": {
|
|
6920
6920
|
"author": "Superfluid",
|
|
6921
6921
|
"details": "Helper library for building super agreement",
|