@superfluid-finance/ethereum-contracts 1.3.2-dev.bf84335.0 → 1.3.2-dev.de7575d.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 +1272 -1183
- package/build/contracts/BaseRelayRecipient.json +55 -55
- package/build/contracts/BatchLiquidator.json +211 -211
- package/build/contracts/BatchOperation.json +599 -599
- package/build/contracts/CFAv1Library.json +2282 -2282
- package/build/contracts/CallUtils.json +198 -198
- package/build/contracts/ClosingOnUpdateFlowTestApp.json +2472 -2472
- package/build/contracts/ConstantFlowAgreementV1.json +12931 -13308
- 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 +20 -20
- package/build/contracts/ERC165.json +1 -1
- package/build/contracts/ERC1820Implementer.json +1 -1
- package/build/contracts/ERC1820RegistryCompiled.json +22 -22
- package/build/contracts/ERC20.json +1 -1
- package/build/contracts/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/ERC777Helper.json +380 -380
- package/build/contracts/ERC777RecipientDrainingGas.json +858 -858
- package/build/contracts/ERC777RecipientReverting.json +858 -858
- package/build/contracts/EnumerableSet.json +1 -1
- package/build/contracts/EventsEmitter.json +43 -43
- package/build/contracts/ExclusiveInflowTestApp.json +2473 -2473
- package/build/contracts/FixedSizeData.json +200 -200
- package/build/contracts/FlowExchangeTestApp.json +2473 -2473
- package/build/contracts/FlowOperatorDefinitions.json +599 -599
- package/build/contracts/FullUpgradableSuperTokenProxy.json +115 -115
- 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 +2614 -2614
- package/build/contracts/IERC165.json +1 -1
- package/build/contracts/IERC1820Implementer.json +1 -1
- package/build/contracts/IERC1820Registry.json +1 -1
- package/build/contracts/IERC20.json +1 -1
- package/build/contracts/IERC20Metadata.json +1 -1
- package/build/contracts/IERC20Permit.json +1 -1
- package/build/contracts/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 +63 -63
- package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +63 -63
- package/build/contracts/IMultiSigWallet.json +24 -24
- package/build/contracts/IPureSuperToken.json +43 -43
- package/build/contracts/IPureSuperTokenCustom.json +43 -43
- package/build/contracts/IRelayRecipient.json +27 -27
- package/build/contracts/IResolver.json +38 -38
- package/build/contracts/ISETH.json +48 -48
- package/build/contracts/ISETHCustom.json +48 -48
- package/build/contracts/ISuperAgreement.json +50 -50
- package/build/contracts/ISuperApp.json +192 -192
- package/build/contracts/ISuperToken.json +524 -524
- package/build/contracts/ISuperTokenFactory.json +161 -161
- package/build/contracts/ISuperfluid.json +1145 -1178
- package/build/contracts/ISuperfluidGovernance.json +243 -243
- package/build/contracts/ISuperfluidToken.json +389 -389
- package/build/contracts/ITOGAv1.json +1442 -1442
- package/build/contracts/ITOGAv2.json +1442 -1442
- package/build/contracts/Initializable.json +1 -1
- package/build/contracts/InstantDistributionAgreementV1.json +5820 -5820
- package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +231 -231
- package/build/contracts/NonClosableOutflowTestApp.json +2473 -2473
- 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 +109 -109
- package/build/contracts/Resolver.json +98 -98
- package/build/contracts/SETHProxy.json +227 -227
- 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 +2472 -2472
- package/build/contracts/SlotsBitmapLibrary.json +457 -457
- package/build/contracts/StreamRedirector.json +748 -748
- package/build/contracts/Strings.json +1 -1
- package/build/contracts/SuperAppBase.json +240 -240
- package/build/contracts/SuperAppDefinitions.json +599 -599
- package/build/contracts/SuperToken.json +4732 -4732
- package/build/contracts/SuperTokenFactory.json +750 -750
- package/build/contracts/SuperTokenFactoryBase.json +738 -738
- package/build/contracts/SuperTokenFactoryHelper.json +743 -743
- package/build/contracts/SuperUpgrader.json +440 -440
- package/build/contracts/Superfluid.json +15366 -16050
- package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
- package/build/contracts/SuperfluidGovernanceBase.json +2233 -2233
- package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
- package/build/contracts/SuperfluidGovernanceII.json +149 -149
- package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
- package/build/contracts/SuperfluidLoader.json +210 -210
- package/build/contracts/SuperfluidToken.json +2420 -2420
- package/build/contracts/TOGA.json +1461 -1461
- package/build/contracts/TestGovernance.json +248 -248
- package/build/contracts/TestToken.json +93 -93
- package/build/contracts/TokenCustodian.json +214 -214
- package/build/contracts/TokenInfo.json +32 -32
- package/build/contracts/UUPSProxiable.json +139 -139
- package/build/contracts/UUPSProxy.json +81 -81
- package/build/contracts/UUPSUtils.json +37 -37
- package/build/contracts-sizes.txt +6 -6
- package/contracts/agreements/AgreementLibrary.sol +39 -15
- package/contracts/agreements/ConstantFlowAgreementV1.sol +65 -53
- package/contracts/interfaces/superfluid/ISuperfluid.sol +29 -23
- package/contracts/mocks/AgreementMock.sol +2 -2
- package/contracts/mocks/CFAAppMocks.sol +1 -1
- package/contracts/mocks/MultiFlowTesterApp.sol +13 -12
- package/contracts/mocks/SuperTokenMock.sol +2 -2
- package/contracts/mocks/SuperfluidMock.sol +9 -9
- package/contracts/superfluid/Superfluid.sol +34 -38
- package/contracts/superfluid/SuperfluidToken.sol +14 -14
- package/package.json +2 -2
- package/scripts/deploy-mfa.ts +27 -0
- package/scripts/libs/getConfig.js +14 -0
- package/utils/README.md +18 -0
- package/utils/mfa-tester.html +687 -0
|
@@ -954,21 +954,21 @@
|
|
|
954
954
|
"absolutePath": "project:/contracts/interfaces/agreements/IInstantDistributionAgreementV1.sol",
|
|
955
955
|
"exportedSymbols": {
|
|
956
956
|
"IInstantDistributionAgreementV1": [
|
|
957
|
-
|
|
957
|
+
18502
|
|
958
958
|
],
|
|
959
959
|
"ISuperAgreement": [
|
|
960
|
-
|
|
960
|
+
19002
|
|
961
961
|
],
|
|
962
962
|
"ISuperfluidToken": [
|
|
963
|
-
|
|
963
|
+
20450
|
|
964
964
|
]
|
|
965
965
|
},
|
|
966
|
-
"id":
|
|
966
|
+
"id": 18503,
|
|
967
967
|
"license": "AGPLv3",
|
|
968
968
|
"nodeType": "SourceUnit",
|
|
969
969
|
"nodes": [
|
|
970
970
|
{
|
|
971
|
-
"id":
|
|
971
|
+
"id": 18116,
|
|
972
972
|
"literals": [
|
|
973
973
|
"solidity",
|
|
974
974
|
">=",
|
|
@@ -981,20 +981,20 @@
|
|
|
981
981
|
{
|
|
982
982
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
|
|
983
983
|
"file": "../superfluid/ISuperAgreement.sol",
|
|
984
|
-
"id":
|
|
984
|
+
"id": 18118,
|
|
985
985
|
"nameLocation": "-1:-1:-1",
|
|
986
986
|
"nodeType": "ImportDirective",
|
|
987
|
-
"scope":
|
|
988
|
-
"sourceUnit":
|
|
987
|
+
"scope": 18503,
|
|
988
|
+
"sourceUnit": 19003,
|
|
989
989
|
"src": "62:68:41",
|
|
990
990
|
"symbolAliases": [
|
|
991
991
|
{
|
|
992
992
|
"foreign": {
|
|
993
|
-
"id":
|
|
993
|
+
"id": 18117,
|
|
994
994
|
"name": "ISuperAgreement",
|
|
995
995
|
"nodeType": "Identifier",
|
|
996
996
|
"overloadedDeclarations": [],
|
|
997
|
-
"referencedDeclaration":
|
|
997
|
+
"referencedDeclaration": 19002,
|
|
998
998
|
"src": "71:15:41",
|
|
999
999
|
"typeDescriptions": {}
|
|
1000
1000
|
},
|
|
@@ -1006,20 +1006,20 @@
|
|
|
1006
1006
|
{
|
|
1007
1007
|
"absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
|
|
1008
1008
|
"file": "../superfluid/ISuperfluidToken.sol",
|
|
1009
|
-
"id":
|
|
1009
|
+
"id": 18120,
|
|
1010
1010
|
"nameLocation": "-1:-1:-1",
|
|
1011
1011
|
"nodeType": "ImportDirective",
|
|
1012
|
-
"scope":
|
|
1013
|
-
"sourceUnit":
|
|
1012
|
+
"scope": 18503,
|
|
1013
|
+
"sourceUnit": 20451,
|
|
1014
1014
|
"src": "131:70:41",
|
|
1015
1015
|
"symbolAliases": [
|
|
1016
1016
|
{
|
|
1017
1017
|
"foreign": {
|
|
1018
|
-
"id":
|
|
1018
|
+
"id": 18119,
|
|
1019
1019
|
"name": "ISuperfluidToken",
|
|
1020
1020
|
"nodeType": "Identifier",
|
|
1021
1021
|
"overloadedDeclarations": [],
|
|
1022
|
-
"referencedDeclaration":
|
|
1022
|
+
"referencedDeclaration": 20450,
|
|
1023
1023
|
"src": "140:16:41",
|
|
1024
1024
|
"typeDescriptions": {}
|
|
1025
1025
|
},
|
|
@@ -1033,13 +1033,13 @@
|
|
|
1033
1033
|
"baseContracts": [
|
|
1034
1034
|
{
|
|
1035
1035
|
"baseName": {
|
|
1036
|
-
"id":
|
|
1036
|
+
"id": 18122,
|
|
1037
1037
|
"name": "ISuperAgreement",
|
|
1038
1038
|
"nodeType": "IdentifierPath",
|
|
1039
|
-
"referencedDeclaration":
|
|
1039
|
+
"referencedDeclaration": 19002,
|
|
1040
1040
|
"src": "1837:15:41"
|
|
1041
1041
|
},
|
|
1042
|
-
"id":
|
|
1042
|
+
"id": 18123,
|
|
1043
1043
|
"nodeType": "InheritanceSpecifier",
|
|
1044
1044
|
"src": "1837:15:41"
|
|
1045
1045
|
}
|
|
@@ -1048,16 +1048,16 @@
|
|
|
1048
1048
|
"contractDependencies": [],
|
|
1049
1049
|
"contractKind": "contract",
|
|
1050
1050
|
"documentation": {
|
|
1051
|
-
"id":
|
|
1051
|
+
"id": 18121,
|
|
1052
1052
|
"nodeType": "StructuredDocumentation",
|
|
1053
1053
|
"src": "204:1579:41",
|
|
1054
1054
|
"text": " @title Instant Distribution Agreement interface\n @author Superfluid\n @notice \n - A publisher can create as many as indices as possibly identifiable with `indexId`.\n - `indexId` is deliberately limited to 32 bits, to avoid the chance for sha-3 collision.\n Despite knowing sha-3 collision is only theoretical.\n - A publisher can create a subscription to an index for any subscriber.\n - A subscription consists of:\n - The index it subscribes to.\n - Number of units subscribed.\n - An index consists of:\n - Current value as `uint128 indexValue`.\n - Total units of the approved subscriptions as `uint128 totalUnitsApproved`.\n - Total units of the non approved subscription as `uint128 totalUnitsPending`.\n - A publisher can update an index with a new value that doesn't decrease.\n - A publisher can update a subscription with any number of units.\n - A publisher or a subscriber can delete a subscription and reset its units to zero.\n - A subscriber must approve the index in order to receive distributions from the publisher\n each time the index is updated.\n - The amount distributed is $$\\Delta{index} * units$$\n - Distributions to a non approved subscription stays in the publisher's deposit until:\n - the subscriber approves the subscription (side effect),\n - the publisher updates the subscription (side effect),\n - the subscriber deletes the subscription even if it is never approved (side effect),\n - or the subscriber can explicitly claim them."
|
|
1055
1055
|
},
|
|
1056
1056
|
"fullyImplemented": false,
|
|
1057
|
-
"id":
|
|
1057
|
+
"id": 18502,
|
|
1058
1058
|
"linearizedBaseContracts": [
|
|
1059
|
-
|
|
1060
|
-
|
|
1059
|
+
18502,
|
|
1060
|
+
19002
|
|
1061
1061
|
],
|
|
1062
1062
|
"name": "IInstantDistributionAgreementV1",
|
|
1063
1063
|
"nameLocation": "1802:31:41",
|
|
@@ -1065,10 +1065,10 @@
|
|
|
1065
1065
|
"nodes": [
|
|
1066
1066
|
{
|
|
1067
1067
|
"baseFunctions": [
|
|
1068
|
-
|
|
1068
|
+
18984
|
|
1069
1069
|
],
|
|
1070
1070
|
"body": {
|
|
1071
|
-
"id":
|
|
1071
|
+
"id": 18134,
|
|
1072
1072
|
"nodeType": "Block",
|
|
1073
1073
|
"src": "1984:102:41",
|
|
1074
1074
|
"statements": [
|
|
@@ -1077,7 +1077,7 @@
|
|
|
1077
1077
|
"arguments": [
|
|
1078
1078
|
{
|
|
1079
1079
|
"hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e496e7374616e74446973747269627574696f6e41677265656d656e742e7631",
|
|
1080
|
-
"id":
|
|
1080
|
+
"id": 18131,
|
|
1081
1081
|
"isConstant": false,
|
|
1082
1082
|
"isLValue": false,
|
|
1083
1083
|
"isPure": true,
|
|
@@ -1099,7 +1099,7 @@
|
|
|
1099
1099
|
"typeString": "literal_string \"org.superfluid-finance.agreements.InstantDistributionAgreement.v1\""
|
|
1100
1100
|
}
|
|
1101
1101
|
],
|
|
1102
|
-
"id":
|
|
1102
|
+
"id": 18130,
|
|
1103
1103
|
"name": "keccak256",
|
|
1104
1104
|
"nodeType": "Identifier",
|
|
1105
1105
|
"overloadedDeclarations": [],
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
"typeString": "function (bytes memory) pure returns (bytes32)"
|
|
1111
1111
|
}
|
|
1112
1112
|
},
|
|
1113
|
-
"id":
|
|
1113
|
+
"id": 18132,
|
|
1114
1114
|
"isConstant": false,
|
|
1115
1115
|
"isLValue": false,
|
|
1116
1116
|
"isPure": true,
|
|
@@ -1125,21 +1125,21 @@
|
|
|
1125
1125
|
"typeString": "bytes32"
|
|
1126
1126
|
}
|
|
1127
1127
|
},
|
|
1128
|
-
"functionReturnParameters":
|
|
1129
|
-
"id":
|
|
1128
|
+
"functionReturnParameters": 18129,
|
|
1129
|
+
"id": 18133,
|
|
1130
1130
|
"nodeType": "Return",
|
|
1131
1131
|
"src": "1994:85:41"
|
|
1132
1132
|
}
|
|
1133
1133
|
]
|
|
1134
1134
|
},
|
|
1135
1135
|
"documentation": {
|
|
1136
|
-
"id":
|
|
1136
|
+
"id": 18124,
|
|
1137
1137
|
"nodeType": "StructuredDocumentation",
|
|
1138
1138
|
"src": "1860:53:41",
|
|
1139
1139
|
"text": "@dev ISuperAgreement.agreementType implementation"
|
|
1140
1140
|
},
|
|
1141
1141
|
"functionSelector": "7730599e",
|
|
1142
|
-
"id":
|
|
1142
|
+
"id": 18135,
|
|
1143
1143
|
"implemented": true,
|
|
1144
1144
|
"kind": "function",
|
|
1145
1145
|
"modifiers": [],
|
|
@@ -1147,29 +1147,29 @@
|
|
|
1147
1147
|
"nameLocation": "1927:13:41",
|
|
1148
1148
|
"nodeType": "FunctionDefinition",
|
|
1149
1149
|
"overrides": {
|
|
1150
|
-
"id":
|
|
1150
|
+
"id": 18126,
|
|
1151
1151
|
"nodeType": "OverrideSpecifier",
|
|
1152
1152
|
"overrides": [],
|
|
1153
1153
|
"src": "1952:8:41"
|
|
1154
1154
|
},
|
|
1155
1155
|
"parameters": {
|
|
1156
|
-
"id":
|
|
1156
|
+
"id": 18125,
|
|
1157
1157
|
"nodeType": "ParameterList",
|
|
1158
1158
|
"parameters": [],
|
|
1159
1159
|
"src": "1940:2:41"
|
|
1160
1160
|
},
|
|
1161
1161
|
"returnParameters": {
|
|
1162
|
-
"id":
|
|
1162
|
+
"id": 18129,
|
|
1163
1163
|
"nodeType": "ParameterList",
|
|
1164
1164
|
"parameters": [
|
|
1165
1165
|
{
|
|
1166
1166
|
"constant": false,
|
|
1167
|
-
"id":
|
|
1167
|
+
"id": 18128,
|
|
1168
1168
|
"mutability": "mutable",
|
|
1169
1169
|
"name": "",
|
|
1170
1170
|
"nameLocation": "-1:-1:-1",
|
|
1171
1171
|
"nodeType": "VariableDeclaration",
|
|
1172
|
-
"scope":
|
|
1172
|
+
"scope": 18135,
|
|
1173
1173
|
"src": "1975:7:41",
|
|
1174
1174
|
"stateVariable": false,
|
|
1175
1175
|
"storageLocation": "default",
|
|
@@ -1178,7 +1178,7 @@
|
|
|
1178
1178
|
"typeString": "bytes32"
|
|
1179
1179
|
},
|
|
1180
1180
|
"typeName": {
|
|
1181
|
-
"id":
|
|
1181
|
+
"id": 18127,
|
|
1182
1182
|
"name": "bytes32",
|
|
1183
1183
|
"nodeType": "ElementaryTypeName",
|
|
1184
1184
|
"src": "1975:7:41",
|
|
@@ -1192,7 +1192,7 @@
|
|
|
1192
1192
|
],
|
|
1193
1193
|
"src": "1974:9:41"
|
|
1194
1194
|
},
|
|
1195
|
-
"scope":
|
|
1195
|
+
"scope": 18502,
|
|
1196
1196
|
"src": "1918:168:41",
|
|
1197
1197
|
"stateMutability": "pure",
|
|
1198
1198
|
"virtual": false,
|
|
@@ -1200,13 +1200,13 @@
|
|
|
1200
1200
|
},
|
|
1201
1201
|
{
|
|
1202
1202
|
"documentation": {
|
|
1203
|
-
"id":
|
|
1203
|
+
"id": 18136,
|
|
1204
1204
|
"nodeType": "StructuredDocumentation",
|
|
1205
1205
|
"src": "2277:256:41",
|
|
1206
1206
|
"text": " @dev Create a new index for the publisher\n @param token Super token address\n @param indexId Id of the index\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n None"
|
|
1207
1207
|
},
|
|
1208
1208
|
"functionSelector": "d787840a",
|
|
1209
|
-
"id":
|
|
1209
|
+
"id": 18148,
|
|
1210
1210
|
"implemented": false,
|
|
1211
1211
|
"kind": "function",
|
|
1212
1212
|
"modifiers": [],
|
|
@@ -1214,38 +1214,38 @@
|
|
|
1214
1214
|
"nameLocation": "2547:11:41",
|
|
1215
1215
|
"nodeType": "FunctionDefinition",
|
|
1216
1216
|
"parameters": {
|
|
1217
|
-
"id":
|
|
1217
|
+
"id": 18144,
|
|
1218
1218
|
"nodeType": "ParameterList",
|
|
1219
1219
|
"parameters": [
|
|
1220
1220
|
{
|
|
1221
1221
|
"constant": false,
|
|
1222
|
-
"id":
|
|
1222
|
+
"id": 18139,
|
|
1223
1223
|
"mutability": "mutable",
|
|
1224
1224
|
"name": "token",
|
|
1225
1225
|
"nameLocation": "2585:5:41",
|
|
1226
1226
|
"nodeType": "VariableDeclaration",
|
|
1227
|
-
"scope":
|
|
1227
|
+
"scope": 18148,
|
|
1228
1228
|
"src": "2568:22:41",
|
|
1229
1229
|
"stateVariable": false,
|
|
1230
1230
|
"storageLocation": "default",
|
|
1231
1231
|
"typeDescriptions": {
|
|
1232
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1232
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1233
1233
|
"typeString": "contract ISuperfluidToken"
|
|
1234
1234
|
},
|
|
1235
1235
|
"typeName": {
|
|
1236
|
-
"id":
|
|
1236
|
+
"id": 18138,
|
|
1237
1237
|
"nodeType": "UserDefinedTypeName",
|
|
1238
1238
|
"pathNode": {
|
|
1239
|
-
"id":
|
|
1239
|
+
"id": 18137,
|
|
1240
1240
|
"name": "ISuperfluidToken",
|
|
1241
1241
|
"nodeType": "IdentifierPath",
|
|
1242
|
-
"referencedDeclaration":
|
|
1242
|
+
"referencedDeclaration": 20450,
|
|
1243
1243
|
"src": "2568:16:41"
|
|
1244
1244
|
},
|
|
1245
|
-
"referencedDeclaration":
|
|
1245
|
+
"referencedDeclaration": 20450,
|
|
1246
1246
|
"src": "2568:16:41",
|
|
1247
1247
|
"typeDescriptions": {
|
|
1248
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1248
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1249
1249
|
"typeString": "contract ISuperfluidToken"
|
|
1250
1250
|
}
|
|
1251
1251
|
},
|
|
@@ -1253,12 +1253,12 @@
|
|
|
1253
1253
|
},
|
|
1254
1254
|
{
|
|
1255
1255
|
"constant": false,
|
|
1256
|
-
"id":
|
|
1256
|
+
"id": 18141,
|
|
1257
1257
|
"mutability": "mutable",
|
|
1258
1258
|
"name": "indexId",
|
|
1259
1259
|
"nameLocation": "2607:7:41",
|
|
1260
1260
|
"nodeType": "VariableDeclaration",
|
|
1261
|
-
"scope":
|
|
1261
|
+
"scope": 18148,
|
|
1262
1262
|
"src": "2600:14:41",
|
|
1263
1263
|
"stateVariable": false,
|
|
1264
1264
|
"storageLocation": "default",
|
|
@@ -1267,7 +1267,7 @@
|
|
|
1267
1267
|
"typeString": "uint32"
|
|
1268
1268
|
},
|
|
1269
1269
|
"typeName": {
|
|
1270
|
-
"id":
|
|
1270
|
+
"id": 18140,
|
|
1271
1271
|
"name": "uint32",
|
|
1272
1272
|
"nodeType": "ElementaryTypeName",
|
|
1273
1273
|
"src": "2600:6:41",
|
|
@@ -1280,12 +1280,12 @@
|
|
|
1280
1280
|
},
|
|
1281
1281
|
{
|
|
1282
1282
|
"constant": false,
|
|
1283
|
-
"id":
|
|
1283
|
+
"id": 18143,
|
|
1284
1284
|
"mutability": "mutable",
|
|
1285
1285
|
"name": "ctx",
|
|
1286
1286
|
"nameLocation": "2639:3:41",
|
|
1287
1287
|
"nodeType": "VariableDeclaration",
|
|
1288
|
-
"scope":
|
|
1288
|
+
"scope": 18148,
|
|
1289
1289
|
"src": "2624:18:41",
|
|
1290
1290
|
"stateVariable": false,
|
|
1291
1291
|
"storageLocation": "calldata",
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
"typeString": "bytes"
|
|
1295
1295
|
},
|
|
1296
1296
|
"typeName": {
|
|
1297
|
-
"id":
|
|
1297
|
+
"id": 18142,
|
|
1298
1298
|
"name": "bytes",
|
|
1299
1299
|
"nodeType": "ElementaryTypeName",
|
|
1300
1300
|
"src": "2624:5:41",
|
|
@@ -1309,17 +1309,17 @@
|
|
|
1309
1309
|
"src": "2558:85:41"
|
|
1310
1310
|
},
|
|
1311
1311
|
"returnParameters": {
|
|
1312
|
-
"id":
|
|
1312
|
+
"id": 18147,
|
|
1313
1313
|
"nodeType": "ParameterList",
|
|
1314
1314
|
"parameters": [
|
|
1315
1315
|
{
|
|
1316
1316
|
"constant": false,
|
|
1317
|
-
"id":
|
|
1317
|
+
"id": 18146,
|
|
1318
1318
|
"mutability": "mutable",
|
|
1319
1319
|
"name": "newCtx",
|
|
1320
1320
|
"nameLocation": "2718:6:41",
|
|
1321
1321
|
"nodeType": "VariableDeclaration",
|
|
1322
|
-
"scope":
|
|
1322
|
+
"scope": 18148,
|
|
1323
1323
|
"src": "2705:19:41",
|
|
1324
1324
|
"stateVariable": false,
|
|
1325
1325
|
"storageLocation": "memory",
|
|
@@ -1328,7 +1328,7 @@
|
|
|
1328
1328
|
"typeString": "bytes"
|
|
1329
1329
|
},
|
|
1330
1330
|
"typeName": {
|
|
1331
|
-
"id":
|
|
1331
|
+
"id": 18145,
|
|
1332
1332
|
"name": "bytes",
|
|
1333
1333
|
"nodeType": "ElementaryTypeName",
|
|
1334
1334
|
"src": "2705:5:41",
|
|
@@ -1342,7 +1342,7 @@
|
|
|
1342
1342
|
],
|
|
1343
1343
|
"src": "2704:21:41"
|
|
1344
1344
|
},
|
|
1345
|
-
"scope":
|
|
1345
|
+
"scope": 18502,
|
|
1346
1346
|
"src": "2538:188:41",
|
|
1347
1347
|
"stateMutability": "nonpayable",
|
|
1348
1348
|
"virtual": true,
|
|
@@ -1351,50 +1351,50 @@
|
|
|
1351
1351
|
{
|
|
1352
1352
|
"anonymous": false,
|
|
1353
1353
|
"documentation": {
|
|
1354
|
-
"id":
|
|
1354
|
+
"id": 18149,
|
|
1355
1355
|
"nodeType": "StructuredDocumentation",
|
|
1356
1356
|
"src": "2731:246:41",
|
|
1357
1357
|
"text": " @dev Index created event\n @param token Super token address\n @param publisher Index creator and publisher\n @param indexId The specified indexId of the newly created index\n @param userData The user provided data"
|
|
1358
1358
|
},
|
|
1359
1359
|
"eventSelector": "01ab8663165edfb7390d9e5f75d960a66dacf4f01fa9787e3a731c870d0da921",
|
|
1360
|
-
"id":
|
|
1360
|
+
"id": 18160,
|
|
1361
1361
|
"name": "IndexCreated",
|
|
1362
1362
|
"nameLocation": "2988:12:41",
|
|
1363
1363
|
"nodeType": "EventDefinition",
|
|
1364
1364
|
"parameters": {
|
|
1365
|
-
"id":
|
|
1365
|
+
"id": 18159,
|
|
1366
1366
|
"nodeType": "ParameterList",
|
|
1367
1367
|
"parameters": [
|
|
1368
1368
|
{
|
|
1369
1369
|
"constant": false,
|
|
1370
|
-
"id":
|
|
1370
|
+
"id": 18152,
|
|
1371
1371
|
"indexed": true,
|
|
1372
1372
|
"mutability": "mutable",
|
|
1373
1373
|
"name": "token",
|
|
1374
1374
|
"nameLocation": "3035:5:41",
|
|
1375
1375
|
"nodeType": "VariableDeclaration",
|
|
1376
|
-
"scope":
|
|
1376
|
+
"scope": 18160,
|
|
1377
1377
|
"src": "3010:30:41",
|
|
1378
1378
|
"stateVariable": false,
|
|
1379
1379
|
"storageLocation": "default",
|
|
1380
1380
|
"typeDescriptions": {
|
|
1381
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1381
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1382
1382
|
"typeString": "contract ISuperfluidToken"
|
|
1383
1383
|
},
|
|
1384
1384
|
"typeName": {
|
|
1385
|
-
"id":
|
|
1385
|
+
"id": 18151,
|
|
1386
1386
|
"nodeType": "UserDefinedTypeName",
|
|
1387
1387
|
"pathNode": {
|
|
1388
|
-
"id":
|
|
1388
|
+
"id": 18150,
|
|
1389
1389
|
"name": "ISuperfluidToken",
|
|
1390
1390
|
"nodeType": "IdentifierPath",
|
|
1391
|
-
"referencedDeclaration":
|
|
1391
|
+
"referencedDeclaration": 20450,
|
|
1392
1392
|
"src": "3010:16:41"
|
|
1393
1393
|
},
|
|
1394
|
-
"referencedDeclaration":
|
|
1394
|
+
"referencedDeclaration": 20450,
|
|
1395
1395
|
"src": "3010:16:41",
|
|
1396
1396
|
"typeDescriptions": {
|
|
1397
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1397
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1398
1398
|
"typeString": "contract ISuperfluidToken"
|
|
1399
1399
|
}
|
|
1400
1400
|
},
|
|
@@ -1402,13 +1402,13 @@
|
|
|
1402
1402
|
},
|
|
1403
1403
|
{
|
|
1404
1404
|
"constant": false,
|
|
1405
|
-
"id":
|
|
1405
|
+
"id": 18154,
|
|
1406
1406
|
"indexed": true,
|
|
1407
1407
|
"mutability": "mutable",
|
|
1408
1408
|
"name": "publisher",
|
|
1409
1409
|
"nameLocation": "3066:9:41",
|
|
1410
1410
|
"nodeType": "VariableDeclaration",
|
|
1411
|
-
"scope":
|
|
1411
|
+
"scope": 18160,
|
|
1412
1412
|
"src": "3050:25:41",
|
|
1413
1413
|
"stateVariable": false,
|
|
1414
1414
|
"storageLocation": "default",
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
"typeString": "address"
|
|
1418
1418
|
},
|
|
1419
1419
|
"typeName": {
|
|
1420
|
-
"id":
|
|
1420
|
+
"id": 18153,
|
|
1421
1421
|
"name": "address",
|
|
1422
1422
|
"nodeType": "ElementaryTypeName",
|
|
1423
1423
|
"src": "3050:7:41",
|
|
@@ -1431,13 +1431,13 @@
|
|
|
1431
1431
|
},
|
|
1432
1432
|
{
|
|
1433
1433
|
"constant": false,
|
|
1434
|
-
"id":
|
|
1434
|
+
"id": 18156,
|
|
1435
1435
|
"indexed": true,
|
|
1436
1436
|
"mutability": "mutable",
|
|
1437
1437
|
"name": "indexId",
|
|
1438
1438
|
"nameLocation": "3100:7:41",
|
|
1439
1439
|
"nodeType": "VariableDeclaration",
|
|
1440
|
-
"scope":
|
|
1440
|
+
"scope": 18160,
|
|
1441
1441
|
"src": "3085:22:41",
|
|
1442
1442
|
"stateVariable": false,
|
|
1443
1443
|
"storageLocation": "default",
|
|
@@ -1446,7 +1446,7 @@
|
|
|
1446
1446
|
"typeString": "uint32"
|
|
1447
1447
|
},
|
|
1448
1448
|
"typeName": {
|
|
1449
|
-
"id":
|
|
1449
|
+
"id": 18155,
|
|
1450
1450
|
"name": "uint32",
|
|
1451
1451
|
"nodeType": "ElementaryTypeName",
|
|
1452
1452
|
"src": "3085:6:41",
|
|
@@ -1459,13 +1459,13 @@
|
|
|
1459
1459
|
},
|
|
1460
1460
|
{
|
|
1461
1461
|
"constant": false,
|
|
1462
|
-
"id":
|
|
1462
|
+
"id": 18158,
|
|
1463
1463
|
"indexed": false,
|
|
1464
1464
|
"mutability": "mutable",
|
|
1465
1465
|
"name": "userData",
|
|
1466
1466
|
"nameLocation": "3123:8:41",
|
|
1467
1467
|
"nodeType": "VariableDeclaration",
|
|
1468
|
-
"scope":
|
|
1468
|
+
"scope": 18160,
|
|
1469
1469
|
"src": "3117:14:41",
|
|
1470
1470
|
"stateVariable": false,
|
|
1471
1471
|
"storageLocation": "default",
|
|
@@ -1474,7 +1474,7 @@
|
|
|
1474
1474
|
"typeString": "bytes"
|
|
1475
1475
|
},
|
|
1476
1476
|
"typeName": {
|
|
1477
|
-
"id":
|
|
1477
|
+
"id": 18157,
|
|
1478
1478
|
"name": "bytes",
|
|
1479
1479
|
"nodeType": "ElementaryTypeName",
|
|
1480
1480
|
"src": "3117:5:41",
|
|
@@ -1492,13 +1492,13 @@
|
|
|
1492
1492
|
},
|
|
1493
1493
|
{
|
|
1494
1494
|
"documentation": {
|
|
1495
|
-
"id":
|
|
1495
|
+
"id": 18161,
|
|
1496
1496
|
"nodeType": "StructuredDocumentation",
|
|
1497
1497
|
"src": "3139:418:41",
|
|
1498
1498
|
"text": " @dev Query the data of a index\n @param token Super token address\n @param publisher The publisher of the index\n @param indexId Id of the index\n @return exist Does the index exist\n @return indexValue Value of the current index\n @return totalUnitsApproved Total units approved for the index\n @return totalUnitsPending Total units pending approval for the index"
|
|
1499
1499
|
},
|
|
1500
1500
|
"functionSelector": "23fc23f3",
|
|
1501
|
-
"id":
|
|
1501
|
+
"id": 18179,
|
|
1502
1502
|
"implemented": false,
|
|
1503
1503
|
"kind": "function",
|
|
1504
1504
|
"modifiers": [],
|
|
@@ -1506,38 +1506,38 @@
|
|
|
1506
1506
|
"nameLocation": "3571:8:41",
|
|
1507
1507
|
"nodeType": "FunctionDefinition",
|
|
1508
1508
|
"parameters": {
|
|
1509
|
-
"id":
|
|
1509
|
+
"id": 18169,
|
|
1510
1510
|
"nodeType": "ParameterList",
|
|
1511
1511
|
"parameters": [
|
|
1512
1512
|
{
|
|
1513
1513
|
"constant": false,
|
|
1514
|
-
"id":
|
|
1514
|
+
"id": 18164,
|
|
1515
1515
|
"mutability": "mutable",
|
|
1516
1516
|
"name": "token",
|
|
1517
1517
|
"nameLocation": "3606:5:41",
|
|
1518
1518
|
"nodeType": "VariableDeclaration",
|
|
1519
|
-
"scope":
|
|
1519
|
+
"scope": 18179,
|
|
1520
1520
|
"src": "3589:22:41",
|
|
1521
1521
|
"stateVariable": false,
|
|
1522
1522
|
"storageLocation": "default",
|
|
1523
1523
|
"typeDescriptions": {
|
|
1524
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1524
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1525
1525
|
"typeString": "contract ISuperfluidToken"
|
|
1526
1526
|
},
|
|
1527
1527
|
"typeName": {
|
|
1528
|
-
"id":
|
|
1528
|
+
"id": 18163,
|
|
1529
1529
|
"nodeType": "UserDefinedTypeName",
|
|
1530
1530
|
"pathNode": {
|
|
1531
|
-
"id":
|
|
1531
|
+
"id": 18162,
|
|
1532
1532
|
"name": "ISuperfluidToken",
|
|
1533
1533
|
"nodeType": "IdentifierPath",
|
|
1534
|
-
"referencedDeclaration":
|
|
1534
|
+
"referencedDeclaration": 20450,
|
|
1535
1535
|
"src": "3589:16:41"
|
|
1536
1536
|
},
|
|
1537
|
-
"referencedDeclaration":
|
|
1537
|
+
"referencedDeclaration": 20450,
|
|
1538
1538
|
"src": "3589:16:41",
|
|
1539
1539
|
"typeDescriptions": {
|
|
1540
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1540
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1541
1541
|
"typeString": "contract ISuperfluidToken"
|
|
1542
1542
|
}
|
|
1543
1543
|
},
|
|
@@ -1545,12 +1545,12 @@
|
|
|
1545
1545
|
},
|
|
1546
1546
|
{
|
|
1547
1547
|
"constant": false,
|
|
1548
|
-
"id":
|
|
1548
|
+
"id": 18166,
|
|
1549
1549
|
"mutability": "mutable",
|
|
1550
1550
|
"name": "publisher",
|
|
1551
1551
|
"nameLocation": "3629:9:41",
|
|
1552
1552
|
"nodeType": "VariableDeclaration",
|
|
1553
|
-
"scope":
|
|
1553
|
+
"scope": 18179,
|
|
1554
1554
|
"src": "3621:17:41",
|
|
1555
1555
|
"stateVariable": false,
|
|
1556
1556
|
"storageLocation": "default",
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
"typeString": "address"
|
|
1560
1560
|
},
|
|
1561
1561
|
"typeName": {
|
|
1562
|
-
"id":
|
|
1562
|
+
"id": 18165,
|
|
1563
1563
|
"name": "address",
|
|
1564
1564
|
"nodeType": "ElementaryTypeName",
|
|
1565
1565
|
"src": "3621:7:41",
|
|
@@ -1573,12 +1573,12 @@
|
|
|
1573
1573
|
},
|
|
1574
1574
|
{
|
|
1575
1575
|
"constant": false,
|
|
1576
|
-
"id":
|
|
1576
|
+
"id": 18168,
|
|
1577
1577
|
"mutability": "mutable",
|
|
1578
1578
|
"name": "indexId",
|
|
1579
1579
|
"nameLocation": "3655:7:41",
|
|
1580
1580
|
"nodeType": "VariableDeclaration",
|
|
1581
|
-
"scope":
|
|
1581
|
+
"scope": 18179,
|
|
1582
1582
|
"src": "3648:14:41",
|
|
1583
1583
|
"stateVariable": false,
|
|
1584
1584
|
"storageLocation": "default",
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
"typeString": "uint32"
|
|
1588
1588
|
},
|
|
1589
1589
|
"typeName": {
|
|
1590
|
-
"id":
|
|
1590
|
+
"id": 18167,
|
|
1591
1591
|
"name": "uint32",
|
|
1592
1592
|
"nodeType": "ElementaryTypeName",
|
|
1593
1593
|
"src": "3648:6:41",
|
|
@@ -1602,17 +1602,17 @@
|
|
|
1602
1602
|
"src": "3579:84:41"
|
|
1603
1603
|
},
|
|
1604
1604
|
"returnParameters": {
|
|
1605
|
-
"id":
|
|
1605
|
+
"id": 18178,
|
|
1606
1606
|
"nodeType": "ParameterList",
|
|
1607
1607
|
"parameters": [
|
|
1608
1608
|
{
|
|
1609
1609
|
"constant": false,
|
|
1610
|
-
"id":
|
|
1610
|
+
"id": 18171,
|
|
1611
1611
|
"mutability": "mutable",
|
|
1612
1612
|
"name": "exist",
|
|
1613
1613
|
"nameLocation": "3764:5:41",
|
|
1614
1614
|
"nodeType": "VariableDeclaration",
|
|
1615
|
-
"scope":
|
|
1615
|
+
"scope": 18179,
|
|
1616
1616
|
"src": "3759:10:41",
|
|
1617
1617
|
"stateVariable": false,
|
|
1618
1618
|
"storageLocation": "default",
|
|
@@ -1621,7 +1621,7 @@
|
|
|
1621
1621
|
"typeString": "bool"
|
|
1622
1622
|
},
|
|
1623
1623
|
"typeName": {
|
|
1624
|
-
"id":
|
|
1624
|
+
"id": 18170,
|
|
1625
1625
|
"name": "bool",
|
|
1626
1626
|
"nodeType": "ElementaryTypeName",
|
|
1627
1627
|
"src": "3759:4:41",
|
|
@@ -1634,12 +1634,12 @@
|
|
|
1634
1634
|
},
|
|
1635
1635
|
{
|
|
1636
1636
|
"constant": false,
|
|
1637
|
-
"id":
|
|
1637
|
+
"id": 18173,
|
|
1638
1638
|
"mutability": "mutable",
|
|
1639
1639
|
"name": "indexValue",
|
|
1640
1640
|
"nameLocation": "3795:10:41",
|
|
1641
1641
|
"nodeType": "VariableDeclaration",
|
|
1642
|
-
"scope":
|
|
1642
|
+
"scope": 18179,
|
|
1643
1643
|
"src": "3787:18:41",
|
|
1644
1644
|
"stateVariable": false,
|
|
1645
1645
|
"storageLocation": "default",
|
|
@@ -1648,7 +1648,7 @@
|
|
|
1648
1648
|
"typeString": "uint128"
|
|
1649
1649
|
},
|
|
1650
1650
|
"typeName": {
|
|
1651
|
-
"id":
|
|
1651
|
+
"id": 18172,
|
|
1652
1652
|
"name": "uint128",
|
|
1653
1653
|
"nodeType": "ElementaryTypeName",
|
|
1654
1654
|
"src": "3787:7:41",
|
|
@@ -1661,12 +1661,12 @@
|
|
|
1661
1661
|
},
|
|
1662
1662
|
{
|
|
1663
1663
|
"constant": false,
|
|
1664
|
-
"id":
|
|
1664
|
+
"id": 18175,
|
|
1665
1665
|
"mutability": "mutable",
|
|
1666
1666
|
"name": "totalUnitsApproved",
|
|
1667
1667
|
"nameLocation": "3831:18:41",
|
|
1668
1668
|
"nodeType": "VariableDeclaration",
|
|
1669
|
-
"scope":
|
|
1669
|
+
"scope": 18179,
|
|
1670
1670
|
"src": "3823:26:41",
|
|
1671
1671
|
"stateVariable": false,
|
|
1672
1672
|
"storageLocation": "default",
|
|
@@ -1675,7 +1675,7 @@
|
|
|
1675
1675
|
"typeString": "uint128"
|
|
1676
1676
|
},
|
|
1677
1677
|
"typeName": {
|
|
1678
|
-
"id":
|
|
1678
|
+
"id": 18174,
|
|
1679
1679
|
"name": "uint128",
|
|
1680
1680
|
"nodeType": "ElementaryTypeName",
|
|
1681
1681
|
"src": "3823:7:41",
|
|
@@ -1688,12 +1688,12 @@
|
|
|
1688
1688
|
},
|
|
1689
1689
|
{
|
|
1690
1690
|
"constant": false,
|
|
1691
|
-
"id":
|
|
1691
|
+
"id": 18177,
|
|
1692
1692
|
"mutability": "mutable",
|
|
1693
1693
|
"name": "totalUnitsPending",
|
|
1694
1694
|
"nameLocation": "3875:17:41",
|
|
1695
1695
|
"nodeType": "VariableDeclaration",
|
|
1696
|
-
"scope":
|
|
1696
|
+
"scope": 18179,
|
|
1697
1697
|
"src": "3867:25:41",
|
|
1698
1698
|
"stateVariable": false,
|
|
1699
1699
|
"storageLocation": "default",
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
"typeString": "uint128"
|
|
1703
1703
|
},
|
|
1704
1704
|
"typeName": {
|
|
1705
|
-
"id":
|
|
1705
|
+
"id": 18176,
|
|
1706
1706
|
"name": "uint128",
|
|
1707
1707
|
"nodeType": "ElementaryTypeName",
|
|
1708
1708
|
"src": "3867:7:41",
|
|
@@ -1716,7 +1716,7 @@
|
|
|
1716
1716
|
],
|
|
1717
1717
|
"src": "3741:152:41"
|
|
1718
1718
|
},
|
|
1719
|
-
"scope":
|
|
1719
|
+
"scope": 18502,
|
|
1720
1720
|
"src": "3562:332:41",
|
|
1721
1721
|
"stateMutability": "view",
|
|
1722
1722
|
"virtual": true,
|
|
@@ -1724,13 +1724,13 @@
|
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
1726
1726
|
"documentation": {
|
|
1727
|
-
"id":
|
|
1727
|
+
"id": 18180,
|
|
1728
1728
|
"nodeType": "StructuredDocumentation",
|
|
1729
1729
|
"src": "3900:446:41",
|
|
1730
1730
|
"text": " @dev Calculate actual distribution amount\n @param token Super token address\n @param publisher The publisher of the index\n @param indexId Id of the index\n @param amount The amount of tokens desired to be distributed\n @return actualAmount The amount to be distributed after ensuring no rounding errors\n @return newIndexValue The index value given the desired amount of tokens to be distributed"
|
|
1731
1731
|
},
|
|
1732
1732
|
"functionSelector": "899baaec",
|
|
1733
|
-
"id":
|
|
1733
|
+
"id": 18196,
|
|
1734
1734
|
"implemented": false,
|
|
1735
1735
|
"kind": "function",
|
|
1736
1736
|
"modifiers": [],
|
|
@@ -1738,38 +1738,38 @@
|
|
|
1738
1738
|
"nameLocation": "4360:21:41",
|
|
1739
1739
|
"nodeType": "FunctionDefinition",
|
|
1740
1740
|
"parameters": {
|
|
1741
|
-
"id":
|
|
1741
|
+
"id": 18190,
|
|
1742
1742
|
"nodeType": "ParameterList",
|
|
1743
1743
|
"parameters": [
|
|
1744
1744
|
{
|
|
1745
1745
|
"constant": false,
|
|
1746
|
-
"id":
|
|
1746
|
+
"id": 18183,
|
|
1747
1747
|
"mutability": "mutable",
|
|
1748
1748
|
"name": "token",
|
|
1749
1749
|
"nameLocation": "4407:5:41",
|
|
1750
1750
|
"nodeType": "VariableDeclaration",
|
|
1751
|
-
"scope":
|
|
1751
|
+
"scope": 18196,
|
|
1752
1752
|
"src": "4390:22:41",
|
|
1753
1753
|
"stateVariable": false,
|
|
1754
1754
|
"storageLocation": "default",
|
|
1755
1755
|
"typeDescriptions": {
|
|
1756
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1756
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1757
1757
|
"typeString": "contract ISuperfluidToken"
|
|
1758
1758
|
},
|
|
1759
1759
|
"typeName": {
|
|
1760
|
-
"id":
|
|
1760
|
+
"id": 18182,
|
|
1761
1761
|
"nodeType": "UserDefinedTypeName",
|
|
1762
1762
|
"pathNode": {
|
|
1763
|
-
"id":
|
|
1763
|
+
"id": 18181,
|
|
1764
1764
|
"name": "ISuperfluidToken",
|
|
1765
1765
|
"nodeType": "IdentifierPath",
|
|
1766
|
-
"referencedDeclaration":
|
|
1766
|
+
"referencedDeclaration": 20450,
|
|
1767
1767
|
"src": "4390:16:41"
|
|
1768
1768
|
},
|
|
1769
|
-
"referencedDeclaration":
|
|
1769
|
+
"referencedDeclaration": 20450,
|
|
1770
1770
|
"src": "4390:16:41",
|
|
1771
1771
|
"typeDescriptions": {
|
|
1772
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1772
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1773
1773
|
"typeString": "contract ISuperfluidToken"
|
|
1774
1774
|
}
|
|
1775
1775
|
},
|
|
@@ -1777,12 +1777,12 @@
|
|
|
1777
1777
|
},
|
|
1778
1778
|
{
|
|
1779
1779
|
"constant": false,
|
|
1780
|
-
"id":
|
|
1780
|
+
"id": 18185,
|
|
1781
1781
|
"mutability": "mutable",
|
|
1782
1782
|
"name": "publisher",
|
|
1783
1783
|
"nameLocation": "4429:9:41",
|
|
1784
1784
|
"nodeType": "VariableDeclaration",
|
|
1785
|
-
"scope":
|
|
1785
|
+
"scope": 18196,
|
|
1786
1786
|
"src": "4421:17:41",
|
|
1787
1787
|
"stateVariable": false,
|
|
1788
1788
|
"storageLocation": "default",
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
"typeString": "address"
|
|
1792
1792
|
},
|
|
1793
1793
|
"typeName": {
|
|
1794
|
-
"id":
|
|
1794
|
+
"id": 18184,
|
|
1795
1795
|
"name": "address",
|
|
1796
1796
|
"nodeType": "ElementaryTypeName",
|
|
1797
1797
|
"src": "4421:7:41",
|
|
@@ -1805,12 +1805,12 @@
|
|
|
1805
1805
|
},
|
|
1806
1806
|
{
|
|
1807
1807
|
"constant": false,
|
|
1808
|
-
"id":
|
|
1808
|
+
"id": 18187,
|
|
1809
1809
|
"mutability": "mutable",
|
|
1810
1810
|
"name": "indexId",
|
|
1811
1811
|
"nameLocation": "4454:7:41",
|
|
1812
1812
|
"nodeType": "VariableDeclaration",
|
|
1813
|
-
"scope":
|
|
1813
|
+
"scope": 18196,
|
|
1814
1814
|
"src": "4447:14:41",
|
|
1815
1815
|
"stateVariable": false,
|
|
1816
1816
|
"storageLocation": "default",
|
|
@@ -1819,7 +1819,7 @@
|
|
|
1819
1819
|
"typeString": "uint32"
|
|
1820
1820
|
},
|
|
1821
1821
|
"typeName": {
|
|
1822
|
-
"id":
|
|
1822
|
+
"id": 18186,
|
|
1823
1823
|
"name": "uint32",
|
|
1824
1824
|
"nodeType": "ElementaryTypeName",
|
|
1825
1825
|
"src": "4447:6:41",
|
|
@@ -1832,12 +1832,12 @@
|
|
|
1832
1832
|
},
|
|
1833
1833
|
{
|
|
1834
1834
|
"constant": false,
|
|
1835
|
-
"id":
|
|
1835
|
+
"id": 18189,
|
|
1836
1836
|
"mutability": "mutable",
|
|
1837
1837
|
"name": "amount",
|
|
1838
1838
|
"nameLocation": "4478:6:41",
|
|
1839
1839
|
"nodeType": "VariableDeclaration",
|
|
1840
|
-
"scope":
|
|
1840
|
+
"scope": 18196,
|
|
1841
1841
|
"src": "4470:14:41",
|
|
1842
1842
|
"stateVariable": false,
|
|
1843
1843
|
"storageLocation": "default",
|
|
@@ -1846,7 +1846,7 @@
|
|
|
1846
1846
|
"typeString": "uint256"
|
|
1847
1847
|
},
|
|
1848
1848
|
"typeName": {
|
|
1849
|
-
"id":
|
|
1849
|
+
"id": 18188,
|
|
1850
1850
|
"name": "uint256",
|
|
1851
1851
|
"nodeType": "ElementaryTypeName",
|
|
1852
1852
|
"src": "4470:7:41",
|
|
@@ -1861,17 +1861,17 @@
|
|
|
1861
1861
|
"src": "4381:104:41"
|
|
1862
1862
|
},
|
|
1863
1863
|
"returnParameters": {
|
|
1864
|
-
"id":
|
|
1864
|
+
"id": 18195,
|
|
1865
1865
|
"nodeType": "ParameterList",
|
|
1866
1866
|
"parameters": [
|
|
1867
1867
|
{
|
|
1868
1868
|
"constant": false,
|
|
1869
|
-
"id":
|
|
1869
|
+
"id": 18192,
|
|
1870
1870
|
"mutability": "mutable",
|
|
1871
1871
|
"name": "actualAmount",
|
|
1872
1872
|
"nameLocation": "4573:12:41",
|
|
1873
1873
|
"nodeType": "VariableDeclaration",
|
|
1874
|
-
"scope":
|
|
1874
|
+
"scope": 18196,
|
|
1875
1875
|
"src": "4565:20:41",
|
|
1876
1876
|
"stateVariable": false,
|
|
1877
1877
|
"storageLocation": "default",
|
|
@@ -1880,7 +1880,7 @@
|
|
|
1880
1880
|
"typeString": "uint256"
|
|
1881
1881
|
},
|
|
1882
1882
|
"typeName": {
|
|
1883
|
-
"id":
|
|
1883
|
+
"id": 18191,
|
|
1884
1884
|
"name": "uint256",
|
|
1885
1885
|
"nodeType": "ElementaryTypeName",
|
|
1886
1886
|
"src": "4565:7:41",
|
|
@@ -1893,12 +1893,12 @@
|
|
|
1893
1893
|
},
|
|
1894
1894
|
{
|
|
1895
1895
|
"constant": false,
|
|
1896
|
-
"id":
|
|
1896
|
+
"id": 18194,
|
|
1897
1897
|
"mutability": "mutable",
|
|
1898
1898
|
"name": "newIndexValue",
|
|
1899
1899
|
"nameLocation": "4610:13:41",
|
|
1900
1900
|
"nodeType": "VariableDeclaration",
|
|
1901
|
-
"scope":
|
|
1901
|
+
"scope": 18196,
|
|
1902
1902
|
"src": "4602:21:41",
|
|
1903
1903
|
"stateVariable": false,
|
|
1904
1904
|
"storageLocation": "default",
|
|
@@ -1907,7 +1907,7 @@
|
|
|
1907
1907
|
"typeString": "uint128"
|
|
1908
1908
|
},
|
|
1909
1909
|
"typeName": {
|
|
1910
|
-
"id":
|
|
1910
|
+
"id": 18193,
|
|
1911
1911
|
"name": "uint128",
|
|
1912
1912
|
"nodeType": "ElementaryTypeName",
|
|
1913
1913
|
"src": "4602:7:41",
|
|
@@ -1921,7 +1921,7 @@
|
|
|
1921
1921
|
],
|
|
1922
1922
|
"src": "4548:76:41"
|
|
1923
1923
|
},
|
|
1924
|
-
"scope":
|
|
1924
|
+
"scope": 18502,
|
|
1925
1925
|
"src": "4351:274:41",
|
|
1926
1926
|
"stateMutability": "view",
|
|
1927
1927
|
"virtual": true,
|
|
@@ -1929,13 +1929,13 @@
|
|
|
1929
1929
|
},
|
|
1930
1930
|
{
|
|
1931
1931
|
"documentation": {
|
|
1932
|
-
"id":
|
|
1932
|
+
"id": 18197,
|
|
1933
1933
|
"nodeType": "StructuredDocumentation",
|
|
1934
1934
|
"src": "4631:294:41",
|
|
1935
1935
|
"text": " @dev Update index value of an index\n @param token Super token address\n @param indexId Id of the index\n @param indexValue Value of the index\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n None"
|
|
1936
1936
|
},
|
|
1937
1937
|
"functionSelector": "7fbc7639",
|
|
1938
|
-
"id":
|
|
1938
|
+
"id": 18211,
|
|
1939
1939
|
"implemented": false,
|
|
1940
1940
|
"kind": "function",
|
|
1941
1941
|
"modifiers": [],
|
|
@@ -1943,38 +1943,38 @@
|
|
|
1943
1943
|
"nameLocation": "4939:11:41",
|
|
1944
1944
|
"nodeType": "FunctionDefinition",
|
|
1945
1945
|
"parameters": {
|
|
1946
|
-
"id":
|
|
1946
|
+
"id": 18207,
|
|
1947
1947
|
"nodeType": "ParameterList",
|
|
1948
1948
|
"parameters": [
|
|
1949
1949
|
{
|
|
1950
1950
|
"constant": false,
|
|
1951
|
-
"id":
|
|
1951
|
+
"id": 18200,
|
|
1952
1952
|
"mutability": "mutable",
|
|
1953
1953
|
"name": "token",
|
|
1954
1954
|
"nameLocation": "4977:5:41",
|
|
1955
1955
|
"nodeType": "VariableDeclaration",
|
|
1956
|
-
"scope":
|
|
1956
|
+
"scope": 18211,
|
|
1957
1957
|
"src": "4960:22:41",
|
|
1958
1958
|
"stateVariable": false,
|
|
1959
1959
|
"storageLocation": "default",
|
|
1960
1960
|
"typeDescriptions": {
|
|
1961
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1961
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1962
1962
|
"typeString": "contract ISuperfluidToken"
|
|
1963
1963
|
},
|
|
1964
1964
|
"typeName": {
|
|
1965
|
-
"id":
|
|
1965
|
+
"id": 18199,
|
|
1966
1966
|
"nodeType": "UserDefinedTypeName",
|
|
1967
1967
|
"pathNode": {
|
|
1968
|
-
"id":
|
|
1968
|
+
"id": 18198,
|
|
1969
1969
|
"name": "ISuperfluidToken",
|
|
1970
1970
|
"nodeType": "IdentifierPath",
|
|
1971
|
-
"referencedDeclaration":
|
|
1971
|
+
"referencedDeclaration": 20450,
|
|
1972
1972
|
"src": "4960:16:41"
|
|
1973
1973
|
},
|
|
1974
|
-
"referencedDeclaration":
|
|
1974
|
+
"referencedDeclaration": 20450,
|
|
1975
1975
|
"src": "4960:16:41",
|
|
1976
1976
|
"typeDescriptions": {
|
|
1977
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
1977
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
1978
1978
|
"typeString": "contract ISuperfluidToken"
|
|
1979
1979
|
}
|
|
1980
1980
|
},
|
|
@@ -1982,12 +1982,12 @@
|
|
|
1982
1982
|
},
|
|
1983
1983
|
{
|
|
1984
1984
|
"constant": false,
|
|
1985
|
-
"id":
|
|
1985
|
+
"id": 18202,
|
|
1986
1986
|
"mutability": "mutable",
|
|
1987
1987
|
"name": "indexId",
|
|
1988
1988
|
"nameLocation": "4999:7:41",
|
|
1989
1989
|
"nodeType": "VariableDeclaration",
|
|
1990
|
-
"scope":
|
|
1990
|
+
"scope": 18211,
|
|
1991
1991
|
"src": "4992:14:41",
|
|
1992
1992
|
"stateVariable": false,
|
|
1993
1993
|
"storageLocation": "default",
|
|
@@ -1996,7 +1996,7 @@
|
|
|
1996
1996
|
"typeString": "uint32"
|
|
1997
1997
|
},
|
|
1998
1998
|
"typeName": {
|
|
1999
|
-
"id":
|
|
1999
|
+
"id": 18201,
|
|
2000
2000
|
"name": "uint32",
|
|
2001
2001
|
"nodeType": "ElementaryTypeName",
|
|
2002
2002
|
"src": "4992:6:41",
|
|
@@ -2009,12 +2009,12 @@
|
|
|
2009
2009
|
},
|
|
2010
2010
|
{
|
|
2011
2011
|
"constant": false,
|
|
2012
|
-
"id":
|
|
2012
|
+
"id": 18204,
|
|
2013
2013
|
"mutability": "mutable",
|
|
2014
2014
|
"name": "indexValue",
|
|
2015
2015
|
"nameLocation": "5024:10:41",
|
|
2016
2016
|
"nodeType": "VariableDeclaration",
|
|
2017
|
-
"scope":
|
|
2017
|
+
"scope": 18211,
|
|
2018
2018
|
"src": "5016:18:41",
|
|
2019
2019
|
"stateVariable": false,
|
|
2020
2020
|
"storageLocation": "default",
|
|
@@ -2023,7 +2023,7 @@
|
|
|
2023
2023
|
"typeString": "uint128"
|
|
2024
2024
|
},
|
|
2025
2025
|
"typeName": {
|
|
2026
|
-
"id":
|
|
2026
|
+
"id": 18203,
|
|
2027
2027
|
"name": "uint128",
|
|
2028
2028
|
"nodeType": "ElementaryTypeName",
|
|
2029
2029
|
"src": "5016:7:41",
|
|
@@ -2036,12 +2036,12 @@
|
|
|
2036
2036
|
},
|
|
2037
2037
|
{
|
|
2038
2038
|
"constant": false,
|
|
2039
|
-
"id":
|
|
2039
|
+
"id": 18206,
|
|
2040
2040
|
"mutability": "mutable",
|
|
2041
2041
|
"name": "ctx",
|
|
2042
2042
|
"nameLocation": "5059:3:41",
|
|
2043
2043
|
"nodeType": "VariableDeclaration",
|
|
2044
|
-
"scope":
|
|
2044
|
+
"scope": 18211,
|
|
2045
2045
|
"src": "5044:18:41",
|
|
2046
2046
|
"stateVariable": false,
|
|
2047
2047
|
"storageLocation": "calldata",
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
"typeString": "bytes"
|
|
2051
2051
|
},
|
|
2052
2052
|
"typeName": {
|
|
2053
|
-
"id":
|
|
2053
|
+
"id": 18205,
|
|
2054
2054
|
"name": "bytes",
|
|
2055
2055
|
"nodeType": "ElementaryTypeName",
|
|
2056
2056
|
"src": "5044:5:41",
|
|
@@ -2065,17 +2065,17 @@
|
|
|
2065
2065
|
"src": "4950:113:41"
|
|
2066
2066
|
},
|
|
2067
2067
|
"returnParameters": {
|
|
2068
|
-
"id":
|
|
2068
|
+
"id": 18210,
|
|
2069
2069
|
"nodeType": "ParameterList",
|
|
2070
2070
|
"parameters": [
|
|
2071
2071
|
{
|
|
2072
2072
|
"constant": false,
|
|
2073
|
-
"id":
|
|
2073
|
+
"id": 18209,
|
|
2074
2074
|
"mutability": "mutable",
|
|
2075
2075
|
"name": "newCtx",
|
|
2076
2076
|
"nameLocation": "5138:6:41",
|
|
2077
2077
|
"nodeType": "VariableDeclaration",
|
|
2078
|
-
"scope":
|
|
2078
|
+
"scope": 18211,
|
|
2079
2079
|
"src": "5125:19:41",
|
|
2080
2080
|
"stateVariable": false,
|
|
2081
2081
|
"storageLocation": "memory",
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
"typeString": "bytes"
|
|
2085
2085
|
},
|
|
2086
2086
|
"typeName": {
|
|
2087
|
-
"id":
|
|
2087
|
+
"id": 18208,
|
|
2088
2088
|
"name": "bytes",
|
|
2089
2089
|
"nodeType": "ElementaryTypeName",
|
|
2090
2090
|
"src": "5125:5:41",
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
],
|
|
2099
2099
|
"src": "5124:21:41"
|
|
2100
2100
|
},
|
|
2101
|
-
"scope":
|
|
2101
|
+
"scope": 18502,
|
|
2102
2102
|
"src": "4930:216:41",
|
|
2103
2103
|
"stateMutability": "nonpayable",
|
|
2104
2104
|
"virtual": true,
|
|
@@ -2107,50 +2107,50 @@
|
|
|
2107
2107
|
{
|
|
2108
2108
|
"anonymous": false,
|
|
2109
2109
|
"documentation": {
|
|
2110
|
-
"id":
|
|
2110
|
+
"id": 18212,
|
|
2111
2111
|
"nodeType": "StructuredDocumentation",
|
|
2112
2112
|
"src": "5151:539:41",
|
|
2113
2113
|
"text": " @dev Index updated event\n @param token Super token address\n @param publisher Index updater and publisher\n @param indexId The specified indexId of the updated index\n @param oldIndexValue The previous index value\n @param newIndexValue The updated index value\n @param totalUnitsPending The total units pending when the indexValue was updated\n @param totalUnitsApproved The total units approved when the indexValue was updated\n @param userData The user provided data"
|
|
2114
2114
|
},
|
|
2115
2115
|
"eventSelector": "81e37f3d9f16cbf29a62d6a1c21d79b23ef29b54124ec44af43a50fffb9304f3",
|
|
2116
|
-
"id":
|
|
2116
|
+
"id": 18231,
|
|
2117
2117
|
"name": "IndexUpdated",
|
|
2118
2118
|
"nameLocation": "5701:12:41",
|
|
2119
2119
|
"nodeType": "EventDefinition",
|
|
2120
2120
|
"parameters": {
|
|
2121
|
-
"id":
|
|
2121
|
+
"id": 18230,
|
|
2122
2122
|
"nodeType": "ParameterList",
|
|
2123
2123
|
"parameters": [
|
|
2124
2124
|
{
|
|
2125
2125
|
"constant": false,
|
|
2126
|
-
"id":
|
|
2126
|
+
"id": 18215,
|
|
2127
2127
|
"indexed": true,
|
|
2128
2128
|
"mutability": "mutable",
|
|
2129
2129
|
"name": "token",
|
|
2130
2130
|
"nameLocation": "5748:5:41",
|
|
2131
2131
|
"nodeType": "VariableDeclaration",
|
|
2132
|
-
"scope":
|
|
2132
|
+
"scope": 18231,
|
|
2133
2133
|
"src": "5723:30:41",
|
|
2134
2134
|
"stateVariable": false,
|
|
2135
2135
|
"storageLocation": "default",
|
|
2136
2136
|
"typeDescriptions": {
|
|
2137
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2137
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2138
2138
|
"typeString": "contract ISuperfluidToken"
|
|
2139
2139
|
},
|
|
2140
2140
|
"typeName": {
|
|
2141
|
-
"id":
|
|
2141
|
+
"id": 18214,
|
|
2142
2142
|
"nodeType": "UserDefinedTypeName",
|
|
2143
2143
|
"pathNode": {
|
|
2144
|
-
"id":
|
|
2144
|
+
"id": 18213,
|
|
2145
2145
|
"name": "ISuperfluidToken",
|
|
2146
2146
|
"nodeType": "IdentifierPath",
|
|
2147
|
-
"referencedDeclaration":
|
|
2147
|
+
"referencedDeclaration": 20450,
|
|
2148
2148
|
"src": "5723:16:41"
|
|
2149
2149
|
},
|
|
2150
|
-
"referencedDeclaration":
|
|
2150
|
+
"referencedDeclaration": 20450,
|
|
2151
2151
|
"src": "5723:16:41",
|
|
2152
2152
|
"typeDescriptions": {
|
|
2153
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2153
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2154
2154
|
"typeString": "contract ISuperfluidToken"
|
|
2155
2155
|
}
|
|
2156
2156
|
},
|
|
@@ -2158,13 +2158,13 @@
|
|
|
2158
2158
|
},
|
|
2159
2159
|
{
|
|
2160
2160
|
"constant": false,
|
|
2161
|
-
"id":
|
|
2161
|
+
"id": 18217,
|
|
2162
2162
|
"indexed": true,
|
|
2163
2163
|
"mutability": "mutable",
|
|
2164
2164
|
"name": "publisher",
|
|
2165
2165
|
"nameLocation": "5779:9:41",
|
|
2166
2166
|
"nodeType": "VariableDeclaration",
|
|
2167
|
-
"scope":
|
|
2167
|
+
"scope": 18231,
|
|
2168
2168
|
"src": "5763:25:41",
|
|
2169
2169
|
"stateVariable": false,
|
|
2170
2170
|
"storageLocation": "default",
|
|
@@ -2173,7 +2173,7 @@
|
|
|
2173
2173
|
"typeString": "address"
|
|
2174
2174
|
},
|
|
2175
2175
|
"typeName": {
|
|
2176
|
-
"id":
|
|
2176
|
+
"id": 18216,
|
|
2177
2177
|
"name": "address",
|
|
2178
2178
|
"nodeType": "ElementaryTypeName",
|
|
2179
2179
|
"src": "5763:7:41",
|
|
@@ -2187,13 +2187,13 @@
|
|
|
2187
2187
|
},
|
|
2188
2188
|
{
|
|
2189
2189
|
"constant": false,
|
|
2190
|
-
"id":
|
|
2190
|
+
"id": 18219,
|
|
2191
2191
|
"indexed": true,
|
|
2192
2192
|
"mutability": "mutable",
|
|
2193
2193
|
"name": "indexId",
|
|
2194
2194
|
"nameLocation": "5813:7:41",
|
|
2195
2195
|
"nodeType": "VariableDeclaration",
|
|
2196
|
-
"scope":
|
|
2196
|
+
"scope": 18231,
|
|
2197
2197
|
"src": "5798:22:41",
|
|
2198
2198
|
"stateVariable": false,
|
|
2199
2199
|
"storageLocation": "default",
|
|
@@ -2202,7 +2202,7 @@
|
|
|
2202
2202
|
"typeString": "uint32"
|
|
2203
2203
|
},
|
|
2204
2204
|
"typeName": {
|
|
2205
|
-
"id":
|
|
2205
|
+
"id": 18218,
|
|
2206
2206
|
"name": "uint32",
|
|
2207
2207
|
"nodeType": "ElementaryTypeName",
|
|
2208
2208
|
"src": "5798:6:41",
|
|
@@ -2215,13 +2215,13 @@
|
|
|
2215
2215
|
},
|
|
2216
2216
|
{
|
|
2217
2217
|
"constant": false,
|
|
2218
|
-
"id":
|
|
2218
|
+
"id": 18221,
|
|
2219
2219
|
"indexed": false,
|
|
2220
2220
|
"mutability": "mutable",
|
|
2221
2221
|
"name": "oldIndexValue",
|
|
2222
2222
|
"nameLocation": "5838:13:41",
|
|
2223
2223
|
"nodeType": "VariableDeclaration",
|
|
2224
|
-
"scope":
|
|
2224
|
+
"scope": 18231,
|
|
2225
2225
|
"src": "5830:21:41",
|
|
2226
2226
|
"stateVariable": false,
|
|
2227
2227
|
"storageLocation": "default",
|
|
@@ -2230,7 +2230,7 @@
|
|
|
2230
2230
|
"typeString": "uint128"
|
|
2231
2231
|
},
|
|
2232
2232
|
"typeName": {
|
|
2233
|
-
"id":
|
|
2233
|
+
"id": 18220,
|
|
2234
2234
|
"name": "uint128",
|
|
2235
2235
|
"nodeType": "ElementaryTypeName",
|
|
2236
2236
|
"src": "5830:7:41",
|
|
@@ -2243,13 +2243,13 @@
|
|
|
2243
2243
|
},
|
|
2244
2244
|
{
|
|
2245
2245
|
"constant": false,
|
|
2246
|
-
"id":
|
|
2246
|
+
"id": 18223,
|
|
2247
2247
|
"indexed": false,
|
|
2248
2248
|
"mutability": "mutable",
|
|
2249
2249
|
"name": "newIndexValue",
|
|
2250
2250
|
"nameLocation": "5869:13:41",
|
|
2251
2251
|
"nodeType": "VariableDeclaration",
|
|
2252
|
-
"scope":
|
|
2252
|
+
"scope": 18231,
|
|
2253
2253
|
"src": "5861:21:41",
|
|
2254
2254
|
"stateVariable": false,
|
|
2255
2255
|
"storageLocation": "default",
|
|
@@ -2258,7 +2258,7 @@
|
|
|
2258
2258
|
"typeString": "uint128"
|
|
2259
2259
|
},
|
|
2260
2260
|
"typeName": {
|
|
2261
|
-
"id":
|
|
2261
|
+
"id": 18222,
|
|
2262
2262
|
"name": "uint128",
|
|
2263
2263
|
"nodeType": "ElementaryTypeName",
|
|
2264
2264
|
"src": "5861:7:41",
|
|
@@ -2271,13 +2271,13 @@
|
|
|
2271
2271
|
},
|
|
2272
2272
|
{
|
|
2273
2273
|
"constant": false,
|
|
2274
|
-
"id":
|
|
2274
|
+
"id": 18225,
|
|
2275
2275
|
"indexed": false,
|
|
2276
2276
|
"mutability": "mutable",
|
|
2277
2277
|
"name": "totalUnitsPending",
|
|
2278
2278
|
"nameLocation": "5900:17:41",
|
|
2279
2279
|
"nodeType": "VariableDeclaration",
|
|
2280
|
-
"scope":
|
|
2280
|
+
"scope": 18231,
|
|
2281
2281
|
"src": "5892:25:41",
|
|
2282
2282
|
"stateVariable": false,
|
|
2283
2283
|
"storageLocation": "default",
|
|
@@ -2286,7 +2286,7 @@
|
|
|
2286
2286
|
"typeString": "uint128"
|
|
2287
2287
|
},
|
|
2288
2288
|
"typeName": {
|
|
2289
|
-
"id":
|
|
2289
|
+
"id": 18224,
|
|
2290
2290
|
"name": "uint128",
|
|
2291
2291
|
"nodeType": "ElementaryTypeName",
|
|
2292
2292
|
"src": "5892:7:41",
|
|
@@ -2299,13 +2299,13 @@
|
|
|
2299
2299
|
},
|
|
2300
2300
|
{
|
|
2301
2301
|
"constant": false,
|
|
2302
|
-
"id":
|
|
2302
|
+
"id": 18227,
|
|
2303
2303
|
"indexed": false,
|
|
2304
2304
|
"mutability": "mutable",
|
|
2305
2305
|
"name": "totalUnitsApproved",
|
|
2306
2306
|
"nameLocation": "5935:18:41",
|
|
2307
2307
|
"nodeType": "VariableDeclaration",
|
|
2308
|
-
"scope":
|
|
2308
|
+
"scope": 18231,
|
|
2309
2309
|
"src": "5927:26:41",
|
|
2310
2310
|
"stateVariable": false,
|
|
2311
2311
|
"storageLocation": "default",
|
|
@@ -2314,7 +2314,7 @@
|
|
|
2314
2314
|
"typeString": "uint128"
|
|
2315
2315
|
},
|
|
2316
2316
|
"typeName": {
|
|
2317
|
-
"id":
|
|
2317
|
+
"id": 18226,
|
|
2318
2318
|
"name": "uint128",
|
|
2319
2319
|
"nodeType": "ElementaryTypeName",
|
|
2320
2320
|
"src": "5927:7:41",
|
|
@@ -2327,13 +2327,13 @@
|
|
|
2327
2327
|
},
|
|
2328
2328
|
{
|
|
2329
2329
|
"constant": false,
|
|
2330
|
-
"id":
|
|
2330
|
+
"id": 18229,
|
|
2331
2331
|
"indexed": false,
|
|
2332
2332
|
"mutability": "mutable",
|
|
2333
2333
|
"name": "userData",
|
|
2334
2334
|
"nameLocation": "5969:8:41",
|
|
2335
2335
|
"nodeType": "VariableDeclaration",
|
|
2336
|
-
"scope":
|
|
2336
|
+
"scope": 18231,
|
|
2337
2337
|
"src": "5963:14:41",
|
|
2338
2338
|
"stateVariable": false,
|
|
2339
2339
|
"storageLocation": "default",
|
|
@@ -2342,7 +2342,7 @@
|
|
|
2342
2342
|
"typeString": "bytes"
|
|
2343
2343
|
},
|
|
2344
2344
|
"typeName": {
|
|
2345
|
-
"id":
|
|
2345
|
+
"id": 18228,
|
|
2346
2346
|
"name": "bytes",
|
|
2347
2347
|
"nodeType": "ElementaryTypeName",
|
|
2348
2348
|
"src": "5963:5:41",
|
|
@@ -2360,13 +2360,13 @@
|
|
|
2360
2360
|
},
|
|
2361
2361
|
{
|
|
2362
2362
|
"documentation": {
|
|
2363
|
-
"id":
|
|
2363
|
+
"id": 18232,
|
|
2364
2364
|
"nodeType": "StructuredDocumentation",
|
|
2365
2365
|
"src": "5985:653:41",
|
|
2366
2366
|
"text": " @dev Distribute tokens through the index\n @param token Super token address\n @param indexId Id of the index\n @param amount The amount of tokens desired to be distributed\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:note \n - This is a convenient version of updateIndex. It adds to the index\n a delta that equals to `amount / totalUnits`\n - The actual amount distributed could be obtained via\n `calculateDistribution`. This is due to precision error with index\n value and units data range\n @custom:callbacks \n None"
|
|
2367
2367
|
},
|
|
2368
2368
|
"functionSelector": "b96731c2",
|
|
2369
|
-
"id":
|
|
2369
|
+
"id": 18246,
|
|
2370
2370
|
"implemented": false,
|
|
2371
2371
|
"kind": "function",
|
|
2372
2372
|
"modifiers": [],
|
|
@@ -2374,38 +2374,38 @@
|
|
|
2374
2374
|
"nameLocation": "6652:10:41",
|
|
2375
2375
|
"nodeType": "FunctionDefinition",
|
|
2376
2376
|
"parameters": {
|
|
2377
|
-
"id":
|
|
2377
|
+
"id": 18242,
|
|
2378
2378
|
"nodeType": "ParameterList",
|
|
2379
2379
|
"parameters": [
|
|
2380
2380
|
{
|
|
2381
2381
|
"constant": false,
|
|
2382
|
-
"id":
|
|
2382
|
+
"id": 18235,
|
|
2383
2383
|
"mutability": "mutable",
|
|
2384
2384
|
"name": "token",
|
|
2385
2385
|
"nameLocation": "6689:5:41",
|
|
2386
2386
|
"nodeType": "VariableDeclaration",
|
|
2387
|
-
"scope":
|
|
2387
|
+
"scope": 18246,
|
|
2388
2388
|
"src": "6672:22:41",
|
|
2389
2389
|
"stateVariable": false,
|
|
2390
2390
|
"storageLocation": "default",
|
|
2391
2391
|
"typeDescriptions": {
|
|
2392
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2392
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2393
2393
|
"typeString": "contract ISuperfluidToken"
|
|
2394
2394
|
},
|
|
2395
2395
|
"typeName": {
|
|
2396
|
-
"id":
|
|
2396
|
+
"id": 18234,
|
|
2397
2397
|
"nodeType": "UserDefinedTypeName",
|
|
2398
2398
|
"pathNode": {
|
|
2399
|
-
"id":
|
|
2399
|
+
"id": 18233,
|
|
2400
2400
|
"name": "ISuperfluidToken",
|
|
2401
2401
|
"nodeType": "IdentifierPath",
|
|
2402
|
-
"referencedDeclaration":
|
|
2402
|
+
"referencedDeclaration": 20450,
|
|
2403
2403
|
"src": "6672:16:41"
|
|
2404
2404
|
},
|
|
2405
|
-
"referencedDeclaration":
|
|
2405
|
+
"referencedDeclaration": 20450,
|
|
2406
2406
|
"src": "6672:16:41",
|
|
2407
2407
|
"typeDescriptions": {
|
|
2408
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2408
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2409
2409
|
"typeString": "contract ISuperfluidToken"
|
|
2410
2410
|
}
|
|
2411
2411
|
},
|
|
@@ -2413,12 +2413,12 @@
|
|
|
2413
2413
|
},
|
|
2414
2414
|
{
|
|
2415
2415
|
"constant": false,
|
|
2416
|
-
"id":
|
|
2416
|
+
"id": 18237,
|
|
2417
2417
|
"mutability": "mutable",
|
|
2418
2418
|
"name": "indexId",
|
|
2419
2419
|
"nameLocation": "6711:7:41",
|
|
2420
2420
|
"nodeType": "VariableDeclaration",
|
|
2421
|
-
"scope":
|
|
2421
|
+
"scope": 18246,
|
|
2422
2422
|
"src": "6704:14:41",
|
|
2423
2423
|
"stateVariable": false,
|
|
2424
2424
|
"storageLocation": "default",
|
|
@@ -2427,7 +2427,7 @@
|
|
|
2427
2427
|
"typeString": "uint32"
|
|
2428
2428
|
},
|
|
2429
2429
|
"typeName": {
|
|
2430
|
-
"id":
|
|
2430
|
+
"id": 18236,
|
|
2431
2431
|
"name": "uint32",
|
|
2432
2432
|
"nodeType": "ElementaryTypeName",
|
|
2433
2433
|
"src": "6704:6:41",
|
|
@@ -2440,12 +2440,12 @@
|
|
|
2440
2440
|
},
|
|
2441
2441
|
{
|
|
2442
2442
|
"constant": false,
|
|
2443
|
-
"id":
|
|
2443
|
+
"id": 18239,
|
|
2444
2444
|
"mutability": "mutable",
|
|
2445
2445
|
"name": "amount",
|
|
2446
2446
|
"nameLocation": "6736:6:41",
|
|
2447
2447
|
"nodeType": "VariableDeclaration",
|
|
2448
|
-
"scope":
|
|
2448
|
+
"scope": 18246,
|
|
2449
2449
|
"src": "6728:14:41",
|
|
2450
2450
|
"stateVariable": false,
|
|
2451
2451
|
"storageLocation": "default",
|
|
@@ -2454,7 +2454,7 @@
|
|
|
2454
2454
|
"typeString": "uint256"
|
|
2455
2455
|
},
|
|
2456
2456
|
"typeName": {
|
|
2457
|
-
"id":
|
|
2457
|
+
"id": 18238,
|
|
2458
2458
|
"name": "uint256",
|
|
2459
2459
|
"nodeType": "ElementaryTypeName",
|
|
2460
2460
|
"src": "6728:7:41",
|
|
@@ -2467,12 +2467,12 @@
|
|
|
2467
2467
|
},
|
|
2468
2468
|
{
|
|
2469
2469
|
"constant": false,
|
|
2470
|
-
"id":
|
|
2470
|
+
"id": 18241,
|
|
2471
2471
|
"mutability": "mutable",
|
|
2472
2472
|
"name": "ctx",
|
|
2473
2473
|
"nameLocation": "6767:3:41",
|
|
2474
2474
|
"nodeType": "VariableDeclaration",
|
|
2475
|
-
"scope":
|
|
2475
|
+
"scope": 18246,
|
|
2476
2476
|
"src": "6752:18:41",
|
|
2477
2477
|
"stateVariable": false,
|
|
2478
2478
|
"storageLocation": "calldata",
|
|
@@ -2481,7 +2481,7 @@
|
|
|
2481
2481
|
"typeString": "bytes"
|
|
2482
2482
|
},
|
|
2483
2483
|
"typeName": {
|
|
2484
|
-
"id":
|
|
2484
|
+
"id": 18240,
|
|
2485
2485
|
"name": "bytes",
|
|
2486
2486
|
"nodeType": "ElementaryTypeName",
|
|
2487
2487
|
"src": "6752:5:41",
|
|
@@ -2496,17 +2496,17 @@
|
|
|
2496
2496
|
"src": "6662:109:41"
|
|
2497
2497
|
},
|
|
2498
2498
|
"returnParameters": {
|
|
2499
|
-
"id":
|
|
2499
|
+
"id": 18245,
|
|
2500
2500
|
"nodeType": "ParameterList",
|
|
2501
2501
|
"parameters": [
|
|
2502
2502
|
{
|
|
2503
2503
|
"constant": false,
|
|
2504
|
-
"id":
|
|
2504
|
+
"id": 18244,
|
|
2505
2505
|
"mutability": "mutable",
|
|
2506
2506
|
"name": "newCtx",
|
|
2507
2507
|
"nameLocation": "6846:6:41",
|
|
2508
2508
|
"nodeType": "VariableDeclaration",
|
|
2509
|
-
"scope":
|
|
2509
|
+
"scope": 18246,
|
|
2510
2510
|
"src": "6833:19:41",
|
|
2511
2511
|
"stateVariable": false,
|
|
2512
2512
|
"storageLocation": "memory",
|
|
@@ -2515,7 +2515,7 @@
|
|
|
2515
2515
|
"typeString": "bytes"
|
|
2516
2516
|
},
|
|
2517
2517
|
"typeName": {
|
|
2518
|
-
"id":
|
|
2518
|
+
"id": 18243,
|
|
2519
2519
|
"name": "bytes",
|
|
2520
2520
|
"nodeType": "ElementaryTypeName",
|
|
2521
2521
|
"src": "6833:5:41",
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
],
|
|
2530
2530
|
"src": "6832:21:41"
|
|
2531
2531
|
},
|
|
2532
|
-
"scope":
|
|
2532
|
+
"scope": 18502,
|
|
2533
2533
|
"src": "6643:211:41",
|
|
2534
2534
|
"stateMutability": "nonpayable",
|
|
2535
2535
|
"virtual": true,
|
|
@@ -2537,13 +2537,13 @@
|
|
|
2537
2537
|
},
|
|
2538
2538
|
{
|
|
2539
2539
|
"documentation": {
|
|
2540
|
-
"id":
|
|
2540
|
+
"id": 18247,
|
|
2541
2541
|
"nodeType": "StructuredDocumentation",
|
|
2542
2542
|
"src": "7053:576:41",
|
|
2543
2543
|
"text": " @dev Approve the subscription of an index\n @param token Super token address\n @param publisher The publisher of the index\n @param indexId Id of the index\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n - if subscription exist\n - AgreementCreated callback to the publisher:\n - agreementId is for the subscription\n - if subscription does not exist\n - AgreementUpdated callback to the publisher:\n - agreementId is for the subscription"
|
|
2544
2544
|
},
|
|
2545
2545
|
"functionSelector": "acf4a6c2",
|
|
2546
|
-
"id":
|
|
2546
|
+
"id": 18261,
|
|
2547
2547
|
"implemented": false,
|
|
2548
2548
|
"kind": "function",
|
|
2549
2549
|
"modifiers": [],
|
|
@@ -2551,38 +2551,38 @@
|
|
|
2551
2551
|
"nameLocation": "7643:19:41",
|
|
2552
2552
|
"nodeType": "FunctionDefinition",
|
|
2553
2553
|
"parameters": {
|
|
2554
|
-
"id":
|
|
2554
|
+
"id": 18257,
|
|
2555
2555
|
"nodeType": "ParameterList",
|
|
2556
2556
|
"parameters": [
|
|
2557
2557
|
{
|
|
2558
2558
|
"constant": false,
|
|
2559
|
-
"id":
|
|
2559
|
+
"id": 18250,
|
|
2560
2560
|
"mutability": "mutable",
|
|
2561
2561
|
"name": "token",
|
|
2562
2562
|
"nameLocation": "7689:5:41",
|
|
2563
2563
|
"nodeType": "VariableDeclaration",
|
|
2564
|
-
"scope":
|
|
2564
|
+
"scope": 18261,
|
|
2565
2565
|
"src": "7672:22:41",
|
|
2566
2566
|
"stateVariable": false,
|
|
2567
2567
|
"storageLocation": "default",
|
|
2568
2568
|
"typeDescriptions": {
|
|
2569
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2569
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2570
2570
|
"typeString": "contract ISuperfluidToken"
|
|
2571
2571
|
},
|
|
2572
2572
|
"typeName": {
|
|
2573
|
-
"id":
|
|
2573
|
+
"id": 18249,
|
|
2574
2574
|
"nodeType": "UserDefinedTypeName",
|
|
2575
2575
|
"pathNode": {
|
|
2576
|
-
"id":
|
|
2576
|
+
"id": 18248,
|
|
2577
2577
|
"name": "ISuperfluidToken",
|
|
2578
2578
|
"nodeType": "IdentifierPath",
|
|
2579
|
-
"referencedDeclaration":
|
|
2579
|
+
"referencedDeclaration": 20450,
|
|
2580
2580
|
"src": "7672:16:41"
|
|
2581
2581
|
},
|
|
2582
|
-
"referencedDeclaration":
|
|
2582
|
+
"referencedDeclaration": 20450,
|
|
2583
2583
|
"src": "7672:16:41",
|
|
2584
2584
|
"typeDescriptions": {
|
|
2585
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2585
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2586
2586
|
"typeString": "contract ISuperfluidToken"
|
|
2587
2587
|
}
|
|
2588
2588
|
},
|
|
@@ -2590,12 +2590,12 @@
|
|
|
2590
2590
|
},
|
|
2591
2591
|
{
|
|
2592
2592
|
"constant": false,
|
|
2593
|
-
"id":
|
|
2593
|
+
"id": 18252,
|
|
2594
2594
|
"mutability": "mutable",
|
|
2595
2595
|
"name": "publisher",
|
|
2596
2596
|
"nameLocation": "7712:9:41",
|
|
2597
2597
|
"nodeType": "VariableDeclaration",
|
|
2598
|
-
"scope":
|
|
2598
|
+
"scope": 18261,
|
|
2599
2599
|
"src": "7704:17:41",
|
|
2600
2600
|
"stateVariable": false,
|
|
2601
2601
|
"storageLocation": "default",
|
|
@@ -2604,7 +2604,7 @@
|
|
|
2604
2604
|
"typeString": "address"
|
|
2605
2605
|
},
|
|
2606
2606
|
"typeName": {
|
|
2607
|
-
"id":
|
|
2607
|
+
"id": 18251,
|
|
2608
2608
|
"name": "address",
|
|
2609
2609
|
"nodeType": "ElementaryTypeName",
|
|
2610
2610
|
"src": "7704:7:41",
|
|
@@ -2618,12 +2618,12 @@
|
|
|
2618
2618
|
},
|
|
2619
2619
|
{
|
|
2620
2620
|
"constant": false,
|
|
2621
|
-
"id":
|
|
2621
|
+
"id": 18254,
|
|
2622
2622
|
"mutability": "mutable",
|
|
2623
2623
|
"name": "indexId",
|
|
2624
2624
|
"nameLocation": "7738:7:41",
|
|
2625
2625
|
"nodeType": "VariableDeclaration",
|
|
2626
|
-
"scope":
|
|
2626
|
+
"scope": 18261,
|
|
2627
2627
|
"src": "7731:14:41",
|
|
2628
2628
|
"stateVariable": false,
|
|
2629
2629
|
"storageLocation": "default",
|
|
@@ -2632,7 +2632,7 @@
|
|
|
2632
2632
|
"typeString": "uint32"
|
|
2633
2633
|
},
|
|
2634
2634
|
"typeName": {
|
|
2635
|
-
"id":
|
|
2635
|
+
"id": 18253,
|
|
2636
2636
|
"name": "uint32",
|
|
2637
2637
|
"nodeType": "ElementaryTypeName",
|
|
2638
2638
|
"src": "7731:6:41",
|
|
@@ -2645,12 +2645,12 @@
|
|
|
2645
2645
|
},
|
|
2646
2646
|
{
|
|
2647
2647
|
"constant": false,
|
|
2648
|
-
"id":
|
|
2648
|
+
"id": 18256,
|
|
2649
2649
|
"mutability": "mutable",
|
|
2650
2650
|
"name": "ctx",
|
|
2651
2651
|
"nameLocation": "7770:3:41",
|
|
2652
2652
|
"nodeType": "VariableDeclaration",
|
|
2653
|
-
"scope":
|
|
2653
|
+
"scope": 18261,
|
|
2654
2654
|
"src": "7755:18:41",
|
|
2655
2655
|
"stateVariable": false,
|
|
2656
2656
|
"storageLocation": "calldata",
|
|
@@ -2659,7 +2659,7 @@
|
|
|
2659
2659
|
"typeString": "bytes"
|
|
2660
2660
|
},
|
|
2661
2661
|
"typeName": {
|
|
2662
|
-
"id":
|
|
2662
|
+
"id": 18255,
|
|
2663
2663
|
"name": "bytes",
|
|
2664
2664
|
"nodeType": "ElementaryTypeName",
|
|
2665
2665
|
"src": "7755:5:41",
|
|
@@ -2674,17 +2674,17 @@
|
|
|
2674
2674
|
"src": "7662:112:41"
|
|
2675
2675
|
},
|
|
2676
2676
|
"returnParameters": {
|
|
2677
|
-
"id":
|
|
2677
|
+
"id": 18260,
|
|
2678
2678
|
"nodeType": "ParameterList",
|
|
2679
2679
|
"parameters": [
|
|
2680
2680
|
{
|
|
2681
2681
|
"constant": false,
|
|
2682
|
-
"id":
|
|
2682
|
+
"id": 18259,
|
|
2683
2683
|
"mutability": "mutable",
|
|
2684
2684
|
"name": "newCtx",
|
|
2685
2685
|
"nameLocation": "7849:6:41",
|
|
2686
2686
|
"nodeType": "VariableDeclaration",
|
|
2687
|
-
"scope":
|
|
2687
|
+
"scope": 18261,
|
|
2688
2688
|
"src": "7836:19:41",
|
|
2689
2689
|
"stateVariable": false,
|
|
2690
2690
|
"storageLocation": "memory",
|
|
@@ -2693,7 +2693,7 @@
|
|
|
2693
2693
|
"typeString": "bytes"
|
|
2694
2694
|
},
|
|
2695
2695
|
"typeName": {
|
|
2696
|
-
"id":
|
|
2696
|
+
"id": 18258,
|
|
2697
2697
|
"name": "bytes",
|
|
2698
2698
|
"nodeType": "ElementaryTypeName",
|
|
2699
2699
|
"src": "7836:5:41",
|
|
@@ -2707,7 +2707,7 @@
|
|
|
2707
2707
|
],
|
|
2708
2708
|
"src": "7835:21:41"
|
|
2709
2709
|
},
|
|
2710
|
-
"scope":
|
|
2710
|
+
"scope": 18502,
|
|
2711
2711
|
"src": "7634:223:41",
|
|
2712
2712
|
"stateMutability": "nonpayable",
|
|
2713
2713
|
"virtual": true,
|
|
@@ -2716,50 +2716,50 @@
|
|
|
2716
2716
|
{
|
|
2717
2717
|
"anonymous": false,
|
|
2718
2718
|
"documentation": {
|
|
2719
|
-
"id":
|
|
2719
|
+
"id": 18262,
|
|
2720
2720
|
"nodeType": "StructuredDocumentation",
|
|
2721
2721
|
"src": "7862:272:41",
|
|
2722
2722
|
"text": " @dev Index subscribed event\n @param token Super token address\n @param publisher Index publisher\n @param indexId The specified indexId\n @param subscriber The approved subscriber\n @param userData The user provided data"
|
|
2723
2723
|
},
|
|
2724
2724
|
"eventSelector": "492d2641617cfaf24ac7328f85bc5bdf5113537d78dc7671afa4f49a73f053c2",
|
|
2725
|
-
"id":
|
|
2725
|
+
"id": 18275,
|
|
2726
2726
|
"name": "IndexSubscribed",
|
|
2727
2727
|
"nameLocation": "8145:15:41",
|
|
2728
2728
|
"nodeType": "EventDefinition",
|
|
2729
2729
|
"parameters": {
|
|
2730
|
-
"id":
|
|
2730
|
+
"id": 18274,
|
|
2731
2731
|
"nodeType": "ParameterList",
|
|
2732
2732
|
"parameters": [
|
|
2733
2733
|
{
|
|
2734
2734
|
"constant": false,
|
|
2735
|
-
"id":
|
|
2735
|
+
"id": 18265,
|
|
2736
2736
|
"indexed": true,
|
|
2737
2737
|
"mutability": "mutable",
|
|
2738
2738
|
"name": "token",
|
|
2739
2739
|
"nameLocation": "8195:5:41",
|
|
2740
2740
|
"nodeType": "VariableDeclaration",
|
|
2741
|
-
"scope":
|
|
2741
|
+
"scope": 18275,
|
|
2742
2742
|
"src": "8170:30:41",
|
|
2743
2743
|
"stateVariable": false,
|
|
2744
2744
|
"storageLocation": "default",
|
|
2745
2745
|
"typeDescriptions": {
|
|
2746
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2746
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2747
2747
|
"typeString": "contract ISuperfluidToken"
|
|
2748
2748
|
},
|
|
2749
2749
|
"typeName": {
|
|
2750
|
-
"id":
|
|
2750
|
+
"id": 18264,
|
|
2751
2751
|
"nodeType": "UserDefinedTypeName",
|
|
2752
2752
|
"pathNode": {
|
|
2753
|
-
"id":
|
|
2753
|
+
"id": 18263,
|
|
2754
2754
|
"name": "ISuperfluidToken",
|
|
2755
2755
|
"nodeType": "IdentifierPath",
|
|
2756
|
-
"referencedDeclaration":
|
|
2756
|
+
"referencedDeclaration": 20450,
|
|
2757
2757
|
"src": "8170:16:41"
|
|
2758
2758
|
},
|
|
2759
|
-
"referencedDeclaration":
|
|
2759
|
+
"referencedDeclaration": 20450,
|
|
2760
2760
|
"src": "8170:16:41",
|
|
2761
2761
|
"typeDescriptions": {
|
|
2762
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2762
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2763
2763
|
"typeString": "contract ISuperfluidToken"
|
|
2764
2764
|
}
|
|
2765
2765
|
},
|
|
@@ -2767,13 +2767,13 @@
|
|
|
2767
2767
|
},
|
|
2768
2768
|
{
|
|
2769
2769
|
"constant": false,
|
|
2770
|
-
"id":
|
|
2770
|
+
"id": 18267,
|
|
2771
2771
|
"indexed": true,
|
|
2772
2772
|
"mutability": "mutable",
|
|
2773
2773
|
"name": "publisher",
|
|
2774
2774
|
"nameLocation": "8226:9:41",
|
|
2775
2775
|
"nodeType": "VariableDeclaration",
|
|
2776
|
-
"scope":
|
|
2776
|
+
"scope": 18275,
|
|
2777
2777
|
"src": "8210:25:41",
|
|
2778
2778
|
"stateVariable": false,
|
|
2779
2779
|
"storageLocation": "default",
|
|
@@ -2782,7 +2782,7 @@
|
|
|
2782
2782
|
"typeString": "address"
|
|
2783
2783
|
},
|
|
2784
2784
|
"typeName": {
|
|
2785
|
-
"id":
|
|
2785
|
+
"id": 18266,
|
|
2786
2786
|
"name": "address",
|
|
2787
2787
|
"nodeType": "ElementaryTypeName",
|
|
2788
2788
|
"src": "8210:7:41",
|
|
@@ -2796,13 +2796,13 @@
|
|
|
2796
2796
|
},
|
|
2797
2797
|
{
|
|
2798
2798
|
"constant": false,
|
|
2799
|
-
"id":
|
|
2799
|
+
"id": 18269,
|
|
2800
2800
|
"indexed": true,
|
|
2801
2801
|
"mutability": "mutable",
|
|
2802
2802
|
"name": "indexId",
|
|
2803
2803
|
"nameLocation": "8260:7:41",
|
|
2804
2804
|
"nodeType": "VariableDeclaration",
|
|
2805
|
-
"scope":
|
|
2805
|
+
"scope": 18275,
|
|
2806
2806
|
"src": "8245:22:41",
|
|
2807
2807
|
"stateVariable": false,
|
|
2808
2808
|
"storageLocation": "default",
|
|
@@ -2811,7 +2811,7 @@
|
|
|
2811
2811
|
"typeString": "uint32"
|
|
2812
2812
|
},
|
|
2813
2813
|
"typeName": {
|
|
2814
|
-
"id":
|
|
2814
|
+
"id": 18268,
|
|
2815
2815
|
"name": "uint32",
|
|
2816
2816
|
"nodeType": "ElementaryTypeName",
|
|
2817
2817
|
"src": "8245:6:41",
|
|
@@ -2824,13 +2824,13 @@
|
|
|
2824
2824
|
},
|
|
2825
2825
|
{
|
|
2826
2826
|
"constant": false,
|
|
2827
|
-
"id":
|
|
2827
|
+
"id": 18271,
|
|
2828
2828
|
"indexed": false,
|
|
2829
2829
|
"mutability": "mutable",
|
|
2830
2830
|
"name": "subscriber",
|
|
2831
2831
|
"nameLocation": "8285:10:41",
|
|
2832
2832
|
"nodeType": "VariableDeclaration",
|
|
2833
|
-
"scope":
|
|
2833
|
+
"scope": 18275,
|
|
2834
2834
|
"src": "8277:18:41",
|
|
2835
2835
|
"stateVariable": false,
|
|
2836
2836
|
"storageLocation": "default",
|
|
@@ -2839,7 +2839,7 @@
|
|
|
2839
2839
|
"typeString": "address"
|
|
2840
2840
|
},
|
|
2841
2841
|
"typeName": {
|
|
2842
|
-
"id":
|
|
2842
|
+
"id": 18270,
|
|
2843
2843
|
"name": "address",
|
|
2844
2844
|
"nodeType": "ElementaryTypeName",
|
|
2845
2845
|
"src": "8277:7:41",
|
|
@@ -2853,13 +2853,13 @@
|
|
|
2853
2853
|
},
|
|
2854
2854
|
{
|
|
2855
2855
|
"constant": false,
|
|
2856
|
-
"id":
|
|
2856
|
+
"id": 18273,
|
|
2857
2857
|
"indexed": false,
|
|
2858
2858
|
"mutability": "mutable",
|
|
2859
2859
|
"name": "userData",
|
|
2860
2860
|
"nameLocation": "8311:8:41",
|
|
2861
2861
|
"nodeType": "VariableDeclaration",
|
|
2862
|
-
"scope":
|
|
2862
|
+
"scope": 18275,
|
|
2863
2863
|
"src": "8305:14:41",
|
|
2864
2864
|
"stateVariable": false,
|
|
2865
2865
|
"storageLocation": "default",
|
|
@@ -2868,7 +2868,7 @@
|
|
|
2868
2868
|
"typeString": "bytes"
|
|
2869
2869
|
},
|
|
2870
2870
|
"typeName": {
|
|
2871
|
-
"id":
|
|
2871
|
+
"id": 18272,
|
|
2872
2872
|
"name": "bytes",
|
|
2873
2873
|
"nodeType": "ElementaryTypeName",
|
|
2874
2874
|
"src": "8305:5:41",
|
|
@@ -2887,50 +2887,50 @@
|
|
|
2887
2887
|
{
|
|
2888
2888
|
"anonymous": false,
|
|
2889
2889
|
"documentation": {
|
|
2890
|
-
"id":
|
|
2890
|
+
"id": 18276,
|
|
2891
2891
|
"nodeType": "StructuredDocumentation",
|
|
2892
2892
|
"src": "8327:277:41",
|
|
2893
2893
|
"text": " @dev Subscription approved event\n @param token Super token address\n @param subscriber The approved subscriber\n @param publisher Index publisher\n @param indexId The specified indexId\n @param userData The user provided data"
|
|
2894
2894
|
},
|
|
2895
2895
|
"eventSelector": "c0b8396b655615cdb85fe462a9a1792480816f909cd46d9517a940b386dfbf6b",
|
|
2896
|
-
"id":
|
|
2896
|
+
"id": 18289,
|
|
2897
2897
|
"name": "SubscriptionApproved",
|
|
2898
2898
|
"nameLocation": "8615:20:41",
|
|
2899
2899
|
"nodeType": "EventDefinition",
|
|
2900
2900
|
"parameters": {
|
|
2901
|
-
"id":
|
|
2901
|
+
"id": 18288,
|
|
2902
2902
|
"nodeType": "ParameterList",
|
|
2903
2903
|
"parameters": [
|
|
2904
2904
|
{
|
|
2905
2905
|
"constant": false,
|
|
2906
|
-
"id":
|
|
2906
|
+
"id": 18279,
|
|
2907
2907
|
"indexed": true,
|
|
2908
2908
|
"mutability": "mutable",
|
|
2909
2909
|
"name": "token",
|
|
2910
2910
|
"nameLocation": "8670:5:41",
|
|
2911
2911
|
"nodeType": "VariableDeclaration",
|
|
2912
|
-
"scope":
|
|
2912
|
+
"scope": 18289,
|
|
2913
2913
|
"src": "8645:30:41",
|
|
2914
2914
|
"stateVariable": false,
|
|
2915
2915
|
"storageLocation": "default",
|
|
2916
2916
|
"typeDescriptions": {
|
|
2917
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2917
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2918
2918
|
"typeString": "contract ISuperfluidToken"
|
|
2919
2919
|
},
|
|
2920
2920
|
"typeName": {
|
|
2921
|
-
"id":
|
|
2921
|
+
"id": 18278,
|
|
2922
2922
|
"nodeType": "UserDefinedTypeName",
|
|
2923
2923
|
"pathNode": {
|
|
2924
|
-
"id":
|
|
2924
|
+
"id": 18277,
|
|
2925
2925
|
"name": "ISuperfluidToken",
|
|
2926
2926
|
"nodeType": "IdentifierPath",
|
|
2927
|
-
"referencedDeclaration":
|
|
2927
|
+
"referencedDeclaration": 20450,
|
|
2928
2928
|
"src": "8645:16:41"
|
|
2929
2929
|
},
|
|
2930
|
-
"referencedDeclaration":
|
|
2930
|
+
"referencedDeclaration": 20450,
|
|
2931
2931
|
"src": "8645:16:41",
|
|
2932
2932
|
"typeDescriptions": {
|
|
2933
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
2933
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
2934
2934
|
"typeString": "contract ISuperfluidToken"
|
|
2935
2935
|
}
|
|
2936
2936
|
},
|
|
@@ -2938,13 +2938,13 @@
|
|
|
2938
2938
|
},
|
|
2939
2939
|
{
|
|
2940
2940
|
"constant": false,
|
|
2941
|
-
"id":
|
|
2941
|
+
"id": 18281,
|
|
2942
2942
|
"indexed": true,
|
|
2943
2943
|
"mutability": "mutable",
|
|
2944
2944
|
"name": "subscriber",
|
|
2945
2945
|
"nameLocation": "8701:10:41",
|
|
2946
2946
|
"nodeType": "VariableDeclaration",
|
|
2947
|
-
"scope":
|
|
2947
|
+
"scope": 18289,
|
|
2948
2948
|
"src": "8685:26:41",
|
|
2949
2949
|
"stateVariable": false,
|
|
2950
2950
|
"storageLocation": "default",
|
|
@@ -2953,7 +2953,7 @@
|
|
|
2953
2953
|
"typeString": "address"
|
|
2954
2954
|
},
|
|
2955
2955
|
"typeName": {
|
|
2956
|
-
"id":
|
|
2956
|
+
"id": 18280,
|
|
2957
2957
|
"name": "address",
|
|
2958
2958
|
"nodeType": "ElementaryTypeName",
|
|
2959
2959
|
"src": "8685:7:41",
|
|
@@ -2967,13 +2967,13 @@
|
|
|
2967
2967
|
},
|
|
2968
2968
|
{
|
|
2969
2969
|
"constant": false,
|
|
2970
|
-
"id":
|
|
2970
|
+
"id": 18283,
|
|
2971
2971
|
"indexed": false,
|
|
2972
2972
|
"mutability": "mutable",
|
|
2973
2973
|
"name": "publisher",
|
|
2974
2974
|
"nameLocation": "8729:9:41",
|
|
2975
2975
|
"nodeType": "VariableDeclaration",
|
|
2976
|
-
"scope":
|
|
2976
|
+
"scope": 18289,
|
|
2977
2977
|
"src": "8721:17:41",
|
|
2978
2978
|
"stateVariable": false,
|
|
2979
2979
|
"storageLocation": "default",
|
|
@@ -2982,7 +2982,7 @@
|
|
|
2982
2982
|
"typeString": "address"
|
|
2983
2983
|
},
|
|
2984
2984
|
"typeName": {
|
|
2985
|
-
"id":
|
|
2985
|
+
"id": 18282,
|
|
2986
2986
|
"name": "address",
|
|
2987
2987
|
"nodeType": "ElementaryTypeName",
|
|
2988
2988
|
"src": "8721:7:41",
|
|
@@ -2996,13 +2996,13 @@
|
|
|
2996
2996
|
},
|
|
2997
2997
|
{
|
|
2998
2998
|
"constant": false,
|
|
2999
|
-
"id":
|
|
2999
|
+
"id": 18285,
|
|
3000
3000
|
"indexed": false,
|
|
3001
3001
|
"mutability": "mutable",
|
|
3002
3002
|
"name": "indexId",
|
|
3003
3003
|
"nameLocation": "8755:7:41",
|
|
3004
3004
|
"nodeType": "VariableDeclaration",
|
|
3005
|
-
"scope":
|
|
3005
|
+
"scope": 18289,
|
|
3006
3006
|
"src": "8748:14:41",
|
|
3007
3007
|
"stateVariable": false,
|
|
3008
3008
|
"storageLocation": "default",
|
|
@@ -3011,7 +3011,7 @@
|
|
|
3011
3011
|
"typeString": "uint32"
|
|
3012
3012
|
},
|
|
3013
3013
|
"typeName": {
|
|
3014
|
-
"id":
|
|
3014
|
+
"id": 18284,
|
|
3015
3015
|
"name": "uint32",
|
|
3016
3016
|
"nodeType": "ElementaryTypeName",
|
|
3017
3017
|
"src": "8748:6:41",
|
|
@@ -3024,13 +3024,13 @@
|
|
|
3024
3024
|
},
|
|
3025
3025
|
{
|
|
3026
3026
|
"constant": false,
|
|
3027
|
-
"id":
|
|
3027
|
+
"id": 18287,
|
|
3028
3028
|
"indexed": false,
|
|
3029
3029
|
"mutability": "mutable",
|
|
3030
3030
|
"name": "userData",
|
|
3031
3031
|
"nameLocation": "8778:8:41",
|
|
3032
3032
|
"nodeType": "VariableDeclaration",
|
|
3033
|
-
"scope":
|
|
3033
|
+
"scope": 18289,
|
|
3034
3034
|
"src": "8772:14:41",
|
|
3035
3035
|
"stateVariable": false,
|
|
3036
3036
|
"storageLocation": "default",
|
|
@@ -3039,7 +3039,7 @@
|
|
|
3039
3039
|
"typeString": "bytes"
|
|
3040
3040
|
},
|
|
3041
3041
|
"typeName": {
|
|
3042
|
-
"id":
|
|
3042
|
+
"id": 18286,
|
|
3043
3043
|
"name": "bytes",
|
|
3044
3044
|
"nodeType": "ElementaryTypeName",
|
|
3045
3045
|
"src": "8772:5:41",
|
|
@@ -3057,13 +3057,13 @@
|
|
|
3057
3057
|
},
|
|
3058
3058
|
{
|
|
3059
3059
|
"documentation": {
|
|
3060
|
-
"id":
|
|
3060
|
+
"id": 18290,
|
|
3061
3061
|
"nodeType": "StructuredDocumentation",
|
|
3062
3062
|
"src": "8794:465:41",
|
|
3063
3063
|
"text": " @notice Revoke the subscription of an index\n @dev \"Unapproves\" the subscription and moves approved units to pending\n @param token Super token address\n @param publisher The publisher of the index\n @param indexId Id of the index\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n - AgreementUpdated callback to the publisher:\n - agreementId is for the subscription"
|
|
3064
3064
|
},
|
|
3065
3065
|
"functionSelector": "6041ae96",
|
|
3066
|
-
"id":
|
|
3066
|
+
"id": 18304,
|
|
3067
3067
|
"implemented": false,
|
|
3068
3068
|
"kind": "function",
|
|
3069
3069
|
"modifiers": [],
|
|
@@ -3071,38 +3071,38 @@
|
|
|
3071
3071
|
"nameLocation": "9273:18:41",
|
|
3072
3072
|
"nodeType": "FunctionDefinition",
|
|
3073
3073
|
"parameters": {
|
|
3074
|
-
"id":
|
|
3074
|
+
"id": 18300,
|
|
3075
3075
|
"nodeType": "ParameterList",
|
|
3076
3076
|
"parameters": [
|
|
3077
3077
|
{
|
|
3078
3078
|
"constant": false,
|
|
3079
|
-
"id":
|
|
3079
|
+
"id": 18293,
|
|
3080
3080
|
"mutability": "mutable",
|
|
3081
3081
|
"name": "token",
|
|
3082
3082
|
"nameLocation": "9318:5:41",
|
|
3083
3083
|
"nodeType": "VariableDeclaration",
|
|
3084
|
-
"scope":
|
|
3084
|
+
"scope": 18304,
|
|
3085
3085
|
"src": "9301:22:41",
|
|
3086
3086
|
"stateVariable": false,
|
|
3087
3087
|
"storageLocation": "default",
|
|
3088
3088
|
"typeDescriptions": {
|
|
3089
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3089
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3090
3090
|
"typeString": "contract ISuperfluidToken"
|
|
3091
3091
|
},
|
|
3092
3092
|
"typeName": {
|
|
3093
|
-
"id":
|
|
3093
|
+
"id": 18292,
|
|
3094
3094
|
"nodeType": "UserDefinedTypeName",
|
|
3095
3095
|
"pathNode": {
|
|
3096
|
-
"id":
|
|
3096
|
+
"id": 18291,
|
|
3097
3097
|
"name": "ISuperfluidToken",
|
|
3098
3098
|
"nodeType": "IdentifierPath",
|
|
3099
|
-
"referencedDeclaration":
|
|
3099
|
+
"referencedDeclaration": 20450,
|
|
3100
3100
|
"src": "9301:16:41"
|
|
3101
3101
|
},
|
|
3102
|
-
"referencedDeclaration":
|
|
3102
|
+
"referencedDeclaration": 20450,
|
|
3103
3103
|
"src": "9301:16:41",
|
|
3104
3104
|
"typeDescriptions": {
|
|
3105
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3105
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3106
3106
|
"typeString": "contract ISuperfluidToken"
|
|
3107
3107
|
}
|
|
3108
3108
|
},
|
|
@@ -3110,12 +3110,12 @@
|
|
|
3110
3110
|
},
|
|
3111
3111
|
{
|
|
3112
3112
|
"constant": false,
|
|
3113
|
-
"id":
|
|
3113
|
+
"id": 18295,
|
|
3114
3114
|
"mutability": "mutable",
|
|
3115
3115
|
"name": "publisher",
|
|
3116
3116
|
"nameLocation": "9341:9:41",
|
|
3117
3117
|
"nodeType": "VariableDeclaration",
|
|
3118
|
-
"scope":
|
|
3118
|
+
"scope": 18304,
|
|
3119
3119
|
"src": "9333:17:41",
|
|
3120
3120
|
"stateVariable": false,
|
|
3121
3121
|
"storageLocation": "default",
|
|
@@ -3124,7 +3124,7 @@
|
|
|
3124
3124
|
"typeString": "address"
|
|
3125
3125
|
},
|
|
3126
3126
|
"typeName": {
|
|
3127
|
-
"id":
|
|
3127
|
+
"id": 18294,
|
|
3128
3128
|
"name": "address",
|
|
3129
3129
|
"nodeType": "ElementaryTypeName",
|
|
3130
3130
|
"src": "9333:7:41",
|
|
@@ -3138,12 +3138,12 @@
|
|
|
3138
3138
|
},
|
|
3139
3139
|
{
|
|
3140
3140
|
"constant": false,
|
|
3141
|
-
"id":
|
|
3141
|
+
"id": 18297,
|
|
3142
3142
|
"mutability": "mutable",
|
|
3143
3143
|
"name": "indexId",
|
|
3144
3144
|
"nameLocation": "9367:7:41",
|
|
3145
3145
|
"nodeType": "VariableDeclaration",
|
|
3146
|
-
"scope":
|
|
3146
|
+
"scope": 18304,
|
|
3147
3147
|
"src": "9360:14:41",
|
|
3148
3148
|
"stateVariable": false,
|
|
3149
3149
|
"storageLocation": "default",
|
|
@@ -3152,7 +3152,7 @@
|
|
|
3152
3152
|
"typeString": "uint32"
|
|
3153
3153
|
},
|
|
3154
3154
|
"typeName": {
|
|
3155
|
-
"id":
|
|
3155
|
+
"id": 18296,
|
|
3156
3156
|
"name": "uint32",
|
|
3157
3157
|
"nodeType": "ElementaryTypeName",
|
|
3158
3158
|
"src": "9360:6:41",
|
|
@@ -3165,12 +3165,12 @@
|
|
|
3165
3165
|
},
|
|
3166
3166
|
{
|
|
3167
3167
|
"constant": false,
|
|
3168
|
-
"id":
|
|
3168
|
+
"id": 18299,
|
|
3169
3169
|
"mutability": "mutable",
|
|
3170
3170
|
"name": "ctx",
|
|
3171
3171
|
"nameLocation": "9399:3:41",
|
|
3172
3172
|
"nodeType": "VariableDeclaration",
|
|
3173
|
-
"scope":
|
|
3173
|
+
"scope": 18304,
|
|
3174
3174
|
"src": "9384:18:41",
|
|
3175
3175
|
"stateVariable": false,
|
|
3176
3176
|
"storageLocation": "calldata",
|
|
@@ -3179,7 +3179,7 @@
|
|
|
3179
3179
|
"typeString": "bytes"
|
|
3180
3180
|
},
|
|
3181
3181
|
"typeName": {
|
|
3182
|
-
"id":
|
|
3182
|
+
"id": 18298,
|
|
3183
3183
|
"name": "bytes",
|
|
3184
3184
|
"nodeType": "ElementaryTypeName",
|
|
3185
3185
|
"src": "9384:5:41",
|
|
@@ -3194,17 +3194,17 @@
|
|
|
3194
3194
|
"src": "9291:112:41"
|
|
3195
3195
|
},
|
|
3196
3196
|
"returnParameters": {
|
|
3197
|
-
"id":
|
|
3197
|
+
"id": 18303,
|
|
3198
3198
|
"nodeType": "ParameterList",
|
|
3199
3199
|
"parameters": [
|
|
3200
3200
|
{
|
|
3201
3201
|
"constant": false,
|
|
3202
|
-
"id":
|
|
3202
|
+
"id": 18302,
|
|
3203
3203
|
"mutability": "mutable",
|
|
3204
3204
|
"name": "newCtx",
|
|
3205
3205
|
"nameLocation": "9469:6:41",
|
|
3206
3206
|
"nodeType": "VariableDeclaration",
|
|
3207
|
-
"scope":
|
|
3207
|
+
"scope": 18304,
|
|
3208
3208
|
"src": "9456:19:41",
|
|
3209
3209
|
"stateVariable": false,
|
|
3210
3210
|
"storageLocation": "memory",
|
|
@@ -3213,7 +3213,7 @@
|
|
|
3213
3213
|
"typeString": "bytes"
|
|
3214
3214
|
},
|
|
3215
3215
|
"typeName": {
|
|
3216
|
-
"id":
|
|
3216
|
+
"id": 18301,
|
|
3217
3217
|
"name": "bytes",
|
|
3218
3218
|
"nodeType": "ElementaryTypeName",
|
|
3219
3219
|
"src": "9456:5:41",
|
|
@@ -3227,7 +3227,7 @@
|
|
|
3227
3227
|
],
|
|
3228
3228
|
"src": "9455:21:41"
|
|
3229
3229
|
},
|
|
3230
|
-
"scope":
|
|
3230
|
+
"scope": 18502,
|
|
3231
3231
|
"src": "9264:213:41",
|
|
3232
3232
|
"stateMutability": "nonpayable",
|
|
3233
3233
|
"virtual": true,
|
|
@@ -3236,50 +3236,50 @@
|
|
|
3236
3236
|
{
|
|
3237
3237
|
"anonymous": false,
|
|
3238
3238
|
"documentation": {
|
|
3239
|
-
"id":
|
|
3239
|
+
"id": 18305,
|
|
3240
3240
|
"nodeType": "StructuredDocumentation",
|
|
3241
3241
|
"src": "9482:278:41",
|
|
3242
3242
|
"text": " @dev Index unsubscribed event\n @param token Super token address\n @param publisher Index publisher\n @param indexId The specified indexId\n @param subscriber The unsubscribed subscriber\n @param userData The user provided data"
|
|
3243
3243
|
},
|
|
3244
3244
|
"eventSelector": "e1f8e9cd8061e5b251769965bda6ca9ef1674bc6541fb9131039fa53f024d142",
|
|
3245
|
-
"id":
|
|
3245
|
+
"id": 18318,
|
|
3246
3246
|
"name": "IndexUnsubscribed",
|
|
3247
3247
|
"nameLocation": "9771:17:41",
|
|
3248
3248
|
"nodeType": "EventDefinition",
|
|
3249
3249
|
"parameters": {
|
|
3250
|
-
"id":
|
|
3250
|
+
"id": 18317,
|
|
3251
3251
|
"nodeType": "ParameterList",
|
|
3252
3252
|
"parameters": [
|
|
3253
3253
|
{
|
|
3254
3254
|
"constant": false,
|
|
3255
|
-
"id":
|
|
3255
|
+
"id": 18308,
|
|
3256
3256
|
"indexed": true,
|
|
3257
3257
|
"mutability": "mutable",
|
|
3258
3258
|
"name": "token",
|
|
3259
3259
|
"nameLocation": "9823:5:41",
|
|
3260
3260
|
"nodeType": "VariableDeclaration",
|
|
3261
|
-
"scope":
|
|
3261
|
+
"scope": 18318,
|
|
3262
3262
|
"src": "9798:30:41",
|
|
3263
3263
|
"stateVariable": false,
|
|
3264
3264
|
"storageLocation": "default",
|
|
3265
3265
|
"typeDescriptions": {
|
|
3266
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3266
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3267
3267
|
"typeString": "contract ISuperfluidToken"
|
|
3268
3268
|
},
|
|
3269
3269
|
"typeName": {
|
|
3270
|
-
"id":
|
|
3270
|
+
"id": 18307,
|
|
3271
3271
|
"nodeType": "UserDefinedTypeName",
|
|
3272
3272
|
"pathNode": {
|
|
3273
|
-
"id":
|
|
3273
|
+
"id": 18306,
|
|
3274
3274
|
"name": "ISuperfluidToken",
|
|
3275
3275
|
"nodeType": "IdentifierPath",
|
|
3276
|
-
"referencedDeclaration":
|
|
3276
|
+
"referencedDeclaration": 20450,
|
|
3277
3277
|
"src": "9798:16:41"
|
|
3278
3278
|
},
|
|
3279
|
-
"referencedDeclaration":
|
|
3279
|
+
"referencedDeclaration": 20450,
|
|
3280
3280
|
"src": "9798:16:41",
|
|
3281
3281
|
"typeDescriptions": {
|
|
3282
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3282
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3283
3283
|
"typeString": "contract ISuperfluidToken"
|
|
3284
3284
|
}
|
|
3285
3285
|
},
|
|
@@ -3287,13 +3287,13 @@
|
|
|
3287
3287
|
},
|
|
3288
3288
|
{
|
|
3289
3289
|
"constant": false,
|
|
3290
|
-
"id":
|
|
3290
|
+
"id": 18310,
|
|
3291
3291
|
"indexed": true,
|
|
3292
3292
|
"mutability": "mutable",
|
|
3293
3293
|
"name": "publisher",
|
|
3294
3294
|
"nameLocation": "9854:9:41",
|
|
3295
3295
|
"nodeType": "VariableDeclaration",
|
|
3296
|
-
"scope":
|
|
3296
|
+
"scope": 18318,
|
|
3297
3297
|
"src": "9838:25:41",
|
|
3298
3298
|
"stateVariable": false,
|
|
3299
3299
|
"storageLocation": "default",
|
|
@@ -3302,7 +3302,7 @@
|
|
|
3302
3302
|
"typeString": "address"
|
|
3303
3303
|
},
|
|
3304
3304
|
"typeName": {
|
|
3305
|
-
"id":
|
|
3305
|
+
"id": 18309,
|
|
3306
3306
|
"name": "address",
|
|
3307
3307
|
"nodeType": "ElementaryTypeName",
|
|
3308
3308
|
"src": "9838:7:41",
|
|
@@ -3316,13 +3316,13 @@
|
|
|
3316
3316
|
},
|
|
3317
3317
|
{
|
|
3318
3318
|
"constant": false,
|
|
3319
|
-
"id":
|
|
3319
|
+
"id": 18312,
|
|
3320
3320
|
"indexed": true,
|
|
3321
3321
|
"mutability": "mutable",
|
|
3322
3322
|
"name": "indexId",
|
|
3323
3323
|
"nameLocation": "9888:7:41",
|
|
3324
3324
|
"nodeType": "VariableDeclaration",
|
|
3325
|
-
"scope":
|
|
3325
|
+
"scope": 18318,
|
|
3326
3326
|
"src": "9873:22:41",
|
|
3327
3327
|
"stateVariable": false,
|
|
3328
3328
|
"storageLocation": "default",
|
|
@@ -3331,7 +3331,7 @@
|
|
|
3331
3331
|
"typeString": "uint32"
|
|
3332
3332
|
},
|
|
3333
3333
|
"typeName": {
|
|
3334
|
-
"id":
|
|
3334
|
+
"id": 18311,
|
|
3335
3335
|
"name": "uint32",
|
|
3336
3336
|
"nodeType": "ElementaryTypeName",
|
|
3337
3337
|
"src": "9873:6:41",
|
|
@@ -3344,13 +3344,13 @@
|
|
|
3344
3344
|
},
|
|
3345
3345
|
{
|
|
3346
3346
|
"constant": false,
|
|
3347
|
-
"id":
|
|
3347
|
+
"id": 18314,
|
|
3348
3348
|
"indexed": false,
|
|
3349
3349
|
"mutability": "mutable",
|
|
3350
3350
|
"name": "subscriber",
|
|
3351
3351
|
"nameLocation": "9913:10:41",
|
|
3352
3352
|
"nodeType": "VariableDeclaration",
|
|
3353
|
-
"scope":
|
|
3353
|
+
"scope": 18318,
|
|
3354
3354
|
"src": "9905:18:41",
|
|
3355
3355
|
"stateVariable": false,
|
|
3356
3356
|
"storageLocation": "default",
|
|
@@ -3359,7 +3359,7 @@
|
|
|
3359
3359
|
"typeString": "address"
|
|
3360
3360
|
},
|
|
3361
3361
|
"typeName": {
|
|
3362
|
-
"id":
|
|
3362
|
+
"id": 18313,
|
|
3363
3363
|
"name": "address",
|
|
3364
3364
|
"nodeType": "ElementaryTypeName",
|
|
3365
3365
|
"src": "9905:7:41",
|
|
@@ -3373,13 +3373,13 @@
|
|
|
3373
3373
|
},
|
|
3374
3374
|
{
|
|
3375
3375
|
"constant": false,
|
|
3376
|
-
"id":
|
|
3376
|
+
"id": 18316,
|
|
3377
3377
|
"indexed": false,
|
|
3378
3378
|
"mutability": "mutable",
|
|
3379
3379
|
"name": "userData",
|
|
3380
3380
|
"nameLocation": "9939:8:41",
|
|
3381
3381
|
"nodeType": "VariableDeclaration",
|
|
3382
|
-
"scope":
|
|
3382
|
+
"scope": 18318,
|
|
3383
3383
|
"src": "9933:14:41",
|
|
3384
3384
|
"stateVariable": false,
|
|
3385
3385
|
"storageLocation": "default",
|
|
@@ -3388,7 +3388,7 @@
|
|
|
3388
3388
|
"typeString": "bytes"
|
|
3389
3389
|
},
|
|
3390
3390
|
"typeName": {
|
|
3391
|
-
"id":
|
|
3391
|
+
"id": 18315,
|
|
3392
3392
|
"name": "bytes",
|
|
3393
3393
|
"nodeType": "ElementaryTypeName",
|
|
3394
3394
|
"src": "9933:5:41",
|
|
@@ -3407,50 +3407,50 @@
|
|
|
3407
3407
|
{
|
|
3408
3408
|
"anonymous": false,
|
|
3409
3409
|
"documentation": {
|
|
3410
|
-
"id":
|
|
3410
|
+
"id": 18319,
|
|
3411
3411
|
"nodeType": "StructuredDocumentation",
|
|
3412
3412
|
"src": "9959:277:41",
|
|
3413
3413
|
"text": " @dev Subscription approved event\n @param token Super token address\n @param subscriber The approved subscriber\n @param publisher Index publisher\n @param indexId The specified indexId\n @param userData The user provided data"
|
|
3414
3414
|
},
|
|
3415
3415
|
"eventSelector": "9e02127550b99adc8cc6ee332a36f31338facdbc396cebefce9a047247cd0455",
|
|
3416
|
-
"id":
|
|
3416
|
+
"id": 18332,
|
|
3417
3417
|
"name": "SubscriptionRevoked",
|
|
3418
3418
|
"nameLocation": "10247:19:41",
|
|
3419
3419
|
"nodeType": "EventDefinition",
|
|
3420
3420
|
"parameters": {
|
|
3421
|
-
"id":
|
|
3421
|
+
"id": 18331,
|
|
3422
3422
|
"nodeType": "ParameterList",
|
|
3423
3423
|
"parameters": [
|
|
3424
3424
|
{
|
|
3425
3425
|
"constant": false,
|
|
3426
|
-
"id":
|
|
3426
|
+
"id": 18322,
|
|
3427
3427
|
"indexed": true,
|
|
3428
3428
|
"mutability": "mutable",
|
|
3429
3429
|
"name": "token",
|
|
3430
3430
|
"nameLocation": "10301:5:41",
|
|
3431
3431
|
"nodeType": "VariableDeclaration",
|
|
3432
|
-
"scope":
|
|
3432
|
+
"scope": 18332,
|
|
3433
3433
|
"src": "10276:30:41",
|
|
3434
3434
|
"stateVariable": false,
|
|
3435
3435
|
"storageLocation": "default",
|
|
3436
3436
|
"typeDescriptions": {
|
|
3437
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3437
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3438
3438
|
"typeString": "contract ISuperfluidToken"
|
|
3439
3439
|
},
|
|
3440
3440
|
"typeName": {
|
|
3441
|
-
"id":
|
|
3441
|
+
"id": 18321,
|
|
3442
3442
|
"nodeType": "UserDefinedTypeName",
|
|
3443
3443
|
"pathNode": {
|
|
3444
|
-
"id":
|
|
3444
|
+
"id": 18320,
|
|
3445
3445
|
"name": "ISuperfluidToken",
|
|
3446
3446
|
"nodeType": "IdentifierPath",
|
|
3447
|
-
"referencedDeclaration":
|
|
3447
|
+
"referencedDeclaration": 20450,
|
|
3448
3448
|
"src": "10276:16:41"
|
|
3449
3449
|
},
|
|
3450
|
-
"referencedDeclaration":
|
|
3450
|
+
"referencedDeclaration": 20450,
|
|
3451
3451
|
"src": "10276:16:41",
|
|
3452
3452
|
"typeDescriptions": {
|
|
3453
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3453
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3454
3454
|
"typeString": "contract ISuperfluidToken"
|
|
3455
3455
|
}
|
|
3456
3456
|
},
|
|
@@ -3458,13 +3458,13 @@
|
|
|
3458
3458
|
},
|
|
3459
3459
|
{
|
|
3460
3460
|
"constant": false,
|
|
3461
|
-
"id":
|
|
3461
|
+
"id": 18324,
|
|
3462
3462
|
"indexed": true,
|
|
3463
3463
|
"mutability": "mutable",
|
|
3464
3464
|
"name": "subscriber",
|
|
3465
3465
|
"nameLocation": "10332:10:41",
|
|
3466
3466
|
"nodeType": "VariableDeclaration",
|
|
3467
|
-
"scope":
|
|
3467
|
+
"scope": 18332,
|
|
3468
3468
|
"src": "10316:26:41",
|
|
3469
3469
|
"stateVariable": false,
|
|
3470
3470
|
"storageLocation": "default",
|
|
@@ -3473,7 +3473,7 @@
|
|
|
3473
3473
|
"typeString": "address"
|
|
3474
3474
|
},
|
|
3475
3475
|
"typeName": {
|
|
3476
|
-
"id":
|
|
3476
|
+
"id": 18323,
|
|
3477
3477
|
"name": "address",
|
|
3478
3478
|
"nodeType": "ElementaryTypeName",
|
|
3479
3479
|
"src": "10316:7:41",
|
|
@@ -3487,13 +3487,13 @@
|
|
|
3487
3487
|
},
|
|
3488
3488
|
{
|
|
3489
3489
|
"constant": false,
|
|
3490
|
-
"id":
|
|
3490
|
+
"id": 18326,
|
|
3491
3491
|
"indexed": false,
|
|
3492
3492
|
"mutability": "mutable",
|
|
3493
3493
|
"name": "publisher",
|
|
3494
3494
|
"nameLocation": "10360:9:41",
|
|
3495
3495
|
"nodeType": "VariableDeclaration",
|
|
3496
|
-
"scope":
|
|
3496
|
+
"scope": 18332,
|
|
3497
3497
|
"src": "10352:17:41",
|
|
3498
3498
|
"stateVariable": false,
|
|
3499
3499
|
"storageLocation": "default",
|
|
@@ -3502,7 +3502,7 @@
|
|
|
3502
3502
|
"typeString": "address"
|
|
3503
3503
|
},
|
|
3504
3504
|
"typeName": {
|
|
3505
|
-
"id":
|
|
3505
|
+
"id": 18325,
|
|
3506
3506
|
"name": "address",
|
|
3507
3507
|
"nodeType": "ElementaryTypeName",
|
|
3508
3508
|
"src": "10352:7:41",
|
|
@@ -3516,13 +3516,13 @@
|
|
|
3516
3516
|
},
|
|
3517
3517
|
{
|
|
3518
3518
|
"constant": false,
|
|
3519
|
-
"id":
|
|
3519
|
+
"id": 18328,
|
|
3520
3520
|
"indexed": false,
|
|
3521
3521
|
"mutability": "mutable",
|
|
3522
3522
|
"name": "indexId",
|
|
3523
3523
|
"nameLocation": "10386:7:41",
|
|
3524
3524
|
"nodeType": "VariableDeclaration",
|
|
3525
|
-
"scope":
|
|
3525
|
+
"scope": 18332,
|
|
3526
3526
|
"src": "10379:14:41",
|
|
3527
3527
|
"stateVariable": false,
|
|
3528
3528
|
"storageLocation": "default",
|
|
@@ -3531,7 +3531,7 @@
|
|
|
3531
3531
|
"typeString": "uint32"
|
|
3532
3532
|
},
|
|
3533
3533
|
"typeName": {
|
|
3534
|
-
"id":
|
|
3534
|
+
"id": 18327,
|
|
3535
3535
|
"name": "uint32",
|
|
3536
3536
|
"nodeType": "ElementaryTypeName",
|
|
3537
3537
|
"src": "10379:6:41",
|
|
@@ -3544,13 +3544,13 @@
|
|
|
3544
3544
|
},
|
|
3545
3545
|
{
|
|
3546
3546
|
"constant": false,
|
|
3547
|
-
"id":
|
|
3547
|
+
"id": 18330,
|
|
3548
3548
|
"indexed": false,
|
|
3549
3549
|
"mutability": "mutable",
|
|
3550
3550
|
"name": "userData",
|
|
3551
3551
|
"nameLocation": "10409:8:41",
|
|
3552
3552
|
"nodeType": "VariableDeclaration",
|
|
3553
|
-
"scope":
|
|
3553
|
+
"scope": 18332,
|
|
3554
3554
|
"src": "10403:14:41",
|
|
3555
3555
|
"stateVariable": false,
|
|
3556
3556
|
"storageLocation": "default",
|
|
@@ -3559,7 +3559,7 @@
|
|
|
3559
3559
|
"typeString": "bytes"
|
|
3560
3560
|
},
|
|
3561
3561
|
"typeName": {
|
|
3562
|
-
"id":
|
|
3562
|
+
"id": 18329,
|
|
3563
3563
|
"name": "bytes",
|
|
3564
3564
|
"nodeType": "ElementaryTypeName",
|
|
3565
3565
|
"src": "10403:5:41",
|
|
@@ -3577,13 +3577,13 @@
|
|
|
3577
3577
|
},
|
|
3578
3578
|
{
|
|
3579
3579
|
"documentation": {
|
|
3580
|
-
"id":
|
|
3580
|
+
"id": 18333,
|
|
3581
3581
|
"nodeType": "StructuredDocumentation",
|
|
3582
3582
|
"src": "10425:643:41",
|
|
3583
3583
|
"text": " @dev Update the nuber of units of a subscription\n @param token Super token address\n @param indexId Id of the index\n @param subscriber The subscriber of the index\n @param units Number of units of the subscription\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n - if subscription exist\n - AgreementCreated callback to the subscriber:\n - agreementId is for the subscription\n - if subscription does not exist\n - AgreementUpdated callback to the subscriber:\n - agreementId is for the subscription"
|
|
3584
3584
|
},
|
|
3585
3585
|
"functionSelector": "232d2b58",
|
|
3586
|
-
"id":
|
|
3586
|
+
"id": 18349,
|
|
3587
3587
|
"implemented": false,
|
|
3588
3588
|
"kind": "function",
|
|
3589
3589
|
"modifiers": [],
|
|
@@ -3591,38 +3591,38 @@
|
|
|
3591
3591
|
"nameLocation": "11082:18:41",
|
|
3592
3592
|
"nodeType": "FunctionDefinition",
|
|
3593
3593
|
"parameters": {
|
|
3594
|
-
"id":
|
|
3594
|
+
"id": 18345,
|
|
3595
3595
|
"nodeType": "ParameterList",
|
|
3596
3596
|
"parameters": [
|
|
3597
3597
|
{
|
|
3598
3598
|
"constant": false,
|
|
3599
|
-
"id":
|
|
3599
|
+
"id": 18336,
|
|
3600
3600
|
"mutability": "mutable",
|
|
3601
3601
|
"name": "token",
|
|
3602
3602
|
"nameLocation": "11127:5:41",
|
|
3603
3603
|
"nodeType": "VariableDeclaration",
|
|
3604
|
-
"scope":
|
|
3604
|
+
"scope": 18349,
|
|
3605
3605
|
"src": "11110:22:41",
|
|
3606
3606
|
"stateVariable": false,
|
|
3607
3607
|
"storageLocation": "default",
|
|
3608
3608
|
"typeDescriptions": {
|
|
3609
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3609
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3610
3610
|
"typeString": "contract ISuperfluidToken"
|
|
3611
3611
|
},
|
|
3612
3612
|
"typeName": {
|
|
3613
|
-
"id":
|
|
3613
|
+
"id": 18335,
|
|
3614
3614
|
"nodeType": "UserDefinedTypeName",
|
|
3615
3615
|
"pathNode": {
|
|
3616
|
-
"id":
|
|
3616
|
+
"id": 18334,
|
|
3617
3617
|
"name": "ISuperfluidToken",
|
|
3618
3618
|
"nodeType": "IdentifierPath",
|
|
3619
|
-
"referencedDeclaration":
|
|
3619
|
+
"referencedDeclaration": 20450,
|
|
3620
3620
|
"src": "11110:16:41"
|
|
3621
3621
|
},
|
|
3622
|
-
"referencedDeclaration":
|
|
3622
|
+
"referencedDeclaration": 20450,
|
|
3623
3623
|
"src": "11110:16:41",
|
|
3624
3624
|
"typeDescriptions": {
|
|
3625
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3625
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3626
3626
|
"typeString": "contract ISuperfluidToken"
|
|
3627
3627
|
}
|
|
3628
3628
|
},
|
|
@@ -3630,12 +3630,12 @@
|
|
|
3630
3630
|
},
|
|
3631
3631
|
{
|
|
3632
3632
|
"constant": false,
|
|
3633
|
-
"id":
|
|
3633
|
+
"id": 18338,
|
|
3634
3634
|
"mutability": "mutable",
|
|
3635
3635
|
"name": "indexId",
|
|
3636
3636
|
"nameLocation": "11149:7:41",
|
|
3637
3637
|
"nodeType": "VariableDeclaration",
|
|
3638
|
-
"scope":
|
|
3638
|
+
"scope": 18349,
|
|
3639
3639
|
"src": "11142:14:41",
|
|
3640
3640
|
"stateVariable": false,
|
|
3641
3641
|
"storageLocation": "default",
|
|
@@ -3644,7 +3644,7 @@
|
|
|
3644
3644
|
"typeString": "uint32"
|
|
3645
3645
|
},
|
|
3646
3646
|
"typeName": {
|
|
3647
|
-
"id":
|
|
3647
|
+
"id": 18337,
|
|
3648
3648
|
"name": "uint32",
|
|
3649
3649
|
"nodeType": "ElementaryTypeName",
|
|
3650
3650
|
"src": "11142:6:41",
|
|
@@ -3657,12 +3657,12 @@
|
|
|
3657
3657
|
},
|
|
3658
3658
|
{
|
|
3659
3659
|
"constant": false,
|
|
3660
|
-
"id":
|
|
3660
|
+
"id": 18340,
|
|
3661
3661
|
"mutability": "mutable",
|
|
3662
3662
|
"name": "subscriber",
|
|
3663
3663
|
"nameLocation": "11174:10:41",
|
|
3664
3664
|
"nodeType": "VariableDeclaration",
|
|
3665
|
-
"scope":
|
|
3665
|
+
"scope": 18349,
|
|
3666
3666
|
"src": "11166:18:41",
|
|
3667
3667
|
"stateVariable": false,
|
|
3668
3668
|
"storageLocation": "default",
|
|
@@ -3671,7 +3671,7 @@
|
|
|
3671
3671
|
"typeString": "address"
|
|
3672
3672
|
},
|
|
3673
3673
|
"typeName": {
|
|
3674
|
-
"id":
|
|
3674
|
+
"id": 18339,
|
|
3675
3675
|
"name": "address",
|
|
3676
3676
|
"nodeType": "ElementaryTypeName",
|
|
3677
3677
|
"src": "11166:7:41",
|
|
@@ -3685,12 +3685,12 @@
|
|
|
3685
3685
|
},
|
|
3686
3686
|
{
|
|
3687
3687
|
"constant": false,
|
|
3688
|
-
"id":
|
|
3688
|
+
"id": 18342,
|
|
3689
3689
|
"mutability": "mutable",
|
|
3690
3690
|
"name": "units",
|
|
3691
3691
|
"nameLocation": "11202:5:41",
|
|
3692
3692
|
"nodeType": "VariableDeclaration",
|
|
3693
|
-
"scope":
|
|
3693
|
+
"scope": 18349,
|
|
3694
3694
|
"src": "11194:13:41",
|
|
3695
3695
|
"stateVariable": false,
|
|
3696
3696
|
"storageLocation": "default",
|
|
@@ -3699,7 +3699,7 @@
|
|
|
3699
3699
|
"typeString": "uint128"
|
|
3700
3700
|
},
|
|
3701
3701
|
"typeName": {
|
|
3702
|
-
"id":
|
|
3702
|
+
"id": 18341,
|
|
3703
3703
|
"name": "uint128",
|
|
3704
3704
|
"nodeType": "ElementaryTypeName",
|
|
3705
3705
|
"src": "11194:7:41",
|
|
@@ -3712,12 +3712,12 @@
|
|
|
3712
3712
|
},
|
|
3713
3713
|
{
|
|
3714
3714
|
"constant": false,
|
|
3715
|
-
"id":
|
|
3715
|
+
"id": 18344,
|
|
3716
3716
|
"mutability": "mutable",
|
|
3717
3717
|
"name": "ctx",
|
|
3718
3718
|
"nameLocation": "11232:3:41",
|
|
3719
3719
|
"nodeType": "VariableDeclaration",
|
|
3720
|
-
"scope":
|
|
3720
|
+
"scope": 18349,
|
|
3721
3721
|
"src": "11217:18:41",
|
|
3722
3722
|
"stateVariable": false,
|
|
3723
3723
|
"storageLocation": "calldata",
|
|
@@ -3726,7 +3726,7 @@
|
|
|
3726
3726
|
"typeString": "bytes"
|
|
3727
3727
|
},
|
|
3728
3728
|
"typeName": {
|
|
3729
|
-
"id":
|
|
3729
|
+
"id": 18343,
|
|
3730
3730
|
"name": "bytes",
|
|
3731
3731
|
"nodeType": "ElementaryTypeName",
|
|
3732
3732
|
"src": "11217:5:41",
|
|
@@ -3741,17 +3741,17 @@
|
|
|
3741
3741
|
"src": "11100:136:41"
|
|
3742
3742
|
},
|
|
3743
3743
|
"returnParameters": {
|
|
3744
|
-
"id":
|
|
3744
|
+
"id": 18348,
|
|
3745
3745
|
"nodeType": "ParameterList",
|
|
3746
3746
|
"parameters": [
|
|
3747
3747
|
{
|
|
3748
3748
|
"constant": false,
|
|
3749
|
-
"id":
|
|
3749
|
+
"id": 18347,
|
|
3750
3750
|
"mutability": "mutable",
|
|
3751
3751
|
"name": "newCtx",
|
|
3752
3752
|
"nameLocation": "11311:6:41",
|
|
3753
3753
|
"nodeType": "VariableDeclaration",
|
|
3754
|
-
"scope":
|
|
3754
|
+
"scope": 18349,
|
|
3755
3755
|
"src": "11298:19:41",
|
|
3756
3756
|
"stateVariable": false,
|
|
3757
3757
|
"storageLocation": "memory",
|
|
@@ -3760,7 +3760,7 @@
|
|
|
3760
3760
|
"typeString": "bytes"
|
|
3761
3761
|
},
|
|
3762
3762
|
"typeName": {
|
|
3763
|
-
"id":
|
|
3763
|
+
"id": 18346,
|
|
3764
3764
|
"name": "bytes",
|
|
3765
3765
|
"nodeType": "ElementaryTypeName",
|
|
3766
3766
|
"src": "11298:5:41",
|
|
@@ -3774,7 +3774,7 @@
|
|
|
3774
3774
|
],
|
|
3775
3775
|
"src": "11297:21:41"
|
|
3776
3776
|
},
|
|
3777
|
-
"scope":
|
|
3777
|
+
"scope": 18502,
|
|
3778
3778
|
"src": "11073:246:41",
|
|
3779
3779
|
"stateMutability": "nonpayable",
|
|
3780
3780
|
"virtual": true,
|
|
@@ -3783,50 +3783,50 @@
|
|
|
3783
3783
|
{
|
|
3784
3784
|
"anonymous": false,
|
|
3785
3785
|
"documentation": {
|
|
3786
|
-
"id":
|
|
3786
|
+
"id": 18350,
|
|
3787
3787
|
"nodeType": "StructuredDocumentation",
|
|
3788
3788
|
"src": "11325:322:41",
|
|
3789
3789
|
"text": " @dev Index units updated event\n @param token Super token address\n @param publisher Index publisher\n @param indexId The specified indexId\n @param subscriber The subscriber units updated\n @param units The new units amount\n @param userData The user provided data"
|
|
3790
3790
|
},
|
|
3791
3791
|
"eventSelector": "0115987243fd19d615b5ea62a80372a06a2b37fec378b148ee7a507c5c4c0a39",
|
|
3792
|
-
"id":
|
|
3792
|
+
"id": 18365,
|
|
3793
3793
|
"name": "IndexUnitsUpdated",
|
|
3794
3794
|
"nameLocation": "11658:17:41",
|
|
3795
3795
|
"nodeType": "EventDefinition",
|
|
3796
3796
|
"parameters": {
|
|
3797
|
-
"id":
|
|
3797
|
+
"id": 18364,
|
|
3798
3798
|
"nodeType": "ParameterList",
|
|
3799
3799
|
"parameters": [
|
|
3800
3800
|
{
|
|
3801
3801
|
"constant": false,
|
|
3802
|
-
"id":
|
|
3802
|
+
"id": 18353,
|
|
3803
3803
|
"indexed": true,
|
|
3804
3804
|
"mutability": "mutable",
|
|
3805
3805
|
"name": "token",
|
|
3806
3806
|
"nameLocation": "11710:5:41",
|
|
3807
3807
|
"nodeType": "VariableDeclaration",
|
|
3808
|
-
"scope":
|
|
3808
|
+
"scope": 18365,
|
|
3809
3809
|
"src": "11685:30:41",
|
|
3810
3810
|
"stateVariable": false,
|
|
3811
3811
|
"storageLocation": "default",
|
|
3812
3812
|
"typeDescriptions": {
|
|
3813
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3813
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3814
3814
|
"typeString": "contract ISuperfluidToken"
|
|
3815
3815
|
},
|
|
3816
3816
|
"typeName": {
|
|
3817
|
-
"id":
|
|
3817
|
+
"id": 18352,
|
|
3818
3818
|
"nodeType": "UserDefinedTypeName",
|
|
3819
3819
|
"pathNode": {
|
|
3820
|
-
"id":
|
|
3820
|
+
"id": 18351,
|
|
3821
3821
|
"name": "ISuperfluidToken",
|
|
3822
3822
|
"nodeType": "IdentifierPath",
|
|
3823
|
-
"referencedDeclaration":
|
|
3823
|
+
"referencedDeclaration": 20450,
|
|
3824
3824
|
"src": "11685:16:41"
|
|
3825
3825
|
},
|
|
3826
|
-
"referencedDeclaration":
|
|
3826
|
+
"referencedDeclaration": 20450,
|
|
3827
3827
|
"src": "11685:16:41",
|
|
3828
3828
|
"typeDescriptions": {
|
|
3829
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
3829
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
3830
3830
|
"typeString": "contract ISuperfluidToken"
|
|
3831
3831
|
}
|
|
3832
3832
|
},
|
|
@@ -3834,13 +3834,13 @@
|
|
|
3834
3834
|
},
|
|
3835
3835
|
{
|
|
3836
3836
|
"constant": false,
|
|
3837
|
-
"id":
|
|
3837
|
+
"id": 18355,
|
|
3838
3838
|
"indexed": true,
|
|
3839
3839
|
"mutability": "mutable",
|
|
3840
3840
|
"name": "publisher",
|
|
3841
3841
|
"nameLocation": "11741:9:41",
|
|
3842
3842
|
"nodeType": "VariableDeclaration",
|
|
3843
|
-
"scope":
|
|
3843
|
+
"scope": 18365,
|
|
3844
3844
|
"src": "11725:25:41",
|
|
3845
3845
|
"stateVariable": false,
|
|
3846
3846
|
"storageLocation": "default",
|
|
@@ -3849,7 +3849,7 @@
|
|
|
3849
3849
|
"typeString": "address"
|
|
3850
3850
|
},
|
|
3851
3851
|
"typeName": {
|
|
3852
|
-
"id":
|
|
3852
|
+
"id": 18354,
|
|
3853
3853
|
"name": "address",
|
|
3854
3854
|
"nodeType": "ElementaryTypeName",
|
|
3855
3855
|
"src": "11725:7:41",
|
|
@@ -3863,13 +3863,13 @@
|
|
|
3863
3863
|
},
|
|
3864
3864
|
{
|
|
3865
3865
|
"constant": false,
|
|
3866
|
-
"id":
|
|
3866
|
+
"id": 18357,
|
|
3867
3867
|
"indexed": true,
|
|
3868
3868
|
"mutability": "mutable",
|
|
3869
3869
|
"name": "indexId",
|
|
3870
3870
|
"nameLocation": "11775:7:41",
|
|
3871
3871
|
"nodeType": "VariableDeclaration",
|
|
3872
|
-
"scope":
|
|
3872
|
+
"scope": 18365,
|
|
3873
3873
|
"src": "11760:22:41",
|
|
3874
3874
|
"stateVariable": false,
|
|
3875
3875
|
"storageLocation": "default",
|
|
@@ -3878,7 +3878,7 @@
|
|
|
3878
3878
|
"typeString": "uint32"
|
|
3879
3879
|
},
|
|
3880
3880
|
"typeName": {
|
|
3881
|
-
"id":
|
|
3881
|
+
"id": 18356,
|
|
3882
3882
|
"name": "uint32",
|
|
3883
3883
|
"nodeType": "ElementaryTypeName",
|
|
3884
3884
|
"src": "11760:6:41",
|
|
@@ -3891,13 +3891,13 @@
|
|
|
3891
3891
|
},
|
|
3892
3892
|
{
|
|
3893
3893
|
"constant": false,
|
|
3894
|
-
"id":
|
|
3894
|
+
"id": 18359,
|
|
3895
3895
|
"indexed": false,
|
|
3896
3896
|
"mutability": "mutable",
|
|
3897
3897
|
"name": "subscriber",
|
|
3898
3898
|
"nameLocation": "11800:10:41",
|
|
3899
3899
|
"nodeType": "VariableDeclaration",
|
|
3900
|
-
"scope":
|
|
3900
|
+
"scope": 18365,
|
|
3901
3901
|
"src": "11792:18:41",
|
|
3902
3902
|
"stateVariable": false,
|
|
3903
3903
|
"storageLocation": "default",
|
|
@@ -3906,7 +3906,7 @@
|
|
|
3906
3906
|
"typeString": "address"
|
|
3907
3907
|
},
|
|
3908
3908
|
"typeName": {
|
|
3909
|
-
"id":
|
|
3909
|
+
"id": 18358,
|
|
3910
3910
|
"name": "address",
|
|
3911
3911
|
"nodeType": "ElementaryTypeName",
|
|
3912
3912
|
"src": "11792:7:41",
|
|
@@ -3920,13 +3920,13 @@
|
|
|
3920
3920
|
},
|
|
3921
3921
|
{
|
|
3922
3922
|
"constant": false,
|
|
3923
|
-
"id":
|
|
3923
|
+
"id": 18361,
|
|
3924
3924
|
"indexed": false,
|
|
3925
3925
|
"mutability": "mutable",
|
|
3926
3926
|
"name": "units",
|
|
3927
3927
|
"nameLocation": "11828:5:41",
|
|
3928
3928
|
"nodeType": "VariableDeclaration",
|
|
3929
|
-
"scope":
|
|
3929
|
+
"scope": 18365,
|
|
3930
3930
|
"src": "11820:13:41",
|
|
3931
3931
|
"stateVariable": false,
|
|
3932
3932
|
"storageLocation": "default",
|
|
@@ -3935,7 +3935,7 @@
|
|
|
3935
3935
|
"typeString": "uint128"
|
|
3936
3936
|
},
|
|
3937
3937
|
"typeName": {
|
|
3938
|
-
"id":
|
|
3938
|
+
"id": 18360,
|
|
3939
3939
|
"name": "uint128",
|
|
3940
3940
|
"nodeType": "ElementaryTypeName",
|
|
3941
3941
|
"src": "11820:7:41",
|
|
@@ -3948,13 +3948,13 @@
|
|
|
3948
3948
|
},
|
|
3949
3949
|
{
|
|
3950
3950
|
"constant": false,
|
|
3951
|
-
"id":
|
|
3951
|
+
"id": 18363,
|
|
3952
3952
|
"indexed": false,
|
|
3953
3953
|
"mutability": "mutable",
|
|
3954
3954
|
"name": "userData",
|
|
3955
3955
|
"nameLocation": "11849:8:41",
|
|
3956
3956
|
"nodeType": "VariableDeclaration",
|
|
3957
|
-
"scope":
|
|
3957
|
+
"scope": 18365,
|
|
3958
3958
|
"src": "11843:14:41",
|
|
3959
3959
|
"stateVariable": false,
|
|
3960
3960
|
"storageLocation": "default",
|
|
@@ -3963,7 +3963,7 @@
|
|
|
3963
3963
|
"typeString": "bytes"
|
|
3964
3964
|
},
|
|
3965
3965
|
"typeName": {
|
|
3966
|
-
"id":
|
|
3966
|
+
"id": 18362,
|
|
3967
3967
|
"name": "bytes",
|
|
3968
3968
|
"nodeType": "ElementaryTypeName",
|
|
3969
3969
|
"src": "11843:5:41",
|
|
@@ -3982,50 +3982,50 @@
|
|
|
3982
3982
|
{
|
|
3983
3983
|
"anonymous": false,
|
|
3984
3984
|
"documentation": {
|
|
3985
|
-
"id":
|
|
3985
|
+
"id": 18366,
|
|
3986
3986
|
"nodeType": "StructuredDocumentation",
|
|
3987
3987
|
"src": "11869:329:41",
|
|
3988
3988
|
"text": " @dev Subscription units updated event\n @param token Super token address\n @param subscriber The subscriber units updated\n @param indexId The specified indexId\n @param publisher Index publisher\n @param units The new units amount\n @param userData The user provided data"
|
|
3989
3989
|
},
|
|
3990
3990
|
"eventSelector": "e0707ac7efb8b59c22189af8d004ed17dc9e4379e71b9066119b62c182524977",
|
|
3991
|
-
"id":
|
|
3991
|
+
"id": 18381,
|
|
3992
3992
|
"name": "SubscriptionUnitsUpdated",
|
|
3993
3993
|
"nameLocation": "12209:24:41",
|
|
3994
3994
|
"nodeType": "EventDefinition",
|
|
3995
3995
|
"parameters": {
|
|
3996
|
-
"id":
|
|
3996
|
+
"id": 18380,
|
|
3997
3997
|
"nodeType": "ParameterList",
|
|
3998
3998
|
"parameters": [
|
|
3999
3999
|
{
|
|
4000
4000
|
"constant": false,
|
|
4001
|
-
"id":
|
|
4001
|
+
"id": 18369,
|
|
4002
4002
|
"indexed": true,
|
|
4003
4003
|
"mutability": "mutable",
|
|
4004
4004
|
"name": "token",
|
|
4005
4005
|
"nameLocation": "12268:5:41",
|
|
4006
4006
|
"nodeType": "VariableDeclaration",
|
|
4007
|
-
"scope":
|
|
4007
|
+
"scope": 18381,
|
|
4008
4008
|
"src": "12243:30:41",
|
|
4009
4009
|
"stateVariable": false,
|
|
4010
4010
|
"storageLocation": "default",
|
|
4011
4011
|
"typeDescriptions": {
|
|
4012
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4012
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4013
4013
|
"typeString": "contract ISuperfluidToken"
|
|
4014
4014
|
},
|
|
4015
4015
|
"typeName": {
|
|
4016
|
-
"id":
|
|
4016
|
+
"id": 18368,
|
|
4017
4017
|
"nodeType": "UserDefinedTypeName",
|
|
4018
4018
|
"pathNode": {
|
|
4019
|
-
"id":
|
|
4019
|
+
"id": 18367,
|
|
4020
4020
|
"name": "ISuperfluidToken",
|
|
4021
4021
|
"nodeType": "IdentifierPath",
|
|
4022
|
-
"referencedDeclaration":
|
|
4022
|
+
"referencedDeclaration": 20450,
|
|
4023
4023
|
"src": "12243:16:41"
|
|
4024
4024
|
},
|
|
4025
|
-
"referencedDeclaration":
|
|
4025
|
+
"referencedDeclaration": 20450,
|
|
4026
4026
|
"src": "12243:16:41",
|
|
4027
4027
|
"typeDescriptions": {
|
|
4028
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4028
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4029
4029
|
"typeString": "contract ISuperfluidToken"
|
|
4030
4030
|
}
|
|
4031
4031
|
},
|
|
@@ -4033,13 +4033,13 @@
|
|
|
4033
4033
|
},
|
|
4034
4034
|
{
|
|
4035
4035
|
"constant": false,
|
|
4036
|
-
"id":
|
|
4036
|
+
"id": 18371,
|
|
4037
4037
|
"indexed": true,
|
|
4038
4038
|
"mutability": "mutable",
|
|
4039
4039
|
"name": "subscriber",
|
|
4040
4040
|
"nameLocation": "12299:10:41",
|
|
4041
4041
|
"nodeType": "VariableDeclaration",
|
|
4042
|
-
"scope":
|
|
4042
|
+
"scope": 18381,
|
|
4043
4043
|
"src": "12283:26:41",
|
|
4044
4044
|
"stateVariable": false,
|
|
4045
4045
|
"storageLocation": "default",
|
|
@@ -4048,7 +4048,7 @@
|
|
|
4048
4048
|
"typeString": "address"
|
|
4049
4049
|
},
|
|
4050
4050
|
"typeName": {
|
|
4051
|
-
"id":
|
|
4051
|
+
"id": 18370,
|
|
4052
4052
|
"name": "address",
|
|
4053
4053
|
"nodeType": "ElementaryTypeName",
|
|
4054
4054
|
"src": "12283:7:41",
|
|
@@ -4062,13 +4062,13 @@
|
|
|
4062
4062
|
},
|
|
4063
4063
|
{
|
|
4064
4064
|
"constant": false,
|
|
4065
|
-
"id":
|
|
4065
|
+
"id": 18373,
|
|
4066
4066
|
"indexed": false,
|
|
4067
4067
|
"mutability": "mutable",
|
|
4068
4068
|
"name": "publisher",
|
|
4069
4069
|
"nameLocation": "12327:9:41",
|
|
4070
4070
|
"nodeType": "VariableDeclaration",
|
|
4071
|
-
"scope":
|
|
4071
|
+
"scope": 18381,
|
|
4072
4072
|
"src": "12319:17:41",
|
|
4073
4073
|
"stateVariable": false,
|
|
4074
4074
|
"storageLocation": "default",
|
|
@@ -4077,7 +4077,7 @@
|
|
|
4077
4077
|
"typeString": "address"
|
|
4078
4078
|
},
|
|
4079
4079
|
"typeName": {
|
|
4080
|
-
"id":
|
|
4080
|
+
"id": 18372,
|
|
4081
4081
|
"name": "address",
|
|
4082
4082
|
"nodeType": "ElementaryTypeName",
|
|
4083
4083
|
"src": "12319:7:41",
|
|
@@ -4091,13 +4091,13 @@
|
|
|
4091
4091
|
},
|
|
4092
4092
|
{
|
|
4093
4093
|
"constant": false,
|
|
4094
|
-
"id":
|
|
4094
|
+
"id": 18375,
|
|
4095
4095
|
"indexed": false,
|
|
4096
4096
|
"mutability": "mutable",
|
|
4097
4097
|
"name": "indexId",
|
|
4098
4098
|
"nameLocation": "12353:7:41",
|
|
4099
4099
|
"nodeType": "VariableDeclaration",
|
|
4100
|
-
"scope":
|
|
4100
|
+
"scope": 18381,
|
|
4101
4101
|
"src": "12346:14:41",
|
|
4102
4102
|
"stateVariable": false,
|
|
4103
4103
|
"storageLocation": "default",
|
|
@@ -4106,7 +4106,7 @@
|
|
|
4106
4106
|
"typeString": "uint32"
|
|
4107
4107
|
},
|
|
4108
4108
|
"typeName": {
|
|
4109
|
-
"id":
|
|
4109
|
+
"id": 18374,
|
|
4110
4110
|
"name": "uint32",
|
|
4111
4111
|
"nodeType": "ElementaryTypeName",
|
|
4112
4112
|
"src": "12346:6:41",
|
|
@@ -4119,13 +4119,13 @@
|
|
|
4119
4119
|
},
|
|
4120
4120
|
{
|
|
4121
4121
|
"constant": false,
|
|
4122
|
-
"id":
|
|
4122
|
+
"id": 18377,
|
|
4123
4123
|
"indexed": false,
|
|
4124
4124
|
"mutability": "mutable",
|
|
4125
4125
|
"name": "units",
|
|
4126
4126
|
"nameLocation": "12378:5:41",
|
|
4127
4127
|
"nodeType": "VariableDeclaration",
|
|
4128
|
-
"scope":
|
|
4128
|
+
"scope": 18381,
|
|
4129
4129
|
"src": "12370:13:41",
|
|
4130
4130
|
"stateVariable": false,
|
|
4131
4131
|
"storageLocation": "default",
|
|
@@ -4134,7 +4134,7 @@
|
|
|
4134
4134
|
"typeString": "uint128"
|
|
4135
4135
|
},
|
|
4136
4136
|
"typeName": {
|
|
4137
|
-
"id":
|
|
4137
|
+
"id": 18376,
|
|
4138
4138
|
"name": "uint128",
|
|
4139
4139
|
"nodeType": "ElementaryTypeName",
|
|
4140
4140
|
"src": "12370:7:41",
|
|
@@ -4147,13 +4147,13 @@
|
|
|
4147
4147
|
},
|
|
4148
4148
|
{
|
|
4149
4149
|
"constant": false,
|
|
4150
|
-
"id":
|
|
4150
|
+
"id": 18379,
|
|
4151
4151
|
"indexed": false,
|
|
4152
4152
|
"mutability": "mutable",
|
|
4153
4153
|
"name": "userData",
|
|
4154
4154
|
"nameLocation": "12399:8:41",
|
|
4155
4155
|
"nodeType": "VariableDeclaration",
|
|
4156
|
-
"scope":
|
|
4156
|
+
"scope": 18381,
|
|
4157
4157
|
"src": "12393:14:41",
|
|
4158
4158
|
"stateVariable": false,
|
|
4159
4159
|
"storageLocation": "default",
|
|
@@ -4162,7 +4162,7 @@
|
|
|
4162
4162
|
"typeString": "bytes"
|
|
4163
4163
|
},
|
|
4164
4164
|
"typeName": {
|
|
4165
|
-
"id":
|
|
4165
|
+
"id": 18378,
|
|
4166
4166
|
"name": "bytes",
|
|
4167
4167
|
"nodeType": "ElementaryTypeName",
|
|
4168
4168
|
"src": "12393:5:41",
|
|
@@ -4180,13 +4180,13 @@
|
|
|
4180
4180
|
},
|
|
4181
4181
|
{
|
|
4182
4182
|
"documentation": {
|
|
4183
|
-
"id":
|
|
4183
|
+
"id": 18382,
|
|
4184
4184
|
"nodeType": "StructuredDocumentation",
|
|
4185
4185
|
"src": "12415:488:41",
|
|
4186
4186
|
"text": " @dev Get data of a subscription\n @param token Super token address\n @param publisher The publisher of the index\n @param indexId Id of the index\n @param subscriber The subscriber of the index\n @return exist Does the subscription exist?\n @return approved Is the subscription approved?\n @return units Units of the suscription\n @return pendingDistribution Pending amount of tokens to be distributed for unapproved subscription"
|
|
4187
4187
|
},
|
|
4188
4188
|
"functionSelector": "5b534051",
|
|
4189
|
-
"id":
|
|
4189
|
+
"id": 18402,
|
|
4190
4190
|
"implemented": false,
|
|
4191
4191
|
"kind": "function",
|
|
4192
4192
|
"modifiers": [],
|
|
@@ -4194,38 +4194,38 @@
|
|
|
4194
4194
|
"nameLocation": "12917:15:41",
|
|
4195
4195
|
"nodeType": "FunctionDefinition",
|
|
4196
4196
|
"parameters": {
|
|
4197
|
-
"id":
|
|
4197
|
+
"id": 18392,
|
|
4198
4198
|
"nodeType": "ParameterList",
|
|
4199
4199
|
"parameters": [
|
|
4200
4200
|
{
|
|
4201
4201
|
"constant": false,
|
|
4202
|
-
"id":
|
|
4202
|
+
"id": 18385,
|
|
4203
4203
|
"mutability": "mutable",
|
|
4204
4204
|
"name": "token",
|
|
4205
4205
|
"nameLocation": "12959:5:41",
|
|
4206
4206
|
"nodeType": "VariableDeclaration",
|
|
4207
|
-
"scope":
|
|
4207
|
+
"scope": 18402,
|
|
4208
4208
|
"src": "12942:22:41",
|
|
4209
4209
|
"stateVariable": false,
|
|
4210
4210
|
"storageLocation": "default",
|
|
4211
4211
|
"typeDescriptions": {
|
|
4212
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4212
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4213
4213
|
"typeString": "contract ISuperfluidToken"
|
|
4214
4214
|
},
|
|
4215
4215
|
"typeName": {
|
|
4216
|
-
"id":
|
|
4216
|
+
"id": 18384,
|
|
4217
4217
|
"nodeType": "UserDefinedTypeName",
|
|
4218
4218
|
"pathNode": {
|
|
4219
|
-
"id":
|
|
4219
|
+
"id": 18383,
|
|
4220
4220
|
"name": "ISuperfluidToken",
|
|
4221
4221
|
"nodeType": "IdentifierPath",
|
|
4222
|
-
"referencedDeclaration":
|
|
4222
|
+
"referencedDeclaration": 20450,
|
|
4223
4223
|
"src": "12942:16:41"
|
|
4224
4224
|
},
|
|
4225
|
-
"referencedDeclaration":
|
|
4225
|
+
"referencedDeclaration": 20450,
|
|
4226
4226
|
"src": "12942:16:41",
|
|
4227
4227
|
"typeDescriptions": {
|
|
4228
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4228
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4229
4229
|
"typeString": "contract ISuperfluidToken"
|
|
4230
4230
|
}
|
|
4231
4231
|
},
|
|
@@ -4233,12 +4233,12 @@
|
|
|
4233
4233
|
},
|
|
4234
4234
|
{
|
|
4235
4235
|
"constant": false,
|
|
4236
|
-
"id":
|
|
4236
|
+
"id": 18387,
|
|
4237
4237
|
"mutability": "mutable",
|
|
4238
4238
|
"name": "publisher",
|
|
4239
4239
|
"nameLocation": "12982:9:41",
|
|
4240
4240
|
"nodeType": "VariableDeclaration",
|
|
4241
|
-
"scope":
|
|
4241
|
+
"scope": 18402,
|
|
4242
4242
|
"src": "12974:17:41",
|
|
4243
4243
|
"stateVariable": false,
|
|
4244
4244
|
"storageLocation": "default",
|
|
@@ -4247,7 +4247,7 @@
|
|
|
4247
4247
|
"typeString": "address"
|
|
4248
4248
|
},
|
|
4249
4249
|
"typeName": {
|
|
4250
|
-
"id":
|
|
4250
|
+
"id": 18386,
|
|
4251
4251
|
"name": "address",
|
|
4252
4252
|
"nodeType": "ElementaryTypeName",
|
|
4253
4253
|
"src": "12974:7:41",
|
|
@@ -4261,12 +4261,12 @@
|
|
|
4261
4261
|
},
|
|
4262
4262
|
{
|
|
4263
4263
|
"constant": false,
|
|
4264
|
-
"id":
|
|
4264
|
+
"id": 18389,
|
|
4265
4265
|
"mutability": "mutable",
|
|
4266
4266
|
"name": "indexId",
|
|
4267
4267
|
"nameLocation": "13008:7:41",
|
|
4268
4268
|
"nodeType": "VariableDeclaration",
|
|
4269
|
-
"scope":
|
|
4269
|
+
"scope": 18402,
|
|
4270
4270
|
"src": "13001:14:41",
|
|
4271
4271
|
"stateVariable": false,
|
|
4272
4272
|
"storageLocation": "default",
|
|
@@ -4275,7 +4275,7 @@
|
|
|
4275
4275
|
"typeString": "uint32"
|
|
4276
4276
|
},
|
|
4277
4277
|
"typeName": {
|
|
4278
|
-
"id":
|
|
4278
|
+
"id": 18388,
|
|
4279
4279
|
"name": "uint32",
|
|
4280
4280
|
"nodeType": "ElementaryTypeName",
|
|
4281
4281
|
"src": "13001:6:41",
|
|
@@ -4288,12 +4288,12 @@
|
|
|
4288
4288
|
},
|
|
4289
4289
|
{
|
|
4290
4290
|
"constant": false,
|
|
4291
|
-
"id":
|
|
4291
|
+
"id": 18391,
|
|
4292
4292
|
"mutability": "mutable",
|
|
4293
4293
|
"name": "subscriber",
|
|
4294
4294
|
"nameLocation": "13033:10:41",
|
|
4295
4295
|
"nodeType": "VariableDeclaration",
|
|
4296
|
-
"scope":
|
|
4296
|
+
"scope": 18402,
|
|
4297
4297
|
"src": "13025:18:41",
|
|
4298
4298
|
"stateVariable": false,
|
|
4299
4299
|
"storageLocation": "default",
|
|
@@ -4302,7 +4302,7 @@
|
|
|
4302
4302
|
"typeString": "address"
|
|
4303
4303
|
},
|
|
4304
4304
|
"typeName": {
|
|
4305
|
-
"id":
|
|
4305
|
+
"id": 18390,
|
|
4306
4306
|
"name": "address",
|
|
4307
4307
|
"nodeType": "ElementaryTypeName",
|
|
4308
4308
|
"src": "13025:7:41",
|
|
@@ -4318,17 +4318,17 @@
|
|
|
4318
4318
|
"src": "12932:112:41"
|
|
4319
4319
|
},
|
|
4320
4320
|
"returnParameters": {
|
|
4321
|
-
"id":
|
|
4321
|
+
"id": 18401,
|
|
4322
4322
|
"nodeType": "ParameterList",
|
|
4323
4323
|
"parameters": [
|
|
4324
4324
|
{
|
|
4325
4325
|
"constant": false,
|
|
4326
|
-
"id":
|
|
4326
|
+
"id": 18394,
|
|
4327
4327
|
"mutability": "mutable",
|
|
4328
4328
|
"name": "exist",
|
|
4329
4329
|
"nameLocation": "13145:5:41",
|
|
4330
4330
|
"nodeType": "VariableDeclaration",
|
|
4331
|
-
"scope":
|
|
4331
|
+
"scope": 18402,
|
|
4332
4332
|
"src": "13140:10:41",
|
|
4333
4333
|
"stateVariable": false,
|
|
4334
4334
|
"storageLocation": "default",
|
|
@@ -4337,7 +4337,7 @@
|
|
|
4337
4337
|
"typeString": "bool"
|
|
4338
4338
|
},
|
|
4339
4339
|
"typeName": {
|
|
4340
|
-
"id":
|
|
4340
|
+
"id": 18393,
|
|
4341
4341
|
"name": "bool",
|
|
4342
4342
|
"nodeType": "ElementaryTypeName",
|
|
4343
4343
|
"src": "13140:4:41",
|
|
@@ -4350,12 +4350,12 @@
|
|
|
4350
4350
|
},
|
|
4351
4351
|
{
|
|
4352
4352
|
"constant": false,
|
|
4353
|
-
"id":
|
|
4353
|
+
"id": 18396,
|
|
4354
4354
|
"mutability": "mutable",
|
|
4355
4355
|
"name": "approved",
|
|
4356
4356
|
"nameLocation": "13173:8:41",
|
|
4357
4357
|
"nodeType": "VariableDeclaration",
|
|
4358
|
-
"scope":
|
|
4358
|
+
"scope": 18402,
|
|
4359
4359
|
"src": "13168:13:41",
|
|
4360
4360
|
"stateVariable": false,
|
|
4361
4361
|
"storageLocation": "default",
|
|
@@ -4364,7 +4364,7 @@
|
|
|
4364
4364
|
"typeString": "bool"
|
|
4365
4365
|
},
|
|
4366
4366
|
"typeName": {
|
|
4367
|
-
"id":
|
|
4367
|
+
"id": 18395,
|
|
4368
4368
|
"name": "bool",
|
|
4369
4369
|
"nodeType": "ElementaryTypeName",
|
|
4370
4370
|
"src": "13168:4:41",
|
|
@@ -4377,12 +4377,12 @@
|
|
|
4377
4377
|
},
|
|
4378
4378
|
{
|
|
4379
4379
|
"constant": false,
|
|
4380
|
-
"id":
|
|
4380
|
+
"id": 18398,
|
|
4381
4381
|
"mutability": "mutable",
|
|
4382
4382
|
"name": "units",
|
|
4383
4383
|
"nameLocation": "13207:5:41",
|
|
4384
4384
|
"nodeType": "VariableDeclaration",
|
|
4385
|
-
"scope":
|
|
4385
|
+
"scope": 18402,
|
|
4386
4386
|
"src": "13199:13:41",
|
|
4387
4387
|
"stateVariable": false,
|
|
4388
4388
|
"storageLocation": "default",
|
|
@@ -4391,7 +4391,7 @@
|
|
|
4391
4391
|
"typeString": "uint128"
|
|
4392
4392
|
},
|
|
4393
4393
|
"typeName": {
|
|
4394
|
-
"id":
|
|
4394
|
+
"id": 18397,
|
|
4395
4395
|
"name": "uint128",
|
|
4396
4396
|
"nodeType": "ElementaryTypeName",
|
|
4397
4397
|
"src": "13199:7:41",
|
|
@@ -4404,12 +4404,12 @@
|
|
|
4404
4404
|
},
|
|
4405
4405
|
{
|
|
4406
4406
|
"constant": false,
|
|
4407
|
-
"id":
|
|
4407
|
+
"id": 18400,
|
|
4408
4408
|
"mutability": "mutable",
|
|
4409
4409
|
"name": "pendingDistribution",
|
|
4410
4410
|
"nameLocation": "13238:19:41",
|
|
4411
4411
|
"nodeType": "VariableDeclaration",
|
|
4412
|
-
"scope":
|
|
4412
|
+
"scope": 18402,
|
|
4413
4413
|
"src": "13230:27:41",
|
|
4414
4414
|
"stateVariable": false,
|
|
4415
4415
|
"storageLocation": "default",
|
|
@@ -4418,7 +4418,7 @@
|
|
|
4418
4418
|
"typeString": "uint256"
|
|
4419
4419
|
},
|
|
4420
4420
|
"typeName": {
|
|
4421
|
-
"id":
|
|
4421
|
+
"id": 18399,
|
|
4422
4422
|
"name": "uint256",
|
|
4423
4423
|
"nodeType": "ElementaryTypeName",
|
|
4424
4424
|
"src": "13230:7:41",
|
|
@@ -4432,7 +4432,7 @@
|
|
|
4432
4432
|
],
|
|
4433
4433
|
"src": "13122:149:41"
|
|
4434
4434
|
},
|
|
4435
|
-
"scope":
|
|
4435
|
+
"scope": 18502,
|
|
4436
4436
|
"src": "12908:364:41",
|
|
4437
4437
|
"stateMutability": "view",
|
|
4438
4438
|
"virtual": true,
|
|
@@ -4440,13 +4440,13 @@
|
|
|
4440
4440
|
},
|
|
4441
4441
|
{
|
|
4442
4442
|
"documentation": {
|
|
4443
|
-
"id":
|
|
4443
|
+
"id": 18403,
|
|
4444
4444
|
"nodeType": "StructuredDocumentation",
|
|
4445
4445
|
"src": "13278:554:41",
|
|
4446
4446
|
"text": " @notice Get data of a subscription by agreement ID\n @dev indexId (agreementId) is the keccak256 hash of encodePacked(\"publisher\", publisher, indexId)\n @param token Super token address\n @param agreementId The agreement ID\n @return publisher The publisher of the index\n @return indexId Id of the index\n @return approved Is the subscription approved?\n @return units Units of the suscription\n @return pendingDistribution Pending amount of tokens to be distributed for unapproved subscription"
|
|
4447
4447
|
},
|
|
4448
4448
|
"functionSelector": "cd7245c5",
|
|
4449
|
-
"id":
|
|
4449
|
+
"id": 18421,
|
|
4450
4450
|
"implemented": false,
|
|
4451
4451
|
"kind": "function",
|
|
4452
4452
|
"modifiers": [],
|
|
@@ -4454,38 +4454,38 @@
|
|
|
4454
4454
|
"nameLocation": "13846:19:41",
|
|
4455
4455
|
"nodeType": "FunctionDefinition",
|
|
4456
4456
|
"parameters": {
|
|
4457
|
-
"id":
|
|
4457
|
+
"id": 18409,
|
|
4458
4458
|
"nodeType": "ParameterList",
|
|
4459
4459
|
"parameters": [
|
|
4460
4460
|
{
|
|
4461
4461
|
"constant": false,
|
|
4462
|
-
"id":
|
|
4462
|
+
"id": 18406,
|
|
4463
4463
|
"mutability": "mutable",
|
|
4464
4464
|
"name": "token",
|
|
4465
4465
|
"nameLocation": "13892:5:41",
|
|
4466
4466
|
"nodeType": "VariableDeclaration",
|
|
4467
|
-
"scope":
|
|
4467
|
+
"scope": 18421,
|
|
4468
4468
|
"src": "13875:22:41",
|
|
4469
4469
|
"stateVariable": false,
|
|
4470
4470
|
"storageLocation": "default",
|
|
4471
4471
|
"typeDescriptions": {
|
|
4472
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4472
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4473
4473
|
"typeString": "contract ISuperfluidToken"
|
|
4474
4474
|
},
|
|
4475
4475
|
"typeName": {
|
|
4476
|
-
"id":
|
|
4476
|
+
"id": 18405,
|
|
4477
4477
|
"nodeType": "UserDefinedTypeName",
|
|
4478
4478
|
"pathNode": {
|
|
4479
|
-
"id":
|
|
4479
|
+
"id": 18404,
|
|
4480
4480
|
"name": "ISuperfluidToken",
|
|
4481
4481
|
"nodeType": "IdentifierPath",
|
|
4482
|
-
"referencedDeclaration":
|
|
4482
|
+
"referencedDeclaration": 20450,
|
|
4483
4483
|
"src": "13875:16:41"
|
|
4484
4484
|
},
|
|
4485
|
-
"referencedDeclaration":
|
|
4485
|
+
"referencedDeclaration": 20450,
|
|
4486
4486
|
"src": "13875:16:41",
|
|
4487
4487
|
"typeDescriptions": {
|
|
4488
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4488
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4489
4489
|
"typeString": "contract ISuperfluidToken"
|
|
4490
4490
|
}
|
|
4491
4491
|
},
|
|
@@ -4493,12 +4493,12 @@
|
|
|
4493
4493
|
},
|
|
4494
4494
|
{
|
|
4495
4495
|
"constant": false,
|
|
4496
|
-
"id":
|
|
4496
|
+
"id": 18408,
|
|
4497
4497
|
"mutability": "mutable",
|
|
4498
4498
|
"name": "agreementId",
|
|
4499
4499
|
"nameLocation": "13915:11:41",
|
|
4500
4500
|
"nodeType": "VariableDeclaration",
|
|
4501
|
-
"scope":
|
|
4501
|
+
"scope": 18421,
|
|
4502
4502
|
"src": "13907:19:41",
|
|
4503
4503
|
"stateVariable": false,
|
|
4504
4504
|
"storageLocation": "default",
|
|
@@ -4507,7 +4507,7 @@
|
|
|
4507
4507
|
"typeString": "bytes32"
|
|
4508
4508
|
},
|
|
4509
4509
|
"typeName": {
|
|
4510
|
-
"id":
|
|
4510
|
+
"id": 18407,
|
|
4511
4511
|
"name": "bytes32",
|
|
4512
4512
|
"nodeType": "ElementaryTypeName",
|
|
4513
4513
|
"src": "13907:7:41",
|
|
@@ -4522,17 +4522,17 @@
|
|
|
4522
4522
|
"src": "13865:62:41"
|
|
4523
4523
|
},
|
|
4524
4524
|
"returnParameters": {
|
|
4525
|
-
"id":
|
|
4525
|
+
"id": 18420,
|
|
4526
4526
|
"nodeType": "ParameterList",
|
|
4527
4527
|
"parameters": [
|
|
4528
4528
|
{
|
|
4529
4529
|
"constant": false,
|
|
4530
|
-
"id":
|
|
4530
|
+
"id": 18411,
|
|
4531
4531
|
"mutability": "mutable",
|
|
4532
4532
|
"name": "publisher",
|
|
4533
4533
|
"nameLocation": "14031:9:41",
|
|
4534
4534
|
"nodeType": "VariableDeclaration",
|
|
4535
|
-
"scope":
|
|
4535
|
+
"scope": 18421,
|
|
4536
4536
|
"src": "14023:17:41",
|
|
4537
4537
|
"stateVariable": false,
|
|
4538
4538
|
"storageLocation": "default",
|
|
@@ -4541,7 +4541,7 @@
|
|
|
4541
4541
|
"typeString": "address"
|
|
4542
4542
|
},
|
|
4543
4543
|
"typeName": {
|
|
4544
|
-
"id":
|
|
4544
|
+
"id": 18410,
|
|
4545
4545
|
"name": "address",
|
|
4546
4546
|
"nodeType": "ElementaryTypeName",
|
|
4547
4547
|
"src": "14023:7:41",
|
|
@@ -4555,12 +4555,12 @@
|
|
|
4555
4555
|
},
|
|
4556
4556
|
{
|
|
4557
4557
|
"constant": false,
|
|
4558
|
-
"id":
|
|
4558
|
+
"id": 18413,
|
|
4559
4559
|
"mutability": "mutable",
|
|
4560
4560
|
"name": "indexId",
|
|
4561
4561
|
"nameLocation": "14065:7:41",
|
|
4562
4562
|
"nodeType": "VariableDeclaration",
|
|
4563
|
-
"scope":
|
|
4563
|
+
"scope": 18421,
|
|
4564
4564
|
"src": "14058:14:41",
|
|
4565
4565
|
"stateVariable": false,
|
|
4566
4566
|
"storageLocation": "default",
|
|
@@ -4569,7 +4569,7 @@
|
|
|
4569
4569
|
"typeString": "uint32"
|
|
4570
4570
|
},
|
|
4571
4571
|
"typeName": {
|
|
4572
|
-
"id":
|
|
4572
|
+
"id": 18412,
|
|
4573
4573
|
"name": "uint32",
|
|
4574
4574
|
"nodeType": "ElementaryTypeName",
|
|
4575
4575
|
"src": "14058:6:41",
|
|
@@ -4582,12 +4582,12 @@
|
|
|
4582
4582
|
},
|
|
4583
4583
|
{
|
|
4584
4584
|
"constant": false,
|
|
4585
|
-
"id":
|
|
4585
|
+
"id": 18415,
|
|
4586
4586
|
"mutability": "mutable",
|
|
4587
4587
|
"name": "approved",
|
|
4588
4588
|
"nameLocation": "14095:8:41",
|
|
4589
4589
|
"nodeType": "VariableDeclaration",
|
|
4590
|
-
"scope":
|
|
4590
|
+
"scope": 18421,
|
|
4591
4591
|
"src": "14090:13:41",
|
|
4592
4592
|
"stateVariable": false,
|
|
4593
4593
|
"storageLocation": "default",
|
|
@@ -4596,7 +4596,7 @@
|
|
|
4596
4596
|
"typeString": "bool"
|
|
4597
4597
|
},
|
|
4598
4598
|
"typeName": {
|
|
4599
|
-
"id":
|
|
4599
|
+
"id": 18414,
|
|
4600
4600
|
"name": "bool",
|
|
4601
4601
|
"nodeType": "ElementaryTypeName",
|
|
4602
4602
|
"src": "14090:4:41",
|
|
@@ -4609,12 +4609,12 @@
|
|
|
4609
4609
|
},
|
|
4610
4610
|
{
|
|
4611
4611
|
"constant": false,
|
|
4612
|
-
"id":
|
|
4612
|
+
"id": 18417,
|
|
4613
4613
|
"mutability": "mutable",
|
|
4614
4614
|
"name": "units",
|
|
4615
4615
|
"nameLocation": "14129:5:41",
|
|
4616
4616
|
"nodeType": "VariableDeclaration",
|
|
4617
|
-
"scope":
|
|
4617
|
+
"scope": 18421,
|
|
4618
4618
|
"src": "14121:13:41",
|
|
4619
4619
|
"stateVariable": false,
|
|
4620
4620
|
"storageLocation": "default",
|
|
@@ -4623,7 +4623,7 @@
|
|
|
4623
4623
|
"typeString": "uint128"
|
|
4624
4624
|
},
|
|
4625
4625
|
"typeName": {
|
|
4626
|
-
"id":
|
|
4626
|
+
"id": 18416,
|
|
4627
4627
|
"name": "uint128",
|
|
4628
4628
|
"nodeType": "ElementaryTypeName",
|
|
4629
4629
|
"src": "14121:7:41",
|
|
@@ -4636,12 +4636,12 @@
|
|
|
4636
4636
|
},
|
|
4637
4637
|
{
|
|
4638
4638
|
"constant": false,
|
|
4639
|
-
"id":
|
|
4639
|
+
"id": 18419,
|
|
4640
4640
|
"mutability": "mutable",
|
|
4641
4641
|
"name": "pendingDistribution",
|
|
4642
4642
|
"nameLocation": "14160:19:41",
|
|
4643
4643
|
"nodeType": "VariableDeclaration",
|
|
4644
|
-
"scope":
|
|
4644
|
+
"scope": 18421,
|
|
4645
4645
|
"src": "14152:27:41",
|
|
4646
4646
|
"stateVariable": false,
|
|
4647
4647
|
"storageLocation": "default",
|
|
@@ -4650,7 +4650,7 @@
|
|
|
4650
4650
|
"typeString": "uint256"
|
|
4651
4651
|
},
|
|
4652
4652
|
"typeName": {
|
|
4653
|
-
"id":
|
|
4653
|
+
"id": 18418,
|
|
4654
4654
|
"name": "uint256",
|
|
4655
4655
|
"nodeType": "ElementaryTypeName",
|
|
4656
4656
|
"src": "14152:7:41",
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
],
|
|
4665
4665
|
"src": "14005:188:41"
|
|
4666
4666
|
},
|
|
4667
|
-
"scope":
|
|
4667
|
+
"scope": 18502,
|
|
4668
4668
|
"src": "13837:357:41",
|
|
4669
4669
|
"stateMutability": "view",
|
|
4670
4670
|
"virtual": true,
|
|
@@ -4672,13 +4672,13 @@
|
|
|
4672
4672
|
},
|
|
4673
4673
|
{
|
|
4674
4674
|
"documentation": {
|
|
4675
|
-
"id":
|
|
4675
|
+
"id": 18422,
|
|
4676
4676
|
"nodeType": "StructuredDocumentation",
|
|
4677
4677
|
"src": "14200:305:41",
|
|
4678
4678
|
"text": " @dev List subscriptions of an user\n @param token Super token address\n @param subscriber The subscriber's address\n @return publishers Publishers of the subcriptions\n @return indexIds Indexes of the subscriptions\n @return unitsList Units of the subscriptions"
|
|
4679
4679
|
},
|
|
4680
4680
|
"functionSelector": "b6dacdb8",
|
|
4681
|
-
"id":
|
|
4681
|
+
"id": 18439,
|
|
4682
4682
|
"implemented": false,
|
|
4683
4683
|
"kind": "function",
|
|
4684
4684
|
"modifiers": [],
|
|
@@ -4686,38 +4686,38 @@
|
|
|
4686
4686
|
"nameLocation": "14519:17:41",
|
|
4687
4687
|
"nodeType": "FunctionDefinition",
|
|
4688
4688
|
"parameters": {
|
|
4689
|
-
"id":
|
|
4689
|
+
"id": 18428,
|
|
4690
4690
|
"nodeType": "ParameterList",
|
|
4691
4691
|
"parameters": [
|
|
4692
4692
|
{
|
|
4693
4693
|
"constant": false,
|
|
4694
|
-
"id":
|
|
4694
|
+
"id": 18425,
|
|
4695
4695
|
"mutability": "mutable",
|
|
4696
4696
|
"name": "token",
|
|
4697
4697
|
"nameLocation": "14563:5:41",
|
|
4698
4698
|
"nodeType": "VariableDeclaration",
|
|
4699
|
-
"scope":
|
|
4699
|
+
"scope": 18439,
|
|
4700
4700
|
"src": "14546:22:41",
|
|
4701
4701
|
"stateVariable": false,
|
|
4702
4702
|
"storageLocation": "default",
|
|
4703
4703
|
"typeDescriptions": {
|
|
4704
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4704
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4705
4705
|
"typeString": "contract ISuperfluidToken"
|
|
4706
4706
|
},
|
|
4707
4707
|
"typeName": {
|
|
4708
|
-
"id":
|
|
4708
|
+
"id": 18424,
|
|
4709
4709
|
"nodeType": "UserDefinedTypeName",
|
|
4710
4710
|
"pathNode": {
|
|
4711
|
-
"id":
|
|
4711
|
+
"id": 18423,
|
|
4712
4712
|
"name": "ISuperfluidToken",
|
|
4713
4713
|
"nodeType": "IdentifierPath",
|
|
4714
|
-
"referencedDeclaration":
|
|
4714
|
+
"referencedDeclaration": 20450,
|
|
4715
4715
|
"src": "14546:16:41"
|
|
4716
4716
|
},
|
|
4717
|
-
"referencedDeclaration":
|
|
4717
|
+
"referencedDeclaration": 20450,
|
|
4718
4718
|
"src": "14546:16:41",
|
|
4719
4719
|
"typeDescriptions": {
|
|
4720
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4720
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4721
4721
|
"typeString": "contract ISuperfluidToken"
|
|
4722
4722
|
}
|
|
4723
4723
|
},
|
|
@@ -4725,12 +4725,12 @@
|
|
|
4725
4725
|
},
|
|
4726
4726
|
{
|
|
4727
4727
|
"constant": false,
|
|
4728
|
-
"id":
|
|
4728
|
+
"id": 18427,
|
|
4729
4729
|
"mutability": "mutable",
|
|
4730
4730
|
"name": "subscriber",
|
|
4731
4731
|
"nameLocation": "14586:10:41",
|
|
4732
4732
|
"nodeType": "VariableDeclaration",
|
|
4733
|
-
"scope":
|
|
4733
|
+
"scope": 18439,
|
|
4734
4734
|
"src": "14578:18:41",
|
|
4735
4735
|
"stateVariable": false,
|
|
4736
4736
|
"storageLocation": "default",
|
|
@@ -4739,7 +4739,7 @@
|
|
|
4739
4739
|
"typeString": "address"
|
|
4740
4740
|
},
|
|
4741
4741
|
"typeName": {
|
|
4742
|
-
"id":
|
|
4742
|
+
"id": 18426,
|
|
4743
4743
|
"name": "address",
|
|
4744
4744
|
"nodeType": "ElementaryTypeName",
|
|
4745
4745
|
"src": "14578:7:41",
|
|
@@ -4755,17 +4755,17 @@
|
|
|
4755
4755
|
"src": "14536:61:41"
|
|
4756
4756
|
},
|
|
4757
4757
|
"returnParameters": {
|
|
4758
|
-
"id":
|
|
4758
|
+
"id": 18438,
|
|
4759
4759
|
"nodeType": "ParameterList",
|
|
4760
4760
|
"parameters": [
|
|
4761
4761
|
{
|
|
4762
4762
|
"constant": false,
|
|
4763
|
-
"id":
|
|
4763
|
+
"id": 18431,
|
|
4764
4764
|
"mutability": "mutable",
|
|
4765
4765
|
"name": "publishers",
|
|
4766
4766
|
"nameLocation": "14710:10:41",
|
|
4767
4767
|
"nodeType": "VariableDeclaration",
|
|
4768
|
-
"scope":
|
|
4768
|
+
"scope": 18439,
|
|
4769
4769
|
"src": "14693:27:41",
|
|
4770
4770
|
"stateVariable": false,
|
|
4771
4771
|
"storageLocation": "memory",
|
|
@@ -4775,7 +4775,7 @@
|
|
|
4775
4775
|
},
|
|
4776
4776
|
"typeName": {
|
|
4777
4777
|
"baseType": {
|
|
4778
|
-
"id":
|
|
4778
|
+
"id": 18429,
|
|
4779
4779
|
"name": "address",
|
|
4780
4780
|
"nodeType": "ElementaryTypeName",
|
|
4781
4781
|
"src": "14693:7:41",
|
|
@@ -4785,7 +4785,7 @@
|
|
|
4785
4785
|
"typeString": "address"
|
|
4786
4786
|
}
|
|
4787
4787
|
},
|
|
4788
|
-
"id":
|
|
4788
|
+
"id": 18430,
|
|
4789
4789
|
"nodeType": "ArrayTypeName",
|
|
4790
4790
|
"src": "14693:9:41",
|
|
4791
4791
|
"typeDescriptions": {
|
|
@@ -4797,12 +4797,12 @@
|
|
|
4797
4797
|
},
|
|
4798
4798
|
{
|
|
4799
4799
|
"constant": false,
|
|
4800
|
-
"id":
|
|
4800
|
+
"id": 18434,
|
|
4801
4801
|
"mutability": "mutable",
|
|
4802
4802
|
"name": "indexIds",
|
|
4803
4803
|
"nameLocation": "14754:8:41",
|
|
4804
4804
|
"nodeType": "VariableDeclaration",
|
|
4805
|
-
"scope":
|
|
4805
|
+
"scope": 18439,
|
|
4806
4806
|
"src": "14738:24:41",
|
|
4807
4807
|
"stateVariable": false,
|
|
4808
4808
|
"storageLocation": "memory",
|
|
@@ -4812,7 +4812,7 @@
|
|
|
4812
4812
|
},
|
|
4813
4813
|
"typeName": {
|
|
4814
4814
|
"baseType": {
|
|
4815
|
-
"id":
|
|
4815
|
+
"id": 18432,
|
|
4816
4816
|
"name": "uint32",
|
|
4817
4817
|
"nodeType": "ElementaryTypeName",
|
|
4818
4818
|
"src": "14738:6:41",
|
|
@@ -4821,7 +4821,7 @@
|
|
|
4821
4821
|
"typeString": "uint32"
|
|
4822
4822
|
}
|
|
4823
4823
|
},
|
|
4824
|
-
"id":
|
|
4824
|
+
"id": 18433,
|
|
4825
4825
|
"nodeType": "ArrayTypeName",
|
|
4826
4826
|
"src": "14738:8:41",
|
|
4827
4827
|
"typeDescriptions": {
|
|
@@ -4833,12 +4833,12 @@
|
|
|
4833
4833
|
},
|
|
4834
4834
|
{
|
|
4835
4835
|
"constant": false,
|
|
4836
|
-
"id":
|
|
4836
|
+
"id": 18437,
|
|
4837
4837
|
"mutability": "mutable",
|
|
4838
4838
|
"name": "unitsList",
|
|
4839
4839
|
"nameLocation": "14797:9:41",
|
|
4840
4840
|
"nodeType": "VariableDeclaration",
|
|
4841
|
-
"scope":
|
|
4841
|
+
"scope": 18439,
|
|
4842
4842
|
"src": "14780:26:41",
|
|
4843
4843
|
"stateVariable": false,
|
|
4844
4844
|
"storageLocation": "memory",
|
|
@@ -4848,7 +4848,7 @@
|
|
|
4848
4848
|
},
|
|
4849
4849
|
"typeName": {
|
|
4850
4850
|
"baseType": {
|
|
4851
|
-
"id":
|
|
4851
|
+
"id": 18435,
|
|
4852
4852
|
"name": "uint128",
|
|
4853
4853
|
"nodeType": "ElementaryTypeName",
|
|
4854
4854
|
"src": "14780:7:41",
|
|
@@ -4857,7 +4857,7 @@
|
|
|
4857
4857
|
"typeString": "uint128"
|
|
4858
4858
|
}
|
|
4859
4859
|
},
|
|
4860
|
-
"id":
|
|
4860
|
+
"id": 18436,
|
|
4861
4861
|
"nodeType": "ArrayTypeName",
|
|
4862
4862
|
"src": "14780:9:41",
|
|
4863
4863
|
"typeDescriptions": {
|
|
@@ -4870,7 +4870,7 @@
|
|
|
4870
4870
|
],
|
|
4871
4871
|
"src": "14675:132:41"
|
|
4872
4872
|
},
|
|
4873
|
-
"scope":
|
|
4873
|
+
"scope": 18502,
|
|
4874
4874
|
"src": "14510:298:41",
|
|
4875
4875
|
"stateMutability": "view",
|
|
4876
4876
|
"virtual": true,
|
|
@@ -4878,13 +4878,13 @@
|
|
|
4878
4878
|
},
|
|
4879
4879
|
{
|
|
4880
4880
|
"documentation": {
|
|
4881
|
-
"id":
|
|
4881
|
+
"id": 18440,
|
|
4882
4882
|
"nodeType": "StructuredDocumentation",
|
|
4883
4883
|
"src": "14814:633:41",
|
|
4884
4884
|
"text": " @dev Delete the subscription of an user\n @param token Super token address\n @param publisher The publisher of the index\n @param indexId Id of the index\n @param subscriber The subscriber's address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n - if the subscriber called it\n - AgreementTerminated callback to the publsiher:\n - agreementId is for the subscription\n - if the publisher called it\n - AgreementTerminated callback to the subscriber:\n - agreementId is for the subscription"
|
|
4885
4885
|
},
|
|
4886
4886
|
"functionSelector": "2e5e74c6",
|
|
4887
|
-
"id":
|
|
4887
|
+
"id": 18456,
|
|
4888
4888
|
"implemented": false,
|
|
4889
4889
|
"kind": "function",
|
|
4890
4890
|
"modifiers": [],
|
|
@@ -4892,38 +4892,38 @@
|
|
|
4892
4892
|
"nameLocation": "15461:18:41",
|
|
4893
4893
|
"nodeType": "FunctionDefinition",
|
|
4894
4894
|
"parameters": {
|
|
4895
|
-
"id":
|
|
4895
|
+
"id": 18452,
|
|
4896
4896
|
"nodeType": "ParameterList",
|
|
4897
4897
|
"parameters": [
|
|
4898
4898
|
{
|
|
4899
4899
|
"constant": false,
|
|
4900
|
-
"id":
|
|
4900
|
+
"id": 18443,
|
|
4901
4901
|
"mutability": "mutable",
|
|
4902
4902
|
"name": "token",
|
|
4903
4903
|
"nameLocation": "15506:5:41",
|
|
4904
4904
|
"nodeType": "VariableDeclaration",
|
|
4905
|
-
"scope":
|
|
4905
|
+
"scope": 18456,
|
|
4906
4906
|
"src": "15489:22:41",
|
|
4907
4907
|
"stateVariable": false,
|
|
4908
4908
|
"storageLocation": "default",
|
|
4909
4909
|
"typeDescriptions": {
|
|
4910
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4910
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4911
4911
|
"typeString": "contract ISuperfluidToken"
|
|
4912
4912
|
},
|
|
4913
4913
|
"typeName": {
|
|
4914
|
-
"id":
|
|
4914
|
+
"id": 18442,
|
|
4915
4915
|
"nodeType": "UserDefinedTypeName",
|
|
4916
4916
|
"pathNode": {
|
|
4917
|
-
"id":
|
|
4917
|
+
"id": 18441,
|
|
4918
4918
|
"name": "ISuperfluidToken",
|
|
4919
4919
|
"nodeType": "IdentifierPath",
|
|
4920
|
-
"referencedDeclaration":
|
|
4920
|
+
"referencedDeclaration": 20450,
|
|
4921
4921
|
"src": "15489:16:41"
|
|
4922
4922
|
},
|
|
4923
|
-
"referencedDeclaration":
|
|
4923
|
+
"referencedDeclaration": 20450,
|
|
4924
4924
|
"src": "15489:16:41",
|
|
4925
4925
|
"typeDescriptions": {
|
|
4926
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
4926
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
4927
4927
|
"typeString": "contract ISuperfluidToken"
|
|
4928
4928
|
}
|
|
4929
4929
|
},
|
|
@@ -4931,12 +4931,12 @@
|
|
|
4931
4931
|
},
|
|
4932
4932
|
{
|
|
4933
4933
|
"constant": false,
|
|
4934
|
-
"id":
|
|
4934
|
+
"id": 18445,
|
|
4935
4935
|
"mutability": "mutable",
|
|
4936
4936
|
"name": "publisher",
|
|
4937
4937
|
"nameLocation": "15529:9:41",
|
|
4938
4938
|
"nodeType": "VariableDeclaration",
|
|
4939
|
-
"scope":
|
|
4939
|
+
"scope": 18456,
|
|
4940
4940
|
"src": "15521:17:41",
|
|
4941
4941
|
"stateVariable": false,
|
|
4942
4942
|
"storageLocation": "default",
|
|
@@ -4945,7 +4945,7 @@
|
|
|
4945
4945
|
"typeString": "address"
|
|
4946
4946
|
},
|
|
4947
4947
|
"typeName": {
|
|
4948
|
-
"id":
|
|
4948
|
+
"id": 18444,
|
|
4949
4949
|
"name": "address",
|
|
4950
4950
|
"nodeType": "ElementaryTypeName",
|
|
4951
4951
|
"src": "15521:7:41",
|
|
@@ -4959,12 +4959,12 @@
|
|
|
4959
4959
|
},
|
|
4960
4960
|
{
|
|
4961
4961
|
"constant": false,
|
|
4962
|
-
"id":
|
|
4962
|
+
"id": 18447,
|
|
4963
4963
|
"mutability": "mutable",
|
|
4964
4964
|
"name": "indexId",
|
|
4965
4965
|
"nameLocation": "15555:7:41",
|
|
4966
4966
|
"nodeType": "VariableDeclaration",
|
|
4967
|
-
"scope":
|
|
4967
|
+
"scope": 18456,
|
|
4968
4968
|
"src": "15548:14:41",
|
|
4969
4969
|
"stateVariable": false,
|
|
4970
4970
|
"storageLocation": "default",
|
|
@@ -4973,7 +4973,7 @@
|
|
|
4973
4973
|
"typeString": "uint32"
|
|
4974
4974
|
},
|
|
4975
4975
|
"typeName": {
|
|
4976
|
-
"id":
|
|
4976
|
+
"id": 18446,
|
|
4977
4977
|
"name": "uint32",
|
|
4978
4978
|
"nodeType": "ElementaryTypeName",
|
|
4979
4979
|
"src": "15548:6:41",
|
|
@@ -4986,12 +4986,12 @@
|
|
|
4986
4986
|
},
|
|
4987
4987
|
{
|
|
4988
4988
|
"constant": false,
|
|
4989
|
-
"id":
|
|
4989
|
+
"id": 18449,
|
|
4990
4990
|
"mutability": "mutable",
|
|
4991
4991
|
"name": "subscriber",
|
|
4992
4992
|
"nameLocation": "15580:10:41",
|
|
4993
4993
|
"nodeType": "VariableDeclaration",
|
|
4994
|
-
"scope":
|
|
4994
|
+
"scope": 18456,
|
|
4995
4995
|
"src": "15572:18:41",
|
|
4996
4996
|
"stateVariable": false,
|
|
4997
4997
|
"storageLocation": "default",
|
|
@@ -5000,7 +5000,7 @@
|
|
|
5000
5000
|
"typeString": "address"
|
|
5001
5001
|
},
|
|
5002
5002
|
"typeName": {
|
|
5003
|
-
"id":
|
|
5003
|
+
"id": 18448,
|
|
5004
5004
|
"name": "address",
|
|
5005
5005
|
"nodeType": "ElementaryTypeName",
|
|
5006
5006
|
"src": "15572:7:41",
|
|
@@ -5014,12 +5014,12 @@
|
|
|
5014
5014
|
},
|
|
5015
5015
|
{
|
|
5016
5016
|
"constant": false,
|
|
5017
|
-
"id":
|
|
5017
|
+
"id": 18451,
|
|
5018
5018
|
"mutability": "mutable",
|
|
5019
5019
|
"name": "ctx",
|
|
5020
5020
|
"nameLocation": "15615:3:41",
|
|
5021
5021
|
"nodeType": "VariableDeclaration",
|
|
5022
|
-
"scope":
|
|
5022
|
+
"scope": 18456,
|
|
5023
5023
|
"src": "15600:18:41",
|
|
5024
5024
|
"stateVariable": false,
|
|
5025
5025
|
"storageLocation": "calldata",
|
|
@@ -5028,7 +5028,7 @@
|
|
|
5028
5028
|
"typeString": "bytes"
|
|
5029
5029
|
},
|
|
5030
5030
|
"typeName": {
|
|
5031
|
-
"id":
|
|
5031
|
+
"id": 18450,
|
|
5032
5032
|
"name": "bytes",
|
|
5033
5033
|
"nodeType": "ElementaryTypeName",
|
|
5034
5034
|
"src": "15600:5:41",
|
|
@@ -5043,17 +5043,17 @@
|
|
|
5043
5043
|
"src": "15479:140:41"
|
|
5044
5044
|
},
|
|
5045
5045
|
"returnParameters": {
|
|
5046
|
-
"id":
|
|
5046
|
+
"id": 18455,
|
|
5047
5047
|
"nodeType": "ParameterList",
|
|
5048
5048
|
"parameters": [
|
|
5049
5049
|
{
|
|
5050
5050
|
"constant": false,
|
|
5051
|
-
"id":
|
|
5051
|
+
"id": 18454,
|
|
5052
5052
|
"mutability": "mutable",
|
|
5053
5053
|
"name": "newCtx",
|
|
5054
5054
|
"nameLocation": "15694:6:41",
|
|
5055
5055
|
"nodeType": "VariableDeclaration",
|
|
5056
|
-
"scope":
|
|
5056
|
+
"scope": 18456,
|
|
5057
5057
|
"src": "15681:19:41",
|
|
5058
5058
|
"stateVariable": false,
|
|
5059
5059
|
"storageLocation": "memory",
|
|
@@ -5062,7 +5062,7 @@
|
|
|
5062
5062
|
"typeString": "bytes"
|
|
5063
5063
|
},
|
|
5064
5064
|
"typeName": {
|
|
5065
|
-
"id":
|
|
5065
|
+
"id": 18453,
|
|
5066
5066
|
"name": "bytes",
|
|
5067
5067
|
"nodeType": "ElementaryTypeName",
|
|
5068
5068
|
"src": "15681:5:41",
|
|
@@ -5076,7 +5076,7 @@
|
|
|
5076
5076
|
],
|
|
5077
5077
|
"src": "15680:21:41"
|
|
5078
5078
|
},
|
|
5079
|
-
"scope":
|
|
5079
|
+
"scope": 18502,
|
|
5080
5080
|
"src": "15452:250:41",
|
|
5081
5081
|
"stateMutability": "nonpayable",
|
|
5082
5082
|
"virtual": true,
|
|
@@ -5084,13 +5084,13 @@
|
|
|
5084
5084
|
},
|
|
5085
5085
|
{
|
|
5086
5086
|
"documentation": {
|
|
5087
|
-
"id":
|
|
5087
|
+
"id": 18457,
|
|
5088
5088
|
"nodeType": "StructuredDocumentation",
|
|
5089
5089
|
"src": "15708:495:41",
|
|
5090
5090
|
"text": " @dev Claim pending distributions\n @param token Super token address\n @param publisher The publisher of the index\n @param indexId Id of the index\n @param subscriber The subscriber's address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:note The subscription should not be approved yet\n @custom:callbacks \n - AgreementUpdated callback to the publisher:\n - agreementId is for the subscription"
|
|
5091
5091
|
},
|
|
5092
5092
|
"functionSelector": "acafa1b8",
|
|
5093
|
-
"id":
|
|
5093
|
+
"id": 18473,
|
|
5094
5094
|
"implemented": false,
|
|
5095
5095
|
"kind": "function",
|
|
5096
5096
|
"modifiers": [],
|
|
@@ -5098,38 +5098,38 @@
|
|
|
5098
5098
|
"nameLocation": "16217:5:41",
|
|
5099
5099
|
"nodeType": "FunctionDefinition",
|
|
5100
5100
|
"parameters": {
|
|
5101
|
-
"id":
|
|
5101
|
+
"id": 18469,
|
|
5102
5102
|
"nodeType": "ParameterList",
|
|
5103
5103
|
"parameters": [
|
|
5104
5104
|
{
|
|
5105
5105
|
"constant": false,
|
|
5106
|
-
"id":
|
|
5106
|
+
"id": 18460,
|
|
5107
5107
|
"mutability": "mutable",
|
|
5108
5108
|
"name": "token",
|
|
5109
5109
|
"nameLocation": "16249:5:41",
|
|
5110
5110
|
"nodeType": "VariableDeclaration",
|
|
5111
|
-
"scope":
|
|
5111
|
+
"scope": 18473,
|
|
5112
5112
|
"src": "16232:22:41",
|
|
5113
5113
|
"stateVariable": false,
|
|
5114
5114
|
"storageLocation": "default",
|
|
5115
5115
|
"typeDescriptions": {
|
|
5116
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5116
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
5117
5117
|
"typeString": "contract ISuperfluidToken"
|
|
5118
5118
|
},
|
|
5119
5119
|
"typeName": {
|
|
5120
|
-
"id":
|
|
5120
|
+
"id": 18459,
|
|
5121
5121
|
"nodeType": "UserDefinedTypeName",
|
|
5122
5122
|
"pathNode": {
|
|
5123
|
-
"id":
|
|
5123
|
+
"id": 18458,
|
|
5124
5124
|
"name": "ISuperfluidToken",
|
|
5125
5125
|
"nodeType": "IdentifierPath",
|
|
5126
|
-
"referencedDeclaration":
|
|
5126
|
+
"referencedDeclaration": 20450,
|
|
5127
5127
|
"src": "16232:16:41"
|
|
5128
5128
|
},
|
|
5129
|
-
"referencedDeclaration":
|
|
5129
|
+
"referencedDeclaration": 20450,
|
|
5130
5130
|
"src": "16232:16:41",
|
|
5131
5131
|
"typeDescriptions": {
|
|
5132
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5132
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
5133
5133
|
"typeString": "contract ISuperfluidToken"
|
|
5134
5134
|
}
|
|
5135
5135
|
},
|
|
@@ -5137,12 +5137,12 @@
|
|
|
5137
5137
|
},
|
|
5138
5138
|
{
|
|
5139
5139
|
"constant": false,
|
|
5140
|
-
"id":
|
|
5140
|
+
"id": 18462,
|
|
5141
5141
|
"mutability": "mutable",
|
|
5142
5142
|
"name": "publisher",
|
|
5143
5143
|
"nameLocation": "16272:9:41",
|
|
5144
5144
|
"nodeType": "VariableDeclaration",
|
|
5145
|
-
"scope":
|
|
5145
|
+
"scope": 18473,
|
|
5146
5146
|
"src": "16264:17:41",
|
|
5147
5147
|
"stateVariable": false,
|
|
5148
5148
|
"storageLocation": "default",
|
|
@@ -5151,7 +5151,7 @@
|
|
|
5151
5151
|
"typeString": "address"
|
|
5152
5152
|
},
|
|
5153
5153
|
"typeName": {
|
|
5154
|
-
"id":
|
|
5154
|
+
"id": 18461,
|
|
5155
5155
|
"name": "address",
|
|
5156
5156
|
"nodeType": "ElementaryTypeName",
|
|
5157
5157
|
"src": "16264:7:41",
|
|
@@ -5165,12 +5165,12 @@
|
|
|
5165
5165
|
},
|
|
5166
5166
|
{
|
|
5167
5167
|
"constant": false,
|
|
5168
|
-
"id":
|
|
5168
|
+
"id": 18464,
|
|
5169
5169
|
"mutability": "mutable",
|
|
5170
5170
|
"name": "indexId",
|
|
5171
5171
|
"nameLocation": "16298:7:41",
|
|
5172
5172
|
"nodeType": "VariableDeclaration",
|
|
5173
|
-
"scope":
|
|
5173
|
+
"scope": 18473,
|
|
5174
5174
|
"src": "16291:14:41",
|
|
5175
5175
|
"stateVariable": false,
|
|
5176
5176
|
"storageLocation": "default",
|
|
@@ -5179,7 +5179,7 @@
|
|
|
5179
5179
|
"typeString": "uint32"
|
|
5180
5180
|
},
|
|
5181
5181
|
"typeName": {
|
|
5182
|
-
"id":
|
|
5182
|
+
"id": 18463,
|
|
5183
5183
|
"name": "uint32",
|
|
5184
5184
|
"nodeType": "ElementaryTypeName",
|
|
5185
5185
|
"src": "16291:6:41",
|
|
@@ -5192,12 +5192,12 @@
|
|
|
5192
5192
|
},
|
|
5193
5193
|
{
|
|
5194
5194
|
"constant": false,
|
|
5195
|
-
"id":
|
|
5195
|
+
"id": 18466,
|
|
5196
5196
|
"mutability": "mutable",
|
|
5197
5197
|
"name": "subscriber",
|
|
5198
5198
|
"nameLocation": "16323:10:41",
|
|
5199
5199
|
"nodeType": "VariableDeclaration",
|
|
5200
|
-
"scope":
|
|
5200
|
+
"scope": 18473,
|
|
5201
5201
|
"src": "16315:18:41",
|
|
5202
5202
|
"stateVariable": false,
|
|
5203
5203
|
"storageLocation": "default",
|
|
@@ -5206,7 +5206,7 @@
|
|
|
5206
5206
|
"typeString": "address"
|
|
5207
5207
|
},
|
|
5208
5208
|
"typeName": {
|
|
5209
|
-
"id":
|
|
5209
|
+
"id": 18465,
|
|
5210
5210
|
"name": "address",
|
|
5211
5211
|
"nodeType": "ElementaryTypeName",
|
|
5212
5212
|
"src": "16315:7:41",
|
|
@@ -5220,12 +5220,12 @@
|
|
|
5220
5220
|
},
|
|
5221
5221
|
{
|
|
5222
5222
|
"constant": false,
|
|
5223
|
-
"id":
|
|
5223
|
+
"id": 18468,
|
|
5224
5224
|
"mutability": "mutable",
|
|
5225
5225
|
"name": "ctx",
|
|
5226
5226
|
"nameLocation": "16358:3:41",
|
|
5227
5227
|
"nodeType": "VariableDeclaration",
|
|
5228
|
-
"scope":
|
|
5228
|
+
"scope": 18473,
|
|
5229
5229
|
"src": "16343:18:41",
|
|
5230
5230
|
"stateVariable": false,
|
|
5231
5231
|
"storageLocation": "calldata",
|
|
@@ -5234,7 +5234,7 @@
|
|
|
5234
5234
|
"typeString": "bytes"
|
|
5235
5235
|
},
|
|
5236
5236
|
"typeName": {
|
|
5237
|
-
"id":
|
|
5237
|
+
"id": 18467,
|
|
5238
5238
|
"name": "bytes",
|
|
5239
5239
|
"nodeType": "ElementaryTypeName",
|
|
5240
5240
|
"src": "16343:5:41",
|
|
@@ -5249,17 +5249,17 @@
|
|
|
5249
5249
|
"src": "16222:140:41"
|
|
5250
5250
|
},
|
|
5251
5251
|
"returnParameters": {
|
|
5252
|
-
"id":
|
|
5252
|
+
"id": 18472,
|
|
5253
5253
|
"nodeType": "ParameterList",
|
|
5254
5254
|
"parameters": [
|
|
5255
5255
|
{
|
|
5256
5256
|
"constant": false,
|
|
5257
|
-
"id":
|
|
5257
|
+
"id": 18471,
|
|
5258
5258
|
"mutability": "mutable",
|
|
5259
5259
|
"name": "newCtx",
|
|
5260
5260
|
"nameLocation": "16425:6:41",
|
|
5261
5261
|
"nodeType": "VariableDeclaration",
|
|
5262
|
-
"scope":
|
|
5262
|
+
"scope": 18473,
|
|
5263
5263
|
"src": "16412:19:41",
|
|
5264
5264
|
"stateVariable": false,
|
|
5265
5265
|
"storageLocation": "memory",
|
|
@@ -5268,7 +5268,7 @@
|
|
|
5268
5268
|
"typeString": "bytes"
|
|
5269
5269
|
},
|
|
5270
5270
|
"typeName": {
|
|
5271
|
-
"id":
|
|
5271
|
+
"id": 18470,
|
|
5272
5272
|
"name": "bytes",
|
|
5273
5273
|
"nodeType": "ElementaryTypeName",
|
|
5274
5274
|
"src": "16412:5:41",
|
|
@@ -5282,7 +5282,7 @@
|
|
|
5282
5282
|
],
|
|
5283
5283
|
"src": "16411:21:41"
|
|
5284
5284
|
},
|
|
5285
|
-
"scope":
|
|
5285
|
+
"scope": 18502,
|
|
5286
5286
|
"src": "16208:225:41",
|
|
5287
5287
|
"stateMutability": "nonpayable",
|
|
5288
5288
|
"virtual": true,
|
|
@@ -5291,50 +5291,50 @@
|
|
|
5291
5291
|
{
|
|
5292
5292
|
"anonymous": false,
|
|
5293
5293
|
"documentation": {
|
|
5294
|
-
"id":
|
|
5294
|
+
"id": 18474,
|
|
5295
5295
|
"nodeType": "StructuredDocumentation",
|
|
5296
5296
|
"src": "16443:289:41",
|
|
5297
5297
|
"text": " @dev Index distribution claimed event\n @param token Super token address\n @param publisher Index publisher\n @param indexId The specified indexId\n @param subscriber The subscriber units updated\n @param amount The pending amount claimed"
|
|
5298
5298
|
},
|
|
5299
5299
|
"eventSelector": "467eccd248ef31c8bcef16d94856855799a8783aeef10f3759e43614059a6bb1",
|
|
5300
|
-
"id":
|
|
5300
|
+
"id": 18487,
|
|
5301
5301
|
"name": "IndexDistributionClaimed",
|
|
5302
5302
|
"nameLocation": "16743:24:41",
|
|
5303
5303
|
"nodeType": "EventDefinition",
|
|
5304
5304
|
"parameters": {
|
|
5305
|
-
"id":
|
|
5305
|
+
"id": 18486,
|
|
5306
5306
|
"nodeType": "ParameterList",
|
|
5307
5307
|
"parameters": [
|
|
5308
5308
|
{
|
|
5309
5309
|
"constant": false,
|
|
5310
|
-
"id":
|
|
5310
|
+
"id": 18477,
|
|
5311
5311
|
"indexed": true,
|
|
5312
5312
|
"mutability": "mutable",
|
|
5313
5313
|
"name": "token",
|
|
5314
5314
|
"nameLocation": "16802:5:41",
|
|
5315
5315
|
"nodeType": "VariableDeclaration",
|
|
5316
|
-
"scope":
|
|
5316
|
+
"scope": 18487,
|
|
5317
5317
|
"src": "16777:30:41",
|
|
5318
5318
|
"stateVariable": false,
|
|
5319
5319
|
"storageLocation": "default",
|
|
5320
5320
|
"typeDescriptions": {
|
|
5321
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5321
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
5322
5322
|
"typeString": "contract ISuperfluidToken"
|
|
5323
5323
|
},
|
|
5324
5324
|
"typeName": {
|
|
5325
|
-
"id":
|
|
5325
|
+
"id": 18476,
|
|
5326
5326
|
"nodeType": "UserDefinedTypeName",
|
|
5327
5327
|
"pathNode": {
|
|
5328
|
-
"id":
|
|
5328
|
+
"id": 18475,
|
|
5329
5329
|
"name": "ISuperfluidToken",
|
|
5330
5330
|
"nodeType": "IdentifierPath",
|
|
5331
|
-
"referencedDeclaration":
|
|
5331
|
+
"referencedDeclaration": 20450,
|
|
5332
5332
|
"src": "16777:16:41"
|
|
5333
5333
|
},
|
|
5334
|
-
"referencedDeclaration":
|
|
5334
|
+
"referencedDeclaration": 20450,
|
|
5335
5335
|
"src": "16777:16:41",
|
|
5336
5336
|
"typeDescriptions": {
|
|
5337
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5337
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
5338
5338
|
"typeString": "contract ISuperfluidToken"
|
|
5339
5339
|
}
|
|
5340
5340
|
},
|
|
@@ -5342,13 +5342,13 @@
|
|
|
5342
5342
|
},
|
|
5343
5343
|
{
|
|
5344
5344
|
"constant": false,
|
|
5345
|
-
"id":
|
|
5345
|
+
"id": 18479,
|
|
5346
5346
|
"indexed": true,
|
|
5347
5347
|
"mutability": "mutable",
|
|
5348
5348
|
"name": "publisher",
|
|
5349
5349
|
"nameLocation": "16833:9:41",
|
|
5350
5350
|
"nodeType": "VariableDeclaration",
|
|
5351
|
-
"scope":
|
|
5351
|
+
"scope": 18487,
|
|
5352
5352
|
"src": "16817:25:41",
|
|
5353
5353
|
"stateVariable": false,
|
|
5354
5354
|
"storageLocation": "default",
|
|
@@ -5357,7 +5357,7 @@
|
|
|
5357
5357
|
"typeString": "address"
|
|
5358
5358
|
},
|
|
5359
5359
|
"typeName": {
|
|
5360
|
-
"id":
|
|
5360
|
+
"id": 18478,
|
|
5361
5361
|
"name": "address",
|
|
5362
5362
|
"nodeType": "ElementaryTypeName",
|
|
5363
5363
|
"src": "16817:7:41",
|
|
@@ -5371,13 +5371,13 @@
|
|
|
5371
5371
|
},
|
|
5372
5372
|
{
|
|
5373
5373
|
"constant": false,
|
|
5374
|
-
"id":
|
|
5374
|
+
"id": 18481,
|
|
5375
5375
|
"indexed": true,
|
|
5376
5376
|
"mutability": "mutable",
|
|
5377
5377
|
"name": "indexId",
|
|
5378
5378
|
"nameLocation": "16867:7:41",
|
|
5379
5379
|
"nodeType": "VariableDeclaration",
|
|
5380
|
-
"scope":
|
|
5380
|
+
"scope": 18487,
|
|
5381
5381
|
"src": "16852:22:41",
|
|
5382
5382
|
"stateVariable": false,
|
|
5383
5383
|
"storageLocation": "default",
|
|
@@ -5386,7 +5386,7 @@
|
|
|
5386
5386
|
"typeString": "uint32"
|
|
5387
5387
|
},
|
|
5388
5388
|
"typeName": {
|
|
5389
|
-
"id":
|
|
5389
|
+
"id": 18480,
|
|
5390
5390
|
"name": "uint32",
|
|
5391
5391
|
"nodeType": "ElementaryTypeName",
|
|
5392
5392
|
"src": "16852:6:41",
|
|
@@ -5399,13 +5399,13 @@
|
|
|
5399
5399
|
},
|
|
5400
5400
|
{
|
|
5401
5401
|
"constant": false,
|
|
5402
|
-
"id":
|
|
5402
|
+
"id": 18483,
|
|
5403
5403
|
"indexed": false,
|
|
5404
5404
|
"mutability": "mutable",
|
|
5405
5405
|
"name": "subscriber",
|
|
5406
5406
|
"nameLocation": "16892:10:41",
|
|
5407
5407
|
"nodeType": "VariableDeclaration",
|
|
5408
|
-
"scope":
|
|
5408
|
+
"scope": 18487,
|
|
5409
5409
|
"src": "16884:18:41",
|
|
5410
5410
|
"stateVariable": false,
|
|
5411
5411
|
"storageLocation": "default",
|
|
@@ -5414,7 +5414,7 @@
|
|
|
5414
5414
|
"typeString": "address"
|
|
5415
5415
|
},
|
|
5416
5416
|
"typeName": {
|
|
5417
|
-
"id":
|
|
5417
|
+
"id": 18482,
|
|
5418
5418
|
"name": "address",
|
|
5419
5419
|
"nodeType": "ElementaryTypeName",
|
|
5420
5420
|
"src": "16884:7:41",
|
|
@@ -5428,13 +5428,13 @@
|
|
|
5428
5428
|
},
|
|
5429
5429
|
{
|
|
5430
5430
|
"constant": false,
|
|
5431
|
-
"id":
|
|
5431
|
+
"id": 18485,
|
|
5432
5432
|
"indexed": false,
|
|
5433
5433
|
"mutability": "mutable",
|
|
5434
5434
|
"name": "amount",
|
|
5435
5435
|
"nameLocation": "16920:6:41",
|
|
5436
5436
|
"nodeType": "VariableDeclaration",
|
|
5437
|
-
"scope":
|
|
5437
|
+
"scope": 18487,
|
|
5438
5438
|
"src": "16912:14:41",
|
|
5439
5439
|
"stateVariable": false,
|
|
5440
5440
|
"storageLocation": "default",
|
|
@@ -5443,7 +5443,7 @@
|
|
|
5443
5443
|
"typeString": "uint256"
|
|
5444
5444
|
},
|
|
5445
5445
|
"typeName": {
|
|
5446
|
-
"id":
|
|
5446
|
+
"id": 18484,
|
|
5447
5447
|
"name": "uint256",
|
|
5448
5448
|
"nodeType": "ElementaryTypeName",
|
|
5449
5449
|
"src": "16912:7:41",
|
|
@@ -5462,50 +5462,50 @@
|
|
|
5462
5462
|
{
|
|
5463
5463
|
"anonymous": false,
|
|
5464
5464
|
"documentation": {
|
|
5465
|
-
"id":
|
|
5465
|
+
"id": 18488,
|
|
5466
5466
|
"nodeType": "StructuredDocumentation",
|
|
5467
5467
|
"src": "16938:296:41",
|
|
5468
5468
|
"text": " @dev Subscription distribution claimed event\n @param token Super token address\n @param subscriber The subscriber units updated\n @param publisher Index publisher\n @param indexId The specified indexId\n @param amount The pending amount claimed"
|
|
5469
5469
|
},
|
|
5470
5470
|
"eventSelector": "48a3d91d4a07e4982b081260e24f922bd33bb965882772d6de19c922c3eabdea",
|
|
5471
|
-
"id":
|
|
5471
|
+
"id": 18501,
|
|
5472
5472
|
"name": "SubscriptionDistributionClaimed",
|
|
5473
5473
|
"nameLocation": "17245:31:41",
|
|
5474
5474
|
"nodeType": "EventDefinition",
|
|
5475
5475
|
"parameters": {
|
|
5476
|
-
"id":
|
|
5476
|
+
"id": 18500,
|
|
5477
5477
|
"nodeType": "ParameterList",
|
|
5478
5478
|
"parameters": [
|
|
5479
5479
|
{
|
|
5480
5480
|
"constant": false,
|
|
5481
|
-
"id":
|
|
5481
|
+
"id": 18491,
|
|
5482
5482
|
"indexed": true,
|
|
5483
5483
|
"mutability": "mutable",
|
|
5484
5484
|
"name": "token",
|
|
5485
5485
|
"nameLocation": "17311:5:41",
|
|
5486
5486
|
"nodeType": "VariableDeclaration",
|
|
5487
|
-
"scope":
|
|
5487
|
+
"scope": 18501,
|
|
5488
5488
|
"src": "17286:30:41",
|
|
5489
5489
|
"stateVariable": false,
|
|
5490
5490
|
"storageLocation": "default",
|
|
5491
5491
|
"typeDescriptions": {
|
|
5492
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5492
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
5493
5493
|
"typeString": "contract ISuperfluidToken"
|
|
5494
5494
|
},
|
|
5495
5495
|
"typeName": {
|
|
5496
|
-
"id":
|
|
5496
|
+
"id": 18490,
|
|
5497
5497
|
"nodeType": "UserDefinedTypeName",
|
|
5498
5498
|
"pathNode": {
|
|
5499
|
-
"id":
|
|
5499
|
+
"id": 18489,
|
|
5500
5500
|
"name": "ISuperfluidToken",
|
|
5501
5501
|
"nodeType": "IdentifierPath",
|
|
5502
|
-
"referencedDeclaration":
|
|
5502
|
+
"referencedDeclaration": 20450,
|
|
5503
5503
|
"src": "17286:16:41"
|
|
5504
5504
|
},
|
|
5505
|
-
"referencedDeclaration":
|
|
5505
|
+
"referencedDeclaration": 20450,
|
|
5506
5506
|
"src": "17286:16:41",
|
|
5507
5507
|
"typeDescriptions": {
|
|
5508
|
-
"typeIdentifier": "t_contract$_ISuperfluidToken_$
|
|
5508
|
+
"typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
|
|
5509
5509
|
"typeString": "contract ISuperfluidToken"
|
|
5510
5510
|
}
|
|
5511
5511
|
},
|
|
@@ -5513,13 +5513,13 @@
|
|
|
5513
5513
|
},
|
|
5514
5514
|
{
|
|
5515
5515
|
"constant": false,
|
|
5516
|
-
"id":
|
|
5516
|
+
"id": 18493,
|
|
5517
5517
|
"indexed": true,
|
|
5518
5518
|
"mutability": "mutable",
|
|
5519
5519
|
"name": "subscriber",
|
|
5520
5520
|
"nameLocation": "17342:10:41",
|
|
5521
5521
|
"nodeType": "VariableDeclaration",
|
|
5522
|
-
"scope":
|
|
5522
|
+
"scope": 18501,
|
|
5523
5523
|
"src": "17326:26:41",
|
|
5524
5524
|
"stateVariable": false,
|
|
5525
5525
|
"storageLocation": "default",
|
|
@@ -5528,7 +5528,7 @@
|
|
|
5528
5528
|
"typeString": "address"
|
|
5529
5529
|
},
|
|
5530
5530
|
"typeName": {
|
|
5531
|
-
"id":
|
|
5531
|
+
"id": 18492,
|
|
5532
5532
|
"name": "address",
|
|
5533
5533
|
"nodeType": "ElementaryTypeName",
|
|
5534
5534
|
"src": "17326:7:41",
|
|
@@ -5542,13 +5542,13 @@
|
|
|
5542
5542
|
},
|
|
5543
5543
|
{
|
|
5544
5544
|
"constant": false,
|
|
5545
|
-
"id":
|
|
5545
|
+
"id": 18495,
|
|
5546
5546
|
"indexed": false,
|
|
5547
5547
|
"mutability": "mutable",
|
|
5548
5548
|
"name": "publisher",
|
|
5549
5549
|
"nameLocation": "17370:9:41",
|
|
5550
5550
|
"nodeType": "VariableDeclaration",
|
|
5551
|
-
"scope":
|
|
5551
|
+
"scope": 18501,
|
|
5552
5552
|
"src": "17362:17:41",
|
|
5553
5553
|
"stateVariable": false,
|
|
5554
5554
|
"storageLocation": "default",
|
|
@@ -5557,7 +5557,7 @@
|
|
|
5557
5557
|
"typeString": "address"
|
|
5558
5558
|
},
|
|
5559
5559
|
"typeName": {
|
|
5560
|
-
"id":
|
|
5560
|
+
"id": 18494,
|
|
5561
5561
|
"name": "address",
|
|
5562
5562
|
"nodeType": "ElementaryTypeName",
|
|
5563
5563
|
"src": "17362:7:41",
|
|
@@ -5571,13 +5571,13 @@
|
|
|
5571
5571
|
},
|
|
5572
5572
|
{
|
|
5573
5573
|
"constant": false,
|
|
5574
|
-
"id":
|
|
5574
|
+
"id": 18497,
|
|
5575
5575
|
"indexed": false,
|
|
5576
5576
|
"mutability": "mutable",
|
|
5577
5577
|
"name": "indexId",
|
|
5578
5578
|
"nameLocation": "17396:7:41",
|
|
5579
5579
|
"nodeType": "VariableDeclaration",
|
|
5580
|
-
"scope":
|
|
5580
|
+
"scope": 18501,
|
|
5581
5581
|
"src": "17389:14:41",
|
|
5582
5582
|
"stateVariable": false,
|
|
5583
5583
|
"storageLocation": "default",
|
|
@@ -5586,7 +5586,7 @@
|
|
|
5586
5586
|
"typeString": "uint32"
|
|
5587
5587
|
},
|
|
5588
5588
|
"typeName": {
|
|
5589
|
-
"id":
|
|
5589
|
+
"id": 18496,
|
|
5590
5590
|
"name": "uint32",
|
|
5591
5591
|
"nodeType": "ElementaryTypeName",
|
|
5592
5592
|
"src": "17389:6:41",
|
|
@@ -5599,13 +5599,13 @@
|
|
|
5599
5599
|
},
|
|
5600
5600
|
{
|
|
5601
5601
|
"constant": false,
|
|
5602
|
-
"id":
|
|
5602
|
+
"id": 18499,
|
|
5603
5603
|
"indexed": false,
|
|
5604
5604
|
"mutability": "mutable",
|
|
5605
5605
|
"name": "amount",
|
|
5606
5606
|
"nameLocation": "17421:6:41",
|
|
5607
5607
|
"nodeType": "VariableDeclaration",
|
|
5608
|
-
"scope":
|
|
5608
|
+
"scope": 18501,
|
|
5609
5609
|
"src": "17413:14:41",
|
|
5610
5610
|
"stateVariable": false,
|
|
5611
5611
|
"storageLocation": "default",
|
|
@@ -5614,7 +5614,7 @@
|
|
|
5614
5614
|
"typeString": "uint256"
|
|
5615
5615
|
},
|
|
5616
5616
|
"typeName": {
|
|
5617
|
-
"id":
|
|
5617
|
+
"id": 18498,
|
|
5618
5618
|
"name": "uint256",
|
|
5619
5619
|
"nodeType": "ElementaryTypeName",
|
|
5620
5620
|
"src": "17413:7:41",
|
|
@@ -5631,7 +5631,7 @@
|
|
|
5631
5631
|
"src": "17239:190:41"
|
|
5632
5632
|
}
|
|
5633
5633
|
],
|
|
5634
|
-
"scope":
|
|
5634
|
+
"scope": 18503,
|
|
5635
5635
|
"src": "1784:15648:41",
|
|
5636
5636
|
"usedErrors": []
|
|
5637
5637
|
}
|
|
@@ -5644,7 +5644,7 @@
|
|
|
5644
5644
|
},
|
|
5645
5645
|
"networks": {},
|
|
5646
5646
|
"schemaVersion": "3.4.8",
|
|
5647
|
-
"updatedAt": "2022-08-
|
|
5647
|
+
"updatedAt": "2022-08-25T14:16:53.008Z",
|
|
5648
5648
|
"devdoc": {
|
|
5649
5649
|
"author": "Superfluid",
|
|
5650
5650
|
"events": {
|