@superfluid-finance/ethereum-contracts 1.4.1 → 1.4.2-dev.e06ddfc.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.
Files changed (108) hide show
  1. package/build/contracts/AccessControl.json +1 -1
  2. package/build/contracts/AccessControlEnumerable.json +1 -1
  3. package/build/contracts/Address.json +1 -1
  4. package/build/contracts/AgreementBase.json +28 -28
  5. package/build/contracts/AgreementLibrary.json +165 -165
  6. package/build/contracts/BaseRelayRecipient.json +55 -55
  7. package/build/contracts/BatchLiquidator.json +208 -208
  8. package/build/contracts/BatchOperation.json +788 -788
  9. package/build/contracts/CFAv1Forwarder.json +1321 -1321
  10. package/build/contracts/CFAv1Library.json +2279 -2279
  11. package/build/contracts/CallUtils.json +198 -198
  12. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1544 -1544
  13. package/build/contracts/ConstantFlowAgreementV1.json +1702 -1622
  14. package/build/contracts/Context.json +1 -1
  15. package/build/contracts/ContextDefinitions.json +788 -788
  16. package/build/contracts/Create2.json +1 -1
  17. package/build/contracts/CustomSuperTokenBase.json +19 -19
  18. package/build/contracts/ERC165.json +1 -1
  19. package/build/contracts/ERC1820Implementer.json +1 -1
  20. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  21. package/build/contracts/ERC20.json +1 -1
  22. package/build/contracts/ERC20Burnable.json +1 -1
  23. package/build/contracts/ERC20Pausable.json +1 -1
  24. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  25. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  26. package/build/contracts/ERC777Helper.json +380 -380
  27. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  28. package/build/contracts/ERC777RecipientReverting.json +855 -855
  29. package/build/contracts/EnumerableSet.json +1 -1
  30. package/build/contracts/EventsEmitter.json +43 -43
  31. package/build/contracts/ExclusiveInflowTestApp.json +1544 -1544
  32. package/build/contracts/FixedSizeData.json +200 -200
  33. package/build/contracts/FlowExchangeTestApp.json +1545 -1545
  34. package/build/contracts/FlowOperatorDefinitions.json +788 -788
  35. package/build/contracts/FullUpgradableSuperTokenProxy.json +116 -116
  36. package/build/contracts/IAccessControl.json +1 -1
  37. package/build/contracts/IAccessControlEnumerable.json +1 -1
  38. package/build/contracts/IConstantFlowAgreementV1.json +615 -615
  39. package/build/contracts/IDAv1Library.json +2611 -2611
  40. package/build/contracts/IERC165.json +1 -1
  41. package/build/contracts/IERC1820Implementer.json +1 -1
  42. package/build/contracts/IERC1820Registry.json +1 -1
  43. package/build/contracts/IERC20.json +1 -1
  44. package/build/contracts/IERC20Metadata.json +1 -1
  45. package/build/contracts/IERC20Permit.json +1 -1
  46. package/build/contracts/IERC777.json +1 -1
  47. package/build/contracts/IERC777Recipient.json +1 -1
  48. package/build/contracts/IERC777Sender.json +1 -1
  49. package/build/contracts/IInstantDistributionAgreementV1.json +652 -652
  50. package/build/contracts/IMultiSigWallet.json +24 -24
  51. package/build/contracts/IPureSuperToken.json +47 -47
  52. package/build/contracts/IPureSuperTokenCustom.json +47 -47
  53. package/build/contracts/IRelayRecipient.json +27 -27
  54. package/build/contracts/IResolver.json +38 -38
  55. package/build/contracts/ISETH.json +52 -52
  56. package/build/contracts/ISETHCustom.json +52 -52
  57. package/build/contracts/ISuperAgreement.json +50 -50
  58. package/build/contracts/ISuperApp.json +191 -191
  59. package/build/contracts/ISuperToken.json +544 -544
  60. package/build/contracts/ISuperTokenFactory.json +166 -166
  61. package/build/contracts/ISuperfluid.json +886 -886
  62. package/build/contracts/ISuperfluidGovernance.json +254 -254
  63. package/build/contracts/ISuperfluidToken.json +395 -395
  64. package/build/contracts/ITOGAv1.json +1441 -1441
  65. package/build/contracts/ITOGAv2.json +1441 -1441
  66. package/build/contracts/Initializable.json +1 -1
  67. package/build/contracts/InstantDistributionAgreementV1.json +5894 -5894
  68. package/build/contracts/NonClosableOutflowTestApp.json +1545 -1545
  69. package/build/contracts/Ownable.json +1 -1
  70. package/build/contracts/Pausable.json +1 -1
  71. package/build/contracts/Proxy.json +1 -1
  72. package/build/contracts/PureSuperToken.json +106 -106
  73. package/build/contracts/Resolver.json +98 -98
  74. package/build/contracts/SETHProxy.json +224 -224
  75. package/build/contracts/SafeCast.json +1 -1
  76. package/build/contracts/SafeERC20.json +1 -1
  77. package/build/contracts/SafeMath.json +1 -1
  78. package/build/contracts/SelfDeletingFlowTestApp.json +1544 -1544
  79. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  80. package/build/contracts/StreamRedirector.json +745 -745
  81. package/build/contracts/Strings.json +1 -1
  82. package/build/contracts/SuperAppBase.json +239 -239
  83. package/build/contracts/SuperAppDefinitions.json +788 -788
  84. package/build/contracts/SuperToken.json +2477 -2477
  85. package/build/contracts/SuperTokenFactory.json +774 -774
  86. package/build/contracts/SuperTokenFactoryBase.json +764 -764
  87. package/build/contracts/SuperTokenFactoryHelper.json +767 -767
  88. package/build/contracts/SuperUpgrader.json +437 -437
  89. package/build/contracts/Superfluid.json +5096 -5096
  90. package/build/contracts/SuperfluidErrors.json +788 -788
  91. package/build/contracts/SuperfluidFrameworkDeployer.json +765 -765
  92. package/build/contracts/SuperfluidGovernanceBase.json +2459 -2459
  93. package/build/contracts/SuperfluidGovernanceConfigs.json +788 -788
  94. package/build/contracts/SuperfluidGovernanceII.json +155 -155
  95. package/build/contracts/SuperfluidGovernanceIIProxy.json +135 -135
  96. package/build/contracts/SuperfluidLoader.json +207 -207
  97. package/build/contracts/SuperfluidToken.json +1471 -1471
  98. package/build/contracts/TOGA.json +1457 -1457
  99. package/build/contracts/TestGovernance.json +250 -250
  100. package/build/contracts/TestToken.json +93 -93
  101. package/build/contracts/TokenCustodian.json +214 -214
  102. package/build/contracts/TokenInfo.json +32 -32
  103. package/build/contracts/UUPSProxiable.json +139 -139
  104. package/build/contracts/UUPSProxy.json +81 -81
  105. package/build/contracts/UUPSUtils.json +37 -37
  106. package/build/contracts-sizes.txt +1 -1
  107. package/contracts/agreements/ConstantFlowAgreementV1.sol +4 -0
  108. package/package.json +9 -5
@@ -874,24 +874,24 @@
874
874
  "absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
875
875
  "exportedSymbols": {
876
876
  "IConstantFlowAgreementV1": [
877
- 18401
877
+ 18408
878
878
  ],
879
879
  "ISuperAgreement": [
880
- 19431
880
+ 19438
881
881
  ],
882
882
  "ISuperfluidToken": [
883
- 20940
883
+ 20947
884
884
  ],
885
885
  "SuperfluidErrors": [
886
- 19402
886
+ 19409
887
887
  ]
888
888
  },
889
- "id": 18402,
889
+ "id": 18409,
890
890
  "license": "AGPLv3",
891
891
  "nodeType": "SourceUnit",
