@superfluid-finance/ethereum-contracts 1.3.2-dev.8696fa0.0 → 1.3.2-dev.9e41aae.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 (110) 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 +18 -18
  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 +599 -599
  9. package/build/contracts/CFAv1Library.json +389 -389
  10. package/build/contracts/CallUtils.json +198 -198
  11. package/build/contracts/ClosingOnUpdateFlowTestApp.json +1525 -1525
  12. package/build/contracts/ConstantFlowAgreementV1.json +932 -932
  13. package/build/contracts/Context.json +1 -1
  14. package/build/contracts/ContextDefinitions.json +599 -599
  15. package/build/contracts/Create2.json +1 -1
  16. package/build/contracts/CustomSuperTokenBase.json +19 -19
  17. package/build/contracts/ERC165.json +1 -1
  18. package/build/contracts/ERC1820Implementer.json +1 -1
  19. package/build/contracts/ERC1820RegistryCompiled.json +22 -22
  20. package/build/contracts/ERC20.json +1 -1
  21. package/build/contracts/ERC20Burnable.json +1 -1
  22. package/build/contracts/ERC20Pausable.json +1 -1
  23. package/build/contracts/ERC20PresetMinterPauser.json +1 -1
  24. package/build/contracts/ERC20WithTokenInfo.json +23 -23
  25. package/build/contracts/ERC777Helper.json +380 -380
  26. package/build/contracts/ERC777RecipientDrainingGas.json +855 -855
  27. package/build/contracts/ERC777RecipientReverting.json +855 -855
  28. package/build/contracts/EnumerableSet.json +1 -1
  29. package/build/contracts/EventsEmitter.json +43 -43
  30. package/build/contracts/ExclusiveInflowTestApp.json +1525 -1525
  31. package/build/contracts/FixedSizeData.json +200 -200
  32. package/build/contracts/FlowExchangeTestApp.json +1526 -1526
  33. package/build/contracts/FlowOperatorDefinitions.json +599 -599
  34. package/build/contracts/FullUpgradableSuperTokenProxy.json +112 -112
  35. package/build/contracts/IAccessControl.json +1 -1
  36. package/build/contracts/IAccessControlEnumerable.json +1 -1
  37. package/build/contracts/IConstantFlowAgreementV1.json +567 -567
  38. package/build/contracts/IDAv1Library.json +430 -430
  39. package/build/contracts/IERC165.json +1 -1
  40. package/build/contracts/IERC1820Implementer.json +1 -1
  41. package/build/contracts/IERC1820Registry.json +1 -1
  42. package/build/contracts/IERC20.json +1 -1
  43. package/build/contracts/IERC20Metadata.json +1 -1
  44. package/build/contracts/IERC20Permit.json +1 -1
  45. package/build/contracts/IERC777.json +1 -1
  46. package/build/contracts/IERC777Recipient.json +1 -1
  47. package/build/contracts/IERC777Sender.json +1 -1
  48. package/build/contracts/IInstantDistributionAgreementV1.json +640 -640
  49. package/build/contracts/IMaticBridgedNativeSuperToken.json +62 -62
  50. package/build/contracts/IMaticBridgedNativeSuperTokenCustom.json +62 -62
  51. package/build/contracts/IMultiSigWallet.json +24 -24
  52. package/build/contracts/IPureSuperToken.json +42 -42
  53. package/build/contracts/IPureSuperTokenCustom.json +42 -42
  54. package/build/contracts/IRelayRecipient.json +27 -27
  55. package/build/contracts/IResolver.json +38 -38
  56. package/build/contracts/ISETH.json +47 -47
  57. package/build/contracts/ISETHCustom.json +47 -47
  58. package/build/contracts/ISuperAgreement.json +50 -50
  59. package/build/contracts/ISuperApp.json +191 -191
  60. package/build/contracts/ISuperToken.json +523 -523
  61. package/build/contracts/ISuperTokenFactory.json +160 -160
  62. package/build/contracts/ISuperfluid.json +826 -826
  63. package/build/contracts/ISuperfluidGovernance.json +242 -242
  64. package/build/contracts/ISuperfluidToken.json +389 -389
  65. package/build/contracts/ITOGAv1.json +1441 -1441
  66. package/build/contracts/ITOGAv2.json +1441 -1441
  67. package/build/contracts/Initializable.json +1 -1
  68. package/build/contracts/InstantDistributionAgreementV1.json +567 -567
  69. package/build/contracts/MaticBridgedNativeSuperTokenProxy.json +228 -228
  70. package/build/contracts/NonClosableOutflowTestApp.json +1526 -1526
  71. package/build/contracts/Ownable.json +1 -1
  72. package/build/contracts/Pausable.json +1 -1
  73. package/build/contracts/Proxy.json +1 -1
  74. package/build/contracts/PureSuperToken.json +106 -106
  75. package/build/contracts/Resolver.json +98 -98
  76. package/build/contracts/SETHProxy.json +224 -224
  77. package/build/contracts/SafeCast.json +1 -1
  78. package/build/contracts/SafeERC20.json +1 -1
  79. package/build/contracts/SafeMath.json +1 -1
  80. package/build/contracts/SelfDeletingFlowTestApp.json +1525 -1525
  81. package/build/contracts/SlotsBitmapLibrary.json +457 -457
  82. package/build/contracts/StreamRedirector.json +704 -704
  83. package/build/contracts/Strings.json +1 -1
  84. package/build/contracts/SuperAppBase.json +42 -42
  85. package/build/contracts/SuperAppDefinitions.json +599 -599
  86. package/build/contracts/SuperToken.json +2362 -2362
  87. package/build/contracts/SuperTokenFactory.json +747 -747
  88. package/build/contracts/SuperTokenFactoryBase.json +737 -737
  89. package/build/contracts/SuperTokenFactoryHelper.json +740 -740
  90. package/build/contracts/SuperUpgrader.json +437 -437
  91. package/build/contracts/Superfluid.json +4860 -4860
  92. package/build/contracts/SuperfluidFrameworkDeployer.json +690 -690
  93. package/build/contracts/SuperfluidGovernanceBase.json +3933 -2158
  94. package/build/contracts/SuperfluidGovernanceConfigs.json +599 -599
  95. package/build/contracts/SuperfluidGovernanceII.json +7488 -4364
  96. package/build/contracts/SuperfluidGovernanceIIProxy.json +131 -131
  97. package/build/contracts/SuperfluidLoader.json +207 -207
  98. package/build/contracts/SuperfluidToken.json +1404 -1404
  99. package/build/contracts/TOGA.json +1458 -1458
  100. package/build/contracts/TestGovernance.json +8293 -5439
  101. package/build/contracts/TestToken.json +93 -93
  102. package/build/contracts/TokenCustodian.json +214 -214
  103. package/build/contracts/TokenInfo.json +32 -32
  104. package/build/contracts/UUPSProxiable.json +139 -139
  105. package/build/contracts/UUPSProxy.json +81 -81
  106. package/build/contracts/UUPSUtils.json +37 -37
  107. package/build/contracts-sizes.txt +1 -1
  108. package/contracts/gov/SuperfluidGovernanceBase.sol +98 -35
  109. package/package.json +2 -2
  110. package/scripts/gov-create-new-app-registration-key.js +9 -19
@@ -804,21 +804,21 @@
804
804
  "absolutePath": "project:/contracts/interfaces/agreements/IConstantFlowAgreementV1.sol",
805
805
  "exportedSymbols": {
806
806
  "IConstantFlowAgreementV1": [
807
- 18114
807
+ 18236
808
808
  ],
809
809
  "ISuperAgreement": [
810
- 19002
810
+ 19124
811
811
  ],
812
812
  "ISuperfluidToken": [
813
- 20450
813
+ 20572
814
814
  ]
815
815
  },
816
- "id": 18115,
816
+ "id": 18237,
817
817
  "license": "AGPLv3",
818
818
  "nodeType": "SourceUnit",