892
892
  "nodes": [
893
893
  {
894
- "id": 18033,
894
+ "id": 18040,
895
895
  "literals": [
896
896
  "solidity",
897
897
  ">=",
@@ -904,20 +904,20 @@
904
904
  {
905
905
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
906
906
  "file": "../superfluid/ISuperAgreement.sol",
907
- "id": 18035,
907
+ "id": 18042,
908
908
  "nameLocation": "-1:-1:-1",
909
909
  "nodeType": "ImportDirective",
910
- "scope": 18402,
911
- "sourceUnit": 19432,
910
+ "scope": 18409,
911
+ "sourceUnit": 19439,
912
912
  "src": "62:68:40",
913
913
  "symbolAliases": [
914
914
  {
915
915
  "foreign": {
916
- "id": 18034,
916
+ "id": 18041,
917
917
  "name": "ISuperAgreement",
918
918
  "nodeType": "Identifier",
919
919
  "overloadedDeclarations": [],
920
- "referencedDeclaration": 19431,
920
+ "referencedDeclaration": 19438,
921
921
  "src": "71:15:40",
922
922
  "typeDescriptions": {}
923
923
  },
@@ -929,20 +929,20 @@
929
929
  {
930
930
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
931
931
  "file": "../superfluid/ISuperfluidToken.sol",
932
- "id": 18037,
932
+ "id": 18044,
933
933
  "nameLocation": "-1:-1:-1",
934
934
  "nodeType": "ImportDirective",
935
- "scope": 18402,
936
- "sourceUnit": 20941,
935
+ "scope": 18409,
936
+ "sourceUnit": 20948,
937
937
  "src": "131:70:40",
938
938
  "symbolAliases": [
939
939
  {
940
940
  "foreign": {
941
- "id": 18036,
941
+ "id": 18043,
942
942
  "name": "ISuperfluidToken",
943
943
  "nodeType": "Identifier",
944
944
  "overloadedDeclarations": [],
945
- "referencedDeclaration": 20940,
945
+ "referencedDeclaration": 20947,
946
946
  "src": "140:16:40",
947
947
  "typeDescriptions": {}
948
948
  },
@@ -954,20 +954,20 @@
954
954
  {
955
955
  "absolutePath": "project:/contracts/interfaces/superfluid/Definitions.sol",
956
956
  "file": "../superfluid/Definitions.sol",
957
- "id": 18039,
957
+ "id": 18046,
958
958
  "nameLocation": "-1:-1:-1",
959
959
  "nodeType": "ImportDirective",
960
- "scope": 18402,
961
- "sourceUnit": 19403,
960
+ "scope": 18409,
961
+ "sourceUnit": 19410,
962
962
  "src": "202:65:40",
963
963
  "symbolAliases": [
964
964
  {
965
965
  "foreign": {
966
- "id": 18038,
966
+ "id": 18045,
967
967
  "name": "SuperfluidErrors",
968
968
  "nodeType": "Identifier",
969
969
  "overloadedDeclarations": [],
970
- "referencedDeclaration": 19402,
970
+ "referencedDeclaration": 19409,
971
971
  "src": "211:16:40",
972
972
  "typeDescriptions": {}
973
973
  },
@@ -981,16 +981,16 @@
981
981
  "baseContracts": [
982
982
  {
983
983
  "baseName": {
984
- "id": 18041,
984
+ "id": 18048,
985
985
  "name": "ISuperAgreement",
986
986
  "nameLocations": [
987
987
  "389:15:40"
988
988
  ],
989
989
  "nodeType": "IdentifierPath",
990
- "referencedDeclaration": 19431,
990
+ "referencedDeclaration": 19438,
991
991
  "src": "389:15:40"
992
992
  },
993
- "id": 18042,
993
+ "id": 18049,
994
994
  "nodeType": "InheritanceSpecifier",
995
995
  "src": "389:15:40"
996
996
  }
@@ -999,16 +999,16 @@
999
999
  "contractDependencies": [],
1000
1000
  "contractKind": "contract",
1001
1001
  "documentation": {
1002
- "id": 18040,
1002
+ "id": 18047,
1003
1003
  "nodeType": "StructuredDocumentation",
1004
1004
  "src": "269:73:40",
1005
1005
  "text": " @title Constant Flow Agreement interface\n @author Superfluid"
1006
1006
  },
1007
1007
  "fullyImplemented": false,
1008
- "id": 18401,
1008
+ "id": 18408,
1009
1009
  "linearizedBaseContracts": [
1010
- 18401,
1011
- 19431
1010
+ 18408,
1011
+ 19438
1012
1012
  ],
1013
1013
  "name": "IConstantFlowAgreementV1",
1014
1014
  "nameLocation": "361:24:40",
@@ -1016,12 +1016,12 @@
1016
1016
  "nodes": [
1017
1017
  {
1018
1018
  "errorSelector": "4b993136",
1019
- "id": 18044,
1019
+ "id": 18051,
1020
1020
  "name": "CFA_ACL_NO_SENDER_CREATE",
1021
1021
  "nameLocation": "592:24:40",
1022
1022
  "nodeType": "ErrorDefinition",
1023
1023
  "parameters": {
1024
- "id": 18043,
1024
+ "id": 18050,
1025
1025
  "nodeType": "ParameterList",
1026
1026
  "parameters": [],
1027
1027
  "src": "616:2:40"
@@ -1030,12 +1030,12 @@
1030
1030
  },
1031
1031
  {
1032
1032
  "errorSelector": "edfa0d3b",
1033
- "id": 18046,
1033
+ "id": 18053,
1034
1034
  "name": "CFA_ACL_NO_SENDER_UPDATE",
1035
1035
  "nameLocation": "630:24:40",
1036
1036
  "nodeType": "ErrorDefinition",
1037
1037
  "parameters": {
1038
- "id": 18045,
1038
+ "id": 18052,
1039
1039
  "nodeType": "ParameterList",
1040
1040
  "parameters": [],
1041
1041
  "src": "654:2:40"
@@ -1044,12 +1044,12 @@
1044
1044
  },
1045
1045
  {
1046
1046
  "errorSelector": "a3eab6ac",
1047
- "id": 18048,
1047
+ "id": 18055,
1048
1048
  "name": "CFA_ACL_OPERATOR_NO_CREATE_PERMISSIONS",
1049
1049
  "nameLocation": "668:38:40",
1050
1050
  "nodeType": "ErrorDefinition",
1051
1051
  "parameters": {
1052
- "id": 18047,
1052
+ "id": 18054,
1053
1053
  "nodeType": "ParameterList",
1054
1054
  "parameters": [],
1055
1055
  "src": "706:2:40"
@@ -1058,12 +1058,12 @@
1058
1058
  },
1059
1059
  {
1060
1060
  "errorSelector": "ac434b5f",
1061
- "id": 18050,
1061
+ "id": 18057,
1062
1062
  "name": "CFA_ACL_OPERATOR_NO_UPDATE_PERMISSIONS",
1063
1063
  "nameLocation": "720:38:40",
1064
1064
  "nodeType": "ErrorDefinition",
1065
1065
  "parameters": {
1066
- "id": 18049,
1066
+ "id": 18056,
1067
1067
  "nodeType": "ParameterList",
1068
1068
  "parameters": [],
1069
1069
  "src": "758:2:40"
@@ -1072,12 +1072,12 @@
1072
1072
  },
1073
1073
  {
1074
1074
  "errorSelector": "e30f1bff",
1075
- "id": 18052,
1075
+ "id": 18059,
1076
1076
  "name": "CFA_ACL_OPERATOR_NO_DELETE_PERMISSIONS",
1077
1077
  "nameLocation": "772:38:40",
1078
1078
  "nodeType": "ErrorDefinition",
1079
1079
  "parameters": {
1080
- "id": 18051,
1080
+ "id": 18058,
1081
1081
  "nodeType": "ParameterList",
1082
1082
  "parameters": [],
1083
1083
  "src": "810:2:40"
@@ -1086,12 +1086,12 @@
1086
1086
  },
1087
1087
  {
1088
1088
  "errorSelector": "a0645c1f",
1089
- "id": 18054,
1089
+ "id": 18061,
1090
1090
  "name": "CFA_ACL_FLOW_RATE_ALLOWANCE_EXCEEDED",
1091
1091
  "nameLocation": "824:36:40",
1092
1092
  "nodeType": "ErrorDefinition",
1093
1093
  "parameters": {
1094
- "id": 18053,
1094
+ "id": 18060,
1095
1095
  "nodeType": "ParameterList",
1096
1096
  "parameters": [],
1097
1097
  "src": "860:2:40"
@@ -1100,12 +1100,12 @@
1100
1100
  },
1101
1101
  {
1102
1102
  "errorSelector": "7939d66c",
1103
- "id": 18056,
1103
+ "id": 18063,
1104
1104
  "name": "CFA_ACL_UNCLEAN_PERMISSIONS",
1105
1105
  "nameLocation": "874:27:40",
1106
1106
  "nodeType": "ErrorDefinition",
1107
1107
  "parameters": {
1108
- "id": 18055,
1108
+ "id": 18062,
1109
1109
  "nodeType": "ParameterList",
1110
1110
  "parameters": [],
1111
1111
  "src": "901:2:40"
@@ -1114,12 +1114,12 @@
1114
1114
  },
1115
1115
  {
1116
1116
  "errorSelector": "b0ed394d",
1117
- "id": 18058,
1117
+ "id": 18065,
1118
1118
  "name": "CFA_ACL_NO_SENDER_FLOW_OPERATOR",
1119
1119
  "nameLocation": "915:31:40",
1120
1120
  "nodeType": "ErrorDefinition",
1121
1121
  "parameters": {
1122
- "id": 18057,
1122
+ "id": 18064,
1123
1123
  "nodeType": "ParameterList",
1124
1124
  "parameters": [],
1125
1125
  "src": "946:2:40"
@@ -1128,12 +1128,12 @@
1128
1128
  },
1129
1129
  {
1130
1130
  "errorSelector": "86e0377d",
1131
- "id": 18060,
1131
+ "id": 18067,
1132
1132
  "name": "CFA_ACL_NO_NEGATIVE_ALLOWANCE",
1133
1133
  "nameLocation": "960:29:40",
1134
1134
  "nodeType": "ErrorDefinition",
1135
1135
  "parameters": {
1136
- "id": 18059,
1136
+ "id": 18066,
1137
1137
  "nodeType": "ParameterList",
1138
1138
  "parameters": [],
1139
1139
  "src": "989:2:40"
@@ -1142,12 +1142,12 @@
1142
1142
  },
1143
1143
  {
1144
1144
  "errorSelector": "752c2b9c",
1145
- "id": 18062,
1145
+ "id": 18069,
1146
1146
  "name": "CFA_DEPOSIT_TOO_BIG",
1147
1147
  "nameLocation": "1004:19:40",
1148
1148
  "nodeType": "ErrorDefinition",
1149
1149
  "parameters": {
1150
- "id": 18061,
1150
+ "id": 18068,
1151
1151
  "nodeType": "ParameterList",
1152
1152
  "parameters": [],
1153
1153
  "src": "1023:2:40"
@@ -1156,12 +1156,12 @@
1156
1156
  },
1157
1157
  {
1158
1158
  "errorSelector": "0c9c55c1",
1159
- "id": 18064,
1159
+ "id": 18071,
1160
1160
  "name": "CFA_FLOW_RATE_TOO_BIG",
1161
1161
  "nameLocation": "1037:21:40",
1162
1162
  "nodeType": "ErrorDefinition",
1163
1163
  "parameters": {
1164
- "id": 18063,
1164
+ "id": 18070,
1165
1165
  "nodeType": "ParameterList",
1166
1166
  "parameters": [],
1167
1167
  "src": "1058:2:40"
@@ -1170,12 +1170,12 @@
1170
1170
  },
1171
1171
  {
1172
1172
  "errorSelector": "ce11b5d1",
1173
- "id": 18066,
1173
+ "id": 18073,
1174
1174
  "name": "CFA_NON_CRITICAL_SENDER",
1175
1175
  "nameLocation": "1072:23:40",
1176
1176
  "nodeType": "ErrorDefinition",
1177
1177
  "parameters": {
1178
- "id": 18065,
1178
+ "id": 18072,
1179
1179
  "nodeType": "ParameterList",
1180
1180
  "parameters": [],
1181
1181
  "src": "1095:2:40"
@@ -1184,12 +1184,12 @@
1184
1184
  },
1185
1185
  {
1186
1186
  "errorSelector": "91acad16",
1187
- "id": 18068,
1187
+ "id": 18075,
1188
1188
  "name": "CFA_INVALID_FLOW_RATE",
1189
1189
  "nameLocation": "1109:21:40",
1190
1190
  "nodeType": "ErrorDefinition",
1191
1191
  "parameters": {
1192
- "id": 18067,
1192
+ "id": 18074,
1193
1193
  "nodeType": "ParameterList",
1194
1194
  "parameters": [],
1195
1195
  "src": "1130:2:40"
@@ -1198,12 +1198,12 @@
1198
1198
  },
1199
1199
  {
1200
1200
  "errorSelector": "a47338ef",
1201
- "id": 18070,
1201
+ "id": 18077,
1202
1202
  "name": "CFA_NO_SELF_FLOW",
1203
1203
  "nameLocation": "1144:16:40",
1204
1204
  "nodeType": "ErrorDefinition",
1205
1205
  "parameters": {
1206
- "id": 18069,
1206
+ "id": 18076,
1207
1207
  "nodeType": "ParameterList",
1208
1208
  "parameters": [],
1209
1209
  "src": "1160:2:40"
@@ -1212,10 +1212,10 @@
1212
1212
  },
1213
1213
  {
1214
1214
  "baseFunctions": [
1215
- 19413
1215
+ 19420
1216
1216
  ],
1217
1217
  "body": {
1218
- "id": 18081,
1218
+ "id": 18088,
1219
1219
  "nodeType": "Block",
1220
1220
  "src": "1293:95:40",
1221
1221
  "statements": [
@@ -1224,7 +1224,7 @@
1224
1224
  "arguments": [
1225
1225
  {
1226
1226
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e7631",
1227
- "id": 18078,
1227
+ "id": 18085,
1228
1228
  "isConstant": false,
1229
1229
  "isLValue": false,
1230
1230
  "isPure": true,
@@ -1246,7 +1246,7 @@
1246
1246
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\""
1247
1247
  }
1248
1248
  ],
1249
- "id": 18077,
1249
+ "id": 18084,
1250
1250
  "name": "keccak256",
1251
1251
  "nodeType": "Identifier",
1252
1252
  "overloadedDeclarations": [],
@@ -1257,7 +1257,7 @@
1257
1257
  "typeString": "function (bytes memory) pure returns (bytes32)"
1258
1258
  }
1259
1259
  },
1260
- "id": 18079,
1260
+ "id": 18086,
1261
1261
  "isConstant": false,
1262
1262
  "isLValue": false,
1263
1263
  "isPure": true,
@@ -1273,21 +1273,21 @@
1273
1273
  "typeString": "bytes32"
1274
1274
  }
1275
1275
  },
1276
- "functionReturnParameters": 18076,
1277
- "id": 18080,
1276
+ "functionReturnParameters": 18083,
1277
+ "id": 18087,
1278
1278
  "nodeType": "Return",
1279
1279
  "src": "1303:78:40"
1280
1280
  }
1281
1281
  ]
1282
1282
  },
1283
1283
  "documentation": {
1284
- "id": 18071,
1284
+ "id": 18078,
1285
1285
  "nodeType": "StructuredDocumentation",
1286
1286
  "src": "1169:53:40",
1287
1287
  "text": "@dev ISuperAgreement.agreementType implementation"
1288
1288
  },
1289
1289
  "functionSelector": "7730599e",
1290
- "id": 18082,
1290
+ "id": 18089,
1291
1291
  "implemented": true,
1292
1292
  "kind": "function",
1293
1293
  "modifiers": [],
@@ -1295,29 +1295,29 @@
1295
1295
  "nameLocation": "1236:13:40",
1296
1296
  "nodeType": "FunctionDefinition",
1297
1297
  "overrides": {
1298
- "id": 18073,
1298
+ "id": 18080,
1299
1299
  "nodeType": "OverrideSpecifier",
1300
1300
  "overrides": [],
1301
1301
  "src": "1261:8:40"
1302
1302
  },
1303
1303
  "parameters": {
1304
- "id": 18072,
1304
+ "id": 18079,
1305
1305
  "nodeType": "ParameterList",
1306
1306
  "parameters": [],
1307
1307
  "src": "1249:2:40"
1308
1308
  },
1309
1309
  "returnParameters": {
1310
- "id": 18076,
1310
+ "id": 18083,
1311
1311
  "nodeType": "ParameterList",
1312
1312
  "parameters": [
1313
1313
  {
1314
1314
  "constant": false,
1315
- "id": 18075,
1315
+ "id": 18082,
1316
1316
  "mutability": "mutable",
1317
1317
  "name": "",
1318
1318
  "nameLocation": "-1:-1:-1",
1319
1319
  "nodeType": "VariableDeclaration",
1320
- "scope": 18082,
1320
+ "scope": 18089,
1321
1321
  "src": "1284:7:40",
1322
1322
  "stateVariable": false,
1323
1323
  "storageLocation": "default",
@@ -1326,7 +1326,7 @@
1326
1326
  "typeString": "bytes32"
1327
1327
  },
1328
1328
  "typeName": {
1329
- "id": 18074,
1329
+ "id": 18081,
1330
1330
  "name": "bytes32",
1331
1331
  "nodeType": "ElementaryTypeName",
1332
1332
  "src": "1284:7:40",
@@ -1340,7 +1340,7 @@
1340
1340
  ],
1341
1341
  "src": "1283:9:40"
1342
1342
  },
1343
- "scope": 18401,
1343
+ "scope": 18408,
1344
1344
  "src": "1227:161:40",
1345
1345
  "stateMutability": "pure",
1346
1346
  "virtual": false,
@@ -1348,13 +1348,13 @@
1348
1348
  },
1349
1349
  {
1350
1350
  "documentation": {
1351
- "id": 18083,
1351
+ "id": 18090,
1352
1352
  "nodeType": "StructuredDocumentation",
1353
1353
  "src": "1394:239:40",
1354
1354
  "text": " @notice Get the maximum flow rate allowed with the deposit\n @dev The deposit is clipped and rounded down\n @param deposit Deposit amount used for creating the flow\n @return flowRate The maximum flow rate"
1355
1355
  },
1356
1356
  "functionSelector": "0602f7db",
1357
- "id": 18093,
1357
+ "id": 18100,
1358
1358
  "implemented": false,
1359
1359
  "kind": "function",
1360
1360
  "modifiers": [],
@@ -1362,41 +1362,41 @@
1362
1362
  "nameLocation": "1647:29:40",
1363
1363
  "nodeType": "FunctionDefinition",
1364
1364
  "parameters": {
1365
- "id": 18089,
1365
+ "id": 18096,
1366
1366
  "nodeType": "ParameterList",
1367
1367
  "parameters": [
1368
1368
  {
1369
1369
  "constant": false,
1370
- "id": 18086,
1370
+ "id": 18093,
1371
1371
  "mutability": "mutable",
1372
1372
  "name": "token",
1373
1373
  "nameLocation": "1703:5:40",
1374
1374
  "nodeType": "VariableDeclaration",
1375
- "scope": 18093,
1375
+ "scope": 18100,
1376
1376
  "src": "1686:22:40",
1377
1377
  "stateVariable": false,
1378
1378
  "storageLocation": "default",
1379
1379
  "typeDescriptions": {
1380
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1380
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1381
1381
  "typeString": "contract ISuperfluidToken"
1382
1382
  },
1383
1383
  "typeName": {
1384
- "id": 18085,
1384
+ "id": 18092,
1385
1385
  "nodeType": "UserDefinedTypeName",
1386
1386
  "pathNode": {
1387
- "id": 18084,
1387
+ "id": 18091,
1388
1388
  "name": "ISuperfluidToken",
1389
1389
  "nameLocations": [
1390
1390
  "1686:16:40"
1391
1391
  ],
1392
1392
  "nodeType": "IdentifierPath",
1393
- "referencedDeclaration": 20940,
1393
+ "referencedDeclaration": 20947,
1394
1394
  "src": "1686:16:40"
1395
1395
  },
1396
- "referencedDeclaration": 20940,
1396
+ "referencedDeclaration": 20947,
1397
1397
  "src": "1686:16:40",
1398
1398
  "typeDescriptions": {
1399
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1399
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1400
1400
  "typeString": "contract ISuperfluidToken"
1401
1401
  }
1402
1402
  },
@@ -1404,12 +1404,12 @@
1404
1404
  },
1405
1405
  {
1406
1406
  "constant": false,
1407
- "id": 18088,
1407
+ "id": 18095,
1408
1408
  "mutability": "mutable",
1409
1409
  "name": "deposit",
1410
1410
  "nameLocation": "1726:7:40",
1411
1411
  "nodeType": "VariableDeclaration",
1412
- "scope": 18093,
1412
+ "scope": 18100,
1413
1413
  "src": "1718:15:40",
1414
1414
  "stateVariable": false,
1415
1415
  "storageLocation": "default",
@@ -1418,7 +1418,7 @@
1418
1418
  "typeString": "uint256"
1419
1419
  },
1420
1420
  "typeName": {
1421
- "id": 18087,
1421
+ "id": 18094,
1422
1422
  "name": "uint256",
1423
1423
  "nodeType": "ElementaryTypeName",
1424
1424
  "src": "1718:7:40",
@@ -1433,17 +1433,17 @@
1433
1433
  "src": "1676:58:40"
1434
1434
  },
1435
1435
  "returnParameters": {
1436
- "id": 18092,
1436
+ "id": 18099,
1437
1437
  "nodeType": "ParameterList",
1438
1438
  "parameters": [
1439
1439
  {
1440
1440
  "constant": false,
1441
- "id": 18091,
1441
+ "id": 18098,
1442
1442
  "mutability": "mutable",
1443
1443
  "name": "flowRate",
1444
1444
  "nameLocation": "1788:8:40",
1445
1445
  "nodeType": "VariableDeclaration",
1446
- "scope": 18093,
1446
+ "scope": 18100,
1447
1447
  "src": "1782:14:40",
1448
1448
  "stateVariable": false,
1449
1449
  "storageLocation": "default",
@@ -1452,7 +1452,7 @@
1452
1452
  "typeString": "int96"
1453
1453
  },
1454
1454
  "typeName": {
1455
- "id": 18090,
1455
+ "id": 18097,
1456
1456
  "name": "int96",
1457
1457
  "nodeType": "ElementaryTypeName",
1458
1458
  "src": "1782:5:40",
@@ -1466,7 +1466,7 @@
1466
1466
  ],
1467
1467
  "src": "1781:16:40"
1468
1468
  },
1469
- "scope": 18401,
1469
+ "scope": 18408,
1470
1470
  "src": "1638:160:40",
1471
1471
  "stateMutability": "view",
1472
1472
  "virtual": true,
@@ -1474,13 +1474,13 @@
1474
1474
  },
1475
1475
  {
1476
1476
  "documentation": {
1477
- "id": 18094,
1477
+ "id": 18101,
1478
1478
  "nodeType": "StructuredDocumentation",
1479
1479
  "src": "1804:482:40",
1480
1480
  "text": " @notice Get the deposit required for creating the flow\n @dev Calculates the deposit based on the liquidationPeriod and flowRate\n @param flowRate Flow rate to be tested\n @return deposit The deposit amount based on flowRate and liquidationPeriod\n @custom:note \n - if calculated deposit (flowRate * liquidationPeriod) is less\n than the minimum deposit, we use the minimum deposit otherwise\n we use the calculated deposit"
1481
1481
  },
1482
1482
  "functionSelector": "8d997f6e",
1483
- "id": 18104,
1483
+ "id": 18111,
1484
1484
  "implemented": false,
1485
1485
  "kind": "function",
1486
1486
  "modifiers": [],
@@ -1488,41 +1488,41 @@
1488
1488
  "nameLocation": "2300:29:40",
1489
1489
  "nodeType": "FunctionDefinition",
1490
1490
  "parameters": {
1491
- "id": 18100,
1491
+ "id": 18107,
1492
1492
  "nodeType": "ParameterList",
1493
1493
  "parameters": [
1494
1494
  {
1495
1495
  "constant": false,
1496
- "id": 18097,
1496
+ "id": 18104,
1497
1497
  "mutability": "mutable",
1498
1498
  "name": "token",
1499
1499
  "nameLocation": "2356:5:40",
1500
1500
  "nodeType": "VariableDeclaration",
1501
- "scope": 18104,
1501
+ "scope": 18111,
1502
1502
  "src": "2339:22:40",
1503
1503
  "stateVariable": false,
1504
1504
  "storageLocation": "default",
1505
1505
  "typeDescriptions": {
1506
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1506
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1507
1507
  "typeString": "contract ISuperfluidToken"
1508
1508
  },
1509
1509
  "typeName": {
1510
- "id": 18096,
1510
+ "id": 18103,
1511
1511
  "nodeType": "UserDefinedTypeName",
1512
1512
  "pathNode": {
1513
- "id": 18095,
1513
+ "id": 18102,
1514
1514
  "name": "ISuperfluidToken",
1515
1515
  "nameLocations": [
1516
1516
  "2339:16:40"
1517
1517
  ],
1518
1518
  "nodeType": "IdentifierPath",
1519
- "referencedDeclaration": 20940,
1519
+ "referencedDeclaration": 20947,
1520
1520
  "src": "2339:16:40"
1521
1521
  },
1522
- "referencedDeclaration": 20940,
1522
+ "referencedDeclaration": 20947,
1523
1523
  "src": "2339:16:40",
1524
1524
  "typeDescriptions": {
1525
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1525
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1526
1526
  "typeString": "contract ISuperfluidToken"
1527
1527
  }
1528
1528
  },
@@ -1530,12 +1530,12 @@
1530
1530
  },
1531
1531
  {
1532
1532
  "constant": false,
1533
- "id": 18099,
1533
+ "id": 18106,
1534
1534
  "mutability": "mutable",
1535
1535
  "name": "flowRate",
1536
1536
  "nameLocation": "2377:8:40",
1537
1537
  "nodeType": "VariableDeclaration",
1538
- "scope": 18104,
1538
+ "scope": 18111,
1539
1539
  "src": "2371:14:40",
1540
1540
  "stateVariable": false,
1541
1541
  "storageLocation": "default",
@@ -1544,7 +1544,7 @@
1544
1544
  "typeString": "int96"
1545
1545
  },
1546
1546
  "typeName": {
1547
- "id": 18098,
1547
+ "id": 18105,
1548
1548
  "name": "int96",
1549
1549
  "nodeType": "ElementaryTypeName",
1550
1550
  "src": "2371:5:40",
@@ -1559,17 +1559,17 @@
1559
1559
  "src": "2329:57:40"
1560
1560
  },
1561
1561
  "returnParameters": {
1562
- "id": 18103,
1562
+ "id": 18110,
1563
1563
  "nodeType": "ParameterList",
1564
1564
  "parameters": [
1565
1565
  {
1566
1566
  "constant": false,
1567
- "id": 18102,
1567
+ "id": 18109,
1568
1568
  "mutability": "mutable",
1569
1569
  "name": "deposit",
1570
1570
  "nameLocation": "2442:7:40",
1571
1571
  "nodeType": "VariableDeclaration",
1572
- "scope": 18104,
1572
+ "scope": 18111,
1573
1573
  "src": "2434:15:40",
1574
1574
  "stateVariable": false,
1575
1575
  "storageLocation": "default",
@@ -1578,7 +1578,7 @@
1578
1578
  "typeString": "uint256"
1579
1579
  },
1580
1580
  "typeName": {
1581
- "id": 18101,
1581
+ "id": 18108,
1582
1582
  "name": "uint256",
1583
1583
  "nodeType": "ElementaryTypeName",
1584
1584
  "src": "2434:7:40",
@@ -1592,7 +1592,7 @@
1592
1592
  ],
1593
1593
  "src": "2433:17:40"
1594
1594
  },
1595
- "scope": 18401,
1595
+ "scope": 18408,
1596
1596
  "src": "2291:160:40",
1597
1597
  "stateMutability": "view",
1598
1598
  "virtual": true,
@@ -1600,13 +1600,13 @@
1600
1600
  },
1601
1601
  {
1602
1602
  "documentation": {
1603
- "id": 18105,
1603
+ "id": 18112,
1604
1604
  "nodeType": "StructuredDocumentation",
1605
1605
  "src": "2457:306:40",
1606
1606
  "text": " @dev Returns whether it is the patrician period based on host.getNow()\n @param account The account we are interested in\n @return isCurrentlyPatricianPeriod Whether it is currently the patrician period dictated by governance\n @return timestamp The value of host.getNow()"
1607
1607
  },
1608
1608
  "functionSelector": "4fe9c291",
1609
- "id": 18117,
1609
+ "id": 18124,
1610
1610
  "implemented": false,
1611
1611
  "kind": "function",
1612
1612
  "modifiers": [],
@@ -1614,41 +1614,41 @@
1614
1614
  "nameLocation": "2777:20:40",
1615
1615
  "nodeType": "FunctionDefinition",
1616
1616
  "parameters": {
1617
- "id": 18111,
1617
+ "id": 18118,
1618
1618
  "nodeType": "ParameterList",
1619
1619
  "parameters": [
1620
1620
  {
1621
1621
  "constant": false,
1622
- "id": 18108,
1622
+ "id": 18115,
1623
1623
  "mutability": "mutable",
1624
1624
  "name": "token",
1625
1625
  "nameLocation": "2824:5:40",
1626
1626
  "nodeType": "VariableDeclaration",
1627
- "scope": 18117,
1627
+ "scope": 18124,
1628
1628
  "src": "2807:22:40",
1629
1629
  "stateVariable": false,
1630
1630
  "storageLocation": "default",
1631
1631
  "typeDescriptions": {
1632
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1632
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1633
1633
  "typeString": "contract ISuperfluidToken"
1634
1634
  },
1635
1635
  "typeName": {
1636
- "id": 18107,
1636
+ "id": 18114,
1637
1637
  "nodeType": "UserDefinedTypeName",
1638
1638
  "pathNode": {
1639
- "id": 18106,
1639
+ "id": 18113,
1640
1640
  "name": "ISuperfluidToken",
1641
1641
  "nameLocations": [
1642
1642
  "2807:16:40"
1643
1643
  ],
1644
1644
  "nodeType": "IdentifierPath",
1645
- "referencedDeclaration": 20940,
1645
+ "referencedDeclaration": 20947,
1646
1646
  "src": "2807:16:40"
1647
1647
  },
1648
- "referencedDeclaration": 20940,
1648
+ "referencedDeclaration": 20947,
1649
1649
  "src": "2807:16:40",
1650
1650
  "typeDescriptions": {
1651
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1651
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1652
1652
  "typeString": "contract ISuperfluidToken"
1653
1653
  }
1654
1654
  },
@@ -1656,12 +1656,12 @@
1656
1656
  },
1657
1657
  {
1658
1658
  "constant": false,
1659
- "id": 18110,
1659
+ "id": 18117,
1660
1660
  "mutability": "mutable",
1661
1661
  "name": "account",
1662
1662
  "nameLocation": "2847:7:40",
1663
1663
  "nodeType": "VariableDeclaration",
1664
- "scope": 18117,
1664
+ "scope": 18124,
1665
1665
  "src": "2839:15:40",
1666
1666
  "stateVariable": false,
1667
1667
  "storageLocation": "default",
@@ -1670,7 +1670,7 @@
1670
1670
  "typeString": "address"
1671
1671
  },
1672
1672
  "typeName": {
1673
- "id": 18109,
1673
+ "id": 18116,
1674
1674
  "name": "address",
1675
1675
  "nodeType": "ElementaryTypeName",
1676
1676
  "src": "2839:7:40",
@@ -1686,17 +1686,17 @@
1686
1686
  "src": "2797:58:40"
1687
1687
  },
1688
1688
  "returnParameters": {
1689
- "id": 18116,
1689
+ "id": 18123,
1690
1690
  "nodeType": "ParameterList",
1691
1691
  "parameters": [
1692
1692
  {
1693
1693
  "constant": false,
1694
- "id": 18113,
1694
+ "id": 18120,
1695
1695
  "mutability": "mutable",
1696
1696
  "name": "isCurrentlyPatricianPeriod",
1697
1697
  "nameLocation": "2908:26:40",
1698
1698
  "nodeType": "VariableDeclaration",
1699
- "scope": 18117,
1699
+ "scope": 18124,
1700
1700
  "src": "2903:31:40",
1701
1701
  "stateVariable": false,
1702
1702
  "storageLocation": "default",
@@ -1705,7 +1705,7 @@
1705
1705
  "typeString": "bool"
1706
1706
  },
1707
1707
  "typeName": {
1708
- "id": 18112,
1708
+ "id": 18119,
1709
1709
  "name": "bool",
1710
1710
  "nodeType": "ElementaryTypeName",
1711
1711
  "src": "2903:4:40",
@@ -1718,12 +1718,12 @@
1718
1718
  },
1719
1719
  {
1720
1720
  "constant": false,
1721
- "id": 18115,
1721
+ "id": 18122,
1722
1722
  "mutability": "mutable",
1723
1723
  "name": "timestamp",
1724
1724
  "nameLocation": "2944:9:40",
1725
1725
  "nodeType": "VariableDeclaration",
1726
- "scope": 18117,
1726
+ "scope": 18124,
1727
1727
  "src": "2936:17:40",
1728
1728
  "stateVariable": false,
1729
1729
  "storageLocation": "default",
@@ -1732,7 +1732,7 @@
1732
1732
  "typeString": "uint256"
1733
1733
  },
1734
1734
  "typeName": {
1735
- "id": 18114,
1735
+ "id": 18121,
1736
1736
  "name": "uint256",
1737
1737
  "nodeType": "ElementaryTypeName",
1738
1738
  "src": "2936:7:40",
@@ -1746,7 +1746,7 @@
1746
1746
  ],
1747
1747
  "src": "2902:52:40"
1748
1748
  },
1749
- "scope": 18401,
1749
+ "scope": 18408,
1750
1750
  "src": "2768:187:40",
1751
1751
  "stateMutability": "view",
1752
1752
  "virtual": true,
@@ -1754,13 +1754,13 @@
1754
1754
  },
1755
1755
  {
1756
1756
  "documentation": {
1757
- "id": 18118,
1757
+ "id": 18125,
1758
1758
  "nodeType": "StructuredDocumentation",
1759
1759
  "src": "2961:329:40",
1760
1760
  "text": " @dev Returns whether it is the patrician period based on timestamp\n @param account The account we are interested in\n @param timestamp The timestamp we are interested in observing the result of isPatricianPeriod\n @return bool Whether it is currently the patrician period dictated by governance"
1761
1761
  },
1762
1762
  "functionSelector": "4b839e0b",
1763
- "id": 18130,
1763
+ "id": 18137,
1764
1764
  "implemented": false,
1765
1765
  "kind": "function",
1766
1766
  "modifiers": [],
@@ -1768,41 +1768,41 @@
1768
1768
  "nameLocation": "3304:17:40",
1769
1769
  "nodeType": "FunctionDefinition",
1770
1770
  "parameters": {
1771
- "id": 18126,
1771
+ "id": 18133,
1772
1772
  "nodeType": "ParameterList",
1773
1773
  "parameters": [
1774
1774
  {
1775
1775
  "constant": false,
1776
- "id": 18121,
1776
+ "id": 18128,
1777
1777
  "mutability": "mutable",
1778
1778
  "name": "token",
1779
1779
  "nameLocation": "3348:5:40",
1780
1780
  "nodeType": "VariableDeclaration",
1781
- "scope": 18130,
1781
+ "scope": 18137,
1782
1782
  "src": "3331:22:40",
1783
1783
  "stateVariable": false,
1784
1784
  "storageLocation": "default",
1785
1785
  "typeDescriptions": {
1786
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1786
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1787
1787
  "typeString": "contract ISuperfluidToken"
1788
1788
  },
1789
1789
  "typeName": {
1790
- "id": 18120,
1790
+ "id": 18127,
1791
1791
  "nodeType": "UserDefinedTypeName",
1792
1792
  "pathNode": {
1793
- "id": 18119,
1793
+ "id": 18126,
1794
1794
  "name": "ISuperfluidToken",
1795
1795
  "nameLocations": [
1796
1796
  "3331:16:40"
1797
1797
  ],
1798
1798
  "nodeType": "IdentifierPath",
1799
- "referencedDeclaration": 20940,
1799
+ "referencedDeclaration": 20947,
1800
1800
  "src": "3331:16:40"
1801
1801
  },
1802
- "referencedDeclaration": 20940,
1802
+ "referencedDeclaration": 20947,
1803
1803
  "src": "3331:16:40",
1804
1804
  "typeDescriptions": {
1805
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1805
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1806
1806
  "typeString": "contract ISuperfluidToken"
1807
1807
  }
1808
1808
  },
@@ -1810,12 +1810,12 @@
1810
1810
  },
1811
1811
  {
1812
1812
  "constant": false,
1813
- "id": 18123,
1813
+ "id": 18130,
1814
1814
  "mutability": "mutable",
1815
1815
  "name": "account",
1816
1816
  "nameLocation": "3371:7:40",
1817
1817
  "nodeType": "VariableDeclaration",
1818
- "scope": 18130,
1818
+ "scope": 18137,
1819
1819
  "src": "3363:15:40",
1820
1820
  "stateVariable": false,
1821
1821
  "storageLocation": "default",
@@ -1824,7 +1824,7 @@
1824
1824
  "typeString": "address"
1825
1825
  },
1826
1826
  "typeName": {
1827
- "id": 18122,
1827
+ "id": 18129,
1828
1828
  "name": "address",
1829
1829
  "nodeType": "ElementaryTypeName",
1830
1830
  "src": "3363:7:40",
@@ -1838,12 +1838,12 @@
1838
1838
  },
1839
1839
  {
1840
1840
  "constant": false,
1841
- "id": 18125,
1841
+ "id": 18132,
1842
1842
  "mutability": "mutable",
1843
1843
  "name": "timestamp",
1844
1844
  "nameLocation": "3396:9:40",
1845
1845
  "nodeType": "VariableDeclaration",
1846
- "scope": 18130,
1846
+ "scope": 18137,
1847
1847
  "src": "3388:17:40",
1848
1848
  "stateVariable": false,
1849
1849
  "storageLocation": "default",
@@ -1852,7 +1852,7 @@
1852
1852
  "typeString": "uint256"
1853
1853
  },
1854
1854
  "typeName": {
1855
- "id": 18124,
1855
+ "id": 18131,
1856
1856
  "name": "uint256",
1857
1857
  "nodeType": "ElementaryTypeName",
1858
1858
  "src": "3388:7:40",
@@ -1867,17 +1867,17 @@
1867
1867
  "src": "3321:90:40"
1868
1868
  },
1869
1869
  "returnParameters": {
1870
- "id": 18129,
1870
+ "id": 18136,
1871
1871
  "nodeType": "ParameterList",
1872
1872
  "parameters": [
1873
1873
  {
1874
1874
  "constant": false,
1875
- "id": 18128,
1875
+ "id": 18135,
1876
1876
  "mutability": "mutable",
1877
1877
  "name": "",
1878
1878
  "nameLocation": "-1:-1:-1",
1879
1879
  "nodeType": "VariableDeclaration",
1880
- "scope": 18130,
1880
+ "scope": 18137,
1881
1881
  "src": "3457:4:40",
1882
1882
  "stateVariable": false,
1883
1883
  "storageLocation": "default",
@@ -1886,7 +1886,7 @@
1886
1886
  "typeString": "bool"
1887
1887
  },
1888
1888
  "typeName": {
1889
- "id": 18127,
1889
+ "id": 18134,
1890
1890
  "name": "bool",
1891
1891
  "nodeType": "ElementaryTypeName",
1892
1892
  "src": "3457:4:40",
@@ -1900,7 +1900,7 @@
1900
1900
  ],
1901
1901
  "src": "3456:6:40"
1902
1902
  },
1903
- "scope": 18401,
1903
+ "scope": 18408,
1904
1904
  "src": "3295:168:40",
1905
1905
  "stateMutability": "view",
1906
1906
  "virtual": true,
@@ -1908,13 +1908,13 @@
1908
1908
  },
1909
1909
  {
1910
1910
  "documentation": {
1911
- "id": 18131,
1911
+ "id": 18138,
1912
1912
  "nodeType": "StructuredDocumentation",
1913
1913
  "src": "3469:464:40",
1914
1914
  "text": " @dev msgSender from `ctx` updates permissions for the `flowOperator` with `flowRateAllowance`\n @param token Super token address\n @param flowOperator The permission grantee address\n @param permissions A bitmask representation of the granted permissions\n @param flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
1915
1915
  },
1916
1916
  "functionSelector": "811b3d40",
1917
- "id": 18147,
1917
+ "id": 18154,
1918
1918
  "implemented": false,
1919
1919
  "kind": "function",
1920
1920
  "modifiers": [],
@@ -1922,41 +1922,41 @@
1922
1922
  "nameLocation": "3947:29:40",
1923
1923
  "nodeType": "FunctionDefinition",
1924
1924
  "parameters": {
1925
- "id": 18143,
1925
+ "id": 18150,
1926
1926
  "nodeType": "ParameterList",
1927
1927
  "parameters": [
1928
1928
  {
1929
1929
  "constant": false,
1930
- "id": 18134,
1930
+ "id": 18141,
1931
1931
  "mutability": "mutable",
1932
1932
  "name": "token",
1933
1933
  "nameLocation": "4003:5:40",
1934
1934
  "nodeType": "VariableDeclaration",
1935
- "scope": 18147,
1935
+ "scope": 18154,
1936
1936
  "src": "3986:22:40",
1937
1937
  "stateVariable": false,
1938
1938
  "storageLocation": "default",
1939
1939
  "typeDescriptions": {
1940
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1940
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1941
1941
  "typeString": "contract ISuperfluidToken"
1942
1942
  },
1943
1943
  "typeName": {
1944
- "id": 18133,
1944
+ "id": 18140,
1945
1945
  "nodeType": "UserDefinedTypeName",
1946
1946
  "pathNode": {
1947
- "id": 18132,
1947
+ "id": 18139,
1948
1948
  "name": "ISuperfluidToken",
1949
1949
  "nameLocations": [
1950
1950
  "3986:16:40"
1951
1951
  ],
1952
1952
  "nodeType": "IdentifierPath",
1953
- "referencedDeclaration": 20940,
1953
+ "referencedDeclaration": 20947,
1954
1954
  "src": "3986:16:40"
1955
1955
  },
1956
- "referencedDeclaration": 20940,
1956
+ "referencedDeclaration": 20947,
1957
1957
  "src": "3986:16:40",
1958
1958
  "typeDescriptions": {
1959
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
1959
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
1960
1960
  "typeString": "contract ISuperfluidToken"
1961
1961
  }
1962
1962
  },
@@ -1964,12 +1964,12 @@
1964
1964
  },
1965
1965
  {
1966
1966
  "constant": false,
1967
- "id": 18136,
1967
+ "id": 18143,
1968
1968
  "mutability": "mutable",
1969
1969
  "name": "flowOperator",
1970
1970
  "nameLocation": "4026:12:40",
1971
1971
  "nodeType": "VariableDeclaration",
1972
- "scope": 18147,
1972
+ "scope": 18154,
1973
1973
  "src": "4018:20:40",
1974
1974
  "stateVariable": false,
1975
1975
  "storageLocation": "default",
@@ -1978,7 +1978,7 @@
1978
1978
  "typeString": "address"
1979
1979
  },
1980
1980
  "typeName": {
1981
- "id": 18135,
1981
+ "id": 18142,
1982
1982
  "name": "address",
1983
1983
  "nodeType": "ElementaryTypeName",
1984
1984
  "src": "4018:7:40",
@@ -1992,12 +1992,12 @@
1992
1992
  },
1993
1993
  {
1994
1994
  "constant": false,
1995
- "id": 18138,
1995
+ "id": 18145,
1996
1996
  "mutability": "mutable",
1997
1997
  "name": "permissions",
1998
1998
  "nameLocation": "4054:11:40",
1999
1999
  "nodeType": "VariableDeclaration",
2000
- "scope": 18147,
2000
+ "scope": 18154,
2001
2001
  "src": "4048:17:40",
2002
2002
  "stateVariable": false,
2003
2003
  "storageLocation": "default",
@@ -2006,7 +2006,7 @@
2006
2006
  "typeString": "uint8"
2007
2007
  },
2008
2008
  "typeName": {
2009
- "id": 18137,
2009
+ "id": 18144,
2010
2010
  "name": "uint8",
2011
2011
  "nodeType": "ElementaryTypeName",
2012
2012
  "src": "4048:5:40",
@@ -2019,12 +2019,12 @@
2019
2019
  },
2020
2020
  {
2021
2021
  "constant": false,
2022
- "id": 18140,
2022
+ "id": 18147,
2023
2023
  "mutability": "mutable",
2024
2024
  "name": "flowRateAllowance",
2025
2025
  "nameLocation": "4081:17:40",
2026
2026
  "nodeType": "VariableDeclaration",
2027
- "scope": 18147,
2027
+ "scope": 18154,
2028
2028
  "src": "4075:23:40",
2029
2029
  "stateVariable": false,
2030
2030
  "storageLocation": "default",
@@ -2033,7 +2033,7 @@
2033
2033
  "typeString": "int96"
2034
2034
  },
2035
2035
  "typeName": {
2036
- "id": 18139,
2036
+ "id": 18146,
2037
2037
  "name": "int96",
2038
2038
  "nodeType": "ElementaryTypeName",
2039
2039
  "src": "4075:5:40",
@@ -2046,12 +2046,12 @@
2046
2046
  },
2047
2047
  {
2048
2048
  "constant": false,
2049
- "id": 18142,
2049
+ "id": 18149,
2050
2050
  "mutability": "mutable",
2051
2051
  "name": "ctx",
2052
2052
  "nameLocation": "4123:3:40",
2053
2053
  "nodeType": "VariableDeclaration",
2054
- "scope": 18147,
2054
+ "scope": 18154,
2055
2055
  "src": "4108:18:40",
2056
2056
  "stateVariable": false,
2057
2057
  "storageLocation": "calldata",
@@ -2060,7 +2060,7 @@
2060
2060
  "typeString": "bytes"
2061
2061
  },
2062
2062
  "typeName": {
2063
- "id": 18141,
2063
+ "id": 18148,
2064
2064
  "name": "bytes",
2065
2065
  "nodeType": "ElementaryTypeName",
2066
2066
  "src": "4108:5:40",
@@ -2075,17 +2075,17 @@
2075
2075
  "src": "3976:156:40"
2076
2076
  },
2077
2077
  "returnParameters": {
2078
- "id": 18146,
2078
+ "id": 18153,
2079
2079
  "nodeType": "ParameterList",
2080
2080
  "parameters": [
2081
2081
  {
2082
2082
  "constant": false,
2083
- "id": 18145,
2083
+ "id": 18152,
2084
2084
  "mutability": "mutable",
2085
2085
  "name": "newCtx",
2086
2086
  "nameLocation": "4188:6:40",
2087
2087
  "nodeType": "VariableDeclaration",
2088
- "scope": 18147,
2088
+ "scope": 18154,
2089
2089
  "src": "4175:19:40",
2090
2090
  "stateVariable": false,
2091
2091
  "storageLocation": "memory",
@@ -2094,7 +2094,7 @@
2094
2094
  "typeString": "bytes"
2095
2095
  },
2096
2096
  "typeName": {
2097
- "id": 18144,
2097
+ "id": 18151,
2098
2098
  "name": "bytes",
2099
2099
  "nodeType": "ElementaryTypeName",
2100
2100
  "src": "4175:5:40",
@@ -2108,7 +2108,7 @@
2108
2108
  ],
2109
2109
  "src": "4174:21:40"
2110
2110
  },
2111
- "scope": 18401,
2111
+ "scope": 18408,
2112
2112
  "src": "3938:258:40",
2113
2113
  "stateMutability": "nonpayable",
2114
2114
  "virtual": true,
@@ -2116,13 +2116,13 @@
2116
2116
  },
2117
2117
  {
2118
2118
  "documentation": {
2119
- "id": 18148,
2119
+ "id": 18155,
2120
2120
  "nodeType": "StructuredDocumentation",
2121
2121
  "src": "4202:295:40",
2122
2122
  "text": " @dev msgSender from `ctx` grants `flowOperator` all permissions with flowRateAllowance as type(int96).max\n @param token Super token address\n @param flowOperator The permission grantee address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
2123
2123
  },
2124
2124
  "functionSelector": "54b770e3",
2125
- "id": 18160,
2125
+ "id": 18167,
2126
2126
  "implemented": false,
2127
2127
  "kind": "function",
2128
2128
  "modifiers": [],
@@ -2130,41 +2130,41 @@
2130
2130
  "nameLocation": "4511:36:40",
2131
2131
  "nodeType": "FunctionDefinition",
2132
2132
  "parameters": {
2133
- "id": 18156,
2133
+ "id": 18163,
2134
2134
  "nodeType": "ParameterList",
2135
2135
  "parameters": [
2136
2136
  {
2137
2137
  "constant": false,
2138
- "id": 18151,
2138
+ "id": 18158,
2139
2139
  "mutability": "mutable",
2140
2140
  "name": "token",
2141
2141
  "nameLocation": "4574:5:40",
2142
2142
  "nodeType": "VariableDeclaration",
2143
- "scope": 18160,
2143
+ "scope": 18167,
2144
2144
  "src": "4557:22:40",
2145
2145
  "stateVariable": false,
2146
2146
  "storageLocation": "default",
2147
2147
  "typeDescriptions": {
2148
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2148
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2149
2149
  "typeString": "contract ISuperfluidToken"
2150
2150
  },
2151
2151
  "typeName": {
2152
- "id": 18150,
2152
+ "id": 18157,
2153
2153
  "nodeType": "UserDefinedTypeName",
2154
2154
  "pathNode": {
2155
- "id": 18149,
2155
+ "id": 18156,
2156
2156
  "name": "ISuperfluidToken",
2157
2157
  "nameLocations": [
2158
2158
  "4557:16:40"
2159
2159
  ],
2160
2160
  "nodeType": "IdentifierPath",
2161
- "referencedDeclaration": 20940,
2161
+ "referencedDeclaration": 20947,
2162
2162
  "src": "4557:16:40"
2163
2163
  },
2164
- "referencedDeclaration": 20940,
2164
+ "referencedDeclaration": 20947,
2165
2165
  "src": "4557:16:40",
2166
2166
  "typeDescriptions": {
2167
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2167
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2168
2168
  "typeString": "contract ISuperfluidToken"
2169
2169
  }
2170
2170
  },
@@ -2172,12 +2172,12 @@
2172
2172
  },
2173
2173
  {
2174
2174
  "constant": false,
2175
- "id": 18153,
2175
+ "id": 18160,
2176
2176
  "mutability": "mutable",
2177
2177
  "name": "flowOperator",
2178
2178
  "nameLocation": "4597:12:40",
2179
2179
  "nodeType": "VariableDeclaration",
2180
- "scope": 18160,
2180
+ "scope": 18167,
2181
2181
  "src": "4589:20:40",
2182
2182
  "stateVariable": false,
2183
2183
  "storageLocation": "default",
@@ -2186,7 +2186,7 @@
2186
2186
  "typeString": "address"
2187
2187
  },
2188
2188
  "typeName": {
2189
- "id": 18152,
2189
+ "id": 18159,
2190
2190
  "name": "address",
2191
2191
  "nodeType": "ElementaryTypeName",
2192
2192
  "src": "4589:7:40",
@@ -2200,12 +2200,12 @@
2200
2200
  },
2201
2201
  {
2202
2202
  "constant": false,
2203
- "id": 18155,
2203
+ "id": 18162,
2204
2204
  "mutability": "mutable",
2205
2205
  "name": "ctx",
2206
2206
  "nameLocation": "4634:3:40",
2207
2207
  "nodeType": "VariableDeclaration",
2208
- "scope": 18160,
2208
+ "scope": 18167,
2209
2209
  "src": "4619:18:40",
2210
2210
  "stateVariable": false,
2211
2211
  "storageLocation": "calldata",
@@ -2214,7 +2214,7 @@
2214
2214
  "typeString": "bytes"
2215
2215
  },
2216
2216
  "typeName": {
2217
- "id": 18154,
2217
+ "id": 18161,
2218
2218
  "name": "bytes",
2219
2219
  "nodeType": "ElementaryTypeName",
2220
2220
  "src": "4619:5:40",
@@ -2229,17 +2229,17 @@
2229
2229
  "src": "4547:96:40"
2230
2230
  },
2231
2231
  "returnParameters": {
2232
- "id": 18159,
2232
+ "id": 18166,
2233
2233
  "nodeType": "ParameterList",
2234
2234
  "parameters": [
2235
2235
  {
2236
2236
  "constant": false,
2237
- "id": 18158,
2237
+ "id": 18165,
2238
2238
  "mutability": "mutable",
2239
2239
  "name": "newCtx",
2240
2240
  "nameLocation": "4698:6:40",
2241
2241
  "nodeType": "VariableDeclaration",
2242
- "scope": 18160,
2242
+ "scope": 18167,
2243
2243
  "src": "4685:19:40",
2244
2244
  "stateVariable": false,
2245
2245
  "storageLocation": "memory",
@@ -2248,7 +2248,7 @@
2248
2248
  "typeString": "bytes"
2249
2249
  },
2250
2250
  "typeName": {
2251
- "id": 18157,
2251
+ "id": 18164,
2252
2252
  "name": "bytes",
2253
2253
  "nodeType": "ElementaryTypeName",
2254
2254
  "src": "4685:5:40",
@@ -2262,7 +2262,7 @@
2262
2262
  ],
2263
2263
  "src": "4684:21:40"
2264
2264
  },
2265
- "scope": 18401,
2265
+ "scope": 18408,
2266
2266
  "src": "4502:204:40",
2267
2267
  "stateMutability": "nonpayable",
2268
2268
  "virtual": true,
@@ -2270,13 +2270,13 @@
2270
2270
  },
2271
2271
  {
2272
2272
  "documentation": {
2273
- "id": 18161,
2273
+ "id": 18168,
2274
2274
  "nodeType": "StructuredDocumentation",
2275
2275
  "src": "4713:346:40",
2276
2276
  "text": " @notice msgSender from `ctx` revokes `flowOperator` create/update/delete permissions\n @dev `permissions` and `flowRateAllowance` will both be set to 0\n @param token Super token address\n @param flowOperator The permission grantee address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
2277
2277
  },
2278
2278
  "functionSelector": "062e56ec",
2279
- "id": 18173,
2279
+ "id": 18180,
2280
2280
  "implemented": false,
2281
2281
  "kind": "function",
2282
2282
  "modifiers": [],
@@ -2284,41 +2284,41 @@
2284
2284
  "nameLocation": "5073:33:40",
2285
2285
  "nodeType": "FunctionDefinition",
2286
2286
  "parameters": {
2287
- "id": 18169,
2287
+ "id": 18176,
2288
2288
  "nodeType": "ParameterList",
2289
2289
  "parameters": [
2290
2290
  {
2291
2291
  "constant": false,
2292
- "id": 18164,
2292
+ "id": 18171,
2293
2293
  "mutability": "mutable",
2294
2294
  "name": "token",
2295
2295
  "nameLocation": "5133:5:40",
2296
2296
  "nodeType": "VariableDeclaration",
2297
- "scope": 18173,
2297
+ "scope": 18180,
2298
2298
  "src": "5116:22:40",
2299
2299
  "stateVariable": false,
2300
2300
  "storageLocation": "default",
2301
2301
  "typeDescriptions": {
2302
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2302
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2303
2303
  "typeString": "contract ISuperfluidToken"
2304
2304
  },
2305
2305
  "typeName": {
2306
- "id": 18163,
2306
+ "id": 18170,
2307
2307
  "nodeType": "UserDefinedTypeName",
2308
2308
  "pathNode": {
2309
- "id": 18162,
2309
+ "id": 18169,
2310
2310
  "name": "ISuperfluidToken",
2311
2311
  "nameLocations": [
2312
2312
  "5116:16:40"
2313
2313
  ],
2314
2314
  "nodeType": "IdentifierPath",
2315
- "referencedDeclaration": 20940,
2315
+ "referencedDeclaration": 20947,
2316
2316
  "src": "5116:16:40"
2317
2317
  },
2318
- "referencedDeclaration": 20940,
2318
+ "referencedDeclaration": 20947,
2319
2319
  "src": "5116:16:40",
2320
2320
  "typeDescriptions": {
2321
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2321
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2322
2322
  "typeString": "contract ISuperfluidToken"
2323
2323
  }
2324
2324
  },
@@ -2326,12 +2326,12 @@
2326
2326
  },
2327
2327
  {
2328
2328
  "constant": false,
2329
- "id": 18166,
2329
+ "id": 18173,
2330
2330
  "mutability": "mutable",
2331
2331
  "name": "flowOperator",
2332
2332
  "nameLocation": "5156:12:40",
2333
2333
  "nodeType": "VariableDeclaration",
2334
- "scope": 18173,
2334
+ "scope": 18180,
2335
2335
  "src": "5148:20:40",
2336
2336
  "stateVariable": false,
2337
2337
  "storageLocation": "default",
@@ -2340,7 +2340,7 @@
2340
2340
  "typeString": "address"
2341
2341
  },
2342
2342
  "typeName": {
2343
- "id": 18165,
2343
+ "id": 18172,
2344
2344
  "name": "address",
2345
2345
  "nodeType": "ElementaryTypeName",
2346
2346
  "src": "5148:7:40",
@@ -2354,12 +2354,12 @@
2354
2354
  },
2355
2355
  {
2356
2356
  "constant": false,
2357
- "id": 18168,
2357
+ "id": 18175,
2358
2358
  "mutability": "mutable",
2359
2359
  "name": "ctx",
2360
2360
  "nameLocation": "5193:3:40",
2361
2361
  "nodeType": "VariableDeclaration",
2362
- "scope": 18173,
2362
+ "scope": 18180,
2363
2363
  "src": "5178:18:40",
2364
2364
  "stateVariable": false,
2365
2365
  "storageLocation": "calldata",
@@ -2368,7 +2368,7 @@
2368
2368
  "typeString": "bytes"
2369
2369
  },
2370
2370
  "typeName": {
2371
- "id": 18167,
2371
+ "id": 18174,
2372
2372
  "name": "bytes",
2373
2373
  "nodeType": "ElementaryTypeName",
2374
2374
  "src": "5178:5:40",
@@ -2383,17 +2383,17 @@
2383
2383
  "src": "5106:96:40"
2384
2384
  },
2385
2385
  "returnParameters": {
2386
- "id": 18172,
2386
+ "id": 18179,
2387
2387
  "nodeType": "ParameterList",
2388
2388
  "parameters": [
2389
2389
  {
2390
2390
  "constant": false,
2391
- "id": 18171,
2391
+ "id": 18178,
2392
2392
  "mutability": "mutable",
2393
2393
  "name": "newCtx",
2394
2394
  "nameLocation": "5257:6:40",
2395
2395
  "nodeType": "VariableDeclaration",
2396
- "scope": 18173,
2396
+ "scope": 18180,
2397
2397
  "src": "5244:19:40",
2398
2398
  "stateVariable": false,
2399
2399
  "storageLocation": "memory",
@@ -2402,7 +2402,7 @@
2402
2402
  "typeString": "bytes"
2403
2403
  },
2404
2404
  "typeName": {
2405
- "id": 18170,
2405
+ "id": 18177,
2406
2406
  "name": "bytes",
2407
2407
  "nodeType": "ElementaryTypeName",
2408
2408
  "src": "5244:5:40",
@@ -2416,7 +2416,7 @@
2416
2416
  ],
2417
2417
  "src": "5243:21:40"
2418
2418
  },
2419
- "scope": 18401,
2419
+ "scope": 18408,
2420
2420
  "src": "5064:201:40",
2421
2421
  "stateMutability": "nonpayable",
2422
2422
  "virtual": true,
@@ -2424,13 +2424,13 @@
2424
2424
  },
2425
2425
  {
2426
2426
  "documentation": {
2427
- "id": 18174,
2427
+ "id": 18181,
2428
2428
  "nodeType": "StructuredDocumentation",
2429
2429
  "src": "5271:553:40",
2430
2430
  "text": " @notice Get the permissions of a flow operator between `sender` and `flowOperator` for `token`\n @param token Super token address\n @param sender The permission granter address\n @param flowOperator The permission grantee address\n @return flowOperatorId The keccak256 hash of encoded string \"flowOperator\", sender and flowOperator\n @return permissions A bitmask representation of the granted permissions\n @return flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)"
2431
2431
  },
2432
2432
  "functionSelector": "00422bbe",
2433
- "id": 18190,
2433
+ "id": 18197,
2434
2434
  "implemented": false,
2435
2435
  "kind": "function",
2436
2436
  "modifiers": [],
@@ -2438,41 +2438,41 @@
2438
2438
  "nameLocation": "5838:19:40",
2439
2439
  "nodeType": "FunctionDefinition",
2440
2440
  "parameters": {
2441
- "id": 18182,
2441
+ "id": 18189,
2442
2442
  "nodeType": "ParameterList",
2443
2443
  "parameters": [
2444
2444
  {
2445
2445
  "constant": false,
2446
- "id": 18177,
2446
+ "id": 18184,
2447
2447
  "mutability": "mutable",
2448
2448
  "name": "token",
2449
2449
  "nameLocation": "5883:5:40",
2450
2450
  "nodeType": "VariableDeclaration",
2451
- "scope": 18190,
2451
+ "scope": 18197,
2452
2452
  "src": "5866:22:40",
2453
2453
  "stateVariable": false,
2454
2454
  "storageLocation": "default",
2455
2455
  "typeDescriptions": {
2456
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2456
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2457
2457
  "typeString": "contract ISuperfluidToken"
2458
2458
  },
2459
2459
  "typeName": {
2460
- "id": 18176,
2460
+ "id": 18183,
2461
2461
  "nodeType": "UserDefinedTypeName",
2462
2462
  "pathNode": {
2463
- "id": 18175,
2463
+ "id": 18182,
2464
2464
  "name": "ISuperfluidToken",
2465
2465
  "nameLocations": [
2466
2466
  "5866:16:40"
2467
2467
  ],
2468
2468
  "nodeType": "IdentifierPath",
2469
- "referencedDeclaration": 20940,
2469
+ "referencedDeclaration": 20947,
2470
2470
  "src": "5866:16:40"
2471
2471
  },
2472
- "referencedDeclaration": 20940,
2472
+ "referencedDeclaration": 20947,
2473
2473
  "src": "5866:16:40",
2474
2474
  "typeDescriptions": {
2475
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2475
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2476
2476
  "typeString": "contract ISuperfluidToken"
2477
2477
  }
2478
2478
  },
@@ -2480,12 +2480,12 @@
2480
2480
  },
2481
2481
  {
2482
2482
  "constant": false,
2483
- "id": 18179,
2483
+ "id": 18186,
2484
2484
  "mutability": "mutable",
2485
2485
  "name": "sender",
2486
2486
  "nameLocation": "5905:6:40",
2487
2487
  "nodeType": "VariableDeclaration",
2488
- "scope": 18190,
2488
+ "scope": 18197,
2489
2489
  "src": "5897:14:40",
2490
2490
  "stateVariable": false,
2491
2491
  "storageLocation": "default",
@@ -2494,7 +2494,7 @@
2494
2494
  "typeString": "address"
2495
2495
  },
2496
2496
  "typeName": {
2497
- "id": 18178,
2497
+ "id": 18185,
2498
2498
  "name": "address",
2499
2499
  "nodeType": "ElementaryTypeName",
2500
2500
  "src": "5897:7:40",
@@ -2508,12 +2508,12 @@
2508
2508
  },
2509
2509
  {
2510
2510
  "constant": false,
2511
- "id": 18181,
2511
+ "id": 18188,
2512
2512
  "mutability": "mutable",
2513
2513
  "name": "flowOperator",
2514
2514
  "nameLocation": "5928:12:40",
2515
2515
  "nodeType": "VariableDeclaration",
2516
- "scope": 18190,
2516
+ "scope": 18197,
2517
2517
  "src": "5920:20:40",
2518
2518
  "stateVariable": false,
2519
2519
  "storageLocation": "default",
@@ -2522,7 +2522,7 @@
2522
2522
  "typeString": "address"
2523
2523
  },
2524
2524
  "typeName": {
2525
- "id": 18180,
2525
+ "id": 18187,
2526
2526
  "name": "address",
2527
2527
  "nodeType": "ElementaryTypeName",
2528
2528
  "src": "5920:7:40",
@@ -2538,17 +2538,17 @@
2538
2538
  "src": "5857:89:40"
2539
2539
  },
2540
2540
  "returnParameters": {
2541
- "id": 18189,
2541
+ "id": 18196,
2542
2542
  "nodeType": "ParameterList",
2543
2543
  "parameters": [
2544
2544
  {
2545
2545
  "constant": false,
2546
- "id": 18184,
2546
+ "id": 18191,
2547
2547
  "mutability": "mutable",
2548
2548
  "name": "flowOperatorId",
2549
2549
  "nameLocation": "6013:14:40",
2550
2550
  "nodeType": "VariableDeclaration",
2551
- "scope": 18190,
2551
+ "scope": 18197,
2552
2552
  "src": "6005:22:40",
2553
2553
  "stateVariable": false,
2554
2554
  "storageLocation": "default",
@@ -2557,7 +2557,7 @@
2557
2557
  "typeString": "bytes32"
2558
2558
  },
2559
2559
  "typeName": {
2560
- "id": 18183,
2560
+ "id": 18190,
2561
2561
  "name": "bytes32",
2562
2562
  "nodeType": "ElementaryTypeName",
2563
2563
  "src": "6005:7:40",
@@ -2570,12 +2570,12 @@
2570
2570
  },
2571
2571
  {
2572
2572
  "constant": false,
2573
- "id": 18186,
2573
+ "id": 18193,
2574
2574
  "mutability": "mutable",
2575
2575
  "name": "permissions",
2576
2576
  "nameLocation": "6047:11:40",
2577
2577
  "nodeType": "VariableDeclaration",
2578
- "scope": 18190,
2578
+ "scope": 18197,
2579
2579
  "src": "6041:17:40",
2580
2580
  "stateVariable": false,
2581
2581
  "storageLocation": "default",
@@ -2584,7 +2584,7 @@
2584
2584
  "typeString": "uint8"
2585
2585
  },
2586
2586
  "typeName": {
2587
- "id": 18185,
2587
+ "id": 18192,
2588
2588
  "name": "uint8",
2589
2589
  "nodeType": "ElementaryTypeName",
2590
2590
  "src": "6041:5:40",
@@ -2597,12 +2597,12 @@
2597
2597
  },
2598
2598
  {
2599
2599
  "constant": false,
2600
- "id": 18188,
2600
+ "id": 18195,
2601
2601
  "mutability": "mutable",
2602
2602
  "name": "flowRateAllowance",
2603
2603
  "nameLocation": "6078:17:40",
2604
2604
  "nodeType": "VariableDeclaration",
2605
- "scope": 18190,
2605
+ "scope": 18197,
2606
2606
  "src": "6072:23:40",
2607
2607
  "stateVariable": false,
2608
2608
  "storageLocation": "default",
@@ -2611,7 +2611,7 @@
2611
2611
  "typeString": "int96"
2612
2612
  },
2613
2613
  "typeName": {
2614
- "id": 18187,
2614
+ "id": 18194,
2615
2615
  "name": "int96",
2616
2616
  "nodeType": "ElementaryTypeName",
2617
2617
  "src": "6072:5:40",
@@ -2625,7 +2625,7 @@
2625
2625
  ],
2626
2626
  "src": "5991:114:40"
2627
2627
  },
2628
- "scope": 18401,
2628
+ "scope": 18408,
2629
2629
  "src": "5829:277:40",
2630
2630
  "stateMutability": "view",
2631
2631
  "virtual": true,
@@ -2633,13 +2633,13 @@
2633
2633
  },
2634
2634
  {
2635
2635
  "documentation": {
2636
- "id": 18191,
2636
+ "id": 18198,
2637
2637
  "nodeType": "StructuredDocumentation",
2638
2638
  "src": "6112:394:40",
2639
2639
  "text": " @notice Get flow operator using flowOperatorId\n @param token Super token address\n @param flowOperatorId The keccak256 hash of encoded string \"flowOperator\", sender and flowOperator\n @return permissions A bitmask representation of the granted permissions\n @return flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)"
2640
2640
  },
2641
2641
  "functionSelector": "09d256ef",
2642
- "id": 18203,
2642
+ "id": 18210,
2643
2643
  "implemented": false,
2644
2644
  "kind": "function",
2645
2645
  "modifiers": [],
@@ -2647,41 +2647,41 @@
2647
2647
  "nameLocation": "6520:23:40",
2648
2648
  "nodeType": "FunctionDefinition",
2649
2649
  "parameters": {
2650
- "id": 18197,
2650
+ "id": 18204,
2651
2651
  "nodeType": "ParameterList",
2652
2652
  "parameters": [
2653
2653
  {
2654
2654
  "constant": false,
2655
- "id": 18194,
2655
+ "id": 18201,
2656
2656
  "mutability": "mutable",
2657
2657
  "name": "token",
2658
2658
  "nameLocation": "6569:5:40",
2659
2659
  "nodeType": "VariableDeclaration",
2660
- "scope": 18203,
2660
+ "scope": 18210,
2661
2661
  "src": "6552:22:40",
2662
2662
  "stateVariable": false,
2663
2663
  "storageLocation": "default",
2664
2664
  "typeDescriptions": {
2665
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2665
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2666
2666
  "typeString": "contract ISuperfluidToken"
2667
2667
  },
2668
2668
  "typeName": {
2669
- "id": 18193,
2669
+ "id": 18200,
2670
2670
  "nodeType": "UserDefinedTypeName",
2671
2671
  "pathNode": {
2672
- "id": 18192,
2672
+ "id": 18199,
2673
2673
  "name": "ISuperfluidToken",
2674
2674
  "nameLocations": [
2675
2675
  "6552:16:40"
2676
2676
  ],
2677
2677
  "nodeType": "IdentifierPath",
2678
- "referencedDeclaration": 20940,
2678
+ "referencedDeclaration": 20947,
2679
2679
  "src": "6552:16:40"
2680
2680
  },
2681
- "referencedDeclaration": 20940,
2681
+ "referencedDeclaration": 20947,
2682
2682
  "src": "6552:16:40",
2683
2683
  "typeDescriptions": {
2684
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2684
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2685
2685
  "typeString": "contract ISuperfluidToken"
2686
2686
  }
2687
2687
  },
@@ -2689,12 +2689,12 @@
2689
2689
  },
2690
2690
  {
2691
2691
  "constant": false,
2692
- "id": 18196,
2692
+ "id": 18203,
2693
2693
  "mutability": "mutable",
2694
2694
  "name": "flowOperatorId",
2695
2695
  "nameLocation": "6591:14:40",
2696
2696
  "nodeType": "VariableDeclaration",
2697
- "scope": 18203,
2697
+ "scope": 18210,
2698
2698
  "src": "6583:22:40",
2699
2699
  "stateVariable": false,
2700
2700
  "storageLocation": "default",
@@ -2703,7 +2703,7 @@
2703
2703
  "typeString": "bytes32"
2704
2704
  },
2705
2705
  "typeName": {
2706
- "id": 18195,
2706
+ "id": 18202,
2707
2707
  "name": "bytes32",
2708
2708
  "nodeType": "ElementaryTypeName",
2709
2709
  "src": "6583:7:40",
@@ -2718,17 +2718,17 @@
2718
2718
  "src": "6543:68:40"
2719
2719
  },
2720
2720
  "returnParameters": {
2721
- "id": 18202,
2721
+ "id": 18209,
2722
2722
  "nodeType": "ParameterList",
2723
2723
  "parameters": [
2724
2724
  {
2725
2725
  "constant": false,
2726
- "id": 18199,
2726
+ "id": 18206,
2727
2727
  "mutability": "mutable",
2728
2728
  "name": "permissions",
2729
2729
  "nameLocation": "6678:11:40",
2730
2730
  "nodeType": "VariableDeclaration",
2731
- "scope": 18203,
2731
+ "scope": 18210,
2732
2732
  "src": "6672:17:40",
2733
2733
  "stateVariable": false,
2734
2734
  "storageLocation": "default",
@@ -2737,7 +2737,7 @@
2737
2737
  "typeString": "uint8"
2738
2738
  },
2739
2739
  "typeName": {
2740
- "id": 18198,
2740
+ "id": 18205,
2741
2741
  "name": "uint8",
2742
2742
  "nodeType": "ElementaryTypeName",
2743
2743
  "src": "6672:5:40",
@@ -2750,12 +2750,12 @@
2750
2750
  },
2751
2751
  {
2752
2752
  "constant": false,
2753
- "id": 18201,
2753
+ "id": 18208,
2754
2754
  "mutability": "mutable",
2755
2755
  "name": "flowRateAllowance",
2756
2756
  "nameLocation": "6709:17:40",
2757
2757
  "nodeType": "VariableDeclaration",
2758
- "scope": 18203,
2758
+ "scope": 18210,
2759
2759
  "src": "6703:23:40",
2760
2760
  "stateVariable": false,
2761
2761
  "storageLocation": "default",
@@ -2764,7 +2764,7 @@
2764
2764
  "typeString": "int96"
2765
2765
  },
2766
2766
  "typeName": {
2767
- "id": 18200,
2767
+ "id": 18207,
2768
2768
  "name": "int96",
2769
2769
  "nodeType": "ElementaryTypeName",
2770
2770
  "src": "6703:5:40",
@@ -2778,7 +2778,7 @@
2778
2778
  ],
2779
2779
  "src": "6658:78:40"
2780
2780
  },
2781
- "scope": 18401,
2781
+ "scope": 18408,
2782
2782
  "src": "6511:226:40",
2783
2783
  "stateMutability": "view",
2784
2784
  "virtual": true,
@@ -2786,13 +2786,13 @@
2786
2786
  },
2787
2787
  {
2788
2788
  "documentation": {
2789
- "id": 18204,
2789
+ "id": 18211,
2790
2790
  "nodeType": "StructuredDocumentation",
2791
2791
  "src": "6743:741:40",
2792
2792
  "text": " @notice Create a flow betwen ctx.msgSender and receiver\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n - AgreementCreated\n - agreementId - can be used in getFlowByID\n - agreementData - abi.encode(address flowSender, address flowReceiver)\n @custom:note \n - A deposit is taken as safety margin for the solvency agents\n - A extra gas fee may be taken to pay for solvency agent liquidations"
2793
2793
  },
2794
2794
  "functionSelector": "62fc305e",
2795
- "id": 18218,
2795
+ "id": 18225,
2796
2796
  "implemented": false,
2797
2797
  "kind": "function",
2798
2798
  "modifiers": [],
@@ -2800,41 +2800,41 @@
2800
2800
  "nameLocation": "7498:10:40",
2801
2801
  "nodeType": "FunctionDefinition",
2802
2802
  "parameters": {
2803
- "id": 18214,
2803
+ "id": 18221,
2804
2804
  "nodeType": "ParameterList",
2805
2805
  "parameters": [
2806
2806
  {
2807
2807
  "constant": false,
2808
- "id": 18207,
2808
+ "id": 18214,
2809
2809
  "mutability": "mutable",
2810
2810
  "name": "token",
2811
2811
  "nameLocation": "7535:5:40",
2812
2812
  "nodeType": "VariableDeclaration",
2813
- "scope": 18218,
2813
+ "scope": 18225,
2814
2814
  "src": "7518:22:40",
2815
2815
  "stateVariable": false,
2816
2816
  "storageLocation": "default",
2817
2817
  "typeDescriptions": {
2818
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2818
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2819
2819
  "typeString": "contract ISuperfluidToken"
2820
2820
  },
2821
2821
  "typeName": {
2822
- "id": 18206,
2822
+ "id": 18213,
2823
2823
  "nodeType": "UserDefinedTypeName",
2824
2824
  "pathNode": {
2825
- "id": 18205,
2825
+ "id": 18212,
2826
2826
  "name": "ISuperfluidToken",
2827
2827
  "nameLocations": [
2828
2828
  "7518:16:40"
2829
2829
  ],
2830
2830
  "nodeType": "IdentifierPath",
2831
- "referencedDeclaration": 20940,
2831
+ "referencedDeclaration": 20947,
2832
2832
  "src": "7518:16:40"
2833
2833
  },
2834
- "referencedDeclaration": 20940,
2834
+ "referencedDeclaration": 20947,
2835
2835
  "src": "7518:16:40",
2836
2836
  "typeDescriptions": {
2837
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2837
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
2838
2838
  "typeString": "contract ISuperfluidToken"
2839
2839
  }
2840
2840
  },
@@ -2842,12 +2842,12 @@
2842
2842
  },
2843
2843
  {
2844
2844
  "constant": false,
2845
- "id": 18209,
2845
+ "id": 18216,
2846
2846
  "mutability": "mutable",
2847
2847
  "name": "receiver",
2848
2848
  "nameLocation": "7558:8:40",
2849
2849
  "nodeType": "VariableDeclaration",
2850
- "scope": 18218,
2850
+ "scope": 18225,
2851
2851
  "src": "7550:16:40",
2852
2852
  "stateVariable": false,
2853
2853
  "storageLocation": "default",
@@ -2856,7 +2856,7 @@
2856
2856
  "typeString": "address"
2857
2857
  },
2858
2858
  "typeName": {
2859
- "id": 18208,
2859
+ "id": 18215,
2860
2860
  "name": "address",
2861
2861
  "nodeType": "ElementaryTypeName",
2862
2862
  "src": "7550:7:40",
@@ -2870,12 +2870,12 @@
2870
2870
  },
2871
2871
  {
2872
2872
  "constant": false,
2873
- "id": 18211,
2873
+ "id": 18218,
2874
2874
  "mutability": "mutable",
2875
2875
  "name": "flowRate",
2876
2876
  "nameLocation": "7582:8:40",
2877
2877
  "nodeType": "VariableDeclaration",
2878
- "scope": 18218,
2878
+ "scope": 18225,
2879
2879
  "src": "7576:14:40",
2880
2880
  "stateVariable": false,
2881
2881
  "storageLocation": "default",
@@ -2884,7 +2884,7 @@
2884
2884
  "typeString": "int96"
2885
2885
  },
2886
2886
  "typeName": {
2887
- "id": 18210,
2887
+ "id": 18217,
2888
2888
  "name": "int96",
2889
2889
  "nodeType": "ElementaryTypeName",
2890
2890
  "src": "7576:5:40",
@@ -2897,12 +2897,12 @@
2897
2897
  },
2898
2898
  {
2899
2899
  "constant": false,
2900
- "id": 18213,
2900
+ "id": 18220,
2901
2901
  "mutability": "mutable",
2902
2902
  "name": "ctx",
2903
2903
  "nameLocation": "7615:3:40",
2904
2904
  "nodeType": "VariableDeclaration",
2905
- "scope": 18218,
2905
+ "scope": 18225,
2906
2906
  "src": "7600:18:40",
2907
2907
  "stateVariable": false,
2908
2908
  "storageLocation": "calldata",
@@ -2911,7 +2911,7 @@
2911
2911
  "typeString": "bytes"
2912
2912
  },
2913
2913
  "typeName": {
2914
- "id": 18212,
2914
+ "id": 18219,
2915
2915
  "name": "bytes",
2916
2916
  "nodeType": "ElementaryTypeName",
2917
2917
  "src": "7600:5:40",
@@ -2926,17 +2926,17 @@
2926
2926
  "src": "7508:116:40"
2927
2927
  },
2928
2928
  "returnParameters": {
2929
- "id": 18217,
2929
+ "id": 18224,
2930
2930
  "nodeType": "ParameterList",
2931
2931
  "parameters": [
2932
2932
  {
2933
2933
  "constant": false,
2934
- "id": 18216,
2934
+ "id": 18223,
2935
2935
  "mutability": "mutable",
2936
2936
  "name": "newCtx",
2937
2937
  "nameLocation": "7679:6:40",
2938
2938
  "nodeType": "VariableDeclaration",
2939
- "scope": 18218,
2939
+ "scope": 18225,
2940
2940
  "src": "7666:19:40",
2941
2941
  "stateVariable": false,
2942
2942
  "storageLocation": "memory",
@@ -2945,7 +2945,7 @@
2945
2945
  "typeString": "bytes"
2946
2946
  },
2947
2947
  "typeName": {
2948
- "id": 18215,
2948
+ "id": 18222,
2949
2949
  "name": "bytes",
2950
2950
  "nodeType": "ElementaryTypeName",
2951
2951
  "src": "7666:5:40",
@@ -2959,7 +2959,7 @@
2959
2959
  ],
2960
2960
  "src": "7665:21:40"
2961
2961
  },
2962
- "scope": 18401,
2962
+ "scope": 18408,
2963
2963
  "src": "7489:198:40",
2964
2964
  "stateMutability": "nonpayable",
2965
2965
  "virtual": true,
@@ -2967,13 +2967,13 @@
2967
2967
  },
2968
2968
  {
2969
2969
  "documentation": {
2970
- "id": 18219,
2970
+ "id": 18226,
2971
2971
  "nodeType": "StructuredDocumentation",
2972
2972
  "src": "7693:436:40",
2973
2973
  "text": " @notice Create a flow between sender and receiver\n @dev A flow created by an approved flow operator (see above for details on callbacks)\n @param token Super token address\n @param sender Flow sender address (has granted permissions)\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
2974
2974
  },
2975
2975
  "functionSelector": "94229ecb",
2976
- "id": 18235,
2976
+ "id": 18242,
2977
2977
  "implemented": false,
2978
2978
  "kind": "function",
2979
2979
  "modifiers": [],
@@ -2981,41 +2981,41 @@
2981
2981
  "nameLocation": "8143:20:40",
2982
2982
  "nodeType": "FunctionDefinition",
2983
2983
  "parameters": {
2984
- "id": 18231,
2984
+ "id": 18238,
2985
2985
  "nodeType": "ParameterList",
2986
2986
  "parameters": [
2987
2987
  {
2988
2988
  "constant": false,
2989
- "id": 18222,
2989
+ "id": 18229,
2990
2990
  "mutability": "mutable",
2991
2991
  "name": "token",
2992
2992
  "nameLocation": "8190:5:40",
2993
2993
  "nodeType": "VariableDeclaration",
2994
- "scope": 18235,
2994
+ "scope": 18242,
2995
2995
  "src": "8173:22:40",
2996
2996
  "stateVariable": false,
2997
2997
  "storageLocation": "default",
2998
2998
  "typeDescriptions": {
2999
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
2999
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3000
3000
  "typeString": "contract ISuperfluidToken"
3001
3001
  },
3002
3002
  "typeName": {
3003
- "id": 18221,
3003
+ "id": 18228,
3004
3004
  "nodeType": "UserDefinedTypeName",
3005
3005
  "pathNode": {
3006
- "id": 18220,
3006
+ "id": 18227,
3007
3007
  "name": "ISuperfluidToken",
3008
3008
  "nameLocations": [
3009
3009
  "8173:16:40"
3010
3010
  ],
3011
3011
  "nodeType": "IdentifierPath",
3012
- "referencedDeclaration": 20940,
3012
+ "referencedDeclaration": 20947,
3013
3013
  "src": "8173:16:40"
3014
3014
  },
3015
- "referencedDeclaration": 20940,
3015
+ "referencedDeclaration": 20947,
3016
3016
  "src": "8173:16:40",
3017
3017
  "typeDescriptions": {
3018
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3018
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3019
3019
  "typeString": "contract ISuperfluidToken"
3020
3020
  }
3021
3021
  },
@@ -3023,12 +3023,12 @@
3023
3023
  },
3024
3024
  {
3025
3025
  "constant": false,
3026
- "id": 18224,
3026
+ "id": 18231,
3027
3027
  "mutability": "mutable",
3028
3028
  "name": "sender",
3029
3029
  "nameLocation": "8213:6:40",
3030
3030
  "nodeType": "VariableDeclaration",
3031
- "scope": 18235,
3031
+ "scope": 18242,
3032
3032
  "src": "8205:14:40",
3033
3033
  "stateVariable": false,
3034
3034
  "storageLocation": "default",
@@ -3037,7 +3037,7 @@
3037
3037
  "typeString": "address"
3038
3038
  },
3039
3039
  "typeName": {
3040
- "id": 18223,
3040
+ "id": 18230,
3041
3041
  "name": "address",
3042
3042
  "nodeType": "ElementaryTypeName",
3043
3043
  "src": "8205:7:40",
@@ -3051,12 +3051,12 @@
3051
3051
  },
3052
3052
  {
3053
3053
  "constant": false,
3054
- "id": 18226,
3054
+ "id": 18233,
3055
3055
  "mutability": "mutable",
3056
3056
  "name": "receiver",
3057
3057
  "nameLocation": "8237:8:40",
3058
3058
  "nodeType": "VariableDeclaration",
3059
- "scope": 18235,
3059
+ "scope": 18242,
3060
3060
  "src": "8229:16:40",
3061
3061
  "stateVariable": false,
3062
3062
  "storageLocation": "default",
@@ -3065,7 +3065,7 @@
3065
3065
  "typeString": "address"
3066
3066
  },
3067
3067
  "typeName": {
3068
- "id": 18225,
3068
+ "id": 18232,
3069
3069
  "name": "address",
3070
3070
  "nodeType": "ElementaryTypeName",
3071
3071
  "src": "8229:7:40",
@@ -3079,12 +3079,12 @@
3079
3079
  },
3080
3080
  {
3081
3081
  "constant": false,
3082
- "id": 18228,
3082
+ "id": 18235,
3083
3083
  "mutability": "mutable",
3084
3084
  "name": "flowRate",
3085
3085
  "nameLocation": "8261:8:40",
3086
3086
  "nodeType": "VariableDeclaration",
3087
- "scope": 18235,
3087
+ "scope": 18242,
3088
3088
  "src": "8255:14:40",
3089
3089
  "stateVariable": false,
3090
3090
  "storageLocation": "default",
@@ -3093,7 +3093,7 @@
3093
3093
  "typeString": "int96"
3094
3094
  },
3095
3095
  "typeName": {
3096
- "id": 18227,
3096
+ "id": 18234,
3097
3097
  "name": "int96",
3098
3098
  "nodeType": "ElementaryTypeName",
3099
3099
  "src": "8255:5:40",
@@ -3106,12 +3106,12 @@
3106
3106
  },
3107
3107
  {
3108
3108
  "constant": false,
3109
- "id": 18230,
3109
+ "id": 18237,
3110
3110
  "mutability": "mutable",
3111
3111
  "name": "ctx",
3112
3112
  "nameLocation": "8294:3:40",
3113
3113
  "nodeType": "VariableDeclaration",
3114
- "scope": 18235,
3114
+ "scope": 18242,
3115
3115
  "src": "8279:18:40",
3116
3116
  "stateVariable": false,
3117
3117
  "storageLocation": "calldata",
@@ -3120,7 +3120,7 @@
3120
3120
  "typeString": "bytes"
3121
3121
  },
3122
3122
  "typeName": {
3123
- "id": 18229,
3123
+ "id": 18236,
3124
3124
  "name": "bytes",
3125
3125
  "nodeType": "ElementaryTypeName",
3126
3126
  "src": "8279:5:40",
@@ -3135,17 +3135,17 @@
3135
3135
  "src": "8163:140:40"
3136
3136
  },
3137
3137
  "returnParameters": {
3138
- "id": 18234,
3138
+ "id": 18241,
3139
3139
  "nodeType": "ParameterList",
3140
3140
  "parameters": [
3141
3141
  {
3142
3142
  "constant": false,
3143
- "id": 18233,
3143
+ "id": 18240,
3144
3144
  "mutability": "mutable",
3145
3145
  "name": "newCtx",
3146
3146
  "nameLocation": "8358:6:40",
3147
3147
  "nodeType": "VariableDeclaration",
3148
- "scope": 18235,
3148
+ "scope": 18242,
3149
3149
  "src": "8345:19:40",
3150
3150
  "stateVariable": false,
3151
3151
  "storageLocation": "memory",
@@ -3154,7 +3154,7 @@
3154
3154
  "typeString": "bytes"
3155
3155
  },
3156
3156
  "typeName": {
3157
- "id": 18232,
3157
+ "id": 18239,
3158
3158
  "name": "bytes",
3159
3159
  "nodeType": "ElementaryTypeName",
3160
3160
  "src": "8345:5:40",
@@ -3168,7 +3168,7 @@
3168
3168
  ],
3169
3169
  "src": "8344:21:40"
3170
3170
  },
3171
- "scope": 18401,
3171
+ "scope": 18408,
3172
3172
  "src": "8134:232:40",
3173
3173
  "stateMutability": "nonpayable",
3174
3174
  "virtual": true,
@@ -3176,13 +3176,13 @@
3176
3176
  },
3177
3177
  {
3178
3178
  "documentation": {
3179
- "id": 18236,
3179
+ "id": 18243,
3180
3180
  "nodeType": "StructuredDocumentation",
3181
3181
  "src": "8372:833:40",
3182
3182
  "text": " @notice Update the flow rate between ctx.msgSender and receiver\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @custom:callbacks \n - AgreementUpdated\n - agreementId - can be used in getFlowByID\n - agreementData - abi.encode(address flowSender, address flowReceiver)\n @custom:note \n - Only the flow sender may update the flow rate\n - Even if the flow rate is zero, the flow is not deleted\n from the system\n - Deposit amount will be adjusted accordingly\n - No new gas fee is charged"
3183
3183
  },
3184
3184
  "functionSelector": "50209a62",
3185
- "id": 18250,
3185
+ "id": 18257,
3186
3186
  "implemented": false,
3187
3187
  "kind": "function",
3188
3188
  "modifiers": [],
@@ -3190,41 +3190,41 @@
3190
3190
  "nameLocation": "9219:10:40",
3191
3191
  "nodeType": "FunctionDefinition",
3192
3192
  "parameters": {
3193
- "id": 18246,
3193
+ "id": 18253,
3194
3194
  "nodeType": "ParameterList",
3195
3195
  "parameters": [
3196
3196
  {
3197
3197
  "constant": false,
3198
- "id": 18239,
3198
+ "id": 18246,
3199
3199
  "mutability": "mutable",
3200
3200
  "name": "token",
3201
3201
  "nameLocation": "9256:5:40",
3202
3202
  "nodeType": "VariableDeclaration",
3203
- "scope": 18250,
3203
+ "scope": 18257,
3204
3204
  "src": "9239:22:40",
3205
3205
  "stateVariable": false,
3206
3206
  "storageLocation": "default",
3207
3207
  "typeDescriptions": {
3208
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3208
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3209
3209
  "typeString": "contract ISuperfluidToken"
3210
3210
  },
3211
3211
  "typeName": {
3212
- "id": 18238,
3212
+ "id": 18245,
3213
3213
  "nodeType": "UserDefinedTypeName",
3214
3214
  "pathNode": {
3215
- "id": 18237,
3215
+ "id": 18244,
3216
3216
  "name": "ISuperfluidToken",
3217
3217
  "nameLocations": [
3218
3218
  "9239:16:40"
3219
3219
  ],
3220
3220
  "nodeType": "IdentifierPath",
3221
- "referencedDeclaration": 20940,
3221
+ "referencedDeclaration": 20947,
3222
3222
  "src": "9239:16:40"
3223
3223
  },
3224
- "referencedDeclaration": 20940,
3224
+ "referencedDeclaration": 20947,
3225
3225
  "src": "9239:16:40",
3226
3226
  "typeDescriptions": {
3227
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3227
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3228
3228
  "typeString": "contract ISuperfluidToken"
3229
3229
  }
3230
3230
  },
@@ -3232,12 +3232,12 @@
3232
3232
  },
3233
3233
  {
3234
3234
  "constant": false,
3235
- "id": 18241,
3235
+ "id": 18248,
3236
3236
  "mutability": "mutable",
3237
3237
  "name": "receiver",
3238
3238
  "nameLocation": "9279:8:40",
3239
3239
  "nodeType": "VariableDeclaration",
3240
- "scope": 18250,
3240
+ "scope": 18257,
3241
3241
  "src": "9271:16:40",
3242
3242
  "stateVariable": false,
3243
3243
  "storageLocation": "default",
@@ -3246,7 +3246,7 @@
3246
3246
  "typeString": "address"
3247
3247
  },
3248
3248
  "typeName": {
3249
- "id": 18240,
3249
+ "id": 18247,
3250
3250
  "name": "address",
3251
3251
  "nodeType": "ElementaryTypeName",
3252
3252
  "src": "9271:7:40",
@@ -3260,12 +3260,12 @@
3260
3260
  },
3261
3261
  {
3262
3262
  "constant": false,
3263
- "id": 18243,
3263
+ "id": 18250,
3264
3264
  "mutability": "mutable",
3265
3265
  "name": "flowRate",
3266
3266
  "nameLocation": "9303:8:40",
3267
3267
  "nodeType": "VariableDeclaration",
3268
- "scope": 18250,
3268
+ "scope": 18257,
3269
3269
  "src": "9297:14:40",
3270
3270
  "stateVariable": false,
3271
3271
  "storageLocation": "default",
@@ -3274,7 +3274,7 @@
3274
3274
  "typeString": "int96"
3275
3275
  },
3276
3276
  "typeName": {
3277
- "id": 18242,
3277
+ "id": 18249,
3278
3278
  "name": "int96",
3279
3279
  "nodeType": "ElementaryTypeName",
3280
3280
  "src": "9297:5:40",
@@ -3287,12 +3287,12 @@
3287
3287
  },
3288
3288
  {
3289
3289
  "constant": false,
3290
- "id": 18245,
3290
+ "id": 18252,
3291
3291
  "mutability": "mutable",
3292
3292
  "name": "ctx",
3293
3293
  "nameLocation": "9336:3:40",
3294
3294
  "nodeType": "VariableDeclaration",
3295
- "scope": 18250,
3295
+ "scope": 18257,
3296
3296
  "src": "9321:18:40",
3297
3297
  "stateVariable": false,
3298
3298
  "storageLocation": "calldata",
@@ -3301,7 +3301,7 @@
3301
3301
  "typeString": "bytes"
3302
3302
  },
3303
3303
  "typeName": {
3304
- "id": 18244,
3304
+ "id": 18251,
3305
3305
  "name": "bytes",
3306
3306
  "nodeType": "ElementaryTypeName",
3307
3307
  "src": "9321:5:40",
@@ -3316,17 +3316,17 @@
3316
3316
  "src": "9229:116:40"
3317
3317
  },
3318
3318
  "returnParameters": {
3319
- "id": 18249,
3319
+ "id": 18256,
3320
3320
  "nodeType": "ParameterList",
3321
3321
  "parameters": [
3322
3322
  {
3323
3323
  "constant": false,
3324
- "id": 18248,
3324
+ "id": 18255,
3325
3325
  "mutability": "mutable",
3326
3326
  "name": "newCtx",
3327
3327
  "nameLocation": "9400:6:40",
3328
3328
  "nodeType": "VariableDeclaration",
3329
- "scope": 18250,
3329
+ "scope": 18257,
3330
3330
  "src": "9387:19:40",
3331
3331
  "stateVariable": false,
3332
3332
  "storageLocation": "memory",
@@ -3335,7 +3335,7 @@
3335
3335
  "typeString": "bytes"
3336
3336
  },
3337
3337
  "typeName": {
3338
- "id": 18247,
3338
+ "id": 18254,
3339
3339
  "name": "bytes",
3340
3340
  "nodeType": "ElementaryTypeName",
3341
3341
  "src": "9387:5:40",
@@ -3349,7 +3349,7 @@
3349
3349
  ],
3350
3350
  "src": "9386:21:40"
3351
3351
  },
3352
- "scope": 18401,
3352
+ "scope": 18408,
3353
3353
  "src": "9210:198:40",
3354
3354
  "stateMutability": "nonpayable",
3355
3355
  "virtual": true,
@@ -3357,13 +3357,13 @@
3357
3357
  },
3358
3358
  {
3359
3359
  "documentation": {
3360
- "id": 18251,
3360
+ "id": 18258,
3361
3361
  "nodeType": "StructuredDocumentation",
3362
3362
  "src": "9414:436:40",
3363
3363
  "text": " @notice Update a flow between sender and receiver\n @dev A flow updated by an approved flow operator (see above for details on callbacks)\n @param token Super token address\n @param sender Flow sender address (has granted permissions)\n @param receiver Flow receiver address\n @param flowRate New flow rate in amount per second\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)"
3364
3364
  },
3365
3365
  "functionSelector": "354b9590",
3366
- "id": 18267,
3366
+ "id": 18274,
3367
3367
  "implemented": false,
3368
3368
  "kind": "function",
3369
3369
  "modifiers": [],
@@ -3371,41 +3371,41 @@
3371
3371
  "nameLocation": "9864:20:40",
3372
3372
  "nodeType": "FunctionDefinition",
3373
3373
  "parameters": {
3374
- "id": 18263,
3374
+ "id": 18270,
3375
3375
  "nodeType": "ParameterList",
3376
3376
  "parameters": [
3377
3377
  {
3378
3378
  "constant": false,
3379
- "id": 18254,
3379
+ "id": 18261,
3380
3380
  "mutability": "mutable",
3381
3381
  "name": "token",
3382
3382
  "nameLocation": "9911:5:40",
3383
3383
  "nodeType": "VariableDeclaration",
3384
- "scope": 18267,
3384
+ "scope": 18274,
3385
3385
  "src": "9894:22:40",
3386
3386
  "stateVariable": false,
3387
3387
  "storageLocation": "default",
3388
3388
  "typeDescriptions": {
3389
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3389
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3390
3390
  "typeString": "contract ISuperfluidToken"
3391
3391
  },
3392
3392
  "typeName": {
3393
- "id": 18253,
3393
+ "id": 18260,
3394
3394
  "nodeType": "UserDefinedTypeName",
3395
3395
  "pathNode": {
3396
- "id": 18252,
3396
+ "id": 18259,
3397
3397
  "name": "ISuperfluidToken",
3398
3398
  "nameLocations": [
3399
3399
  "9894:16:40"
3400
3400
  ],
3401
3401
  "nodeType": "IdentifierPath",
3402
- "referencedDeclaration": 20940,
3402
+ "referencedDeclaration": 20947,
3403
3403
  "src": "9894:16:40"
3404
3404
  },
3405
- "referencedDeclaration": 20940,
3405
+ "referencedDeclaration": 20947,
3406
3406
  "src": "9894:16:40",
3407
3407
  "typeDescriptions": {
3408
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3408
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3409
3409
  "typeString": "contract ISuperfluidToken"
3410
3410
  }
3411
3411
  },
@@ -3413,12 +3413,12 @@
3413
3413
  },
3414
3414
  {
3415
3415
  "constant": false,
3416
- "id": 18256,
3416
+ "id": 18263,
3417
3417
  "mutability": "mutable",
3418
3418
  "name": "sender",
3419
3419
  "nameLocation": "9934:6:40",
3420
3420
  "nodeType": "VariableDeclaration",
3421
- "scope": 18267,
3421
+ "scope": 18274,
3422
3422
  "src": "9926:14:40",
3423
3423
  "stateVariable": false,
3424
3424
  "storageLocation": "default",
@@ -3427,7 +3427,7 @@
3427
3427
  "typeString": "address"
3428
3428
  },
3429
3429
  "typeName": {
3430
- "id": 18255,
3430
+ "id": 18262,
3431
3431
  "name": "address",
3432
3432
  "nodeType": "ElementaryTypeName",
3433
3433
  "src": "9926:7:40",
@@ -3441,12 +3441,12 @@
3441
3441
  },
3442
3442
  {
3443
3443
  "constant": false,
3444
- "id": 18258,
3444
+ "id": 18265,
3445
3445
  "mutability": "mutable",
3446
3446
  "name": "receiver",
3447
3447
  "nameLocation": "9958:8:40",
3448
3448
  "nodeType": "VariableDeclaration",
3449
- "scope": 18267,
3449
+ "scope": 18274,
3450
3450
  "src": "9950:16:40",
3451
3451
  "stateVariable": false,
3452
3452
  "storageLocation": "default",
@@ -3455,7 +3455,7 @@
3455
3455
  "typeString": "address"
3456
3456
  },
3457
3457
  "typeName": {
3458
- "id": 18257,
3458
+ "id": 18264,
3459
3459
  "name": "address",
3460
3460
  "nodeType": "ElementaryTypeName",
3461
3461
  "src": "9950:7:40",
@@ -3469,12 +3469,12 @@
3469
3469
  },
3470
3470
  {
3471
3471
  "constant": false,
3472
- "id": 18260,
3472
+ "id": 18267,
3473
3473
  "mutability": "mutable",
3474
3474
  "name": "flowRate",
3475
3475
  "nameLocation": "9982:8:40",
3476
3476
  "nodeType": "VariableDeclaration",
3477
- "scope": 18267,
3477
+ "scope": 18274,
3478
3478
  "src": "9976:14:40",
3479
3479
  "stateVariable": false,
3480
3480
  "storageLocation": "default",
@@ -3483,7 +3483,7 @@
3483
3483
  "typeString": "int96"
3484
3484
  },
3485
3485
  "typeName": {
3486
- "id": 18259,
3486
+ "id": 18266,
3487
3487
  "name": "int96",
3488
3488
  "nodeType": "ElementaryTypeName",
3489
3489
  "src": "9976:5:40",
@@ -3496,12 +3496,12 @@
3496
3496
  },
3497
3497
  {
3498
3498
  "constant": false,
3499
- "id": 18262,
3499
+ "id": 18269,
3500
3500
  "mutability": "mutable",
3501
3501
  "name": "ctx",
3502
3502
  "nameLocation": "10015:3:40",
3503
3503
  "nodeType": "VariableDeclaration",
3504
- "scope": 18267,
3504
+ "scope": 18274,
3505
3505
  "src": "10000:18:40",
3506
3506
  "stateVariable": false,
3507
3507
  "storageLocation": "calldata",
@@ -3510,7 +3510,7 @@
3510
3510
  "typeString": "bytes"
3511
3511
  },
3512
3512
  "typeName": {
3513
- "id": 18261,
3513
+ "id": 18268,
3514
3514
  "name": "bytes",
3515
3515
  "nodeType": "ElementaryTypeName",
3516
3516
  "src": "10000:5:40",
@@ -3525,17 +3525,17 @@
3525
3525
  "src": "9884:140:40"
3526
3526
  },
3527
3527
  "returnParameters": {
3528
- "id": 18266,
3528
+ "id": 18273,
3529
3529
  "nodeType": "ParameterList",
3530
3530
  "parameters": [
3531
3531
  {
3532
3532
  "constant": false,
3533
- "id": 18265,
3533
+ "id": 18272,
3534
3534
  "mutability": "mutable",
3535
3535
  "name": "newCtx",
3536
3536
  "nameLocation": "10079:6:40",
3537
3537
  "nodeType": "VariableDeclaration",
3538
- "scope": 18267,
3538
+ "scope": 18274,
3539
3539
  "src": "10066:19:40",
3540
3540
  "stateVariable": false,
3541
3541
  "storageLocation": "memory",
@@ -3544,7 +3544,7 @@
3544
3544
  "typeString": "bytes"
3545
3545
  },
3546
3546
  "typeName": {
3547
- "id": 18264,
3547
+ "id": 18271,
3548
3548
  "name": "bytes",
3549
3549
  "nodeType": "ElementaryTypeName",
3550
3550
  "src": "10066:5:40",
@@ -3558,7 +3558,7 @@
3558
3558
  ],
3559
3559
  "src": "10065:21:40"
3560
3560
  },
3561
- "scope": 18401,
3561
+ "scope": 18408,
3562
3562
  "src": "9855:232:40",
3563
3563
  "stateMutability": "nonpayable",
3564
3564
  "virtual": true,
@@ -3566,13 +3566,13 @@
3566
3566
  },
3567
3567
  {
3568
3568
  "documentation": {
3569
- "id": 18268,
3569
+ "id": 18275,
3570
3570
  "nodeType": "StructuredDocumentation",
3571
3571
  "src": "10093:415:40",
3572
3572
  "text": " @dev Get the flow data between `sender` and `receiver` of `token`\n @param token Super token address\n @param sender Flow receiver\n @param receiver Flow sender\n @return timestamp Timestamp of when the flow is updated\n @return flowRate The flow rate\n @return deposit The amount of deposit the flow\n @return owedDeposit The amount of owed deposit of the flow"
3573
3573
  },
3574
3574
  "functionSelector": "e6a1e888",
3575
- "id": 18286,
3575
+ "id": 18293,
3576
3576
  "implemented": false,
3577
3577
  "kind": "function",
3578
3578
  "modifiers": [],
@@ -3580,41 +3580,41 @@
3580
3580
  "nameLocation": "10522:7:40",
3581
3581
  "nodeType": "FunctionDefinition",
3582
3582
  "parameters": {
3583
- "id": 18276,
3583
+ "id": 18283,
3584
3584
  "nodeType": "ParameterList",
3585
3585
  "parameters": [
3586
3586
  {
3587
3587
  "constant": false,
3588
- "id": 18271,
3588
+ "id": 18278,
3589
3589
  "mutability": "mutable",
3590
3590
  "name": "token",
3591
3591
  "nameLocation": "10556:5:40",
3592
3592
  "nodeType": "VariableDeclaration",
3593
- "scope": 18286,
3593
+ "scope": 18293,
3594
3594
  "src": "10539:22:40",
3595
3595
  "stateVariable": false,
3596
3596
  "storageLocation": "default",
3597
3597
  "typeDescriptions": {
3598
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3598
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3599
3599
  "typeString": "contract ISuperfluidToken"
3600
3600
  },
3601
3601
  "typeName": {
3602
- "id": 18270,
3602
+ "id": 18277,
3603
3603
  "nodeType": "UserDefinedTypeName",
3604
3604
  "pathNode": {
3605
- "id": 18269,
3605
+ "id": 18276,
3606
3606
  "name": "ISuperfluidToken",
3607
3607
  "nameLocations": [
3608
3608
  "10539:16:40"
3609
3609
  ],
3610
3610
  "nodeType": "IdentifierPath",
3611
- "referencedDeclaration": 20940,
3611
+ "referencedDeclaration": 20947,
3612
3612
  "src": "10539:16:40"
3613
3613
  },
3614
- "referencedDeclaration": 20940,
3614
+ "referencedDeclaration": 20947,
3615
3615
  "src": "10539:16:40",
3616
3616
  "typeDescriptions": {
3617
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3617
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3618
3618
  "typeString": "contract ISuperfluidToken"
3619
3619
  }
3620
3620
  },
@@ -3622,12 +3622,12 @@
3622
3622
  },
3623
3623
  {
3624
3624
  "constant": false,
3625
- "id": 18273,
3625
+ "id": 18280,
3626
3626
  "mutability": "mutable",
3627
3627
  "name": "sender",
3628
3628
  "nameLocation": "10579:6:40",
3629
3629
  "nodeType": "VariableDeclaration",
3630
- "scope": 18286,
3630
+ "scope": 18293,
3631
3631
  "src": "10571:14:40",
3632
3632
  "stateVariable": false,
3633
3633
  "storageLocation": "default",
@@ -3636,7 +3636,7 @@
3636
3636
  "typeString": "address"
3637
3637
  },
3638
3638
  "typeName": {
3639
- "id": 18272,
3639
+ "id": 18279,
3640
3640
  "name": "address",
3641
3641
  "nodeType": "ElementaryTypeName",
3642
3642
  "src": "10571:7:40",
@@ -3650,12 +3650,12 @@
3650
3650
  },
3651
3651
  {
3652
3652
  "constant": false,
3653
- "id": 18275,
3653
+ "id": 18282,
3654
3654
  "mutability": "mutable",
3655
3655
  "name": "receiver",
3656
3656
  "nameLocation": "10603:8:40",
3657
3657
  "nodeType": "VariableDeclaration",
3658
- "scope": 18286,
3658
+ "scope": 18293,
3659
3659
  "src": "10595:16:40",
3660
3660
  "stateVariable": false,
3661
3661
  "storageLocation": "default",
@@ -3664,7 +3664,7 @@
3664
3664
  "typeString": "address"
3665
3665
  },
3666
3666
  "typeName": {
3667
- "id": 18274,
3667
+ "id": 18281,
3668
3668
  "name": "address",
3669
3669
  "nodeType": "ElementaryTypeName",
3670
3670
  "src": "10595:7:40",
@@ -3680,17 +3680,17 @@
3680
3680
  "src": "10529:88:40"
3681
3681
  },
3682
3682
  "returnParameters": {
3683
- "id": 18285,
3683
+ "id": 18292,
3684
3684
  "nodeType": "ParameterList",
3685
3685
  "parameters": [
3686
3686
  {
3687
3687
  "constant": false,
3688
- "id": 18278,
3688
+ "id": 18285,
3689
3689
  "mutability": "mutable",
3690
3690
  "name": "timestamp",
3691
3691
  "nameLocation": "10686:9:40",
3692
3692
  "nodeType": "VariableDeclaration",
3693
- "scope": 18286,
3693
+ "scope": 18293,
3694
3694
  "src": "10678:17:40",
3695
3695
  "stateVariable": false,
3696
3696
  "storageLocation": "default",
@@ -3699,7 +3699,7 @@
3699
3699
  "typeString": "uint256"
3700
3700
  },
3701
3701
  "typeName": {
3702
- "id": 18277,
3702
+ "id": 18284,
3703
3703
  "name": "uint256",
3704
3704
  "nodeType": "ElementaryTypeName",
3705
3705
  "src": "10678:7:40",
@@ -3712,12 +3712,12 @@
3712
3712
  },
3713
3713
  {
3714
3714
  "constant": false,
3715
- "id": 18280,
3715
+ "id": 18287,
3716
3716
  "mutability": "mutable",
3717
3717
  "name": "flowRate",
3718
3718
  "nameLocation": "10715:8:40",
3719
3719
  "nodeType": "VariableDeclaration",
3720
- "scope": 18286,
3720
+ "scope": 18293,
3721
3721
  "src": "10709:14:40",
3722
3722
  "stateVariable": false,
3723
3723
  "storageLocation": "default",
@@ -3726,7 +3726,7 @@
3726
3726
  "typeString": "int96"
3727
3727
  },
3728
3728
  "typeName": {
3729
- "id": 18279,
3729
+ "id": 18286,
3730
3730
  "name": "int96",
3731
3731
  "nodeType": "ElementaryTypeName",
3732
3732
  "src": "10709:5:40",
@@ -3739,12 +3739,12 @@
3739
3739
  },
3740
3740
  {
3741
3741
  "constant": false,
3742
- "id": 18282,
3742
+ "id": 18289,
3743
3743
  "mutability": "mutable",
3744
3744
  "name": "deposit",
3745
3745
  "nameLocation": "10745:7:40",
3746
3746
  "nodeType": "VariableDeclaration",
3747
- "scope": 18286,
3747
+ "scope": 18293,
3748
3748
  "src": "10737:15:40",
3749
3749
  "stateVariable": false,
3750
3750
  "storageLocation": "default",
@@ -3753,7 +3753,7 @@
3753
3753
  "typeString": "uint256"
3754
3754
  },
3755
3755
  "typeName": {
3756
- "id": 18281,
3756
+ "id": 18288,
3757
3757
  "name": "uint256",
3758
3758
  "nodeType": "ElementaryTypeName",
3759
3759
  "src": "10737:7:40",
@@ -3766,12 +3766,12 @@
3766
3766
  },
3767
3767
  {
3768
3768
  "constant": false,
3769
- "id": 18284,
3769
+ "id": 18291,
3770
3770
  "mutability": "mutable",
3771
3771
  "name": "owedDeposit",
3772
3772
  "nameLocation": "10774:11:40",
3773
3773
  "nodeType": "VariableDeclaration",
3774
- "scope": 18286,
3774
+ "scope": 18293,
3775
3775
  "src": "10766:19:40",
3776
3776
  "stateVariable": false,
3777
3777
  "storageLocation": "default",
@@ -3780,7 +3780,7 @@
3780
3780
  "typeString": "uint256"
3781
3781
  },
3782
3782
  "typeName": {
3783
- "id": 18283,
3783
+ "id": 18290,
3784
3784
  "name": "uint256",
3785
3785
  "nodeType": "ElementaryTypeName",
3786
3786
  "src": "10766:7:40",
@@ -3794,7 +3794,7 @@
3794
3794
  ],
3795
3795
  "src": "10664:131:40"
3796
3796
  },
3797
- "scope": 18401,
3797
+ "scope": 18408,
3798
3798
  "src": "10513:283:40",
3799
3799
  "stateMutability": "view",
3800
3800
  "virtual": true,
@@ -3802,13 +3802,13 @@
3802
3802
  },
3803
3803
  {
3804
3804
  "documentation": {
3805
- "id": 18287,
3805
+ "id": 18294,
3806
3806
  "nodeType": "StructuredDocumentation",
3807
3807
  "src": "10802:445:40",
3808
3808
  "text": " @notice Get flow data using agreementId\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param agreementId The agreement ID\n @return timestamp Timestamp of when the flow is updated\n @return flowRate The flow rate\n @return deposit The deposit amount of the flow\n @return owedDeposit The owed deposit amount of the flow"
3809
3809
  },
3810
3810
  "functionSelector": "aabd2668",
3811
- "id": 18303,
3811
+ "id": 18310,
3812
3812
  "implemented": false,
3813
3813
  "kind": "function",
3814
3814
  "modifiers": [],
@@ -3816,41 +3816,41 @@
3816
3816
  "nameLocation": "11261:11:40",
3817
3817
  "nodeType": "FunctionDefinition",
3818
3818
  "parameters": {
3819
- "id": 18293,
3819
+ "id": 18300,
3820
3820
  "nodeType": "ParameterList",
3821
3821
  "parameters": [
3822
3822
  {
3823
3823
  "constant": false,
3824
- "id": 18290,
3824
+ "id": 18297,
3825
3825
  "mutability": "mutable",
3826
3826
  "name": "token",
3827
3827
  "nameLocation": "11298:5:40",
3828
3828
  "nodeType": "VariableDeclaration",
3829
- "scope": 18303,
3829
+ "scope": 18310,
3830
3830
  "src": "11281:22:40",
3831
3831
  "stateVariable": false,
3832
3832
  "storageLocation": "default",
3833
3833
  "typeDescriptions": {
3834
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3834
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3835
3835
  "typeString": "contract ISuperfluidToken"
3836
3836
  },
3837
3837
  "typeName": {
3838
- "id": 18289,
3838
+ "id": 18296,
3839
3839
  "nodeType": "UserDefinedTypeName",
3840
3840
  "pathNode": {
3841
- "id": 18288,
3841
+ "id": 18295,
3842
3842
  "name": "ISuperfluidToken",
3843
3843
  "nameLocations": [
3844
3844
  "11281:16:40"
3845
3845
  ],
3846
3846
  "nodeType": "IdentifierPath",
3847
- "referencedDeclaration": 20940,
3847
+ "referencedDeclaration": 20947,
3848
3848
  "src": "11281:16:40"
3849
3849
  },
3850
- "referencedDeclaration": 20940,
3850
+ "referencedDeclaration": 20947,
3851
3851
  "src": "11281:16:40",
3852
3852
  "typeDescriptions": {
3853
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
3853
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
3854
3854
  "typeString": "contract ISuperfluidToken"
3855
3855
  }
3856
3856
  },
@@ -3858,12 +3858,12 @@
3858
3858
  },
3859
3859
  {
3860
3860
  "constant": false,
3861
- "id": 18292,
3861
+ "id": 18299,
3862
3862
  "mutability": "mutable",
3863
3863
  "name": "agreementId",
3864
3864
  "nameLocation": "11320:11:40",
3865
3865
  "nodeType": "VariableDeclaration",
3866
- "scope": 18303,
3866
+ "scope": 18310,
3867
3867
  "src": "11312:19:40",
3868
3868
  "stateVariable": false,
3869
3869
  "storageLocation": "default",
@@ -3872,7 +3872,7 @@
3872
3872
  "typeString": "bytes32"
3873
3873
  },
3874
3874
  "typeName": {
3875
- "id": 18291,
3875
+ "id": 18298,
3876
3876
  "name": "bytes32",
3877
3877
  "nodeType": "ElementaryTypeName",
3878
3878
  "src": "11312:7:40",
@@ -3887,17 +3887,17 @@
3887
3887
  "src": "11272:65:40"
3888
3888
  },
3889
3889
  "returnParameters": {
3890
- "id": 18302,
3890
+ "id": 18309,
3891
3891
  "nodeType": "ParameterList",
3892
3892
  "parameters": [
3893
3893
  {
3894
3894
  "constant": false,
3895
- "id": 18295,
3895
+ "id": 18302,
3896
3896
  "mutability": "mutable",
3897
3897
  "name": "timestamp",
3898
3898
  "nameLocation": "11406:9:40",
3899
3899
  "nodeType": "VariableDeclaration",
3900
- "scope": 18303,
3900
+ "scope": 18310,
3901
3901
  "src": "11398:17:40",
3902
3902
  "stateVariable": false,
3903
3903
  "storageLocation": "default",
@@ -3906,7 +3906,7 @@
3906
3906
  "typeString": "uint256"
3907
3907
  },
3908
3908
  "typeName": {
3909
- "id": 18294,
3909
+ "id": 18301,
3910
3910
  "name": "uint256",
3911
3911
  "nodeType": "ElementaryTypeName",
3912
3912
  "src": "11398:7:40",
@@ -3919,12 +3919,12 @@
3919
3919
  },
3920
3920
  {
3921
3921
  "constant": false,
3922
- "id": 18297,
3922
+ "id": 18304,
3923
3923
  "mutability": "mutable",
3924
3924
  "name": "flowRate",
3925
3925
  "nameLocation": "11435:8:40",
3926
3926
  "nodeType": "VariableDeclaration",
3927
- "scope": 18303,
3927
+ "scope": 18310,
3928
3928
  "src": "11429:14:40",
3929
3929
  "stateVariable": false,
3930
3930
  "storageLocation": "default",
@@ -3933,7 +3933,7 @@
3933
3933
  "typeString": "int96"
3934
3934
  },
3935
3935
  "typeName": {
3936
- "id": 18296,
3936
+ "id": 18303,
3937
3937
  "name": "int96",
3938
3938
  "nodeType": "ElementaryTypeName",
3939
3939
  "src": "11429:5:40",
@@ -3946,12 +3946,12 @@
3946
3946
  },
3947
3947
  {
3948
3948
  "constant": false,
3949
- "id": 18299,
3949
+ "id": 18306,
3950
3950
  "mutability": "mutable",
3951
3951
  "name": "deposit",
3952
3952
  "nameLocation": "11465:7:40",
3953
3953
  "nodeType": "VariableDeclaration",
3954
- "scope": 18303,
3954
+ "scope": 18310,
3955
3955
  "src": "11457:15:40",
3956
3956
  "stateVariable": false,
3957
3957
  "storageLocation": "default",
@@ -3960,7 +3960,7 @@
3960
3960
  "typeString": "uint256"
3961
3961
  },
3962
3962
  "typeName": {
3963
- "id": 18298,
3963
+ "id": 18305,
3964
3964
  "name": "uint256",
3965
3965
  "nodeType": "ElementaryTypeName",
3966
3966
  "src": "11457:7:40",
@@ -3973,12 +3973,12 @@
3973
3973
  },
3974
3974
  {
3975
3975
  "constant": false,
3976
- "id": 18301,
3976
+ "id": 18308,
3977
3977
  "mutability": "mutable",
3978
3978
  "name": "owedDeposit",
3979
3979
  "nameLocation": "11494:11:40",
3980
3980
  "nodeType": "VariableDeclaration",
3981
- "scope": 18303,
3981
+ "scope": 18310,
3982
3982
  "src": "11486:19:40",
3983
3983
  "stateVariable": false,
3984
3984
  "storageLocation": "default",
@@ -3987,7 +3987,7 @@
3987
3987
  "typeString": "uint256"
3988
3988
  },
3989
3989
  "typeName": {
3990
- "id": 18300,
3990
+ "id": 18307,
3991
3991
  "name": "uint256",
3992
3992
  "nodeType": "ElementaryTypeName",
3993
3993
  "src": "11486:7:40",
@@ -4001,7 +4001,7 @@
4001
4001
  ],
4002
4002
  "src": "11384:131:40"
4003
4003
  },
4004
- "scope": 18401,
4004
+ "scope": 18408,
4005
4005
  "src": "11252:264:40",
4006
4006
  "stateMutability": "view",
4007
4007
  "virtual": true,
@@ -4009,13 +4009,13 @@
4009
4009
  },
4010
4010
  {
4011
4011
  "documentation": {
4012
- "id": 18304,
4012
+ "id": 18311,
4013
4013
  "nodeType": "StructuredDocumentation",
4014
4014
  "src": "11522:436:40",
4015
4015
  "text": " @dev Get the aggregated flow info of the account\n @param token Super token address\n @param account Account for the query\n @return timestamp Timestamp of when a flow was last updated for account\n @return flowRate The net flow rate of token for account\n @return deposit The sum of all deposits for account's flows\n @return owedDeposit The sum of all owed deposits for account's flows"
4016
4016
  },
4017
4017
  "functionSelector": "0f1ac495",
4018
- "id": 18320,
4018
+ "id": 18327,
4019
4019
  "implemented": false,
4020
4020
  "kind": "function",
4021
4021
  "modifiers": [],
@@ -4023,41 +4023,41 @@
4023
4023
  "nameLocation": "11972:18:40",
4024
4024
  "nodeType": "FunctionDefinition",
4025
4025
  "parameters": {
4026
- "id": 18310,
4026
+ "id": 18317,
4027
4027
  "nodeType": "ParameterList",
4028
4028
  "parameters": [
4029
4029
  {
4030
4030
  "constant": false,
4031
- "id": 18307,
4031
+ "id": 18314,
4032
4032
  "mutability": "mutable",
4033
4033
  "name": "token",
4034
4034
  "nameLocation": "12017:5:40",
4035
4035
  "nodeType": "VariableDeclaration",
4036
- "scope": 18320,
4036
+ "scope": 18327,
4037
4037
  "src": "12000:22:40",
4038
4038
  "stateVariable": false,
4039
4039
  "storageLocation": "default",
4040
4040
  "typeDescriptions": {
4041
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4041
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4042
4042
  "typeString": "contract ISuperfluidToken"
4043
4043
  },
4044
4044
  "typeName": {
4045
- "id": 18306,
4045
+ "id": 18313,
4046
4046
  "nodeType": "UserDefinedTypeName",
4047
4047
  "pathNode": {
4048
- "id": 18305,
4048
+ "id": 18312,
4049
4049
  "name": "ISuperfluidToken",
4050
4050
  "nameLocations": [
4051
4051
  "12000:16:40"
4052
4052
  ],
4053
4053
  "nodeType": "IdentifierPath",
4054
- "referencedDeclaration": 20940,
4054
+ "referencedDeclaration": 20947,
4055
4055
  "src": "12000:16:40"
4056
4056
  },
4057
- "referencedDeclaration": 20940,
4057
+ "referencedDeclaration": 20947,
4058
4058
  "src": "12000:16:40",
4059
4059
  "typeDescriptions": {
4060
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4060
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4061
4061
  "typeString": "contract ISuperfluidToken"
4062
4062
  }
4063
4063
  },
@@ -4065,12 +4065,12 @@
4065
4065
  },
4066
4066
  {
4067
4067
  "constant": false,
4068
- "id": 18309,
4068
+ "id": 18316,
4069
4069
  "mutability": "mutable",
4070
4070
  "name": "account",
4071
4071
  "nameLocation": "12040:7:40",
4072
4072
  "nodeType": "VariableDeclaration",
4073
- "scope": 18320,
4073
+ "scope": 18327,
4074
4074
  "src": "12032:15:40",
4075
4075
  "stateVariable": false,
4076
4076
  "storageLocation": "default",
@@ -4079,7 +4079,7 @@
4079
4079
  "typeString": "address"
4080
4080
  },
4081
4081
  "typeName": {
4082
- "id": 18308,
4082
+ "id": 18315,
4083
4083
  "name": "address",
4084
4084
  "nodeType": "ElementaryTypeName",
4085
4085
  "src": "12032:7:40",
@@ -4095,17 +4095,17 @@
4095
4095
  "src": "11990:63:40"
4096
4096
  },
4097
4097
  "returnParameters": {
4098
- "id": 18319,
4098
+ "id": 18326,
4099
4099
  "nodeType": "ParameterList",
4100
4100
  "parameters": [
4101
4101
  {
4102
4102
  "constant": false,
4103
- "id": 18312,
4103
+ "id": 18319,
4104
4104
  "mutability": "mutable",
4105
4105
  "name": "timestamp",
4106
4106
  "nameLocation": "12122:9:40",
4107
4107
  "nodeType": "VariableDeclaration",
4108
- "scope": 18320,
4108
+ "scope": 18327,
4109
4109
  "src": "12114:17:40",
4110
4110
  "stateVariable": false,
4111
4111
  "storageLocation": "default",
@@ -4114,7 +4114,7 @@
4114
4114
  "typeString": "uint256"
4115
4115
  },
4116
4116
  "typeName": {
4117
- "id": 18311,
4117
+ "id": 18318,
4118
4118
  "name": "uint256",
4119
4119
  "nodeType": "ElementaryTypeName",
4120
4120
  "src": "12114:7:40",
@@ -4127,12 +4127,12 @@
4127
4127
  },
4128
4128
  {
4129
4129
  "constant": false,
4130
- "id": 18314,
4130
+ "id": 18321,
4131
4131
  "mutability": "mutable",
4132
4132
  "name": "flowRate",
4133
4133
  "nameLocation": "12151:8:40",
4134
4134
  "nodeType": "VariableDeclaration",
4135
- "scope": 18320,
4135
+ "scope": 18327,
4136
4136
  "src": "12145:14:40",
4137
4137
  "stateVariable": false,
4138
4138
  "storageLocation": "default",
@@ -4141,7 +4141,7 @@
4141
4141
  "typeString": "int96"
4142
4142
  },
4143
4143
  "typeName": {
4144
- "id": 18313,
4144
+ "id": 18320,
4145
4145
  "name": "int96",
4146
4146
  "nodeType": "ElementaryTypeName",
4147
4147
  "src": "12145:5:40",
@@ -4154,12 +4154,12 @@
4154
4154
  },
4155
4155
  {
4156
4156
  "constant": false,
4157
- "id": 18316,
4157
+ "id": 18323,
4158
4158
  "mutability": "mutable",
4159
4159
  "name": "deposit",
4160
4160
  "nameLocation": "12181:7:40",
4161
4161
  "nodeType": "VariableDeclaration",
4162
- "scope": 18320,
4162
+ "scope": 18327,
4163
4163
  "src": "12173:15:40",
4164
4164
  "stateVariable": false,
4165
4165
  "storageLocation": "default",
@@ -4168,7 +4168,7 @@
4168
4168
  "typeString": "uint256"
4169
4169
  },
4170
4170
  "typeName": {
4171
- "id": 18315,
4171
+ "id": 18322,
4172
4172
  "name": "uint256",
4173
4173
  "nodeType": "ElementaryTypeName",
4174
4174
  "src": "12173:7:40",
@@ -4181,12 +4181,12 @@
4181
4181
  },
4182
4182
  {
4183
4183
  "constant": false,
4184
- "id": 18318,
4184
+ "id": 18325,
4185
4185
  "mutability": "mutable",
4186
4186
  "name": "owedDeposit",
4187
4187
  "nameLocation": "12210:11:40",
4188
4188
  "nodeType": "VariableDeclaration",
4189
- "scope": 18320,
4189
+ "scope": 18327,
4190
4190
  "src": "12202:19:40",
4191
4191
  "stateVariable": false,
4192
4192
  "storageLocation": "default",
@@ -4195,7 +4195,7 @@
4195
4195
  "typeString": "uint256"
4196
4196
  },
4197
4197
  "typeName": {
4198
- "id": 18317,
4198
+ "id": 18324,
4199
4199
  "name": "uint256",
4200
4200
  "nodeType": "ElementaryTypeName",
4201
4201
  "src": "12202:7:40",
@@ -4209,7 +4209,7 @@
4209
4209
  ],
4210
4210
  "src": "12100:122:40"
4211
4211
  },
4212
- "scope": 18401,
4212
+ "scope": 18408,
4213
4213
  "src": "11963:260:40",
4214
4214
  "stateMutability": "view",
4215
4215
  "virtual": true,
@@ -4217,13 +4217,13 @@
4217
4217
  },
4218
4218
  {
4219
4219
  "documentation": {
4220
- "id": 18321,
4220
+ "id": 18328,
4221
4221
  "nodeType": "StructuredDocumentation",
4222
4222
  "src": "12229:182:40",
4223
4223
  "text": " @dev Get the net flow rate of the account\n @param token Super token address\n @param account Account for the query\n @return flowRate Net flow rate"
4224
4224
  },
4225
4225
  "functionSelector": "e8e7e2d1",
4226
- "id": 18331,
4226
+ "id": 18338,
4227
4227
  "implemented": false,
4228
4228
  "kind": "function",
4229
4229
  "modifiers": [],
@@ -4231,41 +4231,41 @@
4231
4231
  "nameLocation": "12425:10:40",
4232
4232
  "nodeType": "FunctionDefinition",
4233
4233
  "parameters": {
4234
- "id": 18327,
4234
+ "id": 18334,
4235
4235
  "nodeType": "ParameterList",
4236
4236
  "parameters": [
4237
4237
  {
4238
4238
  "constant": false,
4239
- "id": 18324,
4239
+ "id": 18331,
4240
4240
  "mutability": "mutable",
4241
4241
  "name": "token",
4242
4242
  "nameLocation": "12462:5:40",
4243
4243
  "nodeType": "VariableDeclaration",
4244
- "scope": 18331,
4244
+ "scope": 18338,
4245
4245
  "src": "12445:22:40",
4246
4246
  "stateVariable": false,
4247
4247
  "storageLocation": "default",
4248
4248
  "typeDescriptions": {
4249
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4249
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4250
4250
  "typeString": "contract ISuperfluidToken"
4251
4251
  },
4252
4252
  "typeName": {
4253
- "id": 18323,
4253
+ "id": 18330,
4254
4254
  "nodeType": "UserDefinedTypeName",
4255
4255
  "pathNode": {
4256
- "id": 18322,
4256
+ "id": 18329,
4257
4257
  "name": "ISuperfluidToken",
4258
4258
  "nameLocations": [
4259
4259
  "12445:16:40"
4260
4260
  ],
4261
4261
  "nodeType": "IdentifierPath",
4262
- "referencedDeclaration": 20940,
4262
+ "referencedDeclaration": 20947,
4263
4263
  "src": "12445:16:40"
4264
4264
  },
4265
- "referencedDeclaration": 20940,
4265
+ "referencedDeclaration": 20947,
4266
4266
  "src": "12445:16:40",
4267
4267
  "typeDescriptions": {
4268
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4268
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4269
4269
  "typeString": "contract ISuperfluidToken"
4270
4270
  }
4271
4271
  },
@@ -4273,12 +4273,12 @@
4273
4273
  },
4274
4274
  {
4275
4275
  "constant": false,
4276
- "id": 18326,
4276
+ "id": 18333,
4277
4277
  "mutability": "mutable",
4278
4278
  "name": "account",
4279
4279
  "nameLocation": "12485:7:40",
4280
4280
  "nodeType": "VariableDeclaration",
4281
- "scope": 18331,
4281
+ "scope": 18338,
4282
4282
  "src": "12477:15:40",
4283
4283
  "stateVariable": false,
4284
4284
  "storageLocation": "default",
@@ -4287,7 +4287,7 @@
4287
4287
  "typeString": "address"
4288
4288
  },
4289
4289
  "typeName": {
4290
- "id": 18325,
4290
+ "id": 18332,
4291
4291
  "name": "address",
4292
4292
  "nodeType": "ElementaryTypeName",
4293
4293
  "src": "12477:7:40",
@@ -4303,17 +4303,17 @@
4303
4303
  "src": "12435:63:40"
4304
4304
  },
4305
4305
  "returnParameters": {
4306
- "id": 18330,
4306
+ "id": 18337,
4307
4307
  "nodeType": "ParameterList",
4308
4308
  "parameters": [
4309
4309
  {
4310
4310
  "constant": false,
4311
- "id": 18329,
4311
+ "id": 18336,
4312
4312
  "mutability": "mutable",
4313
4313
  "name": "flowRate",
4314
4314
  "nameLocation": "12552:8:40",
4315
4315
  "nodeType": "VariableDeclaration",
4316
- "scope": 18331,
4316
+ "scope": 18338,
4317
4317
  "src": "12546:14:40",
4318
4318
  "stateVariable": false,
4319
4319
  "storageLocation": "default",
@@ -4322,7 +4322,7 @@
4322
4322
  "typeString": "int96"
4323
4323
  },
4324
4324
  "typeName": {
4325
- "id": 18328,
4325
+ "id": 18335,
4326
4326
  "name": "int96",
4327
4327
  "nodeType": "ElementaryTypeName",
4328
4328
  "src": "12546:5:40",
@@ -4336,7 +4336,7 @@
4336
4336
  ],
4337
4337
  "src": "12545:16:40"
4338
4338
  },
4339
- "scope": 18401,
4339
+ "scope": 18408,
4340
4340
  "src": "12416:146:40",
4341
4341
  "stateMutability": "view",
4342
4342
  "virtual": true,
@@ -4344,13 +4344,13 @@
4344
4344
  },
4345
4345
  {
4346
4346
  "documentation": {
4347
- "id": 18332,
4347
+ "id": 18339,
4348
4348
  "nodeType": "StructuredDocumentation",
4349
4349
  "src": "12568:763:40",
4350
4350
  "text": " @notice Delete the flow between sender and receiver\n @dev flowId (agreementId) is the keccak256 hash of encoded sender and receiver\n @param token Super token address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @param receiver Flow receiver address\n @custom:callbacks \n - AgreementTerminated\n - agreementId - can be used in getFlowByID\n - agreementData - abi.encode(address flowSender, address flowReceiver)\n @custom:note \n - Both flow sender and receiver may delete the flow\n - If Sender account is insolvent or in critical state, a solvency agent may\n also terminate the agreement\n - Gas fee may be returned to the sender"
4351
4351
  },
4352
4352
  "functionSelector": "b4b333c6",
4353
- "id": 18346,
4353
+ "id": 18353,
4354
4354
  "implemented": false,
4355
4355
  "kind": "function",
4356
4356
  "modifiers": [],
@@ -4358,41 +4358,41 @@
4358
4358
  "nameLocation": "13345:10:40",
4359
4359
  "nodeType": "FunctionDefinition",
4360
4360
  "parameters": {
4361
- "id": 18342,
4361
+ "id": 18349,
4362
4362
  "nodeType": "ParameterList",
4363
4363
  "parameters": [
4364
4364
  {
4365
4365
  "constant": false,
4366
- "id": 18335,
4366
+ "id": 18342,
4367
4367
  "mutability": "mutable",
4368
4368
  "name": "token",
4369
4369
  "nameLocation": "13382:5:40",
4370
4370
  "nodeType": "VariableDeclaration",
4371
- "scope": 18346,
4371
+ "scope": 18353,
4372
4372
  "src": "13365:22:40",
4373
4373
  "stateVariable": false,
4374
4374
  "storageLocation": "default",
4375
4375
  "typeDescriptions": {
4376
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4376
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4377
4377
  "typeString": "contract ISuperfluidToken"
4378
4378
  },
4379
4379
  "typeName": {
4380
- "id": 18334,
4380
+ "id": 18341,
4381
4381
  "nodeType": "UserDefinedTypeName",
4382
4382
  "pathNode": {
4383
- "id": 18333,
4383
+ "id": 18340,
4384
4384
  "name": "ISuperfluidToken",
4385
4385
  "nameLocations": [
4386
4386
  "13365:16:40"
4387
4387
  ],
4388
4388
  "nodeType": "IdentifierPath",
4389
- "referencedDeclaration": 20940,
4389
+ "referencedDeclaration": 20947,
4390
4390
  "src": "13365:16:40"
4391
4391
  },
4392
- "referencedDeclaration": 20940,
4392
+ "referencedDeclaration": 20947,
4393
4393
  "src": "13365:16:40",
4394
4394
  "typeDescriptions": {
4395
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4395
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4396
4396
  "typeString": "contract ISuperfluidToken"
4397
4397
  }
4398
4398
  },
@@ -4400,12 +4400,12 @@
4400
4400
  },
4401
4401
  {
4402
4402
  "constant": false,
4403
- "id": 18337,
4403
+ "id": 18344,
4404
4404
  "mutability": "mutable",
4405
4405
  "name": "sender",
4406
4406
  "nameLocation": "13405:6:40",
4407
4407
  "nodeType": "VariableDeclaration",
4408
- "scope": 18346,
4408
+ "scope": 18353,
4409
4409
  "src": "13397:14:40",
4410
4410
  "stateVariable": false,
4411
4411
  "storageLocation": "default",
@@ -4414,7 +4414,7 @@
4414
4414
  "typeString": "address"
4415
4415
  },
4416
4416
  "typeName": {
4417
- "id": 18336,
4417
+ "id": 18343,
4418
4418
  "name": "address",
4419
4419
  "nodeType": "ElementaryTypeName",
4420
4420
  "src": "13397:7:40",
@@ -4428,12 +4428,12 @@
4428
4428
  },
4429
4429
  {
4430
4430
  "constant": false,
4431
- "id": 18339,
4431
+ "id": 18346,
4432
4432
  "mutability": "mutable",
4433
4433
  "name": "receiver",
4434
4434
  "nameLocation": "13429:8:40",
4435
4435
  "nodeType": "VariableDeclaration",
4436
- "scope": 18346,
4436
+ "scope": 18353,
4437
4437
  "src": "13421:16:40",
4438
4438
  "stateVariable": false,
4439
4439
  "storageLocation": "default",
@@ -4442,7 +4442,7 @@
4442
4442
  "typeString": "address"
4443
4443
  },
4444
4444
  "typeName": {
4445
- "id": 18338,
4445
+ "id": 18345,
4446
4446
  "name": "address",
4447
4447
  "nodeType": "ElementaryTypeName",
4448
4448
  "src": "13421:7:40",
@@ -4456,12 +4456,12 @@
4456
4456
  },
4457
4457
  {
4458
4458
  "constant": false,
4459
- "id": 18341,
4459
+ "id": 18348,
4460
4460
  "mutability": "mutable",
4461
4461
  "name": "ctx",
4462
4462
  "nameLocation": "13462:3:40",
4463
4463
  "nodeType": "VariableDeclaration",
4464
- "scope": 18346,
4464
+ "scope": 18353,
4465
4465
  "src": "13447:18:40",
4466
4466
  "stateVariable": false,
4467
4467
  "storageLocation": "calldata",
@@ -4470,7 +4470,7 @@
4470
4470
  "typeString": "bytes"
4471
4471
  },
4472
4472
  "typeName": {
4473
- "id": 18340,
4473
+ "id": 18347,
4474
4474
  "name": "bytes",
4475
4475
  "nodeType": "ElementaryTypeName",
4476
4476
  "src": "13447:5:40",
@@ -4485,17 +4485,17 @@
4485
4485
  "src": "13355:116:40"
4486
4486
  },
4487
4487
  "returnParameters": {
4488
- "id": 18345,
4488
+ "id": 18352,
4489
4489
  "nodeType": "ParameterList",
4490
4490
  "parameters": [
4491
4491
  {
4492
4492
  "constant": false,
4493
- "id": 18344,
4493
+ "id": 18351,
4494
4494
  "mutability": "mutable",
4495
4495
  "name": "newCtx",
4496
4496
  "nameLocation": "13526:6:40",
4497
4497
  "nodeType": "VariableDeclaration",
4498
- "scope": 18346,
4498
+ "scope": 18353,
4499
4499
  "src": "13513:19:40",
4500
4500
  "stateVariable": false,
4501
4501
  "storageLocation": "memory",
@@ -4504,7 +4504,7 @@
4504
4504
  "typeString": "bytes"
4505
4505
  },
4506
4506
  "typeName": {
4507
- "id": 18343,
4507
+ "id": 18350,
4508
4508
  "name": "bytes",
4509
4509
  "nodeType": "ElementaryTypeName",
4510
4510
  "src": "13513:5:40",
@@ -4518,7 +4518,7 @@
4518
4518
  ],
4519
4519
  "src": "13512:21:40"
4520
4520
  },
4521
- "scope": 18401,
4521
+ "scope": 18408,
4522
4522
  "src": "13336:198:40",
4523
4523
  "stateMutability": "nonpayable",
4524
4524
  "virtual": true,
@@ -4526,13 +4526,13 @@
4526
4526
  },
4527
4527
  {
4528
4528
  "documentation": {
4529
- "id": 18347,
4529
+ "id": 18354,
4530
4530
  "nodeType": "StructuredDocumentation",
4531
4531
  "src": "13540:321:40",
4532
4532
  "text": " @notice Delete the flow between sender and receiver\n @dev A flow deleted by an approved flow operator (see above for details on callbacks)\n @param token Super token address\n @param ctx Context bytes (see ISuperfluid.sol for Context struct)\n @param receiver Flow receiver address"
4533
4533
  },
4534
4534
  "functionSelector": "4c8b181f",
4535
- "id": 18361,
4535
+ "id": 18368,
4536
4536
  "implemented": false,
4537
4537
  "kind": "function",
4538
4538
  "modifiers": [],
@@ -4540,41 +4540,41 @@
4540
4540
  "nameLocation": "13875:20:40",
4541
4541
  "nodeType": "FunctionDefinition",
4542
4542
  "parameters": {
4543
- "id": 18357,
4543
+ "id": 18364,
4544
4544
  "nodeType": "ParameterList",
4545
4545
  "parameters": [
4546
4546
  {
4547
4547
  "constant": false,
4548
- "id": 18350,
4548
+ "id": 18357,
4549
4549
  "mutability": "mutable",
4550
4550
  "name": "token",
4551
4551
  "nameLocation": "13922:5:40",
4552
4552
  "nodeType": "VariableDeclaration",
4553
- "scope": 18361,
4553
+ "scope": 18368,
4554
4554
  "src": "13905:22:40",
4555
4555
  "stateVariable": false,
4556
4556
  "storageLocation": "default",
4557
4557
  "typeDescriptions": {
4558
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4558
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4559
4559
  "typeString": "contract ISuperfluidToken"
4560
4560
  },
4561
4561
  "typeName": {
4562
- "id": 18349,
4562
+ "id": 18356,
4563
4563
  "nodeType": "UserDefinedTypeName",
4564
4564
  "pathNode": {
4565
- "id": 18348,
4565
+ "id": 18355,
4566
4566
  "name": "ISuperfluidToken",
4567
4567
  "nameLocations": [
4568
4568
  "13905:16:40"
4569
4569
  ],
4570
4570
  "nodeType": "IdentifierPath",
4571
- "referencedDeclaration": 20940,
4571
+ "referencedDeclaration": 20947,
4572
4572
  "src": "13905:16:40"
4573
4573
  },
4574
- "referencedDeclaration": 20940,
4574
+ "referencedDeclaration": 20947,
4575
4575
  "src": "13905:16:40",
4576
4576
  "typeDescriptions": {
4577
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4577
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4578
4578
  "typeString": "contract ISuperfluidToken"
4579
4579
  }
4580
4580
  },
@@ -4582,12 +4582,12 @@
4582
4582
  },
4583
4583
  {
4584
4584
  "constant": false,
4585
- "id": 18352,
4585
+ "id": 18359,
4586
4586
  "mutability": "mutable",
4587
4587
  "name": "sender",
4588
4588
  "nameLocation": "13945:6:40",
4589
4589
  "nodeType": "VariableDeclaration",
4590
- "scope": 18361,
4590
+ "scope": 18368,
4591
4591
  "src": "13937:14:40",
4592
4592
  "stateVariable": false,
4593
4593
  "storageLocation": "default",
@@ -4596,7 +4596,7 @@
4596
4596
  "typeString": "address"
4597
4597
  },
4598
4598
  "typeName": {
4599
- "id": 18351,
4599
+ "id": 18358,
4600
4600
  "name": "address",
4601
4601
  "nodeType": "ElementaryTypeName",
4602
4602
  "src": "13937:7:40",
@@ -4610,12 +4610,12 @@
4610
4610
  },
4611
4611
  {
4612
4612
  "constant": false,
4613
- "id": 18354,
4613
+ "id": 18361,
4614
4614
  "mutability": "mutable",
4615
4615
  "name": "receiver",
4616
4616
  "nameLocation": "13969:8:40",
4617
4617
  "nodeType": "VariableDeclaration",
4618
- "scope": 18361,
4618
+ "scope": 18368,
4619
4619
  "src": "13961:16:40",
4620
4620
  "stateVariable": false,
4621
4621
  "storageLocation": "default",
@@ -4624,7 +4624,7 @@
4624
4624
  "typeString": "address"
4625
4625
  },
4626
4626
  "typeName": {
4627
- "id": 18353,
4627
+ "id": 18360,
4628
4628
  "name": "address",
4629
4629
  "nodeType": "ElementaryTypeName",
4630
4630
  "src": "13961:7:40",
@@ -4638,12 +4638,12 @@
4638
4638
  },
4639
4639
  {
4640
4640
  "constant": false,
4641
- "id": 18356,
4641
+ "id": 18363,
4642
4642
  "mutability": "mutable",
4643
4643
  "name": "ctx",
4644
4644
  "nameLocation": "14002:3:40",
4645
4645
  "nodeType": "VariableDeclaration",
4646
- "scope": 18361,
4646
+ "scope": 18368,
4647
4647
  "src": "13987:18:40",
4648
4648
  "stateVariable": false,
4649
4649
  "storageLocation": "calldata",
@@ -4652,7 +4652,7 @@
4652
4652
  "typeString": "bytes"
4653
4653
  },
4654
4654
  "typeName": {
4655
- "id": 18355,
4655
+ "id": 18362,
4656
4656
  "name": "bytes",
4657
4657
  "nodeType": "ElementaryTypeName",
4658
4658
  "src": "13987:5:40",
@@ -4667,17 +4667,17 @@
4667
4667
  "src": "13895:116:40"
4668
4668
  },
4669
4669
  "returnParameters": {
4670
- "id": 18360,
4670
+ "id": 18367,
4671
4671
  "nodeType": "ParameterList",
4672
4672
  "parameters": [
4673
4673
  {
4674
4674
  "constant": false,
4675
- "id": 18359,
4675
+ "id": 18366,
4676
4676
  "mutability": "mutable",
4677
4677
  "name": "newCtx",
4678
4678
  "nameLocation": "14066:6:40",
4679
4679
  "nodeType": "VariableDeclaration",
4680
- "scope": 18361,
4680
+ "scope": 18368,
4681
4681
  "src": "14053:19:40",
4682
4682
  "stateVariable": false,
4683
4683
  "storageLocation": "memory",
@@ -4686,7 +4686,7 @@
4686
4686
  "typeString": "bytes"
4687
4687
  },
4688
4688
  "typeName": {
4689
- "id": 18358,
4689
+ "id": 18365,
4690
4690
  "name": "bytes",
4691
4691
  "nodeType": "ElementaryTypeName",
4692
4692
  "src": "14053:5:40",
@@ -4700,7 +4700,7 @@
4700
4700
  ],
4701
4701
  "src": "14052:21:40"
4702
4702
  },
4703
- "scope": 18401,
4703
+ "scope": 18408,
4704
4704
  "src": "13866:208:40",
4705
4705
  "stateMutability": "nonpayable",
4706
4706
  "virtual": true,
@@ -4709,53 +4709,53 @@
4709
4709
  {
4710
4710
  "anonymous": false,
4711
4711
  "documentation": {
4712
- "id": 18362,
4712
+ "id": 18369,
4713
4713
  "nodeType": "StructuredDocumentation",
4714
4714
  "src": "14085:353:40",
4715
4715
  "text": " @dev Flow operator updated event\n @param token Super token address\n @param sender Flow sender address\n @param flowOperator Flow operator address\n @param permissions Octo bitmask representation of permissions\n @param flowRateAllowance The flow rate allowance the `flowOperator` is granted (only goes down)"
4716
4716
  },
4717
4717
  "eventSelector": "c0d5d3a6ac18cc1769788c925e6e7fc89cd47e4270a42884736fa9b3ec09f3a8",
4718
- "id": 18375,
4718
+ "id": 18382,
4719
4719
  "name": "FlowOperatorUpdated",
4720
4720
  "nameLocation": "14449:19:40",
4721
4721
  "nodeType": "EventDefinition",
4722
4722
  "parameters": {
4723
- "id": 18374,
4723
+ "id": 18381,
4724
4724
  "nodeType": "ParameterList",
4725
4725
  "parameters": [
4726
4726
  {
4727
4727
  "constant": false,
4728
- "id": 18365,
4728
+ "id": 18372,
4729
4729
  "indexed": true,
4730
4730
  "mutability": "mutable",
4731
4731
  "name": "token",
4732
4732
  "nameLocation": "14503:5:40",
4733
4733
  "nodeType": "VariableDeclaration",
4734
- "scope": 18375,
4734
+ "scope": 18382,
4735
4735
  "src": "14478:30:40",
4736
4736
  "stateVariable": false,
4737
4737
  "storageLocation": "default",
4738
4738
  "typeDescriptions": {
4739
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4739
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4740
4740
  "typeString": "contract ISuperfluidToken"
4741
4741
  },
4742
4742
  "typeName": {
4743
- "id": 18364,
4743
+ "id": 18371,
4744
4744
  "nodeType": "UserDefinedTypeName",
4745
4745
  "pathNode": {
4746
- "id": 18363,
4746
+ "id": 18370,
4747
4747
  "name": "ISuperfluidToken",
4748
4748
  "nameLocations": [
4749
4749
  "14478:16:40"
4750
4750
  ],
4751
4751
  "nodeType": "IdentifierPath",
4752
- "referencedDeclaration": 20940,
4752
+ "referencedDeclaration": 20947,
4753
4753
  "src": "14478:16:40"
4754
4754
  },
4755
- "referencedDeclaration": 20940,
4755
+ "referencedDeclaration": 20947,
4756
4756
  "src": "14478:16:40",
4757
4757
  "typeDescriptions": {
4758
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4758
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4759
4759
  "typeString": "contract ISuperfluidToken"
4760
4760
  }
4761
4761
  },
@@ -4763,13 +4763,13 @@
4763
4763
  },
4764
4764
  {
4765
4765
  "constant": false,
4766
- "id": 18367,
4766
+ "id": 18374,
4767
4767
  "indexed": true,
4768
4768
  "mutability": "mutable",
4769
4769
  "name": "sender",
4770
4770
  "nameLocation": "14534:6:40",
4771
4771
  "nodeType": "VariableDeclaration",
4772
- "scope": 18375,
4772
+ "scope": 18382,
4773
4773
  "src": "14518:22:40",
4774
4774
  "stateVariable": false,
4775
4775
  "storageLocation": "default",
@@ -4778,7 +4778,7 @@
4778
4778
  "typeString": "address"
4779
4779
  },
4780
4780
  "typeName": {
4781
- "id": 18366,
4781
+ "id": 18373,
4782
4782
  "name": "address",
4783
4783
  "nodeType": "ElementaryTypeName",
4784
4784
  "src": "14518:7:40",
@@ -4792,13 +4792,13 @@
4792
4792
  },
4793
4793
  {
4794
4794
  "constant": false,
4795
- "id": 18369,
4795
+ "id": 18376,
4796
4796
  "indexed": true,
4797
4797
  "mutability": "mutable",
4798
4798
  "name": "flowOperator",
4799
4799
  "nameLocation": "14566:12:40",
4800
4800
  "nodeType": "VariableDeclaration",
4801
- "scope": 18375,
4801
+ "scope": 18382,
4802
4802
  "src": "14550:28:40",
4803
4803
  "stateVariable": false,
4804
4804
  "storageLocation": "default",
@@ -4807,7 +4807,7 @@
4807
4807
  "typeString": "address"
4808
4808
  },
4809
4809
  "typeName": {
4810
- "id": 18368,
4810
+ "id": 18375,
4811
4811
  "name": "address",
4812
4812
  "nodeType": "ElementaryTypeName",
4813
4813
  "src": "14550:7:40",
@@ -4821,13 +4821,13 @@
4821
4821
  },
4822
4822
  {
4823
4823
  "constant": false,
4824
- "id": 18371,
4824
+ "id": 18378,
4825
4825
  "indexed": false,
4826
4826
  "mutability": "mutable",
4827
4827
  "name": "permissions",
4828
4828
  "nameLocation": "14594:11:40",
4829
4829
  "nodeType": "VariableDeclaration",
4830
- "scope": 18375,
4830
+ "scope": 18382,
4831
4831
  "src": "14588:17:40",
4832
4832
  "stateVariable": false,
4833
4833
  "storageLocation": "default",
@@ -4836,7 +4836,7 @@
4836
4836
  "typeString": "uint8"
4837
4837
  },
4838
4838
  "typeName": {
4839
- "id": 18370,
4839
+ "id": 18377,
4840
4840
  "name": "uint8",
4841
4841
  "nodeType": "ElementaryTypeName",
4842
4842
  "src": "14588:5:40",
@@ -4849,13 +4849,13 @@
4849
4849
  },
4850
4850
  {
4851
4851
  "constant": false,
4852
- "id": 18373,
4852
+ "id": 18380,
4853
4853
  "indexed": false,
4854
4854
  "mutability": "mutable",
4855
4855
  "name": "flowRateAllowance",
4856
4856
  "nameLocation": "14621:17:40",
4857
4857
  "nodeType": "VariableDeclaration",
4858
- "scope": 18375,
4858
+ "scope": 18382,
4859
4859
  "src": "14615:23:40",
4860
4860
  "stateVariable": false,
4861
4861
  "storageLocation": "default",
@@ -4864,7 +4864,7 @@
4864
4864
  "typeString": "int96"
4865
4865
  },
4866
4866
  "typeName": {
4867
- "id": 18372,
4867
+ "id": 18379,
4868
4868
  "name": "int96",
4869
4869
  "nodeType": "ElementaryTypeName",
4870
4870
  "src": "14615:5:40",
@@ -4883,53 +4883,53 @@
4883
4883
  {
4884
4884
  "anonymous": false,
4885
4885
  "documentation": {
4886
- "id": 18376,
4886
+ "id": 18383,
4887
4887
  "nodeType": "StructuredDocumentation",
4888
4888
  "src": "14651:466:40",
4889
4889
  "text": " @dev Flow updated event\n @param token Super token address\n @param sender Flow sender address\n @param receiver Flow recipient address\n @param flowRate Flow rate in amount per second for this flow\n @param totalSenderFlowRate Total flow rate in amount per second for the sender\n @param totalReceiverFlowRate Total flow rate in amount per second for the receiver\n @param userData The user provided data"
4890
4890
  },
4891
4891
  "eventSelector": "57269d2ebcccecdcc0d9d2c0a0b80ead95f344e28ec20f50f709811f209d4e0e",
4892
- "id": 18393,
4892
+ "id": 18400,
4893
4893
  "name": "FlowUpdated",
4894
4894
  "nameLocation": "15128:11:40",
4895
4895
  "nodeType": "EventDefinition",
4896
4896
  "parameters": {
4897
- "id": 18392,
4897
+ "id": 18399,
4898
4898
  "nodeType": "ParameterList",
4899
4899
  "parameters": [
4900
4900
  {
4901
4901
  "constant": false,
4902
- "id": 18379,
4902
+ "id": 18386,
4903
4903
  "indexed": true,
4904
4904
  "mutability": "mutable",
4905
4905
  "name": "token",
4906
4906
  "nameLocation": "15174:5:40",
4907
4907
  "nodeType": "VariableDeclaration",
4908
- "scope": 18393,
4908
+ "scope": 18400,
4909
4909
  "src": "15149:30:40",
4910
4910
  "stateVariable": false,
4911
4911
  "storageLocation": "default",
4912
4912
  "typeDescriptions": {
4913
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4913
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4914
4914
  "typeString": "contract ISuperfluidToken"
4915
4915
  },
4916
4916
  "typeName": {
4917
- "id": 18378,
4917
+ "id": 18385,
4918
4918
  "nodeType": "UserDefinedTypeName",
4919
4919
  "pathNode": {
4920
- "id": 18377,
4920
+ "id": 18384,
4921
4921
  "name": "ISuperfluidToken",
4922
4922
  "nameLocations": [
4923
4923
  "15149:16:40"
4924
4924
  ],
4925
4925
  "nodeType": "IdentifierPath",
4926
- "referencedDeclaration": 20940,
4926
+ "referencedDeclaration": 20947,
4927
4927
  "src": "15149:16:40"
4928
4928
  },
4929
- "referencedDeclaration": 20940,
4929
+ "referencedDeclaration": 20947,
4930
4930
  "src": "15149:16:40",
4931
4931
  "typeDescriptions": {
4932
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20940",
4932
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20947",
4933
4933
  "typeString": "contract ISuperfluidToken"
4934
4934
  }
4935
4935
  },
@@ -4937,13 +4937,13 @@
4937
4937
  },
4938
4938
  {
4939
4939
  "constant": false,
4940
- "id": 18381,
4940
+ "id": 18388,
4941
4941
  "indexed": true,
4942
4942
  "mutability": "mutable",
4943
4943
  "name": "sender",
4944
4944
  "nameLocation": "15205:6:40",
4945
4945
  "nodeType": "VariableDeclaration",
4946
- "scope": 18393,
4946
+ "scope": 18400,
4947
4947
  "src": "15189:22:40",
4948
4948
  "stateVariable": false,
4949
4949
  "storageLocation": "default",
@@ -4952,7 +4952,7 @@
4952
4952
  "typeString": "address"
4953
4953
  },
4954
4954
  "typeName": {
4955
- "id": 18380,
4955
+ "id": 18387,
4956
4956
  "name": "address",
4957
4957
  "nodeType": "ElementaryTypeName",
4958
4958
  "src": "15189:7:40",
@@ -4966,13 +4966,13 @@
4966
4966
  },
4967
4967
  {
4968
4968
  "constant": false,
4969
- "id": 18383,
4969
+ "id": 18390,
4970
4970
  "indexed": true,
4971
4971
  "mutability": "mutable",
4972
4972
  "name": "receiver",
4973
4973
  "nameLocation": "15237:8:40",
4974
4974
  "nodeType": "VariableDeclaration",
4975
- "scope": 18393,
4975
+ "scope": 18400,
4976
4976
  "src": "15221:24:40",
4977
4977
  "stateVariable": false,
4978
4978
  "storageLocation": "default",
@@ -4981,7 +4981,7 @@
4981
4981
  "typeString": "address"
4982
4982
  },
4983
4983
  "typeName": {
4984
- "id": 18382,
4984
+ "id": 18389,
4985
4985
  "name": "address",
4986
4986
  "nodeType": "ElementaryTypeName",
4987
4987
  "src": "15221:7:40",
@@ -4995,13 +4995,13 @@
4995
4995
  },
4996
4996
  {
4997
4997
  "constant": false,
4998
- "id": 18385,
4998
+ "id": 18392,
4999
4999
  "indexed": false,
5000
5000
  "mutability": "mutable",
5001
5001
  "name": "flowRate",
5002
5002
  "nameLocation": "15261:8:40",
5003
5003
  "nodeType": "VariableDeclaration",
5004
- "scope": 18393,
5004
+ "scope": 18400,
5005
5005
  "src": "15255:14:40",
5006
5006
  "stateVariable": false,
5007
5007
  "storageLocation": "default",
@@ -5010,7 +5010,7 @@
5010
5010
  "typeString": "int96"
5011
5011
  },
5012
5012
  "typeName": {
5013
- "id": 18384,
5013
+ "id": 18391,
5014
5014
  "name": "int96",
5015
5015
  "nodeType": "ElementaryTypeName",
5016
5016
  "src": "15255:5:40",
@@ -5023,13 +5023,13 @@
5023
5023
  },
5024
5024
  {
5025
5025
  "constant": false,
5026
- "id": 18387,
5026
+ "id": 18394,
5027
5027
  "indexed": false,
5028
5028
  "mutability": "mutable",
5029
5029
  "name": "totalSenderFlowRate",
5030
5030
  "nameLocation": "15286:19:40",
5031
5031
  "nodeType": "VariableDeclaration",
5032
- "scope": 18393,
5032
+ "scope": 18400,
5033
5033
  "src": "15279:26:40",
5034
5034
  "stateVariable": false,
5035
5035
  "storageLocation": "default",
@@ -5038,7 +5038,7 @@
5038
5038
  "typeString": "int256"
5039
5039
  },
5040
5040
  "typeName": {
5041
- "id": 18386,
5041
+ "id": 18393,
5042
5042
  "name": "int256",
5043
5043
  "nodeType": "ElementaryTypeName",
5044
5044
  "src": "15279:6:40",
@@ -5051,13 +5051,13 @@
5051
5051
  },
5052
5052
  {
5053
5053
  "constant": false,
5054
- "id": 18389,
5054
+ "id": 18396,
5055
5055
  "indexed": false,
5056
5056
  "mutability": "mutable",
5057
5057
  "name": "totalReceiverFlowRate",
5058
5058
  "nameLocation": "15322:21:40",
5059
5059
  "nodeType": "VariableDeclaration",
5060
- "scope": 18393,
5060
+ "scope": 18400,
5061
5061
  "src": "15315:28:40",
5062
5062
  "stateVariable": false,
5063
5063
  "storageLocation": "default",
@@ -5066,7 +5066,7 @@
5066
5066
  "typeString": "int256"
5067
5067
  },
5068
5068
  "typeName": {
5069
- "id": 18388,
5069
+ "id": 18395,
5070
5070
  "name": "int256",
5071
5071
  "nodeType": "ElementaryTypeName",
5072
5072
  "src": "15315:6:40",
@@ -5079,13 +5079,13 @@
5079
5079
  },
5080
5080
  {
5081
5081
  "constant": false,
5082
- "id": 18391,
5082
+ "id": 18398,
5083
5083
  "indexed": false,
5084
5084
  "mutability": "mutable",
5085
5085
  "name": "userData",
5086
5086
  "nameLocation": "15359:8:40",
5087
5087
  "nodeType": "VariableDeclaration",
5088
- "scope": 18393,
5088
+ "scope": 18400,
5089
5089
  "src": "15353:14:40",
5090
5090
  "stateVariable": false,
5091
5091
  "storageLocation": "default",
@@ -5094,7 +5094,7 @@
5094
5094
  "typeString": "bytes"
5095
5095
  },
5096
5096
  "typeName": {
5097
- "id": 18390,
5097
+ "id": 18397,
5098
5098
  "name": "bytes",
5099
5099
  "nodeType": "ElementaryTypeName",
5100
5100
  "src": "15353:5:40",
@@ -5113,29 +5113,29 @@
5113
5113
  {
5114
5114
  "anonymous": false,
5115
5115
  "documentation": {
5116
- "id": 18394,
5116
+ "id": 18401,
5117
5117
  "nodeType": "StructuredDocumentation",
5118
5118
  "src": "15380:181:40",
5119
5119
  "text": " @dev Flow updated extension event\n @param flowOperator Flow operator address - the Context.msgSender\n @param deposit The deposit amount for the stream"
5120
5120
  },
5121
5121
  "eventSelector": "71e0c98e270fc3084227b473f176924d5303ece8c639e679998a2d7dc8e70f74",
5122
- "id": 18400,
5122
+ "id": 18407,
5123
5123
  "name": "FlowUpdatedExtension",
5124
5124
  "nameLocation": "15572:20:40",
5125
5125
  "nodeType": "EventDefinition",
5126
5126
  "parameters": {
5127
- "id": 18399,
5127
+ "id": 18406,
5128
5128
  "nodeType": "ParameterList",
5129
5129
  "parameters": [
5130
5130
  {
5131
5131
  "constant": false,
5132
- "id": 18396,
5132
+ "id": 18403,
5133
5133
  "indexed": true,
5134
5134
  "mutability": "mutable",
5135
5135
  "name": "flowOperator",
5136
5136
  "nameLocation": "15618:12:40",
5137
5137
  "nodeType": "VariableDeclaration",
5138
- "scope": 18400,
5138
+ "scope": 18407,
5139
5139
  "src": "15602:28:40",
5140
5140
  "stateVariable": false,
5141
5141
  "storageLocation": "default",
@@ -5144,7 +5144,7 @@
5144
5144
  "typeString": "address"
5145
5145
  },
5146
5146
  "typeName": {
5147
- "id": 18395,
5147
+ "id": 18402,
5148
5148
  "name": "address",
5149
5149
  "nodeType": "ElementaryTypeName",
5150
5150
  "src": "15602:7:40",
@@ -5158,13 +5158,13 @@
5158
5158
  },
5159
5159
  {
5160
5160
  "constant": false,
5161
- "id": 18398,
5161
+ "id": 18405,
5162
5162
  "indexed": false,
5163
5163
  "mutability": "mutable",
5164
5164
  "name": "deposit",
5165
5165
  "nameLocation": "15648:7:40",
5166
5166
  "nodeType": "VariableDeclaration",
5167
- "scope": 18400,
5167
+ "scope": 18407,
5168
5168
  "src": "15640:15:40",
5169
5169
  "stateVariable": false,
5170
5170
  "storageLocation": "default",
@@ -5173,7 +5173,7 @@
5173
5173
  "typeString": "uint256"
5174
5174
  },
5175
5175
  "typeName": {
5176
- "id": 18397,
5176
+ "id": 18404,
5177
5177
  "name": "uint256",
5178
5178
  "nodeType": "ElementaryTypeName",
5179
5179
  "src": "15640:7:40",
@@ -5190,23 +5190,23 @@
5190
5190
  "src": "15566:96:40"
5191
5191
  }
5192
5192
  ],
5193
- "scope": 18402,
5193
+ "scope": 18409,
5194
5194
  "src": "343:15321:40",
5195
5195
  "usedErrors": [
5196
- 18044,
5197
- 18046,
5198
- 18048,
5199
- 18050,
5200
- 18052,
5201
- 18054,
5202
- 18056,
5203
- 18058,
5204
- 18060,
5205
- 18062,
5206
- 18064,
5207
- 18066,
5208
- 18068,
5209
- 18070
5196
+ 18051,
5197
+ 18053,
5198
+ 18055,
5199
+ 18057,
5200
+ 18059,
5201
+ 18061,
5202
+ 18063,
5203
+ 18065,
5204
+ 18067,
5205
+ 18069,
5206
+ 18071,
5207
+ 18073,
5208
+ 18075,
5209
+ 18077
5210
5210
  ]
5211
5211
  }
5212
5212
  ],
@@ -5218,7 +5218,7 @@
5218
5218
  },
5219
5219
  "networks": {},
5220
5220
  "schemaVersion": "3.4.9",
5221
- "updatedAt": "2022-09-21T07:45:09.373Z",
5221
+ "updatedAt": "2022-09-21T11:06:18.115Z",
5222
5222
  "devdoc": {
5223
5223
  "author": "Superfluid",
5224
5224
  "events": {