819
819
  "nodes": [
820
820
  {
821
- "id": 17776,
821
+ "id": 17898,
822
822
  "literals": [
823
823
  "solidity",
824
824
  ">=",
@@ -831,20 +831,20 @@
831
831
  {
832
832
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperAgreement.sol",
833
833
  "file": "../superfluid/ISuperAgreement.sol",
834
- "id": 17778,
834
+ "id": 17900,
835
835
  "nameLocation": "-1:-1:-1",
836
836
  "nodeType": "ImportDirective",
837
- "scope": 18115,
838
- "sourceUnit": 19003,
837
+ "scope": 18237,
838
+ "sourceUnit": 19125,
839
839
  "src": "62:68:40",
840
840
  "symbolAliases": [
841
841
  {
842
842
  "foreign": {
843
- "id": 17777,
843
+ "id": 17899,
844
844
  "name": "ISuperAgreement",
845
845
  "nodeType": "Identifier",
846
846
  "overloadedDeclarations": [],
847
- "referencedDeclaration": 19002,
847
+ "referencedDeclaration": 19124,
848
848
  "src": "71:15:40",
849
849
  "typeDescriptions": {}
850
850
  },
@@ -856,20 +856,20 @@
856
856
  {
857
857
  "absolutePath": "project:/contracts/interfaces/superfluid/ISuperfluidToken.sol",
858
858
  "file": "../superfluid/ISuperfluidToken.sol",
859
- "id": 17780,
859
+ "id": 17902,
860
860
  "nameLocation": "-1:-1:-1",
861
861
  "nodeType": "ImportDirective",
862
- "scope": 18115,
863
- "sourceUnit": 20451,
862
+ "scope": 18237,
863
+ "sourceUnit": 20573,
864
864
  "src": "131:70:40",
865
865
  "symbolAliases": [
866
866
  {
867
867
  "foreign": {
868
- "id": 17779,
868
+ "id": 17901,
869
869
  "name": "ISuperfluidToken",
870
870
  "nodeType": "Identifier",
871
871
  "overloadedDeclarations": [],
872
- "referencedDeclaration": 20450,
872
+ "referencedDeclaration": 20572,
873
873
  "src": "140:16:40",
874
874
  "typeDescriptions": {}
875
875
  },
@@ -883,13 +883,13 @@
883
883
  "baseContracts": [
884
884
  {
885
885
  "baseName": {
886
- "id": 17782,
886
+ "id": 17904,
887
887
  "name": "ISuperAgreement",
888
888
  "nodeType": "IdentifierPath",
889
- "referencedDeclaration": 19002,
889
+ "referencedDeclaration": 19124,
890
890
  "src": "324:15:40"
891
891
  },
892
- "id": 17783,
892
+ "id": 17905,
893
893
  "nodeType": "InheritanceSpecifier",
894
894
  "src": "324:15:40"
895
895
  }
@@ -898,16 +898,16 @@
898
898
  "contractDependencies": [],
899
899
  "contractKind": "contract",
900
900
  "documentation": {
901
- "id": 17781,
901
+ "id": 17903,
902
902
  "nodeType": "StructuredDocumentation",
903
903
  "src": "204:73:40",
904
904
  "text": " @title Constant Flow Agreement interface\n @author Superfluid"
905
905
  },
906
906
  "fullyImplemented": false,
907
- "id": 18114,
907
+ "id": 18236,
908
908
  "linearizedBaseContracts": [
909
- 18114,
910
- 19002
909
+ 18236,
910
+ 19124
911
911
  ],
912
912
  "name": "IConstantFlowAgreementV1",
913
913
  "nameLocation": "296:24:40",
@@ -915,10 +915,10 @@
915
915
  "nodes": [
916
916
  {
917
917
  "baseFunctions": [
918
- 18984
918
+ 19106
919
919
  ],
920
920
  "body": {
921
- "id": 17794,
921
+ "id": 17916,
922
922
  "nodeType": "Block",
923
923
  "src": "471:95:40",
924
924
  "statements": [
@@ -927,7 +927,7 @@
927
927
  "arguments": [
928
928
  {
929
929
  "hexValue": "6f72672e7375706572666c7569642d66696e616e63652e61677265656d656e74732e436f6e7374616e74466c6f7741677265656d656e742e7631",
930
- "id": 17791,
930
+ "id": 17913,
931
931
  "isConstant": false,
932
932
  "isLValue": false,
933
933
  "isPure": true,
@@ -949,7 +949,7 @@
949
949
  "typeString": "literal_string \"org.superfluid-finance.agreements.ConstantFlowAgreement.v1\""
950
950
  }
951
951
  ],
952
- "id": 17790,
952
+ "id": 17912,
953
953
  "name": "keccak256",
954
954
  "nodeType": "Identifier",
955
955
  "overloadedDeclarations": [],
@@ -960,7 +960,7 @@
960
960
  "typeString": "function (bytes memory) pure returns (bytes32)"
961
961
  }
962
962
  },
963
- "id": 17792,
963
+ "id": 17914,
964
964
  "isConstant": false,
965
965
  "isLValue": false,
966
966
  "isPure": true,
@@ -975,21 +975,21 @@
975
975
  "typeString": "bytes32"
976
976
  }
977
977
  },
978
- "functionReturnParameters": 17789,
979
- "id": 17793,
978
+ "functionReturnParameters": 17911,
979
+ "id": 17915,
980
980
  "nodeType": "Return",
981
981
  "src": "481:78:40"
982
982
  }
983
983
  ]
984
984
  },
985
985
  "documentation": {
986
- "id": 17784,
986
+ "id": 17906,
987
987
  "nodeType": "StructuredDocumentation",
988
988
  "src": "347:53:40",
989
989
  "text": "@dev ISuperAgreement.agreementType implementation"
990
990
  },
991
991
  "functionSelector": "7730599e",
992
- "id": 17795,
992
+ "id": 17917,
993
993
  "implemented": true,
994
994
  "kind": "function",
995
995
  "modifiers": [],
@@ -997,29 +997,29 @@
997
997
  "nameLocation": "414:13:40",
998
998
  "nodeType": "FunctionDefinition",
999
999
  "overrides": {
1000
- "id": 17786,
1000
+ "id": 17908,
1001
1001
  "nodeType": "OverrideSpecifier",
1002
1002
  "overrides": [],
1003
1003
  "src": "439:8:40"
1004
1004
  },
1005
1005
  "parameters": {
1006
- "id": 17785,
1006
+ "id": 17907,
1007
1007
  "nodeType": "ParameterList",
1008
1008
  "parameters": [],
1009
1009
  "src": "427:2:40"
1010
1010
  },
1011
1011
  "returnParameters": {
1012
- "id": 17789,
1012
+ "id": 17911,
1013
1013
  "nodeType": "ParameterList",
1014
1014
  "parameters": [
1015
1015
  {
1016
1016
  "constant": false,
1017
- "id": 17788,
1017
+ "id": 17910,
1018
1018
  "mutability": "mutable",
1019
1019
  "name": "",
1020
1020
  "nameLocation": "-1:-1:-1",
1021
1021
  "nodeType": "VariableDeclaration",
1022
- "scope": 17795,
1022
+ "scope": 17917,
1023
1023
  "src": "462:7:40",
1024
1024
  "stateVariable": false,
1025
1025
  "storageLocation": "default",
@@ -1028,7 +1028,7 @@
1028
1028
  "typeString": "bytes32"
1029
1029
  },
1030
1030
  "typeName": {
1031
- "id": 17787,
1031
+ "id": 17909,
1032
1032
  "name": "bytes32",
1033
1033
  "nodeType": "ElementaryTypeName",
1034
1034
  "src": "462:7:40",
@@ -1042,7 +1042,7 @@
1042
1042
  ],
1043
1043
  "src": "461:9:40"
1044
1044
  },
1045
- "scope": 18114,
1045
+ "scope": 18236,
1046
1046
  "src": "405:161:40",
1047
1047
  "stateMutability": "pure",
1048
1048
  "virtual": false,
@@ -1050,13 +1050,13 @@
1050
1050
  },
1051
1051
  {
1052
1052
  "documentation": {
1053
- "id": 17796,
1053
+ "id": 17918,
1054
1054
  "nodeType": "StructuredDocumentation",
1055
1055
  "src": "572:239:40",
1056
1056
  "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"
1057
1057
  },
1058
1058
  "functionSelector": "0602f7db",
1059
- "id": 17806,
1059
+ "id": 17928,
1060
1060
  "implemented": false,
1061
1061
  "kind": "function",
1062
1062
  "modifiers": [],
@@ -1064,38 +1064,38 @@
1064
1064
  "nameLocation": "825:29:40",
1065
1065
  "nodeType": "FunctionDefinition",
1066
1066
  "parameters": {
1067
- "id": 17802,
1067
+ "id": 17924,
1068
1068
  "nodeType": "ParameterList",
1069
1069
  "parameters": [
1070
1070
  {
1071
1071
  "constant": false,
1072
- "id": 17799,
1072
+ "id": 17921,
1073
1073
  "mutability": "mutable",
1074
1074
  "name": "token",
1075
1075
  "nameLocation": "881:5:40",
1076
1076
  "nodeType": "VariableDeclaration",
1077
- "scope": 17806,
1077
+ "scope": 17928,
1078
1078
  "src": "864:22:40",
1079
1079
  "stateVariable": false,
1080
1080
  "storageLocation": "default",
1081
1081
  "typeDescriptions": {
1082
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1082
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1083
1083
  "typeString": "contract ISuperfluidToken"
1084
1084
  },
1085
1085
  "typeName": {
1086
- "id": 17798,
1086
+ "id": 17920,
1087
1087
  "nodeType": "UserDefinedTypeName",
1088
1088
  "pathNode": {
1089
- "id": 17797,
1089
+ "id": 17919,
1090
1090
  "name": "ISuperfluidToken",
1091
1091
  "nodeType": "IdentifierPath",
1092
- "referencedDeclaration": 20450,
1092
+ "referencedDeclaration": 20572,
1093
1093
  "src": "864:16:40"
1094
1094
  },
1095
- "referencedDeclaration": 20450,
1095
+ "referencedDeclaration": 20572,
1096
1096
  "src": "864:16:40",
1097
1097
  "typeDescriptions": {
1098
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1098
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1099
1099
  "typeString": "contract ISuperfluidToken"
1100
1100
  }
1101
1101
  },
@@ -1103,12 +1103,12 @@
1103
1103
  },
1104
1104
  {
1105
1105
  "constant": false,
1106
- "id": 17801,
1106
+ "id": 17923,
1107
1107
  "mutability": "mutable",
1108
1108
  "name": "deposit",
1109
1109
  "nameLocation": "904:7:40",
1110
1110
  "nodeType": "VariableDeclaration",
1111
- "scope": 17806,
1111
+ "scope": 17928,
1112
1112
  "src": "896:15:40",
1113
1113
  "stateVariable": false,
1114
1114
  "storageLocation": "default",
@@ -1117,7 +1117,7 @@
1117
1117
  "typeString": "uint256"
1118
1118
  },
1119
1119
  "typeName": {
1120
- "id": 17800,
1120
+ "id": 17922,
1121
1121
  "name": "uint256",
1122
1122
  "nodeType": "ElementaryTypeName",
1123
1123
  "src": "896:7:40",
@@ -1132,17 +1132,17 @@
1132
1132
  "src": "854:58:40"
1133
1133
  },
1134
1134
  "returnParameters": {
1135
- "id": 17805,
1135
+ "id": 17927,
1136
1136
  "nodeType": "ParameterList",
1137
1137
  "parameters": [
1138
1138
  {
1139
1139
  "constant": false,
1140
- "id": 17804,
1140
+ "id": 17926,
1141
1141
  "mutability": "mutable",
1142
1142
  "name": "flowRate",
1143
1143
  "nameLocation": "966:8:40",
1144
1144
  "nodeType": "VariableDeclaration",
1145
- "scope": 17806,
1145
+ "scope": 17928,
1146
1146
  "src": "960:14:40",
1147
1147
  "stateVariable": false,
1148
1148
  "storageLocation": "default",
@@ -1151,7 +1151,7 @@
1151
1151
  "typeString": "int96"
1152
1152
  },
1153
1153
  "typeName": {
1154
- "id": 17803,
1154
+ "id": 17925,
1155
1155
  "name": "int96",
1156
1156
  "nodeType": "ElementaryTypeName",
1157
1157
  "src": "960:5:40",
@@ -1165,7 +1165,7 @@
1165
1165
  ],
1166
1166
  "src": "959:16:40"
1167
1167
  },
1168
- "scope": 18114,
1168
+ "scope": 18236,
1169
1169
  "src": "816:160:40",
1170
1170
  "stateMutability": "view",
1171
1171
  "virtual": true,
@@ -1173,13 +1173,13 @@
1173
1173
  },
1174
1174
  {
1175
1175
  "documentation": {
1176
- "id": 17807,
1176
+ "id": 17929,
1177
1177
  "nodeType": "StructuredDocumentation",
1178
1178
  "src": "982:482:40",
1179
1179
  "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"
1180
1180
  },
1181
1181
  "functionSelector": "8d997f6e",
1182
- "id": 17817,
1182
+ "id": 17939,
1183
1183
  "implemented": false,
1184
1184
  "kind": "function",
1185
1185
  "modifiers": [],
@@ -1187,38 +1187,38 @@
1187
1187
  "nameLocation": "1478:29:40",
1188
1188
  "nodeType": "FunctionDefinition",
1189
1189
  "parameters": {
1190
- "id": 17813,
1190
+ "id": 17935,
1191
1191
  "nodeType": "ParameterList",
1192
1192
  "parameters": [
1193
1193
  {
1194
1194
  "constant": false,
1195
- "id": 17810,
1195
+ "id": 17932,
1196
1196
  "mutability": "mutable",
1197
1197
  "name": "token",
1198
1198
  "nameLocation": "1534:5:40",
1199
1199
  "nodeType": "VariableDeclaration",
1200
- "scope": 17817,
1200
+ "scope": 17939,
1201
1201
  "src": "1517:22:40",
1202
1202
  "stateVariable": false,
1203
1203
  "storageLocation": "default",
1204
1204
  "typeDescriptions": {
1205
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1205
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1206
1206
  "typeString": "contract ISuperfluidToken"
1207
1207
  },
1208
1208
  "typeName": {
1209
- "id": 17809,
1209
+ "id": 17931,
1210
1210
  "nodeType": "UserDefinedTypeName",
1211
1211
  "pathNode": {
1212
- "id": 17808,
1212
+ "id": 17930,
1213
1213
  "name": "ISuperfluidToken",
1214
1214
  "nodeType": "IdentifierPath",
1215
- "referencedDeclaration": 20450,
1215
+ "referencedDeclaration": 20572,
1216
1216
  "src": "1517:16:40"
1217
1217
  },
1218
- "referencedDeclaration": 20450,
1218
+ "referencedDeclaration": 20572,
1219
1219
  "src": "1517:16:40",
1220
1220
  "typeDescriptions": {
1221
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1221
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1222
1222
  "typeString": "contract ISuperfluidToken"
1223
1223
  }
1224
1224
  },
@@ -1226,12 +1226,12 @@
1226
1226
  },
1227
1227
  {
1228
1228
  "constant": false,
1229
- "id": 17812,
1229
+ "id": 17934,
1230
1230
  "mutability": "mutable",
1231
1231
  "name": "flowRate",
1232
1232
  "nameLocation": "1555:8:40",
1233
1233
  "nodeType": "VariableDeclaration",
1234
- "scope": 17817,
1234
+ "scope": 17939,
1235
1235
  "src": "1549:14:40",
1236
1236
  "stateVariable": false,
1237
1237
  "storageLocation": "default",
@@ -1240,7 +1240,7 @@
1240
1240
  "typeString": "int96"
1241
1241
  },
1242
1242
  "typeName": {
1243
- "id": 17811,
1243
+ "id": 17933,
1244
1244
  "name": "int96",
1245
1245
  "nodeType": "ElementaryTypeName",
1246
1246
  "src": "1549:5:40",
@@ -1255,17 +1255,17 @@
1255
1255
  "src": "1507:57:40"
1256
1256
  },
1257
1257
  "returnParameters": {
1258
- "id": 17816,
1258
+ "id": 17938,
1259
1259
  "nodeType": "ParameterList",
1260
1260
  "parameters": [
1261
1261
  {
1262
1262
  "constant": false,
1263
- "id": 17815,
1263
+ "id": 17937,
1264
1264
  "mutability": "mutable",
1265
1265
  "name": "deposit",
1266
1266
  "nameLocation": "1620:7:40",
1267
1267
  "nodeType": "VariableDeclaration",
1268
- "scope": 17817,
1268
+ "scope": 17939,
1269
1269
  "src": "1612:15:40",
1270
1270
  "stateVariable": false,
1271
1271
  "storageLocation": "default",
@@ -1274,7 +1274,7 @@
1274
1274
  "typeString": "uint256"
1275
1275
  },
1276
1276
  "typeName": {
1277
- "id": 17814,
1277
+ "id": 17936,
1278
1278
  "name": "uint256",
1279
1279
  "nodeType": "ElementaryTypeName",
1280
1280
  "src": "1612:7:40",
@@ -1288,7 +1288,7 @@
1288
1288
  ],
1289
1289
  "src": "1611:17:40"
1290
1290
  },
1291
- "scope": 18114,
1291
+ "scope": 18236,
1292
1292
  "src": "1469:160:40",
1293
1293
  "stateMutability": "view",
1294
1294
  "virtual": true,
@@ -1296,13 +1296,13 @@
1296
1296
  },
1297
1297
  {
1298
1298
  "documentation": {
1299
- "id": 17818,
1299
+ "id": 17940,
1300
1300
  "nodeType": "StructuredDocumentation",
1301
1301
  "src": "1635:306:40",
1302
1302
  "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()"
1303
1303
  },
1304
1304
  "functionSelector": "4fe9c291",
1305
- "id": 17830,
1305
+ "id": 17952,
1306
1306
  "implemented": false,
1307
1307
  "kind": "function",
1308
1308
  "modifiers": [],
@@ -1310,38 +1310,38 @@
1310
1310
  "nameLocation": "1955:20:40",
1311
1311
  "nodeType": "FunctionDefinition",
1312
1312
  "parameters": {
1313
- "id": 17824,
1313
+ "id": 17946,
1314
1314
  "nodeType": "ParameterList",
1315
1315
  "parameters": [
1316
1316
  {
1317
1317
  "constant": false,
1318
- "id": 17821,
1318
+ "id": 17943,
1319
1319
  "mutability": "mutable",
1320
1320
  "name": "token",
1321
1321
  "nameLocation": "2002:5:40",
1322
1322
  "nodeType": "VariableDeclaration",
1323
- "scope": 17830,
1323
+ "scope": 17952,
1324
1324
  "src": "1985:22:40",
1325
1325
  "stateVariable": false,
1326
1326
  "storageLocation": "default",
1327
1327
  "typeDescriptions": {
1328
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1328
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1329
1329
  "typeString": "contract ISuperfluidToken"
1330
1330
  },
1331
1331
  "typeName": {
1332
- "id": 17820,
1332
+ "id": 17942,
1333
1333
  "nodeType": "UserDefinedTypeName",
1334
1334
  "pathNode": {
1335
- "id": 17819,
1335
+ "id": 17941,
1336
1336
  "name": "ISuperfluidToken",
1337
1337
  "nodeType": "IdentifierPath",
1338
- "referencedDeclaration": 20450,
1338
+ "referencedDeclaration": 20572,
1339
1339
  "src": "1985:16:40"
1340
1340
  },
1341
- "referencedDeclaration": 20450,
1341
+ "referencedDeclaration": 20572,
1342
1342
  "src": "1985:16:40",
1343
1343
  "typeDescriptions": {
1344
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1344
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1345
1345
  "typeString": "contract ISuperfluidToken"
1346
1346
  }
1347
1347
  },
@@ -1349,12 +1349,12 @@
1349
1349
  },
1350
1350
  {
1351
1351
  "constant": false,
1352
- "id": 17823,
1352
+ "id": 17945,
1353
1353
  "mutability": "mutable",
1354
1354
  "name": "account",
1355
1355
  "nameLocation": "2025:7:40",
1356
1356
  "nodeType": "VariableDeclaration",
1357
- "scope": 17830,
1357
+ "scope": 17952,
1358
1358
  "src": "2017:15:40",
1359
1359
  "stateVariable": false,
1360
1360
  "storageLocation": "default",
@@ -1363,7 +1363,7 @@
1363
1363
  "typeString": "address"
1364
1364
  },
1365
1365
  "typeName": {
1366
- "id": 17822,
1366
+ "id": 17944,
1367
1367
  "name": "address",
1368
1368
  "nodeType": "ElementaryTypeName",
1369
1369
  "src": "2017:7:40",
@@ -1379,17 +1379,17 @@
1379
1379
  "src": "1975:58:40"
1380
1380
  },
1381
1381
  "returnParameters": {
1382
- "id": 17829,
1382
+ "id": 17951,
1383
1383
  "nodeType": "ParameterList",
1384
1384
  "parameters": [
1385
1385
  {
1386
1386
  "constant": false,
1387
- "id": 17826,
1387
+ "id": 17948,
1388
1388
  "mutability": "mutable",
1389
1389
  "name": "isCurrentlyPatricianPeriod",
1390
1390
  "nameLocation": "2084:26:40",
1391
1391
  "nodeType": "VariableDeclaration",
1392
- "scope": 17830,
1392
+ "scope": 17952,
1393
1393
  "src": "2079:31:40",
1394
1394
  "stateVariable": false,
1395
1395
  "storageLocation": "default",
@@ -1398,7 +1398,7 @@
1398
1398
  "typeString": "bool"
1399
1399
  },
1400
1400
  "typeName": {
1401
- "id": 17825,
1401
+ "id": 17947,
1402
1402
  "name": "bool",
1403
1403
  "nodeType": "ElementaryTypeName",
1404
1404
  "src": "2079:4:40",
@@ -1411,12 +1411,12 @@
1411
1411
  },
1412
1412
  {
1413
1413
  "constant": false,
1414
- "id": 17828,
1414
+ "id": 17950,
1415
1415
  "mutability": "mutable",
1416
1416
  "name": "timestamp",
1417
1417
  "nameLocation": "2120:9:40",
1418
1418
  "nodeType": "VariableDeclaration",
1419
- "scope": 17830,
1419
+ "scope": 17952,
1420
1420
  "src": "2112:17:40",
1421
1421
  "stateVariable": false,
1422
1422
  "storageLocation": "default",
@@ -1425,7 +1425,7 @@
1425
1425
  "typeString": "uint256"
1426
1426
  },
1427
1427
  "typeName": {
1428
- "id": 17827,
1428
+ "id": 17949,
1429
1429
  "name": "uint256",
1430
1430
  "nodeType": "ElementaryTypeName",
1431
1431
  "src": "2112:7:40",
@@ -1439,7 +1439,7 @@
1439
1439
  ],
1440
1440
  "src": "2078:52:40"
1441
1441
  },
1442
- "scope": 18114,
1442
+ "scope": 18236,
1443
1443
  "src": "1946:185:40",
1444
1444
  "stateMutability": "view",
1445
1445
  "virtual": true,
@@ -1447,13 +1447,13 @@
1447
1447
  },
1448
1448
  {
1449
1449
  "documentation": {
1450
- "id": 17831,
1450
+ "id": 17953,
1451
1451
  "nodeType": "StructuredDocumentation",
1452
1452
  "src": "2137:329:40",
1453
1453
  "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"
1454
1454
  },
1455
1455
  "functionSelector": "4b839e0b",
1456
- "id": 17843,
1456
+ "id": 17965,
1457
1457
  "implemented": false,
1458
1458
  "kind": "function",
1459
1459
  "modifiers": [],
@@ -1461,38 +1461,38 @@
1461
1461
  "nameLocation": "2480:17:40",
1462
1462
  "nodeType": "FunctionDefinition",
1463
1463
  "parameters": {
1464
- "id": 17839,
1464
+ "id": 17961,
1465
1465
  "nodeType": "ParameterList",
1466
1466
  "parameters": [
1467
1467
  {
1468
1468
  "constant": false,
1469
- "id": 17834,
1469
+ "id": 17956,
1470
1470
  "mutability": "mutable",
1471
1471
  "name": "token",
1472
1472
  "nameLocation": "2524:5:40",
1473
1473
  "nodeType": "VariableDeclaration",
1474
- "scope": 17843,
1474
+ "scope": 17965,
1475
1475
  "src": "2507:22:40",
1476
1476
  "stateVariable": false,
1477
1477
  "storageLocation": "default",
1478
1478
  "typeDescriptions": {
1479
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1479
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1480
1480
  "typeString": "contract ISuperfluidToken"
1481
1481
  },
1482
1482
  "typeName": {
1483
- "id": 17833,
1483
+ "id": 17955,
1484
1484
  "nodeType": "UserDefinedTypeName",
1485
1485
  "pathNode": {
1486
- "id": 17832,
1486
+ "id": 17954,
1487
1487
  "name": "ISuperfluidToken",
1488
1488
  "nodeType": "IdentifierPath",
1489
- "referencedDeclaration": 20450,
1489
+ "referencedDeclaration": 20572,
1490
1490
  "src": "2507:16:40"
1491
1491
  },
1492
- "referencedDeclaration": 20450,
1492
+ "referencedDeclaration": 20572,
1493
1493
  "src": "2507:16:40",
1494
1494
  "typeDescriptions": {
1495
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1495
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1496
1496
  "typeString": "contract ISuperfluidToken"
1497
1497
  }
1498
1498
  },
@@ -1500,12 +1500,12 @@
1500
1500
  },
1501
1501
  {
1502
1502
  "constant": false,
1503
- "id": 17836,
1503
+ "id": 17958,
1504
1504
  "mutability": "mutable",
1505
1505
  "name": "account",
1506
1506
  "nameLocation": "2547:7:40",
1507
1507
  "nodeType": "VariableDeclaration",
1508
- "scope": 17843,
1508
+ "scope": 17965,
1509
1509
  "src": "2539:15:40",
1510
1510
  "stateVariable": false,
1511
1511
  "storageLocation": "default",
@@ -1514,7 +1514,7 @@
1514
1514
  "typeString": "address"
1515
1515
  },
1516
1516
  "typeName": {
1517
- "id": 17835,
1517
+ "id": 17957,
1518
1518
  "name": "address",
1519
1519
  "nodeType": "ElementaryTypeName",
1520
1520
  "src": "2539:7:40",
@@ -1528,12 +1528,12 @@
1528
1528
  },
1529
1529
  {
1530
1530
  "constant": false,
1531
- "id": 17838,
1531
+ "id": 17960,
1532
1532
  "mutability": "mutable",
1533
1533
  "name": "timestamp",
1534
1534
  "nameLocation": "2572:9:40",
1535
1535
  "nodeType": "VariableDeclaration",
1536
- "scope": 17843,
1536
+ "scope": 17965,
1537
1537
  "src": "2564:17:40",
1538
1538
  "stateVariable": false,
1539
1539
  "storageLocation": "default",
@@ -1542,7 +1542,7 @@
1542
1542
  "typeString": "uint256"
1543
1543
  },
1544
1544
  "typeName": {
1545
- "id": 17837,
1545
+ "id": 17959,
1546
1546
  "name": "uint256",
1547
1547
  "nodeType": "ElementaryTypeName",
1548
1548
  "src": "2564:7:40",
@@ -1557,17 +1557,17 @@
1557
1557
  "src": "2497:90:40"
1558
1558
  },
1559
1559
  "returnParameters": {
1560
- "id": 17842,
1560
+ "id": 17964,
1561
1561
  "nodeType": "ParameterList",
1562
1562
  "parameters": [
1563
1563
  {
1564
1564
  "constant": false,
1565
- "id": 17841,
1565
+ "id": 17963,
1566
1566
  "mutability": "mutable",
1567
1567
  "name": "",
1568
1568
  "nameLocation": "-1:-1:-1",
1569
1569
  "nodeType": "VariableDeclaration",
1570
- "scope": 17843,
1570
+ "scope": 17965,
1571
1571
  "src": "2633:4:40",
1572
1572
  "stateVariable": false,
1573
1573
  "storageLocation": "default",
@@ -1576,7 +1576,7 @@
1576
1576
  "typeString": "bool"
1577
1577
  },
1578
1578
  "typeName": {
1579
- "id": 17840,
1579
+ "id": 17962,
1580
1580
  "name": "bool",
1581
1581
  "nodeType": "ElementaryTypeName",
1582
1582
  "src": "2633:4:40",
@@ -1590,7 +1590,7 @@
1590
1590
  ],
1591
1591
  "src": "2632:6:40"
1592
1592
  },
1593
- "scope": 18114,
1593
+ "scope": 18236,
1594
1594
  "src": "2471:168:40",
1595
1595
  "stateMutability": "view",
1596
1596
  "virtual": true,
@@ -1598,13 +1598,13 @@
1598
1598
  },
1599
1599
  {
1600
1600
  "documentation": {
1601
- "id": 17844,
1601
+ "id": 17966,
1602
1602
  "nodeType": "StructuredDocumentation",
1603
1603
  "src": "2645:464:40",
1604
1604
  "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)"
1605
1605
  },
1606
1606
  "functionSelector": "811b3d40",
1607
- "id": 17860,
1607
+ "id": 17982,
1608
1608
  "implemented": false,
1609
1609
  "kind": "function",
1610
1610
  "modifiers": [],
@@ -1612,38 +1612,38 @@
1612
1612
  "nameLocation": "3123:29:40",
1613
1613
  "nodeType": "FunctionDefinition",
1614
1614
  "parameters": {
1615
- "id": 17856,
1615
+ "id": 17978,
1616
1616
  "nodeType": "ParameterList",
1617
1617
  "parameters": [
1618
1618
  {
1619
1619
  "constant": false,
1620
- "id": 17847,
1620
+ "id": 17969,
1621
1621
  "mutability": "mutable",
1622
1622
  "name": "token",
1623
1623
  "nameLocation": "3179:5:40",
1624
1624
  "nodeType": "VariableDeclaration",
1625
- "scope": 17860,
1625
+ "scope": 17982,
1626
1626
  "src": "3162:22:40",
1627
1627
  "stateVariable": false,
1628
1628
  "storageLocation": "default",
1629
1629
  "typeDescriptions": {
1630
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1630
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1631
1631
  "typeString": "contract ISuperfluidToken"
1632
1632
  },
1633
1633
  "typeName": {
1634
- "id": 17846,
1634
+ "id": 17968,
1635
1635
  "nodeType": "UserDefinedTypeName",
1636
1636
  "pathNode": {
1637
- "id": 17845,
1637
+ "id": 17967,
1638
1638
  "name": "ISuperfluidToken",
1639
1639
  "nodeType": "IdentifierPath",
1640
- "referencedDeclaration": 20450,
1640
+ "referencedDeclaration": 20572,
1641
1641
  "src": "3162:16:40"
1642
1642
  },
1643
- "referencedDeclaration": 20450,
1643
+ "referencedDeclaration": 20572,
1644
1644
  "src": "3162:16:40",
1645
1645
  "typeDescriptions": {
1646
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1646
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1647
1647
  "typeString": "contract ISuperfluidToken"
1648
1648
  }
1649
1649
  },
@@ -1651,12 +1651,12 @@
1651
1651
  },
1652
1652
  {
1653
1653
  "constant": false,
1654
- "id": 17849,
1654
+ "id": 17971,
1655
1655
  "mutability": "mutable",
1656
1656
  "name": "flowOperator",
1657
1657
  "nameLocation": "3202:12:40",
1658
1658
  "nodeType": "VariableDeclaration",
1659
- "scope": 17860,
1659
+ "scope": 17982,
1660
1660
  "src": "3194:20:40",
1661
1661
  "stateVariable": false,
1662
1662
  "storageLocation": "default",
@@ -1665,7 +1665,7 @@
1665
1665
  "typeString": "address"
1666
1666
  },
1667
1667
  "typeName": {
1668
- "id": 17848,
1668
+ "id": 17970,
1669
1669
  "name": "address",
1670
1670
  "nodeType": "ElementaryTypeName",
1671
1671
  "src": "3194:7:40",
@@ -1679,12 +1679,12 @@
1679
1679
  },
1680
1680
  {
1681
1681
  "constant": false,
1682
- "id": 17851,
1682
+ "id": 17973,
1683
1683
  "mutability": "mutable",
1684
1684
  "name": "permissions",
1685
1685
  "nameLocation": "3230:11:40",
1686
1686
  "nodeType": "VariableDeclaration",
1687
- "scope": 17860,
1687
+ "scope": 17982,
1688
1688
  "src": "3224:17:40",
1689
1689
  "stateVariable": false,
1690
1690
  "storageLocation": "default",
@@ -1693,7 +1693,7 @@
1693
1693
  "typeString": "uint8"
1694
1694
  },
1695
1695
  "typeName": {
1696
- "id": 17850,
1696
+ "id": 17972,
1697
1697
  "name": "uint8",
1698
1698
  "nodeType": "ElementaryTypeName",
1699
1699
  "src": "3224:5:40",
@@ -1706,12 +1706,12 @@
1706
1706
  },
1707
1707
  {
1708
1708
  "constant": false,
1709
- "id": 17853,
1709
+ "id": 17975,
1710
1710
  "mutability": "mutable",
1711
1711
  "name": "flowRateAllowance",
1712
1712
  "nameLocation": "3257:17:40",
1713
1713
  "nodeType": "VariableDeclaration",
1714
- "scope": 17860,
1714
+ "scope": 17982,
1715
1715
  "src": "3251:23:40",
1716
1716
  "stateVariable": false,
1717
1717
  "storageLocation": "default",
@@ -1720,7 +1720,7 @@
1720
1720
  "typeString": "int96"
1721
1721
  },
1722
1722
  "typeName": {
1723
- "id": 17852,
1723
+ "id": 17974,
1724
1724
  "name": "int96",
1725
1725
  "nodeType": "ElementaryTypeName",
1726
1726
  "src": "3251:5:40",
@@ -1733,12 +1733,12 @@
1733
1733
  },
1734
1734
  {
1735
1735
  "constant": false,
1736
- "id": 17855,
1736
+ "id": 17977,
1737
1737
  "mutability": "mutable",
1738
1738
  "name": "ctx",
1739
1739
  "nameLocation": "3299:3:40",
1740
1740
  "nodeType": "VariableDeclaration",
1741
- "scope": 17860,
1741
+ "scope": 17982,
1742
1742
  "src": "3284:18:40",
1743
1743
  "stateVariable": false,
1744
1744
  "storageLocation": "calldata",
@@ -1747,7 +1747,7 @@
1747
1747
  "typeString": "bytes"
1748
1748
  },
1749
1749
  "typeName": {
1750
- "id": 17854,
1750
+ "id": 17976,
1751
1751
  "name": "bytes",
1752
1752
  "nodeType": "ElementaryTypeName",
1753
1753
  "src": "3284:5:40",
@@ -1762,17 +1762,17 @@
1762
1762
  "src": "3152:156:40"
1763
1763
  },
1764
1764
  "returnParameters": {
1765
- "id": 17859,
1765
+ "id": 17981,
1766
1766
  "nodeType": "ParameterList",
1767
1767
  "parameters": [
1768
1768
  {
1769
1769
  "constant": false,
1770
- "id": 17858,
1770
+ "id": 17980,
1771
1771
  "mutability": "mutable",
1772
1772
  "name": "newCtx",
1773
1773
  "nameLocation": "3364:6:40",
1774
1774
  "nodeType": "VariableDeclaration",
1775
- "scope": 17860,
1775
+ "scope": 17982,
1776
1776
  "src": "3351:19:40",
1777
1777
  "stateVariable": false,
1778
1778
  "storageLocation": "memory",
@@ -1781,7 +1781,7 @@
1781
1781
  "typeString": "bytes"
1782
1782
  },
1783
1783
  "typeName": {
1784
- "id": 17857,
1784
+ "id": 17979,
1785
1785
  "name": "bytes",
1786
1786
  "nodeType": "ElementaryTypeName",
1787
1787
  "src": "3351:5:40",
@@ -1795,7 +1795,7 @@
1795
1795
  ],
1796
1796
  "src": "3350:21:40"
1797
1797
  },
1798
- "scope": 18114,
1798
+ "scope": 18236,
1799
1799
  "src": "3114:258:40",
1800
1800
  "stateMutability": "nonpayable",
1801
1801
  "virtual": true,
@@ -1803,13 +1803,13 @@
1803
1803
  },
1804
1804
  {
1805
1805
  "documentation": {
1806
- "id": 17861,
1806
+ "id": 17983,
1807
1807
  "nodeType": "StructuredDocumentation",
1808
1808
  "src": "3378:295:40",
1809
1809
  "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)"
1810
1810
  },
1811
1811
  "functionSelector": "54b770e3",
1812
- "id": 17873,
1812
+ "id": 17995,
1813
1813
  "implemented": false,
1814
1814
  "kind": "function",
1815
1815
  "modifiers": [],
@@ -1817,38 +1817,38 @@
1817
1817
  "nameLocation": "3687:36:40",
1818
1818
  "nodeType": "FunctionDefinition",
1819
1819
  "parameters": {
1820
- "id": 17869,
1820
+ "id": 17991,
1821
1821
  "nodeType": "ParameterList",
1822
1822
  "parameters": [
1823
1823
  {
1824
1824
  "constant": false,
1825
- "id": 17864,
1825
+ "id": 17986,
1826
1826
  "mutability": "mutable",
1827
1827
  "name": "token",
1828
1828
  "nameLocation": "3750:5:40",
1829
1829
  "nodeType": "VariableDeclaration",
1830
- "scope": 17873,
1830
+ "scope": 17995,
1831
1831
  "src": "3733:22:40",
1832
1832
  "stateVariable": false,
1833
1833
  "storageLocation": "default",
1834
1834
  "typeDescriptions": {
1835
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1835
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1836
1836
  "typeString": "contract ISuperfluidToken"
1837
1837
  },
1838
1838
  "typeName": {
1839
- "id": 17863,
1839
+ "id": 17985,
1840
1840
  "nodeType": "UserDefinedTypeName",
1841
1841
  "pathNode": {
1842
- "id": 17862,
1842
+ "id": 17984,
1843
1843
  "name": "ISuperfluidToken",
1844
1844
  "nodeType": "IdentifierPath",
1845
- "referencedDeclaration": 20450,
1845
+ "referencedDeclaration": 20572,
1846
1846
  "src": "3733:16:40"
1847
1847
  },
1848
- "referencedDeclaration": 20450,
1848
+ "referencedDeclaration": 20572,
1849
1849
  "src": "3733:16:40",
1850
1850
  "typeDescriptions": {
1851
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1851
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1852
1852
  "typeString": "contract ISuperfluidToken"
1853
1853
  }
1854
1854
  },
@@ -1856,12 +1856,12 @@
1856
1856
  },
1857
1857
  {
1858
1858
  "constant": false,
1859
- "id": 17866,
1859
+ "id": 17988,
1860
1860
  "mutability": "mutable",
1861
1861
  "name": "flowOperator",
1862
1862
  "nameLocation": "3773:12:40",
1863
1863
  "nodeType": "VariableDeclaration",
1864
- "scope": 17873,
1864
+ "scope": 17995,
1865
1865
  "src": "3765:20:40",
1866
1866
  "stateVariable": false,
1867
1867
  "storageLocation": "default",
@@ -1870,7 +1870,7 @@
1870
1870
  "typeString": "address"
1871
1871
  },
1872
1872
  "typeName": {
1873
- "id": 17865,
1873
+ "id": 17987,
1874
1874
  "name": "address",
1875
1875
  "nodeType": "ElementaryTypeName",
1876
1876
  "src": "3765:7:40",
@@ -1884,12 +1884,12 @@
1884
1884
  },
1885
1885
  {
1886
1886
  "constant": false,
1887
- "id": 17868,
1887
+ "id": 17990,
1888
1888
  "mutability": "mutable",
1889
1889
  "name": "ctx",
1890
1890
  "nameLocation": "3810:3:40",
1891
1891
  "nodeType": "VariableDeclaration",
1892
- "scope": 17873,
1892
+ "scope": 17995,
1893
1893
  "src": "3795:18:40",
1894
1894
  "stateVariable": false,
1895
1895
  "storageLocation": "calldata",
@@ -1898,7 +1898,7 @@
1898
1898
  "typeString": "bytes"
1899
1899
  },
1900
1900
  "typeName": {
1901
- "id": 17867,
1901
+ "id": 17989,
1902
1902
  "name": "bytes",
1903
1903
  "nodeType": "ElementaryTypeName",
1904
1904
  "src": "3795:5:40",
@@ -1913,17 +1913,17 @@
1913
1913
  "src": "3723:96:40"
1914
1914
  },
1915
1915
  "returnParameters": {
1916
- "id": 17872,
1916
+ "id": 17994,
1917
1917
  "nodeType": "ParameterList",
1918
1918
  "parameters": [
1919
1919
  {
1920
1920
  "constant": false,
1921
- "id": 17871,
1921
+ "id": 17993,
1922
1922
  "mutability": "mutable",
1923
1923
  "name": "newCtx",
1924
1924
  "nameLocation": "3874:6:40",
1925
1925
  "nodeType": "VariableDeclaration",
1926
- "scope": 17873,
1926
+ "scope": 17995,
1927
1927
  "src": "3861:19:40",
1928
1928
  "stateVariable": false,
1929
1929
  "storageLocation": "memory",
@@ -1932,7 +1932,7 @@
1932
1932
  "typeString": "bytes"
1933
1933
  },
1934
1934
  "typeName": {
1935
- "id": 17870,
1935
+ "id": 17992,
1936
1936
  "name": "bytes",
1937
1937
  "nodeType": "ElementaryTypeName",
1938
1938
  "src": "3861:5:40",
@@ -1946,7 +1946,7 @@
1946
1946
  ],
1947
1947
  "src": "3860:21:40"
1948
1948
  },
1949
- "scope": 18114,
1949
+ "scope": 18236,
1950
1950
  "src": "3678:204:40",
1951
1951
  "stateMutability": "nonpayable",
1952
1952
  "virtual": true,
@@ -1954,13 +1954,13 @@
1954
1954
  },
1955
1955
  {
1956
1956
  "documentation": {
1957
- "id": 17874,
1957
+ "id": 17996,
1958
1958
  "nodeType": "StructuredDocumentation",
1959
1959
  "src": "3889:346:40",
1960
1960
  "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)"
1961
1961
  },
1962
1962
  "functionSelector": "062e56ec",
1963
- "id": 17886,
1963
+ "id": 18008,
1964
1964
  "implemented": false,
1965
1965
  "kind": "function",
1966
1966
  "modifiers": [],
@@ -1968,38 +1968,38 @@
1968
1968
  "nameLocation": "4249:33:40",
1969
1969
  "nodeType": "FunctionDefinition",
1970
1970
  "parameters": {
1971
- "id": 17882,
1971
+ "id": 18004,
1972
1972
  "nodeType": "ParameterList",
1973
1973
  "parameters": [
1974
1974
  {
1975
1975
  "constant": false,
1976
- "id": 17877,
1976
+ "id": 17999,
1977
1977
  "mutability": "mutable",
1978
1978
  "name": "token",
1979
1979
  "nameLocation": "4309:5:40",
1980
1980
  "nodeType": "VariableDeclaration",
1981
- "scope": 17886,
1981
+ "scope": 18008,
1982
1982
  "src": "4292:22:40",
1983
1983
  "stateVariable": false,
1984
1984
  "storageLocation": "default",
1985
1985
  "typeDescriptions": {
1986
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
1986
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
1987
1987
  "typeString": "contract ISuperfluidToken"
1988
1988
  },
1989
1989
  "typeName": {
1990
- "id": 17876,
1990
+ "id": 17998,
1991
1991
  "nodeType": "UserDefinedTypeName",
1992
1992
  "pathNode": {
1993
- "id": 17875,
1993
+ "id": 17997,
1994
1994
  "name": "ISuperfluidToken",
1995
1995
  "nodeType": "IdentifierPath",
1996
- "referencedDeclaration": 20450,
1996
+ "referencedDeclaration": 20572,
1997
1997
  "src": "4292:16:40"
1998
1998
  },
1999
- "referencedDeclaration": 20450,
1999
+ "referencedDeclaration": 20572,
2000
2000
  "src": "4292:16:40",
2001
2001
  "typeDescriptions": {
2002
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2002
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2003
2003
  "typeString": "contract ISuperfluidToken"
2004
2004
  }
2005
2005
  },
@@ -2007,12 +2007,12 @@
2007
2007
  },
2008
2008
  {
2009
2009
  "constant": false,
2010
- "id": 17879,
2010
+ "id": 18001,
2011
2011
  "mutability": "mutable",
2012
2012
  "name": "flowOperator",
2013
2013
  "nameLocation": "4332:12:40",
2014
2014
  "nodeType": "VariableDeclaration",
2015
- "scope": 17886,
2015
+ "scope": 18008,
2016
2016
  "src": "4324:20:40",
2017
2017
  "stateVariable": false,
2018
2018
  "storageLocation": "default",
@@ -2021,7 +2021,7 @@
2021
2021
  "typeString": "address"
2022
2022
  },
2023
2023
  "typeName": {
2024
- "id": 17878,
2024
+ "id": 18000,
2025
2025
  "name": "address",
2026
2026
  "nodeType": "ElementaryTypeName",
2027
2027
  "src": "4324:7:40",
@@ -2035,12 +2035,12 @@
2035
2035
  },
2036
2036
  {
2037
2037
  "constant": false,
2038
- "id": 17881,
2038
+ "id": 18003,
2039
2039
  "mutability": "mutable",
2040
2040
  "name": "ctx",
2041
2041
  "nameLocation": "4369:3:40",
2042
2042
  "nodeType": "VariableDeclaration",
2043
- "scope": 17886,
2043
+ "scope": 18008,
2044
2044
  "src": "4354:18:40",
2045
2045
  "stateVariable": false,
2046
2046
  "storageLocation": "calldata",
@@ -2049,7 +2049,7 @@
2049
2049
  "typeString": "bytes"
2050
2050
  },
2051
2051
  "typeName": {
2052
- "id": 17880,
2052
+ "id": 18002,
2053
2053
  "name": "bytes",
2054
2054
  "nodeType": "ElementaryTypeName",
2055
2055
  "src": "4354:5:40",
@@ -2064,17 +2064,17 @@
2064
2064
  "src": "4282:96:40"
2065
2065
  },
2066
2066
  "returnParameters": {
2067
- "id": 17885,
2067
+ "id": 18007,
2068
2068
  "nodeType": "ParameterList",
2069
2069
  "parameters": [
2070
2070
  {
2071
2071
  "constant": false,
2072
- "id": 17884,
2072
+ "id": 18006,
2073
2073
  "mutability": "mutable",
2074
2074
  "name": "newCtx",
2075
2075
  "nameLocation": "4433:6:40",
2076
2076
  "nodeType": "VariableDeclaration",
2077
- "scope": 17886,
2077
+ "scope": 18008,
2078
2078
  "src": "4420:19:40",
2079
2079
  "stateVariable": false,
2080
2080
  "storageLocation": "memory",
@@ -2083,7 +2083,7 @@
2083
2083
  "typeString": "bytes"
2084
2084
  },
2085
2085
  "typeName": {
2086
- "id": 17883,
2086
+ "id": 18005,
2087
2087
  "name": "bytes",
2088
2088
  "nodeType": "ElementaryTypeName",
2089
2089
  "src": "4420:5:40",
@@ -2097,7 +2097,7 @@
2097
2097
  ],
2098
2098
  "src": "4419:21:40"
2099
2099
  },
2100
- "scope": 18114,
2100
+ "scope": 18236,
2101
2101
  "src": "4240:201:40",
2102
2102
  "stateMutability": "nonpayable",
2103
2103
  "virtual": true,
@@ -2105,13 +2105,13 @@
2105
2105
  },
2106
2106
  {
2107
2107
  "documentation": {
2108
- "id": 17887,
2108
+ "id": 18009,
2109
2109
  "nodeType": "StructuredDocumentation",
2110
2110
  "src": "4447:553:40",
2111
2111
  "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)"
2112
2112
  },
2113
2113
  "functionSelector": "00422bbe",
2114
- "id": 17903,
2114
+ "id": 18025,
2115
2115
  "implemented": false,
2116
2116
  "kind": "function",
2117
2117
  "modifiers": [],
@@ -2119,38 +2119,38 @@
2119
2119
  "nameLocation": "5014:19:40",
2120
2120
  "nodeType": "FunctionDefinition",
2121
2121
  "parameters": {
2122
- "id": 17895,
2122
+ "id": 18017,
2123
2123
  "nodeType": "ParameterList",
2124
2124
  "parameters": [
2125
2125
  {
2126
2126
  "constant": false,
2127
- "id": 17890,
2127
+ "id": 18012,
2128
2128
  "mutability": "mutable",
2129
2129
  "name": "token",
2130
2130
  "nameLocation": "5059:5:40",
2131
2131
  "nodeType": "VariableDeclaration",
2132
- "scope": 17903,
2132
+ "scope": 18025,
2133
2133
  "src": "5042:22:40",
2134
2134
  "stateVariable": false,
2135
2135
  "storageLocation": "default",
2136
2136
  "typeDescriptions": {
2137
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2137
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2138
2138
  "typeString": "contract ISuperfluidToken"
2139
2139
  },
2140
2140
  "typeName": {
2141
- "id": 17889,
2141
+ "id": 18011,
2142
2142
  "nodeType": "UserDefinedTypeName",
2143
2143
  "pathNode": {
2144
- "id": 17888,
2144
+ "id": 18010,
2145
2145
  "name": "ISuperfluidToken",
2146
2146
  "nodeType": "IdentifierPath",
2147
- "referencedDeclaration": 20450,
2147
+ "referencedDeclaration": 20572,
2148
2148
  "src": "5042:16:40"
2149
2149
  },
2150
- "referencedDeclaration": 20450,
2150
+ "referencedDeclaration": 20572,
2151
2151
  "src": "5042:16:40",
2152
2152
  "typeDescriptions": {
2153
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2153
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2154
2154
  "typeString": "contract ISuperfluidToken"
2155
2155
  }
2156
2156
  },
@@ -2158,12 +2158,12 @@
2158
2158
  },
2159
2159
  {
2160
2160
  "constant": false,
2161
- "id": 17892,
2161
+ "id": 18014,
2162
2162
  "mutability": "mutable",
2163
2163
  "name": "sender",
2164
2164
  "nameLocation": "5081:6:40",
2165
2165
  "nodeType": "VariableDeclaration",
2166
- "scope": 17903,
2166
+ "scope": 18025,
2167
2167
  "src": "5073:14:40",
2168
2168
  "stateVariable": false,
2169
2169
  "storageLocation": "default",
@@ -2172,7 +2172,7 @@
2172
2172
  "typeString": "address"
2173
2173
  },
2174
2174
  "typeName": {
2175
- "id": 17891,
2175
+ "id": 18013,
2176
2176
  "name": "address",
2177
2177
  "nodeType": "ElementaryTypeName",
2178
2178
  "src": "5073:7:40",
@@ -2186,12 +2186,12 @@
2186
2186
  },
2187
2187
  {
2188
2188
  "constant": false,
2189
- "id": 17894,
2189
+ "id": 18016,
2190
2190
  "mutability": "mutable",
2191
2191
  "name": "flowOperator",
2192
2192
  "nameLocation": "5104:12:40",
2193
2193
  "nodeType": "VariableDeclaration",
2194
- "scope": 17903,
2194
+ "scope": 18025,
2195
2195
  "src": "5096:20:40",
2196
2196
  "stateVariable": false,
2197
2197
  "storageLocation": "default",
@@ -2200,7 +2200,7 @@
2200
2200
  "typeString": "address"
2201
2201
  },
2202
2202
  "typeName": {
2203
- "id": 17893,
2203
+ "id": 18015,
2204
2204
  "name": "address",
2205
2205
  "nodeType": "ElementaryTypeName",
2206
2206
  "src": "5096:7:40",
@@ -2216,17 +2216,17 @@
2216
2216
  "src": "5033:89:40"
2217
2217
  },
2218
2218
  "returnParameters": {
2219
- "id": 17902,
2219
+ "id": 18024,
2220
2220
  "nodeType": "ParameterList",
2221
2221
  "parameters": [
2222
2222
  {
2223
2223
  "constant": false,
2224
- "id": 17897,
2224
+ "id": 18019,
2225
2225
  "mutability": "mutable",
2226
2226
  "name": "flowOperatorId",
2227
2227
  "nameLocation": "5189:14:40",
2228
2228
  "nodeType": "VariableDeclaration",
2229
- "scope": 17903,
2229
+ "scope": 18025,
2230
2230
  "src": "5181:22:40",
2231
2231
  "stateVariable": false,
2232
2232
  "storageLocation": "default",
@@ -2235,7 +2235,7 @@
2235
2235
  "typeString": "bytes32"
2236
2236
  },
2237
2237
  "typeName": {
2238
- "id": 17896,
2238
+ "id": 18018,
2239
2239
  "name": "bytes32",
2240
2240
  "nodeType": "ElementaryTypeName",
2241
2241
  "src": "5181:7:40",
@@ -2248,12 +2248,12 @@
2248
2248
  },
2249
2249
  {
2250
2250
  "constant": false,
2251
- "id": 17899,
2251
+ "id": 18021,
2252
2252
  "mutability": "mutable",
2253
2253
  "name": "permissions",
2254
2254
  "nameLocation": "5223:11:40",
2255
2255
  "nodeType": "VariableDeclaration",
2256
- "scope": 17903,
2256
+ "scope": 18025,
2257
2257
  "src": "5217:17:40",
2258
2258
  "stateVariable": false,
2259
2259
  "storageLocation": "default",
@@ -2262,7 +2262,7 @@
2262
2262
  "typeString": "uint8"
2263
2263
  },
2264
2264
  "typeName": {
2265
- "id": 17898,
2265
+ "id": 18020,
2266
2266
  "name": "uint8",
2267
2267
  "nodeType": "ElementaryTypeName",
2268
2268
  "src": "5217:5:40",
@@ -2275,12 +2275,12 @@
2275
2275
  },
2276
2276
  {
2277
2277
  "constant": false,
2278
- "id": 17901,
2278
+ "id": 18023,
2279
2279
  "mutability": "mutable",
2280
2280
  "name": "flowRateAllowance",
2281
2281
  "nameLocation": "5254:17:40",
2282
2282
  "nodeType": "VariableDeclaration",
2283
- "scope": 17903,
2283
+ "scope": 18025,
2284
2284
  "src": "5248:23:40",
2285
2285
  "stateVariable": false,
2286
2286
  "storageLocation": "default",
@@ -2289,7 +2289,7 @@
2289
2289
  "typeString": "int96"
2290
2290
  },
2291
2291
  "typeName": {
2292
- "id": 17900,
2292
+ "id": 18022,
2293
2293
  "name": "int96",
2294
2294
  "nodeType": "ElementaryTypeName",
2295
2295
  "src": "5248:5:40",
@@ -2303,7 +2303,7 @@
2303
2303
  ],
2304
2304
  "src": "5167:114:40"
2305
2305
  },
2306
- "scope": 18114,
2306
+ "scope": 18236,
2307
2307
  "src": "5005:277:40",
2308
2308
  "stateMutability": "view",
2309
2309
  "virtual": true,
@@ -2311,13 +2311,13 @@
2311
2311
  },
2312
2312
  {
2313
2313
  "documentation": {
2314
- "id": 17904,
2314
+ "id": 18026,
2315
2315
  "nodeType": "StructuredDocumentation",
2316
2316
  "src": "5288:394:40",
2317
2317
  "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)"
2318
2318
  },
2319
2319
  "functionSelector": "09d256ef",
2320
- "id": 17916,
2320
+ "id": 18038,
2321
2321
  "implemented": false,
2322
2322
  "kind": "function",
2323
2323
  "modifiers": [],
@@ -2325,38 +2325,38 @@
2325
2325
  "nameLocation": "5696:23:40",
2326
2326
  "nodeType": "FunctionDefinition",
2327
2327
  "parameters": {
2328
- "id": 17910,
2328
+ "id": 18032,
2329
2329
  "nodeType": "ParameterList",
2330
2330
  "parameters": [
2331
2331
  {
2332
2332
  "constant": false,
2333
- "id": 17907,
2333
+ "id": 18029,
2334
2334
  "mutability": "mutable",
2335
2335
  "name": "token",
2336
2336
  "nameLocation": "5745:5:40",
2337
2337
  "nodeType": "VariableDeclaration",
2338
- "scope": 17916,
2338
+ "scope": 18038,
2339
2339
  "src": "5728:22:40",
2340
2340
  "stateVariable": false,
2341
2341
  "storageLocation": "default",
2342
2342
  "typeDescriptions": {
2343
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2343
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2344
2344
  "typeString": "contract ISuperfluidToken"
2345
2345
  },
2346
2346
  "typeName": {
2347
- "id": 17906,
2347
+ "id": 18028,
2348
2348
  "nodeType": "UserDefinedTypeName",
2349
2349
  "pathNode": {
2350
- "id": 17905,
2350
+ "id": 18027,
2351
2351
  "name": "ISuperfluidToken",
2352
2352
  "nodeType": "IdentifierPath",
2353
- "referencedDeclaration": 20450,
2353
+ "referencedDeclaration": 20572,
2354
2354
  "src": "5728:16:40"
2355
2355
  },
2356
- "referencedDeclaration": 20450,
2356
+ "referencedDeclaration": 20572,
2357
2357
  "src": "5728:16:40",
2358
2358
  "typeDescriptions": {
2359
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2359
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2360
2360
  "typeString": "contract ISuperfluidToken"
2361
2361
  }
2362
2362
  },
@@ -2364,12 +2364,12 @@
2364
2364
  },
2365
2365
  {
2366
2366
  "constant": false,
2367
- "id": 17909,
2367
+ "id": 18031,
2368
2368
  "mutability": "mutable",
2369
2369
  "name": "flowOperatorId",
2370
2370
  "nameLocation": "5767:14:40",
2371
2371
  "nodeType": "VariableDeclaration",
2372
- "scope": 17916,
2372
+ "scope": 18038,
2373
2373
  "src": "5759:22:40",
2374
2374
  "stateVariable": false,
2375
2375
  "storageLocation": "default",
@@ -2378,7 +2378,7 @@
2378
2378
  "typeString": "bytes32"
2379
2379
  },
2380
2380
  "typeName": {
2381
- "id": 17908,
2381
+ "id": 18030,
2382
2382
  "name": "bytes32",
2383
2383
  "nodeType": "ElementaryTypeName",
2384
2384
  "src": "5759:7:40",
@@ -2393,17 +2393,17 @@
2393
2393
  "src": "5719:68:40"
2394
2394
  },
2395
2395
  "returnParameters": {
2396
- "id": 17915,
2396
+ "id": 18037,
2397
2397
  "nodeType": "ParameterList",
2398
2398
  "parameters": [
2399
2399
  {
2400
2400
  "constant": false,
2401
- "id": 17912,
2401
+ "id": 18034,
2402
2402
  "mutability": "mutable",
2403
2403
  "name": "permissions",
2404
2404
  "nameLocation": "5854:11:40",
2405
2405
  "nodeType": "VariableDeclaration",
2406
- "scope": 17916,
2406
+ "scope": 18038,
2407
2407
  "src": "5848:17:40",
2408
2408
  "stateVariable": false,
2409
2409
  "storageLocation": "default",
@@ -2412,7 +2412,7 @@
2412
2412
  "typeString": "uint8"
2413
2413
  },
2414
2414
  "typeName": {
2415
- "id": 17911,
2415
+ "id": 18033,
2416
2416
  "name": "uint8",
2417
2417
  "nodeType": "ElementaryTypeName",
2418
2418
  "src": "5848:5:40",
@@ -2425,12 +2425,12 @@
2425
2425
  },
2426
2426
  {
2427
2427
  "constant": false,
2428
- "id": 17914,
2428
+ "id": 18036,
2429
2429
  "mutability": "mutable",
2430
2430
  "name": "flowRateAllowance",
2431
2431
  "nameLocation": "5885:17:40",
2432
2432
  "nodeType": "VariableDeclaration",
2433
- "scope": 17916,
2433
+ "scope": 18038,
2434
2434
  "src": "5879:23:40",
2435
2435
  "stateVariable": false,
2436
2436
  "storageLocation": "default",
@@ -2439,7 +2439,7 @@
2439
2439
  "typeString": "int96"
2440
2440
  },
2441
2441
  "typeName": {
2442
- "id": 17913,
2442
+ "id": 18035,
2443
2443
  "name": "int96",
2444
2444
  "nodeType": "ElementaryTypeName",
2445
2445
  "src": "5879:5:40",
@@ -2453,7 +2453,7 @@
2453
2453
  ],
2454
2454
  "src": "5834:78:40"
2455
2455
  },
2456
- "scope": 18114,
2456
+ "scope": 18236,
2457
2457
  "src": "5687:226:40",
2458
2458
  "stateMutability": "view",
2459
2459
  "virtual": true,
@@ -2461,13 +2461,13 @@
2461
2461
  },
2462
2462
  {
2463
2463
  "documentation": {
2464
- "id": 17917,
2464
+ "id": 18039,
2465
2465
  "nodeType": "StructuredDocumentation",
2466
2466
  "src": "5919:741:40",
2467
2467
  "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"
2468
2468
  },
2469
2469
  "functionSelector": "62fc305e",
2470
- "id": 17931,
2470
+ "id": 18053,
2471
2471
  "implemented": false,
2472
2472
  "kind": "function",
2473
2473
  "modifiers": [],
@@ -2475,38 +2475,38 @@
2475
2475
  "nameLocation": "6674:10:40",
2476
2476
  "nodeType": "FunctionDefinition",
2477
2477
  "parameters": {
2478
- "id": 17927,
2478
+ "id": 18049,
2479
2479
  "nodeType": "ParameterList",
2480
2480
  "parameters": [
2481
2481
  {
2482
2482
  "constant": false,
2483
- "id": 17920,
2483
+ "id": 18042,
2484
2484
  "mutability": "mutable",
2485
2485
  "name": "token",
2486
2486
  "nameLocation": "6711:5:40",
2487
2487
  "nodeType": "VariableDeclaration",
2488
- "scope": 17931,
2488
+ "scope": 18053,
2489
2489
  "src": "6694:22:40",
2490
2490
  "stateVariable": false,
2491
2491
  "storageLocation": "default",
2492
2492
  "typeDescriptions": {
2493
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2493
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2494
2494
  "typeString": "contract ISuperfluidToken"
2495
2495
  },
2496
2496
  "typeName": {
2497
- "id": 17919,
2497
+ "id": 18041,
2498
2498
  "nodeType": "UserDefinedTypeName",
2499
2499
  "pathNode": {
2500
- "id": 17918,
2500
+ "id": 18040,
2501
2501
  "name": "ISuperfluidToken",
2502
2502
  "nodeType": "IdentifierPath",
2503
- "referencedDeclaration": 20450,
2503
+ "referencedDeclaration": 20572,
2504
2504
  "src": "6694:16:40"
2505
2505
  },
2506
- "referencedDeclaration": 20450,
2506
+ "referencedDeclaration": 20572,
2507
2507
  "src": "6694:16:40",
2508
2508
  "typeDescriptions": {
2509
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2509
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2510
2510
  "typeString": "contract ISuperfluidToken"
2511
2511
  }
2512
2512
  },
@@ -2514,12 +2514,12 @@
2514
2514
  },
2515
2515
  {
2516
2516
  "constant": false,
2517
- "id": 17922,
2517
+ "id": 18044,
2518
2518
  "mutability": "mutable",
2519
2519
  "name": "receiver",
2520
2520
  "nameLocation": "6734:8:40",
2521
2521
  "nodeType": "VariableDeclaration",
2522
- "scope": 17931,
2522
+ "scope": 18053,
2523
2523
  "src": "6726:16:40",
2524
2524
  "stateVariable": false,
2525
2525
  "storageLocation": "default",
@@ -2528,7 +2528,7 @@
2528
2528
  "typeString": "address"
2529
2529
  },
2530
2530
  "typeName": {
2531
- "id": 17921,
2531
+ "id": 18043,
2532
2532
  "name": "address",
2533
2533
  "nodeType": "ElementaryTypeName",
2534
2534
  "src": "6726:7:40",
@@ -2542,12 +2542,12 @@
2542
2542
  },
2543
2543
  {
2544
2544
  "constant": false,
2545
- "id": 17924,
2545
+ "id": 18046,
2546
2546
  "mutability": "mutable",
2547
2547
  "name": "flowRate",
2548
2548
  "nameLocation": "6758:8:40",
2549
2549
  "nodeType": "VariableDeclaration",
2550
- "scope": 17931,
2550
+ "scope": 18053,
2551
2551
  "src": "6752:14:40",
2552
2552
  "stateVariable": false,
2553
2553
  "storageLocation": "default",
@@ -2556,7 +2556,7 @@
2556
2556
  "typeString": "int96"
2557
2557
  },
2558
2558
  "typeName": {
2559
- "id": 17923,
2559
+ "id": 18045,
2560
2560
  "name": "int96",
2561
2561
  "nodeType": "ElementaryTypeName",
2562
2562
  "src": "6752:5:40",
@@ -2569,12 +2569,12 @@
2569
2569
  },
2570
2570
  {
2571
2571
  "constant": false,
2572
- "id": 17926,
2572
+ "id": 18048,
2573
2573
  "mutability": "mutable",
2574
2574
  "name": "ctx",
2575
2575
  "nameLocation": "6791:3:40",
2576
2576
  "nodeType": "VariableDeclaration",
2577
- "scope": 17931,
2577
+ "scope": 18053,
2578
2578
  "src": "6776:18:40",
2579
2579
  "stateVariable": false,
2580
2580
  "storageLocation": "calldata",
@@ -2583,7 +2583,7 @@
2583
2583
  "typeString": "bytes"
2584
2584
  },
2585
2585
  "typeName": {
2586
- "id": 17925,
2586
+ "id": 18047,
2587
2587
  "name": "bytes",
2588
2588
  "nodeType": "ElementaryTypeName",
2589
2589
  "src": "6776:5:40",
@@ -2598,17 +2598,17 @@
2598
2598
  "src": "6684:116:40"
2599
2599
  },
2600
2600
  "returnParameters": {
2601
- "id": 17930,
2601
+ "id": 18052,
2602
2602
  "nodeType": "ParameterList",
2603
2603
  "parameters": [
2604
2604
  {
2605
2605
  "constant": false,
2606
- "id": 17929,
2606
+ "id": 18051,
2607
2607
  "mutability": "mutable",
2608
2608
  "name": "newCtx",
2609
2609
  "nameLocation": "6855:6:40",
2610
2610
  "nodeType": "VariableDeclaration",
2611
- "scope": 17931,
2611
+ "scope": 18053,
2612
2612
  "src": "6842:19:40",
2613
2613
  "stateVariable": false,
2614
2614
  "storageLocation": "memory",
@@ -2617,7 +2617,7 @@
2617
2617
  "typeString": "bytes"
2618
2618
  },
2619
2619
  "typeName": {
2620
- "id": 17928,
2620
+ "id": 18050,
2621
2621
  "name": "bytes",
2622
2622
  "nodeType": "ElementaryTypeName",
2623
2623
  "src": "6842:5:40",
@@ -2631,7 +2631,7 @@
2631
2631
  ],
2632
2632
  "src": "6841:21:40"
2633
2633
  },
2634
- "scope": 18114,
2634
+ "scope": 18236,
2635
2635
  "src": "6665:198:40",
2636
2636
  "stateMutability": "nonpayable",
2637
2637
  "virtual": true,
@@ -2639,13 +2639,13 @@
2639
2639
  },
2640
2640
  {
2641
2641
  "documentation": {
2642
- "id": 17932,
2642
+ "id": 18054,
2643
2643
  "nodeType": "StructuredDocumentation",
2644
2644
  "src": "6869:436:40",
2645
2645
  "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)"
2646
2646
  },
2647
2647
  "functionSelector": "94229ecb",
2648
- "id": 17948,
2648
+ "id": 18070,
2649
2649
  "implemented": false,
2650
2650
  "kind": "function",
2651
2651
  "modifiers": [],
@@ -2653,38 +2653,38 @@
2653
2653
  "nameLocation": "7319:20:40",
2654
2654
  "nodeType": "FunctionDefinition",
2655
2655
  "parameters": {
2656
- "id": 17944,
2656
+ "id": 18066,
2657
2657
  "nodeType": "ParameterList",
2658
2658
  "parameters": [
2659
2659
  {
2660
2660
  "constant": false,
2661
- "id": 17935,
2661
+ "id": 18057,
2662
2662
  "mutability": "mutable",
2663
2663
  "name": "token",
2664
2664
  "nameLocation": "7366:5:40",
2665
2665
  "nodeType": "VariableDeclaration",
2666
- "scope": 17948,
2666
+ "scope": 18070,
2667
2667
  "src": "7349:22:40",
2668
2668
  "stateVariable": false,
2669
2669
  "storageLocation": "default",
2670
2670
  "typeDescriptions": {
2671
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2671
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2672
2672
  "typeString": "contract ISuperfluidToken"
2673
2673
  },
2674
2674
  "typeName": {
2675
- "id": 17934,
2675
+ "id": 18056,
2676
2676
  "nodeType": "UserDefinedTypeName",
2677
2677
  "pathNode": {
2678
- "id": 17933,
2678
+ "id": 18055,
2679
2679
  "name": "ISuperfluidToken",
2680
2680
  "nodeType": "IdentifierPath",
2681
- "referencedDeclaration": 20450,
2681
+ "referencedDeclaration": 20572,
2682
2682
  "src": "7349:16:40"
2683
2683
  },
2684
- "referencedDeclaration": 20450,
2684
+ "referencedDeclaration": 20572,
2685
2685
  "src": "7349:16:40",
2686
2686
  "typeDescriptions": {
2687
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2687
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2688
2688
  "typeString": "contract ISuperfluidToken"
2689
2689
  }
2690
2690
  },
@@ -2692,12 +2692,12 @@
2692
2692
  },
2693
2693
  {
2694
2694
  "constant": false,
2695
- "id": 17937,
2695
+ "id": 18059,
2696
2696
  "mutability": "mutable",
2697
2697
  "name": "sender",
2698
2698
  "nameLocation": "7389:6:40",
2699
2699
  "nodeType": "VariableDeclaration",
2700
- "scope": 17948,
2700
+ "scope": 18070,
2701
2701
  "src": "7381:14:40",
2702
2702
  "stateVariable": false,
2703
2703
  "storageLocation": "default",
@@ -2706,7 +2706,7 @@
2706
2706
  "typeString": "address"
2707
2707
  },
2708
2708
  "typeName": {
2709
- "id": 17936,
2709
+ "id": 18058,
2710
2710
  "name": "address",
2711
2711
  "nodeType": "ElementaryTypeName",
2712
2712
  "src": "7381:7:40",
@@ -2720,12 +2720,12 @@
2720
2720
  },
2721
2721
  {
2722
2722
  "constant": false,
2723
- "id": 17939,
2723
+ "id": 18061,
2724
2724
  "mutability": "mutable",
2725
2725
  "name": "receiver",
2726
2726
  "nameLocation": "7413:8:40",
2727
2727
  "nodeType": "VariableDeclaration",
2728
- "scope": 17948,
2728
+ "scope": 18070,
2729
2729
  "src": "7405:16:40",
2730
2730
  "stateVariable": false,
2731
2731
  "storageLocation": "default",
@@ -2734,7 +2734,7 @@
2734
2734
  "typeString": "address"
2735
2735
  },
2736
2736
  "typeName": {
2737
- "id": 17938,
2737
+ "id": 18060,
2738
2738
  "name": "address",
2739
2739
  "nodeType": "ElementaryTypeName",
2740
2740
  "src": "7405:7:40",
@@ -2748,12 +2748,12 @@
2748
2748
  },
2749
2749
  {
2750
2750
  "constant": false,
2751
- "id": 17941,
2751
+ "id": 18063,
2752
2752
  "mutability": "mutable",
2753
2753
  "name": "flowRate",
2754
2754
  "nameLocation": "7437:8:40",
2755
2755
  "nodeType": "VariableDeclaration",
2756
- "scope": 17948,
2756
+ "scope": 18070,
2757
2757
  "src": "7431:14:40",
2758
2758
  "stateVariable": false,
2759
2759
  "storageLocation": "default",
@@ -2762,7 +2762,7 @@
2762
2762
  "typeString": "int96"
2763
2763
  },
2764
2764
  "typeName": {
2765
- "id": 17940,
2765
+ "id": 18062,
2766
2766
  "name": "int96",
2767
2767
  "nodeType": "ElementaryTypeName",
2768
2768
  "src": "7431:5:40",
@@ -2775,12 +2775,12 @@
2775
2775
  },
2776
2776
  {
2777
2777
  "constant": false,
2778
- "id": 17943,
2778
+ "id": 18065,
2779
2779
  "mutability": "mutable",
2780
2780
  "name": "ctx",
2781
2781
  "nameLocation": "7470:3:40",
2782
2782
  "nodeType": "VariableDeclaration",
2783
- "scope": 17948,
2783
+ "scope": 18070,
2784
2784
  "src": "7455:18:40",
2785
2785
  "stateVariable": false,
2786
2786
  "storageLocation": "calldata",
@@ -2789,7 +2789,7 @@
2789
2789
  "typeString": "bytes"
2790
2790
  },
2791
2791
  "typeName": {
2792
- "id": 17942,
2792
+ "id": 18064,
2793
2793
  "name": "bytes",
2794
2794
  "nodeType": "ElementaryTypeName",
2795
2795
  "src": "7455:5:40",
@@ -2804,17 +2804,17 @@
2804
2804
  "src": "7339:140:40"
2805
2805
  },
2806
2806
  "returnParameters": {
2807
- "id": 17947,
2807
+ "id": 18069,
2808
2808
  "nodeType": "ParameterList",
2809
2809
  "parameters": [
2810
2810
  {
2811
2811
  "constant": false,
2812
- "id": 17946,
2812
+ "id": 18068,
2813
2813
  "mutability": "mutable",
2814
2814
  "name": "newCtx",
2815
2815
  "nameLocation": "7534:6:40",
2816
2816
  "nodeType": "VariableDeclaration",
2817
- "scope": 17948,
2817
+ "scope": 18070,
2818
2818
  "src": "7521:19:40",
2819
2819
  "stateVariable": false,
2820
2820
  "storageLocation": "memory",
@@ -2823,7 +2823,7 @@
2823
2823
  "typeString": "bytes"
2824
2824
  },
2825
2825
  "typeName": {
2826
- "id": 17945,
2826
+ "id": 18067,
2827
2827
  "name": "bytes",
2828
2828
  "nodeType": "ElementaryTypeName",
2829
2829
  "src": "7521:5:40",
@@ -2837,7 +2837,7 @@
2837
2837
  ],
2838
2838
  "src": "7520:21:40"
2839
2839
  },
2840
- "scope": 18114,
2840
+ "scope": 18236,
2841
2841
  "src": "7310:232:40",
2842
2842
  "stateMutability": "nonpayable",
2843
2843
  "virtual": true,
@@ -2845,13 +2845,13 @@
2845
2845
  },
2846
2846
  {
2847
2847
  "documentation": {
2848
- "id": 17949,
2848
+ "id": 18071,
2849
2849
  "nodeType": "StructuredDocumentation",
2850
2850
  "src": "7548:833:40",
2851
2851
  "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"
2852
2852
  },
2853
2853
  "functionSelector": "50209a62",
2854
- "id": 17963,
2854
+ "id": 18085,
2855
2855
  "implemented": false,
2856
2856
  "kind": "function",
2857
2857
  "modifiers": [],
@@ -2859,38 +2859,38 @@
2859
2859
  "nameLocation": "8395:10:40",
2860
2860
  "nodeType": "FunctionDefinition",
2861
2861
  "parameters": {
2862
- "id": 17959,
2862
+ "id": 18081,
2863
2863
  "nodeType": "ParameterList",
2864
2864
  "parameters": [
2865
2865
  {
2866
2866
  "constant": false,
2867
- "id": 17952,
2867
+ "id": 18074,
2868
2868
  "mutability": "mutable",
2869
2869
  "name": "token",
2870
2870
  "nameLocation": "8432:5:40",
2871
2871
  "nodeType": "VariableDeclaration",
2872
- "scope": 17963,
2872
+ "scope": 18085,
2873
2873
  "src": "8415:22:40",
2874
2874
  "stateVariable": false,
2875
2875
  "storageLocation": "default",
2876
2876
  "typeDescriptions": {
2877
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2877
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2878
2878
  "typeString": "contract ISuperfluidToken"
2879
2879
  },
2880
2880
  "typeName": {
2881
- "id": 17951,
2881
+ "id": 18073,
2882
2882
  "nodeType": "UserDefinedTypeName",
2883
2883
  "pathNode": {
2884
- "id": 17950,
2884
+ "id": 18072,
2885
2885
  "name": "ISuperfluidToken",
2886
2886
  "nodeType": "IdentifierPath",
2887
- "referencedDeclaration": 20450,
2887
+ "referencedDeclaration": 20572,
2888
2888
  "src": "8415:16:40"
2889
2889
  },
2890
- "referencedDeclaration": 20450,
2890
+ "referencedDeclaration": 20572,
2891
2891
  "src": "8415:16:40",
2892
2892
  "typeDescriptions": {
2893
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
2893
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
2894
2894
  "typeString": "contract ISuperfluidToken"
2895
2895
  }
2896
2896
  },
@@ -2898,12 +2898,12 @@
2898
2898
  },
2899
2899
  {
2900
2900
  "constant": false,
2901
- "id": 17954,
2901
+ "id": 18076,
2902
2902
  "mutability": "mutable",
2903
2903
  "name": "receiver",
2904
2904
  "nameLocation": "8455:8:40",
2905
2905
  "nodeType": "VariableDeclaration",
2906
- "scope": 17963,
2906
+ "scope": 18085,
2907
2907
  "src": "8447:16:40",
2908
2908
  "stateVariable": false,
2909
2909
  "storageLocation": "default",
@@ -2912,7 +2912,7 @@
2912
2912
  "typeString": "address"
2913
2913
  },
2914
2914
  "typeName": {
2915
- "id": 17953,
2915
+ "id": 18075,
2916
2916
  "name": "address",
2917
2917
  "nodeType": "ElementaryTypeName",
2918
2918
  "src": "8447:7:40",
@@ -2926,12 +2926,12 @@
2926
2926
  },
2927
2927
  {
2928
2928
  "constant": false,
2929
- "id": 17956,
2929
+ "id": 18078,
2930
2930
  "mutability": "mutable",
2931
2931
  "name": "flowRate",
2932
2932
  "nameLocation": "8479:8:40",
2933
2933
  "nodeType": "VariableDeclaration",
2934
- "scope": 17963,
2934
+ "scope": 18085,
2935
2935
  "src": "8473:14:40",
2936
2936
  "stateVariable": false,
2937
2937
  "storageLocation": "default",
@@ -2940,7 +2940,7 @@
2940
2940
  "typeString": "int96"
2941
2941
  },
2942
2942
  "typeName": {
2943
- "id": 17955,
2943
+ "id": 18077,
2944
2944
  "name": "int96",
2945
2945
  "nodeType": "ElementaryTypeName",
2946
2946
  "src": "8473:5:40",
@@ -2953,12 +2953,12 @@
2953
2953
  },
2954
2954
  {
2955
2955
  "constant": false,
2956
- "id": 17958,
2956
+ "id": 18080,
2957
2957
  "mutability": "mutable",
2958
2958
  "name": "ctx",
2959
2959
  "nameLocation": "8512:3:40",
2960
2960
  "nodeType": "VariableDeclaration",
2961
- "scope": 17963,
2961
+ "scope": 18085,
2962
2962
  "src": "8497:18:40",
2963
2963
  "stateVariable": false,
2964
2964
  "storageLocation": "calldata",
@@ -2967,7 +2967,7 @@
2967
2967
  "typeString": "bytes"
2968
2968
  },
2969
2969
  "typeName": {
2970
- "id": 17957,
2970
+ "id": 18079,
2971
2971
  "name": "bytes",
2972
2972
  "nodeType": "ElementaryTypeName",
2973
2973
  "src": "8497:5:40",
@@ -2982,17 +2982,17 @@
2982
2982
  "src": "8405:116:40"
2983
2983
  },
2984
2984
  "returnParameters": {
2985
- "id": 17962,
2985
+ "id": 18084,
2986
2986
  "nodeType": "ParameterList",
2987
2987
  "parameters": [
2988
2988
  {
2989
2989
  "constant": false,
2990
- "id": 17961,
2990
+ "id": 18083,
2991
2991
  "mutability": "mutable",
2992
2992
  "name": "newCtx",
2993
2993
  "nameLocation": "8576:6:40",
2994
2994
  "nodeType": "VariableDeclaration",
2995
- "scope": 17963,
2995
+ "scope": 18085,
2996
2996
  "src": "8563:19:40",
2997
2997
  "stateVariable": false,
2998
2998
  "storageLocation": "memory",
@@ -3001,7 +3001,7 @@
3001
3001
  "typeString": "bytes"
3002
3002
  },
3003
3003
  "typeName": {
3004
- "id": 17960,
3004
+ "id": 18082,
3005
3005
  "name": "bytes",
3006
3006
  "nodeType": "ElementaryTypeName",
3007
3007
  "src": "8563:5:40",
@@ -3015,7 +3015,7 @@
3015
3015
  ],
3016
3016
  "src": "8562:21:40"
3017
3017
  },
3018
- "scope": 18114,
3018
+ "scope": 18236,
3019
3019
  "src": "8386:198:40",
3020
3020
  "stateMutability": "nonpayable",
3021
3021
  "virtual": true,
@@ -3023,13 +3023,13 @@
3023
3023
  },
3024
3024
  {
3025
3025
  "documentation": {
3026
- "id": 17964,
3026
+ "id": 18086,
3027
3027
  "nodeType": "StructuredDocumentation",
3028
3028
  "src": "8590:436:40",
3029
3029
  "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)"
3030
3030
  },
3031
3031
  "functionSelector": "354b9590",
3032
- "id": 17980,
3032
+ "id": 18102,
3033
3033
  "implemented": false,
3034
3034
  "kind": "function",
3035
3035
  "modifiers": [],
@@ -3037,38 +3037,38 @@
3037
3037
  "nameLocation": "9040:20:40",
3038
3038
  "nodeType": "FunctionDefinition",
3039
3039
  "parameters": {
3040
- "id": 17976,
3040
+ "id": 18098,
3041
3041
  "nodeType": "ParameterList",
3042
3042
  "parameters": [
3043
3043
  {
3044
3044
  "constant": false,
3045
- "id": 17967,
3045
+ "id": 18089,
3046
3046
  "mutability": "mutable",
3047
3047
  "name": "token",
3048
3048
  "nameLocation": "9087:5:40",
3049
3049
  "nodeType": "VariableDeclaration",
3050
- "scope": 17980,
3050
+ "scope": 18102,
3051
3051
  "src": "9070:22:40",
3052
3052
  "stateVariable": false,
3053
3053
  "storageLocation": "default",
3054
3054
  "typeDescriptions": {
3055
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3055
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3056
3056
  "typeString": "contract ISuperfluidToken"
3057
3057
  },
3058
3058
  "typeName": {
3059
- "id": 17966,
3059
+ "id": 18088,
3060
3060
  "nodeType": "UserDefinedTypeName",
3061
3061
  "pathNode": {
3062
- "id": 17965,
3062
+ "id": 18087,
3063
3063
  "name": "ISuperfluidToken",
3064
3064
  "nodeType": "IdentifierPath",
3065
- "referencedDeclaration": 20450,
3065
+ "referencedDeclaration": 20572,
3066
3066
  "src": "9070:16:40"
3067
3067
  },
3068
- "referencedDeclaration": 20450,
3068
+ "referencedDeclaration": 20572,
3069
3069
  "src": "9070:16:40",
3070
3070
  "typeDescriptions": {
3071
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3071
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3072
3072
  "typeString": "contract ISuperfluidToken"
3073
3073
  }
3074
3074
  },
@@ -3076,12 +3076,12 @@
3076
3076
  },
3077
3077
  {
3078
3078
  "constant": false,
3079
- "id": 17969,
3079
+ "id": 18091,
3080
3080
  "mutability": "mutable",
3081
3081
  "name": "sender",
3082
3082
  "nameLocation": "9110:6:40",
3083
3083
  "nodeType": "VariableDeclaration",
3084
- "scope": 17980,
3084
+ "scope": 18102,
3085
3085
  "src": "9102:14:40",
3086
3086
  "stateVariable": false,
3087
3087
  "storageLocation": "default",
@@ -3090,7 +3090,7 @@
3090
3090
  "typeString": "address"
3091
3091
  },
3092
3092
  "typeName": {
3093
- "id": 17968,
3093
+ "id": 18090,
3094
3094
  "name": "address",
3095
3095
  "nodeType": "ElementaryTypeName",
3096
3096
  "src": "9102:7:40",
@@ -3104,12 +3104,12 @@
3104
3104
  },
3105
3105
  {
3106
3106
  "constant": false,
3107
- "id": 17971,
3107
+ "id": 18093,
3108
3108
  "mutability": "mutable",
3109
3109
  "name": "receiver",
3110
3110
  "nameLocation": "9134:8:40",
3111
3111
  "nodeType": "VariableDeclaration",
3112
- "scope": 17980,
3112
+ "scope": 18102,
3113
3113
  "src": "9126:16:40",
3114
3114
  "stateVariable": false,
3115
3115
  "storageLocation": "default",
@@ -3118,7 +3118,7 @@
3118
3118
  "typeString": "address"
3119
3119
  },
3120
3120
  "typeName": {
3121
- "id": 17970,
3121
+ "id": 18092,
3122
3122
  "name": "address",
3123
3123
  "nodeType": "ElementaryTypeName",
3124
3124
  "src": "9126:7:40",
@@ -3132,12 +3132,12 @@
3132
3132
  },
3133
3133
  {
3134
3134
  "constant": false,
3135
- "id": 17973,
3135
+ "id": 18095,
3136
3136
  "mutability": "mutable",
3137
3137
  "name": "flowRate",
3138
3138
  "nameLocation": "9158:8:40",
3139
3139
  "nodeType": "VariableDeclaration",
3140
- "scope": 17980,
3140
+ "scope": 18102,
3141
3141
  "src": "9152:14:40",
3142
3142
  "stateVariable": false,
3143
3143
  "storageLocation": "default",
@@ -3146,7 +3146,7 @@
3146
3146
  "typeString": "int96"
3147
3147
  },
3148
3148
  "typeName": {
3149
- "id": 17972,
3149
+ "id": 18094,
3150
3150
  "name": "int96",
3151
3151
  "nodeType": "ElementaryTypeName",
3152
3152
  "src": "9152:5:40",
@@ -3159,12 +3159,12 @@
3159
3159
  },
3160
3160
  {
3161
3161
  "constant": false,
3162
- "id": 17975,
3162
+ "id": 18097,
3163
3163
  "mutability": "mutable",
3164
3164
  "name": "ctx",
3165
3165
  "nameLocation": "9191:3:40",
3166
3166
  "nodeType": "VariableDeclaration",
3167
- "scope": 17980,
3167
+ "scope": 18102,
3168
3168
  "src": "9176:18:40",
3169
3169
  "stateVariable": false,
3170
3170
  "storageLocation": "calldata",
@@ -3173,7 +3173,7 @@
3173
3173
  "typeString": "bytes"
3174
3174
  },
3175
3175
  "typeName": {
3176
- "id": 17974,
3176
+ "id": 18096,
3177
3177
  "name": "bytes",
3178
3178
  "nodeType": "ElementaryTypeName",
3179
3179
  "src": "9176:5:40",
@@ -3188,17 +3188,17 @@
3188
3188
  "src": "9060:140:40"
3189
3189
  },
3190
3190
  "returnParameters": {
3191
- "id": 17979,
3191
+ "id": 18101,
3192
3192
  "nodeType": "ParameterList",
3193
3193
  "parameters": [
3194
3194
  {
3195
3195
  "constant": false,
3196
- "id": 17978,
3196
+ "id": 18100,
3197
3197
  "mutability": "mutable",
3198
3198
  "name": "newCtx",
3199
3199
  "nameLocation": "9255:6:40",
3200
3200
  "nodeType": "VariableDeclaration",
3201
- "scope": 17980,
3201
+ "scope": 18102,
3202
3202
  "src": "9242:19:40",
3203
3203
  "stateVariable": false,
3204
3204
  "storageLocation": "memory",
@@ -3207,7 +3207,7 @@
3207
3207
  "typeString": "bytes"
3208
3208
  },
3209
3209
  "typeName": {
3210
- "id": 17977,
3210
+ "id": 18099,
3211
3211
  "name": "bytes",
3212
3212
  "nodeType": "ElementaryTypeName",
3213
3213
  "src": "9242:5:40",
@@ -3221,7 +3221,7 @@
3221
3221
  ],
3222
3222
  "src": "9241:21:40"
3223
3223
  },
3224
- "scope": 18114,
3224
+ "scope": 18236,
3225
3225
  "src": "9031:232:40",
3226
3226
  "stateMutability": "nonpayable",
3227
3227
  "virtual": true,
@@ -3229,13 +3229,13 @@
3229
3229
  },
3230
3230
  {
3231
3231
  "documentation": {
3232
- "id": 17981,
3232
+ "id": 18103,
3233
3233
  "nodeType": "StructuredDocumentation",
3234
3234
  "src": "9269:415:40",
3235
3235
  "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"
3236
3236
  },
3237
3237
  "functionSelector": "e6a1e888",
3238
- "id": 17999,
3238
+ "id": 18121,
3239
3239
  "implemented": false,
3240
3240
  "kind": "function",
3241
3241
  "modifiers": [],
@@ -3243,38 +3243,38 @@
3243
3243
  "nameLocation": "9698:7:40",
3244
3244
  "nodeType": "FunctionDefinition",
3245
3245
  "parameters": {
3246
- "id": 17989,
3246
+ "id": 18111,
3247
3247
  "nodeType": "ParameterList",
3248
3248
  "parameters": [
3249
3249
  {
3250
3250
  "constant": false,
3251
- "id": 17984,
3251
+ "id": 18106,
3252
3252
  "mutability": "mutable",
3253
3253
  "name": "token",
3254
3254
  "nameLocation": "9732:5:40",
3255
3255
  "nodeType": "VariableDeclaration",
3256
- "scope": 17999,
3256
+ "scope": 18121,
3257
3257
  "src": "9715:22:40",
3258
3258
  "stateVariable": false,
3259
3259
  "storageLocation": "default",
3260
3260
  "typeDescriptions": {
3261
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3261
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3262
3262
  "typeString": "contract ISuperfluidToken"
3263
3263
  },
3264
3264
  "typeName": {
3265
- "id": 17983,
3265
+ "id": 18105,
3266
3266
  "nodeType": "UserDefinedTypeName",
3267
3267
  "pathNode": {
3268
- "id": 17982,
3268
+ "id": 18104,
3269
3269
  "name": "ISuperfluidToken",
3270
3270
  "nodeType": "IdentifierPath",
3271
- "referencedDeclaration": 20450,
3271
+ "referencedDeclaration": 20572,
3272
3272
  "src": "9715:16:40"
3273
3273
  },
3274
- "referencedDeclaration": 20450,
3274
+ "referencedDeclaration": 20572,
3275
3275
  "src": "9715:16:40",
3276
3276
  "typeDescriptions": {
3277
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3277
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3278
3278
  "typeString": "contract ISuperfluidToken"
3279
3279
  }
3280
3280
  },
@@ -3282,12 +3282,12 @@
3282
3282
  },
3283
3283
  {
3284
3284
  "constant": false,
3285
- "id": 17986,
3285
+ "id": 18108,
3286
3286
  "mutability": "mutable",
3287
3287
  "name": "sender",
3288
3288
  "nameLocation": "9755:6:40",
3289
3289
  "nodeType": "VariableDeclaration",
3290
- "scope": 17999,
3290
+ "scope": 18121,
3291
3291
  "src": "9747:14:40",
3292
3292
  "stateVariable": false,
3293
3293
  "storageLocation": "default",
@@ -3296,7 +3296,7 @@
3296
3296
  "typeString": "address"
3297
3297
  },
3298
3298
  "typeName": {
3299
- "id": 17985,
3299
+ "id": 18107,
3300
3300
  "name": "address",
3301
3301
  "nodeType": "ElementaryTypeName",
3302
3302
  "src": "9747:7:40",
@@ -3310,12 +3310,12 @@
3310
3310
  },
3311
3311
  {
3312
3312
  "constant": false,
3313
- "id": 17988,
3313
+ "id": 18110,
3314
3314
  "mutability": "mutable",
3315
3315
  "name": "receiver",
3316
3316
  "nameLocation": "9779:8:40",
3317
3317
  "nodeType": "VariableDeclaration",
3318
- "scope": 17999,
3318
+ "scope": 18121,
3319
3319
  "src": "9771:16:40",
3320
3320
  "stateVariable": false,
3321
3321
  "storageLocation": "default",
@@ -3324,7 +3324,7 @@
3324
3324
  "typeString": "address"
3325
3325
  },
3326
3326
  "typeName": {
3327
- "id": 17987,
3327
+ "id": 18109,
3328
3328
  "name": "address",
3329
3329
  "nodeType": "ElementaryTypeName",
3330
3330
  "src": "9771:7:40",
@@ -3340,17 +3340,17 @@
3340
3340
  "src": "9705:88:40"
3341
3341
  },
3342
3342
  "returnParameters": {
3343
- "id": 17998,
3343
+ "id": 18120,
3344
3344
  "nodeType": "ParameterList",
3345
3345
  "parameters": [
3346
3346
  {
3347
3347
  "constant": false,
3348
- "id": 17991,
3348
+ "id": 18113,
3349
3349
  "mutability": "mutable",
3350
3350
  "name": "timestamp",
3351
3351
  "nameLocation": "9862:9:40",
3352
3352
  "nodeType": "VariableDeclaration",
3353
- "scope": 17999,
3353
+ "scope": 18121,
3354
3354
  "src": "9854:17:40",
3355
3355
  "stateVariable": false,
3356
3356
  "storageLocation": "default",
@@ -3359,7 +3359,7 @@
3359
3359
  "typeString": "uint256"
3360
3360
  },
3361
3361
  "typeName": {
3362
- "id": 17990,
3362
+ "id": 18112,
3363
3363
  "name": "uint256",
3364
3364
  "nodeType": "ElementaryTypeName",
3365
3365
  "src": "9854:7:40",
@@ -3372,12 +3372,12 @@
3372
3372
  },
3373
3373
  {
3374
3374
  "constant": false,
3375
- "id": 17993,
3375
+ "id": 18115,
3376
3376
  "mutability": "mutable",
3377
3377
  "name": "flowRate",
3378
3378
  "nameLocation": "9891:8:40",
3379
3379
  "nodeType": "VariableDeclaration",
3380
- "scope": 17999,
3380
+ "scope": 18121,
3381
3381
  "src": "9885:14:40",
3382
3382
  "stateVariable": false,
3383
3383
  "storageLocation": "default",
@@ -3386,7 +3386,7 @@
3386
3386
  "typeString": "int96"
3387
3387
  },
3388
3388
  "typeName": {
3389
- "id": 17992,
3389
+ "id": 18114,
3390
3390
  "name": "int96",
3391
3391
  "nodeType": "ElementaryTypeName",
3392
3392
  "src": "9885:5:40",
@@ -3399,12 +3399,12 @@
3399
3399
  },
3400
3400
  {
3401
3401
  "constant": false,
3402
- "id": 17995,
3402
+ "id": 18117,
3403
3403
  "mutability": "mutable",
3404
3404
  "name": "deposit",
3405
3405
  "nameLocation": "9921:7:40",
3406
3406
  "nodeType": "VariableDeclaration",
3407
- "scope": 17999,
3407
+ "scope": 18121,
3408
3408
  "src": "9913:15:40",
3409
3409
  "stateVariable": false,
3410
3410
  "storageLocation": "default",
@@ -3413,7 +3413,7 @@
3413
3413
  "typeString": "uint256"
3414
3414
  },
3415
3415
  "typeName": {
3416
- "id": 17994,
3416
+ "id": 18116,
3417
3417
  "name": "uint256",
3418
3418
  "nodeType": "ElementaryTypeName",
3419
3419
  "src": "9913:7:40",
@@ -3426,12 +3426,12 @@
3426
3426
  },
3427
3427
  {
3428
3428
  "constant": false,
3429
- "id": 17997,
3429
+ "id": 18119,
3430
3430
  "mutability": "mutable",
3431
3431
  "name": "owedDeposit",
3432
3432
  "nameLocation": "9950:11:40",
3433
3433
  "nodeType": "VariableDeclaration",
3434
- "scope": 17999,
3434
+ "scope": 18121,
3435
3435
  "src": "9942:19:40",
3436
3436
  "stateVariable": false,
3437
3437
  "storageLocation": "default",
@@ -3440,7 +3440,7 @@
3440
3440
  "typeString": "uint256"
3441
3441
  },
3442
3442
  "typeName": {
3443
- "id": 17996,
3443
+ "id": 18118,
3444
3444
  "name": "uint256",
3445
3445
  "nodeType": "ElementaryTypeName",
3446
3446
  "src": "9942:7:40",
@@ -3454,7 +3454,7 @@
3454
3454
  ],
3455
3455
  "src": "9840:131:40"
3456
3456
  },
3457
- "scope": 18114,
3457
+ "scope": 18236,
3458
3458
  "src": "9689:283:40",
3459
3459
  "stateMutability": "view",
3460
3460
  "virtual": true,
@@ -3462,13 +3462,13 @@
3462
3462
  },
3463
3463
  {
3464
3464
  "documentation": {
3465
- "id": 18000,
3465
+ "id": 18122,
3466
3466
  "nodeType": "StructuredDocumentation",
3467
3467
  "src": "9978:445:40",
3468
3468
  "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"
3469
3469
  },
3470
3470
  "functionSelector": "aabd2668",
3471
- "id": 18016,
3471
+ "id": 18138,
3472
3472
  "implemented": false,
3473
3473
  "kind": "function",
3474
3474
  "modifiers": [],
@@ -3476,38 +3476,38 @@
3476
3476
  "nameLocation": "10437:11:40",
3477
3477
  "nodeType": "FunctionDefinition",
3478
3478
  "parameters": {
3479
- "id": 18006,
3479
+ "id": 18128,
3480
3480
  "nodeType": "ParameterList",
3481
3481
  "parameters": [
3482
3482
  {
3483
3483
  "constant": false,
3484
- "id": 18003,
3484
+ "id": 18125,
3485
3485
  "mutability": "mutable",
3486
3486
  "name": "token",
3487
3487
  "nameLocation": "10474:5:40",
3488
3488
  "nodeType": "VariableDeclaration",
3489
- "scope": 18016,
3489
+ "scope": 18138,
3490
3490
  "src": "10457:22:40",
3491
3491
  "stateVariable": false,
3492
3492
  "storageLocation": "default",
3493
3493
  "typeDescriptions": {
3494
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3494
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3495
3495
  "typeString": "contract ISuperfluidToken"
3496
3496
  },
3497
3497
  "typeName": {
3498
- "id": 18002,
3498
+ "id": 18124,
3499
3499
  "nodeType": "UserDefinedTypeName",
3500
3500
  "pathNode": {
3501
- "id": 18001,
3501
+ "id": 18123,
3502
3502
  "name": "ISuperfluidToken",
3503
3503
  "nodeType": "IdentifierPath",
3504
- "referencedDeclaration": 20450,
3504
+ "referencedDeclaration": 20572,
3505
3505
  "src": "10457:16:40"
3506
3506
  },
3507
- "referencedDeclaration": 20450,
3507
+ "referencedDeclaration": 20572,
3508
3508
  "src": "10457:16:40",
3509
3509
  "typeDescriptions": {
3510
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3510
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3511
3511
  "typeString": "contract ISuperfluidToken"
3512
3512
  }
3513
3513
  },
@@ -3515,12 +3515,12 @@
3515
3515
  },
3516
3516
  {
3517
3517
  "constant": false,
3518
- "id": 18005,
3518
+ "id": 18127,
3519
3519
  "mutability": "mutable",
3520
3520
  "name": "agreementId",
3521
3521
  "nameLocation": "10496:11:40",
3522
3522
  "nodeType": "VariableDeclaration",
3523
- "scope": 18016,
3523
+ "scope": 18138,
3524
3524
  "src": "10488:19:40",
3525
3525
  "stateVariable": false,
3526
3526
  "storageLocation": "default",
@@ -3529,7 +3529,7 @@
3529
3529
  "typeString": "bytes32"
3530
3530
  },
3531
3531
  "typeName": {
3532
- "id": 18004,
3532
+ "id": 18126,
3533
3533
  "name": "bytes32",
3534
3534
  "nodeType": "ElementaryTypeName",
3535
3535
  "src": "10488:7:40",
@@ -3544,17 +3544,17 @@
3544
3544
  "src": "10448:65:40"
3545
3545
  },
3546
3546
  "returnParameters": {
3547
- "id": 18015,
3547
+ "id": 18137,
3548
3548
  "nodeType": "ParameterList",
3549
3549
  "parameters": [
3550
3550
  {
3551
3551
  "constant": false,
3552
- "id": 18008,
3552
+ "id": 18130,
3553
3553
  "mutability": "mutable",
3554
3554
  "name": "timestamp",
3555
3555
  "nameLocation": "10582:9:40",
3556
3556
  "nodeType": "VariableDeclaration",
3557
- "scope": 18016,
3557
+ "scope": 18138,
3558
3558
  "src": "10574:17:40",
3559
3559
  "stateVariable": false,
3560
3560
  "storageLocation": "default",
@@ -3563,7 +3563,7 @@
3563
3563
  "typeString": "uint256"
3564
3564
  },
3565
3565
  "typeName": {
3566
- "id": 18007,
3566
+ "id": 18129,
3567
3567
  "name": "uint256",
3568
3568
  "nodeType": "ElementaryTypeName",
3569
3569
  "src": "10574:7:40",
@@ -3576,12 +3576,12 @@
3576
3576
  },
3577
3577
  {
3578
3578
  "constant": false,
3579
- "id": 18010,
3579
+ "id": 18132,
3580
3580
  "mutability": "mutable",
3581
3581
  "name": "flowRate",
3582
3582
  "nameLocation": "10611:8:40",
3583
3583
  "nodeType": "VariableDeclaration",
3584
- "scope": 18016,
3584
+ "scope": 18138,
3585
3585
  "src": "10605:14:40",
3586
3586
  "stateVariable": false,
3587
3587
  "storageLocation": "default",
@@ -3590,7 +3590,7 @@
3590
3590
  "typeString": "int96"
3591
3591
  },
3592
3592
  "typeName": {
3593
- "id": 18009,
3593
+ "id": 18131,
3594
3594
  "name": "int96",
3595
3595
  "nodeType": "ElementaryTypeName",
3596
3596
  "src": "10605:5:40",
@@ -3603,12 +3603,12 @@
3603
3603
  },
3604
3604
  {
3605
3605
  "constant": false,
3606
- "id": 18012,
3606
+ "id": 18134,
3607
3607
  "mutability": "mutable",
3608
3608
  "name": "deposit",
3609
3609
  "nameLocation": "10641:7:40",
3610
3610
  "nodeType": "VariableDeclaration",
3611
- "scope": 18016,
3611
+ "scope": 18138,
3612
3612
  "src": "10633:15:40",
3613
3613
  "stateVariable": false,
3614
3614
  "storageLocation": "default",
@@ -3617,7 +3617,7 @@
3617
3617
  "typeString": "uint256"
3618
3618
  },
3619
3619
  "typeName": {
3620
- "id": 18011,
3620
+ "id": 18133,
3621
3621
  "name": "uint256",
3622
3622
  "nodeType": "ElementaryTypeName",
3623
3623
  "src": "10633:7:40",
@@ -3630,12 +3630,12 @@
3630
3630
  },
3631
3631
  {
3632
3632
  "constant": false,
3633
- "id": 18014,
3633
+ "id": 18136,
3634
3634
  "mutability": "mutable",
3635
3635
  "name": "owedDeposit",
3636
3636
  "nameLocation": "10670:11:40",
3637
3637
  "nodeType": "VariableDeclaration",
3638
- "scope": 18016,
3638
+ "scope": 18138,
3639
3639
  "src": "10662:19:40",
3640
3640
  "stateVariable": false,
3641
3641
  "storageLocation": "default",
@@ -3644,7 +3644,7 @@
3644
3644
  "typeString": "uint256"
3645
3645
  },
3646
3646
  "typeName": {
3647
- "id": 18013,
3647
+ "id": 18135,
3648
3648
  "name": "uint256",
3649
3649
  "nodeType": "ElementaryTypeName",
3650
3650
  "src": "10662:7:40",
@@ -3658,7 +3658,7 @@
3658
3658
  ],
3659
3659
  "src": "10560:131:40"
3660
3660
  },
3661
- "scope": 18114,
3661
+ "scope": 18236,
3662
3662
  "src": "10428:264:40",
3663
3663
  "stateMutability": "view",
3664
3664
  "virtual": true,
@@ -3666,13 +3666,13 @@
3666
3666
  },
3667
3667
  {
3668
3668
  "documentation": {
3669
- "id": 18017,
3669
+ "id": 18139,
3670
3670
  "nodeType": "StructuredDocumentation",
3671
3671
  "src": "10698:436:40",
3672
3672
  "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"
3673
3673
  },
3674
3674
  "functionSelector": "0f1ac495",
3675
- "id": 18033,
3675
+ "id": 18155,
3676
3676
  "implemented": false,
3677
3677
  "kind": "function",
3678
3678
  "modifiers": [],
@@ -3680,38 +3680,38 @@
3680
3680
  "nameLocation": "11148:18:40",
3681
3681
  "nodeType": "FunctionDefinition",
3682
3682
  "parameters": {
3683
- "id": 18023,
3683
+ "id": 18145,
3684
3684
  "nodeType": "ParameterList",
3685
3685
  "parameters": [
3686
3686
  {
3687
3687
  "constant": false,
3688
- "id": 18020,
3688
+ "id": 18142,
3689
3689
  "mutability": "mutable",
3690
3690
  "name": "token",
3691
3691
  "nameLocation": "11193:5:40",
3692
3692
  "nodeType": "VariableDeclaration",
3693
- "scope": 18033,
3693
+ "scope": 18155,
3694
3694
  "src": "11176:22:40",
3695
3695
  "stateVariable": false,
3696
3696
  "storageLocation": "default",
3697
3697
  "typeDescriptions": {
3698
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3698
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3699
3699
  "typeString": "contract ISuperfluidToken"
3700
3700
  },
3701
3701
  "typeName": {
3702
- "id": 18019,
3702
+ "id": 18141,
3703
3703
  "nodeType": "UserDefinedTypeName",
3704
3704
  "pathNode": {
3705
- "id": 18018,
3705
+ "id": 18140,
3706
3706
  "name": "ISuperfluidToken",
3707
3707
  "nodeType": "IdentifierPath",
3708
- "referencedDeclaration": 20450,
3708
+ "referencedDeclaration": 20572,
3709
3709
  "src": "11176:16:40"
3710
3710
  },
3711
- "referencedDeclaration": 20450,
3711
+ "referencedDeclaration": 20572,
3712
3712
  "src": "11176:16:40",
3713
3713
  "typeDescriptions": {
3714
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3714
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3715
3715
  "typeString": "contract ISuperfluidToken"
3716
3716
  }
3717
3717
  },
@@ -3719,12 +3719,12 @@
3719
3719
  },
3720
3720
  {
3721
3721
  "constant": false,
3722
- "id": 18022,
3722
+ "id": 18144,
3723
3723
  "mutability": "mutable",
3724
3724
  "name": "account",
3725
3725
  "nameLocation": "11216:7:40",
3726
3726
  "nodeType": "VariableDeclaration",
3727
- "scope": 18033,
3727
+ "scope": 18155,
3728
3728
  "src": "11208:15:40",
3729
3729
  "stateVariable": false,
3730
3730
  "storageLocation": "default",
@@ -3733,7 +3733,7 @@
3733
3733
  "typeString": "address"
3734
3734
  },
3735
3735
  "typeName": {
3736
- "id": 18021,
3736
+ "id": 18143,
3737
3737
  "name": "address",
3738
3738
  "nodeType": "ElementaryTypeName",
3739
3739
  "src": "11208:7:40",
@@ -3749,17 +3749,17 @@
3749
3749
  "src": "11166:63:40"
3750
3750
  },
3751
3751
  "returnParameters": {
3752
- "id": 18032,
3752
+ "id": 18154,
3753
3753
  "nodeType": "ParameterList",
3754
3754
  "parameters": [
3755
3755
  {
3756
3756
  "constant": false,
3757
- "id": 18025,
3757
+ "id": 18147,
3758
3758
  "mutability": "mutable",
3759
3759
  "name": "timestamp",
3760
3760
  "nameLocation": "11298:9:40",
3761
3761
  "nodeType": "VariableDeclaration",
3762
- "scope": 18033,
3762
+ "scope": 18155,
3763
3763
  "src": "11290:17:40",
3764
3764
  "stateVariable": false,
3765
3765
  "storageLocation": "default",
@@ -3768,7 +3768,7 @@
3768
3768
  "typeString": "uint256"
3769
3769
  },
3770
3770
  "typeName": {
3771
- "id": 18024,
3771
+ "id": 18146,
3772
3772
  "name": "uint256",
3773
3773
  "nodeType": "ElementaryTypeName",
3774
3774
  "src": "11290:7:40",
@@ -3781,12 +3781,12 @@
3781
3781
  },
3782
3782
  {
3783
3783
  "constant": false,
3784
- "id": 18027,
3784
+ "id": 18149,
3785
3785
  "mutability": "mutable",
3786
3786
  "name": "flowRate",
3787
3787
  "nameLocation": "11327:8:40",
3788
3788
  "nodeType": "VariableDeclaration",
3789
- "scope": 18033,
3789
+ "scope": 18155,
3790
3790
  "src": "11321:14:40",
3791
3791
  "stateVariable": false,
3792
3792
  "storageLocation": "default",
@@ -3795,7 +3795,7 @@
3795
3795
  "typeString": "int96"
3796
3796
  },
3797
3797
  "typeName": {
3798
- "id": 18026,
3798
+ "id": 18148,
3799
3799
  "name": "int96",
3800
3800
  "nodeType": "ElementaryTypeName",
3801
3801
  "src": "11321:5:40",
@@ -3808,12 +3808,12 @@
3808
3808
  },
3809
3809
  {
3810
3810
  "constant": false,
3811
- "id": 18029,
3811
+ "id": 18151,
3812
3812
  "mutability": "mutable",
3813
3813
  "name": "deposit",
3814
3814
  "nameLocation": "11357:7:40",
3815
3815
  "nodeType": "VariableDeclaration",
3816
- "scope": 18033,
3816
+ "scope": 18155,
3817
3817
  "src": "11349:15:40",
3818
3818
  "stateVariable": false,
3819
3819
  "storageLocation": "default",
@@ -3822,7 +3822,7 @@
3822
3822
  "typeString": "uint256"
3823
3823
  },
3824
3824
  "typeName": {
3825
- "id": 18028,
3825
+ "id": 18150,
3826
3826
  "name": "uint256",
3827
3827
  "nodeType": "ElementaryTypeName",
3828
3828
  "src": "11349:7:40",
@@ -3835,12 +3835,12 @@
3835
3835
  },
3836
3836
  {
3837
3837
  "constant": false,
3838
- "id": 18031,
3838
+ "id": 18153,
3839
3839
  "mutability": "mutable",
3840
3840
  "name": "owedDeposit",
3841
3841
  "nameLocation": "11386:11:40",
3842
3842
  "nodeType": "VariableDeclaration",
3843
- "scope": 18033,
3843
+ "scope": 18155,
3844
3844
  "src": "11378:19:40",
3845
3845
  "stateVariable": false,
3846
3846
  "storageLocation": "default",
@@ -3849,7 +3849,7 @@
3849
3849
  "typeString": "uint256"
3850
3850
  },
3851
3851
  "typeName": {
3852
- "id": 18030,
3852
+ "id": 18152,
3853
3853
  "name": "uint256",
3854
3854
  "nodeType": "ElementaryTypeName",
3855
3855
  "src": "11378:7:40",
@@ -3863,7 +3863,7 @@
3863
3863
  ],
3864
3864
  "src": "11276:122:40"
3865
3865
  },
3866
- "scope": 18114,
3866
+ "scope": 18236,
3867
3867
  "src": "11139:260:40",
3868
3868
  "stateMutability": "view",
3869
3869
  "virtual": true,
@@ -3871,13 +3871,13 @@
3871
3871
  },
3872
3872
  {
3873
3873
  "documentation": {
3874
- "id": 18034,
3874
+ "id": 18156,
3875
3875
  "nodeType": "StructuredDocumentation",
3876
3876
  "src": "11405:182:40",
3877
3877
  "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"
3878
3878
  },
3879
3879
  "functionSelector": "e8e7e2d1",
3880
- "id": 18044,
3880
+ "id": 18166,
3881
3881
  "implemented": false,
3882
3882
  "kind": "function",
3883
3883
  "modifiers": [],
@@ -3885,38 +3885,38 @@
3885
3885
  "nameLocation": "11601:10:40",
3886
3886
  "nodeType": "FunctionDefinition",
3887
3887
  "parameters": {
3888
- "id": 18040,
3888
+ "id": 18162,
3889
3889
  "nodeType": "ParameterList",
3890
3890
  "parameters": [
3891
3891
  {
3892
3892
  "constant": false,
3893
- "id": 18037,
3893
+ "id": 18159,
3894
3894
  "mutability": "mutable",
3895
3895
  "name": "token",
3896
3896
  "nameLocation": "11638:5:40",
3897
3897
  "nodeType": "VariableDeclaration",
3898
- "scope": 18044,
3898
+ "scope": 18166,
3899
3899
  "src": "11621:22:40",
3900
3900
  "stateVariable": false,
3901
3901
  "storageLocation": "default",
3902
3902
  "typeDescriptions": {
3903
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3903
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3904
3904
  "typeString": "contract ISuperfluidToken"
3905
3905
  },
3906
3906
  "typeName": {
3907
- "id": 18036,
3907
+ "id": 18158,
3908
3908
  "nodeType": "UserDefinedTypeName",
3909
3909
  "pathNode": {
3910
- "id": 18035,
3910
+ "id": 18157,
3911
3911
  "name": "ISuperfluidToken",
3912
3912
  "nodeType": "IdentifierPath",
3913
- "referencedDeclaration": 20450,
3913
+ "referencedDeclaration": 20572,
3914
3914
  "src": "11621:16:40"
3915
3915
  },
3916
- "referencedDeclaration": 20450,
3916
+ "referencedDeclaration": 20572,
3917
3917
  "src": "11621:16:40",
3918
3918
  "typeDescriptions": {
3919
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
3919
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
3920
3920
  "typeString": "contract ISuperfluidToken"
3921
3921
  }
3922
3922
  },
@@ -3924,12 +3924,12 @@
3924
3924
  },
3925
3925
  {
3926
3926
  "constant": false,
3927
- "id": 18039,
3927
+ "id": 18161,
3928
3928
  "mutability": "mutable",
3929
3929
  "name": "account",
3930
3930
  "nameLocation": "11661:7:40",
3931
3931
  "nodeType": "VariableDeclaration",
3932
- "scope": 18044,
3932
+ "scope": 18166,
3933
3933
  "src": "11653:15:40",
3934
3934
  "stateVariable": false,
3935
3935
  "storageLocation": "default",
@@ -3938,7 +3938,7 @@
3938
3938
  "typeString": "address"
3939
3939
  },
3940
3940
  "typeName": {
3941
- "id": 18038,
3941
+ "id": 18160,
3942
3942
  "name": "address",
3943
3943
  "nodeType": "ElementaryTypeName",
3944
3944
  "src": "11653:7:40",
@@ -3954,17 +3954,17 @@
3954
3954
  "src": "11611:63:40"
3955
3955
  },
3956
3956
  "returnParameters": {
3957
- "id": 18043,
3957
+ "id": 18165,
3958
3958
  "nodeType": "ParameterList",
3959
3959
  "parameters": [
3960
3960
  {
3961
3961
  "constant": false,
3962
- "id": 18042,
3962
+ "id": 18164,
3963
3963
  "mutability": "mutable",
3964
3964
  "name": "flowRate",
3965
3965
  "nameLocation": "11728:8:40",
3966
3966
  "nodeType": "VariableDeclaration",
3967
- "scope": 18044,
3967
+ "scope": 18166,
3968
3968
  "src": "11722:14:40",
3969
3969
  "stateVariable": false,
3970
3970
  "storageLocation": "default",
@@ -3973,7 +3973,7 @@
3973
3973
  "typeString": "int96"
3974
3974
  },
3975
3975
  "typeName": {
3976
- "id": 18041,
3976
+ "id": 18163,
3977
3977
  "name": "int96",
3978
3978
  "nodeType": "ElementaryTypeName",
3979
3979
  "src": "11722:5:40",
@@ -3987,7 +3987,7 @@
3987
3987
  ],
3988
3988
  "src": "11721:16:40"
3989
3989
  },
3990
- "scope": 18114,
3990
+ "scope": 18236,
3991
3991
  "src": "11592:146:40",
3992
3992
  "stateMutability": "view",
3993
3993
  "virtual": true,
@@ -3995,13 +3995,13 @@
3995
3995
  },
3996
3996
  {
3997
3997
  "documentation": {
3998
- "id": 18045,
3998
+ "id": 18167,
3999
3999
  "nodeType": "StructuredDocumentation",
4000
4000
  "src": "11744:763:40",
4001
4001
  "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"
4002
4002
  },
4003
4003
  "functionSelector": "b4b333c6",
4004
- "id": 18059,
4004
+ "id": 18181,
4005
4005
  "implemented": false,
4006
4006
  "kind": "function",
4007
4007
  "modifiers": [],
@@ -4009,38 +4009,38 @@
4009
4009
  "nameLocation": "12521:10:40",
4010
4010
  "nodeType": "FunctionDefinition",
4011
4011
  "parameters": {
4012
- "id": 18055,
4012
+ "id": 18177,
4013
4013
  "nodeType": "ParameterList",
4014
4014
  "parameters": [
4015
4015
  {
4016
4016
  "constant": false,
4017
- "id": 18048,
4017
+ "id": 18170,
4018
4018
  "mutability": "mutable",
4019
4019
  "name": "token",
4020
4020
  "nameLocation": "12558:5:40",
4021
4021
  "nodeType": "VariableDeclaration",
4022
- "scope": 18059,
4022
+ "scope": 18181,
4023
4023
  "src": "12541:22:40",
4024
4024
  "stateVariable": false,
4025
4025
  "storageLocation": "default",
4026
4026
  "typeDescriptions": {
4027
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4027
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4028
4028
  "typeString": "contract ISuperfluidToken"
4029
4029
  },
4030
4030
  "typeName": {
4031
- "id": 18047,
4031
+ "id": 18169,
4032
4032
  "nodeType": "UserDefinedTypeName",
4033
4033
  "pathNode": {
4034
- "id": 18046,
4034
+ "id": 18168,
4035
4035
  "name": "ISuperfluidToken",
4036
4036
  "nodeType": "IdentifierPath",
4037
- "referencedDeclaration": 20450,
4037
+ "referencedDeclaration": 20572,
4038
4038
  "src": "12541:16:40"
4039
4039
  },
4040
- "referencedDeclaration": 20450,
4040
+ "referencedDeclaration": 20572,
4041
4041
  "src": "12541:16:40",
4042
4042
  "typeDescriptions": {
4043
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4043
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4044
4044
  "typeString": "contract ISuperfluidToken"
4045
4045
  }
4046
4046
  },
@@ -4048,12 +4048,12 @@
4048
4048
  },
4049
4049
  {
4050
4050
  "constant": false,
4051
- "id": 18050,
4051
+ "id": 18172,
4052
4052
  "mutability": "mutable",
4053
4053
  "name": "sender",
4054
4054
  "nameLocation": "12581:6:40",
4055
4055
  "nodeType": "VariableDeclaration",
4056
- "scope": 18059,
4056
+ "scope": 18181,
4057
4057
  "src": "12573:14:40",
4058
4058
  "stateVariable": false,
4059
4059
  "storageLocation": "default",
@@ -4062,7 +4062,7 @@
4062
4062
  "typeString": "address"
4063
4063
  },
4064
4064
  "typeName": {
4065
- "id": 18049,
4065
+ "id": 18171,
4066
4066
  "name": "address",
4067
4067
  "nodeType": "ElementaryTypeName",
4068
4068
  "src": "12573:7:40",
@@ -4076,12 +4076,12 @@
4076
4076
  },
4077
4077
  {
4078
4078
  "constant": false,
4079
- "id": 18052,
4079
+ "id": 18174,
4080
4080
  "mutability": "mutable",
4081
4081
  "name": "receiver",
4082
4082
  "nameLocation": "12605:8:40",
4083
4083
  "nodeType": "VariableDeclaration",
4084
- "scope": 18059,
4084
+ "scope": 18181,
4085
4085
  "src": "12597:16:40",
4086
4086
  "stateVariable": false,
4087
4087
  "storageLocation": "default",
@@ -4090,7 +4090,7 @@
4090
4090
  "typeString": "address"
4091
4091
  },
4092
4092
  "typeName": {
4093
- "id": 18051,
4093
+ "id": 18173,
4094
4094
  "name": "address",
4095
4095
  "nodeType": "ElementaryTypeName",
4096
4096
  "src": "12597:7:40",
@@ -4104,12 +4104,12 @@
4104
4104
  },
4105
4105
  {
4106
4106
  "constant": false,
4107
- "id": 18054,
4107
+ "id": 18176,
4108
4108
  "mutability": "mutable",
4109
4109
  "name": "ctx",
4110
4110
  "nameLocation": "12638:3:40",
4111
4111
  "nodeType": "VariableDeclaration",
4112
- "scope": 18059,
4112
+ "scope": 18181,
4113
4113
  "src": "12623:18:40",
4114
4114
  "stateVariable": false,
4115
4115
  "storageLocation": "calldata",
@@ -4118,7 +4118,7 @@
4118
4118
  "typeString": "bytes"
4119
4119
  },
4120
4120
  "typeName": {
4121
- "id": 18053,
4121
+ "id": 18175,
4122
4122
  "name": "bytes",
4123
4123
  "nodeType": "ElementaryTypeName",
4124
4124
  "src": "12623:5:40",
@@ -4133,17 +4133,17 @@
4133
4133
  "src": "12531:116:40"
4134
4134
  },
4135
4135
  "returnParameters": {
4136
- "id": 18058,
4136
+ "id": 18180,
4137
4137
  "nodeType": "ParameterList",
4138
4138
  "parameters": [
4139
4139
  {
4140
4140
  "constant": false,
4141
- "id": 18057,
4141
+ "id": 18179,
4142
4142
  "mutability": "mutable",
4143
4143
  "name": "newCtx",
4144
4144
  "nameLocation": "12702:6:40",
4145
4145
  "nodeType": "VariableDeclaration",
4146
- "scope": 18059,
4146
+ "scope": 18181,
4147
4147
  "src": "12689:19:40",
4148
4148
  "stateVariable": false,
4149
4149
  "storageLocation": "memory",
@@ -4152,7 +4152,7 @@
4152
4152
  "typeString": "bytes"
4153
4153
  },
4154
4154
  "typeName": {
4155
- "id": 18056,
4155
+ "id": 18178,
4156
4156
  "name": "bytes",
4157
4157
  "nodeType": "ElementaryTypeName",
4158
4158
  "src": "12689:5:40",
@@ -4166,7 +4166,7 @@
4166
4166
  ],
4167
4167
  "src": "12688:21:40"
4168
4168
  },
4169
- "scope": 18114,
4169
+ "scope": 18236,
4170
4170
  "src": "12512:198:40",
4171
4171
  "stateMutability": "nonpayable",
4172
4172
  "virtual": true,
@@ -4174,13 +4174,13 @@
4174
4174
  },
4175
4175
  {
4176
4176
  "documentation": {
4177
- "id": 18060,
4177
+ "id": 18182,
4178
4178
  "nodeType": "StructuredDocumentation",
4179
4179
  "src": "12716:321:40",
4180
4180
  "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"
4181
4181
  },
4182
4182
  "functionSelector": "4c8b181f",
4183
- "id": 18074,
4183
+ "id": 18196,
4184
4184
  "implemented": false,
4185
4185
  "kind": "function",
4186
4186
  "modifiers": [],
@@ -4188,38 +4188,38 @@
4188
4188
  "nameLocation": "13051:20:40",
4189
4189
  "nodeType": "FunctionDefinition",
4190
4190
  "parameters": {
4191
- "id": 18070,
4191
+ "id": 18192,
4192
4192
  "nodeType": "ParameterList",
4193
4193
  "parameters": [
4194
4194
  {
4195
4195
  "constant": false,
4196
- "id": 18063,
4196
+ "id": 18185,
4197
4197
  "mutability": "mutable",
4198
4198
  "name": "token",
4199
4199
  "nameLocation": "13098:5:40",
4200
4200
  "nodeType": "VariableDeclaration",
4201
- "scope": 18074,
4201
+ "scope": 18196,
4202
4202
  "src": "13081:22:40",
4203
4203
  "stateVariable": false,
4204
4204
  "storageLocation": "default",
4205
4205
  "typeDescriptions": {
4206
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4206
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4207
4207
  "typeString": "contract ISuperfluidToken"
4208
4208
  },
4209
4209
  "typeName": {
4210
- "id": 18062,
4210
+ "id": 18184,
4211
4211
  "nodeType": "UserDefinedTypeName",
4212
4212
  "pathNode": {
4213
- "id": 18061,
4213
+ "id": 18183,
4214
4214
  "name": "ISuperfluidToken",
4215
4215
  "nodeType": "IdentifierPath",
4216
- "referencedDeclaration": 20450,
4216
+ "referencedDeclaration": 20572,
4217
4217
  "src": "13081:16:40"
4218
4218
  },
4219
- "referencedDeclaration": 20450,
4219
+ "referencedDeclaration": 20572,
4220
4220
  "src": "13081:16:40",
4221
4221
  "typeDescriptions": {
4222
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4222
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4223
4223
  "typeString": "contract ISuperfluidToken"
4224
4224
  }
4225
4225
  },
@@ -4227,12 +4227,12 @@
4227
4227
  },
4228
4228
  {
4229
4229
  "constant": false,
4230
- "id": 18065,
4230
+ "id": 18187,
4231
4231
  "mutability": "mutable",
4232
4232
  "name": "sender",
4233
4233
  "nameLocation": "13121:6:40",
4234
4234
  "nodeType": "VariableDeclaration",
4235
- "scope": 18074,
4235
+ "scope": 18196,
4236
4236
  "src": "13113:14:40",
4237
4237
  "stateVariable": false,
4238
4238
  "storageLocation": "default",
@@ -4241,7 +4241,7 @@
4241
4241
  "typeString": "address"
4242
4242
  },
4243
4243
  "typeName": {
4244
- "id": 18064,
4244
+ "id": 18186,
4245
4245
  "name": "address",
4246
4246
  "nodeType": "ElementaryTypeName",
4247
4247
  "src": "13113:7:40",
@@ -4255,12 +4255,12 @@
4255
4255
  },
4256
4256
  {
4257
4257
  "constant": false,
4258
- "id": 18067,
4258
+ "id": 18189,
4259
4259
  "mutability": "mutable",
4260
4260
  "name": "receiver",
4261
4261
  "nameLocation": "13145:8:40",
4262
4262
  "nodeType": "VariableDeclaration",
4263
- "scope": 18074,
4263
+ "scope": 18196,
4264
4264
  "src": "13137:16:40",
4265
4265
  "stateVariable": false,
4266
4266
  "storageLocation": "default",
@@ -4269,7 +4269,7 @@
4269
4269
  "typeString": "address"
4270
4270
  },
4271
4271
  "typeName": {
4272
- "id": 18066,
4272
+ "id": 18188,
4273
4273
  "name": "address",
4274
4274
  "nodeType": "ElementaryTypeName",
4275
4275
  "src": "13137:7:40",
@@ -4283,12 +4283,12 @@
4283
4283
  },
4284
4284
  {
4285
4285
  "constant": false,
4286
- "id": 18069,
4286
+ "id": 18191,
4287
4287
  "mutability": "mutable",
4288
4288
  "name": "ctx",
4289
4289
  "nameLocation": "13178:3:40",
4290
4290
  "nodeType": "VariableDeclaration",
4291
- "scope": 18074,
4291
+ "scope": 18196,
4292
4292
  "src": "13163:18:40",
4293
4293
  "stateVariable": false,
4294
4294
  "storageLocation": "calldata",
@@ -4297,7 +4297,7 @@
4297
4297
  "typeString": "bytes"
4298
4298
  },
4299
4299
  "typeName": {
4300
- "id": 18068,
4300
+ "id": 18190,
4301
4301
  "name": "bytes",
4302
4302
  "nodeType": "ElementaryTypeName",
4303
4303
  "src": "13163:5:40",
@@ -4312,17 +4312,17 @@
4312
4312
  "src": "13071:116:40"
4313
4313
  },
4314
4314
  "returnParameters": {
4315
- "id": 18073,
4315
+ "id": 18195,
4316
4316
  "nodeType": "ParameterList",
4317
4317
  "parameters": [
4318
4318
  {
4319
4319
  "constant": false,
4320
- "id": 18072,
4320
+ "id": 18194,
4321
4321
  "mutability": "mutable",
4322
4322
  "name": "newCtx",
4323
4323
  "nameLocation": "13242:6:40",
4324
4324
  "nodeType": "VariableDeclaration",
4325
- "scope": 18074,
4325
+ "scope": 18196,
4326
4326
  "src": "13229:19:40",
4327
4327
  "stateVariable": false,
4328
4328
  "storageLocation": "memory",
@@ -4331,7 +4331,7 @@
4331
4331
  "typeString": "bytes"
4332
4332
  },
4333
4333
  "typeName": {
4334
- "id": 18071,
4334
+ "id": 18193,
4335
4335
  "name": "bytes",
4336
4336
  "nodeType": "ElementaryTypeName",
4337
4337
  "src": "13229:5:40",
@@ -4345,7 +4345,7 @@
4345
4345
  ],
4346
4346
  "src": "13228:21:40"
4347
4347
  },
4348
- "scope": 18114,
4348
+ "scope": 18236,
4349
4349
  "src": "13042:208:40",
4350
4350
  "stateMutability": "nonpayable",
4351
4351
  "virtual": true,
@@ -4354,50 +4354,50 @@
4354
4354
  {
4355
4355
  "anonymous": false,
4356
4356
  "documentation": {
4357
- "id": 18075,
4357
+ "id": 18197,
4358
4358
  "nodeType": "StructuredDocumentation",
4359
4359
  "src": "13261:353:40",
4360
4360
  "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)"
4361
4361
  },
4362
4362
  "eventSelector": "c0d5d3a6ac18cc1769788c925e6e7fc89cd47e4270a42884736fa9b3ec09f3a8",
4363
- "id": 18088,
4363
+ "id": 18210,
4364
4364
  "name": "FlowOperatorUpdated",
4365
4365
  "nameLocation": "13625:19:40",
4366
4366
  "nodeType": "EventDefinition",
4367
4367
  "parameters": {
4368
- "id": 18087,
4368
+ "id": 18209,
4369
4369
  "nodeType": "ParameterList",
4370
4370
  "parameters": [
4371
4371
  {
4372
4372
  "constant": false,
4373
- "id": 18078,
4373
+ "id": 18200,
4374
4374
  "indexed": true,
4375
4375
  "mutability": "mutable",
4376
4376
  "name": "token",
4377
4377
  "nameLocation": "13679:5:40",
4378
4378
  "nodeType": "VariableDeclaration",
4379
- "scope": 18088,
4379
+ "scope": 18210,
4380
4380
  "src": "13654:30:40",
4381
4381
  "stateVariable": false,
4382
4382
  "storageLocation": "default",
4383
4383
  "typeDescriptions": {
4384
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4384
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4385
4385
  "typeString": "contract ISuperfluidToken"
4386
4386
  },
4387
4387
  "typeName": {
4388
- "id": 18077,
4388
+ "id": 18199,
4389
4389
  "nodeType": "UserDefinedTypeName",
4390
4390
  "pathNode": {
4391
- "id": 18076,
4391
+ "id": 18198,
4392
4392
  "name": "ISuperfluidToken",
4393
4393
  "nodeType": "IdentifierPath",
4394
- "referencedDeclaration": 20450,
4394
+ "referencedDeclaration": 20572,
4395
4395
  "src": "13654:16:40"
4396
4396
  },
4397
- "referencedDeclaration": 20450,
4397
+ "referencedDeclaration": 20572,
4398
4398
  "src": "13654:16:40",
4399
4399
  "typeDescriptions": {
4400
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4400
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4401
4401
  "typeString": "contract ISuperfluidToken"
4402
4402
  }
4403
4403
  },
@@ -4405,13 +4405,13 @@
4405
4405
  },
4406
4406
  {
4407
4407
  "constant": false,
4408
- "id": 18080,
4408
+ "id": 18202,
4409
4409
  "indexed": true,
4410
4410
  "mutability": "mutable",
4411
4411
  "name": "sender",
4412
4412
  "nameLocation": "13710:6:40",
4413
4413
  "nodeType": "VariableDeclaration",
4414
- "scope": 18088,
4414
+ "scope": 18210,
4415
4415
  "src": "13694:22:40",
4416
4416
  "stateVariable": false,
4417
4417
  "storageLocation": "default",
@@ -4420,7 +4420,7 @@
4420
4420
  "typeString": "address"
4421
4421
  },
4422
4422
  "typeName": {
4423
- "id": 18079,
4423
+ "id": 18201,
4424
4424
  "name": "address",
4425
4425
  "nodeType": "ElementaryTypeName",
4426
4426
  "src": "13694:7:40",
@@ -4434,13 +4434,13 @@
4434
4434
  },
4435
4435
  {
4436
4436
  "constant": false,
4437
- "id": 18082,
4437
+ "id": 18204,
4438
4438
  "indexed": true,
4439
4439
  "mutability": "mutable",
4440
4440
  "name": "flowOperator",
4441
4441
  "nameLocation": "13742:12:40",
4442
4442
  "nodeType": "VariableDeclaration",
4443
- "scope": 18088,
4443
+ "scope": 18210,
4444
4444
  "src": "13726:28:40",
4445
4445
  "stateVariable": false,
4446
4446
  "storageLocation": "default",
@@ -4449,7 +4449,7 @@
4449
4449
  "typeString": "address"
4450
4450
  },
4451
4451
  "typeName": {
4452
- "id": 18081,
4452
+ "id": 18203,
4453
4453
  "name": "address",
4454
4454
  "nodeType": "ElementaryTypeName",
4455
4455
  "src": "13726:7:40",
@@ -4463,13 +4463,13 @@
4463
4463
  },
4464
4464
  {
4465
4465
  "constant": false,
4466
- "id": 18084,
4466
+ "id": 18206,
4467
4467
  "indexed": false,
4468
4468
  "mutability": "mutable",
4469
4469
  "name": "permissions",
4470
4470
  "nameLocation": "13770:11:40",
4471
4471
  "nodeType": "VariableDeclaration",
4472
- "scope": 18088,
4472
+ "scope": 18210,
4473
4473
  "src": "13764:17:40",
4474
4474
  "stateVariable": false,
4475
4475
  "storageLocation": "default",
@@ -4478,7 +4478,7 @@
4478
4478
  "typeString": "uint8"
4479
4479
  },
4480
4480
  "typeName": {
4481
- "id": 18083,
4481
+ "id": 18205,
4482
4482
  "name": "uint8",
4483
4483
  "nodeType": "ElementaryTypeName",
4484
4484
  "src": "13764:5:40",
@@ -4491,13 +4491,13 @@
4491
4491
  },
4492
4492
  {
4493
4493
  "constant": false,
4494
- "id": 18086,
4494
+ "id": 18208,
4495
4495
  "indexed": false,
4496
4496
  "mutability": "mutable",
4497
4497
  "name": "flowRateAllowance",
4498
4498
  "nameLocation": "13797:17:40",
4499
4499
  "nodeType": "VariableDeclaration",
4500
- "scope": 18088,
4500
+ "scope": 18210,
4501
4501
  "src": "13791:23:40",
4502
4502
  "stateVariable": false,
4503
4503
  "storageLocation": "default",
@@ -4506,7 +4506,7 @@
4506
4506
  "typeString": "int96"
4507
4507
  },
4508
4508
  "typeName": {
4509
- "id": 18085,
4509
+ "id": 18207,
4510
4510
  "name": "int96",
4511
4511
  "nodeType": "ElementaryTypeName",
4512
4512
  "src": "13791:5:40",
@@ -4525,50 +4525,50 @@
4525
4525
  {
4526
4526
  "anonymous": false,
4527
4527
  "documentation": {
4528
- "id": 18089,
4528
+ "id": 18211,
4529
4529
  "nodeType": "StructuredDocumentation",
4530
4530
  "src": "13827:466:40",
4531
4531
  "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"
4532
4532
  },
4533
4533
  "eventSelector": "57269d2ebcccecdcc0d9d2c0a0b80ead95f344e28ec20f50f709811f209d4e0e",
4534
- "id": 18106,
4534
+ "id": 18228,
4535
4535
  "name": "FlowUpdated",
4536
4536
  "nameLocation": "14304:11:40",
4537
4537
  "nodeType": "EventDefinition",
4538
4538
  "parameters": {
4539
- "id": 18105,
4539
+ "id": 18227,
4540
4540
  "nodeType": "ParameterList",
4541
4541
  "parameters": [
4542
4542
  {
4543
4543
  "constant": false,
4544
- "id": 18092,
4544
+ "id": 18214,
4545
4545
  "indexed": true,
4546
4546
  "mutability": "mutable",
4547
4547
  "name": "token",
4548
4548
  "nameLocation": "14350:5:40",
4549
4549
  "nodeType": "VariableDeclaration",
4550
- "scope": 18106,
4550
+ "scope": 18228,
4551
4551
  "src": "14325:30:40",
4552
4552
  "stateVariable": false,
4553
4553
  "storageLocation": "default",
4554
4554
  "typeDescriptions": {
4555
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4555
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4556
4556
  "typeString": "contract ISuperfluidToken"
4557
4557
  },
4558
4558
  "typeName": {
4559
- "id": 18091,
4559
+ "id": 18213,
4560
4560
  "nodeType": "UserDefinedTypeName",
4561
4561
  "pathNode": {
4562
- "id": 18090,
4562
+ "id": 18212,
4563
4563
  "name": "ISuperfluidToken",
4564
4564
  "nodeType": "IdentifierPath",
4565
- "referencedDeclaration": 20450,
4565
+ "referencedDeclaration": 20572,
4566
4566
  "src": "14325:16:40"
4567
4567
  },
4568
- "referencedDeclaration": 20450,
4568
+ "referencedDeclaration": 20572,
4569
4569
  "src": "14325:16:40",
4570
4570
  "typeDescriptions": {
4571
- "typeIdentifier": "t_contract$_ISuperfluidToken_$20450",
4571
+ "typeIdentifier": "t_contract$_ISuperfluidToken_$20572",
4572
4572
  "typeString": "contract ISuperfluidToken"
4573
4573
  }
4574
4574
  },
@@ -4576,13 +4576,13 @@
4576
4576
  },
4577
4577
  {
4578
4578
  "constant": false,
4579
- "id": 18094,
4579
+ "id": 18216,
4580
4580
  "indexed": true,
4581
4581
  "mutability": "mutable",
4582
4582
  "name": "sender",
4583
4583
  "nameLocation": "14381:6:40",
4584
4584
  "nodeType": "VariableDeclaration",
4585
- "scope": 18106,
4585
+ "scope": 18228,
4586
4586
  "src": "14365:22:40",
4587
4587
  "stateVariable": false,
4588
4588
  "storageLocation": "default",
@@ -4591,7 +4591,7 @@
4591
4591
  "typeString": "address"
4592
4592
  },
4593
4593
  "typeName": {
4594
- "id": 18093,
4594
+ "id": 18215,
4595
4595
  "name": "address",
4596
4596
  "nodeType": "ElementaryTypeName",
4597
4597
  "src": "14365:7:40",
@@ -4605,13 +4605,13 @@
4605
4605
  },
4606
4606
  {
4607
4607
  "constant": false,
4608
- "id": 18096,
4608
+ "id": 18218,
4609
4609
  "indexed": true,
4610
4610
  "mutability": "mutable",
4611
4611
  "name": "receiver",
4612
4612
  "nameLocation": "14413:8:40",
4613
4613
  "nodeType": "VariableDeclaration",
4614
- "scope": 18106,
4614
+ "scope": 18228,
4615
4615
  "src": "14397:24:40",
4616
4616
  "stateVariable": false,
4617
4617
  "storageLocation": "default",
@@ -4620,7 +4620,7 @@
4620
4620
  "typeString": "address"
4621
4621
  },
4622
4622
  "typeName": {
4623
- "id": 18095,
4623
+ "id": 18217,
4624
4624
  "name": "address",
4625
4625
  "nodeType": "ElementaryTypeName",
4626
4626
  "src": "14397:7:40",
@@ -4634,13 +4634,13 @@
4634
4634
  },
4635
4635
  {
4636
4636
  "constant": false,
4637
- "id": 18098,
4637
+ "id": 18220,
4638
4638
  "indexed": false,
4639
4639
  "mutability": "mutable",
4640
4640
  "name": "flowRate",
4641
4641
  "nameLocation": "14437:8:40",
4642
4642
  "nodeType": "VariableDeclaration",
4643
- "scope": 18106,
4643
+ "scope": 18228,
4644
4644
  "src": "14431:14:40",
4645
4645
  "stateVariable": false,
4646
4646
  "storageLocation": "default",
@@ -4649,7 +4649,7 @@
4649
4649
  "typeString": "int96"
4650
4650
  },
4651
4651
  "typeName": {
4652
- "id": 18097,
4652
+ "id": 18219,
4653
4653
  "name": "int96",
4654
4654
  "nodeType": "ElementaryTypeName",
4655
4655
  "src": "14431:5:40",
@@ -4662,13 +4662,13 @@
4662
4662
  },
4663
4663
  {
4664
4664
  "constant": false,
4665
- "id": 18100,
4665
+ "id": 18222,
4666
4666
  "indexed": false,
4667
4667
  "mutability": "mutable",
4668
4668
  "name": "totalSenderFlowRate",
4669
4669
  "nameLocation": "14462:19:40",
4670
4670
  "nodeType": "VariableDeclaration",
4671
- "scope": 18106,
4671
+ "scope": 18228,
4672
4672
  "src": "14455:26:40",
4673
4673
  "stateVariable": false,
4674
4674
  "storageLocation": "default",
@@ -4677,7 +4677,7 @@
4677
4677
  "typeString": "int256"
4678
4678
  },
4679
4679
  "typeName": {
4680
- "id": 18099,
4680
+ "id": 18221,
4681
4681
  "name": "int256",
4682
4682
  "nodeType": "ElementaryTypeName",
4683
4683
  "src": "14455:6:40",
@@ -4690,13 +4690,13 @@
4690
4690
  },
4691
4691
  {
4692
4692
  "constant": false,
4693
- "id": 18102,
4693
+ "id": 18224,
4694
4694
  "indexed": false,
4695
4695
  "mutability": "mutable",
4696
4696
  "name": "totalReceiverFlowRate",
4697
4697
  "nameLocation": "14498:21:40",
4698
4698
  "nodeType": "VariableDeclaration",
4699
- "scope": 18106,
4699
+ "scope": 18228,
4700
4700
  "src": "14491:28:40",
4701
4701
  "stateVariable": false,
4702
4702
  "storageLocation": "default",
@@ -4705,7 +4705,7 @@
4705
4705
  "typeString": "int256"
4706
4706
  },
4707
4707
  "typeName": {
4708
- "id": 18101,
4708
+ "id": 18223,
4709
4709
  "name": "int256",
4710
4710
  "nodeType": "ElementaryTypeName",
4711
4711
  "src": "14491:6:40",
@@ -4718,13 +4718,13 @@
4718
4718
  },
4719
4719
  {
4720
4720
  "constant": false,
4721
- "id": 18104,
4721
+ "id": 18226,
4722
4722
  "indexed": false,
4723
4723
  "mutability": "mutable",
4724
4724
  "name": "userData",
4725
4725
  "nameLocation": "14535:8:40",
4726
4726
  "nodeType": "VariableDeclaration",
4727
- "scope": 18106,
4727
+ "scope": 18228,
4728
4728
  "src": "14529:14:40",
4729
4729
  "stateVariable": false,
4730
4730
  "storageLocation": "default",
@@ -4733,7 +4733,7 @@
4733
4733
  "typeString": "bytes"
4734
4734
  },
4735
4735
  "typeName": {
4736
- "id": 18103,
4736
+ "id": 18225,
4737
4737
  "name": "bytes",
4738
4738
  "nodeType": "ElementaryTypeName",
4739
4739
  "src": "14529:5:40",
@@ -4752,29 +4752,29 @@
4752
4752
  {
4753
4753
  "anonymous": false,
4754
4754
  "documentation": {
4755
- "id": 18107,
4755
+ "id": 18229,
4756
4756
  "nodeType": "StructuredDocumentation",
4757
4757
  "src": "14556:181:40",
4758
4758
  "text": " @dev Flow updated extension event\n @param flowOperator Flow operator address - the Context.msgSender\n @param deposit The deposit amount for the stream"
4759
4759
  },
4760
4760
  "eventSelector": "71e0c98e270fc3084227b473f176924d5303ece8c639e679998a2d7dc8e70f74",
4761
- "id": 18113,
4761
+ "id": 18235,
4762
4762
  "name": "FlowUpdatedExtension",
4763
4763
  "nameLocation": "14748:20:40",
4764
4764
  "nodeType": "EventDefinition",
4765
4765
  "parameters": {
4766
- "id": 18112,
4766
+ "id": 18234,
4767
4767
  "nodeType": "ParameterList",
4768
4768
  "parameters": [
4769
4769
  {
4770
4770
  "constant": false,
4771
- "id": 18109,
4771
+ "id": 18231,
4772
4772
  "indexed": true,
4773
4773
  "mutability": "mutable",
4774
4774
  "name": "flowOperator",
4775
4775
  "nameLocation": "14794:12:40",
4776
4776
  "nodeType": "VariableDeclaration",
4777
- "scope": 18113,
4777
+ "scope": 18235,
4778
4778
  "src": "14778:28:40",
4779
4779
  "stateVariable": false,
4780
4780
  "storageLocation": "default",
@@ -4783,7 +4783,7 @@
4783
4783
  "typeString": "address"
4784
4784
  },
4785
4785
  "typeName": {
4786
- "id": 18108,
4786
+ "id": 18230,
4787
4787
  "name": "address",
4788
4788
  "nodeType": "ElementaryTypeName",
4789
4789
  "src": "14778:7:40",
@@ -4797,13 +4797,13 @@
4797
4797
  },
4798
4798
  {
4799
4799
  "constant": false,
4800
- "id": 18111,
4800
+ "id": 18233,
4801
4801
  "indexed": false,
4802
4802
  "mutability": "mutable",
4803
4803
  "name": "deposit",
4804
4804
  "nameLocation": "14824:7:40",
4805
4805
  "nodeType": "VariableDeclaration",
4806
- "scope": 18113,
4806
+ "scope": 18235,
4807
4807
  "src": "14816:15:40",
4808
4808
  "stateVariable": false,
4809
4809
  "storageLocation": "default",
@@ -4812,7 +4812,7 @@
4812
4812
  "typeString": "uint256"
4813
4813
  },
4814
4814
  "typeName": {
4815
- "id": 18110,
4815
+ "id": 18232,
4816
4816
  "name": "uint256",
4817
4817
  "nodeType": "ElementaryTypeName",
4818
4818
  "src": "14816:7:40",
@@ -4829,7 +4829,7 @@
4829
4829
  "src": "14742:96:40"
4830
4830
  }
4831
4831
  ],
4832
- "scope": 18115,
4832
+ "scope": 18237,
4833
4833
  "src": "278:14562:40",
4834
4834
  "usedErrors": []
4835
4835
  }
@@ -4842,7 +4842,7 @@
4842
4842
  },
4843
4843
  "networks": {},
4844
4844
  "schemaVersion": "3.4.8",
4845
- "updatedAt": "2022-08-29T16:08:02.394Z",
4845
+ "updatedAt": "2022-08-30T13:03:13.334Z",
4846
4846
  "devdoc": {
4847
4847
  "author": "Superfluid",
4848
4848
  "events": {